From owner-cvs-all Sun Aug 18 0: 5: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C460537B400; Sun, 18 Aug 2002 00:05:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A1BC43E6E; Sun, 18 Aug 2002 00:05:00 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7I750JU039822; Sun, 18 Aug 2002 00:05:00 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7I75083039809; Sun, 18 Aug 2002 00:05:00 -0700 (PDT) Message-Id: <200208180705.g7I75083039809@freefall.freebsd.org> From: Maxim Sobolev Date: Sun, 18 Aug 2002 00:05:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ifconfig ifconfig.c src/share/man/man4 netintro.4 src/share/man/man9 ifnet.9 src/sys/compat/linux linux_ioctl.c src/sys/dev/fxp if_fxp.c src/sys/dev/vx if_vx.c src/sys/kern kern_poll.c src/sys/net if.c if.h if_tap.c if_var.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 2002/08/18 00:05:00 PDT Modified files: sbin/ifconfig ifconfig.c share/man/man4 netintro.4 share/man/man9 ifnet.9 sys/compat/linux linux_ioctl.c sys/dev/fxp if_fxp.c sys/dev/vx if_vx.c sys/kern kern_poll.c sys/net if.c if.h if_tap.c if_var.h rtsock.c sys/netatm atm_if.c sys/netinet6 in6_var.h sys/nfsclient bootp_subr.c sys/pci if_dc.c if_rl.c if_sis.c usr.sbin/mrouted config.c Log: Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid breaking application ABI use unused ifreq.ifru_flags[1] for upper 16 bits in SIOCSIFFLAGS and SIOCGIFFLAGS ioctl's. Reviewed by: -hackers, -net Revision Changes Path 1.76 +3 -2 src/sbin/ifconfig/ifconfig.c 1.21 +9 -8 src/share/man/man4/netintro.4 1.26 +1 -1 src/share/man/man9/ifnet.9 1.88 +1 -1 src/sys/compat/linux/linux_ioctl.c 1.139 +2 -2 src/sys/dev/fxp/if_fxp.c 1.37 +1 -1 src/sys/dev/vx/if_vx.c 1.10 +5 -5 src/sys/kern/kern_poll.c 1.145 +19 -11 src/sys/net/if.c 1.74 +2 -10 src/sys/net/if.h 1.20 +2 -2 src/sys/net/if_tap.c 1.49 +1 -1 src/sys/net/if_var.h 1.76 +2 -2 src/sys/net/rtsock.c 1.15 +1 -1 src/sys/netatm/atm_if.c 1.11 +1 -1 src/sys/netinet6/in6_var.h 1.42 +1 -1 src/sys/nfsclient/bootp_subr.c 1.75 +3 -3 src/sys/pci/if_dc.c 1.73 +3 -3 src/sys/pci/if_rl.c 1.54 +3 -3 src/sys/pci/if_sis.c 1.15 +1 -1 src/usr.sbin/mrouted/config.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 0:39:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0262137B400; Sun, 18 Aug 2002 00:39:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A440943E3B; Sun, 18 Aug 2002 00:39:33 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7I7dXJU049156; Sun, 18 Aug 2002 00:39:33 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7I7dXHn049154; Sun, 18 Aug 2002 00:39:33 -0700 (PDT) Message-Id: <200208180739.g7I7dXHn049154@freefall.freebsd.org> From: Maxim Sobolev Date: Sun, 18 Aug 2002 00:39:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/g-wrap Makefile distinfo pkg-plist ports/devel/g-wrap/files patch-aa patch-g-wrapped::Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/08/18 00:39:33 PDT Modified files: devel/g-wrap Makefile distinfo pkg-plist devel/g-wrap/files patch-aa patch-g-wrapped::Makefile.in Log: Update to 1.1.11. Revision Changes Path 1.12 +1 -1 ports/devel/g-wrap/Makefile 1.6 +1 -1 ports/devel/g-wrap/distinfo 1.2 +15 -4 ports/devel/g-wrap/files/patch-aa 1.2 +3 -12 ports/devel/g-wrap/files/patch-g-wrapped::Makefile.in 1.5 +2 -0 ports/devel/g-wrap/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 0:40:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46F4737B400; Sun, 18 Aug 2002 00:40:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F351A43E42; Sun, 18 Aug 2002 00:40:20 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7I7eKJU049351; Sun, 18 Aug 2002 00:40:20 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7I7eKM7049350; Sun, 18 Aug 2002 00:40:20 -0700 (PDT) Message-Id: <200208180740.g7I7eKM7049350@freefall.freebsd.org> From: Maxim Sobolev Date: Sun, 18 Aug 2002 00:40:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/gnucash Makefile distinfo pkg-plist ports/deskutils/gnucash/files patch-configure patch-lib::srfi::srfi-8.scm patch-po::ru.po X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2002/08/18 00:40:20 PDT Modified files: deskutils/gnucash Makefile distinfo pkg-plist deskutils/gnucash/files patch-configure patch-lib::srfi::srfi-8.scm Added files: deskutils/gnucash/files patch-po::ru.po Log: Update to 1.6.7. Revision Changes Path 1.44 +1 -2 ports/deskutils/gnucash/Makefile 1.18 +1 -1 ports/deskutils/gnucash/distinfo 1.5 +24 -6 ports/deskutils/gnucash/files/patch-configure 1.2 +4 -4 ports/deskutils/gnucash/files/patch-lib::srfi::srfi-8.scm 1.1 +28 -0 ports/deskutils/gnucash/files/patch-po::ru.po (new) 1.17 +414 -395 ports/deskutils/gnucash/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 1:30:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B56337B400; Sun, 18 Aug 2002 01:30:09 -0700 (PDT) Received: from abigail.blackend.org (blackend.org [212.11.50.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5CB043E3B; Sun, 18 Aug 2002 01:30:07 -0700 (PDT) (envelope-from marc@blackend.org) Received: from marduk.blackend.org (marduk.blackend.org [192.168.1.202]) by abigail.blackend.org (8.12.3/8.12.3/ - 15/04/02) with ESMTP id g7I8RsEk069827; Sun, 18 Aug 2002 10:27:54 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from marduk.blackend.org (localhost [127.0.0.1]) by marduk.blackend.org (8.12.5/8.12.5) with ESMTP id g7I8TbqU000344; Sun, 18 Aug 2002 10:29:37 +0200 (CEST) (envelope-from marc@localhost.blackend.org) Received: (from marc@localhost) by marduk.blackend.org (8.12.5/8.12.5/Submit) id g7I8Tbcf000343; Sun, 18 Aug 2002 10:29:37 +0200 (CEST) (envelope-from marc) Date: Sun, 18 Aug 2002 10:29:37 +0200 From: Marc Fonvieille To: "Bruce A. Mah" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/fdp-primer/writing-style chapter.sgml Message-ID: <20020818102937.A223@marduk.blackend.org> References: <200208180056.g7I0uwP1052844@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200208180056.g7I0uwP1052844@freefall.freebsd.org>; from bmah@FreeBSD.org on Sat, Aug 17, 2002 at 05:56:58PM -0700 X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.6-STABLE Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Aug 17, 2002 at 05:56:58PM -0700, Bruce A. Mah wrote: > bmah 2002/08/17 17:56:58 PDT > > Modified files: > en_US.ISO8859-1/books/fdp-primer/writing-style chapter.sgml > Log: > Unbreak doc/web build. > My fault :( Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 1:43:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 117FD37B400; Sun, 18 Aug 2002 01:43:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA77043E3B; Sun, 18 Aug 2002 01:43:32 -0700 (PDT) (envelope-from dg@FreeBSD.org) Received: from freefall.freebsd.org (dg@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7I8hWJU064200; Sun, 18 Aug 2002 01:43:32 -0700 (PDT) (envelope-from dg@freefall.freebsd.org) Received: (from dg@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7I8hW4P064199; Sun, 18 Aug 2002 01:43:32 -0700 (PDT) Message-Id: <200208180843.g7I8hW4P064199@freefall.freebsd.org> From: David Greenman Date: Sun, 18 Aug 2002 01:43:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_socket2.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 dg 2002/08/18 01:43:31 PDT Modified files: (Branch: RELENG_4) sys/kern uipc_socket2.c Log: MFC: rev 1.103: improved performance of sbreserve() by removing the 64bit multiply and divide. Revision Changes Path 1.55.2.16 +26 -5 src/sys/kern/uipc_socket2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 1:45:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62CFF37B400 for ; Sun, 18 Aug 2002 01:45:43 -0700 (PDT) Received: from sysfail.com (24-56-213-122.mdmmi.voyager.net [24.56.213.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6C0843E65 for ; Sun, 18 Aug 2002 01:45:42 -0700 (PDT) (envelope-from aSe@SysFail.com) Received: from bob ([127.0.0.1]) by sysfail.com ([24.56.213.122]) with SMTP (MDaemon.PRO.v6.0.3.R) for ; Sun, 18 Aug 2002 04:45:02 -0400 Message-ID: <000901c24693$8a30b560$6501a8c0@bob> From: "aSe" To: Subject: Date: Sun, 18 Aug 2002 04:45:01 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-MDRemoteIP: 127.0.0.1 X-Return-Path: aSe@SysFail.com X-MDaemon-Deliver-To: 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 auth 35e5c4b5 unsubscribe cvs-all aSe@SysFail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 2: 6:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4F1537B400; Sun, 18 Aug 2002 02:06:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 679AA43E6A; Sun, 18 Aug 2002 02:06:34 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7I96YJU071629; Sun, 18 Aug 2002 02:06:34 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7I96YBd071628; Sun, 18 Aug 2002 02:06:34 -0700 (PDT) Message-Id: <200208180906.g7I96YBd071628@freefall.freebsd.org> From: Marc Fonvieille Date: Sun, 18 Aug 2002 02:06:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/misc iso3166 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 blackend 2002/08/18 02:06:34 PDT Modified files: (Branch: RELENG_4) share/misc iso3166 Log: MFC: 1.9, 1.10 1.9: Note changes to country codes in ISO 3166-1 newsletters V-4 and V-5. Update URL for ISO 3166/MA. 1.10: Fix typos: s/Ths/This, s/counties/countries PR: docs/39060 for 1.10 Submitted by: Nicola Vitale Revision Changes Path 1.6.2.2 +17 -6 src/share/misc/iso3166 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 2: 6:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96C7137B408; Sun, 18 Aug 2002 02:06:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A1D943E4A; Sun, 18 Aug 2002 02:06:37 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: from freefall.freebsd.org (demon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7I96bJU071656; Sun, 18 Aug 2002 02:06:37 -0700 (PDT) (envelope-from demon@freefall.freebsd.org) Received: (from demon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7I96b5L071655; Sun, 18 Aug 2002 02:06:37 -0700 (PDT) Message-Id: <200208180906.g7I96b5L071655@freefall.freebsd.org> From: Dmitry Sivachenko Date: Sun, 18 Aug 2002 02:06:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/php-mode.el Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG demon 2002/08/18 02:06:37 PDT Modified files: lang/php-mode.el Makefile Log: Cosmetic. Revision Changes Path 1.2 +1 -1 ports/lang/php-mode.el/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 2:37:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8582137B400; Sun, 18 Aug 2002 02:37:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3982F43E3B; Sun, 18 Aug 2002 02:37:19 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7I9bJJU079586; Sun, 18 Aug 2002 02:37:19 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7I9bIQ2079585; Sun, 18 Aug 2002 02:37:18 -0700 (PDT) Message-Id: <200208180937.g7I9bIQ2079585@freefall.freebsd.org> From: Marc Fonvieille Date: Sun, 18 Aug 2002 02:37:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en support.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/08/18 02:37:18 PDT Modified files: en support.sgml Log: Correct the link to the FAQ entry about IRC channels. Submitted by: Andrew Francis Revision Changes Path 1.267 +2 -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 Sun Aug 18 2:43:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B5D137B400; Sun, 18 Aug 2002 02:43:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E46F43E3B; Sun, 18 Aug 2002 02:43:33 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (mbr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7I9hXJU081034; Sun, 18 Aug 2002 02:43:33 -0700 (PDT) (envelope-from mbr@freefall.freebsd.org) Received: (from mbr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7I9hW0x081033; Sun, 18 Aug 2002 02:43:32 -0700 (PDT) Message-Id: <200208180943.g7I9hW0x081033@freefall.freebsd.org> From: Martin Blapp Date: Sun, 18 Aug 2002 02:43:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mbr 2002/08/18 02:43:32 PDT Modified files: editors/openoffice Makefile Log: Add CXX and CC flags to mozilla build too to workaround the fact that USE_GCC=3.1 does not use the ports compiler. Submitted by: Vladimir Kushnir Revision Changes Path 1.115 +4 -0 ports/editors/openoffice/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 4:42:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A120537B400; Sun, 18 Aug 2002 04:42:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 548EC43E72; Sun, 18 Aug 2002 04:42:24 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: from freefall.freebsd.org (joe@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7IBgJJU012865; Sun, 18 Aug 2002 04:42:22 -0700 (PDT) (envelope-from joe@freefall.freebsd.org) Received: (from joe@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7IBgCws012855; Sun, 18 Aug 2002 04:42:12 -0700 (PDT) Message-Id: <200208181142.g7IBgCws012855@freefall.freebsd.org> From: Josef Karthauser Date: Sun, 18 Aug 2002 04:42:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci uhci_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 joe 2002/08/18 04:42:11 PDT Modified files: sys/pci uhci_pci.c Log: Add a comment to remind that uhci_pci_match will never return NULL. Don't display the "New UHCI DeviceId" message unless booting verbosely. Use a switch statement for the vendor match code. Revision Changes Path 1.41 +11 -6 src/sys/pci/uhci_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 4:52:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7F4637B401; Sun, 18 Aug 2002 04:52:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C1AD43E72; Sun, 18 Aug 2002 04:52:47 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: from freefall.freebsd.org (joe@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7IBqlJU014572; Sun, 18 Aug 2002 04:52:47 -0700 (PDT) (envelope-from joe@freefall.freebsd.org) Received: (from joe@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7IBqlTf014571; Sun, 18 Aug 2002 04:52:47 -0700 (PDT) Message-Id: <200208181152.g7IBqlTf014571@freefall.freebsd.org> From: Josef Karthauser Date: Sun, 18 Aug 2002 04:52:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci ohci_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 joe 2002/08/18 04:52:47 PDT Modified files: sys/pci ohci_pci.c Log: Use uhci_pci_match to return the device description and rework the vendor description code. Revision Changes Path 1.28 +22 -28 src/sys/pci/ohci_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 4:56: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16F8C37B401; Sun, 18 Aug 2002 04:56:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD03E43E6E; Sun, 18 Aug 2002 04:56:03 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7IBu3JU014810; Sun, 18 Aug 2002 04:56:03 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7IBu3VG014809; Sun, 18 Aug 2002 04:56:03 -0700 (PDT) Message-Id: <200208181156.g7IBu3VG014809@freefall.freebsd.org> From: Ceri Davies Date: Sun, 18 Aug 2002 04:56:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/vinum 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 ceri 2002/08/18 04:56:03 PDT Modified files: en_US.ISO8859-1/books/handbook/vinum chapter.sgml Log: Fix some spelling errors. Move some text into a footnote where it belongs. Revision Changes Path 1.3 +10 -10 doc/en_US.ISO8859-1/books/handbook/vinum/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 5:16:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3143637B400; Sun, 18 Aug 2002 05:16:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6FC343E6E; Sun, 18 Aug 2002 05:16:14 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7ICGEJU022285; Sun, 18 Aug 2002 05:16:14 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7ICGEkX022284; Sun, 18 Aug 2002 05:16:14 -0700 (PDT) Message-Id: <200208181216.g7ICGEkX022284@freefall.freebsd.org> From: Ceri Davies Date: Sun, 18 Aug 2002 05:16:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/vinum 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 ceri 2002/08/18 05:16:14 PDT Modified files: en_US.ISO8859-1/books/handbook/vinum chapter.sgml Log: Whitespace changes for clarity. Translators may ignore this commit. Revision Changes Path 1.4 +71 -53 doc/en_US.ISO8859-1/books/handbook/vinum/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 5:19:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B910B37B400; Sun, 18 Aug 2002 05:19:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DB2643E65; Sun, 18 Aug 2002 05:19:32 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from freefall.freebsd.org (sos@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7ICJWJU022438; Sun, 18 Aug 2002 05:19:32 -0700 (PDT) (envelope-from sos@freefall.freebsd.org) Received: (from sos@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7ICJWUB022437; Sun, 18 Aug 2002 05:19:32 -0700 (PDT) Message-Id: <200208181219.g7ICJWUB022437@freefall.freebsd.org> From: Søren Schmidt Date: Sun, 18 Aug 2002 05:19:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf majors X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sos 2002/08/18 05:19:32 PDT Modified files: sys/conf majors Log: Add dev# for pst driver Revision Changes Path 1.138 +1 -0 src/sys/conf/majors To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 5:20:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5BD737B400; Sun, 18 Aug 2002 05:20:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A85043E86; Sun, 18 Aug 2002 05:20:33 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from freefall.freebsd.org (sos@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7ICKXJU022815; Sun, 18 Aug 2002 05:20:33 -0700 (PDT) (envelope-from sos@freefall.freebsd.org) Received: (from sos@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7ICKX2n022814; Sun, 18 Aug 2002 05:20:33 -0700 (PDT) Message-Id: <200208181220.g7ICKX2n022814@freefall.freebsd.org> From: Søren Schmidt Date: Sun, 18 Aug 2002 05:20:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pst pst-iop.c pst-iop.h pst-raid.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 sos 2002/08/18 05:20:33 PDT Modified files: sys/dev/pst pst-iop.c pst-iop.h pst-raid.c Log: Fix args for contigmalloc, cosmetics. Revision Changes Path 1.2 +30 -28 src/sys/dev/pst/pst-iop.c 1.2 +46 -45 src/sys/dev/pst/pst-iop.h 1.2 +10 -10 src/sys/dev/pst/pst-raid.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 5:26:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FF7B37B400; Sun, 18 Aug 2002 05:26:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4457D43E70; Sun, 18 Aug 2002 05:26:29 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7ICQTJU024633; Sun, 18 Aug 2002 05:26:29 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7ICQTQ0024632; Sun, 18 Aug 2002 05:26:29 -0700 (PDT) Message-Id: <200208181226.g7ICQTQ0024632@freefall.freebsd.org> From: Ceri Davies Date: Sun, 18 Aug 2002 05:26:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/vinum 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 ceri 2002/08/18 05:26:28 PDT Modified files: en_US.ISO8859-1/books/handbook/vinum chapter.sgml Log: Use screen elements where appropriate. Revision Changes Path 1.5 +3 -3 doc/en_US.ISO8859-1/books/handbook/vinum/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 5:29: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FC3037B401; Sun, 18 Aug 2002 05:28:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1506B43E42; Sun, 18 Aug 2002 05:28:58 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from freefall.freebsd.org (sos@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7ICSvJU025027; Sun, 18 Aug 2002 05:28:57 -0700 (PDT) (envelope-from sos@freefall.freebsd.org) Received: (from sos@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7ICSvrE025026; Sun, 18 Aug 2002 05:28:57 -0700 (PDT) Message-Id: <200208181228.g7ICSvrE025026@freefall.freebsd.org> From: Søren Schmidt Date: Sun, 18 Aug 2002 05:28:57 -0700 (PDT) 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 sos 2002/08/18 05:28:57 PDT Modified files: (Branch: RELENG_4) etc MAKEDEV Log: Add pst device for Promise SuperTrak Sponsored by: Advanis Revision Changes Path 1.243.2.49 +10 -6 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 Aug 18 5:32:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67BDD37B400; Sun, 18 Aug 2002 05:32:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14F2843E77; Sun, 18 Aug 2002 05:32:37 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from freefall.freebsd.org (sos@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7ICWaJU026440; Sun, 18 Aug 2002 05:32:36 -0700 (PDT) (envelope-from sos@freefall.freebsd.org) Received: (from sos@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7ICWaHg026439; Sun, 18 Aug 2002 05:32:36 -0700 (PDT) Message-Id: <200208181232.g7ICWaHg026439@freefall.freebsd.org> From: Søren Schmidt Date: Sun, 18 Aug 2002 05:32:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pst pst-iop.c pst-iop.h pst-pci.c pst-raid.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 sos 2002/08/18 05:32:36 PDT Added files: (Branch: RELENG_4) sys/dev/pst pst-iop.c pst-iop.h pst-pci.c pst-raid.c Log: Driver for the Promise SuperTrak SX6000 ATA RAID controller. RAID's has to be setup with the SuperTrak BIOS. The driver supports the SuperTrak doing rebuilds etc on the fly. Development sponsored by: Advanis Hardware sponsored by: Promise Inc. Revision Changes Path 1.2.2.1 +456 -0 src/sys/dev/pst/pst-iop.c (new) 1.2.2.1 +628 -0 src/sys/dev/pst/pst-iop.h (new) 1.1.2.1 +117 -0 src/sys/dev/pst/pst-pci.c (new) 1.2.2.1 +410 -0 src/sys/dev/pst/pst-raid.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 Aug 18 5:33:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4324637B43E; Sun, 18 Aug 2002 05:33:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E92D543E42; Sun, 18 Aug 2002 05:33:18 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from freefall.freebsd.org (sos@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7ICXIJU026492; Sun, 18 Aug 2002 05:33:18 -0700 (PDT) (envelope-from sos@freefall.freebsd.org) Received: (from sos@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7ICXIgE026491; Sun, 18 Aug 2002 05:33:18 -0700 (PDT) Message-Id: <200208181233.g7ICXIgE026491@freefall.freebsd.org> From: Søren Schmidt Date: Sun, 18 Aug 2002 05:33:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.i386 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 sos 2002/08/18 05:33:18 PDT Modified files: (Branch: RELENG_4) sys/conf files.i386 Log: Driver for the Promise SuperTrak SX6000 ATA RAID controller. RAID's has to be setup with the SuperTrak BIOS. The driver supports the SuperTrak doing rebuilds etc on the fly. Development sponsored by: Advanis Hardware sponsored by: Promise Inc. Revision Changes Path 1.307.2.33 +3 -0 src/sys/conf/files.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 6: 7:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FD1E37B400; Sun, 18 Aug 2002 06:07:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3273F43E65; Sun, 18 Aug 2002 06:07:19 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7ID7JJU038131; Sun, 18 Aug 2002 06:07:19 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7ID7J34038130; Sun, 18 Aug 2002 06:07:19 -0700 (PDT) Message-Id: <200208181307.g7ID7J34038130@freefall.freebsd.org> From: Marc Fonvieille Date: Sun, 18 Aug 2002 06:07:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/l10n 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 blackend 2002/08/18 06:07:18 PDT Modified files: fr_FR.ISO8859-1/books/handbook/l10n chapter.sgml Log: Various typos and grammar corrections. Revision Changes Path 1.4 +13 -13 doc/fr_FR.ISO8859-1/books/handbook/l10n/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 6:13:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31E3137B400; Sun, 18 Aug 2002 06:13:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6E5443E3B; Sun, 18 Aug 2002 06:13:11 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7IDDBJU039817; Sun, 18 Aug 2002 06:13:11 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7IDDB3c039816; Sun, 18 Aug 2002 06:13:11 -0700 (PDT) Message-Id: <200208181313.g7IDDB3c039816@freefall.freebsd.org> From: Marc Fonvieille Date: Sun, 18 Aug 2002 06:13:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/multimedia 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 blackend 2002/08/18 06:13:11 PDT Modified files: fr_FR.ISO8859-1/books/handbook/multimedia chapter.sgml Log: Various typos and grammar corrections. Revision Changes Path 1.2 +9 -9 doc/fr_FR.ISO8859-1/books/handbook/multimedia/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 6:41: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C36C37B400; Sun, 18 Aug 2002 06:41:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18CFF43E3B; Sun, 18 Aug 2002 06:41:03 -0700 (PDT) (envelope-from bp@FreeBSD.org) Received: from freefall.freebsd.org (bp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7IDf2JU045961; Sun, 18 Aug 2002 06:41:02 -0700 (PDT) (envelope-from bp@freefall.freebsd.org) Received: (from bp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7IDf24j045960; Sun, 18 Aug 2002 06:41:02 -0700 (PDT) Message-Id: <200208181341.g7IDf24j045960@freefall.freebsd.org> From: Boris Popov Date: Sun, 18 Aug 2002 06:41:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/smbfs CREDITS HISTORY Makefile.inc src/contrib/smbfs/examples dot.nsmbrc src/contrib/smbfs/lib/smb ctx.c nls.c src/contrib/smbfs/mount_smbfs mount_smbfs.8 mount_smbfs.c src/contrib/smbfs/smbutil smbutil.1 view.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 bp 2002/08/18 06:41:02 PDT Modified files: (Branch: RELENG_4) contrib/smbfs CREDITS HISTORY Makefile.inc contrib/smbfs/examples dot.nsmbrc contrib/smbfs/lib/smb ctx.c nls.c contrib/smbfs/mount_smbfs mount_smbfs.8 mount_smbfs.c contrib/smbfs/smbutil smbutil.1 view.c Log: MFC: smbfs-1.4.5 NB: 1.4.4 wasn't MFCed. Revision Changes Path 1.1.1.1.2.2 +1 -0 src/contrib/smbfs/CREDITS 1.1.1.1.2.4 +10 -1 src/contrib/smbfs/HISTORY 1.1.1.1.2.3 +3 -1 src/contrib/smbfs/Makefile.inc 1.1.1.1.2.2 +4 -3 src/contrib/smbfs/examples/dot.nsmbrc 1.1.1.1.2.3 +13 -5 src/contrib/smbfs/lib/smb/ctx.c 1.1.1.1.2.3 +21 -5 src/contrib/smbfs/lib/smb/nls.c 1.1.1.1.2.3 +40 -39 src/contrib/smbfs/mount_smbfs/mount_smbfs.8 1.1.1.1.2.4 +2 -2 src/contrib/smbfs/mount_smbfs/mount_smbfs.c 1.1.1.1.2.3 +54 -45 src/contrib/smbfs/smbutil/smbutil.1 1.1.1.1.2.3 +12 -6 src/contrib/smbfs/smbutil/view.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 7:17:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FF2837B400; Sun, 18 Aug 2002 07:17:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42A9143E3B; Sun, 18 Aug 2002 07:17:08 -0700 (PDT) (envelope-from orion@FreeBSD.org) Received: from freefall.freebsd.org (orion@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7IEH8JU059728; Sun, 18 Aug 2002 07:17:08 -0700 (PDT) (envelope-from orion@freefall.freebsd.org) Received: (from orion@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7IEH7UK059727; Sun, 18 Aug 2002 07:17:07 -0700 (PDT) Message-Id: <200208181417.g7IEH7UK059727@freefall.freebsd.org> From: Orion Hodson Date: Sun, 18 Aug 2002 07:17:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm dsp.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 orion 2002/08/18 07:17:07 PDT Modified files: sys/dev/sound/pcm dsp.c Log: Apply reference counting patch. Fixes problem of two applications opening the device, eg one read only and one write only, and the reference count being non-zero when both exit rendering device permanently busy. PR: kern/35004 Submitted by: Bill Wells MFC after: 3 days Revision Changes Path 1.55 +33 -35 src/sys/dev/sound/pcm/dsp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 8:33:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E822737B400; Sun, 18 Aug 2002 08:33:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A42743E6A; Sun, 18 Aug 2002 08:33:47 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Received: from freefall.freebsd.org (phantom@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7IFXlJU082903; Sun, 18 Aug 2002 08:33:47 -0700 (PDT) (envelope-from phantom@freefall.freebsd.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7IFXlA5082902; Sun, 18 Aug 2002 08:33:47 -0700 (PDT) Message-Id: <200208181533.g7IFXlA5082902@freefall.freebsd.org> From: Alexey Zelkin Date: Sun, 18 Aug 2002 08:33:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/bugzilla 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 phantom 2002/08/18 08:33:46 PDT Modified files: devel/bugzilla Makefile distinfo Log: Update to 2.14.3. Fixes broken in 2.14.2 ability to sort bug lists on more then one field and possible security hole with contrib/bug_email.pl and contrib/bugzilla_email_append.pl scripts. This is bugfix release and latest release from 2.14 branch. This update provided for 2.14 users who would like to stay with 2.14. All new users should wait until port is updated to 2.16. Revision Changes Path 1.11 +1 -1 ports/devel/bugzilla/Makefile 1.4 +1 -1 ports/devel/bugzilla/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 8:37:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9885B37B400; Sun, 18 Aug 2002 08:37:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 136B843E70; Sun, 18 Aug 2002 08:37:48 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: from freefall.freebsd.org (petef@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7IFblJU083543; Sun, 18 Aug 2002 08:37:47 -0700 (PDT) (envelope-from petef@freefall.freebsd.org) Received: (from petef@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7IFblpT083542; Sun, 18 Aug 2002 08:37:47 -0700 (PDT) Message-Id: <200208181537.g7IFblpT083542@freefall.freebsd.org> From: Pete Fritchman Date: Sun, 18 Aug 2002 08:37:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-libwww Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2002/08/18 08:37:47 PDT Modified files: www/p5-libwww Makefile Log: Make the default sendmail /usr/sbin/sendmail instead of /usr/lib/sendmail and bump PORTREVISION. Noticed by: jef moskot Revision Changes Path 1.54 +6 -0 ports/www/p5-libwww/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 8:45:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A1B637B400; Sun, 18 Aug 2002 08:45:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BE1843E6E; Sun, 18 Aug 2002 08:45:39 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: from freefall.freebsd.org (jedgar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7IFjcJU085488; Sun, 18 Aug 2002 08:45:39 -0700 (PDT) (envelope-from jedgar@freefall.freebsd.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7IFjcbt085487; Sun, 18 Aug 2002 08:45:38 -0700 (PDT) Message-Id: <200208181545.g7IFjcbt085487@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Sun, 18 Aug 2002 08:45:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/p5-DBD-XBase 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 jedgar 2002/08/18 08:45:38 PDT Modified files: databases/p5-DBD-XBase Makefile distinfo Log: Update port to 0.210. Approved by: maintainer Revision Changes Path 1.4 +2 -2 ports/databases/p5-DBD-XBase/Makefile 1.3 +1 -1 ports/databases/p5-DBD-XBase/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 9:23:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A25037B400; Sun, 18 Aug 2002 09:23:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95EE843E3B; Sun, 18 Aug 2002 09:23:27 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7IGNRJU098306; Sun, 18 Aug 2002 09:23:27 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7IGNRN4098305; Sun, 18 Aug 2002 09:23:27 -0700 (PDT) Message-Id: <200208181623.g7IGNRN4098305@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sun, 18 Aug 2002 09:23:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/gtm 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 marcus 2002/08/18 09:23:27 PDT Modified files: ftp/gtm Makefile Log: Add two missing dependencies and bump PORTREVISION. Reported by: ozdemir dogan Revision Changes Path 1.25 +2 -1 ports/ftp/gtm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 9:26:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEEDF37B400; Sun, 18 Aug 2002 09:26:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CA4143E6E; Sun, 18 Aug 2002 09:26:27 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7IGQRJU098596; Sun, 18 Aug 2002 09:26:27 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7IGQRC2098595; Sun, 18 Aug 2002 09:26:27 -0700 (PDT) Message-Id: <200208181626.g7IGQRC2098595@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sun, 18 Aug 2002 09:26:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gthumb2 Makefile distinfo pkg-comment pkg-descr pkg-plist ports/graphics/gthumb2/files patch-libgthumb_image-list.c patch-libgthumb_image-viewer.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 marcus 2002/08/18 09:26:27 PDT Modified files: graphics/gthumb2 Makefile distinfo pkg-comment pkg-descr pkg-plist Added files: graphics/gthumb2/files patch-libgthumb_image-list.c patch-libgthumb_image-viewer.c Log: Add gthumb2 after repo-copy from gthumb. gthumb2 is an image browser and viewer for the GNOME 2 desktop. Submitted by: Maxime Romano (with added modifications) Revision Changes Path 1.5 +12 -7 ports/graphics/gthumb2/Makefile 1.5 +1 -1 ports/graphics/gthumb2/distinfo 1.1 +10 -0 ports/graphics/gthumb2/files/patch-libgthumb_image-list.c (new) 1.1 +10 -0 ports/graphics/gthumb2/files/patch-libgthumb_image-viewer.c (new) 1.3 +1 -1 ports/graphics/gthumb2/pkg-comment 1.3 +1 -4 ports/graphics/gthumb2/pkg-descr 1.6 +37 -53 ports/graphics/gthumb2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 9:26:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83BAA37B401; Sun, 18 Aug 2002 09:26:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 315A643E65; Sun, 18 Aug 2002 09:26:44 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7IGQiJU098683; Sun, 18 Aug 2002 09:26:44 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7IGQiLM098681; Sun, 18 Aug 2002 09:26:44 -0700 (PDT) Message-Id: <200208181626.g7IGQiLM098681@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sun, 18 Aug 2002 09:26:44 -0700 (PDT) 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 marcus 2002/08/18 09:26:44 PDT Modified files: graphics Makefile Log: Add gthumb2. Revision Changes Path 1.487 +1 -0 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 Sun Aug 18 9:27:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93BE137B400; Sun, 18 Aug 2002 09:27:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D246C43E4A; Sun, 18 Aug 2002 09:27:13 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7IGRDJU098790; Sun, 18 Aug 2002 09:27:13 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7IGRDSu098789; Sun, 18 Aug 2002 09:27:13 -0700 (PDT) Message-Id: <200208181627.g7IGRDSu098789@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sun, 18 Aug 2002 09:27:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/18 09:27:13 PDT Modified files: . modules Log: gthumb2 --> graphics/gthumb2 Revision Changes Path 1.5724 +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 Aug 18 9:39:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91F7E37B400; Sun, 18 Aug 2002 09:39:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4480C43E4A; Sun, 18 Aug 2002 09:39:10 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7IGdAJU000769; Sun, 18 Aug 2002 09:39:10 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7IGdAf8000768; Sun, 18 Aug 2002 09:39:10 -0700 (PDT) Message-Id: <200208181639.g7IGdAf8000768@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sun, 18 Aug 2002 09:39:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/18 09:39:09 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Add Maxime Romano for contributing graphics/gthumb2. Revision Changes Path 1.237 +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 Sun Aug 18 9:47:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 702AA37B400; Sun, 18 Aug 2002 09:47:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EE3C43E6A; Sun, 18 Aug 2002 09:47:23 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7IGlNJU002549; Sun, 18 Aug 2002 09:47:23 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7IGlMMi002548; Sun, 18 Aug 2002 09:47:22 -0700 (PDT) Message-Id: <200208181647.g7IGlMMi002548@freefall.freebsd.org> From: Ceri Davies Date: Sun, 18 Aug 2002 09:47:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml doc/en_US.ISO8859-1/books/handbook/basics chapter.sgml doc/en_US.ISO8859-1/books/handbook/config chapter.sgml doc/en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml doc/en_US.ISO8859-1/books/handbook/linuxemu chapter.sgml doc/en_US.ISO8859-1/books/handbook/multimedia 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 ceri 2002/08/18 09:47:22 PDT Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml en_US.ISO8859-1/books/handbook/basics chapter.sgml en_US.ISO8859-1/books/handbook/config chapter.sgml en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml en_US.ISO8859-1/books/handbook/linuxemu chapter.sgml en_US.ISO8859-1/books/handbook/multimedia chapter.sgml en_US.ISO8859-1/books/handbook/ports chapter.sgml en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml en_US.ISO8859-1/books/handbook/printing chapter.sgml en_US.ISO8859-1/books/handbook/security chapter.sgml en_US.ISO8859-1/books/handbook/x11 chapter.sgml Log: Make consistent use of throughout the handbook. Revision Changes Path 1.150 +2 -2 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml 1.75 +2 -2 doc/en_US.ISO8859-1/books/handbook/basics/chapter.sgml 1.56 +2 -2 doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml 1.137 +3 -3 doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml 1.75 +5 -5 doc/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml 1.38 +42 -42 doc/en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml 1.178 +2 -2 doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml 1.86 +5 -5 doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml 1.58 +1 -1 doc/en_US.ISO8859-1/books/handbook/printing/chapter.sgml 1.113 +23 -23 doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml 1.90 +5 -5 doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 9:57:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFF9937B400; Sun, 18 Aug 2002 09:57:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 926CC43E4A; Sun, 18 Aug 2002 09:57:46 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: from freefall.freebsd.org (schweikh@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7IGvkJU004249; Sun, 18 Aug 2002 09:57:46 -0700 (PDT) (envelope-from schweikh@freefall.freebsd.org) Received: (from schweikh@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7IGvk1l004248; Sun, 18 Aug 2002 09:57:46 -0700 (PDT) Message-Id: <200208181657.g7IGvk1l004248@freefall.freebsd.org> From: Jens Schweikhardt Date: Sun, 18 Aug 2002 09:57:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/misc Makefile latin1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG schweikh 2002/08/18 09:57:46 PDT Modified files: share/misc Makefile Added files: share/misc latin1 Log: Provide an iso8859 table similar to share/misc/ascii. PR: misc/11553 Submitted by: Oliver Fromme MFC after: 1 week Revision Changes Path 1.21 +1 -1 src/share/misc/Makefile 1.1 +40 -0 src/share/misc/latin1 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 10:18:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 967C537B400; Sun, 18 Aug 2002 10:18:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4816443E3B; Sun, 18 Aug 2002 10:18:28 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: from freefall.freebsd.org (wosch@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7IHISJU012068; Sun, 18 Aug 2002 10:18:28 -0700 (PDT) (envelope-from wosch@freefall.freebsd.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7IHIS6i012067; Sun, 18 Aug 2002 10:18:28 -0700 (PDT) Message-Id: <200208181718.g7IHIS6i012067@freefall.freebsd.org> From: Wolfram Schneider Date: Sun, 18 Aug 2002 10:18:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/internal statistic.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 wosch 2002/08/18 10:18:23 PDT Modified files: en/internal statistic.sgml Log: remove dead urchin link Submitted by: Dmitry Morozovsky Revision Changes Path 1.15 +1 -12 www/en/internal/statistic.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 10:22:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5253337B400; Sun, 18 Aug 2002 10:22:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04FA243E42; Sun, 18 Aug 2002 10:22:16 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7IHMFJU012504; Sun, 18 Aug 2002 10:22:15 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7IHMFlo012503; Sun, 18 Aug 2002 10:22:15 -0700 (PDT) Message-Id: <200208181722.g7IHMFlo012503@freefall.freebsd.org> From: Ceri Davies Date: Sun, 18 Aug 2002 10:22:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/security chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ceri 2002/08/18 10:22:15 PDT Modified files: en_US.ISO8859-1/books/handbook/security chapter.sgml Log: Whitespace. No content changes. Revision Changes Path 1.114 +95 -108 doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 10:24:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21C0F37B400; Sun, 18 Aug 2002 10:24:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C747F43E3B; Sun, 18 Aug 2002 10:24:23 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7IHONJU013690; Sun, 18 Aug 2002 10:24:23 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7IHONPL013689; Sun, 18 Aug 2002 10:24:23 -0700 (PDT) Message-Id: <200208181724.g7IHONPL013689@freefall.freebsd.org> From: Ceri Davies Date: Sun, 18 Aug 2002 10:24:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/multimedia 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 ceri 2002/08/18 10:24:23 PDT Modified files: en_US.ISO8859-1/books/handbook/multimedia chapter.sgml Log: Fix mis-spelling of "absence". Revision Changes Path 1.39 +1 -1 doc/en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 10:30:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1DB737B400; Sun, 18 Aug 2002 10:30:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 722C843E70; Sun, 18 Aug 2002 10:30:54 -0700 (PDT) (envelope-from johan@FreeBSD.org) Received: from freefall.freebsd.org (johan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7IHUsJU014193; Sun, 18 Aug 2002 10:30:54 -0700 (PDT) (envelope-from johan@freefall.freebsd.org) Received: (from johan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7IHUsdQ014192; Sun, 18 Aug 2002 10:30:54 -0700 (PDT) Message-Id: <200208181730.g7IHUsdQ014192@freefall.freebsd.org> From: Johan Karlsson Date: Sun, 18 Aug 2002 10:30:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/comsat comsat.8 src/usr.bin/biff biff.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 johan 2002/08/18 10:30:54 PDT Modified files: (Branch: RELENG_4) libexec/comsat comsat.8 usr.bin/biff biff.1 Log: Bump document date for the 'beep only' change. Approved by: sheldonh (mentor) Revision Changes Path 1.6.2.4 +1 -1 src/libexec/comsat/comsat.8 1.8.2.8 +1 -1 src/usr.bin/biff/biff.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 10:35:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DC0337B400; Sun, 18 Aug 2002 10:35:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6D5F43E4A; Sun, 18 Aug 2002 10:35:55 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7IHZtJU015627; Sun, 18 Aug 2002 10:35:55 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7IHZtdl015626; Sun, 18 Aug 2002 10:35:55 -0700 (PDT) Message-Id: <200208181735.g7IHZtdl015626@freefall.freebsd.org> From: Bruce Evans Date: Sun, 18 Aug 2002 10:35:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/iostat iostat.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 bde 2002/08/18 10:35:55 PDT Modified files: usr.sbin/iostat iostat.c Log: Include for nlist interfaces instead of depending on namespace pollution in . Revision Changes Path 1.24 +2 -1 src/usr.sbin/iostat/iostat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 10:37: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AC0537B400; Sun, 18 Aug 2002 10:37:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4892743E65; Sun, 18 Aug 2002 10:37:02 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7IHb2JU015778; Sun, 18 Aug 2002 10:37:02 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7IHb28t015777; Sun, 18 Aug 2002 10:37:02 -0700 (PDT) Message-Id: <200208181737.g7IHb28t015777@freefall.freebsd.org> From: Alan Eldridge Date: Sun, 18 Aug 2002 10:37:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/cups Makefile ports/print/cups-base Makefile ports/print/cups-lpr 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 alane 2002/08/18 10:37:02 PDT Modified files: print/cups Makefile print/cups-base Makefile print/cups-lpr Makefile Log: Changed maintainer to ports@geeksrus.net with blessing of previous maintainer. Thanks, jah4007@cs.rit.edu. Added cups-pstoraster to RUN_DEPENDS for metaport (print/cups). Revision Changes Path 1.14 +1 -1 ports/print/cups-base/Makefile 1.11 +1 -1 ports/print/cups-lpr/Makefile 1.10 +3 -2 ports/print/cups/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 10:40:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA43437B401; Sun, 18 Aug 2002 10:40:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4347B43E3B; Sun, 18 Aug 2002 10:40:43 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7IHehJU016073; Sun, 18 Aug 2002 10:40:43 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7IHehKN016072; Sun, 18 Aug 2002 10:40:43 -0700 (PDT) Message-Id: <200208181740.g7IHehKN016072@freefall.freebsd.org> From: Alan Eldridge Date: Sun, 18 Aug 2002 10:40:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/cups 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 alane 2002/08/18 10:40:42 PDT Modified files: print/cups Makefile Log: POLA: if user says to make a package, package the constituent cups-* ports. Revision Changes Path 1.11 +4 -0 ports/print/cups/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 10:51:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D826537B400; Sun, 18 Aug 2002 10:51:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AD5B43E7B; Sun, 18 Aug 2002 10:51:15 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7IHpFJU018079; Sun, 18 Aug 2002 10:51:15 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7IHpF6I018078; Sun, 18 Aug 2002 10:51:15 -0700 (PDT) Message-Id: <200208181751.g7IHpF6I018078@freefall.freebsd.org> From: Bruce Evans Date: Sun, 18 Aug 2002 10:51:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/iostat iostat.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 bde 2002/08/18 10:51:15 PDT Modified files: usr.sbin/iostat iostat.c Log: Use essentially the same formatting of the CPU stats percentages as in vmstat so that they never coalesce. Both iostat and vmstat need larger fixes to prevent wide fields from unnecessarily messing up the alignment of all subsequent fields. PR: 41674 MFC-after: 3 days Revision Changes Path 1.25 +1 -1 src/usr.sbin/iostat/iostat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 10:57:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA34537B400; Sun, 18 Aug 2002 10:57:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99DF443E4A; Sun, 18 Aug 2002 10:57:08 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7IHv8JU019377; Sun, 18 Aug 2002 10:57:08 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7IHv8wP019376; Sun, 18 Aug 2002 10:57:08 -0700 (PDT) Message-Id: <200208181757.g7IHv8wP019376@freefall.freebsd.org> From: Bruce Evans Date: Sun, 18 Aug 2002 10:57:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rpc.rstatd rstat_proc.c src/sbin/dmesg dmesg.c src/usr.sbin/kernbb kernbb.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 bde 2002/08/18 10:57:08 PDT Modified files: libexec/rpc.rstatd rstat_proc.c sbin/dmesg dmesg.c usr.sbin/kernbb kernbb.c Log: Include for nlist interfaces instead of depending on namespace pollution in . Revision Changes Path 1.19 +1 -0 src/libexec/rpc.rstatd/rstat_proc.c 1.18 +1 -0 src/sbin/dmesg/dmesg.c 1.13 +2 -1 src/usr.sbin/kernbb/kernbb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 11: 3: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7234A37B400; Sun, 18 Aug 2002 11:02:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2485743E6A; Sun, 18 Aug 2002 11:02:57 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7II2vJU020842; Sun, 18 Aug 2002 11:02:57 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7II2vkl020841; Sun, 18 Aug 2002 11:02:57 -0700 (PDT) Message-Id: <200208181802.g7II2vkl020841@freefall.freebsd.org> From: Ceri Davies Date: Sun, 18 Aug 2002 11:02:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ceri 2002/08/18 11:02:56 PDT Modified files: en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml Log: Fix typo within an indexterm. Revision Changes Path 1.87 +1 -1 doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 11:11:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAE0F37B400; Sun, 18 Aug 2002 11:11:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7794443E3B; Sun, 18 Aug 2002 11:11:38 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: from freefall.freebsd.org (jdp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7IIBcJU026806; Sun, 18 Aug 2002 11:11:38 -0700 (PDT) (envelope-from jdp@freefall.freebsd.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7IIBcH7026805; Sun, 18 Aug 2002 11:11:38 -0700 (PDT) Message-Id: <200208181811.g7IIBcH7026805@freefall.freebsd.org> From: John Polstra Date: Sun, 18 Aug 2002 11:11:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ldconfig ldconfig.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 jdp 2002/08/18 11:11:38 PDT Modified files: sbin/ldconfig ldconfig.8 Log: Clarify the explanation of the behavior for setuid programs by noting that the restrictions do not apply if the user invoking the program is also the owner of the program. Also, capitalize a section header properly. PR: misc/41180 Revision Changes Path 1.31 +2 -2 src/sbin/ldconfig/ldconfig.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 11:13: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4939337B400; Sun, 18 Aug 2002 11:13:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F108243E42; Sun, 18 Aug 2002 11:12:59 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: from freefall.freebsd.org (jdp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7IICxJU026948; Sun, 18 Aug 2002 11:12:59 -0700 (PDT) (envelope-from jdp@freefall.freebsd.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7IICx6Y026947; Sun, 18 Aug 2002 11:12:59 -0700 (PDT) Message-Id: <200208181812.g7IICx6Y026947@freefall.freebsd.org> From: John Polstra Date: Sun, 18 Aug 2002 11:12:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ldconfig ldconfig.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 jdp 2002/08/18 11:12:59 PDT Modified files: (Branch: RELENG_4) sbin/ldconfig ldconfig.8 Log: MFC 1.31: Clarify setuid behavior. PR: misc/41180 Revision Changes Path 1.19.2.8 +3 -3 src/sbin/ldconfig/ldconfig.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 11:21:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 979BE37B400; Sun, 18 Aug 2002 11:21:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49F4143E72; Sun, 18 Aug 2002 11:21:19 -0700 (PDT) (envelope-from johan@FreeBSD.org) Received: from freefall.freebsd.org (johan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7IILJJU027959; Sun, 18 Aug 2002 11:21:19 -0700 (PDT) (envelope-from johan@freefall.freebsd.org) Received: (from johan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7IILJnc027951; Sun, 18 Aug 2002 11:21:19 -0700 (PDT) Message-Id: <200208181821.g7IILJnc027951@freefall.freebsd.org> From: Johan Karlsson Date: Sun, 18 Aug 2002 11:21:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/whereis whereis.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 johan 2002/08/18 11:21:18 PDT Modified files: usr.bin/whereis whereis.c Log: Correctly handle empty path arguments, e.g., whereis -S -f biff. Approved by: joerg, sheldonh (mentor) Revision Changes Path 1.11 +3 -7 src/usr.bin/whereis/whereis.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 12:51:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F28B237B400; Sun, 18 Aug 2002 12:51:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A01A943E4A; Sun, 18 Aug 2002 12:51:25 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7IJpPJU047812; Sun, 18 Aug 2002 12:51:25 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7IJpP27047811; Sun, 18 Aug 2002 12:51:25 -0700 (PDT) Message-Id: <200208181951.g7IJpP27047811@freefall.freebsd.org> From: Alan Eldridge Date: Sun, 18 Aug 2002 12:51:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/archivemail 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 alane 2002/08/18 12:51:25 PDT Modified files: mail/archivemail Makefile distinfo Log: Update to current version 0.4.9. This one even has a man page! Wow! Revision Changes Path 1.2 +3 -4 ports/mail/archivemail/Makefile 1.2 +1 -1 ports/mail/archivemail/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 13:30: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B864C37B401; Sun, 18 Aug 2002 13:30:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6989343E3B; Sun, 18 Aug 2002 13:30:05 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7IKU5JU057701; Sun, 18 Aug 2002 13:30:05 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7IKU5kj057700; Sun, 18 Aug 2002 13:30:05 -0700 (PDT) Message-Id: <200208182030.g7IKU5kj057700@freefall.freebsd.org> From: Trevor Johnson Date: Sun, 18 Aug 2002 13:30:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/diffstat 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 trevor 2002/08/18 13:30:05 PDT Modified files: textproc/diffstat Makefile distinfo Log: Update to 1.30. This version permits "-" separators in dates, as found in the output of the newest gendiff. Revision Changes Path 1.9 +1 -1 ports/textproc/diffstat/Makefile 1.5 +1 -1 ports/textproc/diffstat/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 13:41:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82F9B37B400; Sun, 18 Aug 2002 13:41:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3592643E65; Sun, 18 Aug 2002 13:41:20 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7IKfKJU059732; Sun, 18 Aug 2002 13:41:20 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7IKfKGh059731; Sun, 18 Aug 2002 13:41:20 -0700 (PDT) Message-Id: <200208182041.g7IKfKGh059731@freefall.freebsd.org> From: Bruce Evans Date: Sun, 18 Aug 2002 13:41:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf kern.post.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/08/18 13:41:19 PDT Modified files: sys/conf kern.post.mk Log: Finished removing env(1) commands, as in rev.1.13 but non-broken. Set the environment for the last command of the pipeline (xargs) instead of too early in the broken version or using an extra env process for each command spawned by xargs as in rev.1.12. Fixed a nearby English error. Revision Changes Path 1.27 +5 -5 src/sys/conf/kern.post.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 14:24:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 939C337B401; Sun, 18 Aug 2002 14:24:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 465D743E65; Sun, 18 Aug 2002 14:24:23 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7ILONJU071687; Sun, 18 Aug 2002 14:24:23 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7ILONgG071686; Sun, 18 Aug 2002 14:24:23 -0700 (PDT) Message-Id: <200208182124.g7ILONgG071686@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 18 Aug 2002 14:24:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_time.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/08/18 14:24:23 PDT Modified files: sys/kern kern_time.c Log: A side effect of some debugging: prototypify and deregister. Revision Changes Path 1.84 +18 -45 src/sys/kern/kern_time.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 14:38:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBD8937B400; Sun, 18 Aug 2002 14:38:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CDB143E42; Sun, 18 Aug 2002 14:38:33 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7ILcXJU073575; Sun, 18 Aug 2002 14:38:33 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7ILcXrH073574; Sun, 18 Aug 2002 14:38:33 -0700 (PDT) Message-Id: <200208182138.g7ILcXrH073574@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sun, 18 Aug 2002 14:38:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gtk-- 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 marcus 2002/08/18 14:38:32 PDT Modified files: x11-toolkits/gtk-- Makefile Log: Bump PORTREVISION after latest libsigc++ upgrade. This is needed or ports depending on gtk-- will not build. Reported by: Adriel Cardenas G. Revision Changes Path 1.38 +1 -0 ports/x11-toolkits/gtk--/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 14:44:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D474137B400; Sun, 18 Aug 2002 14:44:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85F6A43E70; Sun, 18 Aug 2002 14:44:19 -0700 (PDT) (envelope-from silby@FreeBSD.org) Received: from freefall.freebsd.org (silby@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7ILiJJU075085; Sun, 18 Aug 2002 14:44:19 -0700 (PDT) (envelope-from silby@freefall.freebsd.org) Received: (from silby@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7ILiJVU075084; Sun, 18 Aug 2002 14:44:19 -0700 (PDT) Message-Id: <200208182144.g7ILiJVU075084@freefall.freebsd.org> From: Mike Silbersack Date: Sun, 18 Aug 2002 14:44:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_vr.c if_vrreg.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG silby 2002/08/18 14:44:19 PDT Modified files: (Branch: RELENG_4) sys/pci if_vr.c if_vrreg.h Log: MFC: if_vr.c revs 1.50 - 1.52 if_vrreg.h revs 1.12 - 1.13 A slew of changes which help reduce the number of driver lockups greatly. (See individual cvs logs for more detail.) Submitted by: Thomas Nystrom Revision Changes Path 1.26.2.10 +39 -13 src/sys/pci/if_vr.c 1.7.2.3 +44 -1 src/sys/pci/if_vrreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 14:46:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC46437B400; Sun, 18 Aug 2002 14:46:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D85A43E70; Sun, 18 Aug 2002 14:46:32 -0700 (PDT) (envelope-from johan@FreeBSD.org) Received: from freefall.freebsd.org (johan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7ILkWJU075245; Sun, 18 Aug 2002 14:46:32 -0700 (PDT) (envelope-from johan@freefall.freebsd.org) Received: (from johan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7ILkWpX075244; Sun, 18 Aug 2002 14:46:32 -0700 (PDT) Message-Id: <200208182146.g7ILkWpX075244@freefall.freebsd.org> From: Johan Karlsson Date: Sun, 18 Aug 2002 14:46:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/camcontrol camcontrol.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 johan 2002/08/18 14:46:32 PDT Modified files: sbin/camcontrol camcontrol.c Log: Remove unused variable. camcontrol is now WARNS=2 clean on i386. Approved by: ken, sheldonh (mentor) Revision Changes Path 1.43 +0 -1 src/sbin/camcontrol/camcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 14:48:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA6F137B400; Sun, 18 Aug 2002 14:48:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AAB943E3B; Sun, 18 Aug 2002 14:48:39 -0700 (PDT) (envelope-from johan@FreeBSD.org) Received: from freefall.freebsd.org (johan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7ILmdJU075385; Sun, 18 Aug 2002 14:48:39 -0700 (PDT) (envelope-from johan@freefall.freebsd.org) Received: (from johan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7ILmdSe075384; Sun, 18 Aug 2002 14:48:39 -0700 (PDT) Message-Id: <200208182148.g7ILmdSe075384@freefall.freebsd.org> From: Johan Karlsson Date: Sun, 18 Aug 2002 14:48:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/camcontrol camcontrol.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 johan 2002/08/18 14:48:39 PDT Modified files: sbin/camcontrol camcontrol.c Log: Last commit should also have said PR: bin/39816 Submitted by: Dan Lukes Revision Changes Path 1.44 +0 -0 src/sbin/camcontrol/camcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 15: 4:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50F7B37B400; Sun, 18 Aug 2002 15:04:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0221A43E65; Sun, 18 Aug 2002 15:04:48 -0700 (PDT) (envelope-from silby@FreeBSD.org) Received: from freefall.freebsd.org (silby@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7IM4lJU078756; Sun, 18 Aug 2002 15:04:47 -0700 (PDT) (envelope-from silby@freefall.freebsd.org) Received: (from silby@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7IM4lmS078755; Sun, 18 Aug 2002 15:04:47 -0700 (PDT) Message-Id: <200208182204.g7IM4lmS078755@freefall.freebsd.org> From: Mike Silbersack Date: Sun, 18 Aug 2002 15:04:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_syncache.c tcp_var.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 silby 2002/08/18 15:04:47 PDT Modified files: (Branch: RELENG_4) sys/netinet tcp_syncache.c tcp_var.h Log: MFC: Handle IP TTL and DF bits on syn-ack packets the same as is done with all other packets. PR: 39141 Revision Changes Path 1.5.2.8 +14 -2 src/sys/netinet/tcp_syncache.c 1.56.2.11 +1 -0 src/sys/netinet/tcp_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 15:32:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2393437B400; Sun, 18 Aug 2002 15:32:35 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92B0643E65; Sun, 18 Aug 2002 15:32:34 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g7IMW8ix015032; Sun, 18 Aug 2002 18:32:09 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: cvs commit: src/sys/netinet tcp_subr.c tcp_timer.c tcp_timer.h From: Joe Marcus Clarke To: Matt Dillon Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200208162216.g7GMGd6i085952@freefall.freebsd.org> References: <200208162216.g7GMGd6i085952@freefall.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-N8s2wdH6i5hPgdSem7/F" X-Mailer: Ximian Evolution 1.0.8 Date: 18 Aug 2002 18:32:33 -0400 Message-Id: <1029709953.354.7.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-N8s2wdH6i5hPgdSem7/F Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2002-08-16 at 18:16, Matt Dillon wrote: > dillon 2002/08/16 15:16:39 PDT >=20 > Modified files: (Branch: RELENG_4) > sys/netinet tcp_subr.c tcp_timer.c tcp_timer.h=20 > Log: > MFC sysctls to control the TCP retransmit timer. Temporarily default > net.inet.tcp_rexmit_min to 1000ms (1 second) to maintain prior -stable > behavior. The default net.inet.tcp_rexmit_slop (extra time always adde= d to > the timeout calculation) is 200ms, but effectively obscured by the 1000= ms > minimum. Setting net.inet.tcp_rexmit_min to a low value such as 12 wil= l > get you -current's behavior. Matt, maybe I'm missing something, but I find on -stable, net.inet.tcp.rexmit_min is 10 by default, and setting it to 12 has no effect (i.e. keeps the value at 10). net.inet.tcp.rexmit_slop is 200 by default on -stable already. On -CURRENT rexmit_min is 30 by default and rexmit_slop is 200. My test machines are: FreeBSD shumai.marcuscom.com 4.6-STABLE FreeBSD 4.6-STABLE #1: Sun Aug 18 18:14:07 EDT 2002 =20 marcus@shumai.marcuscom.com:/usr/obj/usr/src/sys/SHUMAI i386 and FreeBSD jclarke-pc.cisco.com 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Mon Aug 12 15:14:07 EDT 2002 =20 marcus@jclarke-pc.cisco.com:/usr/obj/usr/src/sys/JCLARKE-PC i386 Joe > =20 > This can be somewhat confusing. The minimum is an unconditional lower = bound > on the retransmit timeout calculation. The slop is unconditionally add= ed > to the retransmit timeout calculation PRIOR to the minimum being enforc= ed. > On faster networks the SRTT calculation becomes less dependable as a me= ans > of preventing unnecessary retransmissions. The best protection against= this > is to use the slop parameter to control your nominal interactive > responsiveness/recovery-base in the face of non-congestion related pack= et > loss (e.g. on a wireless network). > =20 > Generally speaking current RFCs regarding TCP retransmit behavior want > a 1 second minimum, but they are so focused on streaming behavior that = they > completely ignore the disaster this causes on faster ( < 500ms ping ) > connections operating interactively, such as when typing in a remote sh= ell > over a wireless network. Linux uses a far more reasonable 200ms minimu= m > and our -current now does the equivalent (or better) by using 200ms of = slop. > Hopefully -stable will follow with a change to 200ms of slop in the > near future. For the moment, if you care, please set net.inet.tcp.rexm= it_min > to a low value (such as 12) in your /etc/sysctl.conf. > =20 > Revision Changes Path > 1.73.2.27 +3 -1 src/sys/netinet/tcp_subr.c > 1.34.2.13 +8 -0 src/sys/netinet/tcp_timer.c > 1.18.2.1 +15 -3 src/sys/netinet/tcp_timer.h >=20 --=-N8s2wdH6i5hPgdSem7/F Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQA9YCCBb2iPiv4Uz4cRAq16AKCCMAW9Vg8K2WTCgh/13QQUAdNdEQCggzPN Gl3h32psXZ8qv+dqxSnXyNk= =h5/R -----END PGP SIGNATURE----- --=-N8s2wdH6i5hPgdSem7/F-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 15:40:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2ED4637B400; Sun, 18 Aug 2002 15:40:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C715643E6A; Sun, 18 Aug 2002 15:40:25 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: from freefall.freebsd.org (joe@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7IMePJU088576; Sun, 18 Aug 2002 15:40:25 -0700 (PDT) (envelope-from joe@freefall.freebsd.org) Received: (from joe@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7IMePpJ088575; Sun, 18 Aug 2002 15:40:25 -0700 (PDT) Message-Id: <200208182240.g7IMePpJ088575@freefall.freebsd.org> From: Josef Karthauser Date: Sun, 18 Aug 2002 15:40:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT checkoutlist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2002/08/18 15:40:25 PDT Modified files: . checkoutlist Log: Document which files get checked out automatically and so don't need to be defined explicitly. Submitted by: fanf Revision Changes Path 1.13 +16 -1 CVSROOT/checkoutlist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 15:52:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B27F537B400; Sun, 18 Aug 2002 15:52:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6419E43E3B; Sun, 18 Aug 2002 15:52:54 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: from freefall.freebsd.org (joe@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7IMqsJU091684; Sun, 18 Aug 2002 15:52:54 -0700 (PDT) (envelope-from joe@freefall.freebsd.org) Received: (from joe@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7IMqsUa091683; Sun, 18 Aug 2002 15:52:54 -0700 (PDT) Message-Id: <200208182252.g7IMqsUa091683@freefall.freebsd.org> From: Josef Karthauser Date: Sun, 18 Aug 2002 15:52:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT commit_prep.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2002/08/18 15:52:54 PDT Modified files: . commit_prep.pl Log: Makes it slightly more obvious how to configure the CHECK_HEADERS and WARN_HEADERS options. Submitted by: fanf Revision Changes Path 1.64 +1 -1 CVSROOT/commit_prep.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 16: 1:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06E6E37B400; Sun, 18 Aug 2002 16:01:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFC3043E3B; Sun, 18 Aug 2002 16:01:18 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: from freefall.freebsd.org (joe@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7IN1IJU093325; Sun, 18 Aug 2002 16:01:18 -0700 (PDT) (envelope-from joe@freefall.freebsd.org) Received: (from joe@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7IN1IkU093324; Sun, 18 Aug 2002 16:01:18 -0700 (PDT) Message-Id: <200208182301.g7IN1IkU093324@freefall.freebsd.org> From: Josef Karthauser Date: Sun, 18 Aug 2002 16:01:18 -0700 (PDT) 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: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2002/08/18 16:01:18 PDT Modified files: . log_accum.pl Log: * Improve a debugging message. * There was too much space (three lines) between the diffs in commit mails. This reduces it to one. Submitted by: fanf Revision Changes Path 1.119 +3 -3 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 Sun Aug 18 17:26:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05C9C37B400; Sun, 18 Aug 2002 17:26:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA95643E4A; Sun, 18 Aug 2002 17:26:41 -0700 (PDT) (envelope-from johan@FreeBSD.org) Received: from freefall.freebsd.org (johan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7J0QfJU015854; Sun, 18 Aug 2002 17:26:41 -0700 (PDT) (envelope-from johan@freefall.freebsd.org) Received: (from johan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7J0Qfwg015853; Sun, 18 Aug 2002 17:26:41 -0700 (PDT) Message-Id: <200208190026.g7J0Qfwg015853@freefall.freebsd.org> From: Johan Karlsson Date: Sun, 18 Aug 2002 17:26:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/mv mv.1 mv.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 johan 2002/08/18 17:26:41 PDT Modified files: (Branch: RELENG_4) bin/mv mv.1 mv.c Log: MFC: Add the -n option, which automatically answers "no" to the overwrite question. mv.1: 1.19, 1.20, 1.22, part of 1.23 mv.c: 1.35, 1.39 Approved by: obrien, sheldonh (mentor) Revision Changes Path 1.15.2.4 +20 -5 src/bin/mv/mv.1 1.24.2.5 +15 -7 src/bin/mv/mv.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 17:36: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 609CD37B400; Sun, 18 Aug 2002 17:35:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1193443E4A; Sun, 18 Aug 2002 17:35:59 -0700 (PDT) (envelope-from johan@FreeBSD.org) Received: from freefall.freebsd.org (johan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7J0ZwJU017557; Sun, 18 Aug 2002 17:35:58 -0700 (PDT) (envelope-from johan@freefall.freebsd.org) Received: (from johan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7J0ZwoW017556; Sun, 18 Aug 2002 17:35:58 -0700 (PDT) Message-Id: <200208190035.g7J0ZwoW017556@freefall.freebsd.org> From: Johan Karlsson Date: Sun, 18 Aug 2002 17:35:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG johan 2002/08/18 17:35:58 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: chmod(1) -v -v; od(1) -A, -N, -j, -s, -t MFCs noted: biff(1) b; cp(1) -n; mv(1) -n; od(1) -A, -N, -j, -s, -t Release note modified: mv(1) -n Reviewed by: bmah Revision Changes Path 1.408 +15 -4 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 17:39:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C76637B400; Sun, 18 Aug 2002 17:39:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0A8943E4A; Sun, 18 Aug 2002 17:39:14 -0700 (PDT) (envelope-from johan@FreeBSD.org) Received: from freefall.freebsd.org (johan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7J0dEJU017725; Sun, 18 Aug 2002 17:39:14 -0700 (PDT) (envelope-from johan@freefall.freebsd.org) Received: (from johan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7J0dEpT017724; Sun, 18 Aug 2002 17:39:14 -0700 (PDT) Message-Id: <200208190039.g7J0dEpT017724@freefall.freebsd.org> From: Johan Karlsson Date: Sun, 18 Aug 2002 17:39:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG johan 2002/08/18 17:39:14 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: biff(1) b; cp(1) -n; mv(1) -n; od(1) -A, -N, -j, -s, -t Reviewed by: bmah Revision Changes Path 1.22.2.280 +20 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 18: 0:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A7D137B400; Sun, 18 Aug 2002 18:00:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED4C043E6A; Sun, 18 Aug 2002 18:00:37 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7J10bJU021588; Sun, 18 Aug 2002 18:00:37 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7J10b6Q021587; Sun, 18 Aug 2002 18:00:37 -0700 (PDT) Message-Id: <200208190100.g7J10b6Q021587@freefall.freebsd.org> From: Bruce Evans Date: Sun, 18 Aug 2002 18:00:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf kern.post.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/08/18 18:00:37 PDT Modified files: sys/conf kern.post.mk Log: Added rules to generate .c files from .m files. Run mkdep on these .c files. This fixes at least "make" (without -j) after "make clean". Revision Changes Path 1.28 +10 -3 src/sys/conf/kern.post.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 18:44:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C27C837B400; Sun, 18 Aug 2002 18:44:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 747EE43E3B; Sun, 18 Aug 2002 18:44:55 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: from freefall.freebsd.org (horikawa@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7J1itJU033307; Sun, 18 Aug 2002 18:44:55 -0700 (PDT) (envelope-from horikawa@freefall.freebsd.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7J1ittF033306; Sun, 18 Aug 2002 18:44:55 -0700 (PDT) Message-Id: <200208190144.g7J1ittF033306@freefall.freebsd.org> From: Kazuo Horikawa Date: Sun, 18 Aug 2002 18:44:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 login.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2002/08/18 18:44:54 PDT Modified files: ja_JP.eucJP/man/man1 login.1 Log: Add a missing sentense which mentions about login class. Pointed-out by: SAKAMOTO Seiji Revision Changes Path 1.17 +3 -0 doc/ja_JP.eucJP/man/man1/login.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 18:55:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E47B037B405; Sun, 18 Aug 2002 18:55:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9936243E3B; Sun, 18 Aug 2002 18:55:40 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7J1teJU035079; Sun, 18 Aug 2002 18:55:40 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7J1tePj035078; Sun, 18 Aug 2002 18:55:40 -0700 (PDT) Message-Id: <200208190155.g7J1tePj035078@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sun, 18 Aug 2002 18:55:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnome2 pkg-install X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/18 18:55:40 PDT Modified files: x11/gnome2 pkg-install Log: Add eog to the list of GNOME 1 ports to remove before installing the GNOME 2 desktop. Revision Changes Path 1.4 +1 -1 ports/x11/gnome2/pkg-install To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 18:56:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1019F37B400; Sun, 18 Aug 2002 18:56:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9D0F43E65; Sun, 18 Aug 2002 18:56:30 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7J1uUJU035168; Sun, 18 Aug 2002 18:56:30 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7J1uUXm035167; Sun, 18 Aug 2002 18:56:30 -0700 (PDT) Message-Id: <200208190156.g7J1uUXm035167@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sun, 18 Aug 2002 18:56:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gnome/docs faq2.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 marcus 2002/08/18 18:56:30 PDT Modified files: en/gnome/docs faq2.sgml Log: Add eog to the list of GNOME 1 ports to remove before installing the GNOME 2 desktop. Revision Changes Path 1.5 +2 -1 www/en/gnome/docs/faq2.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 18:59:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01D8D37B400; Sun, 18 Aug 2002 18:59:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B7FD43E70; Sun, 18 Aug 2002 18:59:39 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: from freefall.freebsd.org (horikawa@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7J1xdJU035320; Sun, 18 Aug 2002 18:59:39 -0700 (PDT) (envelope-from horikawa@freefall.freebsd.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7J1xd6t035319; Sun, 18 Aug 2002 18:59:39 -0700 (PDT) Message-Id: <200208190159.g7J1xd6t035319@freefall.freebsd.org> From: Kazuo Horikawa Date: Sun, 18 Aug 2002 18:59:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man8 nsupdate.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2002/08/18 18:59:39 PDT Modified files: ja_JP.eucJP/man/man8 nsupdate.8 Log: Remove original FreeBSD revision string which no longer exists. Revision Changes Path 1.7 +0 -1 doc/ja_JP.eucJP/man/man8/nsupdate.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 19:24:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 322D537B400; Sun, 18 Aug 2002 19:24:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC31F43E6A; Sun, 18 Aug 2002 19:24:46 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: from freefall.freebsd.org (horikawa@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7J2OkJU044287; Sun, 18 Aug 2002 19:24:46 -0700 (PDT) (envelope-from horikawa@freefall.freebsd.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7J2OkRN044286; Sun, 18 Aug 2002 19:24:46 -0700 (PDT) Message-Id: <200208190224.g7J2OkRN044286@freefall.freebsd.org> From: Kazuo Horikawa Date: Sun, 18 Aug 2002 19:24:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 scp.1 sftp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh.1 doc/ja_JP.eucJP/man/man5 Makefile ssh_config.5 sshd_config.5 doc/ja_JP.eucJP/man/man8 Makefile sftp-server.8 ssh-keysign.8 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2002/08/18 19:24:46 PDT Modified files: ja_JP.eucJP/man/man1 scp.1 sftp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh.1 ja_JP.eucJP/man/man5 Makefile ja_JP.eucJP/man/man8 Makefile sftp-server.8 sshd.8 Added files: ja_JP.eucJP/man/man5 ssh_config.5 sshd_config.5 ja_JP.eucJP/man/man8 ssh-keysign.8 Log: Update to OpenSSH 3.4p1 based translation. Original translation is done by Shinyama-san (see obtained from: line below). Necessary modification is submitted by Suzuki-san, including FreeBSD branch specific changes and Japanese section header changes. Submited by: SUZUKI Koichi Obtained from: http://www.unixuser.org/%7Eeuske/doc/openssh/jman/index.html Revision Changes Path 1.5 +37 -14 doc/ja_JP.eucJP/man/man1/scp.1 1.2 +74 -15 doc/ja_JP.eucJP/man/man1/sftp.1 1.5 +45 -16 doc/ja_JP.eucJP/man/man1/ssh-add.1 1.5 +35 -21 doc/ja_JP.eucJP/man/man1/ssh-agent.1 1.6 +46 -23 doc/ja_JP.eucJP/man/man1/ssh-keygen.1 1.2 +87 -36 doc/ja_JP.eucJP/man/man1/ssh-keyscan.1 1.8 +200 -642 doc/ja_JP.eucJP/man/man1/ssh.1 1.20 +2 -0 doc/ja_JP.eucJP/man/man5/Makefile 1.1 +683 -0 doc/ja_JP.eucJP/man/man5/ssh_config.5 (new) 1.1 +745 -0 doc/ja_JP.eucJP/man/man5/sshd_config.5 (new) 1.45 +1 -0 doc/ja_JP.eucJP/man/man8/Makefile 1.5 +5 -3 doc/ja_JP.eucJP/man/man8/sftp-server.8 1.1 +85 -0 doc/ja_JP.eucJP/man/man8/ssh-keysign.8 (new) 1.6 +294 -747 doc/ja_JP.eucJP/man/man8/sshd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 19:27:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C95037B401; Sun, 18 Aug 2002 19:27:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E29E243E70; Sun, 18 Aug 2002 19:27:33 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7J2RXJU044478; Sun, 18 Aug 2002 19:27:33 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7J2RXDv044477; Sun, 18 Aug 2002 19:27:33 -0700 (PDT) Message-Id: <200208190227.g7J2RXDv044477@freefall.freebsd.org> From: Juli Mallett Date: Sun, 18 Aug 2002 19:27:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/find find.1 option.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/08/18 19:27:33 PDT Modified files: usr.bin/find find.1 option.c Log: Add a unary -not operator ala -false and !, for sake of completeness. Obtained from: OpenDarwin MFC after: 1 week Revision Changes Path 1.51 +1 -0 src/usr.bin/find/find.1 1.18 +1 -0 src/usr.bin/find/option.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 19:54:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A82E737B400; Sun, 18 Aug 2002 19:54:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C08443E6E; Sun, 18 Aug 2002 19:54:38 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: from freefall.freebsd.org (horikawa@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7J2scJU049270; Sun, 18 Aug 2002 19:54:38 -0700 (PDT) (envelope-from horikawa@freefall.freebsd.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7J2sc1J049269; Sun, 18 Aug 2002 19:54:38 -0700 (PDT) Message-Id: <200208190254.g7J2sc1J049269@freefall.freebsd.org> From: Kazuo Horikawa Date: Sun, 18 Aug 2002 19:54:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 dig.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2002/08/18 19:54:38 PDT Modified files: ja_JP.eucJP/man/man1 dig.1 Log: Fix a typo. Replacing '-p[ping-string]' with '-P[ping-string]' Pointed-out by: Masami Kobayashi Revision Changes Path 1.14 +1 -1 doc/ja_JP.eucJP/man/man1/dig.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 19:56:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D02437B400; Sun, 18 Aug 2002 19:56:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2080143E42; Sun, 18 Aug 2002 19:56:47 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: from freefall.freebsd.org (horikawa@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7J2ulJU049406; Sun, 18 Aug 2002 19:56:47 -0700 (PDT) (envelope-from horikawa@freefall.freebsd.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7J2ukU0049405; Sun, 18 Aug 2002 19:56:46 -0700 (PDT) Message-Id: <200208190256.g7J2ukU0049405@freefall.freebsd.org> From: Kazuo Horikawa Date: Sun, 18 Aug 2002 19:56:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man8 inetd.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2002/08/18 19:56:46 PDT Modified files: ja_JP.eucJP/man/man8 inetd.8 Log: Fix typo Submitted by: kano@na.rim.or.jp Revision Changes Path 1.26 +2 -2 doc/ja_JP.eucJP/man/man8/inetd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 20: 8: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6302E37B400; Sun, 18 Aug 2002 20:07:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AFE543E65; Sun, 18 Aug 2002 20:07:57 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7J37uJU055810; Sun, 18 Aug 2002 20:07:57 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7J37uiP055809; Sun, 18 Aug 2002 20:07:56 -0700 (PDT) Message-Id: <200208190307.g7J37uiP055809@freefall.freebsd.org> From: Juli Mallett Date: Sun, 18 Aug 2002 20:07:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/basename basename.c src/usr.bin/chat chat.c src/usr.bin/chflags chflags.c src/usr.bin/col col.c src/usr.bin/colcrt colcrt.c src/usr.bin/cut cut.c src/usr.bin/hesinfo hesinfo.c src/usr.bin/id id.c src/usr.bin/make ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/08/18 20:07:56 PDT Modified files: usr.bin/basename basename.c usr.bin/chat chat.c usr.bin/chflags chflags.c usr.bin/col col.c usr.bin/colcrt colcrt.c usr.bin/cut cut.c usr.bin/hesinfo hesinfo.c usr.bin/id id.c usr.bin/make nonints.h usr.bin/msgs msgs.c usr.bin/nl nl.c usr.bin/rpcinfo rpcinfo.c usr.bin/talk talk.c usr.bin/touch touch.c usr.bin/unifdef unifdef.c Log: Remove local prototypes for main(). Revision Changes Path 1.13 +0 -1 src/usr.bin/basename/basename.c 1.18 +0 -2 src/usr.bin/chat/chat.c 1.15 +0 -1 src/usr.bin/chflags/chflags.c 1.16 +0 -1 src/usr.bin/col/col.c 1.13 +0 -1 src/usr.bin/colcrt/colcrt.c 1.22 +0 -1 src/usr.bin/cut/cut.c 1.6 +0 -2 src/usr.bin/hesinfo/hesinfo.c 1.18 +0 -1 src/usr.bin/id/id.c 1.15 +0 -1 src/usr.bin/make/nonints.h 1.23 +0 -1 src/usr.bin/msgs/msgs.c 1.7 +0 -1 src/usr.bin/nl/nl.c 1.14 +0 -2 src/usr.bin/rpcinfo/rpcinfo.c 1.11 +0 -2 src/usr.bin/talk/talk.c 1.18 +0 -1 src/usr.bin/touch/touch.c 1.10 +0 -1 src/usr.bin/unifdef/unifdef.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 20:25: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE6FC37B400; Sun, 18 Aug 2002 20:24:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E8DE43E3B; Sun, 18 Aug 2002 20:24:56 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7J3OuJU059000; Sun, 18 Aug 2002 20:24:56 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7J3OuHO058999; Sun, 18 Aug 2002 20:24:56 -0700 (PDT) Message-Id: <200208190324.g7J3OuHO058999@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 18 Aug 2002 20:24:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/mail Makefile ports/mail/listar Makefile distinfo pkg-comment pkg-descr pkg-install pkg-plist ports/mail/listar/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/18 20:24:56 PDT Modified files: . modules mail Makefile Removed files: mail/listar Makefile distinfo pkg-comment pkg-descr pkg-install pkg-plist mail/listar/files patch-aa Log: nuke listar 1. remotely exploitable 2. superseded by mail/ecartis Approved by: maintainer Revision Changes Path 1.5725 +0 -1 CVSROOT/modules 1.314 +0 -1 ports/mail/Makefile 1.7 +0 -48 ports/mail/listar/Makefile (dead) 1.3 +0 -1 ports/mail/listar/distinfo (dead) 1.3 +0 -56 ports/mail/listar/files/patch-aa (dead) 1.2 +0 -1 ports/mail/listar/pkg-comment (dead) 1.2 +0 -13 ports/mail/listar/pkg-descr (dead) 1.2 +0 -64 ports/mail/listar/pkg-install (dead) 1.3 +0 -72 ports/mail/listar/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 Sun Aug 18 20:45:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9229D37B400; Sun, 18 Aug 2002 20:45:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED58743E3B; Sun, 18 Aug 2002 20:45:37 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: from freefall.freebsd.org (horikawa@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7J3jbJU062454; Sun, 18 Aug 2002 20:45:37 -0700 (PDT) (envelope-from horikawa@freefall.freebsd.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7J3jbi4062449; Sun, 18 Aug 2002 20:45:37 -0700 (PDT) Message-Id: <200208190345.g7J3jbi4062449@freefall.freebsd.org> From: Kazuo Horikawa Date: Sun, 18 Aug 2002 20:45:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 apropos.1 biff.1 chmod.1 cp.1 paste.1 pax.1 rcp.1 send-pr.1 tcsh.1 top.1 doc/ja_JP.eucJP/man/man5 termcap.5 doc/ja_JP.eucJP/man/man8 comsat.8 ftpd.8 revnetgroup.8 sync.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2002/08/18 20:45:37 PDT Modified files: ja_JP.eucJP/man/man1 apropos.1 biff.1 chmod.1 cp.1 paste.1 pax.1 rcp.1 send-pr.1 tcsh.1 top.1 ja_JP.eucJP/man/man5 termcap.5 ja_JP.eucJP/man/man8 comsat.8 ftpd.8 revnetgroup.8 sync.8 Log: Catch up with 4.6-STABLE-20020818-JPSNAP. ifw.8 change will be delivered later. Revision Changes Path 1.10 +10 -3 doc/ja_JP.eucJP/man/man1/apropos.1 1.13 +9 -4 doc/ja_JP.eucJP/man/man1/biff.1 1.26 +7 -8 doc/ja_JP.eucJP/man/man1/chmod.1 1.17 +20 -5 doc/ja_JP.eucJP/man/man1/cp.1 1.12 +1 -1 doc/ja_JP.eucJP/man/man1/paste.1 1.22 +3 -5 doc/ja_JP.eucJP/man/man1/pax.1 1.17 +7 -3 doc/ja_JP.eucJP/man/man1/rcp.1 1.15 +4 -1 doc/ja_JP.eucJP/man/man1/send-pr.1 1.15 +52 -15 doc/ja_JP.eucJP/man/man1/tcsh.1 1.11 +17 -3 doc/ja_JP.eucJP/man/man1/top.1 1.18 +4 -2 doc/ja_JP.eucJP/man/man5/termcap.5 1.10 +10 -2 doc/ja_JP.eucJP/man/man8/comsat.8 1.26 +67 -54 doc/ja_JP.eucJP/man/man8/ftpd.8 1.10 +1 -1 doc/ja_JP.eucJP/man/man8/revnetgroup.8 1.13 +6 -6 doc/ja_JP.eucJP/man/man8/sync.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 20:53: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC58B37B400; Sun, 18 Aug 2002 20:53:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5926D43E70; Sun, 18 Aug 2002 20:52:47 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7J3qbJU063907; Sun, 18 Aug 2002 20:52:37 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7J3qaFB063906; Sun, 18 Aug 2002 20:52:36 -0700 (PDT) Message-Id: <200208190352.g7J3qaFB063906@freefall.freebsd.org> From: Juli Mallett Date: Sun, 18 Aug 2002 20:52:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio asprintf.c vasprintf.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 jmallett 2002/08/18 20:52:36 PDT Modified files: lib/libc/stdio asprintf.c vasprintf.c Log: Leave room for a trailing NUL not a NULL, that's not an ASCII character. Revision Changes Path 1.11 +1 -1 src/lib/libc/stdio/asprintf.c 1.15 +1 -1 src/lib/libc/stdio/vasprintf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 20:56: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AF1237B400; Sun, 18 Aug 2002 20:56:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 197ED43E3B; Sun, 18 Aug 2002 20:56:04 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: from freefall.freebsd.org (vanilla@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7J3u3JU064184; Sun, 18 Aug 2002 20:56:03 -0700 (PDT) (envelope-from vanilla@freefall.freebsd.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7J3u318064183; Sun, 18 Aug 2002 20:56:03 -0700 (PDT) Message-Id: <200208190356.g7J3u318064183@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 18 Aug 2002 20:56:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/xinetd Makefile distinfo ports/security/xinetd/files patch-ab patch-xinetd::sensor.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 vanilla 2002/08/18 20:56:03 PDT Modified files: security/xinetd Makefile distinfo security/xinetd/files patch-ab Added files: security/xinetd/files patch-xinetd::sensor.c Log: Upgrade to 2.3.7. Revision Changes Path 1.39 +2 -2 ports/security/xinetd/Makefile 1.20 +1 -1 ports/security/xinetd/distinfo 1.7 +7 -5 ports/security/xinetd/files/patch-ab 1.1 +10 -0 ports/security/xinetd/files/patch-xinetd::sensor.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 Aug 18 21:38:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07CDD37B400; Sun, 18 Aug 2002 21:38:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB6F243E42; Sun, 18 Aug 2002 21:38:25 -0700 (PDT) (envelope-from chris@FreeBSD.org) Received: from freefall.freebsd.org (chris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7J4cPJU076786; Sun, 18 Aug 2002 21:38:25 -0700 (PDT) (envelope-from chris@freefall.freebsd.org) Received: (from chris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7J4cPJ1076785; Sun, 18 Aug 2002 21:38:25 -0700 (PDT) Message-Id: <200208190438.g7J4cPJ1076785@freefall.freebsd.org> From: Chris Costello Date: Sun, 18 Aug 2002 21:38:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/developers-handbook Makefile book.sgml chapters.ent mac.ent doc/en_US.ISO8859-1/books/developers-handbook/mac 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 chris 2002/08/18 21:38:25 PDT Modified files: en_US.ISO8859-1/books/developers-handbook Makefile book.sgml chapters.ent Added files: en_US.ISO8859-1/books/developers-handbook mac.ent en_US.ISO8859-1/books/developers-handbook/mac chapter.sgml Log: Introduce support for Mandatory Access Control and extensible kernel access control. Document the kernel side of the MAC policy architecture. This is a little out of date at the moment. Some parts to be filled in as things are developed, and much is subject to change. It will, however, give developers a good idea of how things work. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.15 +1 -0 doc/en_US.ISO8859-1/books/developers-handbook/Makefile 1.37 +2 -0 doc/en_US.ISO8859-1/books/developers-handbook/book.sgml 1.18 +1 -0 doc/en_US.ISO8859-1/books/developers-handbook/chapters.ent 1.1 +18 -0 doc/en_US.ISO8859-1/books/developers-handbook/mac.ent (new) 1.1 +5681 -0 doc/en_US.ISO8859-1/books/developers-handbook/mac/chapter.sgml (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 21:45: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 892B837B400; Sun, 18 Aug 2002 21:45:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E44A43E3B; Sun, 18 Aug 2002 21:45:02 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from freefall.freebsd.org (luigi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7J4j2JU078560; Sun, 18 Aug 2002 21:45:02 -0700 (PDT) (envelope-from luigi@freefall.freebsd.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7J4j2Af078559; Sun, 18 Aug 2002 21:45:02 -0700 (PDT) Message-Id: <200208190445.g7J4j2Af078559@freefall.freebsd.org> From: Luigi Rizzo Date: Sun, 18 Aug 2002 21:45:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw2.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 luigi 2002/08/18 21:45:01 PDT Modified files: sys/netinet ip_fw2.c Log: Raise limit for port lists to 30 entries/ranges. Remove a duplicate "logging" message, and identify the firewall as ipfw2 in the boot message. Revision Changes Path 1.10 +4 -6 src/sys/netinet/ip_fw2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 21:52:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8ABB737B400; Sun, 18 Aug 2002 21:52:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52EF343E4A; Sun, 18 Aug 2002 21:52:16 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from freefall.freebsd.org (luigi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7J4qGJU080265; Sun, 18 Aug 2002 21:52:16 -0700 (PDT) (envelope-from luigi@freefall.freebsd.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7J4qGiG080264; Sun, 18 Aug 2002 21:52:16 -0700 (PDT) Message-Id: <200208190452.g7J4qGiG080264@freefall.freebsd.org> From: Luigi Rizzo Date: Sun, 18 Aug 2002 21:52:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.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 luigi 2002/08/18 21:52:16 PDT Modified files: sbin/ipfw ipfw.8 ipfw2.c Log: Major cleanup of the parser and printing routines in an attempt to render the syntax less ambiguous. Now rules can be in one of these two forms from to [options] MAC dst-mac src-mac mac-type [options] however you can now specify MAC and IP header fields as options e.g. ipfw add allow all from any to any mac-type arp ipfw add allow all from any to any { dst-ip me or src-ip me } which makes complex expressions a lot easier to write and parse. The "all from any to any" part is there just for backward compatibility. Manpage updated accordingly. Revision Changes Path 1.108 +90 -75 src/sbin/ipfw/ipfw.8 1.11 +285 -134 src/sbin/ipfw/ipfw2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 22:10: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B345A37B400; Sun, 18 Aug 2002 22:10:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73A6F43E3B; Sun, 18 Aug 2002 22:10:01 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7J5A1JU086633; Sun, 18 Aug 2002 22:10:01 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7J5A1Z7086616; Sun, 18 Aug 2002 22:10:01 -0700 (PDT) Message-Id: <200208190510.g7J5A1Z7086616@freefall.freebsd.org> From: Archie Cobbs Date: Sun, 18 Aug 2002 22:10:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/sablevm Makefile distinfo ports/java/sablevm/files extra-patch-aa extra-patch-ab patch-aa patch-ab patch-ac patch-ad patch-ae patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2002/08/18 22:10:01 PDT Modified files: java/sablevm Makefile distinfo java/sablevm/files patch-aa patch-ab patch-ac patch-ad patch-ae Added files: java/sablevm/files extra-patch-aa extra-patch-ab patch-af Log: Update to version 1.0.3. Make USE_GNOMELIBS optional. Add a patch that fixes a native library bug. Revision Changes Path 1.4 +29 -1 ports/java/sablevm/Makefile 1.3 +3 -3 ports/java/sablevm/distinfo 1.1 +13 -0 ports/java/sablevm/files/extra-patch-aa (new) 1.1 +10 -0 ports/java/sablevm/files/extra-patch-ab (new) 1.3 +3 -3 ports/java/sablevm/files/patch-aa 1.3 +3 -3 ports/java/sablevm/files/patch-ab 1.3 +3 -3 ports/java/sablevm/files/patch-ac 1.3 +3 -3 ports/java/sablevm/files/patch-ad 1.3 +3 -3 ports/java/sablevm/files/patch-ae 1.3 +13 -0 ports/java/sablevm/files/patch-af (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 22:36:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48B1C37B400; Sun, 18 Aug 2002 22:36:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C8C543E6E; Sun, 18 Aug 2002 22:36:18 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7J5aIJU091417; Sun, 18 Aug 2002 22:36:18 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7J5aI0e091416; Sun, 18 Aug 2002 22:36:18 -0700 (PDT) Message-Id: <200208190536.g7J5aI0e091416@freefall.freebsd.org> From: Archie Cobbs Date: Sun, 18 Aug 2002 22:36:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/sablevm Makefile ports/java/sablevm/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 archie 2002/08/18 22:36:18 PDT Modified files: java/sablevm Makefile java/sablevm/files patch-aa patch-ab Log: Pass CFLAGS to configure scripts using CONFIGURE_ENV. Revision Changes Path 1.5 +1 -0 ports/java/sablevm/Makefile 1.4 +0 -10 ports/java/sablevm/files/patch-aa 1.4 +1 -10 ports/java/sablevm/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 23:52:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 129A337B400; Sun, 18 Aug 2002 23:52:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA51E43E72; Sun, 18 Aug 2002 23:52:21 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7J6qLJU010003; Sun, 18 Aug 2002 23:52:21 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7J6qLLK010002; Sun, 18 Aug 2002 23:52:21 -0700 (PDT) Message-Id: <200208190652.g7J6qLLK010002@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 18 Aug 2002 23:52:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_mount.c src/sys/sys mount.h src/sys/security/lomac kernel_util.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/08/18 23:52:21 PDT Modified files: sys/kern vfs_mount.c sys/sys mount.h sys/security/lomac kernel_util.c Log: Keep a copy of the credential used to mount filesystems around so we can check and use it later on. Change the pieces of code which relied on mount->mnt_stat.f_owner to check which user mounted the filesystem. This became needed as the EA code needs to be able to allocate blocks for "system" EA users like ACLs. There seems to be some half-baked (probably only quarter- actually) notion that the superuser for a given filesystem is the user who mounted it, but this has far from been carried through. It is unclear if it should be. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.83 +7 -3 src/sys/kern/vfs_mount.c 1.8 +1 -1 src/sys/security/lomac/kernel_util.c 1.140 +1 -0 src/sys/sys/mount.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 18 23:56:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3217037B400; Sun, 18 Aug 2002 23:56:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBACB43E3B; Sun, 18 Aug 2002 23:56:50 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7J6uoJU010278; Sun, 18 Aug 2002 23:56:50 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7J6uoEH010277; Sun, 18 Aug 2002 23:56:50 -0700 (PDT) Message-Id: <200208190656.g7J6uoEH010277@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 18 Aug 2002 23:56:50 -0700 (PDT) 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: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/08/18 23:56:50 PDT Modified files: sys/pci if_sis.c Log: Remove the SIS_LOCK/SIS_UNLOCK from sis_attach(). It makes WITNESS barf and there seem to be little room for contention during attach. Revision Changes Path 1.55 +0 -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 Mon Aug 19 0: 1:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0299537B400; Mon, 19 Aug 2002 00:01:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB77143E3B; Mon, 19 Aug 2002 00:01:55 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7J71tJU011810; Mon, 19 Aug 2002 00:01:55 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7J71tZn011809; Mon, 19 Aug 2002 00:01:55 -0700 (PDT) Message-Id: <200208190701.g7J71tZn011809@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 19 Aug 2002 00:01:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_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 phk 2002/08/19 00:01:55 PDT Modified files: sys/ufs/ffs ffs_vnops.c Log: First snapshot of UFS2 EA support. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.89 +228 -7 src/sys/ufs/ffs/ffs_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 Aug 19 0:15:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 207B137B400; Mon, 19 Aug 2002 00:15:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2A5043E6A; Mon, 19 Aug 2002 00:15:20 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7J7FKJU018037; Mon, 19 Aug 2002 00:15:20 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7J7FK5e018036; Mon, 19 Aug 2002 00:15:20 -0700 (PDT) Message-Id: <200208190715.g7J7FK5e018036@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 19 Aug 2002 00:15:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ls ls.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 2002/08/19 00:15:20 PDT Modified files: bin/ls ls.1 Log: mdoc(7) police: fixed the document date. Submitted by: iedowse Revision Changes Path 1.68 +1 -1 src/bin/ls/ls.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 0:51:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFEF137B400; Mon, 19 Aug 2002 00:51:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7550E43E77; Mon, 19 Aug 2002 00:51:15 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7J7pFJU025153; Mon, 19 Aug 2002 00:51:15 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7J7pFxl025152; Mon, 19 Aug 2002 00:51:15 -0700 (PDT) Message-Id: <200208190751.g7J7pFxl025152@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 19 Aug 2002 00:51:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/anubis 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 2002/08/19 00:51:15 PDT Modified files: mail/anubis Makefile distinfo Log: upgrade to 3.4.1 Revision Changes Path 1.3 +1 -1 ports/mail/anubis/Makefile 1.3 +1 -1 ports/mail/anubis/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 1: 1:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92D6837B400; Mon, 19 Aug 2002 01:01:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3121143E75; Mon, 19 Aug 2002 01:01:35 -0700 (PDT) (envelope-from leeym@FreeBSD.org) Received: from freefall.freebsd.org (leeym@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7J81ZJU027448; Mon, 19 Aug 2002 01:01:35 -0700 (PDT) (envelope-from leeym@freefall.freebsd.org) Received: (from leeym@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7J81ZnC027447; Mon, 19 Aug 2002 01:01:35 -0700 (PDT) Message-Id: <200208190801.g7J81ZnC027447@freefall.freebsd.org> From: Yen-Ming Lee Date: Mon, 19 Aug 2002 01:01:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/benchmarks/ubench Makefile ports/chinese/telnet Makefile ports/converters/cn2jp Makefile ports/databases/mytop Makefile ports/databases/p5-DBZ_File Makefile ports/devel/p5-Dialog Makefile ports/devel/p5-IPC-Shareable ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG leeym 2002/08/19 01:01:34 PDT Modified files: benchmarks/ubench Makefile chinese/telnet Makefile converters/cn2jp Makefile databases/mytop Makefile databases/p5-DBZ_File Makefile devel/p5-Dialog Makefile devel/p5-IPC-Shareable Makefile devel/upnp Makefile mail/abook Makefile mail/autosig Makefile mail/drbl Makefile mail/openwebmail Makefile mail/razor-agents Makefile mail/ricochet Makefile misc/GeoIP Makefile misc/cmatrix Makefile net/jumpgate Makefile net/linuxigd Makefile net/p5-Net-XWhois Makefile net/udptunnel Makefile news/cleanfeed Makefile security/mussh Makefile security/p5-Digest-Nilsimsa Makefile security/p5-Digest-SHA1 Makefile textproc/antiword Makefile Log: change my email address to leeym@FreeBSD.org Reviewed by: ijliao (mentor) Approved by: ijliao (mentor) Revision Changes Path 1.4 +2 -2 ports/benchmarks/ubench/Makefile 1.11 +1 -1 ports/chinese/telnet/Makefile 1.4 +2 -2 ports/converters/cn2jp/Makefile 1.8 +1 -1 ports/databases/mytop/Makefile 1.6 +2 -2 ports/databases/p5-DBZ_File/Makefile 1.2 +1 -1 ports/devel/p5-Dialog/Makefile 1.7 +2 -2 ports/devel/p5-IPC-Shareable/Makefile 1.2 +1 -1 ports/devel/upnp/Makefile 1.9 +1 -1 ports/mail/abook/Makefile 1.2 +1 -1 ports/mail/autosig/Makefile 1.2 +1 -1 ports/mail/drbl/Makefile 1.12 +1 -1 ports/mail/openwebmail/Makefile 1.10 +1 -1 ports/mail/razor-agents/Makefile 1.8 +1 -1 ports/mail/ricochet/Makefile 1.2 +1 -1 ports/misc/GeoIP/Makefile 1.10 +1 -1 ports/misc/cmatrix/Makefile 1.2 +1 -1 ports/net/jumpgate/Makefile 1.2 +1 -1 ports/net/linuxigd/Makefile 1.4 +1 -1 ports/net/p5-Net-XWhois/Makefile 1.2 +1 -1 ports/net/udptunnel/Makefile 1.7 +1 -1 ports/news/cleanfeed/Makefile 1.2 +1 -1 ports/security/mussh/Makefile 1.2 +1 -1 ports/security/p5-Digest-Nilsimsa/Makefile 1.3 +1 -1 ports/security/p5-Digest-SHA1/Makefile 1.6 +1 -1 ports/textproc/antiword/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 1:15: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFBD537B400; Mon, 19 Aug 2002 01:14:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A73B743E88; Mon, 19 Aug 2002 01:14:52 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7J8EMJU034198; Mon, 19 Aug 2002 01:14:22 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7J8EMaI034197; Mon, 19 Aug 2002 01:14:22 -0700 (PDT) Message-Id: <200208190814.g7J8EMaI034197@freefall.freebsd.org> From: "Tim J. Robbins" Date: Mon, 19 Aug 2002 01:14:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ln ln.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 tjr 2002/08/19 01:14:22 PDT Modified files: (Branch: RELENG_4) bin/ln ln.1 Log: MFC: Claim conformance to 1003.2-1992 instead of 1003.1-2001 due to doubts raised over symbolic link handling. PR: 41576 Revision Changes Path 1.11.2.7 +1 -1 src/bin/ln/ln.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 1:32:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4F5A37B401; Mon, 19 Aug 2002 01:32:42 -0700 (PDT) Received: from falcon.mail.pas.earthlink.net (falcon.mail.pas.earthlink.net [207.217.120.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 744A443E3B; Mon, 19 Aug 2002 01:32:42 -0700 (PDT) (envelope-from parv@pair.com) Received: from sdn-ap-011dcwashp0403.dialsprint.net ([63.188.105.149] helo=moo.holy.cow) by falcon.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 17ghxo-00056C-00; Mon, 19 Aug 2002 01:32:40 -0700 Received: by moo.holy.cow (Postfix, from userid 1001) id 5028FC741; Mon, 19 Aug 2002 04:35:06 -0400 (EDT) Date: Mon, 19 Aug 2002 04:35:06 -0400 From: parv To: Johan Karlsson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/mv mv.1 mv.c Message-ID: <20020819083506.GA17703@moo.holy.cow> Mail-Followup-To: Johan Karlsson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200208190026.g7J0Qfwg015853@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208190026.g7J0Qfwg015853@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG in message <200208190026.g7J0Qfwg015853@freefall.freebsd.org>, wrote Johan Karlsson thusly... > > johan 2002/08/18 17:26:41 PDT > > Modified files: (Branch: RELENG_4) > bin/mv mv.1 mv.c > Log: > MFC: Add the -n option, which automatically answers "no" to the overwrite > question. i am curious: how does, in practical terms, -n option differ from -f? -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 1:50:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3615637B400; Mon, 19 Aug 2002 01:50:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF26E43E6E; Mon, 19 Aug 2002 01:50:42 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7J8ogJU040403; Mon, 19 Aug 2002 01:50:42 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7J8ogZ6040402; Mon, 19 Aug 2002 01:50:42 -0700 (PDT) Message-Id: <200208190850.g7J8ogZ6040402@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 19 Aug 2002 01:50:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include ctype.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 ache 2002/08/19 01:50:42 PDT Modified files: include ctype.h Log: Properly define SWIDTH1, add autowidth (was SWIDTH1) Revision Changes Path 1.20 +2 -1 src/include/ctype.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 1:58:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8963B37B400; Mon, 19 Aug 2002 01:58:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F27E43E42; Mon, 19 Aug 2002 01:58:52 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7J8wqJU042170; Mon, 19 Aug 2002 01:58:52 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7J8wqgm042169; Mon, 19 Aug 2002 01:58:52 -0700 (PDT) Message-Id: <200208190858.g7J8wqgm042169@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 19 Aug 2002 01:58:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include ctype.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 ache 2002/08/19 01:58:51 PDT Modified files: include ctype.h Log: Move internal defines from here to libc/locale/wcwidth.c Revision Changes Path 1.21 +0 -3 src/include/ctype.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 1:59:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A5F137B400; Mon, 19 Aug 2002 01:59:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E6E143E72; Mon, 19 Aug 2002 01:59:21 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7J8xKJU042233; Mon, 19 Aug 2002 01:59:20 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7J8xKJZ042232; Mon, 19 Aug 2002 01:59:20 -0700 (PDT) Message-Id: <200208190859.g7J8xKJZ042232@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 19 Aug 2002 01:59:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ifconfig ifconfig.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 2002/08/19 01:59:20 PDT Modified files: sbin/ifconfig ifconfig.c Log: Fix last-minute typo which breaks the world. Submitted by: many Revision Changes Path 1.77 +1 -1 src/sbin/ifconfig/ifconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 2: 2:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AB8A37B400; Mon, 19 Aug 2002 02:02:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F1B643E3B; Mon, 19 Aug 2002 02:02:50 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7J92oJU043664; Mon, 19 Aug 2002 02:02:50 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7J92oxI043663; Mon, 19 Aug 2002 02:02:50 -0700 (PDT) Message-Id: <200208190902.g7J92oxI043663@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 19 Aug 2002 02:02:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale wcwidth.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/08/19 02:02:49 PDT Modified files: lib/libc/locale wcwidth.c Log: Move internal defines from ctype.h here Revision Changes Path 1.2 +4 -0 src/lib/libc/locale/wcwidth.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 2: 7:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A56C237B400; Mon, 19 Aug 2002 02:07:36 -0700 (PDT) Received: from hawk.mail.pas.earthlink.net (hawk.mail.pas.earthlink.net [207.217.120.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13BF343E4A; Mon, 19 Aug 2002 02:07:36 -0700 (PDT) (envelope-from parv@pair.com) Received: from sdn-ap-011dcwashp0403.dialsprint.net ([63.188.105.149] helo=moo.holy.cow) by hawk.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 17giVY-0001zY-00; Mon, 19 Aug 2002 02:07:33 -0700 Received: by moo.holy.cow (Postfix, from userid 1001) id 84A84C70B; Mon, 19 Aug 2002 05:10:09 -0400 (EDT) Date: Mon, 19 Aug 2002 05:10:09 -0400 From: parv_fm@emailgroups.net To: Wade Majors Cc: parv , Johan Karlsson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/mv mv.1 mv.c Message-ID: <20020819091009.GA21362@moo.holy.cow> Mail-Followup-To: Wade Majors , parv , Johan Karlsson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200208190026.g7J0Qfwg015853@freefall.freebsd.org> <20020819083506.GA17703@moo.holy.cow> <3D60B062.90807@ezri.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D60B062.90807@ezri.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 in message <3D60B062.90807@ezri.org>, wrote Wade Majors thusly... > > >> Modified files: (Branch: RELENG_4) > >> bin/mv mv.1 mv.c > >> Log: > >> MFC: Add the -n option, which automatically answers "no" to the overwrite > >> question. > > > > > >i am curious: how does, in practical terms, -n option differ from -f? > > > > In the event of a conflict: > -f will overwrite the destination file without a prompt > -n will leave the destination file alone without a prompt arrgh ... feeble minded i am... got it; thanks wade. -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 2:19:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2F8937B400; Mon, 19 Aug 2002 02:19:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 889FC43E4A; Mon, 19 Aug 2002 02:19:31 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7J9JVJU050235; Mon, 19 Aug 2002 02:19:31 -0700 (PDT) (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7J9JVBd050234; Mon, 19 Aug 2002 02:19:31 -0700 (PDT) Message-Id: <200208190919.g7J9JVBd050234@freefall.freebsd.org> From: Maxim Konovalov Date: Mon, 19 Aug 2002 02:19:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/test test.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG maxim 2002/08/19 02:19:31 PDT Modified files: bin/test test.c Log: Forced commit to correct a PR number in the previous commit. It is bin/40177. Pointed out by: obrien Revision Changes Path 1.52 +0 -0 src/bin/test/test.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 2:42:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 505A337B400; Mon, 19 Aug 2002 02:42:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE82343E65; Mon, 19 Aug 2002 02:42:55 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from freefall.freebsd.org (znerd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7J9gtJU055791; Mon, 19 Aug 2002 02:42:55 -0700 (PDT) (envelope-from znerd@freefall.freebsd.org) Received: (from znerd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7J9gtWk055790; Mon, 19 Aug 2002 02:42:55 -0700 (PDT) Message-Id: <200208190942.g7J9gtWk055790@freefall.freebsd.org> From: Ernst de Haan Date: Mon, 19 Aug 2002 02:42:55 -0700 (PDT) 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 2002/08/19 02:42:55 PDT Modified files: java/jdk11-doc Makefile Log: Removing restrictions and providing download locations. Could not find any reason for these restrictions on the Sun website. Only software is under license and export control. The download does not require accepting a license, either. See: http://java.sun.com/products/jdk/1.1/README http://java.sun.com/products/jdk/1.1/docs.html http://servlet.java.sun.com/help/download Revision Changes Path 1.21 +3 -12 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 Mon Aug 19 3:14: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B032837B400 for ; Mon, 19 Aug 2002 03:14:04 -0700 (PDT) Received: from rocket.naverex.net (rocket.naverex.net [213.169.64.107]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76D5543E86 for ; Mon, 19 Aug 2002 03:13:49 -0700 (PDT) (envelope-from DRWEB-DAEMON@naverex.kiev.ua) Received: from mix.naverex.net (mix.naverex.net [213.169.64.99]) by rocket.naverex.net (8.Who.Cares/8.Who.Cares) with ESMTP id NAA22615 for ; Mon, 19 Aug 2002 13:13:49 +0300 (EEST) (envelope-from DRWEB-DAEMON@naverex.kiev.ua) From: DRWEB-DAEMON@naverex.kiev.ua Received: from mix.naverex.net (localhost [127.0.0.1]) by mix.naverex.net (8.Who.Cares/8.Who.Cares) with ESMTP id g7JADhhH001082 for ; Mon, 19 Aug 2002 13:13:44 +0300 (EEST) (envelope-from DRWEB-DAEMON@naverex.kiev.ua) Received: (from root@localhost) by mix.naverex.net (8.12.5/8.12.1/Submit) id g7JADfkL001078 for ; Mon, 19 Aug 2002 13:13:41 +0300 (EEST)?g (envelope-from DRWEB-DAEMON@naverex.kiev.ua) Date: Mon, 19 Aug 2002 13:13:41 +0300 (EEST) Message-Id: <200208191013.g7JADfkL001078@mix.naverex.net> Subject: Undelivered mail: Meeting notice Content-Type: text/plain; charset=us-ascii To: undisclosed-recipients: ; Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear User, The message sent by is infected by a virus and has not been delivered. DrWeb antivirus filter reports: --- DrWeb report --- ======================== DrWeb found next viruses: ======================== ÉÎÆÉÃÉÒÏ×ÁÎ Trojan.IframeExec ÉÎÆÉÃÉÒÏ×ÁÎ Win32.HLLM.Klez.4 --- DrWeb report --- An original message was storied in archive record named: drweb.infected_WzseMN In order to receive the original message, please send request to virusalert@naverex.kiev.ua, referring to the archive record name given above. --- Antivirus service provided by DrWeb Daemon (http://www.drweb.ru) Please send your comments to DialogueScience, Inc. (http://www.dials.ru, support@dials.ru) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 3:17:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87AD337B400; Mon, 19 Aug 2002 03:17:14 -0700 (PDT) Received: from vbook.express.ru (asplinux.ru [195.133.213.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 723C543E7B; Mon, 19 Aug 2002 03:17:13 -0700 (PDT) (envelope-from vova@express.ru) Received: from vova by vbook.express.ru with local (Exim 3.36 #1) id 17gjax-0000Lt-00; Mon, 19 Aug 2002 14:17:11 +0400 Subject: Re: cvs commit: src/share/man/man4 ppp.4 src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/sparc64/conf GENERIC src/sys/modules/if_ppp Makefile src/sys/net if_ppp.c if_pppvar.h ... From: "Vladimir B. " Grebenschikov To: Brooks Davis Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200208091530.g79FUn89014249@freefall.freebsd.org> References: <200208091530.g79FUn89014249@freefall.freebsd.org> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable X-Mailer: Ximian Evolution 1.0.7 Date: 19 Aug 2002 14:17:11 +0400 Message-Id: <1029752231.935.11.camel@vbook.express.ru> Mime-Version: 1.0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG =F7 Fri, 09.08.2002, =D7 19:30, Brooks Davis =CE=C1=D0=C9=D3=C1=CC: > brooks 2002/08/09 08:30:48 PDT >=20 > Modified files: > share/man/man4 ppp.4=20 > sys/alpha/conf GENERIC=20 > sys/i386/conf GENERIC=20 > sys/ia64/conf GENERIC=20 > sys/pc98/conf GENERIC=20 > sys/sparc64/conf GENERIC=20 > sys/modules/if_ppp Makefile=20 > sys/net if_ppp.c if_pppvar.h ppp_tty.c=20 > sys/conf NOTES files=20 > Log: > Make ppp(4) devices clonable and unloadable. > =20 > Revision Changes Path > 1.7 +13 -2 src/share/man/man4/ppp.4 > 1.148 +1 -1 src/sys/alpha/conf/GENERIC > 1.1061 +1 -1 src/sys/conf/NOTES > 1.683 +1 -1 src/sys/conf/files > 1.357 +1 -1 src/sys/i386/conf/GENERIC > 1.35 +1 -1 src/sys/ia64/conf/GENERIC > 1.31 +1 -5 src/sys/modules/if_ppp/Makefile > 1.81 +78 -34 src/sys/net/if_ppp.c > 1.20 +1 -0 src/sys/net/if_pppvar.h > 1.51 +8 -2 src/sys/net/ppp_tty.c > 1.212 +1 -1 src/sys/pc98/conf/GENERIC > 1.31 +1 -1 src/sys/sparc64/conf/GENERIC It seemed just after that commit I can't use if_ppp.ko any more it loads well, kldstat shows it, but it can't be unloaded (kldunload returns EINVAL) and can't be used - pppd tells -=20 "This system lacks kernel support for PPP. ... ", loading old module (6 Aug) fixes situation. =20 --=20 Vladimir B. Grebenschikov vova@sw.ru, SWsoft, Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 3:18: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3135E37B401 for ; Mon, 19 Aug 2002 03:18:01 -0700 (PDT) Received: from rocket.naverex.net (rocket.naverex.net [213.169.64.107]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4613343E3B for ; Mon, 19 Aug 2002 03:17:58 -0700 (PDT) (envelope-from DRWEB-DAEMON@naverex.kiev.ua) Received: from mix.naverex.net (mix.naverex.net [213.169.64.99]) by rocket.naverex.net (8.Who.Cares/8.Who.Cares) with ESMTP id NAA24105 for ; Mon, 19 Aug 2002 13:17:55 +0300 (EEST) (envelope-from DRWEB-DAEMON@naverex.kiev.ua) From: DRWEB-DAEMON@naverex.kiev.ua Received: from mix.naverex.net (localhost [127.0.0.1]) by mix.naverex.net (8.Who.Cares/8.Who.Cares) with ESMTP id g7JAHqhH002755 for ; Mon, 19 Aug 2002 13:17:52 +0300 (EEST) (envelope-from DRWEB-DAEMON@naverex.kiev.ua) Received: (from root@localhost) by mix.naverex.net (8.12.5/8.12.1/Submit) id g7JAHpIx002752 for ; Mon, 19 Aug 2002 13:17:51 +0300 (EEST)?g (envelope-from DRWEB-DAEMON@naverex.kiev.ua) Date: Mon, 19 Aug 2002 13:17:51 +0300 (EEST) Message-Id: <200208191017.g7JAHpIx002752@mix.naverex.net> Subject: Undelivered mail: Some questions Content-Type: text/plain; charset=us-ascii To: undisclosed-recipients: ; Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear User, The message sent by is infected by a virus and has not been delivered. DrWeb antivirus filter reports: --- DrWeb report --- ======================== DrWeb found next viruses: ======================== ÉÎÆÉÃÉÒÏ×ÁÎ Trojan.IframeExec ÉÎÆÉÃÉÒÏ×ÁÎ Win32.HLLM.Klez.4 --- DrWeb report --- An original message was storied in archive record named: drweb.infected_Jm0era In order to receive the original message, please send request to virusalert@naverex.kiev.ua, referring to the archive record name given above. --- Antivirus service provided by DrWeb Daemon (http://www.drweb.ru) Please send your comments to DialogueScience, Inc. (http://www.dials.ru, support@dials.ru) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 3:19:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0D6C37B400; Mon, 19 Aug 2002 03:19:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53E6243E6E; Mon, 19 Aug 2002 03:19:26 -0700 (PDT) (envelope-from seanc@FreeBSD.org) Received: from freefall.freebsd.org (seanc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JAJQJU066508; Mon, 19 Aug 2002 03:19:26 -0700 (PDT) (envelope-from seanc@freefall.freebsd.org) Received: (from seanc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JAJQGK066507; Mon, 19 Aug 2002 03:19:26 -0700 (PDT) Message-Id: <200208191019.g7JAJQGK066507@freefall.freebsd.org> From: Sean Chittenden Date: Mon, 19 Aug 2002 03:19:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook 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 seanc 2002/08/19 03:19:25 PDT Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Reserve UID 93 for the jabber daemon. While I'm here, standardize the reserved UIDs section on the public passwd file format instead of master.passwd's format. Reviewed by: knu (mentor) && blackend Approved by: knu (mentor) && blackend Revision Changes Path 1.237 +3 -2 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 4:13: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8210037B400; Mon, 19 Aug 2002 04:13:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45AD643E6E; Mon, 19 Aug 2002 04:13:01 -0700 (PDT) (envelope-from skv@FreeBSD.org) Received: from freefall.freebsd.org (skv@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JBD1JU086314; Mon, 19 Aug 2002 04:13:01 -0700 (PDT) (envelope-from skv@freefall.freebsd.org) Received: (from skv@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JBD1u7086313; Mon, 19 Aug 2002 04:13:01 -0700 (PDT) Message-Id: <200208191113.g7JBD1u7086313@freefall.freebsd.org> From: Sergey Skvortsov Date: Mon, 19 Aug 2002 04:13:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/palm Makefile ports/palm/iSiloXC Makefile distinfo pkg-comment pkg-descr pkg-plist ports/palm/iSiloXC/files iSiloXC.1 ixl.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 skv 2002/08/19 04:13:01 PDT Modified files: palm Makefile Added files: palm/iSiloXC Makefile distinfo pkg-comment pkg-descr pkg-plist palm/iSiloXC/files iSiloXC.1 ixl.5 Log: Add iSiloXC 3.15, converts documents from text/html files or URLs to iSilo format. Revision Changes Path 1.33 +1 -0 ports/palm/Makefile 1.1 +35 -0 ports/palm/iSiloXC/Makefile (new) 1.1 +1 -0 ports/palm/iSiloXC/distinfo (new) 1.1 +98 -0 ports/palm/iSiloXC/files/iSiloXC.1 (new) 1.1 +1968 -0 ports/palm/iSiloXC/files/ixl.5 (new) 1.1 +1 -0 ports/palm/iSiloXC/pkg-comment (new) 1.1 +21 -0 ports/palm/iSiloXC/pkg-descr (new) 1.1 +1 -0 ports/palm/iSiloXC/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 Mon Aug 19 4:13:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 061A137B401; Mon, 19 Aug 2002 04:13:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 158D943E86; Mon, 19 Aug 2002 04:13:27 -0700 (PDT) (envelope-from skv@FreeBSD.org) Received: from freefall.freebsd.org (skv@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JBDQJU086652; Mon, 19 Aug 2002 04:13:26 -0700 (PDT) (envelope-from skv@freefall.freebsd.org) Received: (from skv@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JBDQhW086650; Mon, 19 Aug 2002 04:13:26 -0700 (PDT) Message-Id: <200208191113.g7JBDQhW086650@freefall.freebsd.org> From: Sergey Skvortsov Date: Mon, 19 Aug 2002 04:13:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG skv 2002/08/19 04:13:26 PDT Modified files: . modules Log: iSiloXC --> ports/palm/iSiloXC Revision Changes Path 1.5726 +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 Aug 19 4:37:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDD8537B400; Mon, 19 Aug 2002 04:37:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A20B543E6E; Mon, 19 Aug 2002 04:37:51 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JBbpJU092052; Mon, 19 Aug 2002 04:37:51 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JBbpBv092051; Mon, 19 Aug 2002 04:37:51 -0700 (PDT) Message-Id: <200208191137.g7JBbpBv092051@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 19 Aug 2002 04:37:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/t1lib 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 2002/08/19 04:37:50 PDT Modified files: devel/t1lib pkg-descr Log: WWW removed Revision Changes Path 1.3 +0 -5 ports/devel/t1lib/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 4:45:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5EA937B400; Mon, 19 Aug 2002 04:45:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3DB843E81; Mon, 19 Aug 2002 04:44:46 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JBidJU093875; Mon, 19 Aug 2002 04:44:39 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JBid0D093874; Mon, 19 Aug 2002 04:44:39 -0700 (PDT) Message-Id: <200208191144.g7JBid0D093874@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 19 Aug 2002 04:44:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ucpp Makefile distinfo pkg-descr ports/devel/ucpp/files patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/19 04:44:39 PDT Modified files: devel/ucpp Makefile distinfo pkg-descr devel/ucpp/files patch-Makefile Log: upgrade to 1.2 update WWW and master site drop maintainership Revision Changes Path 1.3 +5 -6 ports/devel/ucpp/Makefile 1.3 +1 -1 ports/devel/ucpp/distinfo 1.3 +7 -7 ports/devel/ucpp/files/patch-Makefile 1.2 +1 -1 ports/devel/ucpp/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 5:37: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FEC037B400; Mon, 19 Aug 2002 05:36:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C985643E65; Mon, 19 Aug 2002 05:36:55 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from freefall.freebsd.org (luigi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JCatJU012394; Mon, 19 Aug 2002 05:36:55 -0700 (PDT) (envelope-from luigi@freefall.freebsd.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JCatIG012386; Mon, 19 Aug 2002 05:36:55 -0700 (PDT) Message-Id: <200208191236.g7JCatIG012386@freefall.freebsd.org> From: Luigi Rizzo Date: Mon, 19 Aug 2002 05:36:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.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 luigi 2002/08/19 05:36:54 PDT Modified files: sbin/ipfw ipfw.8 ipfw2.c Log: One more (hopefully the last one) step in cleaning up the syntax, following Julian's good suggestion: since you can specify any match pattern as an option, rules now have the following format: [ from to ] [options] i.e. the first part is now entirely optional (and left there just for compatibility with ipfw1 rulesets). Add a "-c" flag to show/list rules in the compact form (i.e. without the "ip from any to any" part) when possible. The default is to include it so that scripts processing ipfw's canonical output will still work. Note that as part of this cleanup (and to remove ambiguity), MAC fields now can only be specified in the options part. Update the manpage to reflect the syntax. Clarify the behaviour when a match is attempted on fields which are not present in the packet, e.g. port numbers on non TCP/UDP packets, and the "not" operator is specified. E.g. ipfw add allow not src-port 80 will match also ICMP packets because they do not have port numbers, so "src-port 80" will fail and "not src-port 80" will succeed. For such cases it is advised to insert further options to prevent undesired results (e.g. in the case above, "ipfw add allow proto tcp not src-port 80"). We definitely need to rewrite the parser using lex and yacc! Revision Changes Path 1.109 +84 -55 src/sbin/ipfw/ipfw.8 1.12 +18 -6 src/sbin/ipfw/ipfw2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 5:51:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F28D37B400; Mon, 19 Aug 2002 05:51:44 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92E2743E75; Mon, 19 Aug 2002 05:51:43 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.4/8.12.4) with SMTP id g7JCm0Oo099487; Mon, 19 Aug 2002 08:48:00 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Mon, 19 Aug 2002 08:47:59 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_mount.c src/sys/sys mount.h src/sys/security/lomac kernel_util.c In-Reply-To: <200208190652.g7J6qLLK010002@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 You'll probably want to update the NFS client code to use this credential instead of the credential is caches in nfsmount. The NFS client uses this credential when it needs to create a fresh socket due to the old one no longer being useful (i.e., TCP socket disconnected). This corrected a similar nit in the NFS code where the credential of the user on hand when it needed to create a new socket, and the result was some fascinating interactions with ipfw uid/gid rules and MAC. Another possibly cred of great joy in this case (not the NFS case) would be thread0.td_ucred, btw. Not really quite right either, of course. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories On Sun, 18 Aug 2002, Poul-Henning Kamp wrote: > phk 2002/08/18 23:52:21 PDT > > Modified files: > sys/kern vfs_mount.c > sys/sys mount.h > sys/security/lomac kernel_util.c > Log: > Keep a copy of the credential used to mount filesystems around so > we can check and use it later on. > > Change the pieces of code which relied on mount->mnt_stat.f_owner > to check which user mounted the filesystem. > > This became needed as the EA code needs to be able to allocate > blocks for "system" EA users like ACLs. > > There seems to be some half-baked (probably only quarter- actually) > notion that the superuser for a given filesystem is the user who > mounted it, but this has far from been carried through. It is > unclear if it should be. > > Sponsored by: DARPA & NAI Labs. > > Revision Changes Path > 1.83 +7 -3 src/sys/kern/vfs_mount.c > 1.8 +1 -1 src/sys/security/lomac/kernel_util.c > 1.140 +1 -0 src/sys/sys/mount.h > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 6: 0:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD79F37B400; Mon, 19 Aug 2002 06:00:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 650FF43EC5; Mon, 19 Aug 2002 05:58:37 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from freefall.freebsd.org (nectar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JCwRJU019040; Mon, 19 Aug 2002 05:58:27 -0700 (PDT) (envelope-from nectar@freefall.freebsd.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JCwRuX019039; Mon, 19 Aug 2002 05:58:27 -0700 (PDT) Message-Id: <200208191258.g7JCwRuX019039@freefall.freebsd.org> From: Jacques Vidrine Date: Mon, 19 Aug 2002 05:58:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/security security.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/08/19 05:58:27 PDT Modified files: en/security security.sgml Log: Add FreeBSD-SA-02:38. Note 4.6.2-RELEASE. Revision Changes Path 1.116 +4 -2 www/en/security/security.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 6:29: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E977437B405; Mon, 19 Aug 2002 06:29:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FB87443E6; Mon, 19 Aug 2002 06:22:27 -0700 (PDT) (envelope-from markp@FreeBSD.org) Received: from freefall.freebsd.org (markp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JDMGJU034684; Mon, 19 Aug 2002 06:22:16 -0700 (PDT) (envelope-from markp@freefall.freebsd.org) Received: (from markp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JDMGH8034683; Mon, 19 Aug 2002 06:22:16 -0700 (PDT) Message-Id: <200208191322.g7JDMGH8034683@freefall.freebsd.org> From: Mark Pulford Date: Mon, 19 Aug 2002 06:22:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ap-utils Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/ap-utils/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 markp 2002/08/19 06:22:15 PDT Modified files: net/ap-utils Makefile distinfo pkg-comment pkg-descr pkg-plist Added files: net/ap-utils/files patch-aa Log: Update to 1.0.4. Change maintainer to submitter. Submitted by: Dan Pelleg Approved by: previous maintainer Revision Changes Path 1.2 +11 -17 ports/net/ap-utils/Makefile 1.2 +1 -1 ports/net/ap-utils/distinfo 1.1 +12 -0 ports/net/ap-utils/files/patch-aa (new) 1.2 +1 -1 ports/net/ap-utils/pkg-comment 1.2 +8 -2 ports/net/ap-utils/pkg-descr 1.2 +0 -11 ports/net/ap-utils/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 6:29:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4248337B405; Mon, 19 Aug 2002 06:29:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33911440F0; Mon, 19 Aug 2002 06:27:52 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: from freefall.freebsd.org (dirk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JDRqJU035114; Mon, 19 Aug 2002 06:27:52 -0700 (PDT) (envelope-from dirk@freefall.freebsd.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JDRqcl035113; Mon, 19 Aug 2002 06:27:52 -0700 (PDT) Message-Id: <200208191327.g7JDRqcl035113@freefall.freebsd.org> From: Dirk Froemberg Date: Mon, 19 Aug 2002 06:27:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql323-client Makefile ports/databases/mysql323-server Makefile distinfo ports/databases/mysql323-server/files patch-ab patch-ag patch-sql_mysqld.cc X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2002/08/19 06:27:52 PDT Modified files: databases/mysql323-client Makefile databases/mysql323-server Makefile distinfo databases/mysql323-server/files patch-ag Removed files: databases/mysql323-server/files patch-ab patch-sql_mysqld.cc Log: Upgrade to 3.23.52. Revision Changes Path 1.79 +1 -1 ports/databases/mysql323-client/Makefile 1.141 +4 -2 ports/databases/mysql323-server/Makefile 1.62 +1 -1 ports/databases/mysql323-server/distinfo 1.15 +0 -15 ports/databases/mysql323-server/files/patch-ab (dead) 1.16 +25 -22 ports/databases/mysql323-server/files/patch-ag 1.2 +0 -11 ports/databases/mysql323-server/files/patch-sql_mysqld.cc (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 6:39:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F245B37B400; Mon, 19 Aug 2002 06:39:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A474343E4A; Mon, 19 Aug 2002 06:39:51 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JDdpJU037350; Mon, 19 Aug 2002 06:39:51 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JDdpMu037349; Mon, 19 Aug 2002 06:39:51 -0700 (PDT) Message-Id: <200208191339.g7JDdpMu037349@freefall.freebsd.org> From: Robert Watson Date: Mon, 19 Aug 2002 06:39:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/developers-handbook/mac 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 rwatson 2002/08/19 06:39:50 PDT Modified files: en_US.ISO8859-1/books/developers-handbook/mac chapter.sgml Log: Minor spelling tweak for discretionary. Revision Changes Path 1.2 +1 -1 doc/en_US.ISO8859-1/books/developers-handbook/mac/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 6:42:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE4BB37B400; Mon, 19 Aug 2002 06:42:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AFDF43E65; Mon, 19 Aug 2002 06:42:18 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JDgIJU038771; Mon, 19 Aug 2002 06:42:18 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JDgIMY038769; Mon, 19 Aug 2002 06:42:18 -0700 (PDT) Message-Id: <200208191342.g7JDgIMY038769@freefall.freebsd.org> From: Robert Watson Date: Mon, 19 Aug 2002 06:42:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/developers-handbook/mac 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 rwatson 2002/08/19 06:42:17 PDT Modified files: en_US.ISO8859-1/books/developers-handbook/mac chapter.sgml Log: Add ENOENT to the error precedence chart. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.3 +4 -0 doc/en_US.ISO8859-1/books/developers-handbook/mac/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 6:47:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3FFA37B401; Mon, 19 Aug 2002 06:47:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55DB743E65; Mon, 19 Aug 2002 06:47:27 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JDlRJU039223; Mon, 19 Aug 2002 06:47:27 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JDlRnd039222; Mon, 19 Aug 2002 06:47:27 -0700 (PDT) Message-Id: <200208191347.g7JDlRnd039222@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 19 Aug 2002 06:47:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/py-game 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 2002/08/19 06:47:27 PDT Modified files: devel/py-game Makefile distinfo pkg-plist Log: Update to 1.5.2. Revision Changes Path 1.19 +1 -1 ports/devel/py-game/Makefile 1.11 +1 -1 ports/devel/py-game/distinfo 1.12 +1 -2 ports/devel/py-game/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 6:58: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 765EA37B406; Mon, 19 Aug 2002 06:58:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 261E143E42; Mon, 19 Aug 2002 06:58:01 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JDw1JU041410; Mon, 19 Aug 2002 06:58:01 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JDw0E8041407; Mon, 19 Aug 2002 06:58:00 -0700 (PDT) Message-Id: <200208191358.g7JDw0E8041407@freefall.freebsd.org> From: Robert Watson Date: Mon, 19 Aug 2002 06:58:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/developers-handbook/mac 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 rwatson 2002/08/19 06:58:00 PDT Modified files: en_US.ISO8859-1/books/developers-handbook/mac chapter.sgml Log: Expand the synopsis for the MAC framework a bit to include additional information on what MAC is, how the MAC framework supports MAC policies in FreeBSD, etc. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.4 +37 -6 doc/en_US.ISO8859-1/books/developers-handbook/mac/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 7: 4: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64BA537B400; Mon, 19 Aug 2002 07:03:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CBA043E6A; Mon, 19 Aug 2002 07:03:55 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (mbr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JE3tJU043211; Mon, 19 Aug 2002 07:03:55 -0700 (PDT) (envelope-from mbr@freefall.freebsd.org) Received: (from mbr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JE3tpk043210; Mon, 19 Aug 2002 07:03:55 -0700 (PDT) Message-Id: <200208191403.g7JE3tpk043210@freefall.freebsd.org> From: Martin Blapp Date: Mon, 19 Aug 2002 07:03:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/openoffice Makefile ports/french/openoffice Makefile ports/german/openoffice Makefile ports/editors/openoffice-se Makefile ports/editors/openoffice Makefile distinfo ports/editors/openoffice-it 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 mbr 2002/08/19 07:03:54 PDT Modified files: japanese/openoffice Makefile french/openoffice Makefile german/openoffice Makefile editors/openoffice-se Makefile editors/openoffice Makefile distinfo editors/openoffice-it Makefile editors/openoffice-es Makefile Log: 1) Add localized help files to the build. Only available for french, german, italian, spanish, japanese and swedish ports. Create three new targets for the mozilla sub-build. Allow "make postinstall" to be called without a "make build. 1) Submitted by: Nakata Maho Revision Changes Path 1.4 +2 -0 ports/editors/openoffice-es/Makefile 1.4 +1 -0 ports/editors/openoffice-it/Makefile 1.4 +1 -0 ports/editors/openoffice-se/Makefile 1.116 +38 -12 ports/editors/openoffice/Makefile 1.26 +6 -6 ports/editors/openoffice/distinfo 1.5 +1 -0 ports/french/openoffice/Makefile 1.5 +1 -0 ports/german/openoffice/Makefile 1.5 +3 -1 ports/japanese/openoffice/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 7:48:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A411137B400; Mon, 19 Aug 2002 07:48:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 577A643E72; Mon, 19 Aug 2002 07:48:52 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JEmqJU056042; Mon, 19 Aug 2002 07:48:52 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JEmpTg056041; Mon, 19 Aug 2002 07:48:51 -0700 (PDT) Message-Id: <200208191448.g7JEmpTg056041@freefall.freebsd.org> From: Joe Marcus Clarke Date: Mon, 19 Aug 2002 07:48:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gnome/docs faq2.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 marcus 2002/08/19 07:48:51 PDT Modified files: en/gnome/docs faq2.sgml Log: Add a blurb about making sure ones /usr/ports/Mk directory is up-to-date before trying to build GNOMENG ports. Revision Changes Path 1.6 +11 -1 www/en/gnome/docs/faq2.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 8:16:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06D7737B400; Mon, 19 Aug 2002 08:16:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1255C43E42; Mon, 19 Aug 2002 08:16:40 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JFGdJU066214; Mon, 19 Aug 2002 08:16:39 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JFGdeG066213; Mon, 19 Aug 2002 08:16:39 -0700 (PDT) Message-Id: <200208191516.g7JFGdeG066213@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 19 Aug 2002 08:16:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ifconfig ifconfig.8 ifconfig.c src/sys/net if.c if.h if_ethersubr.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 2002/08/19 08:16:38 PDT Modified files: sbin/ifconfig ifconfig.8 ifconfig.c sys/net if.c if.h if_ethersubr.c Log: Implement user-setable promiscuous mode (a new `promisc' flag for ifconfig(8)). Also, for all interfaces in this mode pass all ethernet frames to upper layer, even those not addressed to our own MAC, which allows packets encapsulated in those frames be processed with packet filters (ipfw(8) et al). Emphatically requested by: Anton Turygin Valuable suggestions by: fenner Revision Changes Path 1.60 +4 -0 src/sbin/ifconfig/ifconfig.8 1.78 +3 -1 src/sbin/ifconfig/ifconfig.c 1.146 +11 -0 src/sys/net/if.c 1.75 +2 -1 src/sys/net/if.h 1.117 +2 -2 src/sys/net/if_ethersubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 8:18:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 180AD37B400; Mon, 19 Aug 2002 08:18:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB0AD43E4A; Mon, 19 Aug 2002 08:18:25 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JFIPJU066473; Mon, 19 Aug 2002 08:18:25 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JFIPQA066471; Mon, 19 Aug 2002 08:18:25 -0700 (PDT) Message-Id: <200208191518.g7JFIPQA066471@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 19 Aug 2002 08:18:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ifconfig ifconfig.8 ifconfig.c src/sys/net if.c if.h if_ethersubr.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 2002/08/19 08:18:25 PDT Modified files: sbin/ifconfig ifconfig.8 ifconfig.c sys/net if.c if.h if_ethersubr.c Log: Previous deltas (promisc mode) were a subject of: MFC after: 1 week Revision Changes Path 1.61 +0 -0 src/sbin/ifconfig/ifconfig.8 1.79 +0 -0 src/sbin/ifconfig/ifconfig.c 1.147 +0 -0 src/sys/net/if.c 1.76 +0 -0 src/sys/net/if.h 1.118 +0 -0 src/sys/net/if_ethersubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 8:22:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2704F37B400; Mon, 19 Aug 2002 08:22:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCC4643E42; Mon, 19 Aug 2002 08:22:30 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JFMUJU067820; Mon, 19 Aug 2002 08:22:30 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JFMUJV067816; Mon, 19 Aug 2002 08:22:30 -0700 (PDT) Message-Id: <200208191522.g7JFMUJV067816@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 19 Aug 2002 08:22:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/g-wrap 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 2002/08/19 08:22:30 PDT Modified files: devel/g-wrap Makefile Log: Add backup site until gnucash.org is up again. Revision Changes Path 1.13 +2 -1 ports/devel/g-wrap/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 8:25:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CF0F37B400; Mon, 19 Aug 2002 08:25:18 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8629043E3B; Mon, 19 Aug 2002 08:25:17 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.0] (vpn-client-0.marcuscom.com [10.2.1.0]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g7JFOlix020975; Mon, 19 Aug 2002 11:24:47 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: cvs commit: ports/devel/g-wrap Makefile From: Joe Marcus Clarke To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200208191522.g7JFMUJV067816@freefall.freebsd.org> References: <200208191522.g7JFMUJV067816@freefall.freebsd.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 19 Aug 2002 11:24:33 -0400 Message-Id: <1029770673.311.10.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-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, 2002-08-19 at 11:22, Maxim Sobolev wrote: > sobomax 2002/08/19 08:22:30 PDT > > Modified files: > devel/g-wrap Makefile > Log: > Add backup site until gnucash.org is up again. Thanks! This should fix 41780. Joe > > Revision Changes Path > 1.13 +2 -1 ports/devel/g-wrap/Makefile > -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 8:28:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3AD337B400; Mon, 19 Aug 2002 08:28:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6725E43E3B; Mon, 19 Aug 2002 08:28:20 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JFSKJU068434; Mon, 19 Aug 2002 08:28:20 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JFSK4B068433; Mon, 19 Aug 2002 08:28:20 -0700 (PDT) Message-Id: <200208191528.g7JFSK4B068433@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 19 Aug 2002 08:28:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/isa sb16.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 sobomax 2002/08/19 08:28:19 PDT Modified files: (Branch: RELENG_4) sys/dev/sound/isa sb16.c Log: MFC: add support for line1 mixer device (rev.1.76). Revision Changes Path 1.64.2.6 +9 -2 src/sys/dev/sound/isa/sb16.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 8:28:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1B3B37B400; Mon, 19 Aug 2002 08:28:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9152543E6E; Mon, 19 Aug 2002 08:28:39 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JFSdJU068466; Mon, 19 Aug 2002 08:28:39 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JFSdED068465; Mon, 19 Aug 2002 08:28:39 -0700 (PDT) Message-Id: <200208191528.g7JFSdED068465@freefall.freebsd.org> From: Robert Watson Date: Mon, 19 Aug 2002 08:28:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mac.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 2002/08/19 08:28:39 PDT Modified files: sys/kern kern_mac.c Log: Add a missing vnode assertion for the exec() check. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.9 +2 -0 src/sys/kern/kern_mac.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 8:30:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D889537B400; Mon, 19 Aug 2002 08:30:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A25D43E70; Mon, 19 Aug 2002 08:30:31 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JFUVJU068691; Mon, 19 Aug 2002 08:30:31 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JFUVRn068690; Mon, 19 Aug 2002 08:30:31 -0700 (PDT) Message-Id: <200208191530.g7JFUVRn068690@freefall.freebsd.org> From: Robert Watson Date: Mon, 19 Aug 2002 08:30:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mac.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 2002/08/19 08:30:30 PDT Modified files: sys/kern kern_mac.c Log: Assert process locks in proces-related access control checks. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.10 +6 -0 src/sys/kern/kern_mac.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 8:40: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1A6C37B400; Mon, 19 Aug 2002 08:39:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6663E43E6A; Mon, 19 Aug 2002 08:39:57 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JFdvJU071031; Mon, 19 Aug 2002 08:39:57 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JFdvD6071030; Mon, 19 Aug 2002 08:39:57 -0700 (PDT) Message-Id: <200208191539.g7JFdvD6071030@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 19 Aug 2002 08:39:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/tar/src extract.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 sobomax 2002/08/19 08:39:56 PDT Modified files: (Branch: RELENG_4) contrib/tar/src extract.c Log: MFC: preserve s*id bits of files being extracted. Revision Changes Path 1.4.2.2 +5 -2 src/contrib/tar/src/extract.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 8:44:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9E2D37B401; Mon, 19 Aug 2002 08:44:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6134243E84; Mon, 19 Aug 2002 08:44:20 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JFiAJU072626; Mon, 19 Aug 2002 08:44:10 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JFiAC3072625; Mon, 19 Aug 2002 08:44:10 -0700 (PDT) Message-Id: <200208191544.g7JFiAC3072625@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 19 Aug 2002 08:44:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/lib plist.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 sobomax 2002/08/19 08:44:09 PDT Modified files: (Branch: RELENG_4) usr.sbin/pkg_install/lib plist.c Log: MFC: prevent `pkg_info(1) -o' from dumping core on packages without origin recorded. Revision Changes Path 1.29.2.8 +1 -0 src/usr.sbin/pkg_install/lib/plist.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 8:47:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A553D37B401; Mon, 19 Aug 2002 08:47:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D0E743EE1; Mon, 19 Aug 2002 08:46:28 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JFkRJU072859; Mon, 19 Aug 2002 08:46:27 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JFkR1H072856; Mon, 19 Aug 2002 08:46:27 -0700 (PDT) Message-Id: <200208191546.g7JFkR1H072856@freefall.freebsd.org> From: Archie Cobbs Date: Mon, 19 Aug 2002 08:46:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/sablevm 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 archie 2002/08/19 08:46:26 PDT Modified files: java/sablevm Makefile Log: Fix test for gnome header file. Revision Changes Path 1.6 +1 -1 ports/java/sablevm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 9: 4: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D8B937B400; Mon, 19 Aug 2002 09:03:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C480B43E3B; Mon, 19 Aug 2002 09:03:58 -0700 (PDT) (envelope-from orion@FreeBSD.org) Received: from freefall.freebsd.org (orion@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JG3wJU075684; Mon, 19 Aug 2002 09:03:58 -0700 (PDT) (envelope-from orion@freefall.freebsd.org) Received: (from orion@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JG3v0P075683; Mon, 19 Aug 2002 09:03:57 -0700 (PDT) Message-Id: <200208191603.g7JG3v0P075683@freefall.freebsd.org> From: Orion Hodson Date: Mon, 19 Aug 2002 09:03:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci ich.c ich.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 orion 2002/08/19 09:03:57 PDT Modified files: sys/dev/sound/pci ich.c ich.h Log: Cater for ich4 quirks. Reported by: Jacob Rhoden Tested by: Jacob Rhoden, mp Revision Changes Path 1.24 +26 -9 src/sys/dev/sound/pci/ich.c 1.2 +3 -0 src/sys/dev/sound/pci/ich.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 9: 8: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A33C137B401; Mon, 19 Aug 2002 09:07:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17C4443E70; Mon, 19 Aug 2002 09:07:55 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JG7sJU081072; Mon, 19 Aug 2002 09:07:54 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JG7siN081071; Mon, 19 Aug 2002 09:07:54 -0700 (PDT) Message-Id: <200208191607.g7JG7siN081071@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 19 Aug 2002 09:07:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/scite Makefile ports/editors/scite/files patch-SciTEGTK.cxx X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2002/08/19 09:07:53 PDT Modified files: editors/scite Makefile Added files: editors/scite/files patch-SciTEGTK.cxx Log: Use USE_GNOMENG. Suggested by: Roberto Gerola Revision Changes Path 1.11 +2 -1 ports/editors/scite/Makefile 1.3 +14 -0 ports/editors/scite/files/patch-SciTEGTK.cxx (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 9:10:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AE8337B401; Mon, 19 Aug 2002 09:10:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B24043E84; Mon, 19 Aug 2002 09:10:23 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JGANJU081458; Mon, 19 Aug 2002 09:10:23 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JGANHt081457; Mon, 19 Aug 2002 09:10:23 -0700 (PDT) Message-Id: <200208191610.g7JGANHt081457@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 19 Aug 2002 09:10:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/kerberos5/include config.h src/kerberos5/lib/libasn1 Makefile src/kerberos5/lib/libhdb Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/19 09:10:23 PDT Modified files: (Branch: RELENG_4) kerberos5/include config.h kerberos5/lib/libasn1 Makefile kerberos5/lib/libhdb Makefile Log: MFC: Bootstrapping aid for pre-getprogname(3) systems. Revision Changes Path 1.2.2.4 +14 -0 src/kerberos5/include/config.h 1.3.2.8 +4 -0 src/kerberos5/lib/libasn1/Makefile 1.2.2.5 +4 -0 src/kerberos5/lib/libhdb/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 9:20:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3357337B400; Mon, 19 Aug 2002 09:20:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D37A143E42; Mon, 19 Aug 2002 09:20:10 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JGKAJU083519; Mon, 19 Aug 2002 09:20:10 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JGKAHo083518; Mon, 19 Aug 2002 09:20:10 -0700 (PDT) Message-Id: <200208191620.g7JGKAHo083518@freefall.freebsd.org> From: Christian Weisgerber Date: Mon, 19 Aug 2002 09:20:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/atlas Makefile pkg-descr ports/math/atlas/files alpha-patch 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 naddy 2002/08/19 09:20:09 PDT Modified files: math/atlas Makefile pkg-descr math/atlas/files patch-aa Added files: math/atlas/files alpha-patch Log: Fix build on alpha. PR: 41770 Submitted by: Nakata Maho Revision Changes Path 1.5 +15 -0 ports/math/atlas/Makefile 1.1 +9 -0 ports/math/atlas/files/alpha-patch (new) 1.5 +27 -6 ports/math/atlas/files/patch-aa 1.3 +5 -6 ports/math/atlas/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 9:27:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E8B737B400; Mon, 19 Aug 2002 09:27:11 -0700 (PDT) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id C034043E6E; Mon, 19 Aug 2002 09:27:10 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.5/8.12.4) with ESMTP id g7JGRAdc077340; Mon, 19 Aug 2002 09:27:10 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.5/8.12.4/Submit) id g7JGRAcn077339; Mon, 19 Aug 2002 09:27:10 -0700 (PDT) (envelope-from dillon) Date: Mon, 19 Aug 2002 09:27:10 -0700 (PDT) From: Matthew Dillon Message-Id: <200208191627.g7JGRAcn077339@apollo.backplane.com> To: Joe Marcus Clarke Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/netinet tcp_subr.c tcp_timer.c tcp_timer.h References: <200208162216.g7GMGd6i085952@freefall.freebsd.org> <1029709953.354.7.camel@shumai.marcuscom.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 Fri, 2002-08-16 at 18:16, Matt Dillon wrote: :> dillon 2002/08/16 15:16:39 PDT :>=20 :> Modified files: (Branch: RELENG_4) :> sys/netinet tcp_subr.c tcp_timer.c tcp_timer.h=20 :> Log: :> MFC sysctls to control the TCP retransmit timer. Temporarily default :> net.inet.tcp_rexmit_min to 1000ms (1 second) to maintain prior -stable :> behavior. The default net.inet.tcp_rexmit_slop (extra time always adde= :d to :> the timeout calculation) is 200ms, but effectively obscured by the 1000= :ms :> minimum. Setting net.inet.tcp_rexmit_min to a low value such as 12 wil= :l :> get you -current's behavior. : :Matt, maybe I'm missing something, but I find on -stable, :net.inet.tcp.rexmit_min is 10 by default, and setting it to 12 has no :effect (i.e. keeps the value at 10). net.inet.tcp.rexmit_slop is 200 by :default on -stable already. : :On -CURRENT rexmit_min is 30 by default and rexmit_slop is 200. My test :machines are: The variables are stored internally as 'ticks', so the granularity is going to depend on the frequency of the main system timer, 'hz'. The sysctls convert to and from milliseconds. So on -stable, where hz defaults to 100, the granularity is 10ms. I don't think it is anything to worry about, though your rexmit_min on -stable should be 1000 by default, not 10. Unless I made a mistake in the commit, you must be overriding it somewhere. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 9:29:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47C4237B400; Mon, 19 Aug 2002 09:29:38 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78FFA43E6A; Mon, 19 Aug 2002 09:29:37 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.0] (vpn-client-0.marcuscom.com [10.2.1.0]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g7JGT4ix021378; Mon, 19 Aug 2002 12:29:04 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: cvs commit: src/sys/netinet tcp_subr.c tcp_timer.c tcp_timer.h From: Joe Marcus Clarke To: Matthew Dillon Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-Reply-To: <200208191627.g7JGRAcn077339@apollo.backplane.com> References: <200208162216.g7GMGd6i085952@freefall.freebsd.org> <1029709953.354.7.camel@shumai.marcuscom.com> <200208191627.g7JGRAcn077339@apollo.backplane.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 19 Aug 2002 12:28:50 -0400 Message-Id: <1029774531.326.6.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-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, 2002-08-19 at 12:27, Matthew Dillon wrote: > > :On Fri, 2002-08-16 at 18:16, Matt Dillon wrote: > :> dillon 2002/08/16 15:16:39 PDT > :>=20 > :> Modified files: (Branch: RELENG_4) > :> sys/netinet tcp_subr.c tcp_timer.c tcp_timer.h=20 > :> Log: > :> MFC sysctls to control the TCP retransmit timer. Temporarily default > :> net.inet.tcp_rexmit_min to 1000ms (1 second) to maintain prior -stable > :> behavior. The default net.inet.tcp_rexmit_slop (extra time always adde= > :d to > :> the timeout calculation) is 200ms, but effectively obscured by the 1000= > :ms > :> minimum. Setting net.inet.tcp_rexmit_min to a low value such as 12 wil= > :l > :> get you -current's behavior. > : > :Matt, maybe I'm missing something, but I find on -stable, > :net.inet.tcp.rexmit_min is 10 by default, and setting it to 12 has no > :effect (i.e. keeps the value at 10). net.inet.tcp.rexmit_slop is 200 by > :default on -stable already. > : > :On -CURRENT rexmit_min is 30 by default and rexmit_slop is 200. My test > :machines are: > > The variables are stored internally as 'ticks', so the granularity > is going to depend on the frequency of the main system timer, 'hz'. > > The sysctls convert to and from milliseconds. So on -stable, where > hz defaults to 100, the granularity is 10ms. > > I don't think it is anything to worry about, though your rexmit_min > on -stable should be 1000 by default, not 10. Unless I made a mistake > in the commit, you must be overriding it somewhere. I figured out the HZ part, and it must have been my eyes playing tricks on me. When I added the sysctl to sysctl.conf, I could have swore I saw: 10 -> 10 When the machine booted. After looking at my laptop where I didn't touch the value, it does default to 1000. Sorry for the confusion. Joe > > -Matt > Matthew Dillon > > -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 9:32:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DE2A37B400; Mon, 19 Aug 2002 09:32:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DBCF43E7B; Mon, 19 Aug 2002 09:32:10 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JGWAJU086848; Mon, 19 Aug 2002 09:32:10 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JGW9MY086847; Mon, 19 Aug 2002 09:32:09 -0700 (PDT) Message-Id: <200208191632.g7JGW9MY086847@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 19 Aug 2002 09:32:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys consio.h src/sys/dev/syscons syscons.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/08/19 09:32:09 PDT Modified files: sys/sys consio.h sys/dev/syscons syscons.c Log: 1. Allow information about current history size be retrieved using ioctl(2); 2. modify screen dumpung routine, so that in addition to visible area, it allows to grab any portion of history buffer as well. Revision Changes Path 1.387 +44 -5 src/sys/dev/syscons/syscons.c 1.16 +3 -0 src/sys/sys/consio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 9:33:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD07B37B400; Mon, 19 Aug 2002 09:33:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8126A43E7B; Mon, 19 Aug 2002 09:33:07 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JGX7JU086896; Mon, 19 Aug 2002 09:33:07 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JGX77q086895; Mon, 19 Aug 2002 09:33:07 -0700 (PDT) Message-Id: <200208191633.g7JGX77q086895@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 19 Aug 2002 09:33:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 X-FreeBSD-CVS-Branch: RELENG_4_6 Sender: owner-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 2002/08/19 09:33:07 PDT Modified files: (Branch: RELENG_4_6) . Makefile.inc1 Log: MFS: 1.141.2.48: Fixed the -DMAKE_KERBEROS5 world breakage in kerberos5/lib/libroken that was hiding after a recently fixed bug in ld(1). Approved by: re (murray) Revision Changes Path 1.141.2.45.2.3 +2 -1 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 9:33:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 069C237B4DB; Mon, 19 Aug 2002 09:33:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD2F643E4A; Mon, 19 Aug 2002 09:33:17 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: from freefall.freebsd.org (dillon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JGXHJU086927; Mon, 19 Aug 2002 09:33:17 -0700 (PDT) (envelope-from dillon@freefall.freebsd.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JGXHVN086926; Mon, 19 Aug 2002 09:33:17 -0700 (PDT) Message-Id: <200208191633.g7JGXHVN086926@freefall.freebsd.org> From: Matt Dillon Date: Mon, 19 Aug 2002 09:33:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_input.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 dillon 2002/08/19 09:33:17 PDT Modified files: (Branch: RELENG_4) sys/netinet tcp_input.c Log: MFC 1.168 (an obvious and trivial bug fix) to get it out of the way. Approved by: hsu Revision Changes Path 1.107.2.26 +1 -0 src/sys/netinet/tcp_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 9:33:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F71C37B49F; Mon, 19 Aug 2002 09:33:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AB7E43E84; Mon, 19 Aug 2002 09:33:24 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JGXOJU086964; Mon, 19 Aug 2002 09:33:24 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JGXOxE086963; Mon, 19 Aug 2002 09:33:24 -0700 (PDT) Message-Id: <200208191633.g7JGXOxE086963@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 19 Aug 2002 09:33:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/vidcontrol vidcontrol.1 vidcontrol.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/08/19 09:33:24 PDT Modified files: usr.sbin/vidcontrol vidcontrol.1 vidcontrol.c Log: Add a new `-H' modifier, which when combined with `-p' or `-P' allows to dump full console history. Revision Changes Path 1.53 +10 -1 src/usr.sbin/vidcontrol/vidcontrol.1 1.46 +28 -13 src/usr.sbin/vidcontrol/vidcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 9:39: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F4E637B401; Mon, 19 Aug 2002 09:38:55 -0700 (PDT) Received: from genius.tao.org.uk (genius.tao.org.uk [212.135.162.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD4FE43E72; Mon, 19 Aug 2002 09:38:54 -0700 (PDT) (envelope-from joe@genius.tao.org.uk) Received: by genius.tao.org.uk (Postfix, from userid 100) id E35D94219; Mon, 19 Aug 2002 17:38:47 +0100 (BST) Date: Mon, 19 Aug 2002 17:38:47 +0100 From: Josef Karthauser To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/vidcontrol vidcontrol.1 vidcontrol.c Message-ID: <20020819163847.GA5390@genius.tao.org.uk> References: <200208191633.g7JGXOxE086963@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="huq684BweRXVnRxX" Content-Disposition: inline In-Reply-To: <200208191633.g7JGXOxE086963@freefall.freebsd.org> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 19, 2002 at 09:33:24AM -0700, Maxim Sobolev wrote: > sobomax 2002/08/19 09:33:24 PDT >=20 > Modified files: > usr.sbin/vidcontrol vidcontrol.1 vidcontrol.c=20 > Log: > Add a new `-H' modifier, which when combined with `-p' or `-P' allows t= o dump > full console history. Horray :) Joe --=20 "As far as the laws of mathematics refer to reality, they are not certain; and as far as they are certain, they do not refer to reality." - Albert Einstein, 1921 --huq684BweRXVnRxX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iEYEARECAAYFAj1hHxcACgkQXVIcjOaxUBaDlACdF9Trf+hQrt0dB6FwxqR/6gdV EQcAoOb2VCxe52OrB8Fna1JXRyfh3bwD =od7N -----END PGP SIGNATURE----- --huq684BweRXVnRxX-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 9:43:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD28B37B401; Mon, 19 Aug 2002 09:43:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F26B43E4A; Mon, 19 Aug 2002 09:43:25 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JGhPJU089029; Mon, 19 Aug 2002 09:43:25 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JGhPZ0089028; Mon, 19 Aug 2002 09:43:25 -0700 (PDT) Message-Id: <200208191643.g7JGhPZ0089028@freefall.freebsd.org> From: Robert Watson Date: Mon, 19 Aug 2002 09:43:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_ktrace.c kern_mac.c tty_tty.c vfs_syscalls.c vfs_vnops.c src/sys/security/mac_biba mac_biba.c src/sys/security/mac_mls mac_mls.c src/sys/security/mac_none mac_none.c src/sys/security/mac_test mac_test.c src/sys/sys mac.h ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/08/19 09:43:25 PDT Modified files: sys/kern kern_ktrace.c kern_mac.c tty_tty.c vfs_syscalls.c vfs_vnops.c sys/security/mac_biba mac_biba.c sys/security/mac_mls mac_mls.c sys/security/mac_none mac_none.c sys/security/mac_test mac_test.c sys/sys mac.h mac_policy.h Log: Break out mac_check_vnode_op() into three seperate checks: mac_check_vnode_poll(), mac_check_vnode_read(), mac_check_vnode_write(). This improves the consistency with other existing vnode checks, and allows policies to avoid implementing switch statements to determine what operations they do and do not want to authorize. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.71 +1 -1 src/sys/kern/kern_ktrace.c 1.11 +57 -10 src/sys/kern/kern_mac.c 1.43 +3 -3 src/sys/kern/tty_tty.c 1.282 +4 -8 src/sys/kern/vfs_syscalls.c 1.164 +5 -7 src/sys/kern/vfs_vnops.c 1.3 +60 -32 src/sys/security/mac_biba/mac_biba.c 1.3 +60 -32 src/sys/security/mac_mls/mac_mls.c 1.3 +30 -0 src/sys/security/mac_none/mac_none.c 1.3 +30 -0 src/sys/security/mac_test/mac_test.c 1.5 +3 -1 src/sys/sys/mac.h 1.6 +9 -3 src/sys/sys/mac_policy.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 9:51:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C88C037B400; Mon, 19 Aug 2002 09:51:11 -0700 (PDT) Received: from baraca.united.net.ua (ns.united.net.ua [193.111.8.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1F7143E70; Mon, 19 Aug 2002 09:51:09 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (xDSL-2-2.united.net.ua [193.111.9.226] (may be forged)) by baraca.united.net.ua (8.11.6/8.11.6) with ESMTP id g7JGp3Z32913; Mon, 19 Aug 2002 19:51:04 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.12.5/8.12.5) with ESMTP id g7JGowYR053232; Mon, 19 Aug 2002 19:50:58 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3D61222F.230A563C@FreeBSD.org> Date: Mon, 19 Aug 2002 19:51:59 +0300 From: Maxim Sobolev 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: Josef Karthauser Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/vidcontrol vidcontrol.1 vidcontrol.c References: <200208191633.g7JGXOxE086963@freefall.freebsd.org> <20020819163847.GA5390@genius.tao.org.uk> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Josef Karthauser wrote: > > On Mon, Aug 19, 2002 at 09:33:24AM -0700, Maxim Sobolev wrote: > > sobomax 2002/08/19 09:33:24 PDT > > > > Modified files: > > usr.sbin/vidcontrol vidcontrol.1 vidcontrol.c > > Log: > > Add a new `-H' modifier, which when combined with `-p' or `-P' allows to dump > > full console history. > > Horray :) ;) Actually I had this functionality sitting in my local tree for some 10 months, but got tired with merging sys/consio.h and rebuilding vidcontrol every time I do fresh installworld. :-P -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 9:54:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 803E037B401; Mon, 19 Aug 2002 09:54:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 319E743E65; Mon, 19 Aug 2002 09:54:27 -0700 (PDT) (envelope-from ambrisko@FreeBSD.org) Received: from freefall.freebsd.org (ambrisko@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JGsRJU091084; Mon, 19 Aug 2002 09:54:27 -0700 (PDT) (envelope-from ambrisko@freefall.freebsd.org) Received: (from ambrisko@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JGsRXu091083; Mon, 19 Aug 2002 09:54:27 -0700 (PDT) Message-Id: <200208191654.g7JGsRXu091083@freefall.freebsd.org> From: Doug Ambrisko Date: Mon, 19 Aug 2002 09:54:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_ste.c if_stereg.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 ambrisko 2002/08/19 09:54:26 PDT Modified files: sys/pci if_ste.c if_stereg.h Log: Don't read the PCI config space during mii operations. Instead save whether or not we have to limit the PHY detection in the softc structure. Then just check the flag. Suggested by: jdp Reviewed by: jdp MFC after: 3 days Revision Changes Path 1.35 +8 -3 src/sys/pci/if_ste.c 1.10 +1 -0 src/sys/pci/if_stereg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 9:56:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F85637B400; Mon, 19 Aug 2002 09:56:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1294543E6E; Mon, 19 Aug 2002 09:56:34 -0700 (PDT) (envelope-from ambrisko@FreeBSD.org) Received: from freefall.freebsd.org (ambrisko@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JGuXJU091317; Mon, 19 Aug 2002 09:56:33 -0700 (PDT) (envelope-from ambrisko@freefall.freebsd.org) Received: (from ambrisko@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JGuXfF091316; Mon, 19 Aug 2002 09:56:33 -0700 (PDT) Message-Id: <200208191656.g7JGuXfF091316@freefall.freebsd.org> From: Doug Ambrisko Date: Mon, 19 Aug 2002 09:56:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mii mii.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 ambrisko 2002/08/19 09:56:33 PDT Modified files: (Branch: RELENG_4) sys/dev/mii mii.c Log: MFC: Revert only checking for one PHY. The fix for the DFE-580 card will be done in the driver. Revision Changes Path 1.6.2.2 +2 -5 src/sys/dev/mii/mii.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 9:59:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E59537B400; Mon, 19 Aug 2002 09:59:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E99F343E77; Mon, 19 Aug 2002 09:59:37 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JGxbJU091680; Mon, 19 Aug 2002 09:59:37 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JGxbVf091679; Mon, 19 Aug 2002 09:59:37 -0700 (PDT) Message-Id: <200208191659.g7JGxbVf091679@freefall.freebsd.org> From: Robert Watson Date: Mon, 19 Aug 2002 09:59:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mac.c sys_pipe.c src/sys/security/mac_biba mac_biba.c src/sys/security/mac_mls mac_mls.c src/sys/security/mac_none mac_none.c src/sys/security/mac_test mac_test.c src/sys/sys mac.h ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/08/19 09:59:37 PDT Modified files: sys/kern kern_mac.c sys_pipe.c sys/security/mac_biba mac_biba.c sys/security/mac_mls mac_mls.c sys/security/mac_none mac_none.c sys/security/mac_test mac_test.c sys/sys mac.h mac_policy.h Log: Break out mac_check_pipe_op() into component check entry points: mac_check_pipe_poll(), mac_check_pipe_read(), mac_check_pipe_stat(), and mac_check_pipe_write(). This is improves consistency with other access control entry points and permits security modules to only control the object methods that they are interested in, avoiding switch statements. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.12 +46 -4 src/sys/kern/kern_mac.c 1.117 +4 -4 src/sys/kern/sys_pipe.c 1.4 +66 -18 src/sys/security/mac_biba/mac_biba.c 1.4 +66 -18 src/sys/security/mac_mls/mac_mls.c 1.4 +34 -4 src/sys/security/mac_none/mac_none.c 1.4 +34 -4 src/sys/security/mac_test/mac_test.c 1.6 +4 -14 src/sys/sys/mac.h 1.7 +12 -3 src/sys/sys/mac_policy.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 10:11:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB0B037B400; Mon, 19 Aug 2002 10:11:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C32F43E6A; Mon, 19 Aug 2002 10:11:27 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JHBRJU098239; Mon, 19 Aug 2002 10:11:27 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JHBRlX098238; Mon, 19 Aug 2002 10:11:27 -0700 (PDT) Message-Id: <200208191711.g7JHBRlX098238@freefall.freebsd.org> From: Juli Mallett Date: Mon, 19 Aug 2002 10:11:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/internal new-account.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 jmallett 2002/08/19 10:11:27 PDT Modified files: en/internal new-account.sgml Log: Gender neutralise FreeBSD committers. Revision Changes Path 1.3 +2 -2 www/en/internal/new-account.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 10:13: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1666037B400; Mon, 19 Aug 2002 10:13:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B72C943E75; Mon, 19 Aug 2002 10:13:01 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JHD1JU099327; Mon, 19 Aug 2002 10:13:01 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JHD11T099326; Mon, 19 Aug 2002 10:13:01 -0700 (PDT) Message-Id: <200208191713.g7JHD11T099326@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 19 Aug 2002 10:13:01 -0700 (PDT) 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: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/08/19 10:13:01 PDT Modified files: Mk bsd.port.mk Log: Fix MLINKS broken since bsd.port.mk speed-up commit. Submitted & reported by: many PR (among others reports): 39646 Approved by: portmgr Revision Changes Path 1.422 +2 -2 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 Mon Aug 19 10:13:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F15F37B486; Mon, 19 Aug 2002 10:13:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F4D843E42; Mon, 19 Aug 2002 10:13:14 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JHDEJU099384; Mon, 19 Aug 2002 10:13:14 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JHDE97099382; Mon, 19 Aug 2002 10:13:14 -0700 (PDT) Message-Id: <200208191713.g7JHDE97099382@freefall.freebsd.org> From: "Bruce A. Mah" Date: Mon, 19 Aug 2002 10:13:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/08/19 10:13:13 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: SA-02:38. Revision Changes Path 1.409 +7 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 10:15: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1822737B400; Mon, 19 Aug 2002 10:14:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBA2A43E72; Mon, 19 Aug 2002 10:14:58 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JHEwJU099583; Mon, 19 Aug 2002 10:14:58 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JHEwCi099582; Mon, 19 Aug 2002 10:14:58 -0700 (PDT) Message-Id: <200208191714.g7JHEwCi099582@freefall.freebsd.org> From: Juli Mallett Date: Mon, 19 Aug 2002 10:14:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen getcwd.c vis.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 jmallett 2002/08/19 10:14:58 PDT Modified files: lib/libc/gen getcwd.c vis.c Log: s/trailing NULL/trailing NUL/ Revision Changes Path 1.22 +1 -1 src/lib/libc/gen/getcwd.c 1.11 +1 -1 src/lib/libc/gen/vis.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 10:20: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B79C137B400; Mon, 19 Aug 2002 10:20:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6932C43E70; Mon, 19 Aug 2002 10:20:04 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JHK4JU000154; Mon, 19 Aug 2002 10:20:04 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JHK4SN000153; Mon, 19 Aug 2002 10:20:04 -0700 (PDT) Message-Id: <200208191720.g7JHK4SN000153@freefall.freebsd.org> From: Juli Mallett Date: Mon, 19 Aug 2002 10:20:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/08/19 10:20:04 PDT Modified files: sys/net if.c Log: Clean up a comment talking about C strings, which are terminated with the ASCII NUL character (0, or '\0' in C). Revision Changes Path 1.148 +4 -4 src/sys/net/if.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 10:32:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D58C137B400; Mon, 19 Aug 2002 10:32:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8440143E3B; Mon, 19 Aug 2002 10:32:12 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JHWCJU003272; Mon, 19 Aug 2002 10:32:12 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JHWCKZ003271; Mon, 19 Aug 2002 10:32:12 -0700 (PDT) Message-Id: <200208191732.g7JHWCKZ003271@freefall.freebsd.org> From: "Bruce A. Mah" Date: Mon, 19 Aug 2002 10:32:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/08/19 10:32:12 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: SA-02:38. Revision Changes Path 1.22.2.281 +6 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 10:39:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7412137B400; Mon, 19 Aug 2002 10:39:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DAE643E70; Mon, 19 Aug 2002 10:39:42 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JHdfJU003771; Mon, 19 Aug 2002 10:39:41 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JHdfwI003769; Mon, 19 Aug 2002 10:39:41 -0700 (PDT) Message-Id: <200208191739.g7JHdfwI003769@freefall.freebsd.org> From: "Bruce A. Mah" Date: Mon, 19 Aug 2002 10:39:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/08/19 10:39:41 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/errata article.sgml Log: New errata entry: SA-02:38. Revision Changes Path 1.1.2.80 +8 -0 src/release/doc/en_US.ISO8859-1/errata/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 10:43:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A1B837B400; Mon, 19 Aug 2002 10:43:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03B3543E70; Mon, 19 Aug 2002 10:43:35 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: from freefall.freebsd.org (jdp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JHhYJU004969; Mon, 19 Aug 2002 10:43:34 -0700 (PDT) (envelope-from jdp@freefall.freebsd.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JHhYuQ004968; Mon, 19 Aug 2002 10:43:34 -0700 (PDT) Message-Id: <200208191743.g7JHhYuQ004968@freefall.freebsd.org> From: John Polstra Date: Mon, 19 Aug 2002 10:43:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/md md.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 jdp 2002/08/19 10:43:34 PDT Modified files: (Branch: RELENG_4) sys/dev/md md.c Log: MFC 1.12: Fix the "almost clone" semantics of the md device. This also fixes problems with using more than one preloaded md_image module. Reviewed by: phk Revision Changes Path 1.8.2.2 +12 -7 src/sys/dev/md/md.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 10:47:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9BE037B400; Mon, 19 Aug 2002 10:47:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A48B43E6E; Mon, 19 Aug 2002 10:47:37 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JHlbJU005714; Mon, 19 Aug 2002 10:47:37 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JHlbV2005713; Mon, 19 Aug 2002 10:47:37 -0700 (PDT) Message-Id: <200208191747.g7JHlbV2005713@freefall.freebsd.org> From: Archie Cobbs Date: Mon, 19 Aug 2002 10:47:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/sablevm/files patch-ag patch-ah X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2002/08/19 10:47:37 PDT Added files: java/sablevm/files patch-ag patch-ah Log: Patch to fix the build when doing USE_GNOMELIBS. Revision Changes Path 1.3 +16 -0 ports/java/sablevm/files/patch-ag (new) 1.1 +18 -0 ports/java/sablevm/files/patch-ah (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 10:57:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0708A37B410; Mon, 19 Aug 2002 10:57:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FB3543E3B; Mon, 19 Aug 2002 10:57:39 -0700 (PDT) (envelope-from gordon@FreeBSD.org) Received: from freefall.freebsd.org (gordon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JHvdJU007633; Mon, 19 Aug 2002 10:57:39 -0700 (PDT) (envelope-from gordon@freefall.freebsd.org) Received: (from gordon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JHvdcl007632; Mon, 19 Aug 2002 10:57:39 -0700 (PDT) Message-Id: <200208191757.g7JHvdcl007632@freefall.freebsd.org> From: Gordon Tetlow Date: Mon, 19 Aug 2002 10:57:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 rc.conf.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gordon 2002/08/19 10:57:39 PDT Modified files: share/man/man5 rc.conf.5 Log: Update manpage to reflect reality: xntpd -> ntpd single_mountd_enable -> mountd_enable portmap -> rpcbind Revision Changes Path 1.162 +9 -9 src/share/man/man5/rc.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 10:59:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D44DE37B400; Mon, 19 Aug 2002 10:59:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F73143E6A; Mon, 19 Aug 2002 10:59:48 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JHxmJU007833; Mon, 19 Aug 2002 10:59:48 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JHxmGd007832; Mon, 19 Aug 2002 10:59:48 -0700 (PDT) Message-Id: <200208191759.g7JHxmGd007832@freefall.freebsd.org> From: Robert Watson Date: Mon, 19 Aug 2002 10:59:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mac.c src/sys/sys mac.h mac_policy.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/08/19 10:59:48 PDT Modified files: sys/kern kern_mac.c sys/sys mac.h mac_policy.h Log: Provide an implementation of mac_syscall() so that security modules can offer new services without reserving system call numbers, or augmented versions of existing services. User code requests a target policy by name, and specifies the policy-specific API plus target. This is required in particular for our port of SELinux/FLASK to the MAC framework since it offers additional security services. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.13 +38 -0 src/sys/kern/kern_mac.c 1.7 +6 -1 src/sys/sys/mac.h 1.8 +8 -0 src/sys/sys/mac_policy.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 11: 6:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A879437B400; Mon, 19 Aug 2002 11:06:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A97443E4A; Mon, 19 Aug 2002 11:06:19 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JI6JJU015613; Mon, 19 Aug 2002 11:06:19 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JI6J0B015612; Mon, 19 Aug 2002 11:06:19 -0700 (PDT) Message-Id: <200208191806.g7JI6J0B015612@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 19 Aug 2002 11:06:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale wcwidth.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/08/19 11:06:19 PDT Modified files: lib/libc/locale wcwidth.c Log: According to SUSv2, always return 0 for null wide-character code Revision Changes Path 1.3 +6 -1 src/lib/libc/locale/wcwidth.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 11: 7:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40FAD37B400; Mon, 19 Aug 2002 11:07:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E540B43E65; Mon, 19 Aug 2002 11:07:12 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JI7CJU015786; Mon, 19 Aug 2002 11:07:12 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JI7CP7015785; Mon, 19 Aug 2002 11:07:12 -0700 (PDT) Message-Id: <200208191807.g7JI7CP7015785@freefall.freebsd.org> From: "Bruce A. Mah" Date: Mon, 19 Aug 2002 11:07:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/4.6.2R errata.html www/en/releases/4.6R errata.html X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2002/08/19 11:07:12 PDT Modified files: en/releases/4.6.2R errata.html en/releases/4.6R errata.html Log: Regen from article.sgml 1.1.2.80. Revision Changes Path 1.3 +11 -2 www/en/releases/4.6.2R/errata.html 1.11 +11 -2 www/en/releases/4.6R/errata.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 11:20: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96F0637B400; Mon, 19 Aug 2002 11:20:00 -0700 (PDT) Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4395443E6A; Mon, 19 Aug 2002 11:19:56 -0700 (PDT) (envelope-from mi+mx@aldan.algebra.com) Received: from misha.murex.com (250-217.customer.cloud9.net [168.100.250.217]) by corbulon.video-collage.com (8.12.2/8.12.2) with ESMTP id g7JIJme5028230 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=FAIL); Mon, 19 Aug 2002 14:19:51 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) X-Authentication-Warning: corbulon.video-collage.com: Host 250-217.customer.cloud9.net [168.100.250.217] claimed to be misha.murex.com Content-Type: text/plain; charset="koi8-u" From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Martin Blapp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/editors/openoffice Makefile Date: Mon, 19 Aug 2002 14:20:37 -0400 User-Agent: KMail/1.4.2 References: <200208161537.g7GFbEX2018959@freefall.freebsd.org> In-Reply-To: <200208161537.g7GFbEX2018959@freefall.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200208191420.37047.mi+mx@aldan.algebra.com> X-Scanned-By: MIMEDefang 2.15 (www dot roaringpenguin dot com slash mimedefang) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Friday 16 August 2002 11:37 am, Martin Blapp wrote: = mbr 2002/08/16 08:37:14 PDT = = Modified files: = editors/openoffice Makefile = Log: = Build mozilla inside OpenOffice.org. We cannot use a installed = mozilla installationbecause of linking issues. C++ ABI changes are = hard to detect. Can this be turned off by the user building his/her own? = editors/openoffice Makefile = Log: = Respect CFLAGS and USE_GCC for mozilla build. Needed to build mozilla = with the same gcc as OO.org With a separate tar-option, you can prevent them from being extracted in the first place... Yours, -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 11:47:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C22E37B400; Mon, 19 Aug 2002 11:47:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34EE543E3B; Mon, 19 Aug 2002 11:47:52 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from freefall.freebsd.org (sos@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JIlqJU023950; Mon, 19 Aug 2002 11:47:52 -0700 (PDT) (envelope-from sos@freefall.freebsd.org) Received: (from sos@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JIlquE023948; Mon, 19 Aug 2002 11:47:52 -0700 (PDT) Message-Id: <200208191847.g7JIlquE023948@freefall.freebsd.org> From: Søren Schmidt Date: Mon, 19 Aug 2002 11:47:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata atapi-cam.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 sos 2002/08/19 11:47:51 PDT Modified files: sys/dev/ata atapi-cam.c Log: Fix typo. Revision Changes Path 1.5 +1 -1 src/sys/dev/ata/atapi-cam.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 11:52:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46DCF37B400; Mon, 19 Aug 2002 11:52:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED3A943E70; Mon, 19 Aug 2002 11:52:23 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from freefall.freebsd.org (sos@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JIqNJU025614; Mon, 19 Aug 2002 11:52:23 -0700 (PDT) (envelope-from sos@freefall.freebsd.org) Received: (from sos@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JIqNT7025613; Mon, 19 Aug 2002 11:52:23 -0700 (PDT) Message-Id: <200208191852.g7JIqNT7025613@freefall.freebsd.org> From: Søren Schmidt Date: Mon, 19 Aug 2002 11:52:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata atapi-all.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sos 2002/08/19 11:52:23 PDT Modified files: sys/dev/ata atapi-all.c Log: Fix buffer length. PR: 41063 Revision Changes Path 1.93 +1 -1 src/sys/dev/ata/atapi-all.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 11:54: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BC5B37B400; Mon, 19 Aug 2002 11:54:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F6DE43E3B; Mon, 19 Aug 2002 11:54:00 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from freefall.freebsd.org (sos@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JIs0JU025728; Mon, 19 Aug 2002 11:54:00 -0700 (PDT) (envelope-from sos@freefall.freebsd.org) Received: (from sos@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JIrxcC025727; Mon, 19 Aug 2002 11:53:59 -0700 (PDT) Message-Id: <200208191853.g7JIrxcC025727@freefall.freebsd.org> From: Søren Schmidt Date: Mon, 19 Aug 2002 11:53:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata atapi-all.c X-FreeBSD-CVS-Branch: 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 sos 2002/08/19 11:53:59 PDT Modified files: (Branch: RELENG_4) sys/dev/ata atapi-all.c Log: MFC: close PR 41063 Revision Changes Path 1.46.2.16 +1 -1 src/sys/dev/ata/atapi-all.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 11:59: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4492937B400; Mon, 19 Aug 2002 11:59:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAFA143E42; Mon, 19 Aug 2002 11:59:04 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from freefall.freebsd.org (sos@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JIx4JU026151; Mon, 19 Aug 2002 11:59:04 -0700 (PDT) (envelope-from sos@freefall.freebsd.org) Received: (from sos@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JIx4MM026150; Mon, 19 Aug 2002 11:59:04 -0700 (PDT) Message-Id: <200208191859.g7JIx4MM026150@freefall.freebsd.org> From: Søren Schmidt Date: Mon, 19 Aug 2002 11:59:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c X-FreeBSD-CVS-Branch: 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 sos 2002/08/19 11:59:04 PDT Modified files: (Branch: RELENG_4) sys/dev/ata ata-all.c Log: Fix a type in the 48bit handling code use >> not << for the upper 32bits. However this is only cosmetical since the -stable kernel only has 32 bit block numbers... Revision Changes Path 1.50.2.38 +1 -1 src/sys/dev/ata/ata-all.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 12: 4:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0BA637B400; Mon, 19 Aug 2002 12:04:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56A8243E6A; Mon, 19 Aug 2002 12:04:53 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JJ4rJU027954; Mon, 19 Aug 2002 12:04:53 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JJ4rZX027953; Mon, 19 Aug 2002 12:04:53 -0700 (PDT) Message-Id: <200208191904.g7JJ4rZX027953@freefall.freebsd.org> From: Robert Watson Date: Mon, 19 Aug 2002 12:04:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_ktrace.c kern_mac.c tty_tty.c vfs_syscalls.c vfs_vnops.c src/sys/security/mac_biba mac_biba.c src/sys/security/mac_bsdextended mac_bsdextended.c src/sys/security/mac_mls mac_mls.c src/sys/security/mac_none mac_none.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 2002/08/19 12:04:53 PDT Modified files: sys/kern kern_ktrace.c kern_mac.c tty_tty.c vfs_syscalls.c vfs_vnops.c sys/security/mac_biba mac_biba.c sys/security/mac_bsdextended mac_bsdextended.c sys/security/mac_mls mac_mls.c sys/security/mac_none mac_none.c sys/security/mac_test mac_test.c sys/sys mac.h mac_policy.h Log: Pass active_cred and file_cred into the MAC framework explicitly for mac_check_vnode_{poll,read,stat,write}(). Pass in fp->f_cred when calling these checks with a struct file available. Otherwise, pass NOCRED. All currently MAC policies use active_cred, but could now offer the cached credential semantic used for the base system security model. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.72 +1 -1 src/sys/kern/kern_ktrace.c 1.14 +20 -12 src/sys/kern/kern_mac.c 1.44 +6 -5 src/sys/kern/tty_tty.c 1.283 +11 -4 src/sys/kern/vfs_syscalls.c 1.165 +8 -6 src/sys/kern/vfs_vnops.c 1.5 +12 -12 src/sys/security/mac_biba/mac_biba.c 1.2 +6 -5 src/sys/security/mac_bsdextended/mac_bsdextended.c 1.5 +12 -12 src/sys/security/mac_mls/mac_mls.c 1.5 +8 -8 src/sys/security/mac_none/mac_none.c 1.5 +8 -8 src/sys/security/mac_test/mac_test.c 1.8 +8 -4 src/sys/sys/mac.h 1.9 +8 -4 src/sys/sys/mac_policy.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 12: 9:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDF7B37B400; Mon, 19 Aug 2002 12:09:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CCA543E4A; Mon, 19 Aug 2002 12:09:47 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JJ9lJU032623; Mon, 19 Aug 2002 12:09:47 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JJ9lGJ032622; Mon, 19 Aug 2002 12:09:47 -0700 (PDT) Message-Id: <200208191909.g7JJ9lGJ032622@freefall.freebsd.org> From: Ceri Davies Date: Mon, 19 Aug 2002 12:09:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ceri 2002/08/19 12:09:47 PDT Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Minor grammatical nit. Revision Changes Path 1.464 +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 Mon Aug 19 12:11:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A77E037B400; Mon, 19 Aug 2002 12:11:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 578B043E6A; Mon, 19 Aug 2002 12:11:29 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JJBTJU034037; Mon, 19 Aug 2002 12:11:29 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JJBSpA034033; Mon, 19 Aug 2002 12:11:28 -0700 (PDT) Message-Id: <200208191911.g7JJBSpA034033@freefall.freebsd.org> From: Trevor Johnson Date: Mon, 19 Aug 2002 12:11:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/acroread5 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/08/19 12:11:28 PDT Modified files: print/acroread5 Makefile Log: Make further corrections to the use of sed: the -i option had been omitted and the -E option was, in one instance, used twice. Change PORTREVISION because runtime errors were reported by Arjan van Leeuwen. Submitted by: KOMATSU Shinichiro and Niall Brady PR: 41121 and 41605 While I'm here, make a whitespace change suggested by portlint. Revision Changes Path 1.43 +4 -3 ports/print/acroread5/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 12:22:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F46537B400; Mon, 19 Aug 2002 12:22:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EFAE43E6A; Mon, 19 Aug 2002 12:22:42 -0700 (PDT) (envelope-from brooks@FreeBSD.org) Received: from freefall.freebsd.org (brooks@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JJMgJU036058; Mon, 19 Aug 2002 12:22:42 -0700 (PDT) (envelope-from brooks@freefall.freebsd.org) Received: (from brooks@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JJMghi036057; Mon, 19 Aug 2002 12:22:42 -0700 (PDT) Message-Id: <200208191922.g7JJMghi036057@freefall.freebsd.org> From: Brooks Davis Date: Mon, 19 Aug 2002 12:22:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_ppp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brooks 2002/08/19 12:22:42 PDT Modified files: sys/net if_ppp.c Log: Fix a couple of bogus return values in previous commit. Submitted by: "Vladimir B. " Grebenschikov Pointy hat to: brooks Revision Changes Path 1.83 +2 -3 src/sys/net/if_ppp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 12:36:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 915AA37B401; Mon, 19 Aug 2002 12:36:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B6A743E6E; Mon, 19 Aug 2002 12:36:41 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JJafJU038098; Mon, 19 Aug 2002 12:36:41 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JJafC9038097; Mon, 19 Aug 2002 12:36:41 -0700 (PDT) Message-Id: <200208191936.g7JJafC9038097@freefall.freebsd.org> From: Ceri Davies Date: Mon, 19 Aug 2002 12:36:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml doc/en_US.ISO8859-1/books/handbook/install chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ceri 2002/08/19 12:36:41 PDT Modified files: en_US.ISO8859-1/books/faq book.sgml en_US.ISO8859-1/books/handbook/install chapter.sgml Log: Stop referring to the dangerously outmoded Pedantic PPP Primer, which is now eclipsed both in quality and validity by the Handbook and ppp(8) manpage. Revision Changes Path 1.465 +1 -4 doc/en_US.ISO8859-1/books/faq/book.sgml 1.210 +3 -3 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 12:42:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62FCE37B400; Mon, 19 Aug 2002 12:42:12 -0700 (PDT) Received: from rhadamanth.submonkey.net (pc1-cdif1-6-cust12.cdf.cable.ntl.com [80.3.230.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9918A43E3B; Mon, 19 Aug 2002 12:42:06 -0700 (PDT) (envelope-from setantae@submonkey.net) Received: from setantae by rhadamanth.submonkey.net with local (Exim 3.36 #1) id 17gsPc-0002m3-00; Mon, 19 Aug 2002 20:42:04 +0100 Date: Mon, 19 Aug 2002 20:42:04 +0100 From: Ceri Davies To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: doc@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml doc/en_US.ISO8859-1/books/handbook/install chapter.sgml Message-ID: <20020819194204.GA10422@submonkey.net> Mail-Followup-To: Ceri Davies , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, doc@FreeBSD.org References: <200208191936.g7JJafC9038097@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208191936.g7JJafC9038097@freefall.freebsd.org> X-message-flag: All your linuxconf-configured redhat are belong to us. User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Aug 19, 2002 at 12:36:41PM -0700, Ceri Davies wrote: > ceri 2002/08/19 12:36:41 PDT > > Modified files: > en_US.ISO8859-1/books/faq book.sgml > en_US.ISO8859-1/books/handbook/install chapter.sgml > Log: > Stop referring to the dangerously outmoded Pedantic PPP Primer, which is now > eclipsed both in quality and validity by the Handbook and ppp(8) manpage. > > Revision Changes Path > 1.465 +1 -4 doc/en_US.ISO8859-1/books/faq/book.sgml > 1.210 +3 -3 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml I intend to unhook the Primer from the build in 24 hours (I won't cvs rm it yet) unless someone volunteers to bring it up to date, and then does. It documents FreeBSD 2.2 and the other documentation is much better. Ceri -- you can't see when light's so strong you can't see when light is gone To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 12:48:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E3E837B400; Mon, 19 Aug 2002 12:48:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85DC843E72; Mon, 19 Aug 2002 12:47:24 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JJlEJU040038; Mon, 19 Aug 2002 12:47:14 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JJlEen040037; Mon, 19 Aug 2002 12:47:14 -0700 (PDT) Message-Id: <200208191947.g7JJlEen040037@freefall.freebsd.org> From: Juli Mallett Date: Mon, 19 Aug 2002 12:47:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_input.c src/sys/netinet6 udp6_usrreq.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 jmallett 2002/08/19 12:47:13 PDT Modified files: sys/netinet tcp_input.c sys/netinet6 udp6_usrreq.c Log: Enclose IPv6 addresses in brackets when they are displayed printable with a TCP/UDP port seperated by a colon. This is for the log_in_vain facility. Pointed out by: Edward J. M. Brocklesby Reviewed by: ume MFC after: 2 weeks Revision Changes Path 1.172 +7 -3 src/sys/netinet/tcp_input.c 1.31 +1 -1 src/sys/netinet6/udp6_usrreq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 12:50:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94A2237B407; Mon, 19 Aug 2002 12:50:10 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C10243E42; Mon, 19 Aug 2002 12:50:09 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g7JJnldA017138; Mon, 19 Aug 2002 21:49:47 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g7JJnhYW942058; Mon, 19 Aug 2002 21:49:47 +0200 (MES) Date: Mon, 19 Aug 2002 21:51:18 +0200 (CEST) From: Martin Blapp To: Mikhail Teterin Cc: Martin Blapp , , Subject: Re: cvs commit: ports/editors/openoffice Makefile In-Reply-To: <200208191420.37047.mi+mx@aldan.algebra.com> Message-ID: <20020819214840.A34509-100000@levais.imp.ch> 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 Hi, > Can this be turned off by the user building his/her own? Of course one could do that. But only optionally. You don't know how many error mails I got from users compiling mozilla with gcc2.95 and openoffice with gcc3+ ... And gcc32 is also a different beast. Maybe we will have some times registered package informations where the compiler is also visible ... > With a separate tar-option, you can prevent them from being extracted in > the first place... Thta's not a problem I guess. Can you send me patches ? And as I said, only optionally. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 12:57:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD9C837B400; Mon, 19 Aug 2002 12:57:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CAD943E3B; Mon, 19 Aug 2002 12:57:15 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JJvFJU042568; Mon, 19 Aug 2002 12:57:15 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JJvFla042567; Mon, 19 Aug 2002 12:57:15 -0700 (PDT) Message-Id: <200208191957.g7JJvFla042567@freefall.freebsd.org> From: Ceri Davies Date: Mon, 19 Aug 2002 12:57:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/install chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ceri 2002/08/19 12:57:15 PDT Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml Log: Remove redundant "together". PR: docs/41789 Submitted by: Jerry Dunham Revision Changes Path 1.211 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 12:58:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C90137B401; Mon, 19 Aug 2002 12:58:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F04BA43E65; Mon, 19 Aug 2002 12:58:18 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JJwIJU043491; Mon, 19 Aug 2002 12:58:18 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JJwIDD043486; Mon, 19 Aug 2002 12:58:18 -0700 (PDT) Message-Id: <200208191958.g7JJwIDD043486@freefall.freebsd.org> From: Ceri Davies Date: Mon, 19 Aug 2002 12:58:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/install chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ceri 2002/08/19 12:58:18 PDT Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml Log: Whitespace commit. No content changes. Revision Changes Path 1.212 +2 -2 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 13: 1:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80E3C37B400; Mon, 19 Aug 2002 13:01:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 310EC43E3B; Mon, 19 Aug 2002 13:01:32 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JK1WJU045319; Mon, 19 Aug 2002 13:01:32 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JK1VAw045318; Mon, 19 Aug 2002 13:01:31 -0700 (PDT) Message-Id: <200208192001.g7JK1VAw045318@freefall.freebsd.org> From: Robert Watson Date: Mon, 19 Aug 2002 13:01:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern syscalls.master X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2002/08/19 13:01:31 PDT Modified files: sys/kern syscalls.master Log: mac_syscall is now implemented, switch to MSTD. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.121 +1 -1 src/sys/kern/syscalls.master To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 13: 2:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CEBE37B400; Mon, 19 Aug 2002 13:02:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A00F43E65; Mon, 19 Aug 2002 13:02:30 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JK2UJU045413; Mon, 19 Aug 2002 13:02:30 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JK2Urf045412; Mon, 19 Aug 2002 13:02:30 -0700 (PDT) Message-Id: <200208192002.g7JK2Urf045412@freefall.freebsd.org> From: Robert Watson Date: Mon, 19 Aug 2002 13:02:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys syscall.h syscall.mk sysproto.h src/sys/kern init_sysent.c syscalls.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/08/19 13:02:30 PDT Modified files: sys/sys syscall.h syscall.mk sysproto.h sys/kern init_sysent.c syscalls.c Log: Regen. Revision Changes Path 1.131 +2 -2 src/sys/kern/init_sysent.c 1.117 +1 -1 src/sys/kern/syscalls.c 1.116 +1 -1 src/sys/sys/syscall.h 1.71 +1 -1 src/sys/sys/syscall.mk 1.108 +1 -1 src/sys/sys/sysproto.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 13: 9: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6AC437B400; Mon, 19 Aug 2002 13:08:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74B0A43E6A; Mon, 19 Aug 2002 13:08:57 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JK8vJU050320; Mon, 19 Aug 2002 13:08:57 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JK8vjG050319; Mon, 19 Aug 2002 13:08:57 -0700 (PDT) Message-Id: <200208192008.g7JK8vjG050319@freefall.freebsd.org> From: Joe Marcus Clarke Date: Mon, 19 Aug 2002 13:08:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/gtkspell2 Makefile distinfo pkg-comment pkg-descr pkg-plist ports/textproc/gtkspell2/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 marcus 2002/08/19 13:08:57 PDT Modified files: textproc Makefile Added files: textproc/gtkspell2 Makefile distinfo pkg-comment pkg-descr pkg-plist textproc/gtkspell2/files patch-configure Log: Add gtkspell2, a GTK+ 2 spell checking component. There is a gtkspell out there for GTK+ 1.2, but it doesn't appear to be in the tree. If for some reason, it ever gets imported, this port won't collide with it. Revision Changes Path 1.400 +1 -0 ports/textproc/Makefile 1.1 +33 -0 ports/textproc/gtkspell2/Makefile (new) 1.1 +1 -0 ports/textproc/gtkspell2/distinfo (new) 1.1 +10 -0 ports/textproc/gtkspell2/files/patch-configure (new) 1.1 +1 -0 ports/textproc/gtkspell2/pkg-comment (new) 1.1 +5 -0 ports/textproc/gtkspell2/pkg-descr (new) 1.1 +7 -0 ports/textproc/gtkspell2/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 Mon Aug 19 13: 9:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEB6137B405; Mon, 19 Aug 2002 13:09:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F39A43E65; Mon, 19 Aug 2002 13:09:02 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JK92JU050360; Mon, 19 Aug 2002 13:09:02 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JK92ca050359; Mon, 19 Aug 2002 13:09:02 -0700 (PDT) Message-Id: <200208192009.g7JK92ca050359@freefall.freebsd.org> From: Joe Marcus Clarke Date: Mon, 19 Aug 2002 13:09:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/19 13:09:02 PDT Modified files: . modules Log: gtkspell2 --> ports/textproc/gtkspell2 Revision Changes Path 1.5727 +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 Aug 19 13:11:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85DE937B400; Mon, 19 Aug 2002 13:11:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43BAB43E42; Mon, 19 Aug 2002 13:11:19 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JKBJJU051750; Mon, 19 Aug 2002 13:11:19 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JKBJng051749; Mon, 19 Aug 2002 13:11:19 -0700 (PDT) Message-Id: <200208192011.g7JKBJng051749@freefall.freebsd.org> From: Joe Marcus Clarke Date: Mon, 19 Aug 2002 13:11:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/pan2 Makefile distinfo pkg-comment pkg-descr pkg-plist ports/news/pan2/files patch-Makefile patch-configure patch-po::Makefile.in.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 marcus 2002/08/19 13:11:19 PDT Modified files: news/pan2 Makefile distinfo pkg-comment pkg-descr pkg-plist Added files: news/pan2/files patch-Makefile patch-configure Removed files: news/pan2/files patch-po::Makefile.in.in Log: Add pan2 after a repo-copy from pan. pan2 is the GNOME 2 news reader based on Agent for Windows. Revision Changes Path 1.62 +11 -7 ports/news/pan2/Makefile 1.43 +1 -1 ports/news/pan2/distinfo 1.1 +11 -0 ports/news/pan2/files/patch-Makefile (new) 1.1 +40 -0 ports/news/pan2/files/patch-configure (new) 1.3 +0 -15 ports/news/pan2/files/patch-po::Makefile.in.in (dead) 1.3 +1 -1 ports/news/pan2/pkg-comment 1.5 +1 -1 ports/news/pan2/pkg-descr 1.20 +1 -1 ports/news/pan2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 13:12: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A20CB37B400; Mon, 19 Aug 2002 13:12:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55D1643E4A; Mon, 19 Aug 2002 13:12:04 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JKC4JU052035; Mon, 19 Aug 2002 13:12:04 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JKC4PW052034; Mon, 19 Aug 2002 13:12:04 -0700 (PDT) Message-Id: <200208192012.g7JKC4PW052034@freefall.freebsd.org> From: Joe Marcus Clarke Date: Mon, 19 Aug 2002 13:12:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/19 13:12:04 PDT Modified files: news Makefile Log: Add pan2. Revision Changes Path 1.80 +1 -0 ports/news/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 13:12:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FF3237B401; Mon, 19 Aug 2002 13:12:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 976CB43E6A; Mon, 19 Aug 2002 13:12:38 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JKCcJU052118; Mon, 19 Aug 2002 13:12:38 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JKCcmu052117; Mon, 19 Aug 2002 13:12:38 -0700 (PDT) Message-Id: <200208192012.g7JKCcmu052117@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 19 Aug 2002 13:12:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale wcwidth.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/08/19 13:12:38 PDT Modified files: lib/libc/locale wcwidth.c Log: Write null wide-character as L'\0' like in other places Revision Changes Path 1.4 +1 -1 src/lib/libc/locale/wcwidth.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 13:13:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 023D737B400; Mon, 19 Aug 2002 13:13:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A87B343E3B; Mon, 19 Aug 2002 13:13:06 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JKD6JU052170; Mon, 19 Aug 2002 13:13:06 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JKD5Ga052169; Mon, 19 Aug 2002 13:13:05 -0700 (PDT) Message-Id: <200208192013.g7JKD5Ga052169@freefall.freebsd.org> From: Joe Marcus Clarke Date: Mon, 19 Aug 2002 13:13:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/19 13:13:05 PDT Modified files: . modules Log: pan2 --> news/pan2 Revision Changes Path 1.5728 +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 Aug 19 13:24:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F76137B400; Mon, 19 Aug 2002 13:24:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5A7943E65; Mon, 19 Aug 2002 13:24:13 -0700 (PDT) (envelope-from semenu@FreeBSD.org) Received: from freefall.freebsd.org (semenu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JKODJU054344; Mon, 19 Aug 2002 13:24:13 -0700 (PDT) (envelope-from semenu@freefall.freebsd.org) Received: (from semenu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JKODvS054343; Mon, 19 Aug 2002 13:24:13 -0700 (PDT) Message-Id: <200208192024.g7JKODvS054343@freefall.freebsd.org> From: Semen Ustimenko Date: Mon, 19 Aug 2002 13:24:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/tx if_tx.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 semenu 2002/08/19 13:24:13 PDT Modified files: sys/dev/tx if_tx.c Log: Do not reset card in epic_freebsd_attach() as reset is done in epic_common_attach(). Revision Changes Path 1.58 +0 -7 src/sys/dev/tx/if_tx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 13:26:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D06837B400; Mon, 19 Aug 2002 13:26:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D119B43E6A; Mon, 19 Aug 2002 13:26:32 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JKQWJU054572; Mon, 19 Aug 2002 13:26:32 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JKQWu8054571; Mon, 19 Aug 2002 13:26:32 -0700 (PDT) Message-Id: <200208192026.g7JKQWu8054571@freefall.freebsd.org> From: Robert Watson Date: Mon, 19 Aug 2002 13:26:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mac.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 2002/08/19 13:26:32 PDT Modified files: sys/kern kern_mac.c Log: Close a race in process label changing opened due to dropping the proc locking when revoking access to mmaps. Instead, perform this later once we've changed the process label (hold onto a reference to the new cred so that we don't lose it when we release the process lock if another thread changes the credential). Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.15 +10 -7 src/sys/kern/kern_mac.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 13:32:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 558FC37B400; Mon, 19 Aug 2002 13:32:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05D7643E6A; Mon, 19 Aug 2002 13:32:28 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JKWRJU056184; Mon, 19 Aug 2002 13:32:27 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JKWRsl056183; Mon, 19 Aug 2002 13:32:27 -0700 (PDT) Message-Id: <200208192032.g7JKWRsl056183@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 19 Aug 2002 13:32:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale wcwidth.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/08/19 13:32:27 PDT Modified files: lib/libc/locale wcwidth.c Log: Use modern-style arguments declaration Revision Changes Path 1.5 +1 -2 src/lib/libc/locale/wcwidth.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 13:36:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDE2937B400; Mon, 19 Aug 2002 13:36:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E8D143E6A; Mon, 19 Aug 2002 13:36:08 -0700 (PDT) (envelope-from semenu@FreeBSD.org) Received: from freefall.freebsd.org (semenu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JKa8JU056385; Mon, 19 Aug 2002 13:36:08 -0700 (PDT) (envelope-from semenu@freefall.freebsd.org) Received: (from semenu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JKa8dP056384; Mon, 19 Aug 2002 13:36:08 -0700 (PDT) Message-Id: <200208192036.g7JKa8dP056384@freefall.freebsd.org> From: Semen Ustimenko Date: Mon, 19 Aug 2002 13:36:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/tx if_tx.c if_txvar.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 semenu 2002/08/19 13:36:08 PDT Modified files: sys/dev/tx if_tx.c if_txvar.h Log: Stop trying to align malloc()ed memory. Rely on malloc() instead, just like others. Revision Changes Path 1.59 +18 -24 src/sys/dev/tx/if_tx.c 1.12 +0 -1 src/sys/dev/tx/if_txvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 13:46:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0206737B400; Mon, 19 Aug 2002 13:46:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A606C43E65; Mon, 19 Aug 2002 13:46:10 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JKkAJU058202; Mon, 19 Aug 2002 13:46:10 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JKkA1I058201; Mon, 19 Aug 2002 13:46:10 -0700 (PDT) Message-Id: <200208192046.g7JKkA1I058201@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 19 Aug 2002 13:46:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale Makefile.inc wcswidth.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/08/19 13:46:10 PDT Modified files: lib/libc/locale Makefile.inc Added files: lib/libc/locale wcswidth.c Log: Implement wcswidth() Revision Changes Path 1.31 +2 -2 src/lib/libc/locale/Makefile.inc 1.1 +64 -0 src/lib/libc/locale/wcswidth.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 Aug 19 13:47:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D836937B400; Mon, 19 Aug 2002 13:47:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88E0843E70; Mon, 19 Aug 2002 13:47:04 -0700 (PDT) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (glewis@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JKl4JU058275; Mon, 19 Aug 2002 13:47:04 -0700 (PDT) (envelope-from glewis@freefall.freebsd.org) Received: (from glewis@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JKl442058274; Mon, 19 Aug 2002 13:47:04 -0700 (PDT) Message-Id: <200208192047.g7JKl442058274@freefall.freebsd.org> From: Greg Lewis Date: Mon, 19 Aug 2002 13:47:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk12 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 glewis 2002/08/19 13:47:04 PDT Modified files: java/jdk12 Makefile Log: . Synchronise with jdk13 Makefile as much as possible to reduce maintenance. The main changes are: . Use 'p' for the patchset version, not 'b' and refer to the patchset internally with JDK_PATCHSET_VERSION rather than JDK_BETALEVEL. . Add the NATIVE_BOOTSTRAP feature and synchronise DEPENDS lists as much as possible. . Add the extra pre-build checks to try and avoid build errors. . There is also a very minor amount of whitespace diff reduction (this should have gone in a separate commit). Last hunk of the diff. Revision Changes Path 1.11 +38 -9 ports/java/jdk12/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 13:48:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F23237B400; Mon, 19 Aug 2002 13:48:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50A1243E3B; Mon, 19 Aug 2002 13:48:19 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JKmJJU058374; Mon, 19 Aug 2002 13:48:19 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JKmJ6h058373; Mon, 19 Aug 2002 13:48:19 -0700 (PDT) Message-Id: <200208192048.g7JKmJ6h058373@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 19 Aug 2002 13:48:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include wchar.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 ache 2002/08/19 13:48:19 PDT Modified files: include wchar.h Log: Activate (uncomment) wcwidth() and wcswidth() now implemented Revision Changes Path 1.13 +0 -3 src/include/wchar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 13:54: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F355637B400; Mon, 19 Aug 2002 13:54:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A41C643E72; Mon, 19 Aug 2002 13:54:00 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JKs0JU059887; Mon, 19 Aug 2002 13:54:00 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JKs0b5059886; Mon, 19 Aug 2002 13:54:00 -0700 (PDT) Message-Id: <200208192054.g7JKs0b5059886@freefall.freebsd.org> From: Warner Losh Date: Mon, 19 Aug 2002 13:54:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/login login.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/08/19 13:54:00 PDT Modified files: usr.bin/login login.c Log: When login tries to do the chmod/chflags on a read only file system, it complains that it can't do it because the filesystem is readonly. Assume that when the user has a readonly /dev that they don't care if login can't change the permissions/flags. While this does break a few things like msgs, we'll assume that the user setting up the read only system knows what they are doing. All this change does is to stop the complaint when the file system is read only. It also adds comments as to why EROFS and EOPNOTSUPP are ignored. This allows one to have a read-only / w/o a /dev MFS and have a relatively warning-free existence. /etc/rc still complains when it can't chown/chflags/chmod things, but that's easy to ignore/tweak. Reviewed by: roberto, phk Sponsored by: Timing Solutions Revision Changes Path 1.90 +12 -3 src/usr.bin/login/login.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 14: 0:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3DD937B40E; Mon, 19 Aug 2002 14:00:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1200143EA3; Mon, 19 Aug 2002 14:00:15 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JL0EJU060369; Mon, 19 Aug 2002 14:00:14 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JL0EkM060361; Mon, 19 Aug 2002 14:00:14 -0700 (PDT) Message-Id: <200208192100.g7JL0EkM060361@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 19 Aug 2002 14:00:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include wchar.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 ache 2002/08/19 14:00:14 PDT Modified files: include wchar.h Log: Sort unsorted prototypes Revision Changes Path 1.14 +1 -1 src/include/wchar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 14: 3:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99C4837B400; Mon, 19 Aug 2002 14:03:31 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FBD243E42; Mon, 19 Aug 2002 14:03:31 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.5/8.12.2) with ESMTP id g7JL3UVh005107; Mon, 19 Aug 2002 14:03:30 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.5/8.12.5/Submit) id g7JL3U4A005106; Mon, 19 Aug 2002 14:03:30 -0700 (PDT) Date: Mon, 19 Aug 2002 14:03:30 -0700 From: "David O'Brien" To: Luigi Rizzo Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fw2.c src/sbin/ipfw ipfw.8 ipfw2.c Message-ID: <20020819210330.GA4958@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Luigi Rizzo , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200208161031.g7GAVmQ7053775@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208161031.g7GAVmQ7053775@freefall.freebsd.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Aug 16, 2002 at 03:31:48AM -0700, Luigi Rizzo wrote: > luigi 2002/08/16 03:31:47 PDT > > Modified files: > sys/netinet ip_fw2.c > sbin/ipfw ipfw.8 ipfw2.c > Log: > sys/netinet/ip_fw2.c: > > Implement the M_SKIP_FIREWALL bit in m_flags to avoid loops > for firewall-generated packets (the constant has to go in sys/mbuf.h). Every commit you make to ipfw causes it so that a newer kernel cannot be used with a week old userland (and vice-versa). With the poor shape of -CURRENT this makes it very hard to use -CURRENT as one cannot even test a new kernel for usability before irreversabily updating world. Could you *please* queue up your changes over a longer period of time and hold off any more IPFW commits for a while? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 14: 6:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8E4037B400; Mon, 19 Aug 2002 14:06:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9637243E75; Mon, 19 Aug 2002 14:06:48 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JL6mJU066126; Mon, 19 Aug 2002 14:06:48 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JL6m9S066125; Mon, 19 Aug 2002 14:06:48 -0700 (PDT) Message-Id: <200208192106.g7JL6m9S066125@freefall.freebsd.org> From: Joe Marcus Clarke Date: Mon, 19 Aug 2002 14:06:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/balsa Makefile distinfo pkg-plist ports/mail/balsa/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 marcus 2002/08/19 14:06:48 PDT Modified files: mail/balsa Makefile distinfo pkg-plist mail/balsa/files patch-configure Log: Update to 1.4.0. Revision Changes Path 1.60 +2 -2 ports/mail/balsa/Makefile 1.32 +1 -1 ports/mail/balsa/distinfo 1.5 +48 -4602 ports/mail/balsa/files/patch-configure 1.23 +1 -0 ports/mail/balsa/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 14:10:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8D5737B400; Mon, 19 Aug 2002 14:10:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F79943E75; Mon, 19 Aug 2002 14:10:45 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: from freefall.freebsd.org (jmz@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JLAjJU066976; Mon, 19 Aug 2002 14:10:45 -0700 (PDT) (envelope-from jmz@freefall.freebsd.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JLAjQX066975; Mon, 19 Aug 2002 14:10:45 -0700 (PDT) Message-Id: <200208192110.g7JLAjQX066975@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Mon, 19 Aug 2002 14:10:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/netpbm 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 jmz 2002/08/19 14:10:45 PDT Modified files: graphics/netpbm Makefile distinfo Log: Update to version 10.8 PR: ports/41797 Submitted by: KATO Tsuguru Revision Changes Path 1.65 +1 -1 ports/graphics/netpbm/Makefile 1.35 +1 -1 ports/graphics/netpbm/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 14:43:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A06037B400; Mon, 19 Aug 2002 14:43:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCAF443E3B; Mon, 19 Aug 2002 14:43:22 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from freefall.freebsd.org (hrs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JLhMJU073033; Mon, 19 Aug 2002 14:43:22 -0700 (PDT) (envelope-from hrs@freefall.freebsd.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JLhMDG073032; Mon, 19 Aug 2002 14:43:22 -0700 (PDT) Message-Id: <200208192143.g7JLhMDG073032@freefall.freebsd.org> From: Hiroki Sato Date: Mon, 19 Aug 2002 14:43:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/ja_JP.eucJP/relnotes/common new.sgml relnotes.ent X-FreeBSD-CVS-Branch: RELENG_4_6 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2002/08/19 14:43:22 PDT Modified files: (Branch: RELENG_4_6) release/doc/ja_JP.eucJP/relnotes/common new.sgml relnotes.ent Log: Merge the following from the English version: 1.22.2.249.2.12 -> 1.22.2.249.2.13 relnotes/common/new.sgml 1.1.2.3.4.2 -> 1.1.2.3.4.3 relnotes/common/relnotes.ent Approved by: re (bmah) Revision Changes Path 1.5.2.24.2.5 +15 -5 src/release/doc/ja_JP.eucJP/relnotes/common/new.sgml 1.2.2.2.4.3 +3 -3 src/release/doc/ja_JP.eucJP/relnotes/common/relnotes.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 15: 1:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5226937B400; Mon, 19 Aug 2002 15:01:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10E0243E6A; Mon, 19 Aug 2002 15:01:46 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from freefall.freebsd.org (hrs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JM1jJU076870; Mon, 19 Aug 2002 15:01:45 -0700 (PDT) (envelope-from hrs@freefall.freebsd.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JM1j8B076868; Mon, 19 Aug 2002 15:01:45 -0700 (PDT) Message-Id: <200208192201.g7JM1j8B076868@freefall.freebsd.org> From: Hiroki Sato Date: Mon, 19 Aug 2002 15:01:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja includes.sgml includes.xsl index.xsl www/ja/releases Makefile index.sgml www/ja/releases/4.6.2R relnotes-alpha.html relnotes-i386.html X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2002/08/19 15:01:45 PDT Modified files: ja includes.sgml includes.xsl index.xsl ja/releases Makefile index.sgml Added files: ja/releases/4.6.2R relnotes-alpha.html relnotes-i386.html Log: MFen and activate Japanese 4.6.2R-related docs: 1.51 -> 1.52 includes.sgml 1.7 -> 1.9 includes.xsl 1.25 -> 1.29 index.xsl 1.32 -> 1.35 releases/Makefile 1.76 -> 1.78 releases/index.sgml (new) releases/4.6.2R/relnotes-alpha.html (new) releases/4.6.2R/relnotes-i386.html Revision Changes Path 1.39 +4 -3 www/ja/includes.sgml 1.8 +3 -3 www/ja/includes.xsl 1.19 +6 -6 www/ja/index.xsl 1.1 +1107 -0 www/ja/releases/4.6.2R/relnotes-alpha.html (new) 1.1 +1197 -0 www/ja/releases/4.6.2R/relnotes-i386.html (new) 1.29 +5 -4 www/ja/releases/Makefile 1.56 +20 -13 www/ja/releases/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 15:13:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69D3D37B400; Mon, 19 Aug 2002 15:13:18 -0700 (PDT) Received: from iguana.icir.org (iguana.icir.org [192.150.187.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1323C43E3B; Mon, 19 Aug 2002 15:13:18 -0700 (PDT) (envelope-from rizzo@iguana.icir.org) Received: from iguana.icir.org (localhost [127.0.0.1]) by iguana.icir.org (8.12.3/8.11.3) with ESMTP id g7JMDHIb040814; Mon, 19 Aug 2002 15:13:17 -0700 (PDT) (envelope-from rizzo@iguana.icir.org) Received: (from rizzo@localhost) by iguana.icir.org (8.12.3/8.12.3/Submit) id g7JMDHBA040813; Mon, 19 Aug 2002 15:13:17 -0700 (PDT) (envelope-from rizzo) Date: Mon, 19 Aug 2002 15:13:17 -0700 From: Luigi Rizzo To: "David O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fw2.c src/sbin/ipfw ipfw.8 ipfw2.c Message-ID: <20020819151316.A40739@iguana.icir.org> References: <200208161031.g7GAVmQ7053775@freefall.freebsd.org> <20020819210330.GA4958@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020819210330.GA4958@dragon.nuxi.com>; from obrien@FreeBSD.org on Mon, Aug 19, 2002 at 02:03:30PM -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 David, there was only one commit that changed userland-kernel interaction, src/sys/netinet/ip_fw.h: Revision 1.74 Sat Aug 10 04:37:32 2002 UTC (9 days, 17 hours ago) by luigi (previous one on that file was 4 weeks old) The one you mention below only affects manipulation of sets of rules -- certainly the "unknown opcode" complaints that you were mentioning earlier relate to the change to ip_fw.h, not this one. In any case, i am done with ipfw2 except for a minor thing that will not impact userland-kernel interaction. cheers luigi On Mon, Aug 19, 2002 at 02:03:30PM -0700, David O'Brien wrote: > On Fri, Aug 16, 2002 at 03:31:48AM -0700, Luigi Rizzo wrote: > > luigi 2002/08/16 03:31:47 PDT > > > > Modified files: > > sys/netinet ip_fw2.c > > sbin/ipfw ipfw.8 ipfw2.c > > Log: > > sys/netinet/ip_fw2.c: > > > > Implement the M_SKIP_FIREWALL bit in m_flags to avoid loops > > for firewall-generated packets (the constant has to go in sys/mbuf.h). > > Every commit you make to ipfw causes it so that a newer kernel cannot be > used with a week old userland (and vice-versa). With the poor shape of > -CURRENT this makes it very hard to use -CURRENT as one cannot even test > a new kernel for usability before irreversabily updating world. > > Could you *please* queue up your changes over a longer period of time and > hold off any more IPFW commits for a while? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 15:19: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A89037B413; Mon, 19 Aug 2002 15:18:56 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id E561C43E6A; Mon, 19 Aug 2002 15:18:55 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.5/8.12.2) with ESMTP id g7JMItVh009906; Mon, 19 Aug 2002 15:18:55 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.5/8.12.5/Submit) id g7JMItpm009905; Mon, 19 Aug 2002 15:18:55 -0700 (PDT) Date: Mon, 19 Aug 2002 15:18:55 -0700 From: "David O'Brien" To: Nate Lawson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_da.c Message-ID: <20020819221855.GA5345@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Nate Lawson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200208162205.g7GM5Jxm082695@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208162205.g7GM5Jxm082695@freefall.freebsd.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Aug 16, 2002 at 03:05:19PM -0700, Nate Lawson wrote: > Modified files: > sys/cam/scsi scsi_da.c > Log: > Updates to cmd6workaround: > * Only update cdb in place if not CDB_POINTER > * Correctly check for QFRZ before restarting CCB > * More accurate printf message > * style(9) changes at end We don't mix style(9) and non-style(9) commits. I also don't see any approval by your mentor for this commit. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 15:25: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE31237B400; Mon, 19 Aug 2002 15:24:55 -0700 (PDT) Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 178EF43E3B; Mon, 19 Aug 2002 15:24:55 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id g7JMOsY34582; Mon, 19 Aug 2002 15:24:54 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Mon, 19 Aug 2002 15:24:54 -0700 (PDT) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: "David O'Brien" Cc: Nate Lawson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_da.c In-Reply-To: <20020819221855.GA5345@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Discussed in private email On Mon, 19 Aug 2002, David O'Brien wrote: > On Fri, Aug 16, 2002 at 03:05:19PM -0700, Nate Lawson wrote: > > Modified files: > > sys/cam/scsi scsi_da.c > > Log: > > Updates to cmd6workaround: > > * Only update cdb in place if not CDB_POINTER > > * Correctly check for QFRZ before restarting CCB > > * More accurate printf message > > * style(9) changes at end > > We don't mix style(9) and non-style(9) commits. > > I also don't see any approval by your mentor for this commit. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 15:50:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D331F37B419; Mon, 19 Aug 2002 15:50:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 513E143E3B; Mon, 19 Aug 2002 15:50:09 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from freefall.freebsd.org (mux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JMo9JU089070; Mon, 19 Aug 2002 15:50:09 -0700 (PDT) (envelope-from mux@freefall.freebsd.org) Received: (from mux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JMo9Gh089069; Mon, 19 Aug 2002 15:50:09 -0700 (PDT) Message-Id: <200208192250.g7JMo9Gh089069@freefall.freebsd.org> From: Maxime Henrion Date: Mon, 19 Aug 2002 15:50:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pci pcivar.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 mux 2002/08/19 15:50:09 PDT Modified files: sys/dev/pci pcivar.h Log: Use the __BUS_ACCESSOR macro for PCIB_ACCESSOR instead of reimplementing it. Reviewed by: tmm Revision Changes Path 1.58 +2 -14 src/sys/dev/pci/pcivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 15:51:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D1AD37B400; Mon, 19 Aug 2002 15:51:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3F1F43E42; Mon, 19 Aug 2002 15:51:23 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from freefall.freebsd.org (mux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JMpNJU090409; Mon, 19 Aug 2002 15:51:23 -0700 (PDT) (envelope-from mux@freefall.freebsd.org) Received: (from mux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JMpN1C090408; Mon, 19 Aug 2002 15:51:23 -0700 (PDT) Message-Id: <200208192251.g7JMpN1C090408@freefall.freebsd.org> From: Maxime Henrion Date: Mon, 19 Aug 2002 15:51:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pci pcivar.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 mux 2002/08/19 15:51:23 PDT Modified files: sys/dev/pci pcivar.h Log: style(9) nit. Revision Changes Path 1.59 +1 -1 src/sys/dev/pci/pcivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 15:54:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6D7037B400; Mon, 19 Aug 2002 15:54:49 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 332FF43E6E; Mon, 19 Aug 2002 15:54:49 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id PAA85073; Mon, 19 Aug 2002 15:57:46 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id PAA85065; Mon, 19 Aug 2002 15:57:38 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Mon, 19 Aug 2002 15:57:38 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Christian Weisgerber Cc: cvs-all@freebsd.org, Seva Gluschenko Subject: Re: cvs commit: ports/graphics/netpbm Makefile distinfo pkg-plist ports/graphics/netpbm/files patch-editor::Makefile In-Reply-To: <200208171958.g7HJwcWG071159@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 17 Aug 2002, Christian Weisgerber wrote: # naddy 2002/08/17 12:58:38 PDT # # Modified files: # graphics/netpbm Makefile distinfo pkg-plist # Removed files: # graphics/netpbm/files patch-editor::Makefile # Log: # Update to version 10.7. # # PR: 41734 # Submitted by: Ports Fury Is PR ports/39998 (Makefile for netpbm port has several flaws) still an issue? -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 15:57:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4F4D37B400; Mon, 19 Aug 2002 15:57:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7778743E42; Mon, 19 Aug 2002 15:57:32 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from freefall.freebsd.org (mux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JMvWJU090873; Mon, 19 Aug 2002 15:57:32 -0700 (PDT) (envelope-from mux@freefall.freebsd.org) Received: (from mux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JMvWGf090872; Mon, 19 Aug 2002 15:57:32 -0700 (PDT) Message-Id: <200208192257.g7JMvWGf090872@freefall.freebsd.org> From: Maxime Henrion Date: Mon, 19 Aug 2002 15:57:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sbus sbusvar.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 mux 2002/08/19 15:57:32 PDT Modified files: sys/sparc64/sbus sbusvar.h Log: Typo fix. Reviewed by: tmm Revision Changes Path 1.2 +1 -1 src/sys/sparc64/sbus/sbusvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 16: 0: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBD3A37B401 for ; Mon, 19 Aug 2002 16:00:05 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 0CF0A43E72 for ; Mon, 19 Aug 2002 16:00:04 -0700 (PDT) (envelope-from tmoestl@gmx.net) Received: (qmail 22769 invoked by uid 0); 19 Aug 2002 23:00:02 -0000 Received: from p5086f2e4.dip.t-dialin.net (HELO forge.local) (80.134.242.228) by mail.gmx.net (mp011-rz3) with SMTP; 19 Aug 2002 23:00:02 -0000 Received: from tmm by forge.local with local (Exim 3.36 #1) id 17gvVy-0002PI-00; Tue, 20 Aug 2002 01:00:50 +0200 Date: Tue, 20 Aug 2002 01:00:50 +0200 From: Thomas Moestl To: Maxime Henrion Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sparc64/sbus sbusvar.h Message-ID: <20020819230050.GD304@crow.dom2ip.de> Mail-Followup-To: Maxime Henrion , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200208192257.g7JMvWGf090872@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208192257.g7JMvWGf090872@freefall.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-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, 2002/08/19 at 15:57:32 -0700, Maxime Henrion wrote: > mux 2002/08/19 15:57:32 PDT > > Modified files: > sys/sparc64/sbus sbusvar.h > Log: > Typo fix. Thanks! - thomas -- Thomas Moestl http://www.tu-bs.de/~y0015675/ http://people.FreeBSD.org/~tmm/ PGP fingerprint: 1C97 A604 2BD0 E492 51D0 9C0F 1FE6 4F1D 419C 776C To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 16: 6: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A4CC37B412; Mon, 19 Aug 2002 16:06:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DC5343E3B; Mon, 19 Aug 2002 16:06:01 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JN61JU093408; Mon, 19 Aug 2002 16:06:01 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JN61f4093407; Mon, 19 Aug 2002 16:06:01 -0700 (PDT) Message-Id: <200208192306.g7JN61f4093407@freefall.freebsd.org> From: Bruce Evans Date: Mon, 19 Aug 2002 16:06:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc 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 bde 2002/08/19 16:06:01 PDT Modified files: lib/libc/rpc Makefile.inc Log: xdr.3 is added to MAN in ../xdr/Makefile.inc where it belongs, so don't add it here. Revision Changes Path 1.23 +1 -1 src/lib/libc/rpc/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 Aug 19 16: 9:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7C8837B412; Mon, 19 Aug 2002 16:09:31 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B05E43E81; Mon, 19 Aug 2002 16:07:03 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id QAA85371; Mon, 19 Aug 2002 16:10:06 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id QAA85347; Mon, 19 Aug 2002 16:10:00 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Mon, 19 Aug 2002 16:09:57 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Dirk Froemberg Cc: cvs-all@freebsd.org Subject: Re: cvs commit: ports/databases/mysql323-client Makefile ports/databases/mysql323-server Makefile distinfo ports/databases/mysql323-server/files patch-ab patch-ag patch-sql_mysqld.cc In-Reply-To: <200208191327.g7JDRqcl035113@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 19 Aug 2002, Dirk Froemberg wrote: # dirk 2002/08/19 06:27:52 PDT # # Modified files: # databases/mysql323-client Makefile # databases/mysql323-server Makefile distinfo # databases/mysql323-server/files patch-ag # Removed files: # databases/mysql323-server/files patch-ab patch-sql_mysqld.cc # Log: # Upgrade to 3.23.52. Are the following two PRs still issues? ports/24749 - mysql323-server pkg-install script doesn't propagate DB_DIR ports/31943 - mysql323-server port hostname look up failed -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 16:13: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41EF437B400; Mon, 19 Aug 2002 16:13:04 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD06043E65; Mon, 19 Aug 2002 16:13:03 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id QAA85631; Mon, 19 Aug 2002 16:16:05 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id QAA85617; Mon, 19 Aug 2002 16:16:02 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Mon, 19 Aug 2002 16:16:02 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Joe Marcus Clarke Cc: cvs-all@freebsd.org, Michael Johnson Subject: Re: cvs commit: ports/textproc Makefile ports/textproc/gtkspell2 Makefile distinfo pkg-comment pkg-descr pkg-plist ports/textproc/gtkspell2/files patch-configure In-Reply-To: <200208192008.g7JK8vjG050319@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 19 Aug 2002, Joe Marcus Clarke wrote: # marcus 2002/08/19 13:08:57 PDT # # Modified files: # textproc Makefile # Added files: # textproc/gtkspell2 Makefile distinfo pkg-comment pkg-descr # pkg-plist # textproc/gtkspell2/files patch-configure # Log: # Add gtkspell2, a GTK+ 2 spell checking component. There is a gtkspell # out there for GTK+ 1.2, but it doesn't appear to be in the tree. If for # some reason, it ever gets imported, this port won't collide with it. This appears to supersede the following PR : ports/36644 - new port -- gtkspell -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 16:30:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FB8437B400 for ; Mon, 19 Aug 2002 16:30:33 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFD2C43E3B for ; Mon, 19 Aug 2002 16:30:32 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from [10.2.1.0] (vpn-client-0.marcuscom.com [10.2.1.0]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g7JNTwix023995; Mon, 19 Aug 2002 19:29:58 -0400 (EDT) (envelope-from marcus@FreeBSD.org) Subject: Re: cvs commit: ports/textproc Makefile ports/textproc/gtkspell2 Makefile distinfo pkg-comment pkg-descr pkg-plist ports/textproc/gtkspell2/files patch-configure From: Joe Marcus Clarke To: Joseph Scott Cc: cvs-all@FreeBSD.org, Michael Johnson In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 19 Aug 2002 19:29:45 -0400 Message-Id: <1029799786.326.55.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-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, 2002-08-19 at 19:16, Joseph Scott wrote: > > On Mon, 19 Aug 2002, Joe Marcus Clarke wrote: > > # marcus 2002/08/19 13:08:57 PDT > # > # Modified files: > # textproc Makefile > # Added files: > # textproc/gtkspell2 Makefile distinfo pkg-comment pkg-descr > # pkg-plist > # textproc/gtkspell2/files patch-configure > # Log: > # Add gtkspell2, a GTK+ 2 spell checking component. There is a gtkspell > # out there for GTK+ 1.2, but it doesn't appear to be in the tree. If for > # some reason, it ever gets imported, this port won't collide with it. > > This appears to supersede the following PR : > > ports/36644 - new port -- gtkspell Thanks. Joe > > -Joseph > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 16:41:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABF1A37B400; Mon, 19 Aug 2002 16:41:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 545B943E42; Mon, 19 Aug 2002 16:41:13 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JNfDJU002889; Mon, 19 Aug 2002 16:41:13 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JNfDQR002888; Mon, 19 Aug 2002 16:41:13 -0700 (PDT) Message-Id: <200208192341.g7JNfDQR002888@freefall.freebsd.org> From: Christian Weisgerber Date: Mon, 19 Aug 2002 16:41:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/ghostscript-afpl Makefile distinfo ports/print/ghostscript-afpl/files patch-src:unix-gcc.mak ports/print/ghostscript-afpl/scripts configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2002/08/19 16:41:12 PDT Modified files: print/ghostscript-afpl Makefile distinfo print/ghostscript-afpl/files patch-src:unix-gcc.mak print/ghostscript-afpl/scripts configure Log: Add back Gimp-Print (stp) driver support. PR: 41799 Submitted by: Ports Fury Revision Changes Path 1.105 +48 -2 ports/print/ghostscript-afpl/Makefile 1.39 +1 -0 ports/print/ghostscript-afpl/distinfo 1.7 +2 -2 ports/print/ghostscript-afpl/files/patch-src:unix-gcc.mak 1.23 +2 -1 ports/print/ghostscript-afpl/scripts/configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 16:56: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C42F37B400; Mon, 19 Aug 2002 16:56:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C24943E3B; Mon, 19 Aug 2002 16:56:02 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JNu2JU006505; Mon, 19 Aug 2002 16:56:02 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JNu2MH006504; Mon, 19 Aug 2002 16:56:02 -0700 (PDT) Message-Id: <200208192356.g7JNu2MH006504@freefall.freebsd.org> From: Peter Wemm Date: Mon, 19 Aug 2002 16:56:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/syscons schistory.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/08/19 16:56:01 PDT Modified files: sys/dev/syscons schistory.c Log: de-count schistory.c. The handling of NSC was rather bogus here and was little more than a place holder, because nothing actually counted the number of 'sc' units to compare it against NSC. A bit more work here is needed so that the scaling of SC_MAX_HISTORY_SIZE and extra_history_size goes up when more sc units are added. But, it does not appear that we can have more than one console yet, so it does not seem particularly urgent. Revision Changes Path 1.14 +14 -5 src/sys/dev/syscons/schistory.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 16:58:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BBBE37B400; Mon, 19 Aug 2002 16:58:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD18043E65; Mon, 19 Aug 2002 16:58:37 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JNwbJU006770; Mon, 19 Aug 2002 16:58:37 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JNwbiW006769; Mon, 19 Aug 2002 16:58:37 -0700 (PDT) Message-Id: <200208192358.g7JNwbiW006769@freefall.freebsd.org> From: Peter Wemm Date: Mon, 19 Aug 2002 16:58:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/kbd atkbdc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/08/19 16:58:37 PDT Modified files: sys/dev/kbd atkbdc.c Log: de-count atkbdc. I have more extensive patches to make properly dynamic, but since pc hardware only allows one AT-style keyboard controller, this doesn't seem particularly urgent. (I do not know what the old sunriver remote keyboard/mouse/vga cards do, that might be an exception). Revision Changes Path 1.12 +1 -2 src/sys/dev/kbd/atkbdc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 16:59:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7D4D37B400; Mon, 19 Aug 2002 16:59:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 955CA43E4A; Mon, 19 Aug 2002 16:59:21 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JNxLJU006863; Mon, 19 Aug 2002 16:59:21 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JNxLlt006862; Mon, 19 Aug 2002 16:59:21 -0700 (PDT) Message-Id: <200208192359.g7JNxLlt006862@freefall.freebsd.org> From: Peter Wemm Date: Mon, 19 Aug 2002 16:59:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.alpha files.i386 files.ia64 files.pc98 files.x86_64 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2002/08/19 16:59:21 PDT Modified files: sys/conf files.alpha files.i386 files.ia64 files.pc98 files.x86_64 Log: de-count atkbdc and sc. Folks, remove the '1' from 'device sc 1' and 'device atkbdc 1'. Revision Changes Path 1.92 +2 -2 src/sys/conf/files.alpha 1.412 +2 -2 src/sys/conf/files.i386 1.36 +2 -2 src/sys/conf/files.ia64 1.240 +1 -1 src/sys/conf/files.pc98 1.5 +2 -2 src/sys/conf/files.x86_64 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 17: 5:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9866937B401; Mon, 19 Aug 2002 17:05:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44AC643E77; Mon, 19 Aug 2002 17:05:42 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K05gJU010639; Mon, 19 Aug 2002 17:05:42 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K05gQA010616; Mon, 19 Aug 2002 17:05:42 -0700 (PDT) Message-Id: <200208200005.g7K05gQA010616@freefall.freebsd.org> From: Peter Wemm Date: Mon, 19 Aug 2002 17:05:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 pc98kbd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/08/19 17:05:41 PDT Modified files: sys/pc98/pc98 pc98kbd.c Log: de-count pckbd for pc98. This file is only compiled if NPCKBD was 1, so the conditional compile should never have been used. Revision Changes Path 1.23 +6 -10 src/sys/pc98/pc98/pc98kbd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 17:10:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 135DD37B401; Mon, 19 Aug 2002 17:10:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8D0243E6A; Mon, 19 Aug 2002 17:09:26 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K09GJU012982; Mon, 19 Aug 2002 17:09:16 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K09GYI012981; Mon, 19 Aug 2002 17:09:16 -0700 (PDT) Message-Id: <200208200009.g7K09GYI012981@freefall.freebsd.org> From: Peter Wemm Date: Mon, 19 Aug 2002 17:09:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.pc98 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/08/19 17:09:16 PDT Modified files: sys/conf files.pc98 Log: de-count pcbkd Revision Changes Path 1.241 +1 -1 src/sys/conf/files.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 17:12:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7020C37B406; Mon, 19 Aug 2002 17:12:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5C0343E81; Mon, 19 Aug 2002 17:10:33 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K0ANJU013246; Mon, 19 Aug 2002 17:10:23 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K0ANDc013245; Mon, 19 Aug 2002 17:10:23 -0700 (PDT) Message-Id: <200208200010.g7K0ANDc013245@freefall.freebsd.org> From: Peter Wemm Date: Mon, 19 Aug 2002 17:10:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf NOTES src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC OLDCARD src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/sparc64/conf GENERIC X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/08/19 17:10:23 PDT Modified files: sys/conf NOTES sys/alpha/conf GENERIC sys/i386/conf GENERIC OLDCARD sys/ia64/conf GENERIC sys/pc98/conf GENERIC sys/sparc64/conf GENERIC Log: remove unit counts from atkbdc, pckbd, sc Revision Changes Path 1.150 +2 -2 src/sys/alpha/conf/GENERIC 1.1065 +2 -2 src/sys/conf/NOTES 1.360 +2 -2 src/sys/i386/conf/GENERIC 1.9 +3 -3 src/sys/i386/conf/OLDCARD 1.36 +2 -2 src/sys/ia64/conf/GENERIC 1.215 +2 -2 src/sys/pc98/conf/GENERIC 1.33 +2 -2 src/sys/sparc64/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 17:14:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CB4137B400; Mon, 19 Aug 2002 17:14:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38C4043E65; Mon, 19 Aug 2002 17:14:14 -0700 (PDT) (envelope-from gordon@FreeBSD.org) Received: from freefall.freebsd.org (gordon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K0ECJU014806; Mon, 19 Aug 2002 17:14:12 -0700 (PDT) (envelope-from gordon@freefall.freebsd.org) Received: (from gordon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K0ECPD014804; Mon, 19 Aug 2002 17:14:12 -0700 (PDT) Message-Id: <200208200014.g7K0ECPD014804@freefall.freebsd.org> From: Gordon Tetlow Date: Mon, 19 Aug 2002 17:14:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/rc.d nfsd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gordon 2002/08/19 17:14:12 PDT Modified files: etc/rc.d nfsd Log: Print out a carriage return to make the screen output make more sense Submitted by: mike@ Revision Changes Path 1.5 +1 -1 src/etc/rc.d/nfsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 17:16: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFBE037B400; Mon, 19 Aug 2002 17:15:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D03F43E3B; Mon, 19 Aug 2002 17:15:59 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K0FxJU015032; Mon, 19 Aug 2002 17:15:59 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K0Fxq3015031; Mon, 19 Aug 2002 17:15:59 -0700 (PDT) Message-Id: <200208200015.g7K0Fxq3015031@freefall.freebsd.org> From: Christian Weisgerber Date: Mon, 19 Aug 2002 17:15:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/ghostscript-gnu Makefile distinfo ports/print/ghostscript-gnu/files patch-src:unix-gcc.mak stp.contrib.mak ports/print/ghostscript-gnu/scripts configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2002/08/19 17:15:59 PDT Modified files: print/ghostscript-gnu Makefile distinfo print/ghostscript-gnu/files patch-src:unix-gcc.mak print/ghostscript-gnu/scripts configure Added files: print/ghostscript-gnu/files stp.contrib.mak Log: Add back Gimp-Print (stp) driver support. PR: 41800 Submitted by: Ports Fury Revision Changes Path 1.80 +48 -1 ports/print/ghostscript-gnu/Makefile 1.32 +1 -0 ports/print/ghostscript-gnu/distinfo 1.8 +2 -2 ports/print/ghostscript-gnu/files/patch-src:unix-gcc.mak 1.3 +14 -0 ports/print/ghostscript-gnu/files/stp.contrib.mak (new) 1.17 +1 -0 ports/print/ghostscript-gnu/scripts/configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 17:22:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19D9837B400; Mon, 19 Aug 2002 17:22:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC13443E6E; Mon, 19 Aug 2002 17:22:49 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from freefall.freebsd.org (nectar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K0MnJU016787; Mon, 19 Aug 2002 17:22:49 -0700 (PDT) (envelope-from nectar@freefall.freebsd.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K0Mnf1016786; Mon, 19 Aug 2002 17:22:49 -0700 (PDT) Message-Id: <200208200022.g7K0Mnf1016786@freefall.freebsd.org> From: Jacques Vidrine Date: Mon, 19 Aug 2002 17:22:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/zmailer Makefile ports/mail/zmailer/files patch-smtpserver::smtpcmds.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 nectar 2002/08/19 17:22:49 PDT Modified files: mail/zmailer Makefile Added files: mail/zmailer/files patch-smtpserver::smtpcmds.c Log: Fix potential remote buffer overflow. Reported by: 3APA3A <3APA3A@SECURITY.NNOV.RU> Revision Changes Path 1.10 +1 -0 ports/mail/zmailer/Makefile 1.1 +11 -0 ports/mail/zmailer/files/patch-smtpserver::smtpcmds.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 Aug 19 17:24:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E71037B400; Mon, 19 Aug 2002 17:24:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F226E43E4A; Mon, 19 Aug 2002 17:24:33 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from freefall.freebsd.org (marcel@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K0OXJU016916; Mon, 19 Aug 2002 17:24:33 -0700 (PDT) (envelope-from marcel@freefall.freebsd.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K0OXcE016915; Mon, 19 Aug 2002 17:24:33 -0700 (PDT) Message-Id: <200208200024.g7K0OXcE016915@freefall.freebsd.org> From: Marcel Moolenaar Date: Mon, 19 Aug 2002 17:24:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf/ia64 reloc.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 marcel 2002/08/19 17:24:33 PDT Modified files: libexec/rtld-elf/ia64 reloc.c Log: Add support for the R_IA64_IPLTLSB relocation in non-PLT context. This relocation creates a function descriptor at the specified address and is commonly used for C++ to create virtual function tables. Revision Changes Path 1.8 +30 -0 src/libexec/rtld-elf/ia64/reloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 17:29:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34F4C37B400; Mon, 19 Aug 2002 17:29:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D89F843E65; Mon, 19 Aug 2002 17:29:17 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K0THJU017339; Mon, 19 Aug 2002 17:29:17 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K0THLa017338; Mon, 19 Aug 2002 17:29:17 -0700 (PDT) Message-Id: <200208200029.g7K0THLa017338@freefall.freebsd.org> From: Peter Wemm Date: Mon, 19 Aug 2002 17:29:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.i386 files.pc98 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2002/08/19 17:29:17 PDT Modified files: sys/conf files.i386 files.pc98 Log: Untangle this warning a bit: COMPAT_SVR4 is broken and usage is, until fixed, not recommended BTW; does anybody remember why this is here? Revision Changes Path 1.413 +1 -1 src/sys/conf/files.i386 1.242 +1 -1 src/sys/conf/files.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 17:30:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F26737B400 for ; Mon, 19 Aug 2002 17:30:36 -0700 (PDT) Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EFDD43E65 for ; Mon, 19 Aug 2002 17:30:35 -0700 (PDT) (envelope-from naddy@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 17gwun-0000u9-00; Tue, 20 Aug 2002 02:30:33 +0200 Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.12.5/8.12.5) with ESMTP id g7JNeEFe031462; Tue, 20 Aug 2002 01:40:14 +0200 (CEST) (envelope-from naddy@localhost.mips.inka.de) Received: (from naddy@localhost) by kemoauc.mips.inka.de (8.12.5/8.12.5/Submit) id g7JNeDjU031461; Tue, 20 Aug 2002 01:40:13 +0200 (CEST) Date: Tue, 20 Aug 2002 01:40:13 +0200 From: Christian Weisgerber To: Joseph Scott Cc: cvs-all@freebsd.org, Seva Gluschenko Subject: Re: cvs commit: ports/graphics/netpbm Makefile distinfo pkg-plist ports/graphics/netpbm/files patch-editor::Makefile Message-ID: <20020819234013.GA31301@kemoauc.mips.inka.de> References: <200208171958.g7HJwcWG071159@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Joseph Scott: > Is PR ports/39998 (Makefile for netpbm port has several > flaws) still an issue? Looks like a problem on the submitter's side of things to me. -- 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 Mon Aug 19 17:44:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97DF337B400; Mon, 19 Aug 2002 17:44:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4ACE243E65; Mon, 19 Aug 2002 17:44:33 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K0iXJU020825; Mon, 19 Aug 2002 17:44:33 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K0iXe3020824; Mon, 19 Aug 2002 17:44:33 -0700 (PDT) Message-Id: <200208200044.g7K0iXe3020824@freefall.freebsd.org> From: Alan Eldridge Date: Mon, 19 Aug 2002 17:44:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/kdelibs2 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 alane 2002/08/19 17:44:33 PDT Modified files: x11/kdelibs2 Makefile Log: Marked FORBIDDEN due to Security Advisory on SSL bug. Revision Changes Path 1.101 +3 -0 ports/x11/kdelibs2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 18: 6:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF6D737B400; Mon, 19 Aug 2002 18:06:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F75C43E4A; Mon, 19 Aug 2002 18:06:26 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K16QJU028623; Mon, 19 Aug 2002 18:06:26 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K16QDu028622; Mon, 19 Aug 2002 18:06:26 -0700 (PDT) Message-Id: <200208200106.g7K16QDu028622@freefall.freebsd.org> From: Trevor Johnson Date: Mon, 19 Aug 2002 18:06:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/isakmpd Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/08/19 18:06:26 PDT Modified files: security/isakmpd Makefile Log: Add another URL (from Jacques Vidrine) to the FORBIDDEN line. Revision Changes Path 1.8 +1 -1 ports/security/isakmpd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 18:15:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B88837B400; Mon, 19 Aug 2002 18:15:08 -0700 (PDT) Received: from dilbert.robbins.dropbear.id.au (120.c.001.mel.iprimus.net.au [203.134.131.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id D37C143E4A; Mon, 19 Aug 2002 18:14:59 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from dilbert.robbins.dropbear.id.au (gyx2ysw5x1749ch8@localhost [127.0.0.1]) by dilbert.robbins.dropbear.id.au (8.12.3/8.12.3) with ESMTP id g7JNU9Ea063266; Tue, 20 Aug 2002 09:30:10 +1000 (EST) (envelope-from tim@dilbert.robbins.dropbear.id.au) Received: (from tim@localhost) by dilbert.robbins.dropbear.id.au (8.12.3/8.12.3/Submit) id g7JNU947063265; Tue, 20 Aug 2002 09:30:09 +1000 (EST) Date: Tue, 20 Aug 2002 09:30:03 +1000 From: Tim Robbins To: "Andrey A. Chernov" Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/include wchar.h Message-ID: <20020820093003.A60475@dilbert.robbins.dropbear.id.au> References: <200208192048.g7JKmJ6h058373@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200208192048.g7JKmJ6h058373@freefall.freebsd.org>; from ache@FreeBSD.org on Mon, Aug 19, 2002 at 01:48:19PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Aug 19, 2002 at 01:48:19PM -0700, Andrey A. Chernov wrote: > ache 2002/08/19 13:48:19 PDT > > Modified files: > include wchar.h > Log: > Activate (uncomment) wcwidth() and wcswidth() now implemented I think there needs to be #if __XSI_VISIBLE around these two prototypes. I'll add it along with the other wcwidth()-related changes I've had lying around for a couple of days (manual pages for them, wcswidth() return value fix). Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 18:15:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D46137B408; Mon, 19 Aug 2002 18:15:12 -0700 (PDT) Received: from dilbert.robbins.dropbear.id.au (120.c.001.mel.iprimus.net.au [203.134.131.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1171E43E70; Mon, 19 Aug 2002 18:15:10 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from dilbert.robbins.dropbear.id.au (30pg8snr0xo61dma@localhost [127.0.0.1]) by dilbert.robbins.dropbear.id.au (8.12.3/8.12.3) with ESMTP id g7JNfcEa063664; Tue, 20 Aug 2002 09:41:38 +1000 (EST) (envelope-from tim@dilbert.robbins.dropbear.id.au) Received: (from tim@localhost) by dilbert.robbins.dropbear.id.au (8.12.3/8.12.3/Submit) id g7JNfbD0063663; Tue, 20 Aug 2002 09:41:37 +1000 (EST) Date: Tue, 20 Aug 2002 09:41:37 +1000 From: Tim Robbins To: "Andrey A. Chernov" Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/locale Makefile.inc wcswidth.c Message-ID: <20020820094137.B60475@dilbert.robbins.dropbear.id.au> References: <200208192046.g7JKkA1I058201@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200208192046.g7JKkA1I058201@freefall.freebsd.org>; from ache@FreeBSD.org on Mon, Aug 19, 2002 at 01:46:10PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Aug 19, 2002 at 01:46:10PM -0700, Andrey A. Chernov wrote: > ache 2002/08/19 13:46:10 PDT > > Modified files: > lib/libc/locale Makefile.inc > Added files: > lib/libc/locale wcswidth.c > Log: > Implement wcswidth() There is already an (incorrect) implementation of wcswidth.c in the "string" dir, but it was never hooked up to the build. Your version looks right to me. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 18:16: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1E9837B400; Mon, 19 Aug 2002 18:16:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A386C43E42; Mon, 19 Aug 2002 18:16:02 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from freefall.freebsd.org (nectar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K1G2JU032284; Mon, 19 Aug 2002 18:16:02 -0700 (PDT) (envelope-from nectar@freefall.freebsd.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K1G2oA032282; Mon, 19 Aug 2002 18:16:02 -0700 (PDT) Message-Id: <200208200116.g7K1G2oA032282@freefall.freebsd.org> From: Jacques Vidrine Date: Mon, 19 Aug 2002 18:16:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/isakmpd 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 nectar 2002/08/19 18:16:02 PDT Modified files: security/isakmpd Makefile distinfo Log: Apply patch from OpenBSD for out-of-sequence packets. Revision Changes Path 1.9 +5 -2 ports/security/isakmpd/Makefile 1.5 +1 -0 ports/security/isakmpd/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 18:16:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A19E737B444; Mon, 19 Aug 2002 18:16:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5318843E6A; Mon, 19 Aug 2002 18:16:06 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K1G6JU032299; Mon, 19 Aug 2002 18:16:06 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K1G612032298; Mon, 19 Aug 2002 18:16:06 -0700 (PDT) Message-Id: <200208200116.g7K1G612032298@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 19 Aug 2002 18:16:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale 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 ache 2002/08/19 18:16:06 PDT Modified files: lib/libc/locale Makefile.inc Log: Remove space at the end of continuation line in prev. commit Revision Changes Path 1.32 +1 -1 src/lib/libc/locale/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 Aug 19 18:46:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 683EF37B400; Mon, 19 Aug 2002 18:46:18 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30DEC43E72; Mon, 19 Aug 2002 18:46:17 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.5/8.12.5) with ESMTP id g7K1jAHN018218; Tue, 20 Aug 2002 05:46:08 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.5/8.12.5/Submit) id g7K1j9RI018217; Tue, 20 Aug 2002 05:45:09 +0400 (MSD) (envelope-from ache) Date: Tue, 20 Aug 2002 05:45:07 +0400 From: "Andrey A. Chernov" To: Tim Robbins Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/include wchar.h Message-ID: <20020820014507.GA18191@nagual.pp.ru> References: <200208192048.g7JKmJ6h058373@freefall.freebsd.org> <20020820093003.A60475@dilbert.robbins.dropbear.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020820093003.A60475@dilbert.robbins.dropbear.id.au> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Aug 20, 2002 at 09:30:03 +1000, Tim Robbins wrote: > > I think there needs to be #if __XSI_VISIBLE around these two prototypes. Maybe, but they are 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 Mon Aug 19 18:48:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2837F37B405; Mon, 19 Aug 2002 18:48:22 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id B372143E72; Mon, 19 Aug 2002 18:48:18 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.5/8.12.5) with ESMTP id g7K1lJHN018246; Tue, 20 Aug 2002 05:48:13 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.5/8.12.5/Submit) id g7K1lI3p018244; Tue, 20 Aug 2002 05:47:18 +0400 (MSD) (envelope-from ache) Date: Tue, 20 Aug 2002 05:47:16 +0400 From: "Andrey A. Chernov" To: Tim Robbins Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/locale Makefile.inc wcswidth.c Message-ID: <20020820014715.GB18191@nagual.pp.ru> References: <200208192046.g7JKkA1I058201@freefall.freebsd.org> <20020820094137.B60475@dilbert.robbins.dropbear.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020820094137.B60475@dilbert.robbins.dropbear.id.au> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Aug 20, 2002 at 09:41:37 +1000, Tim Robbins wrote: > > There is already an (incorrect) implementation of wcswidth.c in > the "string" dir, but it was never hooked up to the build. Your version > looks right to me. Yes, it seems belong to string dir. I'll optimize it a little and move there. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 18:59:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B0DD37B400; Mon, 19 Aug 2002 18:59:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE28A43E42; Mon, 19 Aug 2002 18:59:26 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K1xQJU039224; Mon, 19 Aug 2002 18:59:26 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K1xQkO039223; Mon, 19 Aug 2002 18:59:26 -0700 (PDT) Message-Id: <200208200159.g7K1xQkO039223@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 19 Aug 2002 18:59:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale Makefile.inc wcswidth.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/08/19 18:59:26 PDT Modified files: lib/libc/locale Makefile.inc Removed files: lib/libc/locale wcswidth.c Log: Remove wcswidth.c from here (and move it to "string") Revision Changes Path 1.33 +1 -1 src/lib/libc/locale/Makefile.inc 1.2 +0 -64 src/lib/libc/locale/wcswidth.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 19: 6:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70B7537B400; Mon, 19 Aug 2002 19:06:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FD1943E42; Mon, 19 Aug 2002 19:06:30 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K26TJU045124; Mon, 19 Aug 2002 19:06:29 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K26S9Y045121; Mon, 19 Aug 2002 19:06:28 -0700 (PDT) Message-Id: <200208200206.g7K26S9Y045121@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 19 Aug 2002 19:06:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string Makefile.inc wcswidth.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/08/19 19:06:28 PDT Modified files: lib/libc/string Makefile.inc wcswidth.c Log: Move just committed version of wcswidth.c here (from "locale"), a bit optimized now. Revision Changes Path 1.27 +1 -1 src/lib/libc/string/Makefile.inc 1.6 +30 -24 src/lib/libc/string/wcswidth.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 19:18: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE9DB37B400; Mon, 19 Aug 2002 19:18:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6025B43E3B; Mon, 19 Aug 2002 19:18:00 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K2I0JU047005; Mon, 19 Aug 2002 19:18:00 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K2I0VJ047002; Mon, 19 Aug 2002 19:18:00 -0700 (PDT) Message-Id: <200208200218.g7K2I0VJ047002@freefall.freebsd.org> From: Robert Watson Date: Mon, 19 Aug 2002 19:18:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/fifofs fifo_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 rwatson 2002/08/19 19:18:00 PDT Modified files: sys/fs/fifofs fifo_vnops.c Log: Handle one more case of a fifofs filetmp: set filetmp.f_cred to ap->a_cred, and pass in ap->a_td->td_ucred as the active_cred to soo_poll(). Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.73 +3 -2 src/sys/fs/fifofs/fifo_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 Aug 19 19:18:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD72E37B400; Mon, 19 Aug 2002 19:18:43 -0700 (PDT) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7625943E6A; Mon, 19 Aug 2002 19:18:43 -0700 (PDT) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id E93C69E5A; Mon, 19 Aug 2002 22:13:11 -0400 (EDT) Date: Mon, 19 Aug 2002 22:13:11 -0400 From: Mike Barcroft To: "Andrey A. Chernov" Cc: Tim Robbins , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/include wchar.h Message-ID: <20020819221311.A24519@espresso.q9media.com> References: <200208192048.g7JKmJ6h058373@freefall.freebsd.org> <20020820093003.A60475@dilbert.robbins.dropbear.id.au> <20020820014507.GA18191@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020820014507.GA18191@nagual.pp.ru>; from ache@nagual.pp.ru on Tue, Aug 20, 2002 at 05:45:07AM +0400 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Andrey A. Chernov writes: > On Tue, Aug 20, 2002 at 09:30:03 +1000, Tim Robbins wrote: > > > > I think there needs to be #if __XSI_VISIBLE around these two prototypes. > > Maybe, but they are in POSIX too. It's an XSI option in POSIX. Applications wishing to use XSI options are required to `#define _XOPEN_SOURCE 600' before including headers. 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 Mon Aug 19 19:21:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EA7337B400; Mon, 19 Aug 2002 19:21:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3C5D43E3B; Mon, 19 Aug 2002 19:21:38 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K2LcJU048398; Mon, 19 Aug 2002 19:21:38 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K2LctJ048397; Mon, 19 Aug 2002 19:21:38 -0700 (PDT) Message-Id: <200208200221.g7K2LctJ048397@freefall.freebsd.org> From: Robert Watson Date: Mon, 19 Aug 2002 19:21:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 vm_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/08/19 19:21:38 PDT Modified files: sys/ia64/ia64 vm_machdep.c Log: Correct one more errant whitespace nit that crept in during changes in the arguments to vn_rdwr(). Hopefully the last. Revision Changes Path 1.45 +1 -1 src/sys/ia64/ia64/vm_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 19:43:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD33C37B400; Mon, 19 Aug 2002 19:43:44 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 313F043E3B; Mon, 19 Aug 2002 19:43:44 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.4/8.12.4) with SMTP id g7K2hSOo050006; Mon, 19 Aug 2002 22:43:28 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Mon, 19 Aug 2002 22:43:28 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/fifofs fifo_vnops.c In-Reply-To: <200208200218.g7K2I0VJ047002@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 FWIW, the fifofs filetmp stuff is a bit weird, and may cause us trouble at some point, especially if people hand fifo vnodes to kernel code that isn't careful to check it's pointing at a regular file. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories On Mon, 19 Aug 2002, Robert Watson wrote: > rwatson 2002/08/19 19:18:00 PDT > > Modified files: > sys/fs/fifofs fifo_vnops.c > Log: > Handle one more case of a fifofs filetmp: set filetmp.f_cred to > ap->a_cred, and pass in ap->a_td->td_ucred as the active_cred to > soo_poll(). > > Obtained from: TrustedBSD Project > Sponsored by: DARPA, NAI Labs > > Revision Changes Path > 1.73 +3 -2 src/sys/fs/fifofs/fifo_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 Aug 19 19:44:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF4D437B400; Mon, 19 Aug 2002 19:44:40 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5ED543E4A; Mon, 19 Aug 2002 19:44:39 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.5/8.12.5) with ESMTP id g7K2hbHN019682; Tue, 20 Aug 2002 06:44:32 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.5/8.12.5/Submit) id g7K2hZGD019681; Tue, 20 Aug 2002 06:43:35 +0400 (MSD) (envelope-from ache) Date: Tue, 20 Aug 2002 06:43:33 +0400 From: "Andrey A. Chernov" To: Mike Barcroft Cc: Tim Robbins , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/include wchar.h Message-ID: <20020820024332.GA19623@nagual.pp.ru> References: <200208192048.g7JKmJ6h058373@freefall.freebsd.org> <20020820093003.A60475@dilbert.robbins.dropbear.id.au> <20020820014507.GA18191@nagual.pp.ru> <20020819221311.A24519@espresso.q9media.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020819221311.A24519@espresso.q9media.com> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Aug 19, 2002 at 22:13:11 -0400, Mike Barcroft wrote: > Andrey A. Chernov writes: > > On Tue, Aug 20, 2002 at 09:30:03 +1000, Tim Robbins wrote: > > > > > > I think there needs to be #if __XSI_VISIBLE around these two prototypes. > > > > Maybe, but they are in POSIX too. > > It's an XSI option in POSIX. Applications wishing to use XSI options > are required to `#define _XOPEN_SOURCE 600' before including headers. Oops, I mean in SUSv2 too (and in POSIX). In SUSv2 they are not covered under any special define. Can we add __XSI_VISIBLE to them only when _strict_ conformance requested? -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 19:47:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6E2E37B400; Mon, 19 Aug 2002 19:47:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C84E43E4A; Mon, 19 Aug 2002 19:47:27 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K2lRJU052296; Mon, 19 Aug 2002 19:47:27 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K2lRqX052295; Mon, 19 Aug 2002 19:47:27 -0700 (PDT) Message-Id: <200208200247.g7K2lRqX052295@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 19 Aug 2002 19:47:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/vim Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/08/19 19:47:26 PDT Modified files: editors/vim Makefile distinfo Log: Update to Vim 6.1 patchlevel 158 Revision Changes Path 1.202 +2 -2 ports/editors/vim/Makefile 1.124 +14 -1 ports/editors/vim/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 19:47:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B85A337B400; Mon, 19 Aug 2002 19:47:48 -0700 (PDT) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B2F343E65; Mon, 19 Aug 2002 19:47:48 -0700 (PDT) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id 130409E59; Mon, 19 Aug 2002 22:42:17 -0400 (EDT) Date: Mon, 19 Aug 2002 22:42:17 -0400 From: Mike Barcroft To: "Andrey A. Chernov" Cc: Tim Robbins , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/include wchar.h Message-ID: <20020819224217.C24519@espresso.q9media.com> References: <200208192048.g7JKmJ6h058373@freefall.freebsd.org> <20020820093003.A60475@dilbert.robbins.dropbear.id.au> <20020820014507.GA18191@nagual.pp.ru> <20020819221311.A24519@espresso.q9media.com> <20020820024332.GA19623@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020820024332.GA19623@nagual.pp.ru>; from ache@nagual.pp.ru on Tue, Aug 20, 2002 at 06:43:33AM +0400 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Andrey A. Chernov writes: > > It's an XSI option in POSIX. Applications wishing to use XSI options > > are required to `#define _XOPEN_SOURCE 600' before including headers. > > Oops, I mean in SUSv2 too (and in POSIX). In SUSv2 they are not covered > under any special define. IIRC, SUSv2 requires `#define _XOPEN_SOURCE 500'. > Can we add __XSI_VISIBLE to them only when > _strict_ conformance requested? Yes, by default everything is visible. See for details. 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 Mon Aug 19 19:53:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 466CF37B400; Mon, 19 Aug 2002 19:53:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7CF543E6A; Mon, 19 Aug 2002 19:53:35 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K2rZJU053840; Mon, 19 Aug 2002 19:53:35 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K2rZOU053839; Mon, 19 Aug 2002 19:53:35 -0700 (PDT) Message-Id: <200208200253.g7K2rZOU053839@freefall.freebsd.org> From: Robert Watson Date: Mon, 19 Aug 2002 19:53:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/security/mac_none mac_none.c src/sys/security/mac_test mac_test.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/08/19 19:53:35 PDT Modified files: sys/security/mac_none mac_none.c sys/security/mac_test mac_test.c Log: Provide stub mpo_syscall() implementations for mac_none and mac_test. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.6 +9 -0 src/sys/security/mac_none/mac_none.c 1.6 +9 -0 src/sys/security/mac_test/mac_test.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 19:54:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A991437B401; Mon, 19 Aug 2002 19:54:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B13C43E3B; Mon, 19 Aug 2002 19:54:10 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K2sAJU053885; Mon, 19 Aug 2002 19:54:10 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K2sA9F053884; Mon, 19 Aug 2002 19:54:10 -0700 (PDT) Message-Id: <200208200254.g7K2sA9F053884@freefall.freebsd.org> From: Robert Watson Date: Mon, 19 Aug 2002 19:54:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/security/mac_none mac_none.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 2002/08/19 19:54:10 PDT Modified files: sys/security/mac_none mac_none.c Log: Prefer NULL to 0 when passing a NULL pointer. Revision Changes Path 1.7 +1 -1 src/sys/security/mac_none/mac_none.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 20: 6:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B458837B400; Mon, 19 Aug 2002 20:06:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6581843E3B; Mon, 19 Aug 2002 20:06:30 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K36UJU059934; Mon, 19 Aug 2002 20:06:30 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K36UN5059933; Mon, 19 Aug 2002 20:06:30 -0700 (PDT) Message-Id: <200208200306.g7K36UN5059933@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 19 Aug 2002 20:06:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/tools makeobjops.awk X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2002/08/19 20:06:30 PDT Modified files: sys/tools makeobjops.awk Log: Use mv -f. Otherwise if you accidently build as root, and then as a user, it keeps asking you if you want to overwrite it or not. Submitted by: peter Revision Changes Path 1.2 +2 -2 src/sys/tools/makeobjops.awk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 20:14:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35F9437B400; Mon, 19 Aug 2002 20:14:20 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A25243E7B; Mon, 19 Aug 2002 20:14:19 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.5/8.12.2) with ESMTP id g7K3EI27024119; Mon, 19 Aug 2002 20:14:18 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.5/8.12.5/Submit) id g7K3EIVR024118; Mon, 19 Aug 2002 20:14:18 -0700 (PDT) Date: Mon, 19 Aug 2002 20:14:18 -0700 From: "David O'Brien" To: Akinori MUSHA Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/create perform.c pkg_create.1 Message-ID: <20020820031418.GA24096@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Akinori MUSHA , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200208042120.g74LK9PK024068@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208042120.g74LK9PK024068@freefall.freebsd.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Aug 04, 2002 at 02:20:09PM -0700, Akinori MUSHA wrote: > knu 2002/08/04 14:20:09 PDT > > Modified files: > usr.sbin/pkg_install/create perform.c pkg_create.1 > Log: > Drop support for the .tbz2 suffix. One would not want pkg_create(1) > to create "pkgname.tbz" when one specifies "pkgname.tbz2". I totally do not understand the reason for this change. Can you please explain? Also as the author of that code, I would have preferred that you run this commit by me. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 20:27:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6300B37B400; Mon, 19 Aug 2002 20:27:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1498243E6E; Mon, 19 Aug 2002 20:27:38 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K3RbJU063561; Mon, 19 Aug 2002 20:27:37 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K3RbI7063560; Mon, 19 Aug 2002 20:27:37 -0700 (PDT) Message-Id: <200208200327.g7K3RbI7063560@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 19 Aug 2002 20:27:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/add main.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/08/19 20:27:37 PDT Modified files: (Branch: RELENG_4) usr.sbin/pkg_install/add main.c Log: MFC: rev 1.49 (increase the number of packages that can be installed by an order of magnitude) Revision Changes Path 1.29.2.14 +1 -1 src/usr.sbin/pkg_install/add/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 20:40:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8541537B400; Mon, 19 Aug 2002 20:40:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3731543E42; Mon, 19 Aug 2002 20:40:50 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K3eoJU065312; Mon, 19 Aug 2002 20:40:50 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K3enPZ065311; Mon, 19 Aug 2002 20:40:49 -0700 (PDT) Message-Id: <200208200340.g7K3enPZ065311@freefall.freebsd.org> From: "Tim J. Robbins" Date: Mon, 19 Aug 2002 20:40:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string Makefile.inc wcswidth.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/08/19 20:40:45 PDT Modified files: lib/libc/string Makefile.inc Added files: lib/libc/string wcswidth.3 Log: Add a manual page for wcswidth(). Revision Changes Path 1.28 +1 -1 src/lib/libc/string/Makefile.inc 1.1 +61 -0 src/lib/libc/string/wcswidth.3 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 20:42:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 324E337B400; Mon, 19 Aug 2002 20:42:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC2CA43E6A; Mon, 19 Aug 2002 20:42:27 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K3gMJU066330; Mon, 19 Aug 2002 20:42:22 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K3gM5C066327; Mon, 19 Aug 2002 20:42:22 -0700 (PDT) Message-Id: <200208200342.g7K3gM5C066327@freefall.freebsd.org> From: "Tim J. Robbins" Date: Mon, 19 Aug 2002 20:42:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale Makefile.inc wcwidth.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/08/19 20:42:22 PDT Modified files: lib/libc/locale Makefile.inc Added files: lib/libc/locale wcwidth.3 Log: Add a manual page for wcwidth(). Revision Changes Path 1.34 +1 -1 src/lib/libc/locale/Makefile.inc 1.1 +62 -0 src/lib/libc/locale/wcwidth.3 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 20:58:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44C9137B400; Mon, 19 Aug 2002 20:58:44 -0700 (PDT) Received: from mail.musha.org (daemon.musha.org [210.189.104.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AB4C43E3B; Mon, 19 Aug 2002 20:58:43 -0700 (PDT) (envelope-from knu@iDaemons.org) Received: from daemon.musha.org (daemon.local.idaemons.org [192.168.1.1]) by mail.musha.org (Postfix) with ESMTP id A4D5E519B2; Tue, 20 Aug 2002 12:58:41 +0900 (JST) Date: Tue, 20 Aug 2002 12:58:41 +0900 Message-ID: <863ctaji4u.wl@daemon.musha.org> From: "Akinori MUSHA" To: David O'Brien , Akinori MUSHA , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/create perform.c pkg_create.1 In-Reply-To: <20020820031418.GA24096@dragon.nuxi.com> References: <200208042120.g74LK9PK024068@freefall.freebsd.org> <20020820031418.GA24096@dragon.nuxi.com> User-Agent: Wanderlust/2.9.14 (Unchained Melody) EMIKO/1.14.1 (Choanoflagellata) LIMIT/1.14.7 (Fujiidera) APEL/10.3 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) 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 EMIKO 1.14.1 - "Choanoflagellata") 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 Mon, 19 Aug 2002 20:14:18 -0700, o`brien wrote: > On Sun, Aug 04, 2002 at 02:20:09PM -0700, Akinori MUSHA wrote: > > knu 2002/08/04 14:20:09 PDT > > > > Modified files: > > usr.sbin/pkg_install/create perform.c pkg_create.1 > > Log: > > Drop support for the .tbz2 suffix. One would not want pkg_create(1) > > to create "pkgname.tbz" when one specifies "pkgname.tbz2". > > I totally do not understand the reason for this change. Can you please As given in the commit messsage. pkg_create insists on using the .tbz suffix even if user specifies .tbz2 as the suffix and pkg_create pretends to obey that: $ pkg_create -c /var/db/pkg/lv-4.49.4/+COMMENT \ -d /var/db/pkg/lv-4.49.4/+DESC -v -f /tmp/+CONTENTS.95356 \ -p /usr/local -P /data/tmp/lv-4.49.4.tbz2 ^^^^^ Creating package /data/tmp/lv-4.49.4.tbz2 ^^^^^ Registering depends:. Creating bzip'd tar ball in '/data/tmp/lv-4.49.4.tbz' ^^^^ This looked like something against what we commonly expect and I thought I should fix it. Feel free to re-fix it another way. > explain? Also as the author of that code, I would have preferred that > you run this commit by me. OK, I'll do next time. -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "When I leave I don't know what I'm hoping to find When I leave I don't know what I'm leaving behind.." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 21:36:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9835737B400; Mon, 19 Aug 2002 21:36:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CDFB43E70; Mon, 19 Aug 2002 21:36:32 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: from freefall.freebsd.org (kuriyama@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K4aWJU078879; Mon, 19 Aug 2002 21:36:32 -0700 (PDT) (envelope-from kuriyama@freefall.freebsd.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K4aWc3078878; Mon, 19 Aug 2002 21:36:32 -0700 (PDT) Message-Id: <200208200436.g7K4aWc3078878@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 19 Aug 2002 21:36:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf OLDCARD X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2002/08/19 21:36:32 PDT Modified files: sys/i386/conf OLDCARD Log: Merge changes in GENERIC to reduce difference (mostly cosmetic). Revision Changes Path 1.10 +14 -10 src/sys/i386/conf/OLDCARD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 21:46: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E075337B400; Mon, 19 Aug 2002 21:46:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9367A43E4A; Mon, 19 Aug 2002 21:46:04 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from freefall.freebsd.org (scottl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K4k4JU080510; Mon, 19 Aug 2002 21:46:04 -0700 (PDT) (envelope-from scottl@freefall.freebsd.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K4k41C080509; Mon, 19 Aug 2002 21:46:04 -0700 (PDT) Message-Id: <200208200446.g7K4k41C080509@freefall.freebsd.org> From: Scott Long Date: Mon, 19 Aug 2002 21:46:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/udf udf_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 scottl 2002/08/19 21:46:04 PDT Modified files: sys/fs/udf udf_vnops.c Log: Don't abuse the stack when translating names. Revision Changes Path 1.13 +12 -10 src/sys/fs/udf/udf_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 Aug 19 21:47: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF4DF37B400; Mon, 19 Aug 2002 21:46:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9276043E6E; Mon, 19 Aug 2002 21:46:59 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from freefall.freebsd.org (scottl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K4kxJU080562; Mon, 19 Aug 2002 21:46:59 -0700 (PDT) (envelope-from scottl@freefall.freebsd.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K4kxBK080561; Mon, 19 Aug 2002 21:46:59 -0700 (PDT) Message-Id: <200208200446.g7K4kxBK080561@freefall.freebsd.org> From: Scott Long Date: Mon, 19 Aug 2002 21:46:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/udf udf_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 scottl 2002/08/19 21:46:59 PDT Modified files: sys/fs/udf udf_vnops.c Log: Remove the possibility of a race condition when reading the . and .. entries. Revision Changes Path 1.14 +16 -15 src/sys/fs/udf/udf_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 Aug 19 22: 3:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBFE937B400; Mon, 19 Aug 2002 22:03:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50DAB43E6E; Mon, 19 Aug 2002 22:03:19 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K53JJU083713; Mon, 19 Aug 2002 22:03:19 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K53JNB083712; Mon, 19 Aug 2002 22:03:19 -0700 (PDT) Message-Id: <200208200503.g7K53JNB083712@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 19 Aug 2002 22:03:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/security/opencl Makefile distinfo pkg-comment pkg-descr pkg-plist ports/security/opencl/files patch-configure.pl patch-pipe_io.cpp ports/security Makefile ports/security/botan 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 2002/08/19 22:03:19 PDT Modified files: . modules security Makefile security/botan Makefile distinfo pkg-descr pkg-plist Removed files: security/opencl Makefile distinfo pkg-comment pkg-descr pkg-plist security/opencl/files patch-configure.pl patch-pipe_io.cpp Log: opencl -> botan upgrade botan to 0.9.2 Revision Changes Path 1.5729 +1 -1 CVSROOT/modules 1.324 +1 -1 ports/security/Makefile 1.11 +5 -6 ports/security/botan/Makefile 1.10 +1 -1 ports/security/botan/distinfo 1.3 +2 -2 ports/security/botan/pkg-descr 1.10 +145 -140 ports/security/botan/pkg-plist 1.11 +0 -35 ports/security/opencl/Makefile (dead) 1.10 +0 -1 ports/security/opencl/distinfo (dead) 1.3 +0 -11 ports/security/opencl/files/patch-configure.pl (dead) 1.2 +0 -34 ports/security/opencl/files/patch-pipe_io.cpp (dead) 1.2 +0 -1 ports/security/opencl/pkg-comment (dead) 1.3 +0 -15 ports/security/opencl/pkg-descr (dead) 1.10 +0 -140 ports/security/opencl/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 Aug 19 22:12:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C206D37B400; Mon, 19 Aug 2002 22:12:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 733FE43E70; Mon, 19 Aug 2002 22:12:06 -0700 (PDT) (envelope-from leeym@FreeBSD.org) Received: from freefall.freebsd.org (leeym@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K5C6JU089491; Mon, 19 Aug 2002 22:12:06 -0700 (PDT) (envelope-from leeym@freefall.freebsd.org) Received: (from leeym@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K5C68V089490; Mon, 19 Aug 2002 22:12:06 -0700 (PDT) Message-Id: <200208200512.g7K5C68V089490@freefall.freebsd.org> From: Yen-Ming Lee Date: Mon, 19 Aug 2002 22:12:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/e2fsprogs 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 leeym 2002/08/19 22:12:06 PDT Modified files: sysutils/e2fsprogs Makefile Log: Remove unnecessary setting in CONFIGURE_ENV Reason: EXT2_NOTAIL_FL is defined in header file in newer version (v1.27), so that set CPPFLAGS="-I${LOCALBASE}/include" will cause to include the existing header file (maybe v1.22 or earlier, if installed) which doesn't define EXT2_NOTAIL_FL in it. Alternative: Deinstalll older version of e2fsprogs then build again will be fine. PR: ports/41795 Reviewed by: ijliao (mentor) Approved by: ijliao (mentor) Revision Changes Path 1.5 +1 -3 ports/sysutils/e2fsprogs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 22:19:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56E8437B401; Mon, 19 Aug 2002 22:19:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AB7D43E65; Mon, 19 Aug 2002 22:19:45 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K5JiJU090055; Mon, 19 Aug 2002 22:19:44 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K5Jitf090054; Mon, 19 Aug 2002 22:19:44 -0700 (PDT) Message-Id: <200208200519.g7K5Jitf090054@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 19 Aug 2002 22:19:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/botan 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 2002/08/19 22:19:44 PDT Modified files: security/botan pkg-descr Log: update WWW Revision Changes Path 1.4 +1 -1 ports/security/botan/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 22:24:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03E8837B400; Mon, 19 Aug 2002 22:24:15 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DFD743E70; Mon, 19 Aug 2002 22:24:13 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g7K5OCFl014667; Mon, 19 Aug 2002 23:24:12 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 19 Aug 2002 23:50:28 -0600 (MDT) Message-Id: <20020819.235028.11595711.imp@bsdimp.com> To: peter@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/kbd atkbdc.c From: "M. Warner Losh" In-Reply-To: <200208192358.g7JNwbiW006769@freefall.freebsd.org> References: <200208192358.g7JNwbiW006769@freefall.freebsd.org> X-Mailer: Mew version 2.1 on Emacs 21.2 / 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 In message: <200208192358.g7JNwbiW006769@freefall.freebsd.org> Peter Wemm writes: : de-count atkbdc. I have more extensive patches to make properly dynamic, : but since pc hardware only allows one AT-style keyboard controller, this : doesn't seem particularly urgent. (I do not know what the old sunriver : remote keyboard/mouse/vga cards do, that might be an exception). I have a pccard docking station that lets me have a second at port mapped to wherever I want... I also have a cardbus docking station that has a multi-function chip behind it with similar abilities... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 22:48:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1710B37B400; Mon, 19 Aug 2002 22:48:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEA4043E72; Mon, 19 Aug 2002 22:48:36 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K5maJU095066; Mon, 19 Aug 2002 22:48:36 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K5ma5I095065; Mon, 19 Aug 2002 22:48:36 -0700 (PDT) Message-Id: <200208200548.g7K5ma5I095065@freefall.freebsd.org> From: Joe Marcus Clarke Date: Mon, 19 Aug 2002 22:48:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gnome/docs faq2.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 marcus 2002/08/19 22:48:36 PDT Modified files: en/gnome/docs faq2.sgml Log: Add a blurb on how to switch between window managers in GNOME 2. Revision Changes Path 1.7 +11 -1 www/en/gnome/docs/faq2.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 23: 0:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07B1C37B400; Mon, 19 Aug 2002 23:00:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C33E43E70; Mon, 19 Aug 2002 23:00:43 -0700 (PDT) (envelope-from roberto@FreeBSD.org) Received: from freefall.freebsd.org (roberto@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K60hJU097227; Mon, 19 Aug 2002 23:00:43 -0700 (PDT) (envelope-from roberto@freefall.freebsd.org) Received: (from roberto@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K60hAn097226; Mon, 19 Aug 2002 23:00:43 -0700 (PDT) Message-Id: <200208200600.g7K60hAn097226@freefall.freebsd.org> From: Ollivier Robert Date: Mon, 19 Aug 2002 23:00:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT access X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roberto 2002/08/19 23:00:43 PDT Modified files: . access Log: Please welcome Thomas Quinot (thomas), a new src committer, author of ATAPICAM (recently committed). He will work mainly in the ATA/SCSI area while working on the few ports he maintains. I'll be his mentor. Commit bit type: src Approved by: core Mentored by: roberto Revision Changes Path 1.334 +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 Mon Aug 19 23:35:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3A4C37B400; Mon, 19 Aug 2002 23:35:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50E7943E77; Mon, 19 Aug 2002 23:35:09 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K6Z9JU008182; Mon, 19 Aug 2002 23:35:09 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K6Z95a008181; Mon, 19 Aug 2002 23:35:09 -0700 (PDT) Message-Id: <200208200635.g7K6Z95a008181@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 19 Aug 2002 23:35:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/add extract.c futil.c main.c perform.c src/usr.sbin/pkg_install/create perform.c pl.c src/usr.sbin/pkg_install/delete main.c perform.c src/usr.sbin/pkg_install/info main.c perform.c show.c ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/08/19 23:35:09 PDT Modified files: (Branch: RELENG_4) usr.sbin/pkg_install/add extract.c futil.c main.c perform.c usr.sbin/pkg_install/create perform.c pl.c usr.sbin/pkg_install/delete main.c perform.c usr.sbin/pkg_install/info main.c perform.c show.c usr.sbin/pkg_install/lib deps.c exec.c file.c global.c match.c msg.c pen.c plist.c str.c version.c usr.sbin/pkg_install/sign check.c common.c gzip.c main.c pgp_check.c pgp_sign.c sha1.c sign.c stand.c x509.c Log: MFC: don't use the GCC'ism __FUNCTION__, but rather than ISO __func__'ism. Revision Changes Path 1.25.2.5 +17 -15 src/usr.sbin/pkg_install/add/extract.c 1.9.2.4 +3 -5 src/usr.sbin/pkg_install/add/futil.c 1.29.2.15 +2 -4 src/usr.sbin/pkg_install/add/main.c 1.57.2.11 +4 -6 src/usr.sbin/pkg_install/add/perform.c 1.49.2.17 +19 -13 src/usr.sbin/pkg_install/create/perform.c 1.13.2.7 +7 -9 src/usr.sbin/pkg_install/create/pl.c 1.17.2.8 +3 -6 src/usr.sbin/pkg_install/delete/main.c 1.22.2.11 +12 -11 src/usr.sbin/pkg_install/delete/perform.c 1.22.2.14 +3 -5 src/usr.sbin/pkg_install/info/main.c 1.29.2.13 +3 -5 src/usr.sbin/pkg_install/info/perform.c 1.14.2.13 +5 -6 src/usr.sbin/pkg_install/info/show.c 1.1.2.8 +4 -6 src/usr.sbin/pkg_install/lib/deps.c 1.7.2.3 +3 -5 src/usr.sbin/pkg_install/lib/exec.c 1.40.2.11 +13 -14 src/usr.sbin/pkg_install/lib/file.c 1.7.2.2 +3 -5 src/usr.sbin/pkg_install/lib/global.c 1.2.2.8 +6 -8 src/usr.sbin/pkg_install/lib/match.c 1.12.2.4 +3 -6 src/usr.sbin/pkg_install/lib/msg.c 1.31.2.7 +13 -15 src/usr.sbin/pkg_install/lib/pen.c 1.29.2.9 +6 -7 src/usr.sbin/pkg_install/lib/plist.c 1.6.2.4 +3 -5 src/usr.sbin/pkg_install/lib/str.c 1.1.2.3 +9 -9 src/usr.sbin/pkg_install/lib/version.c 1.1.2.2 +3 -1 src/usr.sbin/pkg_install/sign/check.c 1.1.2.2 +3 -1 src/usr.sbin/pkg_install/sign/common.c 1.1.2.3 +4 -1 src/usr.sbin/pkg_install/sign/gzip.c 1.1.2.2 +3 -1 src/usr.sbin/pkg_install/sign/main.c 1.1.2.2 +3 -1 src/usr.sbin/pkg_install/sign/pgp_check.c 1.1.2.3 +5 -2 src/usr.sbin/pkg_install/sign/pgp_sign.c 1.1.2.3 +3 -1 src/usr.sbin/pkg_install/sign/sha1.c 1.1.2.2 +4 -1 src/usr.sbin/pkg_install/sign/sign.c 1.1.2.2 +2 -1 src/usr.sbin/pkg_install/sign/stand.c 1.1.2.2 +3 -1 src/usr.sbin/pkg_install/sign/x509.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 23:39:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E8BD37B400; Mon, 19 Aug 2002 23:39:24 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECE9D43E42; Mon, 19 Aug 2002 23:39:23 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id D30202A7D6; Mon, 19 Aug 2002 23:39:23 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "M. Warner Losh" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/kbd atkbdc.c In-Reply-To: <20020819.235028.11595711.imp@bsdimp.com> Date: Mon, 19 Aug 2002 23:39:23 -0700 From: Peter Wemm Message-Id: <20020820063923.D30202A7D6@canning.wemm.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 "M. Warner Losh" wrote: > In message: <200208192358.g7JNwbiW006769@freefall.freebsd.org> > Peter Wemm writes: > : de-count atkbdc. I have more extensive patches to make properly dynamic, > : but since pc hardware only allows one AT-style keyboard controller, this > : doesn't seem particularly urgent. (I do not know what the old sunriver > : remote keyboard/mouse/vga cards do, that might be an exception). > > I have a pccard docking station that lets me have a second at port > mapped to wherever I want... I also have a cardbus docking station > that has a multi-function chip behind it with similar abilities... As I mentioned, I have more extensive patches that I'm trying to get my brain around. These two were low hanging fruit and were annoying me because GENERIC triggers them. The question is though.. even if you could probe/attach them, what would you *do* with it? :-) Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 23:42:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AA8537B400; Mon, 19 Aug 2002 23:42:32 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99AE143E3B; Mon, 19 Aug 2002 23:42:31 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g7K6gUFl014886; Tue, 20 Aug 2002 00:42:30 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 20 Aug 2002 00:41:15 -0600 (MDT) Message-Id: <20020820.004115.112565929.imp@bsdimp.com> To: peter@wemm.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/kbd atkbdc.c From: "M. Warner Losh" In-Reply-To: <20020820063923.D30202A7D6@canning.wemm.org> References: <20020819.235028.11595711.imp@bsdimp.com> <20020820063923.D30202A7D6@canning.wemm.org> X-Mailer: Mew version 2.1 on Emacs 21.2 / 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 In message: <20020820063923.D30202A7D6@canning.wemm.org> Peter Wemm writes: : The question is though.. even if you could probe/attach them, what would : you *do* with it? :-) I'm not sure how quickly I'd do something about it, but I'd try to support multiple keyboards on my laptop. Would be useful for docking and such. However, given the other fruit for newcard, low hanging or otherwise, it would be a while :-) btw, NCARD is 1 file away from being removed. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 19 23:59:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D503637B400; Mon, 19 Aug 2002 23:59:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8681D43E72; Mon, 19 Aug 2002 23:59:52 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K6xqJU012177; Mon, 19 Aug 2002 23:59:52 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K6xqbw012176; Mon, 19 Aug 2002 23:59:52 -0700 (PDT) Message-Id: <200208200659.g7K6xqbw012176@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 19 Aug 2002 23:59:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/centericq Makefile distinfo ports/net/centericq/files patch-conscommon.cc X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2002/08/19 23:59:52 PDT Modified files: net/centericq Makefile distinfo net/centericq/files patch-conscommon.cc Log: upgrade to 4.8.2 Revision Changes Path 1.43 +1 -1 ports/net/centericq/Makefile 1.23 +1 -1 ports/net/centericq/distinfo 1.2 +5 -14 ports/net/centericq/files/patch-conscommon.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 0:13:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7781E37B401; Tue, 20 Aug 2002 00:13:03 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41E5543E65; Tue, 20 Aug 2002 00:13:03 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 26B142A7D6; Tue, 20 Aug 2002 00:13:03 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "M. Warner Losh" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/kbd atkbdc.c In-Reply-To: <20020820.004115.112565929.imp@bsdimp.com> Date: Tue, 20 Aug 2002 00:13:03 -0700 From: Peter Wemm Message-Id: <20020820071303.26B142A7D6@canning.wemm.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 "M. Warner Losh" wrote: > In message: <20020820063923.D30202A7D6@canning.wemm.org> > Peter Wemm writes: > : The question is though.. even if you could probe/attach them, what would > : you *do* with it? :-) > > I'm not sure how quickly I'd do something about it, but I'd try to > support multiple keyboards on my laptop. Would be useful for docking > and such. However, given the other fruit for newcard, low hanging or > otherwise, it would be a while :-) Heh. If your docking station provided kbd1 while the internal keyboard is kbd0, then you could always use kbdcontrol to change it (like some usb folks do to get the usb keyboard to work). I still have the patches, they're probably only one bug away from working. :-) > btw, NCARD is 1 file away from being removed. > > Warner > Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "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 Aug 20 1: 3: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36D0437B400; Tue, 20 Aug 2002 01:02:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D27343E65; Tue, 20 Aug 2002 01:02:57 -0700 (PDT) (envelope-from orion@FreeBSD.org) Received: from freefall.freebsd.org (orion@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K82vJU027924; Tue, 20 Aug 2002 01:02:57 -0700 (PDT) (envelope-from orion@freefall.freebsd.org) Received: (from orion@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K82vaM027923; Tue, 20 Aug 2002 01:02:57 -0700 (PDT) Message-Id: <200208200802.g7K82vaM027923@freefall.freebsd.org> From: Orion Hodson Date: Tue, 20 Aug 2002 01:02:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm dsp.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 orion 2002/08/20 01:02:56 PDT Modified files: sys/dev/sound/pcm dsp.c Log: Back out last commit. Needs slightly more subtle handling. Revision Changes Path 1.56 +35 -33 src/sys/dev/sound/pcm/dsp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 2: 1: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EBC137B400; Tue, 20 Aug 2002 02:00:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2370E43E77; Tue, 20 Aug 2002 02:00:58 -0700 (PDT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K90wJU042447; Tue, 20 Aug 2002 02:00:58 -0700 (PDT) (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K90v72042446; Tue, 20 Aug 2002 02:00:58 -0700 (PDT) Message-Id: <200208200900.g7K90v72042446@freefall.freebsd.org> From: Alexander Leidinger Date: Tue, 20 Aug 2002 02:00:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ifc 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 netchild 2002/08/20 02:00:57 PDT Modified files: lang/ifc Makefile Log: Set in compiler60/docs/fsupport (PR from Maintainer). Bump portrevision because this affects support requests to intel. PR: 41650 Revision Changes Path 1.4 +4 -4 ports/lang/ifc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 3: 2: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66BC837B400; Tue, 20 Aug 2002 03:02:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F41F43E7B; Tue, 20 Aug 2002 03:01:59 -0700 (PDT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KA1xJU057508; Tue, 20 Aug 2002 03:01:59 -0700 (PDT) (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KA1wlM057507; Tue, 20 Aug 2002 03:01:58 -0700 (PDT) Message-Id: <200208201001.g7KA1wlM057507@freefall.freebsd.org> From: Alexander Leidinger Date: Tue, 20 Aug 2002 03:01:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/icc Makefile pkg-plist ports/lang/icc/files cxa_atexit.c ld patch-icc patch-include stderr.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 netchild 2002/08/20 03:01:58 PDT Modified files: lang/icc Makefile pkg-plist lang/icc/files ld patch-include Added files: lang/icc/files cxa_atexit.c patch-icc stderr.c Log: - add category: devel - use reinplace command where appropriate - gzip man page - clarify download instructions (1) - fix typo in a comment (2) - preparation for successfull C++ compiles (2, minor changes by me) Even if I bumped the port revision for the C++ parts, there's no need to update yet, wait until I commit the icc-stlport. Requested by: mi (1) Submitted by: Marius Strobl (2) Revision Changes Path 1.15 +29 -9 ports/lang/icc/Makefile 1.1 +38 -0 ports/lang/icc/files/cxa_atexit.c (new) 1.3 +72 -10 ports/lang/icc/files/ld 1.1 +24 -0 ports/lang/icc/files/patch-icc (new) 1.3 +41 -0 ports/lang/icc/files/patch-include 1.1 +32 -0 ports/lang/icc/files/stderr.c (new) 1.6 +0 -66 ports/lang/icc/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 3:37:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E17A737B400; Tue, 20 Aug 2002 03:37:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 975F843E77; Tue, 20 Aug 2002 03:37:42 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KAbgJU067259; Tue, 20 Aug 2002 03:37:42 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KAbgJs067258; Tue, 20 Aug 2002 03:37:42 -0700 (PDT) Message-Id: <200208201037.g7KAbgJs067258@freefall.freebsd.org> From: Christian Weisgerber Date: Tue, 20 Aug 2002 03:37:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/calcoo 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 naddy 2002/08/20 03:37:41 PDT Modified files: math/calcoo Makefile distinfo Log: Update to 1.3.13. Changes in this release: - Fix a bug which caused segfaults during pasting when the selection could not be retrieved. Revision Changes Path 1.11 +1 -1 ports/math/calcoo/Makefile 1.10 +1 -1 ports/math/calcoo/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 3:53:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C5A037B400; Tue, 20 Aug 2002 03:53:54 -0700 (PDT) Received: from mailout02.sul.t-online.com (mailout02.sul.t-online.com [194.25.134.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15BA643E6A; Tue, 20 Aug 2002 03:53:53 -0700 (PDT) (envelope-from corecode@corecode.ath.cx) Received: from fwd06.sul.t-online.de by mailout02.sul.t-online.com with smtp id 17h6dz-0000xg-05; Tue, 20 Aug 2002 12:53:51 +0200 Received: from spirit.zuhause.stoert.net (320050403952-0001@[217.224.170.236]) by fmrl06.sul.t-online.com with esmtp id 17h6dn-0T0NqyC; Tue, 20 Aug 2002 12:53:39 +0200 Received: from terrorfish.uni.stoert.net (terrorfish.uni.stoert.net [10.150.180.178]) by spirit.zuhause.stoert.net (8.11.6/8.11.6) with ESMTP id g7KArck49261; Tue, 20 Aug 2002 12:53:38 +0200 (CEST) (envelope-from corecode@corecode.ath.cx) Received: from terrorfish.uni.stoert.net (localhost [127.0.0.1]) by terrorfish.uni.stoert.net (8.12.5/8.12.5) with ESMTP id g7KAqgL9000359; Tue, 20 Aug 2002 12:52:42 +0200 (CEST) (envelope-from corecode@terrorfish.uni.stoert.net) Received: (from corecode@localhost) by terrorfish.uni.stoert.net (8.12.5/8.12.5/Submit) id g7KAqgJ7000358; Tue, 20 Aug 2002 12:52:42 +0200 (CEST) (envelope-from corecode) Date: Tue, 20 Aug 2002 12:52:35 +0200 From: "Simon 'corecode' Schubert" To: Orion Hodson Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/sound/pcm dsp.c Message-Id: <20020820125235.3c91ad12.corecode@corecode.ath.cx> In-Reply-To: <200208200802.g7K82vaM027923@freefall.freebsd.org> References: <200208200802.g7K82vaM027923@freefall.freebsd.org> X-Mailer: Sylpheed version 0.8.1claws (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="=.koaO8Z)'i/2pZC" X-Sender: 320050403952-0001@t-dialin.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=.koaO8Z)'i/2pZC Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 20 Aug 2002 01:02:56 -0700 (PDT) Orion Hodson wrote: > orion 2002/08/20 01:02:56 PDT > > Modified files: > sys/dev/sound/pcm dsp.c > Log: > Back out last commit. Needs slightly more subtle handling. thanks! -- /"\ http://corecode.ath.cx/#donate \ / \ ASCII Ribbon Campaign / \ Against HTML Mail and News --=.koaO8Z)'i/2pZC Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9Yh96r5S+dk6z85oRAsbHAJ40J9GD4kChtcjpuidZsTyFD+iHLACgi99u rOSW/18hjzZcf0d6Z8vBG+s= =IEhs -----END PGP SIGNATURE----- --=.koaO8Z)'i/2pZC-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 4: 3:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A785537B400; Tue, 20 Aug 2002 04:03:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D28E43E75; Tue, 20 Aug 2002 04:03:16 -0700 (PDT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KB3FJU076062; Tue, 20 Aug 2002 04:03:16 -0700 (PDT) (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KB3FTZ076061; Tue, 20 Aug 2002 04:03:15 -0700 (PDT) Message-Id: <200208201103.g7KB3FTZ076061@freefall.freebsd.org> From: Alexander Leidinger Date: Tue, 20 Aug 2002 04:03:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ifc 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 netchild 2002/08/20 04:03:15 PDT Modified files: lang/ifc Makefile Log: Fix bugs in last commit. Submitted by: maintainer Revision Changes Path 1.5 +2 -1 ports/lang/ifc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 4:11:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9389D37B400; Tue, 20 Aug 2002 04:11:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48FDD43E65; Tue, 20 Aug 2002 04:11:38 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KBBcJU080925; Tue, 20 Aug 2002 04:11:38 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KBBcRM080924; Tue, 20 Aug 2002 04:11:38 -0700 (PDT) Message-Id: <200208201111.g7KBBcRM080924@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 20 Aug 2002 04:11:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.man.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/20 04:11:37 PDT Modified files: share/mk bsd.man.mk Log: Allow one to override ${MINSTALL} in /etc/make.conf. Prompted by: Andre Albsmeier Revision Changes Path 1.50 +1 -1 src/share/mk/bsd.man.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 4:14:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA53237B400; Tue, 20 Aug 2002 04:14:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F07E43E72; Tue, 20 Aug 2002 04:14:12 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KBECJU082109; Tue, 20 Aug 2002 04:14:12 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KBECnw082108; Tue, 20 Aug 2002 04:14:12 -0700 (PDT) Message-Id: <200208201114.g7KBECnw082108@freefall.freebsd.org> From: Christian Weisgerber Date: Tue, 20 Aug 2002 04:14:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/surfraw 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 naddy 2002/08/20 04:14:12 PDT Modified files: www/surfraw Makefile Log: Drop maintainership. Revision Changes Path 1.10 +1 -1 ports/www/surfraw/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 4:33:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69B4537B400; Tue, 20 Aug 2002 04:33:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D96643E86; Tue, 20 Aug 2002 04:33:26 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KBXPJU085648; Tue, 20 Aug 2002 04:33:25 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KBXP6h085647; Tue, 20 Aug 2002 04:33:25 -0700 (PDT) Message-Id: <200208201133.g7KBXP6h085647@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 20 Aug 2002 04:33:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/getextattr getextattr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/08/20 04:33:25 PDT Modified files: usr.sbin/getextattr getextattr.c Log: Be consistent about quoting things. Be (somewhat) prepared for things to change size under us. Recognize a empty attribute name as magic and print the list of attributes. Use for code clarity. Deal with zero length returns. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.12 +44 -26 src/usr.sbin/getextattr/getextattr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 4:35: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9857F37B400; Tue, 20 Aug 2002 04:34:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D57443E3B; Tue, 20 Aug 2002 04:34:59 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KBYxJU085756; Tue, 20 Aug 2002 04:34:59 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KBYx6u085755; Tue, 20 Aug 2002 04:34:59 -0700 (PDT) Message-Id: <200208201134.g7KBYx6u085755@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 20 Aug 2002 04:34:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_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 phk 2002/08/20 04:34:59 PDT Modified files: sys/ufs/ffs ffs_vnops.c Log: Implement list of EA return functionality. Correctly delete EA's when the content length is set to zero. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.90 +33 -9 src/sys/ufs/ffs/ffs_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 Aug 20 5:15:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E26E37B400; Tue, 20 Aug 2002 05:15:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12B9643E42; Tue, 20 Aug 2002 05:15:40 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KCFdJU097097; Tue, 20 Aug 2002 05:15:39 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KCFdIj097096; Tue, 20 Aug 2002 05:15:39 -0700 (PDT) Message-Id: <200208201215.g7KCFdIj097096@freefall.freebsd.org> From: Marc Fonvieille Date: Tue, 20 Aug 2002 05:15:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/developers-handbook/boot chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/08/20 05:15:39 PDT Modified files: en_US.ISO8859-1/books/developers-handbook/boot chapter.sgml Log: s/sevice/service PR: docs/41811 Submitted by: Maxim Maximov Revision Changes Path 1.2 +1 -1 doc/en_US.ISO8859-1/books/developers-handbook/boot/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 5:24:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A20A637B400; Tue, 20 Aug 2002 05:24:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5692343E6A; Tue, 20 Aug 2002 05:24:21 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from freefall.freebsd.org (sos@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KCOLJU098821; Tue, 20 Aug 2002 05:24:21 -0700 (PDT) (envelope-from sos@freefall.freebsd.org) Received: (from sos@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KCOLqC098820; Tue, 20 Aug 2002 05:24:21 -0700 (PDT) Message-Id: <200208201224.g7KCOLqC098820@freefall.freebsd.org> From: Søren Schmidt Date: Tue, 20 Aug 2002 05:24:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c X-FreeBSD-CVS-Branch: 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 sos 2002/08/20 05:24:21 PDT Modified files: (Branch: RELENG_4) sys/dev/ata ata-all.c Log: MFC: Byteswap the serial string: Revision Changes Path 1.50.2.39 +3 -0 src/sys/dev/ata/ata-all.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 5:26:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0C7C37B400; Tue, 20 Aug 2002 05:26:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6102543E6A; Tue, 20 Aug 2002 05:26:30 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KCQUJU098990; Tue, 20 Aug 2002 05:26:30 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KCQUnJ098989; Tue, 20 Aug 2002 05:26:30 -0700 (PDT) Message-Id: <200208201226.g7KCQUnJ098989@freefall.freebsd.org> From: Marc Fonvieille Date: Tue, 20 Aug 2002 05:26:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/developers-handbook/jail 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 blackend 2002/08/20 05:26:30 PDT Modified files: en_US.ISO8859-1/books/developers-handbook/jail chapter.sgml Log: Fix a typo in program listing. PR: docs/41814 Submitted by: Maxim Maximov Revision Changes Path 1.7 +1 -1 doc/en_US.ISO8859-1/books/developers-handbook/jail/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 5:32:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BC0C37B400; Tue, 20 Aug 2002 05:32:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E73843E4A; Tue, 20 Aug 2002 05:32:07 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from freefall.freebsd.org (mux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KCW7JU000858; Tue, 20 Aug 2002 05:32:07 -0700 (PDT) (envelope-from mux@freefall.freebsd.org) Received: (from mux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KCW7Do000854; Tue, 20 Aug 2002 05:32:07 -0700 (PDT) Message-Id: <200208201232.g7KCW7Do000854@freefall.freebsd.org> From: Maxime Henrion Date: Tue, 20 Aug 2002 05:32:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/eisa eisaconf.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 mux 2002/08/20 05:32:06 PDT Modified files: sys/dev/eisa eisaconf.h Log: - Use the __BUS_ACCESSOR macro for EISA_ACCESSOR instead of reimplementing it. - #undef EISA_ACCESSOR after use like we do for other accessors. Reviewed by: tmm Revision Changes Path 1.22 +4 -14 src/sys/dev/eisa/eisaconf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 5:50:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7F5C37B400; Tue, 20 Aug 2002 05:50:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C3BC43E42; Tue, 20 Aug 2002 05:50:33 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KCoXJU006075; Tue, 20 Aug 2002 05:50:33 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KCoXpt006074; Tue, 20 Aug 2002 05:50:33 -0700 (PDT) Message-Id: <200208201250.g7KCoXpt006074@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 20 Aug 2002 05:50:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make parse.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/20 05:50:33 PDT Modified files: usr.bin/make parse.c Log: Allow embedded `:' and `!' in target names. PR: bin/6612 Obtained from: OpenBSD MFC after: 1 week Revision Changes Path 1.39 +31 -2 src/usr.bin/make/parse.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 6:50:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9D0637B401; Tue, 20 Aug 2002 06:50:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7213C43E70; Tue, 20 Aug 2002 06:50:17 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from freefall.freebsd.org (mux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KDoHJU021135; Tue, 20 Aug 2002 06:50:17 -0700 (PDT) (envelope-from mux@freefall.freebsd.org) Received: (from mux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KDoHYr021134; Tue, 20 Aug 2002 06:50:17 -0700 (PDT) Message-Id: <200208201350.g7KDoHYr021134@freefall.freebsd.org> From: Maxime Henrion Date: Tue, 20 Aug 2002 06:50:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include nexusvar.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 mux 2002/08/20 06:50:17 PDT Modified files: sys/i386/include nexusvar.h Log: Use the __BUS_ACCESSOR macro for NEXUS_ACCESSOR instead of rolling our own implementation. Reviewed by: tmm Revision Changes Path 1.2 +2 -14 src/sys/i386/include/nexusvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 7: 4:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 573C937B400; Tue, 20 Aug 2002 07:04:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0980943E4A; Tue, 20 Aug 2002 07:04:28 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KE4RJU024241; Tue, 20 Aug 2002 07:04:27 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KE4Rl0024240; Tue, 20 Aug 2002 07:04:27 -0700 (PDT) Message-Id: <200208201404.g7KE4Rl0024240@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 20 Aug 2002 07:04:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/unison 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 ru 2002/08/20 07:04:27 PDT Modified files: net/unison Makefile distinfo Log: Update to 2.9.20 beta which includes the "concurrency bug" fix. Revision Changes Path 1.10 +2 -4 ports/net/unison/Makefile 1.6 +1 -1 ports/net/unison/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 7:36:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A16A37B400; Tue, 20 Aug 2002 07:36:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC77143E4A; Tue, 20 Aug 2002 07:36:33 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KEaXJU033642; Tue, 20 Aug 2002 07:36:33 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KEaXaH033641; Tue, 20 Aug 2002 07:36:33 -0700 (PDT) Message-Id: <200208201436.g7KEaXaH033641@freefall.freebsd.org> From: Christian Weisgerber Date: Tue, 20 Aug 2002 07:36:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/ksh93 Makefile ports/shells/ksh93/files patch-src_cmd_ksh93_sh_path.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 naddy 2002/08/20 07:36:32 PDT Modified files: shells/ksh93 Makefile Added files: shells/ksh93/files patch-src_cmd_ksh93_sh_path.c Log: Fix core dump in glob expansion. PR: 41778 Submitted by: Joe Kelsey Obtained from: David Korn Revision Changes Path 1.24 +1 -1 ports/shells/ksh93/Makefile 1.1 +35 -0 ports/shells/ksh93/files/patch-src_cmd_ksh93_sh_path.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 Aug 20 7:39:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37EFA37B400; Tue, 20 Aug 2002 07:39:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9B7643E6E; Tue, 20 Aug 2002 07:39:29 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from freefall.freebsd.org (nyan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KEdTJU033876; Tue, 20 Aug 2002 07:39:29 -0700 (PDT) (envelope-from nyan@freefall.freebsd.org) Received: (from nyan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KEdTlh033875; Tue, 20 Aug 2002 07:39:29 -0700 (PDT) Message-Id: <200208201439.g7KEdTlh033875@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Tue, 20 Aug 2002 07:39:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 syscons.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2002/08/20 07:39:29 PDT Modified files: sys/pc98/pc98 syscons.c Log: Merged from sys/dev/syscons/syscons.c revisions 1.386 and 1.387. Revision Changes Path 1.175 +58 -5 src/sys/pc98/pc98/syscons.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 7:41:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F00137B400; Tue, 20 Aug 2002 07:41:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97CA443E3B; Tue, 20 Aug 2002 07:41:46 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from freefall.freebsd.org (nyan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KEfkJU034087; Tue, 20 Aug 2002 07:41:46 -0700 (PDT) (envelope-from nyan@freefall.freebsd.org) Received: (from nyan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KEfjdF034086; Tue, 20 Aug 2002 07:41:45 -0700 (PDT) Message-Id: <200208201441.g7KEfjdF034086@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Tue, 20 Aug 2002 07:41:45 -0700 (PDT) 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: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2002/08/20 07:41:45 PDT Modified files: sys/modules Makefile Log: Remove duplicate vinum entry. Revision Changes Path 1.250 +1 -2 src/sys/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 7:43:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8146437B400; Tue, 20 Aug 2002 07:43:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3376543E6E; Tue, 20 Aug 2002 07:43:11 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: from freefall.freebsd.org (schweikh@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KEhBJU034735; Tue, 20 Aug 2002 07:43:11 -0700 (PDT) (envelope-from schweikh@freefall.freebsd.org) Received: (from schweikh@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KEhBNa034731; Tue, 20 Aug 2002 07:43:11 -0700 (PDT) Message-Id: <200208201443.g7KEhBNa034731@freefall.freebsd.org> From: Jens Schweikhardt Date: Tue, 20 Aug 2002 07:43:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man8 rc.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 schweikh 2002/08/20 07:43:10 PDT Modified files: share/man/man8 rc.8 Log: Insert missing 'are' to fix grammar bogon. MFC after: 3 days Revision Changes Path 1.19 +1 -1 src/share/man/man8/rc.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 7:56:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEA7037B400; Tue, 20 Aug 2002 07:56:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 919BB43E4A; Tue, 20 Aug 2002 07:56:07 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from freefall.freebsd.org (yar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KEu7JU037222; Tue, 20 Aug 2002 07:56:07 -0700 (PDT) (envelope-from yar@freefall.freebsd.org) Received: (from yar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KEu7cN037221; Tue, 20 Aug 2002 07:56:07 -0700 (PDT) Message-Id: <200208201456.g7KEu7cN037221@freefall.freebsd.org> From: Yar Tikhiy Date: Tue, 20 Aug 2002 07:56:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd ftpd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yar 2002/08/20 07:56:06 PDT Modified files: libexec/ftpd ftpd.c Log: Clean up hostname and hostinfo handling in inithosts(): o check getaddrinfo(3) return value, not result pointer o getaddrinfo(3) returns int, not pointer o don't leak memory allocated for hostnames and hostinfo structures o initialize pointers that will be checked for NULL somewhere MFC after: 1 week Revision Changes Path 1.123 +13 -5 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 Tue Aug 20 8: 1:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6EFF37B400; Tue, 20 Aug 2002 08:01:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AD5543E65; Tue, 20 Aug 2002 08:01:32 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from freefall.freebsd.org (yar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KF1WJU037648; Tue, 20 Aug 2002 08:01:32 -0700 (PDT) (envelope-from yar@freefall.freebsd.org) Received: (from yar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KF1WEq037647; Tue, 20 Aug 2002 08:01:32 -0700 (PDT) Message-Id: <200208201501.g7KF1WEq037647@freefall.freebsd.org> From: Yar Tikhiy Date: Tue, 20 Aug 2002 08:01:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd ftpd.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yar 2002/08/20 08:01:31 PDT Modified files: (Branch: RELENG_4) libexec/ftpd ftpd.8 Log: MFC rev. 1.52: Document ASCII SIZE limitation. Revision Changes Path 1.31.2.11 +3 -0 src/libexec/ftpd/ftpd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 8: 7:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82E8637B400; Tue, 20 Aug 2002 08:07:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F301C43E65; Tue, 20 Aug 2002 08:07:15 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from freefall.freebsd.org (yar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KF7FJU043356; Tue, 20 Aug 2002 08:07:15 -0700 (PDT) (envelope-from yar@freefall.freebsd.org) Received: (from yar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KF7FuV043355; Tue, 20 Aug 2002 08:07:15 -0700 (PDT) Message-Id: <200208201507.g7KF7FuV043355@freefall.freebsd.org> From: Yar Tikhiy Date: Tue, 20 Aug 2002 08:07:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd ftpcmd.y 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 2002/08/20 08:07:15 PDT Modified files: (Branch: RELENG_4) libexec/ftpd ftpcmd.y Log: MFC rev. 1.41: Fix help lines. Revision Changes Path 1.16.2.14 +2 -2 src/libexec/ftpd/ftpcmd.y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 8:19:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A0E837B405; Tue, 20 Aug 2002 08:19:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8865943E70; Tue, 20 Aug 2002 08:19:35 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KFJZJU045235; Tue, 20 Aug 2002 08:19:35 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KFJZKa045234; Tue, 20 Aug 2002 08:19:35 -0700 (PDT) Message-Id: <200208201519.g7KFJZKa045234@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 20 Aug 2002 08:19:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/mklocale mklocale.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 ache 2002/08/20 08:19:34 PDT Modified files: usr.bin/mklocale mklocale.1 Log: Document SWIDTH* Revision Changes Path 1.12 +13 -1 src/usr.bin/mklocale/mklocale.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 8:45:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E469537B405; Tue, 20 Aug 2002 08:45:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CD3C43E65; Tue, 20 Aug 2002 08:45:52 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KFjqJU050581; Tue, 20 Aug 2002 08:45:52 -0700 (PDT) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KFjqTq050580; Tue, 20 Aug 2002 08:45:52 -0700 (PDT) Message-Id: <200208201545.g7KFjqTq050580@freefall.freebsd.org> From: Norikatsu Shigemura Date: Tue, 20 Aug 2002 08:45:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/samba 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 nork 2002/08/20 08:45:51 PDT Modified files: japanese/samba pkg-descr pkg-plist Log: Correct pkg-plist & pkg-descr. PR: ports/41764, ports/41782 Submitted by: maintainer, SUMIDA Hatsushi Approved by: knu (mentor) Revision Changes Path 1.4 +1 -1 ports/japanese/samba/pkg-descr 1.13 +0 -2 ports/japanese/samba/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 8:58:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BE5237B400; Tue, 20 Aug 2002 08:58:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E148E43E70; Tue, 20 Aug 2002 08:58:46 -0700 (PDT) (envelope-from roberto@FreeBSD.org) Received: from freefall.freebsd.org (roberto@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KFwkJU053070; Tue, 20 Aug 2002 08:58:46 -0700 (PDT) (envelope-from roberto@freefall.freebsd.org) Received: (from roberto@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KFwiR6053065; Tue, 20 Aug 2002 08:58:44 -0700 (PDT) Message-Id: <200208201558.g7KFwiR6053065@freefall.freebsd.org> From: Ollivier Robert Date: Tue, 20 Aug 2002 08:58:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/getextattr getextattr.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 roberto 2002/08/20 08:58:44 PDT Modified files: usr.sbin/getextattr getextattr.c Log: Fix buildworld breakage. Pointy hat: phk Revision Changes Path 1.13 +1 -1 src/usr.sbin/getextattr/getextattr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 9: 5:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCB3D37B401; Tue, 20 Aug 2002 09:05:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72D2F43E6A; Tue, 20 Aug 2002 09:05:26 -0700 (PDT) (envelope-from mi@FreeBSD.org) Received: from freefall.freebsd.org (mi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KG55JU055171; Tue, 20 Aug 2002 09:05:05 -0700 (PDT) (envelope-from mi@freefall.freebsd.org) Received: (from mi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KG559g055097; Tue, 20 Aug 2002 09:05:05 -0700 (PDT) Message-Id: <200208201605.g7KG559g055097@freefall.freebsd.org> From: Mikhail Teterin Date: Tue, 20 Aug 2002 09:05:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/wordnet Makefile distinfo pkg-plist ports/textproc/wordnet/files dict.Makefile include.Makefile patch-aa patch-af patch-ag src.lib.Makefile src.wn.Makefile src.wnb.Makefile ports/textproc/wordnet/scripts configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mi 2002/08/20 09:05:05 PDT Modified files: textproc/wordnet Makefile distinfo pkg-plist textproc/wordnet/files dict.Makefile include.Makefile patch-aa src.lib.Makefile src.wn.Makefile src.wnb.Makefile textproc/wordnet/scripts configure Added files: textproc/wordnet/files patch-af patch-ag Log: Upgrade to 1.7.1. Fix the long standing problem reported in ports/41339 (wrong resourcedir specified). Don't install second copies of some man-pages under share/. Verify build on -current -- with the new bsd.lib.mk (ports/40174). PR: ports/40174, ports/41339 Submitted by: Sid Carter, Maxim Tulyuk Revision Changes Path 1.5 +23 -8 ports/textproc/wordnet/Makefile 1.3 +1 -1 ports/textproc/wordnet/distinfo 1.3 +1 -1 ports/textproc/wordnet/files/dict.Makefile 1.3 +1 -1 ports/textproc/wordnet/files/include.Makefile 1.3 +8 -4 ports/textproc/wordnet/files/patch-aa 1.1 +7 -0 ports/textproc/wordnet/files/patch-af (new) 1.1 +7 -0 ports/textproc/wordnet/files/patch-ag (new) 1.3 +1 -1 ports/textproc/wordnet/files/src.lib.Makefile 1.3 +1 -1 ports/textproc/wordnet/files/src.wn.Makefile 1.5 +4 -3 ports/textproc/wordnet/files/src.wnb.Makefile 1.4 +31 -33 ports/textproc/wordnet/pkg-plist 1.2 +0 -3 ports/textproc/wordnet/scripts/configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 9:14: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBEA137B400; Tue, 20 Aug 2002 09:14:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AD5243E6A; Tue, 20 Aug 2002 09:14:01 -0700 (PDT) (envelope-from thomas@FreeBSD.org) Received: from freefall.freebsd.org (thomas@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KGE1JU061057; Tue, 20 Aug 2002 09:14:01 -0700 (PDT) (envelope-from thomas@freefall.freebsd.org) Received: (from thomas@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KGE0kP061052; Tue, 20 Aug 2002 09:14:00 -0700 (PDT) Message-Id: <200208201614.g7KGE0kP061052@freefall.freebsd.org> From: Thomas Quinot Date: Tue, 20 Aug 2002 09:14:00 -0700 (PDT) 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 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 thomas 2002/08/20 09:14:00 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml en_US.ISO8859-1/share/sgml authors.ent en/news news.xml Log: As mandated by tradition: update documentation, post newsflash and test shiny new commitatron. Reviewed by: roberto (mentor) Revision Changes Path 1.238 +4 -4 doc/en_US.ISO8859-1/articles/contributors/article.sgml 1.242 +2 -0 doc/en_US.ISO8859-1/share/sgml/authors.ent 1.106 +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 Tue Aug 20 9:19: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B71F37B400; Tue, 20 Aug 2002 09:19:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 391FA43E42; Tue, 20 Aug 2002 09:19:01 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: from freefall.freebsd.org (nbm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KGJ1JU061631; Tue, 20 Aug 2002 09:19:01 -0700 (PDT) (envelope-from nbm@freefall.freebsd.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KGJ0M6061630; Tue, 20 Aug 2002 09:19:00 -0700 (PDT) Message-Id: <200208201619.g7KGJ0M6061630@freefall.freebsd.org> From: Neil Blakey-Milner Date: Tue, 20 Aug 2002 09:19:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/offlineimap Makefile distinfo pkg-comment pkg-descr pkg-plist ports/mail/offlineimap/files patch-offlineimap.py patch-setup.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 nbm 2002/08/20 09:19:00 PDT Modified files: mail Makefile Added files: mail/offlineimap Makefile distinfo pkg-comment pkg-descr pkg-plist mail/offlineimap/files patch-offlineimap.py patch-setup.py Log: Add offlineimap 3.2.2, a powerful IMAP/Maildir synchronization tool. Revision Changes Path 1.315 +1 -0 ports/mail/Makefile 1.1 +29 -0 ports/mail/offlineimap/Makefile (new) 1.1 +1 -0 ports/mail/offlineimap/distinfo (new) 1.1 +8 -0 ports/mail/offlineimap/files/patch-offlineimap.py (new) 1.1 +10 -0 ports/mail/offlineimap/files/patch-setup.py (new) 1.1 +1 -0 ports/mail/offlineimap/pkg-comment (new) 1.1 +10 -0 ports/mail/offlineimap/pkg-descr (new) 1.1 +76 -0 ports/mail/offlineimap/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 Aug 20 9:19:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB84B37B405; Tue, 20 Aug 2002 09:19:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F54E43E3B; Tue, 20 Aug 2002 09:19:13 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: from freefall.freebsd.org (nbm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KGJDJU061679; Tue, 20 Aug 2002 09:19:13 -0700 (PDT) (envelope-from nbm@freefall.freebsd.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KGJDPE061678; Tue, 20 Aug 2002 09:19:13 -0700 (PDT) Message-Id: <200208201619.g7KGJDPE061678@freefall.freebsd.org> From: Neil Blakey-Milner Date: Tue, 20 Aug 2002 09:19:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nbm 2002/08/20 09:19:13 PDT Modified files: . modules Log: offlineimap --> ports/mail/offlineimap Revision Changes Path 1.5730 +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 Aug 20 9:31:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25DE537B400; Tue, 20 Aug 2002 09:31:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C45CD43E72; Tue, 20 Aug 2002 09:31:06 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: from freefall.freebsd.org (nbm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KGV6JU064328; Tue, 20 Aug 2002 09:31:06 -0700 (PDT) (envelope-from nbm@freefall.freebsd.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KGV6rP064320; Tue, 20 Aug 2002 09:31:06 -0700 (PDT) Message-Id: <200208201631.g7KGV6rP064320@freefall.freebsd.org> From: Neil Blakey-Milner Date: Tue, 20 Aug 2002 09:31:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/mod_scgi 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 nbm 2002/08/20 09:31:06 PDT Modified files: www Makefile Added files: www/mod_scgi Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add mod_scgi 0.2, an apache module that implements the client side of the SCGI protocol. Revision Changes Path 1.523 +1 -0 ports/www/Makefile 1.1 +26 -0 ports/www/mod_scgi/Makefile (new) 1.1 +1 -0 ports/www/mod_scgi/distinfo (new) 1.1 +1 -0 ports/www/mod_scgi/pkg-comment (new) 1.1 +9 -0 ports/www/mod_scgi/pkg-descr (new) 1.1 +3 -0 ports/www/mod_scgi/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 Aug 20 9:31:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04CBA37B400; Tue, 20 Aug 2002 09:31:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7645243E3B; Tue, 20 Aug 2002 09:31:27 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: from freefall.freebsd.org (nbm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KGVRJU064619; Tue, 20 Aug 2002 09:31:27 -0700 (PDT) (envelope-from nbm@freefall.freebsd.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KGVRBw064618; Tue, 20 Aug 2002 09:31:27 -0700 (PDT) Message-Id: <200208201631.g7KGVRBw064618@freefall.freebsd.org> From: Neil Blakey-Milner Date: Tue, 20 Aug 2002 09:31:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nbm 2002/08/20 09:31:26 PDT Modified files: . modules Log: mod_scgi --> ports/www/mod_scgi Revision Changes Path 1.5731 +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 Aug 20 9:32:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C28A37B400; Tue, 20 Aug 2002 09:32:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6FBB43E75; Tue, 20 Aug 2002 09:32:25 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: from freefall.freebsd.org (nbm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KGWPJU065361; Tue, 20 Aug 2002 09:32:25 -0700 (PDT) (envelope-from nbm@freefall.freebsd.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KGWPQ2065360; Tue, 20 Aug 2002 09:32:25 -0700 (PDT) Message-Id: <200208201632.g7KGWPQ2065360@freefall.freebsd.org> From: Neil Blakey-Milner Date: Tue, 20 Aug 2002 09:32:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/py-scgi 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 nbm 2002/08/20 09:32:25 PDT Modified files: www Makefile Added files: www/py-scgi Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add py-scgi 0.2, a python server implementation of the Simple Common Gateway Protocol. Revision Changes Path 1.524 +1 -0 ports/www/Makefile 1.1 +21 -0 ports/www/py-scgi/Makefile (new) 1.1 +1 -0 ports/www/py-scgi/distinfo (new) 1.1 +1 -0 ports/www/py-scgi/pkg-comment (new) 1.1 +3 -0 ports/www/py-scgi/pkg-descr (new) 1.1 +14 -0 ports/www/py-scgi/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 Aug 20 9:32:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3227037B400; Tue, 20 Aug 2002 09:32:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D845743E65; Tue, 20 Aug 2002 09:32:38 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: from freefall.freebsd.org (nbm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KGWcJU065407; Tue, 20 Aug 2002 09:32:38 -0700 (PDT) (envelope-from nbm@freefall.freebsd.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KGWcZg065406; Tue, 20 Aug 2002 09:32:38 -0700 (PDT) Message-Id: <200208201632.g7KGWcZg065406@freefall.freebsd.org> From: Neil Blakey-Milner Date: Tue, 20 Aug 2002 09:32:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nbm 2002/08/20 09:32:38 PDT Modified files: . modules Log: py-scgi --> ports/www/py-scgi Revision Changes Path 1.5732 +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 Aug 20 9:38: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 922A237B400; Tue, 20 Aug 2002 09:38:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 443B943E3B; Tue, 20 Aug 2002 09:38:06 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KGc6JU065762; Tue, 20 Aug 2002 09:38:06 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KGc6Ec065761; Tue, 20 Aug 2002 09:38:06 -0700 (PDT) Message-Id: <200208201638.g7KGc6Ec065761@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 20 Aug 2002 09:38:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/termcap termcap.src X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/08/20 09:38:06 PDT Modified files: share/termcap termcap.src Log: Previous commit of adding ut to xterm entry broke kterm-color entry. 3 bytes (ut:) seems too long for kterm-color. There is a limitation of buffer size within 1024 bytes in our ncurses. Submitted by: mistral@imasy.or.jp Reviewed by: matusita MFC after: 1 day Revision Changes Path 1.126 +1 -1 src/share/termcap/termcap.src To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 9:42:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E188F37B400; Tue, 20 Aug 2002 09:42:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9173443E42; Tue, 20 Aug 2002 09:42:35 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KGgZJU066789; Tue, 20 Aug 2002 09:42:35 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KGgZ8j066785; Tue, 20 Aug 2002 09:42:35 -0700 (PDT) Message-Id: <200208201642.g7KGgZ8j066785@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 20 Aug 2002 09:42:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libtai Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/08/20 09:42:35 PDT Modified files: devel/libtai Makefile pkg-plist Log: o Install header files so that this library is actually usable o Bump PORTREVISION Prompted by: tobez Revision Changes Path 1.6 +15 -0 ports/devel/libtai/Makefile 1.2 +6 -0 ports/devel/libtai/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 10:26:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE51F37B400; Tue, 20 Aug 2002 10:26:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8946A43E86; Tue, 20 Aug 2002 10:26:34 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KHQYJU078683; Tue, 20 Aug 2002 10:26:34 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KHQYb3078682; Tue, 20 Aug 2002 10:26:34 -0700 (PDT) Message-Id: <200208201726.g7KHQYb3078682@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 20 Aug 2002 10:26:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/libdv Makefile pkg-plist ports/graphics/libdv/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 lioux 2002/08/20 10:26:34 PDT Modified files: graphics/libdv Makefile pkg-plist Added files: graphics/libdv/files patch-configure Log: o Do not install *.la files; hence, add USE_LIBTOOL required by patch o Fix build when WITHOUT_SDL is defined o Convert to USE_GNOMENG o Bump PORTREVISION PR: 41501 Submitted by: KATO Tsuguru Revision Changes Path 1.9 +17 -11 ports/graphics/libdv/Makefile 1.3 +10 -0 ports/graphics/libdv/files/patch-configure (new) 1.4 +0 -1 ports/graphics/libdv/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 10:31:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10CAA37B400; Tue, 20 Aug 2002 10:31:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B32DB43E3B; Tue, 20 Aug 2002 10:31:09 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KHV9JU080109; Tue, 20 Aug 2002 10:31:09 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KHV93E080107; Tue, 20 Aug 2002 10:31:09 -0700 (PDT) Message-Id: <200208201731.g7KHV93E080107@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 20 Aug 2002 10:31:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad/linux-eagle Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/08/20 10:31:09 PDT Modified files: cad/linux-eagle Makefile distinfo pkg-plist Log: Update to 4.09r2 PR: 41614 Submitted by: Thomas E. Zander Revision Changes Path 1.5 +1 -1 ports/cad/linux-eagle/Makefile 1.3 +1 -1 ports/cad/linux-eagle/distinfo 1.3 +1 -1 ports/cad/linux-eagle/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 10:50:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96D6D37B400; Tue, 20 Aug 2002 10:50:41 -0700 (PDT) Received: from herbelot.dyndns.org (d108.dhcp212-198-26.noos.fr [212.198.26.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9476443E6A; Tue, 20 Aug 2002 10:50:39 -0700 (PDT) (envelope-from thierry@herbelot.com) Received: from diversion.herbelot.nom (diversion.herbelot.nom [192.168.2.6]) by herbelot.dyndns.org (8.9.3/8.9.3) with ESMTP id TAA98214; Tue, 20 Aug 2002 19:50:31 +0200 (CEST) (envelope-from thierry@herbelot.com) Content-Type: text/plain; charset="iso-8859-1" From: Thierry Herbelot To: Ollivier Robert , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: CVSROOT access Date: Tue, 20 Aug 2002 19:50:36 +0200 User-Agent: KMail/1.4.2 References: <200208200600.g7K60hAn097226@freefall.freebsd.org> In-Reply-To: <200208200600.g7K60hAn097226@freefall.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200208201950.36387.thierry@herbelot.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 > Please welcome Thomas Quinot (thomas), a new src committer, author of > ATAPICAM (recently committed). He will work mainly in the ATA/SCSI area > while working on the few ports he maintains. I'll be his mentor. bienvenue à bord ! TfH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 11:42:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EE9F37B401; Tue, 20 Aug 2002 11:42:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4246D43E3B; Tue, 20 Aug 2002 11:42:21 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: from freefall.freebsd.org (dillon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KIgLJU097142; Tue, 20 Aug 2002 11:42:21 -0700 (PDT) (envelope-from dillon@freefall.freebsd.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KIgLJ9097141; Tue, 20 Aug 2002 11:42:21 -0700 (PDT) Message-Id: <200208201842.g7KIgLJ9097141@freefall.freebsd.org> From: Matt Dillon Date: Tue, 20 Aug 2002 11:42:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys resource.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 dillon 2002/08/20 11:42:21 PDT Modified files: (Branch: RELENG_4) sys/sys resource.h Log: correct comment next to RLIMIT_VMEM definition. Submitted by: Andrey Alekseyev Revision Changes Path 1.12.2.2 +1 -1 src/sys/sys/resource.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 11:47:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A50037B400; Tue, 20 Aug 2002 11:47:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECBC043EA9; Tue, 20 Aug 2002 11:45:48 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: from freefall.freebsd.org (demon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KIjhJU097396; Tue, 20 Aug 2002 11:45:43 -0700 (PDT) (envelope-from demon@freefall.freebsd.org) Received: (from demon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KIjhag097395; Tue, 20 Aug 2002 11:45:43 -0700 (PDT) Message-Id: <200208201845.g7KIjhag097395@freefall.freebsd.org> From: Dmitry Sivachenko Date: Tue, 20 Aug 2002 11:45:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/yaz 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 demon 2002/08/20 11:45:43 PDT Modified files: net/yaz Makefile distinfo Log: Upgrade to version 1.8.9. Revision Changes Path 1.14 +1 -1 ports/net/yaz/Makefile 1.9 +1 -1 ports/net/yaz/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 12:17:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6347C37B4A4; Tue, 20 Aug 2002 12:17:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD06043F6F; Tue, 20 Aug 2002 11:57:15 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KIvBJU099617; Tue, 20 Aug 2002 11:57:11 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KIvBs7099616; Tue, 20 Aug 2002 11:57:11 -0700 (PDT) Message-Id: <200208201857.g7KIvBs7099616@freefall.freebsd.org> From: Archie Cobbs Date: Tue, 20 Aug 2002 11:57:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph netgraph.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 archie 2002/08/20 11:57:11 PDT Modified files: sys/netgraph netgraph.h Log: When declaring local variables in macros, always use "_name" instead of "name" to avoid ugly problems when the containing code already has a variable named "name". Revision Changes Path 1.34 +34 -33 src/sys/netgraph/netgraph.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 12:50:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF72837B400; Tue, 20 Aug 2002 12:50:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4594F43E6E; Tue, 20 Aug 2002 12:50:46 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KJojJU026796; Tue, 20 Aug 2002 12:50:45 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KJojMh026784; Tue, 20 Aug 2002 12:50:45 -0700 (PDT) Message-Id: <200208201950.g7KJojMh026784@freefall.freebsd.org> From: John Baldwin Date: Tue, 20 Aug 2002 12:50:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys pcpu.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/08/20 12:50:33 PDT Modified files: sys/sys pcpu.h Log: Whitespace and style fixes. Submitted by: bde Revision Changes Path 1.9 +15 -12 src/sys/sys/pcpu.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 12:56:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8364737B400; Tue, 20 Aug 2002 12:56:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3648143E42; Tue, 20 Aug 2002 12:56:40 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KJueJU029431; Tue, 20 Aug 2002 12:56:40 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KJueux029430; Tue, 20 Aug 2002 12:56:40 -0700 (PDT) Message-Id: <200208201956.g7KJueux029430@freefall.freebsd.org> From: Christian Weisgerber Date: Tue, 20 Aug 2002 12:56:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/detex 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 naddy 2002/08/20 12:56:39 PDT Modified files: print/detex Makefile Log: Fix build: malloc() prototype already provided by . Submitted by: Brian Minard Revision Changes Path 1.11 +1 -1 ports/print/detex/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 12:58:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFC2837B400; Tue, 20 Aug 2002 12:58:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 792F743E6A; Tue, 20 Aug 2002 12:58:41 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (smmsp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KJwfJU029911; Tue, 20 Aug 2002 12:58:41 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KJ8bA2008144; Tue, 20 Aug 2002 12:08:37 -0700 (PDT) Message-Id: <200208201908.g7KJ8bA2008144@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 20 Aug 2002 12:08:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ORBit2 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 marcus 2002/08/20 12:08:37 PDT Modified files: devel/ORBit2 Makefile distinfo Log: Update to 2.4.2. Revision Changes Path 1.78 +2 -2 ports/devel/ORBit2/Makefile 1.32 +1 -1 ports/devel/ORBit2/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 12:59: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADB3437B401; Tue, 20 Aug 2002 12:58:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1EB043E77; Tue, 20 Aug 2002 12:58:41 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (smmsp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KJwfJW029911; Tue, 20 Aug 2002 12:58:41 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KJAhSi009162; Tue, 20 Aug 2002 12:10:43 -0700 (PDT) Message-Id: <200208201910.g7KJAhSi009162@freefall.freebsd.org> From: Alan Eldridge Date: Tue, 20 Aug 2002 12:10:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/french/cups-base Makefile ports/french/cups-lpr Makefile ports/french/cups 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 alane 2002/08/20 12:10:42 PDT Modified files: french/cups-base Makefile french/cups-lpr Makefile french/cups Makefile Log: Forgot to take maintainership of these buggers, too. Revision Changes Path 1.3 +1 -1 ports/french/cups-base/Makefile 1.3 +1 -1 ports/french/cups-lpr/Makefile 1.4 +1 -1 ports/french/cups/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 12:59:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DECC37B405; Tue, 20 Aug 2002 12:58:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA4A243E7B; Tue, 20 Aug 2002 12:58:41 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (smmsp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KJwfJY029911; Tue, 20 Aug 2002 12:58:41 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KJevle023357; Tue, 20 Aug 2002 12:40:57 -0700 (PDT) Message-Id: <200208201940.g7KJevle023357@freefall.freebsd.org> From: Christian Weisgerber Date: Tue, 20 Aug 2002 12:40:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/tcptraceroute Makefile distinfo pkg-plist ports/net/tcptraceroute/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 naddy 2002/08/20 12:40:57 PDT Modified files: net/tcptraceroute Makefile distinfo pkg-plist net/tcptraceroute/files patch-Makefile Log: o update to upstream version 1.4 o move binary to proper place ${PREFIX}/sbin PR: 41803 Submitted by: Simon Schubert Revision Changes Path 1.3 +2 -2 ports/net/tcptraceroute/Makefile 1.3 +1 -1 ports/net/tcptraceroute/distinfo 1.3 +7 -7 ports/net/tcptraceroute/files/patch-Makefile 1.2 +2 -1 ports/net/tcptraceroute/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 12:59:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D44737B40A; Tue, 20 Aug 2002 12:58:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDB6F43E81; Tue, 20 Aug 2002 12:58:41 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (smmsp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KJwfJa029911; Tue, 20 Aug 2002 12:58:41 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KJQ3gG017052; Tue, 20 Aug 2002 12:26:03 -0700 (PDT) Message-Id: <200208201926.g7KJQ3gG017052@freefall.freebsd.org> From: Christian Weisgerber Date: Tue, 20 Aug 2002 12:26:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gnump3d Makefile distinfo pkg-descr pkg-plist ports/audio/gnump3d/files patch-config::ltmain.sh patch-configure.in patch-scripts_Makefile.in patch-src::threads.cc patch-src_files.cc patch-src_theme.cc patch-templates_Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2002/08/20 12:26:03 PDT Modified files: audio/gnump3d Makefile distinfo pkg-descr pkg-plist audio/gnump3d/files patch-config::ltmain.sh patch-scripts_Makefile.in patch-templates_Makefile.in Removed files: audio/gnump3d/files patch-configure.in patch-src::threads.cc patch-src_files.cc patch-src_theme.cc Log: * Update to version 1.0-pre1, which incorporates all our portability fixes plus miscellaneous small improvements. * Enable plugins again by installing .la files (oops). Revision Changes Path 1.9 +5 -3 ports/audio/gnump3d/Makefile 1.6 +1 -1 ports/audio/gnump3d/distinfo 1.3 +1 -14 ports/audio/gnump3d/files/patch-config::ltmain.sh 1.2 +0 -15 ports/audio/gnump3d/files/patch-configure.in (dead) 1.2 +8 -8 ports/audio/gnump3d/files/patch-scripts_Makefile.in 1.3 +0 -58 ports/audio/gnump3d/files/patch-src::threads.cc (dead) 1.2 +0 -14 ports/audio/gnump3d/files/patch-src_files.cc (dead) 1.2 +0 -19 ports/audio/gnump3d/files/patch-src_theme.cc (dead) 1.2 +9 -9 ports/audio/gnump3d/files/patch-templates_Makefile.in 1.2 +1 -1 ports/audio/gnump3d/pkg-descr 1.7 +10 -1 ports/audio/gnump3d/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 13:25: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD77B37B400; Tue, 20 Aug 2002 13:24:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AE0843FA1; Tue, 20 Aug 2002 13:18:35 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KKIPJU042179; Tue, 20 Aug 2002 13:18:25 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KKIPUM042177; Tue, 20 Aug 2002 13:18:25 -0700 (PDT) Message-Id: <200208202018.g7KKIPUM042177@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 20 Aug 2002 13:18:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/ruby-rexml Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/08/20 13:18:25 PDT Modified files: textproc/ruby-rexml Makefile distinfo Log: Update to 2.4.1. Revision Changes Path 1.19 +1 -1 ports/textproc/ruby-rexml/Makefile 1.19 +1 -1 ports/textproc/ruby-rexml/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 13:25:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 677E537B401; Tue, 20 Aug 2002 13:25:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EA2443FAD; Tue, 20 Aug 2002 13:18:37 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KKHHJU041784; Tue, 20 Aug 2002 13:17:17 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KKHHWt041783; Tue, 20 Aug 2002 13:17:17 -0700 (PDT) Message-Id: <200208202017.g7KKHHWt041783@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 20 Aug 2002 13:17:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_ruby Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/08/20 13:17:17 PDT Modified files: www/mod_ruby Makefile distinfo Log: Update to 1.0.0. Revision Changes Path 1.31 +1 -1 ports/www/mod_ruby/Makefile 1.23 +1 -1 ports/www/mod_ruby/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 13:28:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F28B137B400; Tue, 20 Aug 2002 13:28:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6F4543E6E; Tue, 20 Aug 2002 13:28:27 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KKSRJU046207; Tue, 20 Aug 2002 13:28:27 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KKSREc046206; Tue, 20 Aug 2002 13:28:27 -0700 (PDT) Message-Id: <200208202028.g7KKSREc046206@freefall.freebsd.org> From: Ceri Davies Date: Tue, 20 Aug 2002 13:28:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en docs.sgml www/en/projects newbies.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 ceri 2002/08/20 13:28:27 PDT Modified files: en docs.sgml en/projects newbies.sgml Log: Remove mention of the outdated Pedantic PPP Primer. Revision Changes Path 1.153 +1 -6 www/en/docs.sgml 1.26 +2 -2 www/en/projects/newbies.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 13:54:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0E5A37B400; Tue, 20 Aug 2002 13:54:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36D7943E6E; Tue, 20 Aug 2002 13:54:05 -0700 (PDT) (envelope-from johan@FreeBSD.org) Received: from freefall.freebsd.org (johan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KKs5JU054957; Tue, 20 Aug 2002 13:54:05 -0700 (PDT) (envelope-from johan@freefall.freebsd.org) Received: (from johan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KKs4ci054951; Tue, 20 Aug 2002 13:54:04 -0700 (PDT) Message-Id: <200208202054.g7KKs4ci054951@freefall.freebsd.org> From: Johan Karlsson Date: Tue, 20 Aug 2002 13:54:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/camcontrol camcontrol.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 johan 2002/08/20 13:54:03 PDT Modified files: sbin/camcontrol camcontrol.c Log: Take care of WARNS=3 warnings by using unsigned/signed variable as needed. Approved by: ken, sheldonh (mentor) Revision Changes Path 1.45 +7 -6 src/sbin/camcontrol/camcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 13:58:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4593C37B400; Tue, 20 Aug 2002 13:58:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D027D43E70; Tue, 20 Aug 2002 13:58:32 -0700 (PDT) (envelope-from tobez@FreeBSD.org) Received: from freefall.freebsd.org (tobez@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KKwWJU056275; Tue, 20 Aug 2002 13:58:32 -0700 (PDT) (envelope-from tobez@freefall.freebsd.org) Received: (from tobez@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KKwW9D056274; Tue, 20 Aug 2002 13:58:32 -0700 (PDT) Message-Id: <200208202058.g7KKwW9D056274@freefall.freebsd.org> From: Anton Berezin Date: Tue, 20 Aug 2002 13:58:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/perl5.8 Makefile ports/lang/perl5.8/files patch-lib_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 tobez 2002/08/20 13:58:32 PDT Modified files: lang/perl5.8 Makefile Added files: lang/perl5.8/files patch-lib_pm Log: o Make perl -MConfig -e 'use lib $Config{installsitelib}' work o Bump PORTREVISION Prompted by: green Revision Changes Path 1.50 +1 -1 ports/lang/perl5.8/Makefile 1.1 +45 -0 ports/lang/perl5.8/files/patch-lib_pm (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 14: 9:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED0F537B400; Tue, 20 Aug 2002 14:09:19 -0700 (PDT) Received: from heechee.tobez.org (254.adsl0.ryv.worldonline.dk [213.237.10.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 864D143E75; Tue, 20 Aug 2002 14:09:18 -0700 (PDT) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id 46889AC22; Tue, 20 Aug 2002 23:09:16 +0200 (CEST) Date: Tue, 20 Aug 2002 23:09:16 +0200 From: Anton Berezin To: Christian Weisgerber Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, erwin@lansing.dk, ijliao@FreeBSD.org, sobomax@FreeBSD.org, fuyuki@hadaly.org Subject: Re: cvs commit: ports/security/p5-Crypt-PasswdMD5 Makefile Message-ID: <20020820210916.GD16178@heechee.tobez.org> References: <200208151145.g7FBj7pO005551@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208151145.g7FBj7pO005551@freefall.freebsd.org> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Aug 15, 2002 at 04:45:06AM -0700, Christian Weisgerber wrote: > Modified files: > security/p5-Crypt-PasswdMD5 Makefile > Log: > Fix expression for REINPLACE_CMD to work with sed. > > PR: 41679 > Submitted by: Kimura Fuyuki > > This uses a slightly different fix. Sorry for Ccing so many people. I just find it funny that it took five people to fix that... A question to Erwin: What is the point of jumping through the REINPLACE_CMD hoops for ports that USE_PERL? :-) Cheers, +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 Aug 20 14:16:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D6BC37B400; Tue, 20 Aug 2002 14:16:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5A9443E4A; Tue, 20 Aug 2002 14:16:24 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KLGOJU065926; Tue, 20 Aug 2002 14:16:24 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KLGOYi065925; Tue, 20 Aug 2002 14:16:24 -0700 (PDT) Message-Id: <200208202116.g7KLGOYi065925@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 20 Aug 2002 14:16:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/gnomeutils2 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 marcus 2002/08/20 14:16:24 PDT Modified files: misc/gnomeutils2 Makefile distinfo pkg-plist Log: Update to 2.0.3. Revision Changes Path 1.51 +2 -2 ports/misc/gnomeutils2/Makefile 1.25 +1 -1 ports/misc/gnomeutils2/distinfo 1.21 +1 -0 ports/misc/gnomeutils2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 14:17:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCBED37B400; Tue, 20 Aug 2002 14:17:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CBEB43E65; Tue, 20 Aug 2002 14:17:08 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KLH8JU066101; Tue, 20 Aug 2002 14:17:08 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KLH802066088; Tue, 20 Aug 2002 14:17:08 -0700 (PDT) Message-Id: <200208202117.g7KLH802066088@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 20 Aug 2002 14:17:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gdm2 Makefile distinfo pkg-plist ports/x11/gdm2/files patch-ab patch-config_Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/20 14:17:04 PDT Modified files: x11/gdm2 Makefile distinfo pkg-plist x11/gdm2/files patch-ab patch-config_Makefile.in Log: Update to 2.4.0.8. Revision Changes Path 1.42 +2 -2 ports/x11/gdm2/Makefile 1.21 +1 -1 ports/x11/gdm2/distinfo 1.9 +30 -29 ports/x11/gdm2/files/patch-ab 1.2 +19 -19 ports/x11/gdm2/files/patch-config_Makefile.in 1.18 +4 -1 ports/x11/gdm2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 14:25:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BDE037B401; Tue, 20 Aug 2002 14:25:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E819A43E3B; Tue, 20 Aug 2002 14:25:34 -0700 (PDT) (envelope-from cy@FreeBSD.org) Received: from freefall.freebsd.org (cy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KLPXJU068665; Tue, 20 Aug 2002 14:25:33 -0700 (PDT) (envelope-from cy@freefall.freebsd.org) Received: (from cy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KLPXCE068663; Tue, 20 Aug 2002 14:25:33 -0700 (PDT) Message-Id: <200208202125.g7KLPXCE068663@freefall.freebsd.org> From: Cy Schubert Date: Tue, 20 Aug 2002 14:25:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/krb5-beta Makefile distinfo pkg-comment pkg-descr pkg-plist ports/security/krb5-beta/files README.FreeBSD patch-ac patch-ad patch-ae patch-af patch-ai patch-aj patch-appl::bsd::Makefile.in patch-appl::bsd::klogind.M patch-appl::telnet::telnetd::Makefile.in ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cy 2002/08/20 14:25:32 PDT Added files: security/krb5-beta Makefile distinfo pkg-comment pkg-descr pkg-plist security/krb5-beta/files README.FreeBSD patch-ac patch-ad patch-ae patch-af patch-ai patch-aj patch-appl::bsd::Makefile.in patch-appl::bsd::klogind.M patch-appl::telnet::telnetd::Makefile.in patch-appl::telnet::telnetd::telnetd.8 patch-appl::telnet::telnetd::utility.c patch-as patch-at patch-av patch-ax patch-ay patch-ba patch-bb Log: New MIT Kerberos V beta, V 1.2.6-beta1. Revision Changes Path 1.7 +134 -0 ports/security/krb5-beta/Makefile (new) 1.7 +1 -0 ports/security/krb5-beta/distinfo (new) 1.5 +32 -0 ports/security/krb5-beta/files/README.FreeBSD (new) 1.5 +13 -0 ports/security/krb5-beta/files/patch-ac (new) 1.5 +13 -0 ports/security/krb5-beta/files/patch-ad (new) 1.5 +13 -0 ports/security/krb5-beta/files/patch-ae (new) 1.5 +13 -0 ports/security/krb5-beta/files/patch-af (new) 1.5 +28 -0 ports/security/krb5-beta/files/patch-ai (new) 1.5 +19 -0 ports/security/krb5-beta/files/patch-aj (new) 1.5 +11 -0 ports/security/krb5-beta/files/patch-appl::bsd::Makefile.in (new) 1.5 +34 -0 ports/security/krb5-beta/files/patch-appl::bsd::klogind.M (new) 1.5 +11 -0 ports/security/krb5-beta/files/patch-appl::telnet::telnetd::Makefile.in (new) 1.5 +22 -0 ports/security/krb5-beta/files/patch-appl::telnet::telnetd::telnetd.8 (new) 1.5 +38 -0 ports/security/krb5-beta/files/patch-appl::telnet::telnetd::utility.c (new) 1.5 +199 -0 ports/security/krb5-beta/files/patch-as (new) 1.5 +14 -0 ports/security/krb5-beta/files/patch-at (new) 1.5 +15 -0 ports/security/krb5-beta/files/patch-av (new) 1.5 +11 -0 ports/security/krb5-beta/files/patch-ax (new) 1.5 +50 -0 ports/security/krb5-beta/files/patch-ay (new) 1.5 +81 -0 ports/security/krb5-beta/files/patch-ba (new) 1.5 +10 -0 ports/security/krb5-beta/files/patch-bb (new) 1.5 +1 -0 ports/security/krb5-beta/pkg-comment (new) 1.5 +24 -0 ports/security/krb5-beta/pkg-descr (new) 1.5 +125 -0 ports/security/krb5-beta/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 Aug 20 14:27:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4734D37B406; Tue, 20 Aug 2002 14:27:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F292543E6A; Tue, 20 Aug 2002 14:27:40 -0700 (PDT) (envelope-from cy@FreeBSD.org) Received: from freefall.freebsd.org (cy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KLReJU069467; Tue, 20 Aug 2002 14:27:40 -0700 (PDT) (envelope-from cy@freefall.freebsd.org) Received: (from cy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KLRefV069465; Tue, 20 Aug 2002 14:27:40 -0700 (PDT) Message-Id: <200208202127.g7KLRefV069465@freefall.freebsd.org> From: Cy Schubert Date: Tue, 20 Aug 2002 14:27:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security 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 cy 2002/08/20 14:27:40 PDT Modified files: security Makefile Log: Resurrect krb5-beta for 1.2.6-beta1. Revision Changes Path 1.325 +1 -0 ports/security/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 14:29:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EF5437B400; Tue, 20 Aug 2002 14:29:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB18243E6E; Tue, 20 Aug 2002 14:29:13 -0700 (PDT) (envelope-from cy@FreeBSD.org) Received: from freefall.freebsd.org (cy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KLTDJU070023; Tue, 20 Aug 2002 14:29:13 -0700 (PDT) (envelope-from cy@freefall.freebsd.org) Received: (from cy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KLTDeF070021; Tue, 20 Aug 2002 14:29:13 -0700 (PDT) Message-Id: <200208202129.g7KLTDeF070021@freefall.freebsd.org> From: Cy Schubert Date: Tue, 20 Aug 2002 14:29:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cy 2002/08/20 14:29:13 PDT Modified files: . modules Log: Resurrect krb5-beta for 1.2.6-beta1. Revision Changes Path 1.5733 +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 Aug 20 14:30:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3018D37B401; Tue, 20 Aug 2002 14:30:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D87ED43E4A; Tue, 20 Aug 2002 14:30:34 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KLUYJU070641; Tue, 20 Aug 2002 14:30:34 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KLUYgR070640; Tue, 20 Aug 2002 14:30:34 -0700 (PDT) Message-Id: <200208202130.g7KLUYgR070640@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 20 Aug 2002 14:30:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/ruby-log4r 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 2002/08/20 14:30:34 PDT Modified files: sysutils/ruby-log4r Makefile distinfo pkg-plist Log: Update to 1.0.2. Revision Changes Path 1.4 +1 -1 ports/sysutils/ruby-log4r/Makefile 1.4 +1 -1 ports/sysutils/ruby-log4r/distinfo 1.4 +77 -65 ports/sysutils/ruby-log4r/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 14:41:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA81637B400; Tue, 20 Aug 2002 14:41:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F9A443E65; Tue, 20 Aug 2002 14:41:15 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: from freefall.freebsd.org (alfred@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KLfFJU075399; Tue, 20 Aug 2002 14:41:15 -0700 (PDT) (envelope-from alfred@freefall.freebsd.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KLfF8J075391; Tue, 20 Aug 2002 14:41:15 -0700 (PDT) Message-Id: <200208202141.g7KLfF8J075391@freefall.freebsd.org> From: Alfred Perlstein Date: Tue, 20 Aug 2002 14:41:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/dict 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 alfred 2002/08/20 14:41:14 PDT Modified files: share/dict README Log: Fix url for wordlists. PR: docs/41830 Revision Changes Path 1.10 +2 -2 src/share/dict/README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 14:42:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50E9A37B405; Tue, 20 Aug 2002 14:42:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 076C943E3B; Tue, 20 Aug 2002 14:42:33 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: from freefall.freebsd.org (alfred@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KLgWJU076442; Tue, 20 Aug 2002 14:42:32 -0700 (PDT) (envelope-from alfred@freefall.freebsd.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KLgWSp076441; Tue, 20 Aug 2002 14:42:32 -0700 (PDT) Message-Id: <200208202142.g7KLgWSp076441@freefall.freebsd.org> From: Alfred Perlstein Date: Tue, 20 Aug 2002 14:42:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/dict README 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 alfred 2002/08/20 14:42:32 PDT Modified files: (Branch: RELENG_4) share/dict README Log: MFC: 1.10 (fix url) PR: docs/41830 Revision Changes Path 1.7.2.2 +2 -2 src/share/dict/README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 14:59:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6A6437B401; Tue, 20 Aug 2002 14:59:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C67143E6E; Tue, 20 Aug 2002 14:59:51 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KLxpJU078386; Tue, 20 Aug 2002 14:59:51 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KLxpmn078385; Tue, 20 Aug 2002 14:59:51 -0700 (PDT) Message-Id: <200208202159.g7KLxpmn078385@freefall.freebsd.org> From: Archie Cobbs Date: Tue, 20 Aug 2002 14:59:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf NOTES files options src/sys/netgraph ng_l2tp.c ng_l2tp.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 archie 2002/08/20 14:59:51 PDT Modified files: sys/conf NOTES files options Added files: sys/netgraph ng_l2tp.c ng_l2tp.h Log: New L2TP netgraph node type. Obtained from: Packet Design Revision Changes Path 1.1066 +2 -1 src/sys/conf/NOTES 1.690 +1 -0 src/sys/conf/files 1.344 +1 -0 src/sys/conf/options 1.1 +1479 -0 src/sys/netgraph/ng_l2tp.c (new) 1.1 +161 -0 src/sys/netgraph/ng_l2tp.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 15: 1: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2129437B400; Tue, 20 Aug 2002 15:00:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8FA343E4A; Tue, 20 Aug 2002 15:00:56 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KM0uJU079198; Tue, 20 Aug 2002 15:00:56 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KM0u9t079197; Tue, 20 Aug 2002 15:00:56 -0700 (PDT) Message-Id: <200208202200.g7KM0u9t079197@freefall.freebsd.org> From: Archie Cobbs Date: Tue, 20 Aug 2002 15:00:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 Makefile ng_l2tp.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2002/08/20 15:00:56 PDT Modified files: share/man/man4 Makefile Added files: share/man/man4 ng_l2tp.4 Log: Man page for new L2TP netgraph node type. Obtained from: Packet Design Revision Changes Path 1.161 +1 -0 src/share/man/man4/Makefile 1.1 +303 -0 src/share/man/man4/ng_l2tp.4 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 15: 4: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9132837B401; Tue, 20 Aug 2002 15:03:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42F8143E42; Tue, 20 Aug 2002 15:03:57 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KM3vJU080037; Tue, 20 Aug 2002 15:03:57 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KM3vIJ080036; Tue, 20 Aug 2002 15:03:57 -0700 (PDT) Message-Id: <200208202203.g7KM3vIJ080036@freefall.freebsd.org> From: Archie Cobbs Date: Tue, 20 Aug 2002 15:03:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/netgraph Makefile src/sys/modules/netgraph/l2tp 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 archie 2002/08/20 15:03:57 PDT Modified files: sys/modules/netgraph Makefile Added files: sys/modules/netgraph/l2tp Makefile Log: Add ng_l2tp module. Revision Changes Path 1.25 +3 -2 src/sys/modules/netgraph/Makefile 1.1 +6 -0 src/sys/modules/netgraph/l2tp/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 Aug 20 15:44:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8055137B401; Tue, 20 Aug 2002 15:44:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13E6E43E72; Tue, 20 Aug 2002 15:44:41 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KMieJU091125; Tue, 20 Aug 2002 15:44:40 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KMiewF091124; Tue, 20 Aug 2002 15:44:40 -0700 (PDT) Message-Id: <200208202244.g7KMiewF091124@freefall.freebsd.org> From: "Tim J. Robbins" Date: Tue, 20 Aug 2002 15:44:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include wchar.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 tjr 2002/08/20 15:44:40 PDT Modified files: include wchar.h Log: Restrict visibility of wcwidth() and wcswidth(); they are XSI extensions. Revision Changes Path 1.15 +5 -2 src/include/wchar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 16: 4:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FA3237B400; Tue, 20 Aug 2002 16:04:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5551C43E42; Tue, 20 Aug 2002 16:04:09 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KN49JU094936; Tue, 20 Aug 2002 16:04:09 -0700 (PDT) (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KN49aQ094935; Tue, 20 Aug 2002 16:04:09 -0700 (PDT) Message-Id: <200208202304.g7KN49aQ094935@freefall.freebsd.org> From: Matt Jacob Date: Tue, 20 Aug 2002 16:04:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mpt mpt.c mpt.h mpt_debug.c mpt_freebsd.c mpt_freebsd.h mpt_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 mjacob 2002/08/20 16:04:09 PDT Modified files: sys/dev/mpt mpt.c mpt.h mpt_debug.c mpt_freebsd.c mpt_freebsd.h mpt_pci.c Log: A chunk of cleanup, both stylistic and substantive. We now also read configuration information for the SCSI cards- this allows us to try and say what the speed settings now are. Start, but not yet complete, the process of reorgs && #defines so that we can backport to RELENG_4 pretty soon. Revision Changes Path 1.2 +542 -33 src/sys/dev/mpt/mpt.c 1.2 +15 -25 src/sys/dev/mpt/mpt.h 1.2 +2 -2 src/sys/dev/mpt/mpt_debug.c 1.2 +204 -135 src/sys/dev/mpt/mpt_freebsd.c 1.2 +196 -85 src/sys/dev/mpt/mpt_freebsd.h 1.2 +62 -50 src/sys/dev/mpt/mpt_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 16:39:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DEEB37B400; Tue, 20 Aug 2002 16:39:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 121AF43E6A; Tue, 20 Aug 2002 16:39:33 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KNdWJU006220; Tue, 20 Aug 2002 16:39:32 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KNdWbn006219; Tue, 20 Aug 2002 16:39:32 -0700 (PDT) Message-Id: <200208202339.g7KNdWbn006219@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 20 Aug 2002 16:39:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gnome/docs faq2.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 marcus 2002/08/20 16:39:32 PDT Modified files: en/gnome/docs faq2.sgml Log: Fix a typo. Revision Changes Path 1.8 +2 -2 www/en/gnome/docs/faq2.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 16:48:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FBAE37B400; Tue, 20 Aug 2002 16:48:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F72143E6A; Tue, 20 Aug 2002 16:48:16 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KNmGJU007974; Tue, 20 Aug 2002 16:48:16 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KNmGnt007973; Tue, 20 Aug 2002 16:48:16 -0700 (PDT) Message-Id: <200208202348.g7KNmGnt007973@freefall.freebsd.org> From: Archie Cobbs Date: Tue, 20 Aug 2002 16:48:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files options src/sys/i386/conf LINT src/sys/modules/netgraph Makefile src/sys/modules/netgraph/l2tp Makefile src/sys/netgraph ng_l2tp.c ng_l2tp.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 archie 2002/08/20 16:48:16 PDT Modified files: (Branch: RELENG_4) sys/conf files options sys/i386/conf LINT sys/modules/netgraph Makefile Added files: (Branch: RELENG_4) sys/modules/netgraph/l2tp Makefile sys/netgraph ng_l2tp.c ng_l2tp.h Log: MFC: New L2TP netgraph node type. Revision Changes Path 1.340.2.110 +1 -0 src/sys/conf/files 1.191.2.42 +1 -0 src/sys/conf/options 1.749.2.119 +1 -0 src/sys/i386/conf/LINT 1.8.2.8 +4 -3 src/sys/modules/netgraph/Makefile 1.1.2.1 +7 -0 src/sys/modules/netgraph/l2tp/Makefile (new) 1.1.2.1 +1467 -0 src/sys/netgraph/ng_l2tp.c (new) 1.1.2.1 +161 -0 src/sys/netgraph/ng_l2tp.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 16:49:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA15837B400; Tue, 20 Aug 2002 16:49:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2995243E3B; Tue, 20 Aug 2002 16:49:04 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KNmrJU008057; Tue, 20 Aug 2002 16:48:53 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KNmr4k008056; Tue, 20 Aug 2002 16:48:53 -0700 (PDT) Message-Id: <200208202348.g7KNmr4k008056@freefall.freebsd.org> From: Archie Cobbs Date: Tue, 20 Aug 2002 16:48:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 Makefile ng_l2tp.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2002/08/20 16:48:53 PDT Modified files: (Branch: RELENG_4) share/man/man4 Makefile Added files: (Branch: RELENG_4) share/man/man4 ng_l2tp.4 Log: MFC: New L2TP netgraph node type. Revision Changes Path 1.83.2.45 +1 -0 src/share/man/man4/Makefile 1.1.2.1 +303 -0 src/share/man/man4/ng_l2tp.4 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 16:58:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15DB037B400; Tue, 20 Aug 2002 16:58:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE2F743E70; Tue, 20 Aug 2002 16:58:49 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KNwnJU009892; Tue, 20 Aug 2002 16:58:49 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KNwnME009891; Tue, 20 Aug 2002 16:58:49 -0700 (PDT) Message-Id: <200208202358.g7KNwnME009891@freefall.freebsd.org> From: Archie Cobbs Date: Tue, 20 Aug 2002 16:58:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/netgraph 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 archie 2002/08/20 16:58:49 PDT Modified files: sys/modules/netgraph Makefile Log: Keep subdirectory list sorted. Revision Changes Path 1.26 +2 -2 src/sys/modules/netgraph/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 17: 2: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0039437B400; Tue, 20 Aug 2002 17:01:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD8B843E42; Tue, 20 Aug 2002 17:01:59 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L01xJU011437; Tue, 20 Aug 2002 17:01:59 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L01xtE011436; Tue, 20 Aug 2002 17:01:59 -0700 (PDT) Message-Id: <200208210001.g7L01xtE011436@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 20 Aug 2002 17:01:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology Makefile ports/biology/L-Breeder Makefile distinfo pkg-comment pkg-descr pkg-plist ports/biology/L-Breeder/files patch-GL_Lsystem::Makefile patch-LBreeder::Makefile patch-LBreeder::MyTextFrame.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 lioux 2002/08/20 17:01:59 PDT Modified files: biology Makefile Added files: biology/L-Breeder Makefile distinfo pkg-comment pkg-descr pkg-plist biology/L-Breeder/files patch-GL_Lsystem::Makefile patch-LBreeder::Makefile patch-LBreeder::MyTextFrame.cpp Log: New port L-Breeder version 1.0: Allows you to display and breed L-system forms PR: 38725 Submitted by: David Yeske Revision Changes Path 1.1 +53 -0 ports/biology/L-Breeder/Makefile (new) 1.1 +1 -0 ports/biology/L-Breeder/distinfo (new) 1.1 +11 -0 ports/biology/L-Breeder/files/patch-GL_Lsystem::Makefile (new) 1.1 +14 -0 ports/biology/L-Breeder/files/patch-LBreeder::Makefile (new) 1.1 +7 -0 ports/biology/L-Breeder/files/patch-LBreeder::MyTextFrame.cpp (new) 1.1 +1 -0 ports/biology/L-Breeder/pkg-comment (new) 1.1 +7 -0 ports/biology/L-Breeder/pkg-descr (new) 1.1 +1 -0 ports/biology/L-Breeder/pkg-plist (new) 1.52 +1 -0 ports/biology/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 17: 2:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC03D37B401; Tue, 20 Aug 2002 17:02:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 407FC43E65; Tue, 20 Aug 2002 17:02:15 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L02FJU011493; Tue, 20 Aug 2002 17:02:15 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L02FnR011492; Tue, 20 Aug 2002 17:02:15 -0700 (PDT) Message-Id: <200208210002.g7L02FnR011492@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 20 Aug 2002 17:02:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/08/20 17:02:15 PDT Modified files: . modules Log: L-Breeder --> ports/biology/L-Breeder Revision Changes Path 1.5734 +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 Aug 20 17:40:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C89037B400; Tue, 20 Aug 2002 17:40:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B64C43E72; Tue, 20 Aug 2002 17:40:00 -0700 (PDT) (envelope-from thomas@FreeBSD.org) Received: from freefall.freebsd.org (thomas@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L0dnJU021557; Tue, 20 Aug 2002 17:39:50 -0700 (PDT) (envelope-from thomas@freefall.freebsd.org) Received: (from thomas@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L0dnGR021556; Tue, 20 Aug 2002 17:39:49 -0700 (PDT) Message-Id: <200208210039.g7L0dnGR021556@freefall.freebsd.org> From: Thomas Quinot Date: Tue, 20 Aug 2002 17:39:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/calife 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 thomas 2002/08/20 17:39:49 PDT Modified files: security/calife Makefile distinfo Log: Update port to latest upstream release, 2.8.4d. Update MAINTAINER address. Reviewed by: roberto Approved by: roberto Revision Changes Path 1.4 +3 -3 ports/security/calife/Makefile 1.4 +1 -1 ports/security/calife/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 18:15:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C47E37B400; Tue, 20 Aug 2002 18:15:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF46543E6E; Tue, 20 Aug 2002 18:15:55 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L1FtJU032158; Tue, 20 Aug 2002 18:15:55 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L1FtqG032157; Tue, 20 Aug 2002 18:15:55 -0700 (PDT) Message-Id: <200208210115.g7L1FtqG032157@freefall.freebsd.org> From: Archie Cobbs Date: Tue, 20 Aug 2002 18:15:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libpdel 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 archie 2002/08/20 18:15:55 PDT Added files: devel/libpdel Makefile distinfo pkg-comment pkg-descr pkg-plist Log: The Packet Design Embedded Library (PDEL) is a C library containing an assorted collection of code useful for developing embedded applications: - C data structure run-time introspection library: structs(3) - Threaded HTTP client/server library: http_server(3) - Application configuration framework: app_config(3) - Heap memory accounting and sanity checking: typed_mem(3) - File template library: tmpl(3) - Routines to configure networking interfaces, ARP table, and routing table (FreeBSD only): if_util(3), route_msg(3), uroute(3) - Logging library: alog(3) - Generic TCP server: tcp_server(3) - Generic hash table implementation: ghash(3) - Generic balanced tree implementation: gtree(3) - FILE * enhancements: - Base-64 encoding/decoding: base64(3) - Events and actions with automated locking: paction(3), pevent(3) - Generalized per-thread variables: tinfo(3) - Message ports: mesg_port(3) - Digital signature creation/verification: rsa_util_sign(3) - Filesystem mounting/unmounting (FreeBSD only): fs_mount(3) - String quoting/parsing: string_enquote(3) For more details, see the individual man pages referenced above. Revision Changes Path 1.1 +20 -0 ports/devel/libpdel/Makefile (new) 1.1 +1 -0 ports/devel/libpdel/distinfo (new) 1.1 +1 -0 ports/devel/libpdel/pkg-comment (new) 1.1 +24 -0 ports/devel/libpdel/pkg-descr (new) 1.1 +506 -0 ports/devel/libpdel/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 Aug 20 18:18:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C77937B400; Tue, 20 Aug 2002 18:18:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30BE843E70; Tue, 20 Aug 2002 18:18:11 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L1IBJU032317; Tue, 20 Aug 2002 18:18:11 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L1IB6T032316; Tue, 20 Aug 2002 18:18:11 -0700 (PDT) Message-Id: <200208210118.g7L1IB6T032316@freefall.freebsd.org> From: Archie Cobbs Date: Tue, 20 Aug 2002 18:18:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2002/08/20 18:18:10 PDT Modified files: . modules Log: Link libpdel --> ports/devel/libpdel. Also resort list. Revision Changes Path 1.5735 +10 -9 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 18:35:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B551137B400; Tue, 20 Aug 2002 18:35:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66AF243E4A; Tue, 20 Aug 2002 18:35:45 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L1ZjJU035612; Tue, 20 Aug 2002 18:35:45 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L1Zj2h035611; Tue, 20 Aug 2002 18:35:45 -0700 (PDT) Message-Id: <200208210135.g7L1Zj2h035611@freefall.freebsd.org> From: Kevin Lo Date: Tue, 20 Aug 2002 18:35:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/worker Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2002/08/20 18:35:45 PDT Modified files: x11-fm/worker Makefile distinfo Log: Update to 2.6.0 PR: 41825 Submitted by: MAINTAINER Revision Changes Path 1.9 +1 -1 ports/x11-fm/worker/Makefile 1.9 +1 -1 ports/x11-fm/worker/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 18:40:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2657437B400; Tue, 20 Aug 2002 18:40:10 -0700 (PDT) Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BE2043E6A; Tue, 20 Aug 2002 18:40:09 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by sccrmhc02.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020821014008.MWHZ13899.sccrmhc02.attbi.com@InterJet.elischer.org>; Wed, 21 Aug 2002 01:40:08 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id SAA54096; Tue, 20 Aug 2002 18:28:20 -0700 (PDT) Date: Tue, 20 Aug 2002 18:28:18 -0700 (PDT) From: Julian Elischer To: Archie Cobbs Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/libpdel Makefile distinfo pkg-comment pkg-descr pkg-plist In-Reply-To: <200208210115.g7L1FtqG032157@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 very nice.. Now to think of some world shaking/cool thing to DO with it :-) This looks like it's desiged to produce embedded web-servers for controlling (say) a network appliance...:-) On Tue, 20 Aug 2002, Archie Cobbs wrote: > archie 2002/08/20 18:15:55 PDT > > Added files: > devel/libpdel Makefile distinfo pkg-comment pkg-descr > pkg-plist > Log: > The Packet Design Embedded Library (PDEL) is a C library containing an > assorted collection of code useful for developing embedded applications: > > - C data structure run-time introspection library: structs(3) > - Threaded HTTP client/server library: http_server(3) > - Application configuration framework: app_config(3) > - Heap memory accounting and sanity checking: typed_mem(3) > - File template library: tmpl(3) > - Routines to configure networking interfaces, ARP table, and routing > table (FreeBSD only): if_util(3), route_msg(3), uroute(3) > - Logging library: alog(3) > - Generic TCP server: tcp_server(3) > - Generic hash table implementation: ghash(3) > - Generic balanced tree implementation: gtree(3) > - FILE * enhancements: > - Base-64 encoding/decoding: base64(3) > - Events and actions with automated locking: paction(3), pevent(3) > - Generalized per-thread variables: tinfo(3) > - Message ports: mesg_port(3) > - Digital signature creation/verification: rsa_util_sign(3) > - Filesystem mounting/unmounting (FreeBSD only): fs_mount(3) > - String quoting/parsing: string_enquote(3) > > For more details, see the individual man pages referenced above. > > Revision Changes Path > 1.1 +20 -0 ports/devel/libpdel/Makefile (new) > 1.1 +1 -0 ports/devel/libpdel/distinfo (new) > 1.1 +1 -0 ports/devel/libpdel/pkg-comment (new) > 1.1 +24 -0 ports/devel/libpdel/pkg-descr (new) > 1.1 +506 -0 ports/devel/libpdel/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 Aug 20 18:46:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26C3337B400; Tue, 20 Aug 2002 18:46:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C80B243E6A; Tue, 20 Aug 2002 18:46:40 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L1keJU037280; Tue, 20 Aug 2002 18:46:40 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L1ke9S037279; Tue, 20 Aug 2002 18:46:40 -0700 (PDT) Message-Id: <200208210146.g7L1ke9S037279@freefall.freebsd.org> From: Kevin Lo Date: Tue, 20 Aug 2002 18:46:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/ladspa Makefile distinfo ports/audio/ladspa/files patch-applyplugin.c 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 kevlo 2002/08/20 18:46:40 PDT Modified files: audio/ladspa Makefile distinfo audio/ladspa/files patch-applyplugin.c Removed files: audio/ladspa/files patch-makefile Log: Update to version 1.1 PR: 41821 Submitted by: MAINTAINER Revision Changes Path 1.2 +15 -12 ports/audio/ladspa/Makefile 1.2 +1 -1 ports/audio/ladspa/distinfo 1.2 +2 -2 ports/audio/ladspa/files/patch-applyplugin.c 1.2 +0 -67 ports/audio/ladspa/files/patch-makefile (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 18:53:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2273F37B400; Tue, 20 Aug 2002 18:53:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0FBB43E72; Tue, 20 Aug 2002 18:53:45 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L1rjJU038868; Tue, 20 Aug 2002 18:53:45 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L1rjnA038867; Tue, 20 Aug 2002 18:53:45 -0700 (PDT) Message-Id: <200208210153.g7L1rjnA038867@freefall.freebsd.org> From: Kevin Lo Date: Tue, 20 Aug 2002 18:53:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/courier Makefile Makefile.own distinfo pkg-plist ports/mail/courier/files patch-pcp::intl::dcigettext.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 kevlo 2002/08/20 18:53:45 PDT Modified files: mail/courier Makefile Makefile.own distinfo pkg-plist Removed files: mail/courier/files patch-pcp::intl::dcigettext.c Log: Update to version 0.39.3 PR: 41832 Submitted by: MAINTAINER Revision Changes Path 1.11 +2 -1 ports/mail/courier/Makefile 1.3 +1 -1 ports/mail/courier/Makefile.own 1.8 +1 -1 ports/mail/courier/distinfo 1.2 +0 -11 ports/mail/courier/files/patch-pcp::intl::dcigettext.c (dead) 1.6 +2 -2 ports/mail/courier/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 19: 0: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A37F37B400; Tue, 20 Aug 2002 19:00:03 -0700 (PDT) Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE83943E65; Tue, 20 Aug 2002 19:00:02 -0700 (PDT) (envelope-from archie@dellroad.org) Received: from arch20m.dellroad.org (arch20m.dellroad.org [10.1.1.20]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id SAA88344; Tue, 20 Aug 2002 18:46:00 -0700 (PDT) Received: (from archie@localhost) by arch20m.dellroad.org (8.11.6/8.11.6) id g7L1jGC04039; Tue, 20 Aug 2002 18:45:16 -0700 (PDT) (envelope-from archie) From: Archie Cobbs Message-Id: <200208210145.g7L1jGC04039@arch20m.dellroad.org> Subject: Re: cvs commit: ports/devel/libpdel Makefile distinfo pkg-comment pkg-descr pkg-plist In-Reply-To: "from Julian Elischer at Aug 20, 2002 06:28:18 pm" To: Julian Elischer Date: Tue, 20 Aug 2002 18:45:16 -0700 (PDT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL88 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Julian Elischer writes: > very nice.. Now to think of some world shaking/cool thing to DO with it > :-) If you're interested, take a look at the pevent(3) interface, especially the part about the user-supplied mutex. This is the kind of API that would be nice to have in the kernel (mentioned in a previous thread a month or two ago) because of the automated handling of race conditions. Also, IMHO the structs(3) library would be a nice way to pass data between user <--> kernel (it compiles fine in the kernel). It could easily replace the ng_parse, sysctl, etc. > This looks like it's desiged to produce embedded web-servers for > controlling (say) a network appliance...:-) The demo web server is the next port to commit ... :-) -Archie __________________________________________________________________________ Archie Cobbs * Packet Design * http://www.packetdesign.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 19:14:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 450F337B400; Tue, 20 Aug 2002 19:14:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3A0243E70; Tue, 20 Aug 2002 19:14:35 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L2EZJU046636; Tue, 20 Aug 2002 19:14:35 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L2EZ5j046635; Tue, 20 Aug 2002 19:14:35 -0700 (PDT) Message-Id: <200208210214.g7L2EZ5j046635@freefall.freebsd.org> From: Kevin Lo Date: Tue, 20 Aug 2002 19:14:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ocaml Makefile distinfo pkg-plist ports/lang/ocaml/files patch-byterun::major_gc.c patch-camlp4-man::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 kevlo 2002/08/20 19:14:35 PDT Modified files: lang/ocaml Makefile distinfo pkg-plist lang/ocaml/files patch-camlp4-man::Makefile Removed files: lang/ocaml/files patch-byterun::major_gc.c Log: Update to version 3.06 PR: 41822 Submitted by: Ronald Kuehn Revision Changes Path 1.24 +4 -4 ports/lang/ocaml/Makefile 1.11 +4 -4 ports/lang/ocaml/distinfo 1.2 +0 -56 ports/lang/ocaml/files/patch-byterun::major_gc.c (dead) 1.3 +2 -2 ports/lang/ocaml/files/patch-camlp4-man::Makefile 1.16 +3 -4 ports/lang/ocaml/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 19:38:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3315F37B400; Tue, 20 Aug 2002 19:38:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E87F643E6E; Tue, 20 Aug 2002 19:38:33 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L2cXJU050980; Tue, 20 Aug 2002 19:38:33 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L2cXLx050979; Tue, 20 Aug 2002 19:38:33 -0700 (PDT) Message-Id: <200208210238.g7L2cXLx050979@freefall.freebsd.org> From: Kevin Lo Date: Tue, 20 Aug 2002 19:38:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/lire Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2002/08/20 19:38:33 PDT Modified files: sysutils Makefile Added files: sysutils/lire Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Log: Initial import of lire 1.1. Lire is a logfile analyse toolkit for multiple applications. PR: 41813 Submitted by: Edwin Groothuis Revision Changes Path 1.282 +1 -0 ports/sysutils/Makefile 1.1 +106 -0 ports/sysutils/lire/Makefile (new) 1.1 +1 -0 ports/sysutils/lire/distinfo (new) 1.1 +1 -0 ports/sysutils/lire/pkg-comment (new) 1.1 +22 -0 ports/sysutils/lire/pkg-descr (new) 1.1 +1 -0 ports/sysutils/lire/pkg-message (new) 1.1 +661 -0 ports/sysutils/lire/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 Aug 20 19:38:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FD8937B401; Tue, 20 Aug 2002 19:38:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21E8243E6E; Tue, 20 Aug 2002 19:38:36 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L2caJU051013; Tue, 20 Aug 2002 19:38:36 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L2cZeY051012; Tue, 20 Aug 2002 19:38:35 -0700 (PDT) Message-Id: <200208210238.g7L2cZeY051012@freefall.freebsd.org> From: Kevin Lo Date: Tue, 20 Aug 2002 19:38:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2002/08/20 19:38:35 PDT Modified files: . modules Log: lire --> ports/sysutils/lire Revision Changes Path 1.5736 +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 Aug 20 19:52: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C53C37B400; Tue, 20 Aug 2002 19:52:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E190C43E3B; Tue, 20 Aug 2002 19:52:01 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L2q1JU054292; Tue, 20 Aug 2002 19:52:01 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L2q1vZ054291; Tue, 20 Aug 2002 19:52:01 -0700 (PDT) Message-Id: <200208210252.g7L2q1vZ054291@freefall.freebsd.org> From: Patrick Li Date: Tue, 20 Aug 2002 19:52:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/icecast Makefile ports/audio/icecast/files patch-configure patch-src::connection.c patch-src::sock.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 pat 2002/08/20 19:52:01 PDT Modified files: audio/icecast Makefile Added files: audio/icecast/files patch-configure patch-src::connection.c patch-src::sock.c Log: - Fix detection of libreadline and bump PORTREVISION [1] - Allow port to compile on -current Submitted by: David Yeske [1] Reviewed by: maintainer Revision Changes Path 1.24 +9 -0 ports/audio/icecast/Makefile 1.1 +20 -0 ports/audio/icecast/files/patch-configure (new) 1.1 +18 -0 ports/audio/icecast/files/patch-src::connection.c (new) 1.1 +18 -0 ports/audio/icecast/files/patch-src::sock.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 Aug 20 19:56:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0893537B400; Tue, 20 Aug 2002 19:56:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B89A043E65; Tue, 20 Aug 2002 19:56:07 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L2u7JU054624; Tue, 20 Aug 2002 19:56:07 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L2u7L9054623; Tue, 20 Aug 2002 19:56:07 -0700 (PDT) Message-Id: <200208210256.g7L2u7L9054623@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 20 Aug 2002 19:56:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/xmms-blursk Makefile distinfo pkg-comment pkg-descr pkg-plist ports/graphics/xmms-blursk/files 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 lioux 2002/08/20 19:56:07 PDT Modified files: graphics Makefile Added files: graphics/xmms-blursk Makefile distinfo pkg-comment pkg-descr pkg-plist graphics/xmms-blursk/files patch-ltmain.sh Log: New port xmms-blursk version 1.3: A XMMS plugin inspired by "Blur Scope" Submitted by: David Yeske Revision Changes Path 1.488 +1 -0 ports/graphics/Makefile 1.1 +33 -0 ports/graphics/xmms-blursk/Makefile (new) 1.1 +1 -0 ports/graphics/xmms-blursk/distinfo (new) 1.1 +16 -0 ports/graphics/xmms-blursk/files/patch-ltmain.sh (new) 1.1 +1 -0 ports/graphics/xmms-blursk/pkg-comment (new) 1.1 +9 -0 ports/graphics/xmms-blursk/pkg-descr (new) 1.1 +1 -0 ports/graphics/xmms-blursk/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 Aug 20 19:56:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F50137B44B; Tue, 20 Aug 2002 19:56:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E743043E3B; Tue, 20 Aug 2002 19:56:15 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L2uFJU054660; Tue, 20 Aug 2002 19:56:15 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L2uFee054659; Tue, 20 Aug 2002 19:56:15 -0700 (PDT) Message-Id: <200208210256.g7L2uFee054659@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 20 Aug 2002 19:56:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/08/20 19:56:15 PDT Modified files: . modules Log: xmms-blursk --> ports/graphics/xmms-blursk Revision Changes Path 1.5737 +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 Aug 20 20:11: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC07337B400; Tue, 20 Aug 2002 20:10:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C07843E72; Tue, 20 Aug 2002 20:10:55 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L3AtJU061145; Tue, 20 Aug 2002 20:10:55 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L3At28061137; Tue, 20 Aug 2002 20:10:55 -0700 (PDT) Message-Id: <200208210310.g7L3At28061137@freefall.freebsd.org> From: Kevin Lo Date: Tue, 20 Aug 2002 20:10:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/phalanx 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 kevlo 2002/08/20 20:10:55 PDT Modified files: games/phalanx Makefile pkg-descr Log: Update MASTER_SITES and WWW: line PR: 41796 Submitted by: Ports Fury Revision Changes Path 1.6 +7 -7 ports/games/phalanx/Makefile 1.3 +13 -12 ports/games/phalanx/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 20:15:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FD2737B400; Tue, 20 Aug 2002 20:15:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC19043E3B; Tue, 20 Aug 2002 20:15:32 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L3FWJU062393; Tue, 20 Aug 2002 20:15:32 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L3FWck062392; Tue, 20 Aug 2002 20:15:32 -0700 (PDT) Message-Id: <200208210315.g7L3FWck062392@freefall.freebsd.org> From: Kevin Lo Date: Tue, 20 Aug 2002 20:15:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gnunet Makefile distinfo ports/net/gnunet/files patch-src::include::gtkui::insert.h patch-src::textui::gnunetsearch.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 kevlo 2002/08/20 20:15:32 PDT Modified files: net/gnunet Makefile distinfo Added files: net/gnunet/files patch-src::include::gtkui::insert.h Removed files: net/gnunet/files patch-src::textui::gnunetsearch.c Log: Update to version 0.4.5 PR: 41798 Submitted by: Ports Fury Revision Changes Path 1.6 +1 -6 ports/net/gnunet/Makefile 1.5 +1 -1 ports/net/gnunet/distinfo 1.1 +10 -0 ports/net/gnunet/files/patch-src::include::gtkui::insert.h (new) 1.2 +0 -11 ports/net/gnunet/files/patch-src::textui::gnunetsearch.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 20:22: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7479837B400; Tue, 20 Aug 2002 20:22:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23D4C43E6A; Tue, 20 Aug 2002 20:22:00 -0700 (PDT) (envelope-from nobutaka@FreeBSD.org) Received: from freefall.freebsd.org (nobutaka@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L3M0JU063989; Tue, 20 Aug 2002 20:22:00 -0700 (PDT) (envelope-from nobutaka@freefall.freebsd.org) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L3LwiT063988; Tue, 20 Aug 2002 20:21:58 -0700 (PDT) Message-Id: <200208210321.g7L3LwiT063988@freefall.freebsd.org> From: MANTANI Nobutaka Date: Tue, 20 Aug 2002 20:21:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/libxine 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 nobutaka 2002/08/20 20:21:58 PDT Modified files: graphics/libxine Makefile Log: Remove USE_ESOUND since sdl12 depends on esound. PR: 41596 Submitted by: Brad Laue Revision Changes Path 1.22 +0 -1 ports/graphics/libxine/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 20:32:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6932B37B400; Tue, 20 Aug 2002 20:32:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1882243E3B; Tue, 20 Aug 2002 20:32:41 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L3WeJU065897; Tue, 20 Aug 2002 20:32:40 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L3WeIu065896; Tue, 20 Aug 2002 20:32:40 -0700 (PDT) Message-Id: <200208210332.g7L3WeIu065896@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 20 Aug 2002 20:32:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/botan 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 2002/08/20 20:32:40 PDT Modified files: security/botan pkg-descr Log: update supporting algorithms Submitted by: Jack Lloyd Revision Changes Path 1.5 +3 -2 ports/security/botan/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 20:56: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B58CD37B480; Tue, 20 Aug 2002 20:55:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDF3643E72; Tue, 20 Aug 2002 20:55:39 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L3tZJU069415; Tue, 20 Aug 2002 20:55:35 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L3tZgq069414; Tue, 20 Aug 2002 20:55:35 -0700 (PDT) Message-Id: <200208210355.g7L3tZgq069414@freefall.freebsd.org> From: Jeff Roberson Date: Tue, 20 Aug 2002 20:55:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_syscalls.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/08/20 20:55:35 PDT Modified files: sys/kern vfs_syscalls.c Log: - Hold the vnode lock across unlink() so that the v_vflag check is safe. - Fix the long broken error handling for VV_ROOT and VDIR. Revision Changes Path 1.284 +20 -15 src/sys/kern/vfs_syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 21:10:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4566537B400; Tue, 20 Aug 2002 21:10:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E89AF43E3B; Tue, 20 Aug 2002 21:10:36 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: from freefall.freebsd.org (dinoex@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L4AaJU075588; Tue, 20 Aug 2002 21:10:36 -0700 (PDT) (envelope-from dinoex@freefall.freebsd.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L4AaND075587; Tue, 20 Aug 2002 21:10:36 -0700 (PDT) Message-Id: <200208210410.g7L4AaND075587@freefall.freebsd.org> From: Dirk Meyer Date: Tue, 20 Aug 2002 21:10:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/freebsd-uucp 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 dinoex 2002/08/20 21:10:36 PDT Modified files: net/freebsd-uucp Makefile distinfo Log: fix a PREFIX Problem Submitted by: joerg Revision Changes Path 1.19 +1 -1 ports/net/freebsd-uucp/Makefile 1.12 +1 -1 ports/net/freebsd-uucp/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 22: 9: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 626BC37B400; Tue, 20 Aug 2002 22:09:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EE9843E3B; Tue, 20 Aug 2002 22:09:02 -0700 (PDT) (envelope-from anholt@FreeBSD.org) Received: from freefall.freebsd.org (anholt@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L591JU092396; Tue, 20 Aug 2002 22:09:01 -0700 (PDT) (envelope-from anholt@freefall.freebsd.org) Received: (from anholt@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L591mY092395; Tue, 20 Aug 2002 22:09:01 -0700 (PDT) Message-Id: <200208210509.g7L591mY092395@freefall.freebsd.org> From: Eric Anholt Date: Tue, 20 Aug 2002 22:09:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/XFree86-4-clients 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 anholt 2002/08/20 22:09:01 PDT Modified files: x11/XFree86-4-clients Makefile Log: Add LIB_DEPENDS for freetype and libGLU, both of which are required to compile. XFree86-4-libraries (for GLU) is already depended on, but people upgrading from older X could miss the dependency. Revision Changes Path 1.102 +4 -1 ports/x11/XFree86-4-clients/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 22:31: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7108037B400; Tue, 20 Aug 2002 22:31:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EA1443E3B; Tue, 20 Aug 2002 22:31:05 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L5V4JU097122; Tue, 20 Aug 2002 22:31:05 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L5V4ee097121; Tue, 20 Aug 2002 22:31:04 -0700 (PDT) Message-Id: <200208210531.g7L5V4ee097121@freefall.freebsd.org> From: Warner Losh Date: Tue, 20 Aug 2002 22:31:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/08/20 22:31:04 PDT Modified files: sys/dev/wi if_wi.c Log: Treat IBSS the same as ADHOC in wi_get_cur_ssid. This makes ifconfig work better, but might not make ibss actually work on the prism2 cards that I have (this is the first time I've tried ibss in a long time). Revision Changes Path 1.113 +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 Tue Aug 20 22:32:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AA1837B400; Tue, 20 Aug 2002 22:32:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16EB243E77; Tue, 20 Aug 2002 22:32:50 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: from freefall.freebsd.org (horikawa@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L5WnJU097186; Tue, 20 Aug 2002 22:32:49 -0700 (PDT) (envelope-from horikawa@freefall.freebsd.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L5WnEJ097185; Tue, 20 Aug 2002 22:32:49 -0700 (PDT) Message-Id: <200208210532.g7L5WnEJ097185@freefall.freebsd.org> From: Kazuo Horikawa Date: Tue, 20 Aug 2002 22:32:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 make.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2002/08/20 22:32:49 PDT Modified files: ja_JP.eucJP/man/man1 make.1 Log: Use uniform Japanese word for "pattern". Submitted by: Hideyuki KURASHINA Revision Changes Path 1.30 +1 -1 doc/ja_JP.eucJP/man/man1/make.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 22:34:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEA5937B400; Tue, 20 Aug 2002 22:34:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C3B643E42; Tue, 20 Aug 2002 22:34:07 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from freefall.freebsd.org (luigi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L5Y7JU097272; Tue, 20 Aug 2002 22:34:07 -0700 (PDT) (envelope-from luigi@freefall.freebsd.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L5Y7k7097271; Tue, 20 Aug 2002 22:34:07 -0700 (PDT) Message-Id: <200208210534.g7L5Y7k7097271@freefall.freebsd.org> From: Luigi Rizzo Date: Tue, 20 Aug 2002 22:34:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw2.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 luigi 2002/08/20 22:34:07 PDT Modified files: (Branch: RELENG_4) sys/netinet ip_fw2.c Log: Sync the file with the one in -current: allow up to 30 ports/ranges in port specifications, clean up formatting of the boot string. No functional or ABI changes. Revision Changes Path 1.6.2.3 +4 -6 src/sys/netinet/ip_fw2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 22:35:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD37D37B400; Tue, 20 Aug 2002 22:35:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ADA143E72; Tue, 20 Aug 2002 22:35:51 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L5ZpJU097426; Tue, 20 Aug 2002 22:35:51 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L5ZptG097425; Tue, 20 Aug 2002 22:35:51 -0700 (PDT) Message-Id: <200208210535.g7L5ZptG097425@freefall.freebsd.org> From: Warner Losh Date: Tue, 20 Aug 2002 22:35:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/08/20 22:35:51 PDT Modified files: sys/dev/wi if_wi.c Log: comment about the magic number -149 Revision Changes Path 1.114 +6 -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 Tue Aug 20 22:37:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB01437B400; Tue, 20 Aug 2002 22:37:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5730B43E42; Tue, 20 Aug 2002 22:37:11 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: from freefall.freebsd.org (horikawa@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L5bBJU097581; Tue, 20 Aug 2002 22:37:11 -0700 (PDT) (envelope-from horikawa@freefall.freebsd.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L5bB0p097580; Tue, 20 Aug 2002 22:37:11 -0700 (PDT) Message-Id: <200208210537.g7L5bB0p097580@freefall.freebsd.org> From: Kazuo Horikawa Date: Tue, 20 Aug 2002 22:37:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 sed.1 troff.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2002/08/20 22:37:11 PDT Modified files: ja_JP.eucJP/man/man1 sed.1 troff.1 Log: Use uniform Japanese word for "pattern". Revision Changes Path 1.20 +34 -34 doc/ja_JP.eucJP/man/man1/sed.1 1.15 +7 -7 doc/ja_JP.eucJP/man/man1/troff.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 22:46:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0237137B400; Tue, 20 Aug 2002 22:46:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B786F43E65; Tue, 20 Aug 2002 22:46:14 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from freefall.freebsd.org (luigi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L5kEJU099199; Tue, 20 Aug 2002 22:46:14 -0700 (PDT) (envelope-from luigi@freefall.freebsd.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L5kEth099198; Tue, 20 Aug 2002 22:46:14 -0700 (PDT) Message-Id: <200208210546.g7L5kEth099198@freefall.freebsd.org> From: Luigi Rizzo Date: Tue, 20 Aug 2002 22:46:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.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 luigi 2002/08/20 22:46:14 PDT Modified files: (Branch: RELENG_4) sbin/ipfw ipfw.8 ipfw2.c Log: Sync ipfw2 with the version in -current: some changes in the syntax of ipfw2 extensions (ipfw1 syntax is not modified), add rule options to match IP addresses and ports, and MAC header fields. Make the parser more robust. Manpage updated and cleaned up to reflect the new syntax, and give examples. This commit closes all ipfw2 bug/feature reports I have received so far (hardly any of them were related to the kernel part, as you can tell from the commit logs), so i would seriously consider evaluating ipfw2 for production use, especially if your firewall is running out of steam because you have complex rulesets handling sparse host sets. Have a look at the manpage, IPFW2 FEATURES and EXAMPLES Sections, to know about the new features. Revision Changes Path 1.63.2.25 +159 -115 src/sbin/ipfw/ipfw.8 1.4.2.5 +299 -136 src/sbin/ipfw/ipfw2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 22:57:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED64637B400; Tue, 20 Aug 2002 22:57:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A1C743E97; Tue, 20 Aug 2002 22:57:37 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L5vbJU001347; Tue, 20 Aug 2002 22:57:37 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L5vbFk001346; Tue, 20 Aug 2002 22:57:37 -0700 (PDT) Message-Id: <200208210557.g7L5vbFk001346@freefall.freebsd.org> From: Warner Losh Date: Tue, 20 Aug 2002 22:57:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/08/20 22:57:37 PDT Modified files: sys/dev/wi if_wi.c Log: When setting the WI_RID_ENCRYPTION mode, we have to conditionally set EXCLUDE_UNENCRYPTED if we're not in OPEN mode (or if we are a symbol card). Obtained from: OpenBSD (looks like a millert@ special) Revision Changes Path 1.115 +20 -11 src/sys/dev/wi/if_wi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 22:57:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11EB537B40C; Tue, 20 Aug 2002 22:57:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E5CA43E42; Tue, 20 Aug 2002 22:57:41 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from freefall.freebsd.org (luigi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L5vfJU001386; Tue, 20 Aug 2002 22:57:41 -0700 (PDT) (envelope-from luigi@freefall.freebsd.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L5vfHG001384; Tue, 20 Aug 2002 22:57:41 -0700 (PDT) Message-Id: <200208210557.g7L5vfHG001384@freefall.freebsd.org> From: Luigi Rizzo Date: Tue, 20 Aug 2002 22:57:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.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 luigi 2002/08/20 22:57:41 PDT Modified files: sbin/ipfw ipfw.8 Log: Whoops, the manpage lied... ipfw2 has always accepted addr:mask specifications. Revision Changes Path 1.110 +14 -11 src/sbin/ipfw/ipfw.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 23:17:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DE5A37B400; Tue, 20 Aug 2002 23:17:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7A6543E42; Tue, 20 Aug 2002 23:17:16 -0700 (PDT) (envelope-from anders@FreeBSD.org) Received: from freefall.freebsd.org (anders@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L6HGJU009533; Tue, 20 Aug 2002 23:17:16 -0700 (PDT) (envelope-from anders@freefall.freebsd.org) Received: (from anders@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L6HGtQ009532; Tue, 20 Aug 2002 23:17:16 -0700 (PDT) Message-Id: <200208210617.g7L6HGtQ009532@freefall.freebsd.org> From: Anders Nordby Date: Tue, 20 Aug 2002 23:17:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mboxgrep 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 anders 2002/08/20 23:17:16 PDT Modified files: mail/mboxgrep Makefile distinfo Log: Update to version 0.7.7. Revision Changes Path 1.5 +1 -1 ports/mail/mboxgrep/Makefile 1.4 +1 -1 ports/mail/mboxgrep/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 23:19:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C00DA37B400; Tue, 20 Aug 2002 23:19:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8015F43E4A; Tue, 20 Aug 2002 23:19:29 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L6JTJU009766; Tue, 20 Aug 2002 23:19:29 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L6JTEk009765; Tue, 20 Aug 2002 23:19:29 -0700 (PDT) Message-Id: <200208210619.g7L6JTEk009765@freefall.freebsd.org> From: Jeff Roberson Date: Tue, 20 Aug 2002 23:19:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys vnode.h src/sys/tools vnode_if.awk src/sys/kern vfs_subr.c vnode_if.src X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/08/20 23:19:29 PDT Modified files: sys/sys vnode.h sys/tools vnode_if.awk sys/kern vfs_subr.c vnode_if.src Log: - Add two new debugging macros: ASSERT_VI_LOCKED and ASSERT_VI_UNLOCKED - Use the new VI asserts in place of the old mtx_assert checks. - Add the VI asserts to the automated lock checking in the VOP calls. The interlock should not be held across vops with a few exceptions. - Add the vop_(un)lock_{pre,post} functions to assert that interlock is held when LK_INTERLOCK is set. Revision Changes Path 1.392 +59 -6 src/sys/kern/vfs_subr.c 1.55 +6 -2 src/sys/kern/vnode_if.src 1.205 +24 -0 src/sys/sys/vnode.h 1.35 +1 -0 src/sys/tools/vnode_if.awk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 23:23:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02A5537B400; Tue, 20 Aug 2002 23:23:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A161143E4A; Tue, 20 Aug 2002 23:23:27 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L6NRJU011295; Tue, 20 Aug 2002 23:23:27 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L6NR0s011294; Tue, 20 Aug 2002 23:23:27 -0700 (PDT) Message-Id: <200208210623.g7L6NR0s011294@freefall.freebsd.org> From: Kevin Lo Date: Tue, 20 Aug 2002 23:23:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mimedefang Makefile distinfo ports/mail/mimedefang/files patch-Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2002/08/20 23:23:27 PDT Modified files: mail/mimedefang Makefile distinfo mail/mimedefang/files patch-Makefile.in Log: Update to version 2.17 PR: 41641 Submitted by: MAINTAINER Revision Changes Path 1.7 +1 -1 ports/mail/mimedefang/Makefile 1.6 +1 -1 ports/mail/mimedefang/distinfo 1.3 +6 -4 ports/mail/mimedefang/files/patch-Makefile.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 23:33:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06F4937B400; Tue, 20 Aug 2002 23:33:25 -0700 (PDT) Received: from mail.droso.net (koala.droso.net [193.162.142.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78A1C43E3B; Tue, 20 Aug 2002 23:33:24 -0700 (PDT) (envelope-from erwin@mail.droso.net) Received: from localhost (localhost [127.0.0.1]) by mail.droso.net (Postfix) with ESMTP id 5EBFD5BAE; Wed, 21 Aug 2002 08:33:22 +0200 (CEST) Received: by mail.droso.net (Postfix, from userid 1001) id 825545BAC; Wed, 21 Aug 2002 08:33:19 +0200 (CEST) Date: Wed, 21 Aug 2002 08:33:19 +0200 From: Erwin Lansing To: Anton Berezin Cc: Christian Weisgerber , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, erwin@lansing.dk, ijliao@FreeBSD.org, sobomax@FreeBSD.org, fuyuki@hadaly.org Subject: Re: cvs commit: ports/security/p5-Crypt-PasswdMD5 Makefile Message-ID: <20020821063319.GA15217@droso.net> References: <200208151145.g7FBj7pO005551@freefall.freebsd.org> <20020820210916.GD16178@heechee.tobez.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Nq2Wo0NMKNjxTN9z" Content-Disposition: inline In-Reply-To: <20020820210916.GD16178@heechee.tobez.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD/i386 4.6-STABLE X-Virus-Scanned: by AMaViS perl-11 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --Nq2Wo0NMKNjxTN9z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 20, 2002 at 11:09:16PM +0200, Anton Berezin wrote: > On Thu, Aug 15, 2002 at 04:45:06AM -0700, Christian Weisgerber wrote: >=20 > > Modified files: > > security/p5-Crypt-PasswdMD5 Makefile=20 > > Log: > > Fix expression for REINPLACE_CMD to work with sed. > > =20 > > PR: 41679 > > Submitted by: Kimura Fuyuki > > =20 > > This uses a slightly different fix. >=20 > Sorry for Ccing so many people. I just find it funny that it took five > people to fix that... >=20 > A question to Erwin: >=20 > What is the point of jumping through the REINPLACE_CMD hoops for ports > that USE_PERL? :-) >=20 Good point :o) I've actually stopped using it for perl-ports that don't use REINPLACE already. Cheerio, -erwin --=20 _._ _,-'""`-._ Erwin Lansing (,-.`._,'( |\`-/| http://droso.org/ erwin@lansing.dk `-.-' \ )-`( , o o) http://fnidder.dk/ -bf- `- \`_`"'- --Nq2Wo0NMKNjxTN9z Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9YzQvqy9aWxUlaZARAroEAKCHaiiP6Qv9KDFMth4Y0XbGxErXjgCfRdSO Ak+EnojKe4ASbX9HjM4RP08= =n+wC -----END PGP SIGNATURE----- --Nq2Wo0NMKNjxTN9z-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 23:40:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E543137B400; Tue, 20 Aug 2002 23:40:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AADD43E4A; Tue, 20 Aug 2002 23:40:35 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L6eZJU013982; Tue, 20 Aug 2002 23:40:35 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L6eZ4N013981; Tue, 20 Aug 2002 23:40:35 -0700 (PDT) Message-Id: <200208210640.g7L6eZ4N013981@freefall.freebsd.org> From: Jeff Roberson Date: Tue, 20 Aug 2002 23:40:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.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 jeff 2002/08/20 23:40:34 PDT Modified files: sys/kern vfs_subr.c Log: - If vn_lock fails with the LK_INTERLOCK flag set, interlock will not be released. vcanrecycle() failed to unlock interlock under this condition. - Remove an extra VOP_UNLOCK from a failure case in vcanrecycle(). Pointed out by: rwatson Revision Changes Path 1.393 +3 -2 src/sys/kern/vfs_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 20 23:58:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EAA137B400; Tue, 20 Aug 2002 23:58:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F92D43E65; Tue, 20 Aug 2002 23:58:22 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L6wMJU017179; Tue, 20 Aug 2002 23:58:22 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L6wMxu017178; Tue, 20 Aug 2002 23:58:22 -0700 (PDT) Message-Id: <200208210658.g7L6wMxu017178@freefall.freebsd.org> From: Warner Losh Date: Tue, 20 Aug 2002 23:58:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 style.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/08/20 23:58:22 PDT Modified files: share/man/man9 style.9 Log: Suggest that function prototypes in kernel headers be alphabetical, unless there's a compelling reason to deviate. Submitted by: Don Lewis Suggestion not objected to by: developers@ Revision Changes Path 1.90 +3 -0 src/share/man/man9/style.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 0:51:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D61837B400; Wed, 21 Aug 2002 00:51:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F1E443E3B; Wed, 21 Aug 2002 00:51:46 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: from freefall.freebsd.org (schweikh@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L7pkJU031682; Wed, 21 Aug 2002 00:51:46 -0700 (PDT) (envelope-from schweikh@freefall.freebsd.org) Received: (from schweikh@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L7pkMS031681; Wed, 21 Aug 2002 00:51:46 -0700 (PDT) Message-Id: <200208210751.g7L7pkMS031681@freefall.freebsd.org> From: Jens Schweikhardt Date: Wed, 21 Aug 2002 00:51:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/syscons/fonts INDEX.fonts X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG schweikh 2002/08/21 00:51:46 PDT Modified files: share/syscons/fonts INDEX.fonts Log: Fix typo and ispell while I'm here. PR: bin/41819 Submitted by: Christophe Juniet MFC after: 3 days Revision Changes Path 1.25 +2 -2 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 Wed Aug 21 1:16:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2734737B400; Wed, 21 Aug 2002 01:16:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 614C443E6E; Wed, 21 Aug 2002 01:16:22 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L8GMJU040892; Wed, 21 Aug 2002 01:16:22 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L8GM89040891; Wed, 21 Aug 2002 01:16:22 -0700 (PDT) Message-Id: <200208210816.g7L8GM89040891@freefall.freebsd.org> From: Marc Fonvieille Date: Wed, 21 Aug 2002 01:16:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases snapshots.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 blackend 2002/08/21 01:16:22 PDT Modified files: en/releases snapshots.sgml Log: Fix links to Handbook's -CURRENT and -STABLE description Submitted by: subdue Revision Changes Path 1.15 +4 -4 www/en/releases/snapshots.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 1:34:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAC2337B400; Wed, 21 Aug 2002 01:34:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82E6343E65; Wed, 21 Aug 2002 01:34:48 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L8YmJU044766; Wed, 21 Aug 2002 01:34:48 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L8YmZj044765; Wed, 21 Aug 2002 01:34:48 -0700 (PDT) Message-Id: <200208210834.g7L8YmZj044765@freefall.freebsd.org> From: Jeff Roberson Date: Wed, 21 Aug 2002 01:34:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c vfs_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 jeff 2002/08/21 01:34:48 PDT Modified files: sys/kern vfs_subr.c vfs_vnops.c Log: - Document two cases, one in vget and the other in vn_lock, where the state of interlock on exit is not consistent. There are probably several bugs relating to this. Revision Changes Path 1.394 +1 -0 src/sys/kern/vfs_subr.c 1.166 +1 -0 src/sys/kern/vfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 1:40:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2D0737B400; Wed, 21 Aug 2002 01:40:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5737D43E4A; Wed, 21 Aug 2002 01:40:07 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L8e7JU045277; Wed, 21 Aug 2002 01:40:07 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L8e75e045276; Wed, 21 Aug 2002 01:40:07 -0700 (PDT) Message-Id: <200208210840.g7L8e75e045276@freefall.freebsd.org> From: Marc Fonvieille Date: Wed, 21 Aug 2002 01:40:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases snapshots.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 blackend 2002/08/21 01:40:07 PDT Modified files: en/releases snapshots.sgml Log: Be consistent in capitalization: s/FreeBSD-stable/FreeBSD-STABLE and same for -current. Revision Changes Path 1.16 +4 -4 www/en/releases/snapshots.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 2: 7:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6F9437B400; Wed, 21 Aug 2002 02:07:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D39043E6E; Wed, 21 Aug 2002 02:07:11 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L97BJU054840; Wed, 21 Aug 2002 02:07:11 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L97BHh054839; Wed, 21 Aug 2002 02:07:11 -0700 (PDT) Message-Id: <200208210907.g7L97BHh054839@freefall.freebsd.org> From: Kevin Lo Date: Wed, 21 Aug 2002 02:07:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/p5-User 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 kevlo 2002/08/21 02:07:11 PDT Modified files: sysutils/p5-User pkg-descr Log: Update WWW PR: 41838 Submitted by: MAINTAINER Revision Changes Path 1.2 +1 -1 ports/sysutils/p5-User/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 2:11:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5CDA37B400; Wed, 21 Aug 2002 02:11:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B38D43E42; Wed, 21 Aug 2002 02:11:27 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L9BRJU056463; Wed, 21 Aug 2002 02:11:27 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L9BRpt056462; Wed, 21 Aug 2002 02:11:27 -0700 (PDT) Message-Id: <200208210911.g7L9BRpt056462@freefall.freebsd.org> From: Kevin Lo Date: Wed, 21 Aug 2002 02:11:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/p5-MLDBM-Sync 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 kevlo 2002/08/21 02:11:27 PDT Modified files: databases/p5-MLDBM-Sync pkg-descr Log: Update WWW PR: 41837 Submitted by: MAINTAINER Revision Changes Path 1.2 +1 -1 ports/databases/p5-MLDBM-Sync/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 2:24:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0EC337B400; Wed, 21 Aug 2002 02:24:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A493343E4A; Wed, 21 Aug 2002 02:24:23 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L9ONJU058687; Wed, 21 Aug 2002 02:24:23 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L9ONS1058686; Wed, 21 Aug 2002 02:24:23 -0700 (PDT) Message-Id: <200208210924.g7L9ONS1058686@freefall.freebsd.org> From: Kevin Lo Date: Wed, 21 Aug 2002 02:24:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/tensile 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 kevlo 2002/08/21 02:24:23 PDT Modified files: lang/tensile Makefile distinfo pkg-plist Log: Update to version 0.9p8 PR: 41593 Submitted by: MAINTAINER Revision Changes Path 1.4 +1 -1 ports/lang/tensile/Makefile 1.4 +1 -1 ports/lang/tensile/distinfo 1.4 +1 -0 ports/lang/tensile/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 2:28: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C03B37B400; Wed, 21 Aug 2002 02:28:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 527B243E3B; Wed, 21 Aug 2002 02:28:01 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from freefall.freebsd.org (scottl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L9S1JU059147; Wed, 21 Aug 2002 02:28:01 -0700 (PDT) (envelope-from scottl@freefall.freebsd.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L9S1qq059146; Wed, 21 Aug 2002 02:28:01 -0700 (PDT) Message-Id: <200208210928.g7L9S1qq059146@freefall.freebsd.org> From: Scott Long Date: Wed, 21 Aug 2002 02:28:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/ficl loader.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2002/08/21 02:28:01 PDT Modified files: sys/boot/ficl loader.c Log: Fix for stand-alone compiling Reviewed by: mini Revision Changes Path 1.8 +4 -0 src/sys/boot/ficl/loader.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 2:30:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF0BA37B400; Wed, 21 Aug 2002 02:30:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73DCD43E65; Wed, 21 Aug 2002 02:30:45 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from freefall.freebsd.org (scottl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L9UjJU060072; Wed, 21 Aug 2002 02:30:45 -0700 (PDT) (envelope-from scottl@freefall.freebsd.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L9UjuB060071; Wed, 21 Aug 2002 02:30:45 -0700 (PDT) Message-Id: <200208210930.g7L9UjuB060071@freefall.freebsd.org> From: Scott Long Date: Wed, 21 Aug 2002 02:30:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand stand.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2002/08/21 02:30:45 PDT Modified files: lib/libstand stand.h Log: Fix a typo in #if 0 code Revision Changes Path 1.35 +1 -1 src/lib/libstand/stand.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 2:31: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86E7E37B47E; Wed, 21 Aug 2002 02:30:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C94E43E3B; Wed, 21 Aug 2002 02:30:52 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L9UqJU060286; Wed, 21 Aug 2002 02:30:52 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L9Uqma060284; Wed, 21 Aug 2002 02:30:52 -0700 (PDT) Message-Id: <200208210930.g7L9Uqma060284@freefall.freebsd.org> From: Kevin Lo Date: Wed, 21 Aug 2002 02:30:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/ecartis 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 kevlo 2002/08/21 02:30:52 PDT Modified files: mail/ecartis Makefile distinfo Log: Update to the lastest version PR: 41581 Submitted by: MAINTAINER Revision Changes Path 1.7 +1 -1 ports/mail/ecartis/Makefile 1.6 +1 -1 ports/mail/ecartis/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 2:34:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DDB137B400; Wed, 21 Aug 2002 02:34:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D684C43E6A; Wed, 21 Aug 2002 02:34:14 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L9YEJU060954; Wed, 21 Aug 2002 02:34:14 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L9YEZ3060953; Wed, 21 Aug 2002 02:34:14 -0700 (PDT) Message-Id: <200208210934.g7L9YEZ3060953@freefall.freebsd.org> From: Kevin Lo Date: Wed, 21 Aug 2002 02:34:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-HTML-Mason Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2002/08/21 02:34:14 PDT Modified files: www/p5-HTML-Mason Makefile Log: Add p5-libapreq dependency PR: 41572 Submitted by: MAINTAINER Revision Changes Path 1.20 +1 -0 ports/www/p5-HTML-Mason/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 2:47:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1062F37B400; Wed, 21 Aug 2002 02:47:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B620E43E4A; Wed, 21 Aug 2002 02:47:42 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7L9lgJU063086; Wed, 21 Aug 2002 02:47:42 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7L9lgLO063085; Wed, 21 Aug 2002 02:47:42 -0700 (PDT) Message-Id: <200208210947.g7L9lgLO063085@freefall.freebsd.org> From: Kevin Lo Date: Wed, 21 Aug 2002 02:47:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/xcin25 Makefile ports/chinese/xcin25/files patch-chewing::sort_word.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 kevlo 2002/08/21 02:47:42 PDT Modified files: chinese/xcin25 Makefile Added files: chinese/xcin25/files patch-chewing::sort_word.c Log: Applied this patch to ensure build smoothly on some environment/compiler. PR: 41535 Submitted by: MAINTAINER Revision Changes Path 1.43 +3 -1 ports/chinese/xcin25/Makefile 1.1 +10 -0 ports/chinese/xcin25/files/patch-chewing::sort_word.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 2:59: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5685E37B400 for ; Wed, 21 Aug 2002 02:58:57 -0700 (PDT) Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7709B43E6E for ; Wed, 21 Aug 2002 02:58:56 -0700 (PDT) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: from emmi.physik.TU-Berlin.DE (localhost.physik.TU-Berlin.DE [127.0.0.1]) by emmi.physik.TU-Berlin.DE (8.12.5/8.11.6) with ESMTP id g7L9wt9v065642; Wed, 21 Aug 2002 11:58:55 +0200 (CEST) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: (from ibex@localhost) by emmi.physik.TU-Berlin.DE (8.12.5/8.12.3/Submit) id g7L9ws8C065641; Wed, 21 Aug 2002 11:58:54 +0200 (CEST) Date: Wed, 21 Aug 2002 11:58:54 +0200 From: Dirk Froemberg To: Joseph Scott Cc: cvs-all@freebsd.org Subject: Re: cvs commit: ports/databases/mysql323-client Makefile ports/databases/mysql323-server Makefile distinfo ports/databases/mysql323-server/files patch-ab patch-ag patch-sql_mysqld.cc Message-ID: <20020821095854.GA64313@physik.TU-Berlin.DE> References: <200208191327.g7JDRqcl035113@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Joseph! On Mon, Aug 19, 2002 at 04:09:57PM -0700, Joseph Scott wrote: > > On Mon, 19 Aug 2002, Dirk Froemberg wrote: > > # dirk 2002/08/19 06:27:52 PDT > # > # Modified files: > # databases/mysql323-client Makefile > # databases/mysql323-server Makefile distinfo > # databases/mysql323-server/files patch-ag > # Removed files: > # databases/mysql323-server/files patch-ab patch-sql_mysqld.cc > # Log: > # Upgrade to 3.23.52. > > Are the following two PRs still issues? > > ports/24749 - mysql323-server pkg-install script doesn't propagate DB_DIR > > ports/31943 - mysql323-server port hostname look up failed Yes, they still apply. These are non-critical, non-general issues. I kept them open to not forget about the problems... Regards Dirk -- Dirk Froemberg FreeBSD: The Power to Serve! http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 3: 0:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AECA37B400; Wed, 21 Aug 2002 03:00:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1CDB43E65; Wed, 21 Aug 2002 03:00:24 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LA0OJU065328; Wed, 21 Aug 2002 03:00:24 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LA0Oj7065327; Wed, 21 Aug 2002 03:00:24 -0700 (PDT) Message-Id: <200208211000.g7LA0Oj7065327@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Wed, 21 Aug 2002 03:00:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd inetd.8 inetd.c inetd.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 ume 2002/08/21 03:00:24 PDT Modified files: (Branch: RELENG_4) usr.sbin/inetd inetd.8 inetd.c inetd.h Log: MFC: Add capability for limiting the maximum number of simultaneous invocations of each service from a single IP address. usr.sbin/inetd/inetd.8: 1.74 usr.sbin/inetd/inetd.c: 1.107 usr.sbin/inetd/inetd.h: 1.13 Revision Changes Path 1.46.2.12 +14 -1 src/usr.sbin/inetd/inetd.8 1.80.2.9 +282 -3 src/usr.sbin/inetd/inetd.c 1.4.2.4 +19 -1 src/usr.sbin/inetd/inetd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 4:57:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C073F37B400; Wed, 21 Aug 2002 04:57:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 888A343E75; Wed, 21 Aug 2002 04:57:13 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Received: from freefall.freebsd.org (truckman@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LBvDJU098168; Wed, 21 Aug 2002 04:57:13 -0700 (PDT) (envelope-from truckman@freefall.freebsd.org) Received: (from truckman@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LBvDAS098167; Wed, 21 Aug 2002 04:57:13 -0700 (PDT) Message-Id: <200208211157.g7LBvDAS098167@freefall.freebsd.org> From: Don Lewis Date: Wed, 21 Aug 2002 04:57:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in_pcb.c in_pcb.h tcp_usrreq.c src/sys/netinet6 in6_pcb.c in6_pcb.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 truckman 2002/08/21 04:57:13 PDT Modified files: sys/netinet in_pcb.c in_pcb.h tcp_usrreq.c sys/netinet6 in6_pcb.c in6_pcb.h Log: Create new functions in_sockaddr(), in6_sockaddr(), and in6_v4mapsin6_sockaddr() which allocate the appropriate sockaddr_in* structure and initialize it with the address and port information passed as arguments. Use calls to these new functions to replace code that is replicated multiple times in in_setsockaddr(), in_setpeeraddr(), in6_setsockaddr(), in6_setpeeraddr(), in6_mapped_sockaddr(), and in6_mapped_peeraddr(). Inline COMMON_END in tcp_usr_accept() so that we can call in_sockaddr() with temporary copies of the address and port after the PCB is unlocked. Fix the lock violation in tcp6_usr_accept() (caused by calling MALLOC() inside in6_mapped_peeraddr() while the PCB is locked) by changing the implementation of tcp6_usr_accept() to match tcp_usr_accept(). Reviewed by: suz Revision Changes Path 1.110 +27 -26 src/sys/netinet/in_pcb.c 1.52 +2 -0 src/sys/netinet/in_pcb.h 1.81 +43 -20 src/sys/netinet/tcp_usrreq.c 1.32 +54 -38 src/sys/netinet6/in6_pcb.c 1.9 +4 -0 src/sys/netinet6/in6_pcb.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 5:45:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD64537B400; Wed, 21 Aug 2002 05:45:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6562143E4A; Wed, 21 Aug 2002 05:45:37 -0700 (PDT) (envelope-from robert@FreeBSD.org) Received: from freefall.freebsd.org (robert@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LCjbJU014661; Wed, 21 Aug 2002 05:45:37 -0700 (PDT) (envelope-from robert@freefall.freebsd.org) Received: (from robert@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LCjbre014660; Wed, 21 Aug 2002 05:45:37 -0700 (PDT) Message-Id: <200208211245.g7LCjbre014660@freefall.freebsd.org> From: Robert Drehmel Date: Wed, 21 Aug 2002 05:45:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/sparc64/loader main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG robert 2002/08/21 05:45:36 PDT Modified files: sys/boot/sparc64/loader main.c Log: - Define the macro _KERNEL to pretend we are compiling a kernel. This is required by recent changes to , which uses the #error preprocessor directive to keep non-kernel applications from using it. _KERNEL is defined below the #include , because removes the definition of _KERNEL. - Move the inclusion of above the inclusion of to avoid syntax errors. Revision Changes Path 1.14 +2 -1 src/sys/boot/sparc64/loader/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 6:18:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 944B337B400; Wed, 21 Aug 2002 06:18:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50DAB43E3B; Wed, 21 Aug 2002 06:18:18 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from freefall.freebsd.org (sos@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LDIIJU030078; Wed, 21 Aug 2002 06:18:18 -0700 (PDT) (envelope-from sos@freefall.freebsd.org) Received: (from sos@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LDIICp030077; Wed, 21 Aug 2002 06:18:18 -0700 (PDT) Message-Id: <200208211318.g7LDIICp030077@freefall.freebsd.org> From: Søren Schmidt Date: Wed, 21 Aug 2002 06:18:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/atacontrol atacontrol.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 sos 2002/08/21 06:18:17 PDT Modified files: (Branch: RELENG_4) sbin/atacontrol atacontrol.c Log: MFC: Also print the device serial number. Revision Changes Path 1.11.2.5 +1 -0 src/sbin/atacontrol/atacontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 6:43:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63E1737B400; Wed, 21 Aug 2002 06:43:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2095F43E65; Wed, 21 Aug 2002 06:43:18 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LDhHJU035052; Wed, 21 Aug 2002 06:43:17 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LDhHII035051; Wed, 21 Aug 2002 06:43:17 -0700 (PDT) Message-Id: <200208211343.g7LDhHII035051@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Wed, 21 Aug 2002 06:43:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT access X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/08/21 06:43:17 PDT Modified files: . access Log: Please welcome Oliver Braun (obraun), a new ports committer who is specifically interested in Haskell ports, but will be helping us with the enormous list of open pr's in gnats. Commit bit type: ports Approved by: portmgr Mentored by: dwcjr Revision Changes Path 1.335 +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 Aug 21 7:21:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2021537B400; Wed, 21 Aug 2002 07:21:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D19C943E65; Wed, 21 Aug 2002 07:21:52 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LELqJU045355; Wed, 21 Aug 2002 07:21:52 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LELqpP045354; Wed, 21 Aug 2002 07:21:52 -0700 (PDT) Message-Id: <200208211421.g7LELqpP045354@freefall.freebsd.org> From: Oliver Braun Date: Wed, 21 Aug 2002 07:21:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news news.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/08/21 07:21:50 PDT Modified files: en/news news.xml Log: Announce myself as a new committer. Approved by: dwcjr (mentor) Revision Changes Path 1.107 +11 -1 www/en/news/news.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 7:24:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11DF937B400; Wed, 21 Aug 2002 07:24:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C16ED43E42; Wed, 21 Aug 2002 07:24:17 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LEOHJU046444; Wed, 21 Aug 2002 07:24:17 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LEOHTB046443; Wed, 21 Aug 2002 07:24:17 -0700 (PDT) Message-Id: <200208211424.g7LEOHTB046443@freefall.freebsd.org> From: Oliver Braun Date: Wed, 21 Aug 2002 07:24:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/08/21 07:24:17 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Move myself from the contributors section and over to the developers section. Approved by: dwcjr (mentor) Revision Changes Path 1.239 +4 -4 doc/en_US.ISO8859-1/articles/contributors/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 7:25:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DDB837B400; Wed, 21 Aug 2002 07:25:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFC7C43E6A; Wed, 21 Aug 2002 07:25:48 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LEPmJU046566; Wed, 21 Aug 2002 07:25:48 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LEPm0A046565; Wed, 21 Aug 2002 07:25:48 -0700 (PDT) Message-Id: <200208211425.g7LEPm0A046565@freefall.freebsd.org> From: Oliver Braun Date: Wed, 21 Aug 2002 07:25:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/08/21 07:25:48 PDT Modified files: usr.bin/calendar/calendars calendar.freebsd Log: Add myself. Approved by: dwcjr (mentor) Revision Changes Path 1.78 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 7:27:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8173537B400; Wed, 21 Aug 2002 07:27:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C02943E42; Wed, 21 Aug 2002 07:27:20 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: from freefall.freebsd.org (nbm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LERKJU046758; Wed, 21 Aug 2002 07:27:20 -0700 (PDT) (envelope-from nbm@freefall.freebsd.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LERK1r046757; Wed, 21 Aug 2002 07:27:20 -0700 (PDT) Message-Id: <200208211427.g7LERK1r046757@freefall.freebsd.org> From: Neil Blakey-Milner Date: Wed, 21 Aug 2002 07:27:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/offlineimap Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nbm 2002/08/21 07:27:20 PDT Modified files: mail/offlineimap Makefile distinfo pkg-plist Log: Update mail/offlineimap to 3.2.6 PR: 41844 Submitted by: Sergei Kolobov Revision Changes Path 1.2 +5 -5 ports/mail/offlineimap/Makefile 1.2 +1 -1 ports/mail/offlineimap/distinfo 1.2 +76 -73 ports/mail/offlineimap/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 7:33:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACD9437B400; Wed, 21 Aug 2002 07:33:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6878F43E3B; Wed, 21 Aug 2002 07:33:35 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LEXZJU048483; Wed, 21 Aug 2002 07:33:35 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LEXZd5048482; Wed, 21 Aug 2002 07:33:35 -0700 (PDT) Message-Id: <200208211433.g7LEXZd5048482@freefall.freebsd.org> From: Oliver Braun Date: Wed, 21 Aug 2002 07:33:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xearth/files freebsd.committers.markers X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/08/21 07:33:34 PDT Modified files: astro/xearth/files freebsd.committers.markers Log: Add myself. Approved by: dwcjr (mentor) Revision Changes Path 1.110 +1 -0 ports/astro/xearth/files/freebsd.committers.markers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 7:35: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9A9F37B400; Wed, 21 Aug 2002 07:35:04 -0700 (PDT) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21B2743E81; Wed, 21 Aug 2002 07:35:03 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from hades.hell.gr (patr530-a092.otenet.gr [212.205.215.92]) by mailsrv.otenet.gr (8.12.4/8.12.4) with ESMTP id g7LEYwkH016618; Wed, 21 Aug 2002 17:35:01 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.5/8.12.5) with ESMTP id g7LEYV6D091548; Wed, 21 Aug 2002 17:34:34 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Received: (from charon@localhost) by hades.hell.gr (8.12.5/8.12.5/Submit) id g7LCN6Gq085429; Wed, 21 Aug 2002 15:23:06 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Date: Wed, 21 Aug 2002 15:23:05 +0300 From: Giorgos Keramidas To: Chris Costello Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/developers-handbook Makefile book.sgml chapters.ent mac.ent doc/en_US.ISO8859-1/books/developers-handbook/mac chapter.sgml Message-ID: <20020821122304.GF81256@hades.hell.gr> References: <200208190438.g7J4cPJ1076785@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+KJYzRxRHjYqLGl5" Content-Disposition: inline In-Reply-To: <200208190438.g7J4cPJ1076785@freefall.freebsd.org> X-Operating-System: FreeBSD 5.0-CURRENT i386 X-PGP-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 X-Phone: +30-944-116520 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --+KJYzRxRHjYqLGl5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On 2002-08-18 21:38 +0000, Chris Costello wrote: > Added files: > en_US.ISO8859-1/books/developers-handbook mac.ent > en_US.ISO8859-1/books/developers-handbook/mac chapter.sgml > Log: > Introduce support for Mandatory Access Control and extensible > kernel access control. Thank you! --+KJYzRxRHjYqLGl5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9Y4Yn1g+UGjGGA7YRArSyAKCejQAowRuRAGryM2jpwxzmbZLVjwCdGXS+ DZrP0u/KMcfSLar5pQA2d80= =zeO8 -----END PGP SIGNATURE----- --+KJYzRxRHjYqLGl5-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 7:35:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41DAD37B481; Wed, 21 Aug 2002 07:35:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0198743E65; Wed, 21 Aug 2002 07:35:19 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LEZIJU048690; Wed, 21 Aug 2002 07:35:18 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LEZImU048689; Wed, 21 Aug 2002 07:35:18 -0700 (PDT) Message-Id: <200208211435.g7LEZImU048689@freefall.freebsd.org> From: Oliver Braun Date: Wed, 21 Aug 2002 07:35:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml pgpkeys.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 obraun 2002/08/21 07:35:18 PDT Modified files: en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml pgpkeys.ent Log: Add myself. Approved by: dwcjr (mentor) Revision Changes Path 1.165 +5 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.sgml 1.40 +1 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/pgpkeys.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 7:46:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B72337B401; Wed, 21 Aug 2002 07:46:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C46D43E88; Wed, 21 Aug 2002 07:46:08 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LEk8JU050727; Wed, 21 Aug 2002 07:46:08 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LEk8VC050726; Wed, 21 Aug 2002 07:46:08 -0700 (PDT) Message-Id: <200208211446.g7LEk8VC050726@freefall.freebsd.org> From: Oliver Braun Date: Wed, 21 Aug 2002 07:46:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/haddock Makefile ports/lang/hugs Makefile ports/net/rsync Makefile ports/news/cleanscore Makefile ports/print/lout Makefile ports/print/muttprint Makefile ports/sysutils/durep Makefile ports/textproc/unrtf 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 obraun 2002/08/21 07:46:07 PDT Modified files: devel/haddock Makefile lang/hugs Makefile net/rsync Makefile news/cleanscore Makefile print/lout Makefile print/muttprint Makefile sysutils/durep Makefile textproc/unrtf Makefile www/swish++ Makefile x11/xbindkeys Makefile x11/xbindkeys_config Makefile x11-fm/gentoo Makefile Log: Change MAINTAINER to my FreeBSD address. Approved by: dwcjr (mentor) Revision Changes Path 1.4 +1 -1 ports/devel/haddock/Makefile 1.14 +1 -1 ports/lang/hugs/Makefile 1.76 +1 -1 ports/net/rsync/Makefile 1.2 +1 -1 ports/news/cleanscore/Makefile 1.14 +1 -1 ports/print/lout/Makefile 1.8 +1 -1 ports/print/muttprint/Makefile 1.2 +1 -1 ports/sysutils/durep/Makefile 1.2 +1 -1 ports/textproc/unrtf/Makefile 1.10 +1 -1 ports/www/swish++/Makefile 1.19 +1 -1 ports/x11-fm/gentoo/Makefile 1.17 +1 -1 ports/x11/xbindkeys/Makefile 1.7 +1 -1 ports/x11/xbindkeys_config/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 7:49: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 273B137B400; Wed, 21 Aug 2002 07:49:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D929B43E6E; Wed, 21 Aug 2002 07:49:02 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LEn2JU051251; Wed, 21 Aug 2002 07:49:02 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LEn24M051250; Wed, 21 Aug 2002 07:49:02 -0700 (PDT) Message-Id: <200208211449.g7LEn24M051250@freefall.freebsd.org> From: Oliver Braun Date: Wed, 21 Aug 2002 07:49:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/nhc98 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 obraun 2002/08/21 07:49:02 PDT Modified files: lang/nhc98 Makefile distinfo Log: Update to 1.14a. Change MAINTAINER to my FreeBSD address. PR: ports/41629 Submitted by: obraun Approved by: dwcjr (mentor) Revision Changes Path 1.14 +2 -2 ports/lang/nhc98/Makefile 1.6 +1 -1 ports/lang/nhc98/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 7:52: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0398937B400; Wed, 21 Aug 2002 07:51:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F94B43E70; Wed, 21 Aug 2002 07:51:57 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LEpvJU051870; Wed, 21 Aug 2002 07:51:57 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LEpvAk051869; Wed, 21 Aug 2002 07:51:57 -0700 (PDT) Message-Id: <200208211451.g7LEpvAk051869@freefall.freebsd.org> From: Oliver Braun Date: Wed, 21 Aug 2002 07:51:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/hmake 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 obraun 2002/08/21 07:51:56 PDT Modified files: devel/hmake Makefile distinfo pkg-descr pkg-plist Log: Update to 3.06. Changed WWW. PR: ports/41574 Submitted by: obraun Approved by: maintainer, dwcjr (mentor) Revision Changes Path 1.4 +4 -2 ports/devel/hmake/Makefile 1.3 +1 -1 ports/devel/hmake/distinfo 1.2 +1 -1 ports/devel/hmake/pkg-descr 1.3 +1 -0 ports/devel/hmake/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 7:57: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F22637B400; Wed, 21 Aug 2002 07:56:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 140A943E77; Wed, 21 Aug 2002 07:56:56 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LEutJU053381; Wed, 21 Aug 2002 07:56:55 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LEuttv053380; Wed, 21 Aug 2002 07:56:55 -0700 (PDT) Message-Id: <200208211456.g7LEuttv053380@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Wed, 21 Aug 2002 07:56:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/samba-devel Makefile distinfo ports/net/samba-devel/files patch-aa patch-includes.h patch-installman.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 dwcjr 2002/08/21 07:56:55 PDT Modified files: net/samba-devel Makefile distinfo net/samba-devel/files patch-includes.h patch-installman.sh Removed files: net/samba-devel/files patch-aa Log: Update to alpha19 Revision Changes Path 1.88 +2 -2 ports/net/samba-devel/Makefile 1.43 +1 -1 ports/net/samba-devel/distinfo 1.21 +0 -29 ports/net/samba-devel/files/patch-aa (dead) 1.3 +0 -11 ports/net/samba-devel/files/patch-includes.h 1.2 +4 -4 ports/net/samba-devel/files/patch-installman.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 8: 1:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A816E37B400; Wed, 21 Aug 2002 08:01:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67C6B43E6E; Wed, 21 Aug 2002 08:01:54 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LF1sJU053829; Wed, 21 Aug 2002 08:01:54 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LF1sCj053828; Wed, 21 Aug 2002 08:01:54 -0700 (PDT) Message-Id: <200208211501.g7LF1sCj053828@freefall.freebsd.org> From: John Baldwin Date: Wed, 21 Aug 2002 08:01:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_cmbat.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 2002/08/21 08:01:53 PDT Modified files: sys/dev/acpica acpi_cmbat.c Log: Use the _STA method of a battery control method to see if a battery is present or not. My laptop now properly notices when a battery is removed. Reviewed by: iwasaki Revision Changes Path 1.18 +16 -10 src/sys/dev/acpica/acpi_cmbat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 8: 6: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCC6F37B400; Wed, 21 Aug 2002 08:05:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 588E043E75; Wed, 21 Aug 2002 08:05:57 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: from freefall.freebsd.org (schweikh@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LF5vJU059328; Wed, 21 Aug 2002 08:05:57 -0700 (PDT) (envelope-from schweikh@freefall.freebsd.org) Received: (from schweikh@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LF5uMD059327; Wed, 21 Aug 2002 08:05:56 -0700 (PDT) Message-Id: <200208211505.g7LF5uMD059327@freefall.freebsd.org> From: Jens Schweikhardt Date: Wed, 21 Aug 2002 08:05:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh sh.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG schweikh 2002/08/21 08:05:56 PDT Modified files: bin/sh sh.1 Log: Fix a few typos, among them s/builtin/built-in/ (except for the ref to the builtin(1) man page.) This is for consistency with the spelling both proposed by ispell as well as IEEE Std 1003.1-2001. MFC after: 3 days Revision Changes Path 1.77 +36 -36 src/bin/sh/sh.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 8:12:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D409737B400; Wed, 21 Aug 2002 08:12:14 -0700 (PDT) Received: from abigail.blackend.org (blackend.org [212.11.50.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90BCC43E65; Wed, 21 Aug 2002 08:12:13 -0700 (PDT) (envelope-from marc@blackend.org) Received: from marduk.blackend.org (marduk.blackend.org [192.168.1.202]) by abigail.blackend.org (8.12.3/8.12.3/ - 15/04/02) with ESMTP id g7LFBxG4091249; Wed, 21 Aug 2002 17:11:59 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from marduk.blackend.org (localhost [127.0.0.1]) by marduk.blackend.org (8.12.5/8.12.5) with ESMTP id g7LFDhLV001349; Wed, 21 Aug 2002 17:13:43 +0200 (CEST) (envelope-from marc@localhost.blackend.org) Received: (from marc@localhost) by marduk.blackend.org (8.12.5/8.12.5/Submit) id g7LFDha0001348; Wed, 21 Aug 2002 17:13:43 +0200 (CEST) (envelope-from marc) Date: Wed, 21 Aug 2002 17:13:43 +0200 From: Marc Fonvieille To: Oliver Braun Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml Message-ID: <20020821171343.C1056@marduk.blackend.org> References: <200208211424.g7LEOHTB046443@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200208211424.g7LEOHTB046443@freefall.freebsd.org>; from obraun@FreeBSD.org on Wed, Aug 21, 2002 at 07:24:17AM -0700 X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.6-STABLE Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Aug 21, 2002 at 07:24:17AM -0700, Oliver Braun wrote: > obraun 2002/08/21 07:24:17 PDT > > Modified files: > en_US.ISO8859-1/articles/contributors article.sgml > Log: > Move myself from the contributors section and over to the developers section. > Welcome :) Please don't forget to add you entity to doc/en_US.ISO8859-1/share/sgml/authors.ent Without it the website build will have some problems :) Maybe you are currently doing it in this case forget that message. Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 8:14:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C03C37B400; Wed, 21 Aug 2002 08:14:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC2BD43E65; Wed, 21 Aug 2002 08:14:41 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LFEfJU061173; Wed, 21 Aug 2002 08:14:41 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LFEfG4061165; Wed, 21 Aug 2002 08:14:41 -0700 (PDT) Message-Id: <200208211514.g7LFEfG4061165@freefall.freebsd.org> From: Oliver Braun Date: Wed, 21 Aug 2002 08:14:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/haxml 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 obraun 2002/08/21 08:14:41 PDT Modified files: textproc/haxml Makefile distinfo pkg-descr pkg-plist Log: Update to 1.07. Changed WWW. Change MAINTAINER to my FreeBSD address. Added WITH_GHC and WITHOUT_NHC98 knobs. PR: ports/41667 Approved by: dwcjr (mentor) Revision Changes Path 1.2 +57 -7 ports/textproc/haxml/Makefile 1.2 +1 -1 ports/textproc/haxml/distinfo 1.2 +1 -1 ports/textproc/haxml/pkg-descr 1.2 +142 -43 ports/textproc/haxml/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 8:15:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7160237B400; Wed, 21 Aug 2002 08:15:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C514443E81; Wed, 21 Aug 2002 08:15:15 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LFFFJU061591; Wed, 21 Aug 2002 08:15:15 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LFFFrs061590; Wed, 21 Aug 2002 08:15:15 -0700 (PDT) Message-Id: <200208211515.g7LFFFrs061590@freefall.freebsd.org> From: Warner Losh Date: Wed, 21 Aug 2002 08:15:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mdconfig mdconfig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/08/21 08:15:15 PDT Modified files: sbin/mdconfig mdconfig.c Log: Don't use NULL where you really mean 0 to sysctlbyname. Revision Changes Path 1.23 +1 -1 src/sbin/mdconfig/mdconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 8:21:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80F6937B400; Wed, 21 Aug 2002 08:21:30 -0700 (PDT) Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D42343E6A; Wed, 21 Aug 2002 08:21:29 -0700 (PDT) (envelope-from bmah@employees.org) Received: from bmah.dyndns.org ([12.233.149.189]) by sccrmhc02.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020821152128.PVUQ13899.sccrmhc02.attbi.com@bmah.dyndns.org>; Wed, 21 Aug 2002 15:21:28 +0000 Received: from intruder.bmah.org (localhost [IPv6:::1]) by bmah.dyndns.org (8.12.5/8.12.5) with ESMTP id g7LFLR89007146; Wed, 21 Aug 2002 08:21:27 -0700 (PDT) (envelope-from bmah@intruder.bmah.org) Received: (from bmah@localhost) by intruder.bmah.org (8.12.5/8.12.5/Submit) id g7LFLR7t007145; Wed, 21 Aug 2002 08:21:27 -0700 (PDT) Message-Id: <200208211521.g7LFLR7t007145@intruder.bmah.org> X-Mailer: exmh version 2.5+ 20020729 with nmh-1.0.4 To: Marc Fonvieille Cc: Oliver Braun , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml In-Reply-To: <20020821171343.C1056@marduk.blackend.org> References: <200208211424.g7LEOHTB046443@freefall.freebsd.org> <20020821171343.C1056@marduk.blackend.org> Comments: In-reply-to Marc Fonvieille message dated "Wed, 21 Aug 2002 17:13:43 +0200." From: "Bruce A. Mah" Reply-To: bmah@FreeBSD.org X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_-709786653P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Wed, 21 Aug 2002 08:21:27 -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --==_Exmh_-709786653P Content-Type: text/plain; charset=us-ascii If memory serves me right, Marc Fonvieille wrote: > On Wed, Aug 21, 2002 at 07:24:17AM -0700, Oliver Braun wrote: > > obraun 2002/08/21 07:24:17 PDT > > > > Modified files: > > en_US.ISO8859-1/articles/contributors article.sgml > > Log: > > Move myself from the contributors section and over to the developers sect > ion. > > > > Welcome :) > > Please don't forget to add you entity to > doc/en_US.ISO8859-1/share/sgml/authors.ent > Without it the website build will have some problems :) > > Maybe you are currently doing it in this case forget that message. You beat me to it, Marc. :-) If there's some doc committer with some free time, it might be worth adding this to the "Conventions and Traditions" section of the Committer Guide. Bruce. --==_Exmh_-709786653P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) Comment: Exmh version 2.5+ 20020506 iD8DBQE9Y6/32MoxcVugUsMRAlFxAJ9nUJ/hMbpkBW6aOacoT+rSazz09wCdGHzt rSxZJl/vL+dCemVVwku/nUE= =5Ntm -----END PGP SIGNATURE----- --==_Exmh_-709786653P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 8:24:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CF4937B421; Wed, 21 Aug 2002 08:24:29 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C13743E65; Wed, 21 Aug 2002 08:24:29 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id IAA27986; Wed, 21 Aug 2002 08:27:30 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id IAA27979; Wed, 21 Aug 2002 08:27:29 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Wed, 21 Aug 2002 08:27:29 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Kevin Lo Cc: cvs-all@freebsd.org, cedric gross Subject: Re: cvs commit: ports/sysutils Makefile ports/sysutils/lire Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist In-Reply-To: <200208210238.g7L2cXLx050979@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 20 Aug 2002, Kevin Lo wrote: # kevlo 2002/08/20 19:38:33 PDT # # Modified files: # sysutils Makefile # Added files: # sysutils/lire Makefile distinfo pkg-comment pkg-descr # pkg-message pkg-plist # Log: # Initial import of lire 1.1. # # Lire is a logfile analyse toolkit for multiple applications. # # PR: 41813 # Submitted by: Edwin Groothuis This looks like the same thing as ports/35566 - new ports: Lire a multiple log files analyzer -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 8:26: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7458637B400; Wed, 21 Aug 2002 08:26:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3178043E75; Wed, 21 Aug 2002 08:26:02 -0700 (PDT) (envelope-from ambrisko@FreeBSD.org) Received: from freefall.freebsd.org (ambrisko@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LFQ2JU063562; Wed, 21 Aug 2002 08:26:02 -0700 (PDT) (envelope-from ambrisko@freefall.freebsd.org) Received: (from ambrisko@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LFQ22r063561; Wed, 21 Aug 2002 08:26:02 -0700 (PDT) Message-Id: <200208211526.g7LFQ22r063561@freefall.freebsd.org> From: Doug Ambrisko Date: Wed, 21 Aug 2002 08:26:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_ste.c if_stereg.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 ambrisko 2002/08/21 08:26:01 PDT Modified files: (Branch: RELENG_4) sys/pci if_ste.c if_stereg.h Log: MFC: Only detect the first built-in PHY on the DFE-580TX. Revision Changes Path 1.14.2.7 +10 -0 src/sys/pci/if_ste.c 1.5.2.3 +1 -0 src/sys/pci/if_stereg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 8:28: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F17E37B400; Wed, 21 Aug 2002 08:27:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9986343EA3; Wed, 21 Aug 2002 08:27:54 -0700 (PDT) (envelope-from deischen@FreeBSD.org) Received: from freefall.freebsd.org (deischen@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LFRsJU063702; Wed, 21 Aug 2002 08:27:54 -0700 (PDT) (envelope-from deischen@freefall.freebsd.org) Received: (from deischen@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LFRsqt063701; Wed, 21 Aug 2002 08:27:54 -0700 (PDT) Message-Id: <200208211527.g7LFRsqt063701@freefall.freebsd.org> From: Daniel Eischen Date: Wed, 21 Aug 2002 08:27:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/nedit 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 deischen 2002/08/21 08:27:53 PDT Modified files: editors/nedit Makefile Log: I guess something changed in ports/Mk so that BINOWN, BINGRP, and BINMODE are no longer set when make'ing. Manually add them to MAKE_ENV in the port's Makefile. PR: 40800, 41687 Submitted by: kan Revision Changes Path 1.30 +1 -0 ports/editors/nedit/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 8:29: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 069E037B400; Wed, 21 Aug 2002 08:28:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B69FE43E42; Wed, 21 Aug 2002 08:28:54 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LFSsJU063835; Wed, 21 Aug 2002 08:28:54 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LFSs9K063834; Wed, 21 Aug 2002 08:28:54 -0700 (PDT) Message-Id: <200208211528.g7LFSs9K063834@freefall.freebsd.org> From: Oliver Braun Date: Wed, 21 Aug 2002 08:28:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/hat Makefile ports/devel/hat/files patch-script::harch X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/08/21 08:28:54 PDT Modified files: devel/hat Makefile Added files: devel/hat/files patch-script::harch Log: Change MAINTAINER to my FreeBSD address. Do not allow building with ghc-5.04 due to errors. Add patch to fix build on bento. PR: ports/40828 Approved by: dwcjr (mentor) Revision Changes Path 1.16 +12 -3 ports/devel/hat/Makefile 1.3 +13 -0 ports/devel/hat/files/patch-script::harch (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 8:31:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F38B37B400; Wed, 21 Aug 2002 08:31:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F131343E75; Wed, 21 Aug 2002 08:31:45 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LFVjJU064191; Wed, 21 Aug 2002 08:31:45 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LFVjGR064190; Wed, 21 Aug 2002 08:31:45 -0700 (PDT) Message-Id: <200208211531.g7LFVjGR064190@freefall.freebsd.org> From: Oliver Braun Date: Wed, 21 Aug 2002 08:31:45 -0700 (PDT) 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: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/08/21 08:31:44 PDT Modified files: en_US.ISO8859-1/share/sgml authors.ent Log: Add myself. Approved by: dwcjr (mentor) Revision Changes Path 1.243 +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 Aug 21 8:37:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0071F37B400; Wed, 21 Aug 2002 08:37:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F35C43E7B; Wed, 21 Aug 2002 08:37:24 -0700 (PDT) (envelope-from deischen@FreeBSD.org) Received: from freefall.freebsd.org (deischen@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LFbOJU065755; Wed, 21 Aug 2002 08:37:24 -0700 (PDT) (envelope-from deischen@freefall.freebsd.org) Received: (from deischen@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LFbOOC065754; Wed, 21 Aug 2002 08:37:24 -0700 (PDT) Message-Id: <200208211537.g7LFbOOC065754@freefall.freebsd.org> From: Daniel Eischen Date: Wed, 21 Aug 2002 08:37:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/nedit Makefile ports/editors/nedit/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 deischen 2002/08/21 08:37:24 PDT Modified files: editors/nedit Makefile editors/nedit/files patch-aa patch-ab Log: Revert the last commit and make nedit use INSTALL_PROGRAM,MAN,DATA. PR: 41687 Submitted by: James E. Flemer To: "Bruce A. Mah" Cc: Oliver Braun , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml Message-ID: <20020821174418.D1056@marduk.blackend.org> References: <200208211424.g7LEOHTB046443@freefall.freebsd.org> <20020821171343.C1056@marduk.blackend.org> <200208211521.g7LFLR7t007145@intruder.bmah.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200208211521.g7LFLR7t007145@intruder.bmah.org>; from bmah@FreeBSD.org on Wed, Aug 21, 2002 at 08:21:27AM -0700 X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.6-STABLE Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by abigail.blackend.org id g7LFgYG4091406 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Aug 21, 2002 at 08:21:27AM -0700, Bruce A. Mah wrote: [...] > > Please don't forget to add you entity to > > doc/en_US.ISO8859-1/share/sgml/authors.ent > > Without it the website build will have some problems :) > > > > Maybe you are currently doing it in this case forget that message. > > You beat me to it, Marc. :-) > > If there's some doc committer with some free time, it might be worth > adding this to the "Conventions and Traditions" section of the > Committer Guide. > Ok, it's for me :)) Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 8:52:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5ED0237B400; Wed, 21 Aug 2002 08:52:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E57843E65; Wed, 21 Aug 2002 08:52:26 -0700 (PDT) (envelope-from robert@FreeBSD.org) Received: from freefall.freebsd.org (robert@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LFqPJU067960; Wed, 21 Aug 2002 08:52:25 -0700 (PDT) (envelope-from robert@freefall.freebsd.org) Received: (from robert@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LFqPaE067959; Wed, 21 Aug 2002 08:52:25 -0700 (PDT) Message-Id: <200208211552.g7LFqPaE067959@freefall.freebsd.org> From: Robert Drehmel Date: Wed, 21 Aug 2002 08:52:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/sparc64/loader main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG robert 2002/08/21 08:52:23 PDT Modified files: sys/boot/sparc64/loader main.c Log: - Do not pretend to compile a kernel and remove the definition of the _KERNEL macro. - Do not include for no reason. Suggested by: jake Revision Changes Path 1.15 +0 -2 src/sys/boot/sparc64/loader/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 9: 5: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CE5B37B400; Wed, 21 Aug 2002 09:05:02 -0700 (PDT) Received: from mailout05.sul.t-online.com (mailout05.sul.t-online.com [194.25.134.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0561F43E6A; Wed, 21 Aug 2002 09:05:02 -0700 (PDT) (envelope-from Alexander@Leidinger.net) Received: from fwd03.sul.t-online.de by mailout05.sul.t-online.com with smtp id 17hXyd-00054Z-01; Wed, 21 Aug 2002 18:04:59 +0200 Received: from Andro-Beta.Leidinger.net (520065502893-0001@[217.229.216.190]) by fmrl03.sul.t-online.com with esmtp id 17hXzu-095RD6C; Wed, 21 Aug 2002 18:06:18 +0200 Received: from Magelan.Leidinger.net (Magelan [192.168.1.1]) by Andro-Beta.Leidinger.net (8.11.6/8.11.6) with ESMTP id g7LG4lx93705; Wed, 21 Aug 2002 18:04:47 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from Magelan.Leidinger.net (netchild@localhost [127.0.0.1]) by Magelan.Leidinger.net (8.12.5/8.12.5) with SMTP id g7LG4kmP005454; Wed, 21 Aug 2002 18:04:47 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Wed, 21 Aug 2002 18:04:44 +0200 From: Alexander Leidinger To: Kevin Lo Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/sysutils Makefile ports/sysutils/lire Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Message-Id: <20020821180444.32686fbe.Alexander@Leidinger.net> In-Reply-To: <200208210238.g7L2cXLx050979@freefall.freebsd.org> References: <200208210238.g7L2cXLx050979@freefall.freebsd.org> Organization: Independend X-Mailer: Sylpheed version 0.8.1claws (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Sender: 520065502893-0001@t-dialin.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 20 Aug 2002 19:38:33 -0700 (PDT) Kevin Lo wrote: > kevlo 2002/08/20 19:38:33 PDT > > Modified files: > sysutils Makefile > Added files: > sysutils/lire Makefile distinfo pkg-comment pkg-descr > pkg-message pkg-plist > Log: > Initial import of lire 1.1. > > Lire is a logfile analyse toolkit for multiple applications. Wouldn't it be better fit into textproc instead of sysutils? At least there lives modlogan (MODular LOGfile ANalyzer). Bye, Alexander. -- 0 and 1. Now what could be so hard about that? http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 9:10:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B148837B400; Wed, 21 Aug 2002 09:10:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CF5D43E75; Wed, 21 Aug 2002 09:10:54 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LGAsJU075757; Wed, 21 Aug 2002 09:10:54 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LGAsNE075756; Wed, 21 Aug 2002 09:10:54 -0700 (PDT) Message-Id: <200208211610.g7LGAsNE075756@freefall.freebsd.org> From: Marc Fonvieille Date: Wed, 21 Aug 2002 09:10:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/committers-guide article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/08/21 09:10:54 PDT Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml Log: Add the author entity commit in "Conventions & Traditions" section. Suggested by: bmah and many website problems :) Revision Changes Path 1.131 +1 -1 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 Aug 21 9:15:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD35C37B400; Wed, 21 Aug 2002 09:15:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A67143E42; Wed, 21 Aug 2002 09:15:13 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LGFDJU077583; Wed, 21 Aug 2002 09:15:13 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LGFDSh077582; Wed, 21 Aug 2002 09:15:13 -0700 (PDT) Message-Id: <200208211615.g7LGFDSh077582@freefall.freebsd.org> From: Marc Fonvieille Date: Wed, 21 Aug 2002 09:15:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/committers-guide article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/08/21 09:15:13 PDT Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml Log: Wrapline cleaning. Revision Changes Path 1.132 +4 -1 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 Aug 21 9:20:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D092637B400; Wed, 21 Aug 2002 09:20:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECFEF43E3B; Wed, 21 Aug 2002 09:20:02 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LGK2JU078422; Wed, 21 Aug 2002 09:20:02 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LGK2SZ078421; Wed, 21 Aug 2002 09:20:02 -0700 (PDT) Message-Id: <200208211620.g7LGK2SZ078421@freefall.freebsd.org> From: Mike Barcroft Date: Wed, 21 Aug 2002 09:20:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include ctype.h err.h grp.h inttypes.h monetary.h netdb.h pwd.h runetype.h search.h signal.h stddef.h stdio.h stdlib.h string.h strings.h time.h timeconv.h unistd.h vis.h wchar.h wctype.h src/include/arpa inet.h src/lib/libc/locale ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/08/21 09:20:02 PDT Modified files: include ctype.h err.h grp.h inttypes.h monetary.h netdb.h pwd.h runetype.h search.h signal.h stddef.h stdio.h stdlib.h string.h strings.h time.h timeconv.h unistd.h vis.h wchar.h wctype.h include/arpa inet.h lib/libc/locale runetype.c tolower.c toupper.c lib/libc/stdio local.h vasprintf.c vprintf.c vscanf.c vsnprintf.c vsprintf.c vsscanf.c lib/libdevinfo devinfo.h lib/libkvm kvm.h lib/libncurses Makefile lib/libstand stand.h sys/alpha/include ansi.h endian.h stdarg.h varargs.h sys/arm/include ansi.h sys/i386/include ansi.h endian.h stdarg.h varargs.h sys/ia64/include ansi.h endian.h stdarg.h varargs.h sys/netinet in.h sys/netinet6 in6.h sys/powerpc/include ansi.h endian.h stdarg.h varargs.h sys/sparc64/include ansi.h endian.h stdarg.h varargs.h sys/sys _timespec.h _types.h dirent.h sbuf.h signal.h socket.h stat.h statvfs.h stdint.h syslog.h systm.h times.h timespec.h types.h un.h sys/x86_64/include ansi.h endian.h stdarg.h usr.sbin/ppp prompt.h Added files: sys/alpha/include _types.h sys/arm/include _types.h sys/i386/include _types.h sys/ia64/include _types.h sys/powerpc/include _types.h sys/sparc64/include _types.h sys/x86_64/include _types.h Removed files: sys/alpha/include types.h sys/arm/include types.h sys/i386/include types.h sys/ia64/include types.h sys/powerpc/include types.h sys/sparc64/include types.h sys/x86_64/include types.h Log: o Merge and into a new header called . o will continue to live so it can define MD clock macros, which are only MD because of gratuitous differences between architectures. o Change all headers to make use of this. This mainly involves changing: #ifdef _BSD_FOO_T_ typedef _BSD_FOO_T_ foo_t; #undef _BSD_FOO_T_ #endif to: #ifndef _FOO_T_DECLARED typedef __foo_t foo_t; #define _FOO_T_DECLARED #endif Concept by: bde Reviewed by: jake, obrien Revision Changes Path 1.25 +7 -7 src/include/arpa/inet.h 1.22 +16 -16 src/include/ctype.h 1.11 +8 -8 src/include/err.h 1.15 +3 -3 src/include/grp.h 1.6 +3 -3 src/include/inttypes.h 1.6 +7 -7 src/include/monetary.h 1.25 +7 -7 src/include/netdb.h 1.13 +9 -9 src/include/pwd.h 1.7 +10 -10 src/include/runetype.h 1.6 +4 -4 src/include/search.h 1.17 +4 -4 src/include/signal.h 1.8 +11 -11 src/include/stddef.h 1.45 +20 -20 src/include/stdio.h 1.39 +10 -11 src/include/stdlib.h 1.15 +4 -4 src/include/string.h 1.3 +4 -4 src/include/strings.h 1.28 +17 -15 src/include/time.h 1.2 +4 -4 src/include/timeconv.h 1.56 +12 -12 src/include/unistd.h 1.10 +4 -4 src/include/vis.h 1.16 +13 -13 src/include/wchar.h 1.10 +4 -4 src/include/wctype.h 1.8 +1 -1 src/lib/libc/locale/runetype.c 1.8 +2 -2 src/lib/libc/locale/tolower.c 1.8 +2 -2 src/lib/libc/locale/toupper.c 1.14 +1 -1 src/lib/libc/stdio/local.h 1.16 +1 -1 src/lib/libc/stdio/vasprintf.c 1.9 +1 -1 src/lib/libc/stdio/vprintf.c 1.10 +1 -1 src/lib/libc/stdio/vscanf.c 1.19 +1 -1 src/lib/libc/stdio/vsnprintf.c 1.13 +1 -1 src/lib/libc/stdio/vsprintf.c 1.11 +1 -1 src/lib/libc/stdio/vsscanf.c 1.3 +2 -2 src/lib/libdevinfo/devinfo.h 1.14 +7 -7 src/lib/libkvm/kvm.h 1.58 +2 -2 src/lib/libncurses/Makefile 1.36 +2 -2 src/lib/libstand/stand.h 1.1 +147 -0 src/sys/alpha/include/_types.h (new) 1.32 +0 -113 src/sys/alpha/include/ansi.h 1.12 +1 -1 src/sys/alpha/include/endian.h 1.4 +3 -3 src/sys/alpha/include/stdarg.h 1.18 +0 -62 src/sys/alpha/include/types.h (dead) 1.4 +3 -3 src/sys/alpha/include/varargs.h 1.1 +151 -0 src/sys/arm/include/_types.h (new) 1.20 +1 -122 src/sys/arm/include/ansi.h 1.6 +0 -59 src/sys/arm/include/types.h (dead) 1.1 +151 -0 src/sys/i386/include/_types.h (new) 1.41 +0 -123 src/sys/i386/include/ansi.h 1.34 +1 -1 src/sys/i386/include/endian.h 1.15 +2 -2 src/sys/i386/include/stdarg.h 1.28 +0 -59 src/sys/i386/include/types.h (dead) 1.10 +2 -2 src/sys/i386/include/varargs.h 1.1 +143 -0 src/sys/ia64/include/_types.h (new) 1.24 +1 -109 src/sys/ia64/include/ansi.h 1.10 +1 -1 src/sys/ia64/include/endian.h 1.5 +2 -2 src/sys/ia64/include/stdarg.h 1.7 +0 -62 src/sys/ia64/include/types.h (dead) 1.3 +2 -2 src/sys/ia64/include/varargs.h 1.70 +3 -3 src/sys/netinet/in.h 1.23 +3 -3 src/sys/netinet6/in6.h 1.1 +151 -0 src/sys/powerpc/include/_types.h (new) 1.24 +1 -116 src/sys/powerpc/include/ansi.h 1.10 +1 -1 src/sys/powerpc/include/endian.h 1.5 +2 -2 src/sys/powerpc/include/stdarg.h 1.7 +0 -61 src/sys/powerpc/include/types.h (dead) 1.3 +2 -2 src/sys/powerpc/include/varargs.h 1.1 +143 -0 src/sys/sparc64/include/_types.h (new) 1.18 +0 -108 src/sys/sparc64/include/ansi.h 1.11 +1 -1 src/sys/sparc64/include/endian.h 1.4 +2 -2 src/sys/sparc64/include/stdarg.h 1.5 +0 -61 src/sys/sparc64/include/types.h (dead) 1.4 +2 -2 src/sys/sparc64/include/varargs.h 1.2 +3 -3 src/sys/sys/_timespec.h 1.4 +6 -6 src/sys/sys/_types.h 1.12 +2 -2 src/sys/sys/dirent.h 1.12 +2 -2 src/sys/sys/sbuf.h 1.32 +3 -3 src/sys/sys/signal.h 1.66 +6 -6 src/sys/sys/socket.h 1.29 +4 -4 src/sys/sys/stat.h 1.3 +2 -2 src/sys/sys/statvfs.h 1.4 +1 -1 src/sys/sys/stdint.h 1.23 +3 -3 src/sys/sys/syslog.h 1.181 +5 -5 src/sys/sys/systm.h 1.8 +4 -4 src/sys/sys/times.h 1.2 +4 -4 src/sys/sys/timespec.h 1.67 +44 -40 src/sys/sys/types.h 1.25 +3 -3 src/sys/sys/un.h 1.1 +139 -0 src/sys/x86_64/include/_types.h (new) 1.4 +0 -104 src/sys/x86_64/include/ansi.h 1.2 +1 -1 src/sys/x86_64/include/endian.h 1.2 +2 -2 src/sys/x86_64/include/stdarg.h 1.4 +0 -59 src/sys/x86_64/include/types.h (dead) 1.8 +3 -3 src/usr.sbin/ppp/prompt.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 9:47:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CB3837B400; Wed, 21 Aug 2002 09:47:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DF3D43E42; Wed, 21 Aug 2002 09:47:56 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LGltJU083657; Wed, 21 Aug 2002 09:47:55 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LGlt69083656; Wed, 21 Aug 2002 09:47:55 -0700 (PDT) Message-Id: <200208211647.g7LGlt69083656@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 21 Aug 2002 09:47:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/xmms Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/21 09:47:55 PDT Modified files: audio/xmms Makefile Log: Use USE_GNOMENG. Approved by: timeout from maintainer Revision Changes Path 1.43 +28 -19 ports/audio/xmms/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 9:58:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D617937B400; Wed, 21 Aug 2002 09:58:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B6BC43E65; Wed, 21 Aug 2002 09:58:45 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LGwjJU085381; Wed, 21 Aug 2002 09:58:45 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LGwj9Z085380; Wed, 21 Aug 2002 09:58:45 -0700 (PDT) Message-Id: <200208211658.g7LGwj9Z085380@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Wed, 21 Aug 2002 09:58:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/termcap termcap.src X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/08/21 09:58:45 PDT Modified files: (Branch: RELENG_4) share/termcap termcap.src Log: MFC 1.126: Previous commit of adding ut to xterm entry broke kterm-color entry. 3 bytes (ut:) seems too long for kterm-color. There is a limitation of buffer size within 1024 bytes in our ncurses. Revision Changes Path 1.89.2.22 +1 -1 src/share/termcap/termcap.src To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 10:11: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86D5F37B401; Wed, 21 Aug 2002 10:11:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FF8E43E4A; Wed, 21 Aug 2002 10:11:01 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LHB1JU093732; Wed, 21 Aug 2002 10:11:01 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LHB1WB093731; Wed, 21 Aug 2002 10:11:01 -0700 (PDT) Message-Id: <200208211711.g7LHB1WB093731@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 21 Aug 2002 10:11:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen errlst.c src/lib/libc/stdlib malloc.c src/lib/libc/sys intro.2 src/sys/sys errno.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 phk 2002/08/21 10:11:00 PDT Modified files: lib/libc/gen errlst.c lib/libc/stdlib malloc.c lib/libc/sys intro.2 sys/sys errno.h Log: s/EDOFUS/EDOOFUS/ Persuaded by: Google Revision Changes Path 1.6 +1 -1 src/lib/libc/gen/errlst.c 1.72 +3 -3 src/lib/libc/stdlib/malloc.c 1.33 +1 -1 src/lib/libc/sys/intro.2 1.24 +1 -1 src/sys/sys/errno.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 10:32:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4342737B400; Wed, 21 Aug 2002 10:32:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C940A43E6E; Wed, 21 Aug 2002 10:32:45 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from freefall.freebsd.org (trhodes@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LHWjJU097692; Wed, 21 Aug 2002 10:32:45 -0700 (PDT) (envelope-from trhodes@freefall.freebsd.org) Received: (from trhodes@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LHWjnR097691; Wed, 21 Aug 2002 10:32:45 -0700 (PDT) Message-Id: <200208211732.g7LHWjnR097691@freefall.freebsd.org> From: Tom Rhodes Date: Wed, 21 Aug 2002 10:32:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/csh/USD.doc csh.g src/bin/df df.1 df.c src/bin/ln ln.1 symlink.7 src/bin/ls ls.1 src/bin/mv mv.1 src/bin/pax ar_subs.c buf_subs.c cache.h file_subs.c ftree.c options.c pat_rep.c pax.1 pax.c pax.h tables.h tar.1 tar.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 trhodes 2002/08/21 10:32:45 PDT Modified files: bin/csh/USD.doc csh.g bin/df df.1 df.c bin/ln ln.1 symlink.7 bin/ls ls.1 bin/mv mv.1 bin/pax ar_subs.c buf_subs.c cache.h file_subs.c ftree.c options.c pat_rep.c pax.1 pax.c pax.h tables.h tar.1 tar.c bin/ps ps.1 bin/rm rm.1 rm.c bin/sh error.c sh.1 Log: s/filesystem/file system/ as discussed on -developers Revision Changes Path 1.6 +1 -1 src/bin/csh/USD.doc/csh.g 1.27 +15 -15 src/bin/df/df.1 1.42 +7 -7 src/bin/df/df.c 1.25 +2 -2 src/bin/ln/ln.1 1.25 +3 -3 src/bin/ln/symlink.7 1.69 +1 -1 src/bin/ls/ls.1 1.24 +1 -1 src/bin/mv/mv.1 1.21 +2 -2 src/bin/pax/ar_subs.c 1.21 +1 -1 src/bin/pax/buf_subs.c 1.8 +1 -1 src/bin/pax/cache.h 1.20 +13 -13 src/bin/pax/file_subs.c 1.21 +1 -1 src/bin/pax/ftree.c 1.25 +3 -3 src/bin/pax/options.c 1.22 +1 -1 src/bin/pax/pat_rep.c 1.27 +6 -6 src/bin/pax/pax.1 1.25 +4 -4 src/bin/pax/pax.c 1.15 +1 -1 src/bin/pax/pax.h 1.9 +1 -1 src/bin/pax/tables.h 1.5 +1 -1 src/bin/pax/tar.1 1.21 +2 -2 src/bin/pax/tar.c 1.57 +1 -1 src/bin/ps/ps.1 1.26 +2 -2 src/bin/rm/rm.1 1.42 +2 -2 src/bin/rm/rm.c 1.23 +2 -2 src/bin/sh/error.c 1.78 +1 -1 src/bin/sh/sh.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 10:38:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C24C237B400; Wed, 21 Aug 2002 10:38:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81D2C43E65; Wed, 21 Aug 2002 10:38:37 -0700 (PDT) (envelope-from cy@FreeBSD.org) Received: from freefall.freebsd.org (cy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LHcbJU098315; Wed, 21 Aug 2002 10:38:37 -0700 (PDT) (envelope-from cy@freefall.freebsd.org) Received: (from cy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LHcb3g098314; Wed, 21 Aug 2002 10:38:37 -0700 (PDT) Message-Id: <200208211738.g7LHcb3g098314@freefall.freebsd.org> From: Cy Schubert Date: Wed, 21 Aug 2002 10:38:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/sftp 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 cy 2002/08/21 10:38:37 PDT Modified files: ftp/sftp Makefile Log: Master site subdirectory has changed. Noticed by: bento Revision Changes Path 1.14 +1 -1 ports/ftp/sftp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 10:44:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F33E337B400 for ; Wed, 21 Aug 2002 10:44:32 -0700 (PDT) Received: from mail.speakeasy.net (mail13.speakeasy.net [216.254.0.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E45F43E81 for ; Wed, 21 Aug 2002 10:44:32 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 10541 invoked from network); 21 Aug 2002 17:44:30 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail13.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 21 Aug 2002 17:44:30 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g7LHiSBQ018196; Wed, 21 Aug 2002 13:44:29 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200208091015.g79AFme4051274@freefall.freebsd.org> Date: Wed, 21 Aug 2002 13:44:34 -0400 (EDT) From: John Baldwin To: Poul-Henning Kamp Subject: RE: cvs commit: src/sys/sys errno.h src/lib/libc/gen errlst.c 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 09-Aug-2002 Poul-Henning Kamp wrote: > phk 2002/08/09 03:15:48 PDT > > Modified files: > sys/sys errno.h > lib/libc/gen errlst.c > Log: > Introduce a new error return code: > #define EDOFUS 88 /* Programming error */ > This can be used to signal error situations which indicate that the > program logic or assumptions is deficient. Shouldn't that be EDOOFUS or EDUFUS? -- 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 Wed Aug 21 10:44:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4983737B433 for ; Wed, 21 Aug 2002 10:44:37 -0700 (PDT) Received: from mail.speakeasy.net (mail11.speakeasy.net [216.254.0.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3897943E91 for ; Wed, 21 Aug 2002 10:44:37 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 26092 invoked from network); 21 Aug 2002 17:44:36 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail11.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 21 Aug 2002 17:44:36 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g7LHiYBQ018199; Wed, 21 Aug 2002 13:44:34 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200208180024.g7I0O30R046069@freefall.freebsd.org> Date: Wed, 21 Aug 2002 13:44:40 -0400 (EDT) From: John Baldwin To: Josef Karthauser Subject: RE: cvs commit: src/sys/pci uhci_pci.c 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 18-Aug-2002 Josef Karthauser wrote: > joe 2002/08/17 17:24:03 PDT > > Modified files: > sys/pci uhci_pci.c > Log: > Consolidate the device recognition code. Thanks! -- 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 Wed Aug 21 10:47: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE89737B400; Wed, 21 Aug 2002 10:46:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2B1443E4A; Wed, 21 Aug 2002 10:46:58 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from freefall.freebsd.org (trhodes@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LHkwJU099893; Wed, 21 Aug 2002 10:46:58 -0700 (PDT) (envelope-from trhodes@freefall.freebsd.org) Received: (from trhodes@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LHkwp0099892; Wed, 21 Aug 2002 10:46:58 -0700 (PDT) Message-Id: <200208211746.g7LHkwp0099892@freefall.freebsd.org> From: Tom Rhodes Date: Wed, 21 Aug 2002 10:46:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mirrors chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/08/21 10:46:57 PDT Modified files: en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: Add a cvsup server in Hungary Submitted by: Antal Rutaz Revision Changes Path 1.231 +12 -0 doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 11:10:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE87D37B400; Wed, 21 Aug 2002 11:10:12 -0700 (PDT) Received: from abigail.blackend.org (blackend.org [212.11.50.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0770043E4A; Wed, 21 Aug 2002 11:10:11 -0700 (PDT) (envelope-from marc@blackend.org) Received: from marduk.blackend.org (marduk.blackend.org [192.168.1.202]) by abigail.blackend.org (8.12.3/8.12.3/ - 15/04/02) with ESMTP id g7LI5uG4091895; Wed, 21 Aug 2002 20:05:56 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from marduk.blackend.org (localhost [127.0.0.1]) by marduk.blackend.org (8.12.5/8.12.5) with ESMTP id g7LI7fLV002083; Wed, 21 Aug 2002 20:07:41 +0200 (CEST) (envelope-from marc@localhost.blackend.org) Received: (from marc@localhost) by marduk.blackend.org (8.12.5/8.12.5/Submit) id g7LI7ehD002082; Wed, 21 Aug 2002 20:07:40 +0200 (CEST) (envelope-from marc) Date: Wed, 21 Aug 2002 20:07:40 +0200 From: Marc Fonvieille To: Tom Rhodes Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/csh/USD.doc csh.g src/bin/df df.1 df.c src/bin/ln ln.1 symlink.7 src/bin/ls ls.1 src/bin/mv mv.1 src/bin/pax ar_subs.c buf_subs.c cache.h file_subs.c ftree.c options.c pat_rep.c pax.1 pax.c pax.h tables.h tar.1 tar.c ... Message-ID: <20020821200740.F1056@marduk.blackend.org> References: <200208211732.g7LHWjnR097691@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200208211732.g7LHWjnR097691@freefall.freebsd.org>; from trhodes@FreeBSD.org on Wed, Aug 21, 2002 at 10:32:45AM -0700 X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.6-STABLE Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Aug 21, 2002 at 10:32:45AM -0700, Tom Rhodes wrote: > trhodes 2002/08/21 10:32:45 PDT > > Modified files: > bin/csh/USD.doc csh.g > bin/df df.1 df.c > bin/ln ln.1 symlink.7 > bin/ls ls.1 > bin/mv mv.1 > bin/pax ar_subs.c buf_subs.c cache.h file_subs.c > ftree.c options.c pat_rep.c pax.1 pax.c > pax.h tables.h tar.1 tar.c > bin/ps ps.1 > bin/rm rm.1 rm.c > bin/sh error.c sh.1 > Log: > s/filesystem/file system/ as discussed on -developers > Damn, I did a s/file system/filesystem/ few times ago on disk chapter of the Handbook. Sometimes "file system" was used, sometimes it was "filesystem". Before committing it, I read previous commits (one was same as mine), manual pages and some Marshall Kirk McKusick's doc (http://www.usenix.org/publications/library/proceedings/usenix99/mckusick.html for example), and it really seemed that it was "filesystem". I don't have that -developers thread, I should look on freefall for archives, but maybe someone could sum up it? Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 11:12: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E29837B401; Wed, 21 Aug 2002 11:11:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F34443E4A; Wed, 21 Aug 2002 11:11:49 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from freefall.freebsd.org (trhodes@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LIBnJU010861; Wed, 21 Aug 2002 11:11:49 -0700 (PDT) (envelope-from trhodes@freefall.freebsd.org) Received: (from trhodes@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LIBmXe010860; Wed, 21 Aug 2002 11:11:48 -0700 (PDT) Message-Id: <200208211811.g7LIBmXe010860@freefall.freebsd.org> From: Tom Rhodes Date: Wed, 21 Aug 2002 11:11:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/adjkerntz adjkerntz.8 src/sbin/badsect badsect.8 badsect.c src/sbin/ccdconfig ccdconfig.8 src/sbin/clri clri.8 clri.c src/sbin/disklabel disklabel.5 disklabel.8 disklabel.c src/sbin/dmesg dmesg.8 src/sbin/dump Makefile dump.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 trhodes 2002/08/21 11:11:48 PDT Modified files: sbin/adjkerntz adjkerntz.8 sbin/badsect badsect.8 badsect.c sbin/ccdconfig ccdconfig.8 sbin/clri clri.8 clri.c sbin/disklabel disklabel.5 disklabel.8 disklabel.c sbin/dmesg dmesg.8 sbin/dump Makefile dump.8 dump.h main.c optr.c tape.c traverse.c sbin/dumpfs dumpfs.8 sbin/dumpon dumpon.8 sbin/fdisk fdisk.8 fdisk.c sbin/fdisk_pc98 fdisk.8 fdisk.c sbin/ffsinfo ffsinfo.8 ffsinfo.c sbin/fsck fsck.8 fsck.c preen.c sbin/fsck_ffs dir.c fsck.h fsck_ffs.8 fsutil.c main.c pass1.c setup.c sbin/fsck_ffs/SMM.doc 0.t 1.t 2.t 3.t 4.t sbin/fsck_msdosfs boot.c check.c dosfs.h ext.h fat.c fsck_msdosfs.8 main.c sbin/fsdb fsdb.8 fsdb.c sbin/fsirand fsirand.8 fsirand.c sbin/growfs debug.c growfs.8 growfs.c sbin/init init.8 sbin/ip6fw ip6fw.8 sbin/ipfw ipfw.8 sbin/kldconfig kldconfig.8 sbin/mdconfig mdconfig.8 sbin/mdmfs mdmfs.8 mdmfs.c sbin/mknod mknod.8 sbin/mount getmntopts.3 mount.8 mount.c sbin/mount_cd9660 mount_cd9660.8 mount_cd9660.c sbin/mount_ext2fs mount_ext2fs.8 sbin/mount_hpfs mount_hpfs.8 sbin/mount_msdosfs mount_msdosfs.8 sbin/mount_nfs mount_nfs.8 mount_nfs.c sbin/mount_ntfs mount_ntfs.8 sbin/mount_nullfs mount_nullfs.8 sbin/mount_nwfs mount_nwfs.8 sbin/mount_portalfs mount_portalfs.8 sbin/mount_std mount_std.8 mount_std.c sbin/mount_udf mount_udf.8 mount_udf.c sbin/mount_umapfs mount_umapfs.8 sbin/mount_unionfs mount_unionfs.8 sbin/newfs mkfs.c newfs.8 newfs.c newfs.h sbin/newfs_msdos newfs_msdos.8 newfs_msdos.c sbin/quotacheck preen.c quotacheck.8 quotacheck.c sbin/reboot boot_i386.8 reboot.8 sbin/restore main.c restore.8 restore.c restore.h symtab.c sbin/routed trace.c sbin/savecore savecore.8 sbin/shutdown shutdown.8 sbin/swapon swapon.8 sbin/tunefs tunefs.8 tunefs.c sbin/umount umount.8 umount.c sbin/vinum v.c vinum.8 Log: s/filesystem/file system/g as discussed on -developers Revision Changes Path 1.27 +4 -4 src/sbin/adjkerntz/adjkerntz.8 1.18 +9 -9 src/sbin/badsect/badsect.8 1.15 +4 -4 src/sbin/badsect/badsect.c 1.21 +1 -1 src/sbin/ccdconfig/ccdconfig.8 1.12 +2 -2 src/sbin/clri/clri.8 1.9 +2 -2 src/sbin/clri/clri.c 1.14 +16 -16 src/sbin/disklabel/disklabel.5 1.40 +10 -10 src/sbin/disklabel/disklabel.8 1.58 +2 -2 src/sbin/disklabel/disklabel.c 1.17 +1 -1 src/sbin/dmesg/dmesg.8 1.19 +1 -1 src/sbin/dump/Makefile 1.47 +17 -17 src/sbin/dump/dump.8 1.19 +1 -1 src/sbin/dump/dump.h 1.39 +6 -6 src/sbin/dump/main.c 1.23 +2 -2 src/sbin/dump/optr.c 1.23 +1 -1 src/sbin/dump/tape.c 1.25 +3 -3 src/sbin/dump/traverse.c 1.10 +4 -4 src/sbin/dumpfs/dumpfs.8 1.27 +3 -3 src/sbin/dumpon/dumpon.8 1.34 +1 -1 src/sbin/fdisk/fdisk.8 1.61 +6 -6 src/sbin/fdisk/fdisk.c 1.13 +1 -1 src/sbin/fdisk_pc98/fdisk.8 1.5 +9 -9 src/sbin/fdisk_pc98/fdisk.c 1.12 +6 -6 src/sbin/ffsinfo/ffsinfo.8 1.5 +4 -4 src/sbin/ffsinfo/ffsinfo.c 1.30 +24 -24 src/sbin/fsck/fsck.8 1.11 +6 -6 src/sbin/fsck/fsck.c 1.26 +1 -1 src/sbin/fsck/preen.c 1.5 +11 -11 src/sbin/fsck_ffs/SMM.doc/0.t 1.4 +6 -6 src/sbin/fsck_ffs/SMM.doc/1.t 1.4 +38 -38 src/sbin/fsck_ffs/SMM.doc/2.t 1.6 +29 -29 src/sbin/fsck_ffs/SMM.doc/3.t 1.4 +93 -93 src/sbin/fsck_ffs/SMM.doc/4.t 1.25 +2 -2 src/sbin/fsck_ffs/dir.c 1.27 +10 -10 src/sbin/fsck_ffs/fsck.h 1.27 +35 -35 src/sbin/fsck_ffs/fsck_ffs.8 1.17 +3 -3 src/sbin/fsck_ffs/fsutil.c 1.36 +9 -9 src/sbin/fsck_ffs/main.c 1.34 +1 -1 src/sbin/fsck_ffs/pass1.c 1.38 +4 -4 src/sbin/fsck_ffs/setup.c 1.2 +1 -1 src/sbin/fsck_msdosfs/boot.c 1.3 +1 -1 src/sbin/fsck_msdosfs/check.c 1.2 +1 -1 src/sbin/fsck_msdosfs/dosfs.h 1.4 +3 -3 src/sbin/fsck_msdosfs/ext.h 1.3 +1 -1 src/sbin/fsck_msdosfs/fat.c 1.7 +13 -13 src/sbin/fsck_msdosfs/fsck_msdosfs.8 1.7 +1 -1 src/sbin/fsck_msdosfs/main.c 1.23 +7 -7 src/sbin/fsdb/fsdb.8 1.27 +4 -4 src/sbin/fsdb/fsdb.c 1.16 +8 -8 src/sbin/fsirand/fsirand.8 1.11 +4 -4 src/sbin/fsirand/fsirand.c 1.6 +1 -1 src/sbin/growfs/debug.c 1.15 +14 -14 src/sbin/growfs/growfs.8 1.10 +19 -19 src/sbin/growfs/growfs.c 1.36 +3 -3 src/sbin/init/init.8 1.16 +1 -1 src/sbin/ip6fw/ip6fw.8 1.111 +1 -1 src/sbin/ipfw/ipfw.8 1.5 +1 -1 src/sbin/kldconfig/kldconfig.8 1.16 +1 -1 src/sbin/mdconfig/mdconfig.8 1.11 +10 -10 src/sbin/mdmfs/mdmfs.8 1.10 +1 -1 src/sbin/mdmfs/mdmfs.c 1.23 +1 -1 src/sbin/mknod/mknod.8 1.12 +2 -2 src/sbin/mount/getmntopts.3 1.52 +55 -55 src/sbin/mount/mount.8 1.49 +4 -4 src/sbin/mount/mount.c 1.21 +8 -8 src/sbin/mount_cd9660/mount_cd9660.8 1.21 +1 -1 src/sbin/mount_cd9660/mount_cd9660.c 1.13 +3 -3 src/sbin/mount_ext2fs/mount_ext2fs.8 1.10 +10 -10 src/sbin/mount_hpfs/mount_hpfs.8 1.24 +21 -21 src/sbin/mount_msdosfs/mount_msdosfs.8 1.35 +11 -11 src/sbin/mount_nfs/mount_nfs.8 1.54 +1 -1 src/sbin/mount_nfs/mount_nfs.c 1.18 +10 -10 src/sbin/mount_ntfs/mount_ntfs.8 1.24 +11 -11 src/sbin/mount_nullfs/mount_nullfs.8 1.19 +2 -2 src/sbin/mount_nwfs/mount_nwfs.8 1.12 +3 -3 src/sbin/mount_portalfs/mount_portalfs.8 1.19 +18 -18 src/sbin/mount_std/mount_std.8 1.17 +3 -3 src/sbin/mount_std/mount_std.c 1.3 +4 -4 src/sbin/mount_udf/mount_udf.8 1.6 +1 -1 src/sbin/mount_udf/mount_udf.c 1.18 +5 -5 src/sbin/mount_umapfs/mount_umapfs.8 1.14 +7 -7 src/sbin/mount_unionfs/mount_unionfs.8 1.61 +10 -10 src/sbin/newfs/mkfs.c 1.55 +25 -25 src/sbin/newfs/newfs.8 1.63 +13 -13 src/sbin/newfs/newfs.c 1.8 +3 -3 src/sbin/newfs/newfs.h 1.16 +10 -10 src/sbin/newfs_msdos/newfs_msdos.8 1.17 +13 -13 src/sbin/newfs_msdos/newfs_msdos.c 1.23 +1 -1 src/sbin/quotacheck/preen.c 1.13 +14 -14 src/sbin/quotacheck/quotacheck.8 1.17 +3 -3 src/sbin/quotacheck/quotacheck.c 1.41 +4 -4 src/sbin/reboot/boot_i386.8 1.18 +3 -3 src/sbin/reboot/reboot.8 1.17 +2 -2 src/sbin/restore/main.c 1.37 +14 -14 src/sbin/restore/restore.8 1.13 +1 -1 src/sbin/restore/restore.c 1.6 +2 -2 src/sbin/restore/restore.h 1.12 +2 -2 src/sbin/restore/symtab.c 1.8 +3 -3 src/sbin/routed/trace.c 1.19 +2 -2 src/sbin/savecore/savecore.8 1.20 +1 -1 src/sbin/shutdown/shutdown.8 1.20 +1 -1 src/sbin/swapon/swapon.8 1.25 +13 -13 src/sbin/tunefs/tunefs.8 1.25 +5 -5 src/sbin/tunefs/tunefs.c 1.13 +14 -14 src/sbin/umount/umount.8 1.31 +5 -5 src/sbin/umount/umount.c 1.36 +1 -1 src/sbin/vinum/v.c 1.59 +16 -16 src/sbin/vinum/vinum.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 11:17:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA59C37B405; Wed, 21 Aug 2002 11:17:01 -0700 (PDT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id A794043E70; Wed, 21 Aug 2002 11:17:00 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (acs-24-154-231-94.zoominternet.net [24.154.231.94]) by pittgoth.com (8.12.5/8.12.5) with SMTP id g7LIGx7U092965; Wed, 21 Aug 2002 14:16:59 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Wed, 21 Aug 2002 14:15:24 -0400 From: Tom Rhodes To: Marc Fonvieille Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/csh/USD.doc csh.g src/bin/df df.1 df.c src/bin/ln ln.1 symlink.7 src/bin/ls ls.1 src/bin/mv mv.1 src/bin/pax ar_subs.c buf_subs.c cache.h file_subs.c ftree.c options.c pat_rep.c pax.1 pax.c pax.h tables.h tar.1 tar.c ... Message-Id: <20020821141524.114e624f.trhodes@FreeBSD.org> In-Reply-To: <20020821200740.F1056@marduk.blackend.org> References: <200208211732.g7LHWjnR097691@freefall.freebsd.org> <20020821200740.F1056@marduk.blackend.org> X-Mailer: Sylpheed version 0.7.8claws (GTK+ 1.2.10; i386-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 21 Aug 2002 20:07:40 +0200 Marc Fonvieille wrote: [SNIP] > > s/filesystem/file system/ as discussed on -developers > > > Damn, I did a s/file system/filesystem/ few times ago on disk chapter > of the Handbook. Sometimes "file system" was used, sometimes it was > "filesystem". > Before committing it, I read previous commits (one was > same as mine), manual pages and some Marshall Kirk McKusick's doc > (http://www.usenix.org/publications/library/proceedings/usenix99/mcku > sick.html for example), and it really seemed that it was "filesystem". > > I don't have that -developers thread, I should look on freefall for > archives, but maybe someone could sum up it? > > Marc > Sure. A while ago I was reviewing the word use in comments, the docs, and manual pages. As I was reading through it the filesystem and file system thing jumped at my face. It looked ugly and kinda unprofessional to me. So I began to change it. A grep over our src/ and doc/ tree's showed that filesystem was used much more than file system. So I used that. Later a few committers pointed out that it didn't look good, and that file system as two words seemed more proper. Since today I wanted to do some committing anyways, this seemed like an 'ok' start ;) Take care, -- Tom (Darklogik) Rhodes www.FreeBSD.org -The Power To Serve www.Pittgoth.com -Pittgoth Discussion Portal trhodes@{Pittgoth.com, FreeBSD.org} PGP key by www: http://www.pittgoth.com/~darklogik/darklogik.key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 11:22:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 596AF37B400; Wed, 21 Aug 2002 11:22:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22A0143E42; Wed, 21 Aug 2002 11:22:14 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: from freefall.freebsd.org (dinoex@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LIMEJU012642; Wed, 21 Aug 2002 11:22:14 -0700 (PDT) (envelope-from dinoex@freefall.freebsd.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LIMDPC012641; Wed, 21 Aug 2002 11:22:13 -0700 (PDT) Message-Id: <200208211822.g7LIMDPC012641@freefall.freebsd.org> From: Dirk Meyer Date: Wed, 21 Aug 2002 11:22:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/pike Makefile distinfo pkg-descr pkg-plist ports/lang/pike/files patch-aa 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 dinoex 2002/08/21 11:22:13 PDT Modified files: lang/pike Makefile distinfo pkg-descr pkg-plist lang/pike/scripts configure.pike Removed files: lang/pike/files patch-aa Log: Update to 3.0.361 new MAINTAINER, no respose from previous MAINTAINER for more than 3 months. Submitted by: kiwi@oav.net Revision Changes Path 1.8 +10 -8 ports/lang/pike/Makefile 1.3 +1 -1 ports/lang/pike/distinfo 1.3 +0 -20 ports/lang/pike/files/patch-aa (dead) 1.3 +1 -1 ports/lang/pike/pkg-descr 1.3 +475 -465 ports/lang/pike/pkg-plist 1.7 +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 Wed Aug 21 11:27:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0ECC37B400; Wed, 21 Aug 2002 11:27:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ABBA43E65; Wed, 21 Aug 2002 11:27:53 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: from freefall.freebsd.org (dinoex@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LIRrJU013011; Wed, 21 Aug 2002 11:27:53 -0700 (PDT) (envelope-from dinoex@freefall.freebsd.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LIRrmF013010; Wed, 21 Aug 2002 11:27:53 -0700 (PDT) Message-Id: <200208211827.g7LIRrmF013010@freefall.freebsd.org> From: Dirk Meyer Date: Wed, 21 Aug 2002 11:27:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/pike Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2002/08/21 11:27:53 PDT Modified files: lang/pike Makefile pkg-plist Log: Use PORTVERSION in pkg-plist Revision Changes Path 1.9 +1 -0 ports/lang/pike/Makefile 1.4 +474 -474 ports/lang/pike/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 11:33:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8445F37B400; Wed, 21 Aug 2002 11:33:12 -0700 (PDT) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0569C43E6A; Wed, 21 Aug 2002 11:33:12 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.5) with ESMTP id g7LIXAiG001533 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Wed, 21 Aug 2002 14:33:11 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.5/Submit) id g7LIXAv0001530; Wed, 21 Aug 2002 14:33:10 -0400 (EDT) (envelope-from wollman) Date: Wed, 21 Aug 2002 14:33:10 -0400 (EDT) From: Garrett Wollman Message-Id: <200208211833.g7LIXAv0001530@khavrinen.lcs.mit.edu> To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 style.9 In-Reply-To: <200208210658.g7L6wMxu017178@freefall.freebsd.org> References: <200208210658.g7L6wMxu017178@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > Suggest that function prototypes in kernel headers be alphabetical, > unless there's a compelling reason to deviate. It should probably suggest that prototypes visible to user programs be first blocked in order of increasing namespace before being alphabetized. It is more readable to have: #if FOO_AND_BAR_VISIBLE int bar(...); int foo(...); #endif #if BAZ_VISIBLE int baz(...); #endif #if FOO_BAR_AND_QUUX_VISIBLE int quux(...); #endif ...rather than: #if FOO_AND_BAR_VISIBLE int bar(...); #endif #if BAZ_VISIBLE int baz(...); #endif #if FOO_AND_BAR_VISIBLE int foo(...); #if FOO_BAR_AND_QUUX_VISIBLE int quux(...); #endif #endif -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 11:50:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFA1337B400; Wed, 21 Aug 2002 11:50:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9904443E3B; Wed, 21 Aug 2002 11:50:38 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LIocJU017824; Wed, 21 Aug 2002 11:50:38 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LIocQh017823; Wed, 21 Aug 2002 11:50:38 -0700 (PDT) Message-Id: <200208211850.g7LIocQh017823@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 21 Aug 2002 11:50:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gnome/docs porting.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 marcus 2002/08/21 11:50:38 PDT Modified files: en/gnome/docs porting.sgml Log: Update the porting guide to include info on the new GNOMENG infrastructure. Revision Changes Path 1.20 +239 -159 www/en/gnome/docs/porting.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 11:52:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 555FA37B400; Wed, 21 Aug 2002 11:52:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 107AE43E8A; Wed, 21 Aug 2002 11:52:33 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LIqWJU023972; Wed, 21 Aug 2002 11:52:32 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LIqWks023971; Wed, 21 Aug 2002 11:52:32 -0700 (PDT) Message-Id: <200208211852.g7LIqWks023971@freefall.freebsd.org> From: Warner Losh Date: Wed, 21 Aug 2002 11:52:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/restore restore.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 2002/08/21 11:52:32 PDT Modified files: sbin/restore restore.c Log: Use '0' instead of NULL when we mean the integer constant 0 and not a "null pointer expression". Revision Changes Path 1.14 +1 -1 src/sbin/restore/restore.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 11:57: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38C8B37B400; Wed, 21 Aug 2002 11:57:03 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5991343E77; Wed, 21 Aug 2002 11:57:02 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g7LIv0Fl024068; Wed, 21 Aug 2002 12:57:00 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 21 Aug 2002 12:56:18 -0600 (MDT) Message-Id: <20020821.125618.99751155.imp@bsdimp.com> To: wollman@lcs.mit.edu Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 style.9 From: "M. Warner Losh" In-Reply-To: <200208211833.g7LIXAv0001530@khavrinen.lcs.mit.edu> References: <200208210658.g7L6wMxu017178@freefall.freebsd.org> <200208211833.g7LIXAv0001530@khavrinen.lcs.mit.edu> X-Mailer: Mew version 2.1 on Emacs 21.2 / 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 Ah! Good point. I agree that's a compelling reason. I'll work up some text. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 11:58:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFF1537B400; Wed, 21 Aug 2002 11:58:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B84F43E72; Wed, 21 Aug 2002 11:58:24 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from freefall.freebsd.org (trhodes@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LIwOJU024833; Wed, 21 Aug 2002 11:58:24 -0700 (PDT) (envelope-from trhodes@freefall.freebsd.org) Received: (from trhodes@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LIwO0A024832; Wed, 21 Aug 2002 11:58:24 -0700 (PDT) Message-Id: <200208211858.g7LIwO0A024832@freefall.freebsd.org> From: Tom Rhodes Date: Wed, 21 Aug 2002 11:58:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/adjkerntz adjkerntz.8 src/sbin/atacontrol atacontrol.8 src/sbin/atm/fore_dnld fore_dnld.8 src/sbin/atm/ilmid ilmid.8 src/sbin/badsect badsect.8 src/sbin/camcontrol camcontrol.8 src/sbin/ccdconfig ccdconfig.8 src/sbin/clri clri.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 trhodes 2002/08/21 11:58:24 PDT Modified files: (Branch: RELENG_4) sbin/adjkerntz adjkerntz.8 sbin/atacontrol atacontrol.8 sbin/atm/fore_dnld fore_dnld.8 sbin/atm/ilmid ilmid.8 sbin/badsect badsect.8 sbin/camcontrol camcontrol.8 sbin/ccdconfig ccdconfig.8 sbin/clri clri.8 sbin/comcontrol comcontrol.8 sbin/disklabel disklabel.5 disklabel.8 sbin/dmesg dmesg.8 sbin/dump dump.8 sbin/dumpfs dumpfs.8 sbin/ipfw ipfw.8 Log: MFC: Reduce diffs to current. This includes several mdoc(7) fixes, minor spelling and grammar fixes, along with 'the .Nm utility' Revision Changes Path 1.18.2.5 +26 -18 src/sbin/adjkerntz/adjkerntz.8 1.13.2.5 +6 -2 src/sbin/atacontrol/atacontrol.8 1.4.2.2 +3 -2 src/sbin/atm/fore_dnld/fore_dnld.8 1.3.2.2 +5 -3 src/sbin/atm/ilmid/ilmid.8 1.10.2.6 +14 -10 src/sbin/badsect/badsect.8 1.19.2.11 +17 -6 src/sbin/camcontrol/camcontrol.8 1.9.2.9 +9 -6 src/sbin/ccdconfig/ccdconfig.8 1.7.2.3 +8 -6 src/sbin/clri/clri.8 1.15.2.7 +3 -2 src/sbin/comcontrol/comcontrol.8 1.7.2.4 +6 -6 src/sbin/disklabel/disklabel.5 1.15.2.19 +19 -9 src/sbin/disklabel/disklabel.8 1.5.2.5 +6 -5 src/sbin/dmesg/dmesg.8 1.27.2.14 +37 -31 src/sbin/dump/dump.8 1.5.2.3 +5 -4 src/sbin/dumpfs/dumpfs.8 1.63.2.26 +1 -1 src/sbin/ipfw/ipfw.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 12: 1:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EB6637B400; Wed, 21 Aug 2002 12:01:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDE8F43E77; Wed, 21 Aug 2002 12:01:50 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LJ1oJU026308; Wed, 21 Aug 2002 12:01:50 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LJ1otJ026307; Wed, 21 Aug 2002 12:01:50 -0700 (PDT) Message-Id: <200208211901.g7LJ1otJ026307@freefall.freebsd.org> From: Warner Losh Date: Wed, 21 Aug 2002 12:01:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/vipw vipw.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 2002/08/21 12:01:50 PDT Modified files: usr.sbin/vipw vipw.c Log: Don't use NULL when we really mean 0 for call to pw_edit. Revision Changes Path 1.14 +1 -1 src/usr.sbin/vipw/vipw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 12: 3:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28BAE37B400; Wed, 21 Aug 2002 12:03:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D592043E84; Wed, 21 Aug 2002 12:03:26 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LJ3QJU026441; Wed, 21 Aug 2002 12:03:26 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LJ3Qip026440; Wed, 21 Aug 2002 12:03:26 -0700 (PDT) Message-Id: <200208211903.g7LJ3Qip026440@freefall.freebsd.org> From: Warner Losh Date: Wed, 21 Aug 2002 12:03:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf malloc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/08/21 12:03:26 PDT Modified files: libexec/rtld-elf malloc.c Log: Include stddef.h for NULL definition, rather than rolling our own here. Reviewed by: jdp Revision Changes Path 1.6 +1 -2 src/libexec/rtld-elf/malloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 12:22:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8F2637B400; Wed, 21 Aug 2002 12:22:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F7D543E42; Wed, 21 Aug 2002 12:22:34 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LJMYJU034462; Wed, 21 Aug 2002 12:22:34 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LJMYMC034461; Wed, 21 Aug 2002 12:22:34 -0700 (PDT) Message-Id: <200208211922.g7LJMYMC034461@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Wed, 21 Aug 2002 12:22:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/lpe Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/08/21 12:22:34 PDT Modified files: editors/lpe Makefile Log: Add a MASTER_SITE PR: 41851 Submitted by: maintainer Revision Changes Path 1.22 +2 -1 ports/editors/lpe/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 12:26:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EE9C37B401; Wed, 21 Aug 2002 12:26:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 260F943E70; Wed, 21 Aug 2002 12:26:46 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LJQkJU034954; Wed, 21 Aug 2002 12:26:46 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LJQkiT034953; Wed, 21 Aug 2002 12:26:46 -0700 (PDT) Message-Id: <200208211926.g7LJQkiT034953@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Wed, 21 Aug 2002 12:26:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/easytag pkg-comment pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/08/21 12:26:45 PDT Modified files: audio/easytag pkg-comment pkg-descr Log: Update description PR: 41849 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/audio/easytag/pkg-comment 1.2 +29 -22 ports/audio/easytag/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 12:28:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F231037B400; Wed, 21 Aug 2002 12:28:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3C0F43E3B; Wed, 21 Aug 2002 12:28:05 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LJS5JU035286; Wed, 21 Aug 2002 12:28:05 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LJS5UG035285; Wed, 21 Aug 2002 12:28:05 -0700 (PDT) Message-Id: <200208211928.g7LJS5UG035285@freefall.freebsd.org> From: Christian Weisgerber Date: Wed, 21 Aug 2002 12:28:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/gkrellmmailwatch Makefile distinfo ports/mail/gkrellmmailwatch/files patch-aa patch-mailwatch.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 naddy 2002/08/21 12:28:05 PDT Modified files: mail/gkrellmmailwatch Makefile distinfo mail/gkrellmmailwatch/files patch-aa Removed files: mail/gkrellmmailwatch/files patch-mailwatch.c Log: Update to 0.7.2. PR: 41232 Submitted by: Jan Stocker Approved by: maintainer timeout Revision Changes Path 1.7 +2 -2 ports/mail/gkrellmmailwatch/Makefile 1.5 +1 -1 ports/mail/gkrellmmailwatch/distinfo 1.6 +14 -29 ports/mail/gkrellmmailwatch/files/patch-aa 1.3 +0 -10 ports/mail/gkrellmmailwatch/files/patch-mailwatch.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 12:28:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0764737B400; Wed, 21 Aug 2002 12:28:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2D2543E6E; Wed, 21 Aug 2002 12:28:44 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LJSiJU035428; Wed, 21 Aug 2002 12:28:44 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LJSiSd035427; Wed, 21 Aug 2002 12:28:44 -0700 (PDT) Message-Id: <200208211928.g7LJSiSd035427@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 21 Aug 2002 12:28:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfsserver nfs_srvsubs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/08/21 12:28:44 PDT Modified files: sys/nfsserver nfs_srvsubs.c Log: Make the V2 errno translation more resistent to new errnos. Revision Changes Path 1.116 +22 -21 src/sys/nfsserver/nfs_srvsubs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 12:32:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1C1D37B400; Wed, 21 Aug 2002 12:32:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9065943E88; Wed, 21 Aug 2002 12:32:42 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LJWgJU037063; Wed, 21 Aug 2002 12:32:42 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LJWgaV037062; Wed, 21 Aug 2002 12:32:42 -0700 (PDT) Message-Id: <200208211932.g7LJWgaV037062@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Wed, 21 Aug 2002 12:32:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/driftnet Makefile distinfo ports/net/driftnet/files patch-Makefile patch-driftnet.c patch-img.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 dwcjr 2002/08/21 12:32:42 PDT Modified files: net/driftnet Makefile distinfo net/driftnet/files patch-driftnet.c Added files: net/driftnet/files patch-Makefile Removed files: net/driftnet/files patch-img.h Log: Update to 0.1.6 PR: 41806 Submitted by: maintainer Revision Changes Path 1.2 +11 -2 ports/net/driftnet/Makefile 1.2 +1 -1 ports/net/driftnet/distinfo 1.1 +42 -0 ports/net/driftnet/files/patch-Makefile (new) 1.2 +9 -142 ports/net/driftnet/files/patch-driftnet.c 1.2 +0 -13 ports/net/driftnet/files/patch-img.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 Aug 21 12:44:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB42D37B400; Wed, 21 Aug 2002 12:44:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F8A343E4A; Wed, 21 Aug 2002 12:44:21 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LJiLJU039316; Wed, 21 Aug 2002 12:44:21 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LJiLDb039315; Wed, 21 Aug 2002 12:44:21 -0700 (PDT) Message-Id: <200208211944.g7LJiLDb039315@freefall.freebsd.org> From: Oliver Braun Date: Wed, 21 Aug 2002 12:44:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/pgpkeys obraun.key X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/08/21 12:44:21 PDT Added files: en_US.ISO8859-1/books/handbook/pgpkeys obraun.key Log: Add my key. Overlooked that in my previous commit. Approved by: dwcjr (mentor) Revision Changes Path 1.1 +47 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/obraun.key (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 12:48: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAF2237B400; Wed, 21 Aug 2002 12:48:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6935843E4A; Wed, 21 Aug 2002 12:48:01 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LJlxJU039684; Wed, 21 Aug 2002 12:47:59 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LJlx2S039683; Wed, 21 Aug 2002 12:47:59 -0700 (PDT) Message-Id: <200208211947.g7LJlx2S039683@freefall.freebsd.org> From: Christian Weisgerber Date: Wed, 21 Aug 2002 12:47:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gkrellmss Makefile distinfo pkg-plist ports/audio/gkrellmss/files patch-src::Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2002/08/21 12:47:59 PDT Modified files: audio/gkrellmss Makefile distinfo pkg-plist audio/gkrellmss/files patch-src::Makefile Log: Update to 0.5. PR: 41334 Submitted by: Adam Weinberger Approved by: maintainer timeout Revision Changes Path 1.3 +2 -1 ports/audio/gkrellmss/Makefile 1.3 +1 -1 ports/audio/gkrellmss/distinfo 1.2 +26 -16 ports/audio/gkrellmss/files/patch-src::Makefile 1.2 +5 -4 ports/audio/gkrellmss/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 12:51:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD12537B400; Wed, 21 Aug 2002 12:51:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44E7543E81; Wed, 21 Aug 2002 12:51:14 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LJpEJU040891; Wed, 21 Aug 2002 12:51:14 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LJpEmb040889; Wed, 21 Aug 2002 12:51:14 -0700 (PDT) Message-Id: <200208211951.g7LJpEmb040889@freefall.freebsd.org> From: Christian Weisgerber Date: Wed, 21 Aug 2002 12:51:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/ucspi-tcp 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 naddy 2002/08/21 12:51:14 PDT Modified files: sysutils/ucspi-tcp Makefile distinfo Log: Add man pages. PR: 41756 Submitted by: Jos Backus Approved by: maintainer Revision Changes Path 1.16 +13 -0 ports/sysutils/ucspi-tcp/Makefile 1.4 +1 -0 ports/sysutils/ucspi-tcp/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 12:57:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FDC037B400; Wed, 21 Aug 2002 12:57:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA75243E88; Wed, 21 Aug 2002 12:57:53 -0700 (PDT) (envelope-from pirzyk@FreeBSD.org) Received: from freefall.freebsd.org (pirzyk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LJvrJU041995; Wed, 21 Aug 2002 12:57:53 -0700 (PDT) (envelope-from pirzyk@freefall.freebsd.org) Received: (from pirzyk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LJvrqn041994; Wed, 21 Aug 2002 12:57:53 -0700 (PDT) Message-Id: <200208211957.g7LJvrqn041994@freefall.freebsd.org> From: Jim Pirzyk Date: Wed, 21 Aug 2002 12:57:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net getaddrinfo.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 pirzyk 2002/08/21 12:57:53 PDT Modified files: lib/libc/net getaddrinfo.c Log: Fixed getaddrinfo to honor sortlist in /etc/resolv.conf PR: bin/27939 Reviewed by: ru, sheldonh (about a year ago) Obtained from: ume (via KAME, I think) MFC after: 1 month Revision Changes Path 1.29 +82 -0 src/lib/libc/net/getaddrinfo.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 13: 3:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E140037B400; Wed, 21 Aug 2002 13:03:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94BD243E42; Wed, 21 Aug 2002 13:03:55 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from freefall.freebsd.org (julian@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LK3tJU043694; Wed, 21 Aug 2002 13:03:55 -0700 (PDT) (envelope-from julian@freefall.freebsd.org) Received: (from julian@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LK3tlU043690; Wed, 21 Aug 2002 13:03:55 -0700 (PDT) Message-Id: <200208212003.g7LK3tlU043690@freefall.freebsd.org> From: Julian Elischer Date: Wed, 21 Aug 2002 13:03:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sig.c kern_thread.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2002/08/21 13:03:55 PDT Modified files: sys/kern kern_sig.c kern_thread.c Log: Revert some suspension/sleep/signal code from KSE-III We need to rethink a bit of this and it doesn't matter if we break the KSE test program for now as long as non-KSE programs act as expected. Submitted by: David Xu (this guy's just asking to get hit with a commit bit..) Revision Changes Path 1.181 +27 -43 src/sys/kern/kern_sig.c 1.15 +11 -0 src/sys/kern/kern_thread.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 13:36:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF5B337B400; Wed, 21 Aug 2002 13:36:46 -0700 (PDT) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4E3E43E42; Wed, 21 Aug 2002 13:36:45 -0700 (PDT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.5/8.12.2) with ESMTP id g7LKO5mU004913; Wed, 21 Aug 2002 22:24:05 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.5/8.12.5/Submit) id g7LKO5R6004912; Wed, 21 Aug 2002 22:24:05 +0200 (CEST) Date: Wed, 21 Aug 2002 22:24:05 +0200 From: Wilko Bulte To: Julian Elischer Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern kern_sig.c kern_thread.c Message-ID: <20020821222405.A4898@freebie.xs4all.nl> References: <200208212003.g7LK3tlU043690@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: <200208212003.g7LK3tlU043690@freefall.freebsd.org>; from julian@FreeBSD.ORG on Wed, Aug 21, 2002 at 01:03:55PM -0700 X-OS: FreeBSD 4.6-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Aug 21, 2002 at 01:03:55PM -0700, Julian Elischer wrote: > julian 2002/08/21 13:03:55 PDT > > Modified files: > sys/kern kern_sig.c kern_thread.c > Log: > Revert some suspension/sleep/signal code from KSE-III > We need to rethink a bit of this and it doesn't matter if > we break the KSE test program for now as long > as non-KSE programs act as expected. > > Submitted by: David Xu > (this guy's just asking to get hit with a commit bit..) Volunteer to be his mentor and rope 'm in ;-) -- | / o / /_ _ 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 Aug 21 13:44: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3814737B400; Wed, 21 Aug 2002 13:43:53 -0700 (PDT) Received: from cheer.mahoroba.org (flets19-007.kamome.or.jp [218.45.19.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id C574F43E42; Wed, 21 Aug 2002 13:43:51 -0700 (PDT) (envelope-from ume@mahoroba.org) Received: from lyrics.mahoroba.org (IDENT:i0WPELRyukq0AzYGkwcAbhpONfUAu1muZ7pxJn4QiwuQDZaG0s/si9C8Ji/MrVRs@lyrics-wi.mahoroba.org [IPv6:2001:200:301:0:202:2dff:fe41:8630]) (user=ume mech=CRAM-MD5 bits=0) by cheer.mahoroba.org (8.12.5/8.12.5) with ESMTP/inet6 id g7LKhmK0043829 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 22 Aug 2002 05:43:48 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Thu, 22 Aug 2002 05:43:45 +0900 Message-ID: From: Hajimu UMEMOTO To: Jim Pirzyk Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/net getaddrinfo.c In-Reply-To: <200208211957.g7LJvrqn041994@freefall.freebsd.org> References: <200208211957.g7LJvrqn041994@freefall.freebsd.org> User-Agent: xcite1.38> Wanderlust/2.9.14 (Unchained Melody) SEMI/1.14.4 (Hosorogi) FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/21.2 (i386--freebsd) MULE/5.0 (=?ISO-2022-JP?B?GyRCOC1MWhsoQg==?=) X-Operating-System: FreeBSD 5.0-CURRENT MIME-Version: 1.0 (generated by SEMI 1.14.4 - "Hosorogi") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by AMaViS-perl11-milter (http://amavis.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 Hi, >>>>> On Wed, 21 Aug 2002 12:57:53 -0700 (PDT) >>>>> Jim Pirzyk said: pirzyk> pirzyk 2002/08/21 12:57:53 PDT pirzyk> Modified files: pirzyk> lib/libc/net getaddrinfo.c pirzyk> Log: pirzyk> Fixed getaddrinfo to honor sortlist in /etc/resolv.conf pirzyk> PR: bin/27939 pirzyk> Reviewed by: ru, sheldonh (about a year ago) pirzyk> Obtained from: ume (via KAME, I think) Ahhh, no, it's my code, and KAME didn't like it. There are discussion about destination address selection which obsoletes my workaround. KAME has the implementation of destination address selection. When spec is fixed, it will be merged. pirzyk> MFC after: 1 month pirzyk> Revision Changes Path pirzyk> 1.29 +82 -0 src/lib/libc/net/getaddrinfo.c -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@bisd.hitachi.co.jp ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 13:46:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A95DD37B400; Wed, 21 Aug 2002 13:46:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3667C43E86; Wed, 21 Aug 2002 13:46:34 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LKkYJU057942; Wed, 21 Aug 2002 13:46:34 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LKkY7b057941; Wed, 21 Aug 2002 13:46:34 -0700 (PDT) Message-Id: <200208212046.g7LKkY7b057941@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Wed, 21 Aug 2002 13:46:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/cyrus-imapd2 Makefile distinfo ports/mail/cyrus-imapd2/files patch-dh patch-perl::imap::IMAP.xs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/08/21 13:46:33 PDT Modified files: mail/cyrus-imapd2 Makefile distinfo Removed files: mail/cyrus-imapd2/files patch-dh patch-perl::imap::IMAP.xs Log: Update to 2.1.7. Revision Changes Path 1.63 +5 -5 ports/mail/cyrus-imapd2/Makefile 1.17 +2 -2 ports/mail/cyrus-imapd2/distinfo 1.4 +0 -15 ports/mail/cyrus-imapd2/files/patch-dh (dead) 1.2 +0 -12 ports/mail/cyrus-imapd2/files/patch-perl::imap::IMAP.xs (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 13:49:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C75EF37B400; Wed, 21 Aug 2002 13:49:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 738E243E4A; Wed, 21 Aug 2002 13:49:32 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LKnWJU059769; Wed, 21 Aug 2002 13:49:32 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LKnW8m059768; Wed, 21 Aug 2002 13:49:32 -0700 (PDT) Message-Id: <200208212049.g7LKnW8m059768@freefall.freebsd.org> From: Oliver Braun Date: Wed, 21 Aug 2002 13:49:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/drift 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 obraun 2002/08/21 13:49:32 PDT Modified files: devel Makefile Added files: devel/drift Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add drift 2.0.r3, a type sensitive preprocessor for Haskell. PR: ports/41616 Approved by: dwcjr (mentor) Revision Changes Path 1.899 +1 -0 ports/devel/Makefile 1.1 +37 -0 ports/devel/drift/Makefile (new) 1.1 +1 -0 ports/devel/drift/distinfo (new) 1.1 +1 -0 ports/devel/drift/pkg-comment (new) 1.1 +16 -0 ports/devel/drift/pkg-descr (new) 1.1 +4 -0 ports/devel/drift/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 Wed Aug 21 13:50:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6684037B4B6; Wed, 21 Aug 2002 13:49:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E63AD43E84; Wed, 21 Aug 2002 13:49:44 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LKniJU059966; Wed, 21 Aug 2002 13:49:44 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LKniae059959; Wed, 21 Aug 2002 13:49:44 -0700 (PDT) Message-Id: <200208212049.g7LKniae059959@freefall.freebsd.org> From: Oliver Braun Date: Wed, 21 Aug 2002 13:49:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/08/21 13:49:44 PDT Modified files: . modules Log: drift --> ports/devel/drift Revision Changes Path 1.5738 +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 Wed Aug 21 13:53:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B670D37B400; Wed, 21 Aug 2002 13:53:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6896143E6A; Wed, 21 Aug 2002 13:53:45 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LKrjJU061934; Wed, 21 Aug 2002 13:53:45 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LKrjP9061933; Wed, 21 Aug 2002 13:53:45 -0700 (PDT) Message-Id: <200208212053.g7LKrjP9061933@freefall.freebsd.org> From: Marc Fonvieille Date: Wed, 21 Aug 2002 13:53:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en docs.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/08/21 13:53:45 PDT Modified files: en docs.sgml Log: Fix links to local directories: file:///usr/share/doc instead of file:/usr/share/doc Submitted by: subdue Revision Changes Path 1.154 +3 -3 www/en/docs.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 13:54:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E030537B400; Wed, 21 Aug 2002 13:54:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 900C043E42; Wed, 21 Aug 2002 13:54:45 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: from freefall.freebsd.org (joerg@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LKsjJU062093; Wed, 21 Aug 2002 13:54:45 -0700 (PDT) (envelope-from joerg@freefall.freebsd.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LKsja8062092; Wed, 21 Aug 2002 13:54:45 -0700 (PDT) Message-Id: <200208212054.g7LKsja8062092@freefall.freebsd.org> From: Joerg Wunsch Date: Wed, 21 Aug 2002 13:54:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/perl pathnames.h perl.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 joerg 2002/08/21 13:54:45 PDT Modified files: usr.bin/perl perl.c Added files: usr.bin/perl pathnames.h Log: For scripts that are called in non-login environments (in particular mail filters), the /usr/bin/perl dummy fails since it assumes that the installed package could be reached via the existing $PATH. Also, since we are obviously looking for a perl installed by a package, we should make sure that at least the default package bindir is being searched. Revision Changes Path 1.1 +31 -0 src/usr.bin/perl/pathnames.h (new) 1.4 +21 -1 src/usr.bin/perl/perl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 13:59:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AD5237B400; Wed, 21 Aug 2002 13:59:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C54C43E3B; Wed, 21 Aug 2002 13:59:43 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LKxgJU062551; Wed, 21 Aug 2002 13:59:42 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LKxgLT062550; Wed, 21 Aug 2002 13:59:42 -0700 (PDT) Message-Id: <200208212059.g7LKxgLT062550@freefall.freebsd.org> From: Oliver Braun Date: Wed, 21 Aug 2002 13:59:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/entropy 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 obraun 2002/08/21 13:59:42 PDT Modified files: math/entropy Makefile Log: MASTER_SITES changed. Submitted by: maintainer Approved by: dwcjr (mentor) Revision Changes Path 1.2 +1 -1 ports/math/entropy/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 14: 4:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01A2B37B401; Wed, 21 Aug 2002 14:04:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A506343E6A; Wed, 21 Aug 2002 14:04:12 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: from freefall.freebsd.org (ade@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LL4CJU064218; Wed, 21 Aug 2002 14:04:12 -0700 (PDT) (envelope-from ade@freefall.freebsd.org) Received: (from ade@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LL4CG5064217; Wed, 21 Aug 2002 14:04:12 -0700 (PDT) Message-Id: <200208212104.g7LL4CG5064217@freefall.freebsd.org> From: Ade Lovett Date: Wed, 21 Aug 2002 14:04:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/db3 Makefile ports/databases/db4 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ade 2002/08/21 14:04:12 PDT Modified files: databases/db3 Makefile databases/db4 Makefile Log: (1) Take over maintainership whilst unifying the Sleepycat ports (2) Un-spam the 'Whom' line from a previous commit Revision Changes Path 1.43 +2 -2 ports/databases/db3/Makefile 1.41 +2 -2 ports/databases/db4/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 14: 7:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BC8A37B400; Wed, 21 Aug 2002 14:07:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBBEB43E4A; Wed, 21 Aug 2002 14:07:07 -0700 (PDT) (envelope-from thomas@FreeBSD.org) Received: from freefall.freebsd.org (thomas@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LL77JU068815; Wed, 21 Aug 2002 14:07:07 -0700 (PDT) (envelope-from thomas@freefall.freebsd.org) Received: (from thomas@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LL77wq068814; Wed, 21 Aug 2002 14:07:07 -0700 (PDT) Message-Id: <200208212107.g7LL77wq068814@freefall.freebsd.org> From: Thomas Quinot Date: Wed, 21 Aug 2002 14:07:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml pgpkeys.ent thomas.key X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG thomas 2002/08/21 14:07:07 PDT Modified files: en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml pgpkeys.ent Added files: en_US.ISO8859-1/books/handbook/pgpkeys thomas.key Log: Add my GnuPG key. Reviewed by: roberto Revision Changes Path 1.166 +5 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.sgml 1.41 +1 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/pgpkeys.ent 1.1 +103 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/thomas.key (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 14:18:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5691837B401; Wed, 21 Aug 2002 14:18:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07E5C43E75; Wed, 21 Aug 2002 14:18:19 -0700 (PDT) (envelope-from thomas@FreeBSD.org) Received: from freefall.freebsd.org (thomas@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LLIIJU070571; Wed, 21 Aug 2002 14:18:18 -0700 (PDT) (envelope-from thomas@freefall.freebsd.org) Received: (from thomas@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LLIEV5070559; Wed, 21 Aug 2002 14:18:14 -0700 (PDT) Message-Id: <200208212118.g7LLIEV5070559@freefall.freebsd.org> From: Thomas Quinot Date: Wed, 21 Aug 2002 14:18:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG thomas 2002/08/21 14:18:14 PDT Modified files: usr.bin/calendar/calendars calendar.freebsd Log: Jump in. Reviewed by: roberto Revision Changes Path 1.79 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 14:31: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CF0237B400; Wed, 21 Aug 2002 14:30:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CAD243E6E; Wed, 21 Aug 2002 14:30:58 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LLUwJU073183; Wed, 21 Aug 2002 14:30:58 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LLUwjk073179; Wed, 21 Aug 2002 14:30:58 -0700 (PDT) Message-Id: <200208212130.g7LLUwjk073179@freefall.freebsd.org> From: Oliver Braun Date: Wed, 21 Aug 2002 14:30:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/amavisd 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 obraun 2002/08/21 14:30:57 PDT Modified files: security/amavisd Makefile Log: Add variables WARNSENDER, WARNRECIP, WARNADMIN and SMTPPORT. Add USE_PERL5. PR: ports/41695 Submitted by: maintainer Approved by: dwcjr (mentor) Revision Changes Path 1.7 +14 -4 ports/security/amavisd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 14:37:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B0A237B400; Wed, 21 Aug 2002 14:37:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8DFD43E4A; Wed, 21 Aug 2002 14:37:19 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (mbr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LLbJJU074279; Wed, 21 Aug 2002 14:37:19 -0700 (PDT) (envelope-from mbr@freefall.freebsd.org) Received: (from mbr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LLbJQo074278; Wed, 21 Aug 2002 14:37:19 -0700 (PDT) Message-Id: <200208212137.g7LLbJQo074278@freefall.freebsd.org> From: Martin Blapp Date: Wed, 21 Aug 2002 14:37:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/openoffice 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 mbr 2002/08/21 14:37:19 PDT Modified files: japanese/openoffice Makefile Log: Fix lang extension. Submitted by: Nakata Maho Revision Changes Path 1.6 +1 -1 ports/japanese/openoffice/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 14:43:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36B2737B400; Wed, 21 Aug 2002 14:43:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC17143E42; Wed, 21 Aug 2002 14:43:19 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LLhJJU075511; Wed, 21 Aug 2002 14:43:19 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LLhJii075510; Wed, 21 Aug 2002 14:43:19 -0700 (PDT) Message-Id: <200208212143.g7LLhJii075510@freefall.freebsd.org> From: Oliver Braun Date: Wed, 21 Aug 2002 14:43:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/drift 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 obraun 2002/08/21 14:43:19 PDT Modified files: devel/drift Makefile Log: Change MAINTAINER to my FreeBSD address. Approved by: dwcjr (mentor) Revision Changes Path 1.2 +1 -1 ports/devel/drift/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 14:54: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7165537B400; Wed, 21 Aug 2002 14:54:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 265E443E4A; Wed, 21 Aug 2002 14:54:00 -0700 (PDT) (envelope-from anholt@FreeBSD.org) Received: from freefall.freebsd.org (anholt@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LLrxJU077920; Wed, 21 Aug 2002 14:53:59 -0700 (PDT) (envelope-from anholt@freefall.freebsd.org) Received: (from anholt@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LLrxXr077919; Wed, 21 Aug 2002 14:53:59 -0700 (PDT) Message-Id: <200208212153.g7LLrxXr077919@freefall.freebsd.org> From: Eric Anholt Date: Wed, 21 Aug 2002 14:53:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/dri-devel Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/graphics/dri-devel/files patch-bsdLib.rules patch-drv-Imakefile patch-host.def patch-linuxcompat X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG anholt 2002/08/21 14:53:59 PDT Modified files: graphics Makefile Added files: graphics/dri-devel Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist graphics/dri-devel/files patch-bsdLib.rules patch-drv-Imakefile patch-host.def patch-linuxcompat Log: dri-devel port provides development DRI libraries and X Server. Reviewed by: lioux Revision Changes Path 1.489 +1 -0 ports/graphics/Makefile 1.1 +65 -0 ports/graphics/dri-devel/Makefile (new) 1.1 +1 -0 ports/graphics/dri-devel/distinfo (new) 1.1 +37 -0 ports/graphics/dri-devel/files/patch-bsdLib.rules (new) 1.1 +11 -0 ports/graphics/dri-devel/files/patch-drv-Imakefile (new) 1.1 +53 -0 ports/graphics/dri-devel/files/patch-host.def (new) 1.1 +141 -0 ports/graphics/dri-devel/files/patch-linuxcompat (new) 1.1 +1 -0 ports/graphics/dri-devel/pkg-comment (new) 1.1 +8 -0 ports/graphics/dri-devel/pkg-descr (new) 1.1 +14 -0 ports/graphics/dri-devel/pkg-message (new) 1.1 +18 -0 ports/graphics/dri-devel/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 Wed Aug 21 14:54:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78E6937B401; Wed, 21 Aug 2002 14:54:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B2EE43E7B; Wed, 21 Aug 2002 14:54:02 -0700 (PDT) (envelope-from anholt@FreeBSD.org) Received: from freefall.freebsd.org (anholt@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LLs2JU077957; Wed, 21 Aug 2002 14:54:02 -0700 (PDT) (envelope-from anholt@freefall.freebsd.org) Received: (from anholt@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LLs2dW077956; Wed, 21 Aug 2002 14:54:02 -0700 (PDT) Message-Id: <200208212154.g7LLs2dW077956@freefall.freebsd.org> From: Eric Anholt Date: Wed, 21 Aug 2002 14:54:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG anholt 2002/08/21 14:54:01 PDT Modified files: . modules Log: dri-devel --> ports/graphics/dri-devel Revision Changes Path 1.5739 +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 Wed Aug 21 14:58: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47C6C37B400; Wed, 21 Aug 2002 14:57:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0957943E75; Wed, 21 Aug 2002 14:57:59 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LLvwJU078521; Wed, 21 Aug 2002 14:57:58 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LLvw23078520; Wed, 21 Aug 2002 14:57:58 -0700 (PDT) Message-Id: <200208212157.g7LLvw23078520@freefall.freebsd.org> From: Oliver Braun Date: Wed, 21 Aug 2002 14:57:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/popenhs 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 obraun 2002/08/21 14:57:58 PDT Modified files: devel Makefile Added files: devel/popenhs Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add popenhs 1.00.0, a popen-like library for Haskell. PR: ports/36939 Approved by: dwcjr (mentor) Revision Changes Path 1.900 +1 -0 ports/devel/Makefile 1.1 +21 -0 ports/devel/popenhs/Makefile (new) 1.1 +1 -0 ports/devel/popenhs/distinfo (new) 1.1 +1 -0 ports/devel/popenhs/pkg-comment (new) 1.1 +10 -0 ports/devel/popenhs/pkg-descr (new) 1.1 +5 -0 ports/devel/popenhs/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 Wed Aug 21 14:58:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3C5C37B4AD; Wed, 21 Aug 2002 14:58:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 640C143E6E; Wed, 21 Aug 2002 14:58:07 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LLw7JU078612; Wed, 21 Aug 2002 14:58:07 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LLw7cP078611; Wed, 21 Aug 2002 14:58:07 -0700 (PDT) Message-Id: <200208212158.g7LLw7cP078611@freefall.freebsd.org> From: Oliver Braun Date: Wed, 21 Aug 2002 14:58:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/08/21 14:58:07 PDT Modified files: . modules Log: popenhs --> ports/devel/popenhs Revision Changes Path 1.5740 +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 Wed Aug 21 14:58:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11BE437B400; Wed, 21 Aug 2002 14:58:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B252C43E6E; Wed, 21 Aug 2002 14:58:44 -0700 (PDT) (envelope-from anholt@FreeBSD.org) Received: from freefall.freebsd.org (anholt@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LLwiJU078736; Wed, 21 Aug 2002 14:58:44 -0700 (PDT) (envelope-from anholt@freefall.freebsd.org) Received: (from anholt@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LLwi9b078735; Wed, 21 Aug 2002 14:58:44 -0700 (PDT) Message-Id: <200208212158.g7LLwi9b078735@freefall.freebsd.org> From: Eric Anholt Date: Wed, 21 Aug 2002 14:58:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/XFree86-4-libraries/files patch-us_intl ports/x11/XFree86-4-clients 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 anholt 2002/08/21 14:58:44 PDT Modified files: x11/XFree86-4-clients Makefile Added files: x11/XFree86-4-libraries/files patch-us_intl Log: Fix the us_intl keymap. Submitted by: Mario Sergio Fujikawa Ferreira Obtained from: Andoni Zubimendi Revision Changes Path 1.103 +1 -1 ports/x11/XFree86-4-clients/Makefile 1.1 +30 -0 ports/x11/XFree86-4-libraries/files/patch-us_intl (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 15:26:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10B5537B400; Wed, 21 Aug 2002 15:26:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C24F643E4A; Wed, 21 Aug 2002 15:26:54 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LMQsJU088096; Wed, 21 Aug 2002 15:26:54 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LMQs5R088095; Wed, 21 Aug 2002 15:26:54 -0700 (PDT) Message-Id: <200208212226.g7LMQs5R088095@freefall.freebsd.org> From: Oliver Braun Date: Wed, 21 Aug 2002 15:26:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/termlog 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 obraun 2002/08/21 15:26:54 PDT Modified files: security Makefile Added files: security/termlog Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add termlog 1.0, monitor or log multiple system terminals synchronously (real-time). Submitted by: Chris S.J. Peron Approved by: dwcjr (mentor) Revision Changes Path 1.326 +1 -0 ports/security/Makefile 1.1 +18 -0 ports/security/termlog/Makefile (new) 1.1 +1 -0 ports/security/termlog/distinfo (new) 1.1 +1 -0 ports/security/termlog/pkg-comment (new) 1.1 +5 -0 ports/security/termlog/pkg-descr (new) 1.1 +1 -0 ports/security/termlog/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 Wed Aug 21 15:27: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A8D437B4A0; Wed, 21 Aug 2002 15:27:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B04B43E7B; Wed, 21 Aug 2002 15:27:03 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LMR3JU088139; Wed, 21 Aug 2002 15:27:03 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LMR3sY088138; Wed, 21 Aug 2002 15:27:03 -0700 (PDT) Message-Id: <200208212227.g7LMR3sY088138@freefall.freebsd.org> From: Oliver Braun Date: Wed, 21 Aug 2002 15:27:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/08/21 15:27:02 PDT Modified files: . modules Log: termlog --> ports/security/termlog Revision Changes Path 1.5741 +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 Wed Aug 21 16: 0: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 378D237B400; Wed, 21 Aug 2002 15:59:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7C9643EA3; Wed, 21 Aug 2002 15:59:57 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LMxvJU093656; Wed, 21 Aug 2002 15:59:57 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LMxvw6093655; Wed, 21 Aug 2002 15:59:57 -0700 (PDT) Message-Id: <200208212259.g7LMxvw6093655@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 21 Aug 2002 15:59:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/gedit2 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 marcus 2002/08/21 15:59:57 PDT Modified files: editors/gedit2 Makefile distinfo pkg-plist Log: * Update to 2.0.3 * Use USE_GNOMENG Revision Changes Path 1.49 +5 -9 ports/editors/gedit2/Makefile 1.23 +1 -1 ports/editors/gedit2/distinfo 1.19 +0 -2 ports/editors/gedit2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 16: 9:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F02337B401; Wed, 21 Aug 2002 16:09:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF27643E8A; Wed, 21 Aug 2002 16:09:38 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LN9cJU099836; Wed, 21 Aug 2002 16:09:38 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LN9cul099835; Wed, 21 Aug 2002 16:09:38 -0700 (PDT) Message-Id: <200208212309.g7LN9cul099835@freefall.freebsd.org> From: Archie Cobbs Date: Wed, 21 Aug 2002 16:09:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/lws 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 archie 2002/08/21 16:09:38 PDT Added files: www/lws Makefile distinfo pkg-comment pkg-descr pkg-plist Log: LWS is a lightweight web server which uses pthreads(3) for multi-tasking and libpdel(3) for HTTP, HTTPS, and configurable servlet support. The server can be configured via a buit-in admin web interface, or by manu- ally editing the XML configuration file. LWS supports multiple HTTP and HTTPS servers, each containing multiple virtual hosts. Each virtual host has a configurable list of servlets. The supported servlets types are file, redirect, and cookieauth. The file servlet includes optional support for tmpl(3) HTML templates. LWS maintains a self-rotating logfile(3) error log, with optional support for logging via syslog as well. LWS is intended to demonstrate features of the libpdel(3) library, and to be a lightweight web server for simple applications. Revision Changes Path 1.1 +21 -0 ports/www/lws/Makefile (new) 1.1 +1 -0 ports/www/lws/distinfo (new) 1.1 +1 -0 ports/www/lws/pkg-comment (new) 1.1 +15 -0 ports/www/lws/pkg-descr (new) 1.1 +28 -0 ports/www/lws/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 Wed Aug 21 16: 9:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6666637B400; Wed, 21 Aug 2002 16:09:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 139A243E8A; Wed, 21 Aug 2002 16:09:55 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LN9sJU099932; Wed, 21 Aug 2002 16:09:54 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LN9sZF099931; Wed, 21 Aug 2002 16:09:54 -0700 (PDT) Message-Id: <200208212309.g7LN9sZF099931@freefall.freebsd.org> From: Archie Cobbs Date: Wed, 21 Aug 2002 16:09:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2002/08/21 16:09:54 PDT Modified files: www Makefile Log: Add lws. Resort. Revision Changes Path 1.525 +2 -1 ports/www/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 16:11:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F02B037B400; Wed, 21 Aug 2002 16:11:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F1A143E65; Wed, 21 Aug 2002 16:11:17 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LNBHJU001577; Wed, 21 Aug 2002 16:11:17 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LNBH7c001576; Wed, 21 Aug 2002 16:11:17 -0700 (PDT) Message-Id: <200208212311.g7LNBH7c001576@freefall.freebsd.org> From: Archie Cobbs Date: Wed, 21 Aug 2002 16:11:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2002/08/21 16:11:17 PDT Modified files: . modules Log: lws --> ports/www/lws Revision Changes Path 1.5742 +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 Wed Aug 21 16:20:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7983137B406; Wed, 21 Aug 2002 16:20:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 119EE43E75; Wed, 21 Aug 2002 16:20:09 -0700 (PDT) (envelope-from jeh@FreeBSD.org) Received: from freefall.freebsd.org (jeh@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LNK8JU002168; Wed, 21 Aug 2002 16:20:08 -0700 (PDT) (envelope-from jeh@freefall.freebsd.org) Received: (from jeh@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LNK8nr002167; Wed, 21 Aug 2002 16:20:08 -0700 (PDT) Message-Id: <200208212320.g7LNK8nr002167@freefall.freebsd.org> From: "James E. Housley" Date: Wed, 21 Aug 2002 16:20:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeh 2002/08/21 16:20:08 PDT Modified files: security/uvscan-dat Makefile distinfo Log: Update to 4219 Revision Changes Path 1.112 +1 -1 ports/security/uvscan-dat/Makefile 1.110 +1 -1 ports/security/uvscan-dat/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 16:39:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFBC537B400; Wed, 21 Aug 2002 16:39:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6570443E3B; Wed, 21 Aug 2002 16:39:53 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LNdrJU006624; Wed, 21 Aug 2002 16:39:53 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LNdrpA006623; Wed, 21 Aug 2002 16:39:53 -0700 (PDT) Message-Id: <200208212339.g7LNdrpA006623@freefall.freebsd.org> From: Archie Cobbs Date: Wed, 21 Aug 2002 16:39:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/syscons scvtb.c syscons.c src/sys/dev/vinum vinumdaemon.c vinumio.c src/sys/i386/i386 busdma_machdep.c dump_machdep.c pmap.c src/sys/kern subr_disk.c sys_pipe.c src/sys/vm uma_core.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 archie 2002/08/21 16:39:52 PDT Modified files: sys/dev/syscons scvtb.c syscons.c sys/dev/vinum vinumdaemon.c vinumio.c sys/i386/i386 busdma_machdep.c dump_machdep.c pmap.c sys/kern subr_disk.c sys_pipe.c sys/vm uma_core.c Log: Don't use "NULL" when "0" is really meant. Revision Changes Path 1.9 +5 -5 src/sys/dev/syscons/scvtb.c 1.388 +1 -1 src/sys/dev/syscons/syscons.c 1.22 +1 -1 src/sys/dev/vinum/vinumdaemon.c 1.75 +1 -1 src/sys/dev/vinum/vinumio.c 1.27 +1 -1 src/sys/i386/i386/busdma_machdep.c 1.4 +4 -4 src/sys/i386/i386/dump_machdep.c 1.363 +1 -1 src/sys/i386/i386/pmap.c 1.56 +1 -1 src/sys/kern/subr_disk.c 1.118 +2 -2 src/sys/kern/sys_pipe.c 1.35 +2 -2 src/sys/vm/uma_core.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 16:44:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D338237B400; Wed, 21 Aug 2002 16:44:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CDF843E4A; Wed, 21 Aug 2002 16:44:27 -0700 (PDT) (envelope-from pdeuskar@FreeBSD.org) Received: from freefall.freebsd.org (pdeuskar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LNiGJU008182; Wed, 21 Aug 2002 16:44:16 -0700 (PDT) (envelope-from pdeuskar@freefall.freebsd.org) Received: (from pdeuskar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LNiGr0008177; Wed, 21 Aug 2002 16:44:16 -0700 (PDT) Message-Id: <200208212344.g7LNiGr0008177@freefall.freebsd.org> From: Prafulla Deuskar Date: Wed, 21 Aug 2002 16:44:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/em README if_em.c if_em.h if_em_hw.c if_em_hw.h if_em_osdep.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 pdeuskar 2002/08/21 16:44:16 PDT Modified files: sys/dev/em README if_em.c if_em.h if_em_hw.c if_em_hw.h if_em_osdep.h Log: TX/RX descriptor/buffer management changes. Use array based scheme instead of queueing macros. Submitted by: Luigi Rizzo (rizzo@icir.org) MFC after: 3 days Revision Changes Path 1.3 +0 -0 src/sys/dev/em/README 1.10 +186 -282 src/sys/dev/em/if_em.c 1.7 +30 -30 src/sys/dev/em/if_em.h 1.3 +0 -0 src/sys/dev/em/if_em_hw.c 1.3 +0 -0 src/sys/dev/em/if_em_hw.h 1.6 +0 -0 src/sys/dev/em/if_em_osdep.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 16:56:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A596037B400; Wed, 21 Aug 2002 16:56:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D5FC43E3B; Wed, 21 Aug 2002 16:56:35 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LNuZJU010168; Wed, 21 Aug 2002 16:56:35 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LNuZQu010167; Wed, 21 Aug 2002 16:56:35 -0700 (PDT) Message-Id: <200208212356.g7LNuZQu010167@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 21 Aug 2002 16:56:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/understand_c Makefile distinfo ports/devel/understand_ada Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/08/21 16:56:35 PDT Modified files: devel/understand_c Makefile distinfo devel/understand_ada Makefile distinfo Log: Update to 1.4 Build 174 Revision Changes Path 1.33 +1 -1 ports/devel/understand_ada/Makefile 1.31 +1 -1 ports/devel/understand_ada/distinfo 1.52 +1 -1 ports/devel/understand_c/Makefile 1.49 +1 -1 ports/devel/understand_c/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 17:20:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30FF437B400; Wed, 21 Aug 2002 17:20:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D386943E65; Wed, 21 Aug 2002 17:20:15 -0700 (PDT) (envelope-from bsd@FreeBSD.org) Received: from freefall.freebsd.org (bsd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M0KFJU018390; Wed, 21 Aug 2002 17:20:15 -0700 (PDT) (envelope-from bsd@freefall.freebsd.org) Received: (from bsd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M0KFY4018389; Wed, 21 Aug 2002 17:20:15 -0700 (PDT) Message-Id: <200208220020.g7M0KFY4018389@freefall.freebsd.org> From: "Brian S. Dean" Date: Wed, 21 Aug 2002 17:20:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/cdroot 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 bsd 2002/08/21 17:20:15 PDT Modified files: sysutils/cdroot Makefile distinfo Log: Update to version 1.2.5. Revision Changes Path 1.4 +1 -1 ports/sysutils/cdroot/Makefile 1.4 +1 -1 ports/sysutils/cdroot/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 17:26:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C98237B400; Wed, 21 Aug 2002 17:26:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AF6043E75; Wed, 21 Aug 2002 17:26:17 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M0QGJU020008; Wed, 21 Aug 2002 17:26:16 -0700 (PDT) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M0QGwg020007; Wed, 21 Aug 2002 17:26:16 -0700 (PDT) Message-Id: <200208220026.g7M0QGwg020007@freefall.freebsd.org> From: Giorgos Keramidas Date: Wed, 21 Aug 2002 17:26:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/vinum 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 keramida 2002/08/21 17:26:16 PDT Modified files: en_US.ISO8859-1/books/handbook/vinum chapter.sgml Log: 1. Be verbose the frst timethe term "kld" is mentioned. 2. Expand contractions. PR: docs/41661 Submitted by: Martin Heinen Revision Changes Path 1.6 +11 -11 doc/en_US.ISO8859-1/books/handbook/vinum/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 17:28:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F11737B401; Wed, 21 Aug 2002 17:28:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD9CB43E6E; Wed, 21 Aug 2002 17:28:24 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M0SOJU020151; Wed, 21 Aug 2002 17:28:24 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M0SOwR020150; Wed, 21 Aug 2002 17:28:24 -0700 (PDT) Message-Id: <200208220028.g7M0SOwR020150@freefall.freebsd.org> From: Mike Barcroft Date: Wed, 21 Aug 2002 17:28:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include _types.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 mike 2002/08/21 17:28:24 PDT Modified files: sys/i386/include _types.h Log: Make __clock_t use `unsigned long' rather than a fixed 32-bit integer so that it changes to the correct size in IP32L64 mode. Other architectures don't have this issue. Revision Changes Path 1.2 +1 -1 src/sys/i386/include/_types.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 17:30:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62D9C37B401; Wed, 21 Aug 2002 17:30:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00E9943E4A; Wed, 21 Aug 2002 17:30:04 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M0U3JU020291; Wed, 21 Aug 2002 17:30:03 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M0U3lA020290; Wed, 21 Aug 2002 17:30:03 -0700 (PDT) Message-Id: <200208220030.g7M0U3lA020290@freefall.freebsd.org> From: Archie Cobbs Date: Wed, 21 Aug 2002 17:30:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph netgraph.h ng_base.c ng_cisco.c ng_ksocket.c ng_l2tp.c ng_mppc.c ng_pppoe.c ng_socket.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 archie 2002/08/21 17:30:03 PDT Modified files: sys/netgraph netgraph.h ng_base.c ng_cisco.c ng_ksocket.c ng_l2tp.c ng_mppc.c ng_pppoe.c ng_socket.c Log: Don't use "NULL" when "0" is really meant. Revision Changes Path 1.35 +3 -3 src/sys/netgraph/netgraph.h 1.64 +2 -2 src/sys/netgraph/ng_base.c 1.19 +2 -2 src/sys/netgraph/ng_cisco.c 1.32 +3 -3 src/sys/netgraph/ng_ksocket.c 1.2 +1 -1 src/sys/netgraph/ng_l2tp.c 1.18 +2 -2 src/sys/netgraph/ng_mppc.c 1.54 +3 -3 src/sys/netgraph/ng_pppoe.c 1.39 +2 -2 src/sys/netgraph/ng_socket.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 18: 7:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8137137B400; Wed, 21 Aug 2002 18:07:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D595943E7B; Wed, 21 Aug 2002 18:07:16 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M17GJU031234; Wed, 21 Aug 2002 18:07:16 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M17GPU031233; Wed, 21 Aug 2002 18:07:16 -0700 (PDT) Message-Id: <200208220107.g7M17GPU031233@freefall.freebsd.org> From: Bruce Evans Date: Wed, 21 Aug 2002 18:07:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/pax options.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 bde 2002/08/21 18:07:16 PDT Modified files: bin/pax options.c Log: Removed extra $FreeBSD$. Moved #if 0 for the vendor id to the correct place. Restored indent protection of copyright comment. Revision Changes Path 1.26 +3 -5 src/bin/pax/options.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 18: 7:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5B5E37B400; Wed, 21 Aug 2002 18:07:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48EAC43E4A; Wed, 21 Aug 2002 18:07:54 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M17sJU031328; Wed, 21 Aug 2002 18:07:54 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M17ssm031327; Wed, 21 Aug 2002 18:07:54 -0700 (PDT) Message-Id: <200208220107.g7M17ssm031327@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 21 Aug 2002 18:07:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gnome/docs porting.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 marcus 2002/08/21 18:07:54 PDT Modified files: en/gnome/docs porting.sgml Log: Fix some grammar and spelling nits. Revision Changes Path 1.21 +7 -7 www/en/gnome/docs/porting.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 18:12:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DB4F37B400; Wed, 21 Aug 2002 18:12:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFF9E43E6A; Wed, 21 Aug 2002 18:12:18 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: from freefall.freebsd.org (ade@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M1CIJU032948; Wed, 21 Aug 2002 18:12:18 -0700 (PDT) (envelope-from ade@freefall.freebsd.org) Received: (from ade@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M1CI4a032945; Wed, 21 Aug 2002 18:12:18 -0700 (PDT) Message-Id: <200208220112.g7M1CI4a032945@freefall.freebsd.org> From: Ade Lovett Date: Wed, 21 Aug 2002 18:12:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/db Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ade 2002/08/21 18:12:18 PDT Modified files: databases/db Makefile Log: Take over maintainership of this one, too. Previous maintainer bounces. josh@ican.net SMTP error from remote mailer after RCPT TO:: host smtp.primus.ca [216.254.136.21]: 550 Unknown local part josh in Revision Changes Path 1.26 +1 -1 ports/databases/db/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 18:34:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18A6B37B400; Wed, 21 Aug 2002 18:34:39 -0700 (PDT) Received: from dilbert.robbins.dropbear.id.au (104.c.010.mel.iprimus.net.au [210.50.202.104]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6D8A43E42; Wed, 21 Aug 2002 18:34:36 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from dilbert.robbins.dropbear.id.au (mp3fsf3b86q1b6xi@localhost [127.0.0.1]) by dilbert.robbins.dropbear.id.au (8.12.3/8.12.3) with ESMTP id g7M1YWEa074569; Thu, 22 Aug 2002 11:34:33 +1000 (EST) (envelope-from tim@dilbert.robbins.dropbear.id.au) Received: (from tim@localhost) by dilbert.robbins.dropbear.id.au (8.12.3/8.12.3/Submit) id g7M1YVL1074568; Thu, 22 Aug 2002 11:34:31 +1000 (EST) Date: Thu, 22 Aug 2002 11:34:30 +1000 From: Tim Robbins To: Julian Elischer Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern kern_sig.c kern_thread.c Message-ID: <20020822113430.A73683@dilbert.robbins.dropbear.id.au> References: <200208212003.g7LK3tlU043690@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200208212003.g7LK3tlU043690@freefall.freebsd.org>; from julian@FreeBSD.ORG on Wed, Aug 21, 2002 at 01:03:55PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Aug 21, 2002 at 01:03:55PM -0700, Julian Elischer wrote: > julian 2002/08/21 13:03:55 PDT > > Modified files: > sys/kern kern_sig.c kern_thread.c > Log: > Revert some suspension/sleep/signal code from KSE-III > We need to rethink a bit of this and it doesn't matter if > we break the KSE test program for now as long > as non-KSE programs act as expected. Thanks!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 18:37: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF41037B400; Wed, 21 Aug 2002 18:37:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EF7443E4A; Wed, 21 Aug 2002 18:37:02 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M1b2JU036975; Wed, 21 Aug 2002 18:37:02 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M1b229036974; Wed, 21 Aug 2002 18:37:02 -0700 (PDT) Message-Id: <200208220137.g7M1b229036974@freefall.freebsd.org> From: Kevin Lo Date: Wed, 21 Aug 2002 18:37:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/find_ddos 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 kevlo 2002/08/21 18:37:02 PDT Modified files: security/find_ddos Makefile Log: Update MASTER_SITES PR: 41869 Submitted by: Josef El-Rayes Revision Changes Path 1.9 +2 -2 ports/security/find_ddos/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 18:41:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B2D237B400; Wed, 21 Aug 2002 18:41:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18E9A43E6E; Wed, 21 Aug 2002 18:41:09 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M1f8JU037346; Wed, 21 Aug 2002 18:41:08 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M1f8sK037345; Wed, 21 Aug 2002 18:41:08 -0700 (PDT) Message-Id: <200208220141.g7M1f8sK037345@freefall.freebsd.org> From: Kevin Lo Date: Wed, 21 Aug 2002 18:41:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/bzip 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 kevlo 2002/08/21 18:41:08 PDT Modified files: archivers/bzip Makefile Log: Update MASTER_SITES PR: 41868 Submitted by: Josef El-Rayes Revision Changes Path 1.19 +2 -2 ports/archivers/bzip/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 18:47:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E89B337B400; Wed, 21 Aug 2002 18:47:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9732443E6A; Wed, 21 Aug 2002 18:47:27 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M1lRJU038893; Wed, 21 Aug 2002 18:47:27 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M1lRFr038890; Wed, 21 Aug 2002 18:47:27 -0700 (PDT) Message-Id: <200208220147.g7M1lRFr038890@freefall.freebsd.org> From: Kevin Lo Date: Wed, 21 Aug 2002 18:47:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/science/libsvm 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 kevlo 2002/08/21 18:47:27 PDT Modified files: science/libsvm Makefile distinfo Log: Update to version 2.36 PR: 41867 Submitted by: Chia-Hsing Yu Revision Changes Path 1.4 +1 -1 ports/science/libsvm/Makefile 1.3 +1 -1 ports/science/libsvm/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 18:50:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13B1E37B401; Wed, 21 Aug 2002 18:50:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8521A43E65; Wed, 21 Aug 2002 18:50:51 -0700 (PDT) (envelope-from johan@FreeBSD.org) Received: from freefall.freebsd.org (johan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M1opJU040227; Wed, 21 Aug 2002 18:50:51 -0700 (PDT) (envelope-from johan@freefall.freebsd.org) Received: (from johan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M1opLo040226; Wed, 21 Aug 2002 18:50:51 -0700 (PDT) Message-Id: <200208220150.g7M1opLo040226@freefall.freebsd.org> From: Johan Karlsson Date: Wed, 21 Aug 2002 18:50:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/whereis pathnames.h whereis.1 whereis.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 johan 2002/08/21 18:50:51 PDT Modified files: usr.bin/whereis pathnames.h whereis.1 whereis.c Log: Add the -a option to report all matches instead of only the first of each requested type. Approved by: joerg, sheldonh (mentor) Revision Changes Path 1.4 +1 -0 src/usr.bin/whereis/pathnames.h 1.19 +12 -4 src/usr.bin/whereis/whereis.1 1.12 +132 -53 src/usr.bin/whereis/whereis.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 18:54:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B42037B400; Wed, 21 Aug 2002 18:54:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4859843E42; Wed, 21 Aug 2002 18:54:18 -0700 (PDT) (envelope-from johan@FreeBSD.org) Received: from freefall.freebsd.org (johan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M1sIJU040639; Wed, 21 Aug 2002 18:54:18 -0700 (PDT) (envelope-from johan@freefall.freebsd.org) Received: (from johan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M1sI5i040638; Wed, 21 Aug 2002 18:54:18 -0700 (PDT) Message-Id: <200208220154.g7M1sI5i040638@freefall.freebsd.org> From: Johan Karlsson Date: Wed, 21 Aug 2002 18:54:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/whereis whereis.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 johan 2002/08/21 18:54:18 PDT Modified files: usr.bin/whereis whereis.1 Log: Use correct document date for the -a option. Revision Changes Path 1.20 +1 -1 src/usr.bin/whereis/whereis.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 18:57:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4F3337B400; Wed, 21 Aug 2002 18:57:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7260A43E3B; Wed, 21 Aug 2002 18:57:51 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M1vpJU040897; Wed, 21 Aug 2002 18:57:51 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M1vpeR040896; Wed, 21 Aug 2002 18:57:51 -0700 (PDT) Message-Id: <200208220157.g7M1vpeR040896@freefall.freebsd.org> From: Kevin Lo Date: Wed, 21 Aug 2002 18:57:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/pisg 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 kevlo 2002/08/21 18:57:51 PDT Modified files: irc/pisg Makefile distinfo pkg-plist Log: Update to version 0.41 PR: 41618 Submitted by: MAINTAINER Revision Changes Path 1.4 +1 -1 ports/irc/pisg/Makefile 1.4 +1 -1 ports/irc/pisg/distinfo 1.4 +3 -0 ports/irc/pisg/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 19: 5:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 533E337B400; Wed, 21 Aug 2002 19:05:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F403B43E6E; Wed, 21 Aug 2002 19:05:28 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M25SJU045593; Wed, 21 Aug 2002 19:05:28 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M25SBo045576; Wed, 21 Aug 2002 19:05:28 -0700 (PDT) Message-Id: <200208220205.g7M25SBo045576@freefall.freebsd.org> From: Kevin Lo Date: Wed, 21 Aug 2002 19:05:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/fetchmail Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2002/08/21 19:05:28 PDT Modified files: mail/fetchmail Makefile distinfo Log: Update to version 5.9.13 PR: 41623 Submitted by: Esa Karkkainen Revision Changes Path 1.135 +1 -1 ports/mail/fetchmail/Makefile 1.108 +1 -1 ports/mail/fetchmail/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 19:52: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48F2037B401; Wed, 21 Aug 2002 19:51:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0744743E81; Wed, 21 Aug 2002 19:51:58 -0700 (PDT) (envelope-from bmilekic@FreeBSD.org) Received: from freefall.freebsd.org (bmilekic@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M2pvJU054989; Wed, 21 Aug 2002 19:51:57 -0700 (PDT) (envelope-from bmilekic@freefall.freebsd.org) Received: (from bmilekic@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M2pvLW054988; Wed, 21 Aug 2002 19:51:57 -0700 (PDT) Message-Id: <200208220251.g7M2pvLW054988@freefall.freebsd.org> From: Bosko Milekic Date: Wed, 21 Aug 2002 19:51:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/smp index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmilekic 2002/08/21 19:51:57 PDT Modified files: en/smp index.sgml Log: Change the status of "interrupt context stealing (lightweight interrupt scheduling) for i386" from "wip" to "suspended" for now. The truth is, the work is sitting in my p4 branch ('interrupt') but is a little stale and requires merging to post-KSEIII world - actually, the merging itself is done but it needs to be unbroken. Right now, I decided to dedicate more time to helping get -CURRENT stabilized for 5.0 instead of adding Yet Another New Feature rush-rush for 5.0. While lightweight interrupts are a really good thing for i386, and I do plan to finish this after 5.0 is released, I (and others) need to look at things realistically right now and focus more on knocking the bugs out of what we already have (KSEIII, TrustedBSD, pmap, etc.) in time for 5.0, as well as getting performance back to sane levels with what we already have. I have the code, it needs fixing but has worked before and has been discussed at the last Devel. Summit; this is now a post-5.0 feature. Revision Changes Path 1.92 +9 -9 www/en/smp/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 20:11: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43C5237B400; Wed, 21 Aug 2002 20:11:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E418A43E3B; Wed, 21 Aug 2002 20:11:06 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from freefall.freebsd.org (trhodes@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M3B6JU062502; Wed, 21 Aug 2002 20:11:06 -0700 (PDT) (envelope-from trhodes@freefall.freebsd.org) Received: (from trhodes@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M3B6kR062501; Wed, 21 Aug 2002 20:11:06 -0700 (PDT) Message-Id: <200208220311.g7M3B6kR062501@freefall.freebsd.org> From: Tom Rhodes Date: Wed, 21 Aug 2002 20:11:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dumpon dumpon.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 trhodes 2002/08/21 20:11:06 PDT Modified files: (Branch: RELENG_4) sbin/dumpon dumpon.8 Log: MFC: The .Nm utility and file system. Revision Changes Path 1.11.2.11 +8 -7 src/sbin/dumpon/dumpon.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 20:13:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91F5B37B400; Wed, 21 Aug 2002 20:13:22 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18B4E43E65; Wed, 21 Aug 2002 20:13:21 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id DAA16219; Thu, 22 Aug 2002 03:13:15 GMT Date: Thu, 22 Aug 2002 13:19:43 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Garrett Wollman Cc: Warner Losh , , Subject: Re: cvs commit: src/share/man/man9 style.9 In-Reply-To: <200208211833.g7LIXAv0001530@khavrinen.lcs.mit.edu> Message-ID: <20020822131207.D2039-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: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 21 Aug 2002, Garrett Wollman wrote: > < said: > > > Suggest that function prototypes in kernel headers be alphabetical, > > unless there's a compelling reason to deviate. > > It should probably suggest that prototypes visible to user programs be > first blocked in order of increasing namespace before being > alphabetized. It is more readable to have: > > #if FOO_AND_BAR_VISIBLE > int bar(...); > int foo(...); > #endif > > #if BAZ_VISIBLE > int baz(...); > #endif > > #if FOO_BAR_AND_QUUX_VISIBLE > int quux(...); > #endif > > ...rather than: > > #if FOO_AND_BAR_VISIBLE > int bar(...); > #endif > #if BAZ_VISIBLE > int baz(...); > #endif > #if FOO_AND_BAR_VISIBLE > int foo(...); > #if FOO_BAR_AND_QUUX_VISIBLE > int quux(...); > #endif > #endif I mostly disagree. I find the former slightly more readable (except for the nested ifdef in the latter). POSIX.1-200x-draft7 lists things in alphabetical order within headers and uses markup like "XSI" (and highlighing in the pdf version?) to show extensions. This keeps related things together provided the function names are well chosen. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 20:35:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9DA137B400; Wed, 21 Aug 2002 20:35:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55DCA43E70; Wed, 21 Aug 2002 20:35:33 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M3ZXJU067073; Wed, 21 Aug 2002 20:35:33 -0700 (PDT) (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M3ZWD8067068; Wed, 21 Aug 2002 20:35:32 -0700 (PDT) Message-Id: <200208220335.g7M3ZWD8067068@freefall.freebsd.org> From: Hye-Shik Chang Date: Wed, 21 Aug 2002 20:35:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/pymol 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 perky 2002/08/21 20:35:32 PDT Modified files: biology/pymol Makefile Log: Add a dependecy to x11-toolkits/pmw PR: 41857 Submitted by: Glenn Johnson Approved by: maintainer Revision Changes Path 1.2 +2 -1 ports/biology/pymol/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 20:35:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20F1137B41D; Wed, 21 Aug 2002 20:35:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D254C43E77; Wed, 21 Aug 2002 20:35:39 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M3ZdJU067102; Wed, 21 Aug 2002 20:35:39 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M3ZdFb067101; Wed, 21 Aug 2002 20:35:39 -0700 (PDT) Message-Id: <200208220335.g7M3ZdFb067101@freefall.freebsd.org> From: Kevin Lo Date: Wed, 21 Aug 2002 20:35:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile ports/misc/firestring 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 kevlo 2002/08/21 20:35:39 PDT Modified files: misc Makefile Added files: misc/firestring Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Initial import of firestring 0.1.9. Libfirestring is a string handling library that provides maximum length aware string handling functions to programs. PR: 38025 Submitted by: Dean Hollister Revision Changes Path 1.474 +1 -0 ports/misc/Makefile 1.1 +31 -0 ports/misc/firestring/Makefile (new) 1.1 +1 -0 ports/misc/firestring/distinfo (new) 1.1 +1 -0 ports/misc/firestring/pkg-comment (new) 1.1 +18 -0 ports/misc/firestring/pkg-descr (new) 1.1 +3 -0 ports/misc/firestring/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 Wed Aug 21 20:36: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72C4A37B401; Wed, 21 Aug 2002 20:35:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20A9B43E72; Wed, 21 Aug 2002 20:35:47 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M3ZkJU067158; Wed, 21 Aug 2002 20:35:46 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M3Zk54067157; Wed, 21 Aug 2002 20:35:46 -0700 (PDT) Message-Id: <200208220335.g7M3Zk54067157@freefall.freebsd.org> From: Kevin Lo Date: Wed, 21 Aug 2002 20:35:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2002/08/21 20:35:46 PDT Modified files: . modules Log: firestring --> ports/misc/firestring Revision Changes Path 1.5743 +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 Wed Aug 21 20:39:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5CE937B400; Wed, 21 Aug 2002 20:39:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F2B943E4A; Wed, 21 Aug 2002 20:39:12 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M3dCJU067664; Wed, 21 Aug 2002 20:39:12 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M3dCMb067663; Wed, 21 Aug 2002 20:39:12 -0700 (PDT) Message-Id: <200208220339.g7M3dCMb067663@freefall.freebsd.org> From: Kevin Lo Date: Wed, 21 Aug 2002 20:39:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/firedns Makefile distinfo ports/net/firedns/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 kevlo 2002/08/21 20:39:12 PDT Modified files: net/firedns Makefile distinfo Added files: net/firedns/files patch-configure Log: Update to version 0.1.28 PR: 41875 Submitted by: MAINTAINER Revision Changes Path 1.2 +16 -9 ports/net/firedns/Makefile 1.2 +1 -1 ports/net/firedns/distinfo 1.1 +78 -0 ports/net/firedns/files/patch-configure (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 20:43:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 647AC37B400; Wed, 21 Aug 2002 20:43:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E9FD43E42; Wed, 21 Aug 2002 20:43:19 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M3hIJU069270; Wed, 21 Aug 2002 20:43:18 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M3hIcB069269; Wed, 21 Aug 2002 20:43:18 -0700 (PDT) Message-Id: <200208220343.g7M3hIcB069269@freefall.freebsd.org> From: Kevin Lo Date: Wed, 21 Aug 2002 20:43:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ipfw-graph Makefile ports/mail/mavbiff 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 kevlo 2002/08/21 20:43:18 PDT Modified files: net/ipfw-graph Makefile mail/mavbiff Makefile Log: Support GNOMENG. PR: 41874 Submitted by: MAINTAINER Revision Changes Path 1.3 +2 -1 ports/mail/mavbiff/Makefile 1.4 +2 -1 ports/net/ipfw-graph/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 20:57: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 909D737B400; Wed, 21 Aug 2002 20:56:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B8F743E42; Wed, 21 Aug 2002 20:56:58 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from freefall.freebsd.org (marcel@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M3uwJU071601; Wed, 21 Aug 2002 20:56:58 -0700 (PDT) (envelope-from marcel@freefall.freebsd.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M3uwnQ071600; Wed, 21 Aug 2002 20:56:58 -0700 (PDT) Message-Id: <200208220356.g7M3uwnQ071600@freefall.freebsd.org> From: Marcel Moolenaar Date: Wed, 21 Aug 2002 20:56:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf/ia64 reloc.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 marcel 2002/08/21 20:56:58 PDT Modified files: libexec/rtld-elf/ia64 reloc.c Log: Fix a nasty memory corruption bug caused by having a bogus pointer for the DT_IA64_PLT_RESERVE dynamic table entry. When a shared object does not have any PLT relocations, the linker apparently doesn't find it necessary to actually reserve the space for the BOR (Bind On Reference) entries as pointed to by the DTE. As a result, relocatable data in the PLT was overwritten, causing some unexpected control flow with annoyingly predictable outcome: coredump. To reproduce: % echo 'int main() { return 0; }' > foo.c % cc -o foo foo.c -lxpg4 Revision Changes Path 1.9 +8 -0 src/libexec/rtld-elf/ia64/reloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 20:57:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFE8B37B400; Wed, 21 Aug 2002 20:57:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A21F43E42; Wed, 21 Aug 2002 20:57:21 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M3vLJU071654; Wed, 21 Aug 2002 20:57:21 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M3vLX6071653; Wed, 21 Aug 2002 20:57:21 -0700 (PDT) Message-Id: <200208220357.g7M3vLX6071653@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 21 Aug 2002 20:57:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/sopwith 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 marcus 2002/08/21 20:57:21 PDT Modified files: games/sopwith Makefile Log: Use USE_GNOMENG. PR: 41876 Submitted by: maintainer Revision Changes Path 1.4 +2 -1 ports/games/sopwith/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 20:59:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BC4037B400; Wed, 21 Aug 2002 20:59:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB8C343E42; Wed, 21 Aug 2002 20:59:19 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M3xJJU071932; Wed, 21 Aug 2002 20:59:19 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M3xJR2071931; Wed, 21 Aug 2002 20:59:19 -0700 (PDT) Message-Id: <200208220359.g7M3xJR2071931@freefall.freebsd.org> From: Kevin Lo Date: Wed, 21 Aug 2002 20:59:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/pfaedit 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 kevlo 2002/08/21 20:59:19 PDT Modified files: print/pfaedit Makefile distinfo pkg-plist Log: Update to the lastest version PR: 41872 Submitted by: MAINTAINER Revision Changes Path 1.19 +2 -2 ports/print/pfaedit/Makefile 1.16 +2 -2 ports/print/pfaedit/distinfo 1.10 +12 -0 ports/print/pfaedit/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 21: 5:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 857FB37B400; Wed, 21 Aug 2002 21:05:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 313E943E72; Wed, 21 Aug 2002 21:05:39 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M45dJU077734; Wed, 21 Aug 2002 21:05:39 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M45dsI077733; Wed, 21 Aug 2002 21:05:39 -0700 (PDT) Message-Id: <200208220405.g7M45dsI077733@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 21 Aug 2002 21:05:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/gnomecontrolcenter2 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 marcus 2002/08/21 21:05:38 PDT Modified files: sysutils/gnomecontrolcenter2 Makefile distinfo Log: Update to 2.0.1.1. Revision Changes Path 1.52 +2 -2 ports/sysutils/gnomecontrolcenter2/Makefile 1.21 +1 -1 ports/sysutils/gnomecontrolcenter2/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 21:15:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4615637B400; Wed, 21 Aug 2002 21:15:27 -0700 (PDT) Received: from charter.net (dhcp-220-8.slidell.charter-ala.com [24.158.214.244]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72E1543E6A; Wed, 21 Aug 2002 21:15:26 -0700 (PDT) (envelope-from glennpj@charter.net) Received: from gforce.johnson.home (localhost [127.0.0.1]) by charter.net (8.12.5/8.12.5) with ESMTP id g7M4FFpu060013; Wed, 21 Aug 2002 23:15:15 -0500 (CDT) (envelope-from glenn@gforce.johnson.home) Received: (from glenn@localhost) by gforce.johnson.home (8.12.5/8.12.5/Submit) id g7M4FBNq060012; Wed, 21 Aug 2002 23:15:11 -0500 (CDT) (envelope-from glenn) From: Glenn Johnson Date: Wed, 21 Aug 2002 23:15:11 -0500 To: Hye-Shik Chang Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/biology/pymol Makefile Message-ID: <20020822041511.GA59940@gforce.johnson.home> Mail-Followup-To: Hye-Shik Chang , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200208220335.g7M3ZWD8067068@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208220335.g7M3ZWD8067068@freefall.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Aug 21, 2002 at 08:35:32PM -0700, Hye-Shik Chang wrote: > perky 2002/08/21 20:35:32 PDT > > Modified files: > biology/pymol Makefile > Log: > Add a dependecy to x11-toolkits/pmw > > PR: 41857 > Submitted by: Glenn Johnson > Approved by: maintainer > > Revision Changes Path > 1.2 +2 -1 ports/biology/pymol/Makefile The dependency on pmw will pull in tkinter so leaving tkinter as a dependency is redundant. Also, I think the PORTREVISION should be bumped. I submitted a follow-up to the PR about the PORTREVISION but it did not seem to go through. -- Glenn Johnson glennpj@charter.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 21:21:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11D1637B400; Wed, 21 Aug 2002 21:21:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C395443E4A; Wed, 21 Aug 2002 21:20:22 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M4KJJU079821; Wed, 21 Aug 2002 21:20:19 -0700 (PDT) (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M4KJiv079820; Wed, 21 Aug 2002 21:20:19 -0700 (PDT) Message-Id: <200208220420.g7M4KJiv079820@freefall.freebsd.org> From: Hye-Shik Chang Date: Wed, 21 Aug 2002 21:20:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/pymol 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 perky 2002/08/21 21:20:19 PDT Modified files: biology/pymol Makefile Log: o Remove redundant dependency on py-tkinter. o Bump PORTREVISION that I've missed on last commit. Submitted by: Glenn Johnson Revision Changes Path 1.3 +1 -1 ports/biology/pymol/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 21:29:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1560A37B400; Wed, 21 Aug 2002 21:29:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6CBA43E4A; Wed, 21 Aug 2002 21:29:22 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: from freefall.freebsd.org (petef@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M4TMJU081456; Wed, 21 Aug 2002 21:29:22 -0700 (PDT) (envelope-from petef@freefall.freebsd.org) Received: (from petef@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M4TMJQ081455; Wed, 21 Aug 2002 21:29:22 -0700 (PDT) Message-Id: <200208220429.g7M4TMJQ081455@freefall.freebsd.org> From: Pete Fritchman Date: Wed, 21 Aug 2002 21:29:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/termlog 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 petef 2002/08/21 21:29:22 PDT Modified files: security/termlog Makefile distinfo Log: Fix a last minute show stopper bug, re-roll the tarball + bump PORTREVISION. Submitted by: maintainer (author) Revision Changes Path 1.2 +1 -0 ports/security/termlog/Makefile 1.2 +1 -1 ports/security/termlog/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 21:35:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FF6037B400; Wed, 21 Aug 2002 21:35:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C12443E4A; Wed, 21 Aug 2002 21:35:31 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M4ZVJU083106; Wed, 21 Aug 2002 21:35:31 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M4ZV8H083105; Wed, 21 Aug 2002 21:35:31 -0700 (PDT) Message-Id: <200208220435.g7M4ZV8H083105@freefall.freebsd.org> From: Kevin Lo Date: Wed, 21 Aug 2002 21:35:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/manued.el 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 kevlo 2002/08/21 21:35:30 PDT Modified files: textproc/manued.el Makefile distinfo pkg-plist Log: Update to version 0.9.5 PR: 41871 Submitted by: MAINTAINER Revision Changes Path 1.4 +3 -10 ports/textproc/manued.el/Makefile 1.2 +1 -2 ports/textproc/manued.el/distinfo 1.2 +20 -4 ports/textproc/manued.el/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 21:42:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 773C637B400; Wed, 21 Aug 2002 21:42:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2396D43E75; Wed, 21 Aug 2002 21:42:46 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M4gkJU084734; Wed, 21 Aug 2002 21:42:46 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M4gkcT084733; Wed, 21 Aug 2002 21:42:46 -0700 (PDT) Message-Id: <200208220442.g7M4gkcT084733@freefall.freebsd.org> From: Archie Cobbs Date: Wed, 21 Aug 2002 21:42:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libpdel 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 archie 2002/08/21 21:42:45 PDT Modified files: devel/libpdel Makefile distinfo pkg-plist Log: Upgrade to version 0.3.1. This fixes build problems on -stable. Revision Changes Path 1.2 +1 -1 ports/devel/libpdel/Makefile 1.2 +1 -1 ports/devel/libpdel/distinfo 1.2 +1 -0 ports/devel/libpdel/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 21:48:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28CC137B400; Wed, 21 Aug 2002 21:48:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA9A243E65; Wed, 21 Aug 2002 21:48:10 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M4mAJU085379; Wed, 21 Aug 2002 21:48:10 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M4mAnp085378; Wed, 21 Aug 2002 21:48:10 -0700 (PDT) Message-Id: <200208220448.g7M4mAnp085378@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 21 Aug 2002 21:48:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/libmikmod 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 marcus 2002/08/21 21:48:10 PDT Modified files: audio/libmikmod Makefile Log: * Use USE_GNOMENG * Re-add dependency on gmake to fix build problems PR: 41845 and 41877 Revision Changes Path 1.26 +8 -5 ports/audio/libmikmod/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 21:51:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CE6B37B400; Wed, 21 Aug 2002 21:51:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF60943E6A; Wed, 21 Aug 2002 21:51:44 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M4piJU086958; Wed, 21 Aug 2002 21:51:44 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M4piiB086957; Wed, 21 Aug 2002 21:51:44 -0700 (PDT) Message-Id: <200208220451.g7M4piiB086957@freefall.freebsd.org> From: Archie Cobbs Date: Wed, 21 Aug 2002 21:51:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/lws 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 archie 2002/08/21 21:51:44 PDT Modified files: www/lws Makefile distinfo Log: Update to version 0.1.1. Fixes build problems on -stable. Revision Changes Path 1.2 +1 -1 ports/www/lws/Makefile 1.2 +1 -1 ports/www/lws/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 22:49:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BE3637B400; Wed, 21 Aug 2002 22:49:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F3AF43E42; Wed, 21 Aug 2002 22:49:27 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M5nQJU099733; Wed, 21 Aug 2002 22:49:27 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M5nQRa099732; Wed, 21 Aug 2002 22:49:26 -0700 (PDT) Message-Id: <200208220549.g7M5nQRa099732@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 21 Aug 2002 22:49:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnomelibs 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 marcus 2002/08/21 22:49:26 PDT Modified files: x11/gnomelibs Makefile distinfo Log: Update to 1.4.2. Revision Changes Path 1.103 +1 -2 ports/x11/gnomelibs/Makefile 1.42 +1 -1 ports/x11/gnomelibs/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 22:54:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BCBC37B400; Wed, 21 Aug 2002 22:54:23 -0700 (PDT) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ACEB43E7B; Wed, 21 Aug 2002 22:54:22 -0700 (PDT) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id BB2569E57; Thu, 22 Aug 2002 01:48:45 -0400 (EDT) Date: Thu, 22 Aug 2002 01:48:45 -0400 From: Mike Barcroft To: Bruce Evans Cc: Garrett Wollman , Warner Losh , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 style.9 Message-ID: <20020822014845.D62302@espresso.q9media.com> References: <200208211833.g7LIXAv0001530@khavrinen.lcs.mit.edu> <20020822131207.D2039-100000@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020822131207.D2039-100000@gamplex.bde.org>; from bde@zeta.org.au on Thu, Aug 22, 2002 at 01:19:43PM +1000 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Bruce Evans writes: > On Wed, 21 Aug 2002, Garrett Wollman wrote: > > > > It should probably suggest that prototypes visible to user programs be > > first blocked in order of increasing namespace before being > > alphabetized. It is more readable to have: > > > > #if FOO_AND_BAR_VISIBLE > > int bar(...); > > int foo(...); > > #endif > > > > #if BAZ_VISIBLE > > int baz(...); > > #endif > > > > #if FOO_BAR_AND_QUUX_VISIBLE > > int quux(...); > > #endif > > > > ...rather than: > > > > #if FOO_AND_BAR_VISIBLE > > int bar(...); > > #endif > > #if BAZ_VISIBLE > > int baz(...); > > #endif > > #if FOO_AND_BAR_VISIBLE > > int foo(...); > > #if FOO_BAR_AND_QUUX_VISIBLE > > int quux(...); > > #endif > > #endif > > I mostly disagree. I find the former slightly more readable (except for > the nested ifdef in the latter). Aren't you agreeing then? > POSIX.1-200x-draft7 lists things in alphabetical order within headers > and uses markup like "XSI" (and highlighing in the pdf version?) to > show extensions. This keeps related things together provided the > function names are well chosen. Without seperate namespace blocks you end up with many duplicate conditionals which can clutter things. For instance, try rearranging for alphabetical order. This might be the exception since most of the function names share the same beginning. 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 Aug 21 23:19: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10C9C37B400; Wed, 21 Aug 2002 23:19:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B548643E77; Wed, 21 Aug 2002 23:19:07 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: from freefall.freebsd.org (nsayer@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M6J7JU009304; Wed, 21 Aug 2002 23:19:07 -0700 (PDT) (envelope-from nsayer@freefall.freebsd.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M6J7sq009303; Wed, 21 Aug 2002 23:19:07 -0700 (PDT) Message-Id: <200208220619.g7M6J7sq009303@freefall.freebsd.org> From: Nick Sayer Date: Wed, 21 Aug 2002 23:19:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/telnet/libtelnet pk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nsayer 2002/08/21 23:19:07 PDT Modified files: crypto/telnet/libtelnet pk.c Log: Encrypted strings (after hex decoding) aren't null terminated, because 0 might simply be part of the ciphertext. PR: bin/40266 Submitted by: andr@dgap.mipt.ru MFC after: 3 days Revision Changes Path 1.10 +0 -4 src/crypto/telnet/libtelnet/pk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 23:51:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFC9D37B405; Wed, 21 Aug 2002 23:51:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90AC743E77; Wed, 21 Aug 2002 23:51:06 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M6p6JU015832; Wed, 21 Aug 2002 23:51:06 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M6p69K015826; Wed, 21 Aug 2002 23:51:06 -0700 (PDT) Message-Id: <200208220651.g7M6p69K015826@freefall.freebsd.org> From: Jeff Roberson Date: Wed, 21 Aug 2002 23:51:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.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 jeff 2002/08/21 23:51:06 PDT Modified files: sys/kern vfs_subr.c Log: - Fix interlock handling in vn_lock(). Previously, vn_lock() could return with interlock held in error conditions when the caller did not specify LK_INTERLOCK. - Add several comments to vn_lock() describing the rational behind the code flow since it was not immediately obvious. Revision Changes Path 1.395 +9 -17 src/sys/kern/vfs_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 21 23:58:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F37837B400; Wed, 21 Aug 2002 23:58:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E743343E75; Wed, 21 Aug 2002 23:58:11 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M6wBJU016452; Wed, 21 Aug 2002 23:58:11 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M6wBSG016451; Wed, 21 Aug 2002 23:58:11 -0700 (PDT) Message-Id: <200208220658.g7M6wBSG016451@freefall.freebsd.org> From: Jeff Roberson Date: Wed, 21 Aug 2002 23:58:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/08/21 23:58:11 PDT Modified files: sys/kern vfs_vnops.c Log: - Fix interlock handling in vn_lock(). Previously, vn_lock() could return with interlock held in error conditions when the caller did not specify LK_INTERLOCK. - Add several comments to vn_lock() describing the rational behind the code flow since it was not immediately obvious. Revision Changes Path 1.167 +12 -10 src/sys/kern/vfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 0: 1:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2576037B400; Thu, 22 Aug 2002 00:01:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC1EF43E4A; Thu, 22 Aug 2002 00:01:52 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M71qJU018001; Thu, 22 Aug 2002 00:01:52 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M71qLt018000; Thu, 22 Aug 2002 00:01:52 -0700 (PDT) Message-Id: <200208220701.g7M71qLt018000@freefall.freebsd.org> From: Jeff Roberson Date: Thu, 22 Aug 2002 00:01:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.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 jeff 2002/08/22 00:01:52 PDT Modified files: sys/kern vfs_subr.c Log: (forced commit to get the correct log message) - Remove unsafe and dead code from getnewvnode(). - Fixup vclean() so that it grabs the VOP_LOCK before calling VOP_GETATTR() and grabs interlock afterwards. Revision Changes Path 1.396 +0 -0 src/sys/kern/vfs_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 0:13:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DED7537B400; Thu, 22 Aug 2002 00:13:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DD0143E75; Thu, 22 Aug 2002 00:13:24 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M7DOJU024309; Thu, 22 Aug 2002 00:13:24 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M7DO7w024308; Thu, 22 Aug 2002 00:13:24 -0700 (PDT) Message-Id: <200208220713.g7M7DO7w024308@freefall.freebsd.org> From: Trevor Johnson Date: Thu, 22 Aug 2002 00:13:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/kdelibs2 Makefile ports/x11/kdelibs2/files patch-kssl_kopenssl.cc patch-kssl_kopenssl.h patch-kssl_ksslcertificate.cc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/08/22 00:13:24 PDT Modified files: x11/kdelibs2 Makefile Added files: x11/kdelibs2/files patch-kssl_kopenssl.cc patch-kssl_kopenssl.h patch-kssl_ksslcertificate.cc Log: patch against SSL man-in-the-middle attack, described in http://www.kde.org/info/security/advisory-20020818-1.txt (not yet confirmed on FreeBSD) Requested by: security-officer ftp://ftp.kde.org/pub/kde/security_patches/post-2.2.2-kdelibs-kssl.diff Approved by: will, with these reservations: Please note, however, that the patch will be untested and not supported by kde@, similar to the way other people offer patchsets for older versions of FreeBSD that so@ does not support. Also note that the patch does not really seem "official" because it was never applied to their CVS. Revision Changes Path 1.102 +1 -4 ports/x11/kdelibs2/Makefile 1.1 +31 -0 ports/x11/kdelibs2/files/patch-kssl_kopenssl.cc (new) 1.1 +15 -0 ports/x11/kdelibs2/files/patch-kssl_kopenssl.h (new) 1.1 +15 -0 ports/x11/kdelibs2/files/patch-kssl_ksslcertificate.cc (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 0:26:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 445EC37B400; Thu, 22 Aug 2002 00:26:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EABA843E4A; Thu, 22 Aug 2002 00:26:18 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M7QIJU026288; Thu, 22 Aug 2002 00:26:18 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M7QI6Q026287; Thu, 22 Aug 2002 00:26:18 -0700 (PDT) Message-Id: <200208220726.g7M7QI6Q026287@freefall.freebsd.org> From: Jeff Roberson Date: Thu, 22 Aug 2002 00:26:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/08/22 00:26:18 PDT Modified files: sys/kern vfs_vnops.c Log: - Return two shared locks to exclusive locks. This was premature. - Document the problems that prevent us from using shared locks. Revision Changes Path 1.168 +11 -2 src/sys/kern/vfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 0:32:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 684F637B400; Thu, 22 Aug 2002 00:32:09 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2022D43E70; Thu, 22 Aug 2002 00:32:08 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id HAA21363; Thu, 22 Aug 2002 07:32:05 GMT Date: Thu, 22 Aug 2002 17:38:34 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Mike Barcroft Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/include ctype.h err.h grp.h inttypes.h monetary.h netdb.h pwd.h runetype.h search.h signal.h stddef.h stdio.h stdlib.h string.h strings.h time.h timeconv.h unistd.h vis In-Reply-To: <200208211620.g7LGK2SZ078421@freefall.freebsd.org> Message-ID: <20020822173652.P2721-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: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 21 Aug 2002, Mike Barcroft wrote: > mike 2002/08/21 09:20:02 PDT > > Modified files: > include ctype.h err.h grp.h inttypes.h monetary.h > netdb.h pwd.h runetype.h search.h > signal.h stddef.h stdio.h stdlib.h > string.h strings.h time.h timeconv.h > unistd.h vis.h wchar.h wctype.h > include/arpa inet.h > lib/libc/locale runetype.c tolower.c toupper.c > lib/libc/stdio local.h vasprintf.c vprintf.c vscanf.c > vsnprintf.c vsprintf.c vsscanf.c > lib/libdevinfo devinfo.h > lib/libkvm kvm.h > lib/libncurses Makefile > lib/libstand stand.h > sys/alpha/include ansi.h endian.h stdarg.h varargs.h > sys/arm/include ansi.h > sys/i386/include ansi.h endian.h stdarg.h varargs.h > sys/ia64/include ansi.h endian.h stdarg.h varargs.h > sys/netinet in.h > sys/netinet6 in6.h > sys/powerpc/include ansi.h endian.h stdarg.h varargs.h > sys/sparc64/include ansi.h endian.h stdarg.h varargs.h > sys/sys _timespec.h _types.h dirent.h sbuf.h > signal.h socket.h stat.h statvfs.h > stdint.h syslog.h systm.h times.h > timespec.h types.h un.h > sys/x86_64/include ansi.h endian.h stdarg.h > usr.sbin/ppp prompt.h > Added files: > sys/alpha/include _types.h > sys/arm/include _types.h > sys/i386/include _types.h > sys/ia64/include _types.h > sys/powerpc/include _types.h > sys/sparc64/include _types.h > sys/x86_64/include _types.h > Removed files: > sys/alpha/include types.h > sys/arm/include types.h > sys/i386/include types.h > sys/ia64/include types.h > sys/powerpc/include types.h > sys/sparc64/include types.h > sys/x86_64/include types.h > Log: > o Merge and into a new header > called . > o will continue to live so it can define MD clock > macros, which are only MD because of gratuitous differences between > architectures. > o Change all headers to make use of this. This mainly involves > changing: > #ifdef _BSD_FOO_T_ > typedef _BSD_FOO_T_ foo_t; > #undef _BSD_FOO_T_ > #endif > to: > #ifndef _FOO_T_DECLARED > typedef __foo_t foo_t; > #define _FOO_T_DECLARED > #endif > > Concept by: bde > Reviewed by: jake, obrien I sort of reviewed the committed version. Thanks for doing such a large reorganization. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 0:45: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B49A037B405; Thu, 22 Aug 2002 00:44:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1F5A43E86; Thu, 22 Aug 2002 00:44:52 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M7ijJU029507; Thu, 22 Aug 2002 00:44:45 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M7ijuY029506; Thu, 22 Aug 2002 00:44:45 -0700 (PDT) Message-Id: <200208220744.g7M7ijuY029506@freefall.freebsd.org> From: Jeff Roberson Date: Thu, 22 Aug 2002 00:44:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c vfs_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 jeff 2002/08/22 00:44:45 PDT Modified files: sys/kern vfs_subr.c vfs_vnops.c Log: - Make vn_lock() vget() and VOP_LOCK() all behave the same way WRT LK_INTERLOCK. The interlock will never be held on return from these functions even when there is an error. Errors typically only occur when the XLOCK is held which means this isn't the vnode we want anyway. Almost all users of these interfaces expected this behavior even though it was not provided before. Revision Changes Path 1.397 +7 -15 src/sys/kern/vfs_subr.c 1.169 +2 -3 src/sys/kern/vfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 0:57:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91E8E37B400; Thu, 22 Aug 2002 00:57:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 447B343E72; Thu, 22 Aug 2002 00:57:44 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M7vhJU031323; Thu, 22 Aug 2002 00:57:43 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M7vhEi031321; Thu, 22 Aug 2002 00:57:43 -0700 (PDT) Message-Id: <200208220757.g7M7vhEi031321@freefall.freebsd.org> From: Jeff Roberson Date: Thu, 22 Aug 2002 00:57:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/08/22 00:57:43 PDT Modified files: sys/kern vfs_vnops.c Log: - Closer inspection revealed a possible deadlock situation in vn_lock() that was introduced by my last commit but not caught by stress testing. Fix that and slightly restructure the code so that it is more readable. Revision Changes Path 1.170 +13 -16 src/sys/kern/vfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 1: 0:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78F3A37B405; Thu, 22 Aug 2002 01:00:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1187743E6E; Thu, 22 Aug 2002 01:00:14 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M80DJU031564; Thu, 22 Aug 2002 01:00:13 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M80Dv4031559; Thu, 22 Aug 2002 01:00:13 -0700 (PDT) Message-Id: <200208220800.g7M80Dv4031559@freefall.freebsd.org> From: Kevin Lo Date: Thu, 22 Aug 2002 01:00:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/jesred 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 kevlo 2002/08/22 01:00:13 PDT Modified files: www/jesred Makefile Log: Add more MASTER_SITES PR: 41878 Submitted by: MAINTAINER Revision Changes Path 1.5 +6 -2 ports/www/jesred/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 1:21:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6473237B400; Thu, 22 Aug 2002 01:21:32 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0329643E65; Thu, 22 Aug 2002 01:21:31 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id IAA27444; Thu, 22 Aug 2002 08:21:27 GMT Date: Thu, 22 Aug 2002 18:27:57 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Mike Barcroft Cc: Garrett Wollman , Warner Losh , , Subject: Re: cvs commit: src/share/man/man9 style.9 In-Reply-To: <20020822014845.D62302@espresso.q9media.com> Message-ID: <20020822181151.S2727-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: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 22 Aug 2002, Mike Barcroft wrote: > Bruce Evans writes: > > On Wed, 21 Aug 2002, Garrett Wollman wrote: > > > > > > It should probably suggest that prototypes visible to user programs be > > > first blocked in order of increasing namespace before being > > > alphabetized. It is more readable to have: > > > > > > #if FOO_AND_BAR_VISIBLE > > > int bar(...); > > > int foo(...); > > > #endif > > > > > > #if BAZ_VISIBLE > > > int baz(...); > > > #endif > > > > > > #if FOO_BAR_AND_QUUX_VISIBLE > > > int quux(...); > > > #endif > > > > > > ...rather than: > > > > > > #if FOO_AND_BAR_VISIBLE > > > int bar(...); > > > #endif > > > #if BAZ_VISIBLE > > > int baz(...); > > > #endif > > > #if FOO_AND_BAR_VISIBLE > > > int foo(...); > > > #if FOO_BAR_AND_QUUX_VISIBLE > > > int quux(...); > > > #endif > > > #endif > > > > I mostly disagree. I find the former slightly more readable (except for > > the nested ifdef in the latter). > > Aren't you agreeing then? Oops. I meant "I find the former slightly less readable". > > POSIX.1-200x-draft7 lists things in alphabetical order within headers > > and uses markup like "XSI" (and highlighing in the pdf version?) to > > show extensions. This keeps related things together provided the > > function names are well chosen. > > Without seperate namespace blocks you end up with many duplicate > conditionals which can clutter things. For instance, try rearranging > for alphabetical order. This might be the exception since > most of the function names share the same beginning. It would give about 12 small ifdefed sections instead of 3 larger ones. There's a lot of clutter either way, but I think things are easier to read if things are ordered as they would be in a FreeBSD standard instead of split up according to which standard they are in. It's only when you are writing for a particular non-FreeBSD standard that you mostly don't want to read about what is not in it. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 1:26:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0649237B400; Thu, 22 Aug 2002 01:26:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1C3F43E81; Thu, 22 Aug 2002 01:26:25 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M8QPJU040592; Thu, 22 Aug 2002 01:26:25 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M8QPad040591; Thu, 22 Aug 2002 01:26:25 -0700 (PDT) Message-Id: <200208220826.g7M8QPad040591@freefall.freebsd.org> From: Kevin Lo Date: Thu, 22 Aug 2002 01:26:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/e16utils Makefile ports/x11-wm/e16utils/files patch-e16keyedit-0.2 patch-e16menuedit-0.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 kevlo 2002/08/22 01:26:24 PDT Modified files: x11-wm/e16utils Makefile x11-wm/e16utils/files patch-e16keyedit-0.2 patch-e16menuedit-0.1 Log: Fix build. PR: 41362 Submitted by: Ports Fury Revision Changes Path 1.7 +3 -2 ports/x11-wm/e16utils/Makefile 1.3 +10 -7 ports/x11-wm/e16utils/files/patch-e16keyedit-0.2 1.3 +10 -7 ports/x11-wm/e16utils/files/patch-e16menuedit-0.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 1:30:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7233D37B400; Thu, 22 Aug 2002 01:30:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0222443E4A; Thu, 22 Aug 2002 01:30:05 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M8U4JU040936; Thu, 22 Aug 2002 01:30:04 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M8U4IL040935; Thu, 22 Aug 2002 01:30:04 -0700 (PDT) Message-Id: <200208220830.g7M8U4IL040935@freefall.freebsd.org> From: Kevin Lo Date: Thu, 22 Aug 2002 01:30:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/libexif Makefile distinfo pkg-plist ports/graphics/libexif/files patch-configure 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 kevlo 2002/08/22 01:30:04 PDT Modified files: graphics/libexif Makefile distinfo pkg-plist Added files: graphics/libexif/files patch-configure Removed files: graphics/libexif/files patch-ltmain.sh Log: Update to version 0.5.4 PR: 41356 Submitted by: Ports Fury Revision Changes Path 1.3 +11 -6 ports/graphics/libexif/Makefile 1.2 +1 -1 ports/graphics/libexif/distinfo 1.1 +10 -0 ports/graphics/libexif/files/patch-configure (new) 1.2 +0 -15 ports/graphics/libexif/files/patch-ltmain.sh (dead) 1.3 +5 -2 ports/graphics/libexif/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 1:38:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C5DB37B400; Thu, 22 Aug 2002 01:38:55 -0700 (PDT) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id B307743E4A; Thu, 22 Aug 2002 01:38:53 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.10) id 17hnUO-000In7-00; Thu, 22 Aug 2002 10:38:48 +0200 Date: Thu, 22 Aug 2002 10:38:48 +0200 From: Sheldon Hearn To: Joerg Wunsch Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/perl pathnames.h perl.c Message-ID: <20020822083848.GJ71936@starjuice.net> Mail-Followup-To: Joerg Wunsch , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200208212054.g7LKsja8062092@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208212054.g7LKsja8062092@freefall.freebsd.org> User-Agent: Mutt/1.5.1i Sender: owner-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 (2002/08/21 13:54), Joerg Wunsch wrote: > Modified files: > usr.bin/perl perl.c > Added files: > usr.bin/perl pathnames.h > Log: > For scripts that are called in non-login environments (in particular > mail filters), the /usr/bin/perl dummy fails since it assumes that the > installed package could be reached via the existing $PATH. Also, > since we are obviously looking for a perl installed by a package, we > should make sure that at least the default package bindir is being > searched. Does the continued maintenance of this utility mean that those of us who objected to its existence have lost, or is it still just an interim solution that might not exist in 5.0-RELEASE? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 1:50:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9EB137B401; Thu, 22 Aug 2002 01:50:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D43443E6A; Thu, 22 Aug 2002 01:50:16 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from freefall.freebsd.org (alc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M8oGJU044478; Thu, 22 Aug 2002 01:50:16 -0700 (PDT) (envelope-from alc@freefall.freebsd.org) Received: (from alc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M8oG1r044477; Thu, 22 Aug 2002 01:50:16 -0700 (PDT) Message-Id: <200208220850.g7M8oG1r044477@freefall.freebsd.org> From: Alan Cox Date: Thu, 22 Aug 2002 01:50:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_aio.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 alc 2002/08/22 01:50:16 PDT Modified files: sys/kern vfs_aio.c Log: o Remove the AIOCBLIST_ASYNCFREE flag and related code. It's never set. Submitted by: Romer Gil Revision Changes Path 1.137 +2 -19 src/sys/kern/vfs_aio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 2:16:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8100C37B400; Thu, 22 Aug 2002 02:16:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 302DE43E42; Thu, 22 Aug 2002 02:16:21 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Received: from freefall.freebsd.org (iwasaki@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M9GLJU053691; Thu, 22 Aug 2002 02:16:21 -0700 (PDT) (envelope-from iwasaki@freefall.freebsd.org) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M9GLG8053690; Thu, 22 Aug 2002 02:16:21 -0700 (PDT) Message-Id: <200208220916.g7M9GLG8053690@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Thu, 22 Aug 2002 02:16:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/acpicatools Makefile distinfo ports/devel/acpicatools/files patch-compiler::aslutils.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 iwasaki 2002/08/22 02:16:21 PDT Modified files: devel/acpicatools Makefile distinfo Added files: devel/acpicatools/files patch-compiler::aslutils.c Log: Update for acpica-unix-20020725. Also fixed yacc version of iasl. Revision Changes Path 1.17 +2 -2 ports/devel/acpicatools/Makefile 1.15 +2 -2 ports/devel/acpicatools/distinfo 1.1 +11 -0 ports/devel/acpicatools/files/patch-compiler::aslutils.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 Aug 22 2:30:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6280337B400; Thu, 22 Aug 2002 02:30:20 -0700 (PDT) Received: from innocence.interface-business.de (innocence.interface-business.de [193.101.57.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDC5C43E70; Thu, 22 Aug 2002 02:30:04 -0700 (PDT) (envelope-from j@uriah.heep.sax.de) Received: from innocence.interface-business.de (localhost.interface-business.de [127.0.0.1]) by innocence.interface-business.de (8.12.5/8.12.5/ifb evision: 1.23 $) with ESMTP id g7M9U28q008661; Thu, 22 Aug 2002 11:30:02 +0200 (CEST) (envelope-from j@uriah.heep.sax.de) Received: (from uucp@localhost) by innocence.interface-business.de (8.12.5/8.12.5/Submit) with UUCP id g7M9U2UE008660; Thu, 22 Aug 2002 11:30:02 +0200 (CEST) Received: from uriah.heep.sax.de (localhost.heep.sax.de [127.0.0.1]) by uriah.heep.sax.de (8.12.5/8.12.5) with ESMTP id g7M9LpBs019138; Thu, 22 Aug 2002 11:21:51 +0200 (MET DST) (envelope-from j@uriah.heep.sax.de) Received: (from j@localhost) by uriah.heep.sax.de (8.12.5/8.12.5/Submit) id g7M9LpRN019137; Thu, 22 Aug 2002 11:21:51 +0200 (MET DST) (envelope-from j) Date: Thu, 22 Aug 2002 11:21:51 +0200 From: Joerg Wunsch To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/perl pathnames.h perl.c Message-ID: <20020822112151.A17650@uriah.heep.sax.de> Reply-To: Joerg Wunsch Mail-Followup-To: Joerg Wunsch , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200208212054.g7LKsja8062092@freefall.freebsd.org> <20020822083848.GJ71936@starjuice.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020822083848.GJ71936@starjuice.net>; from sheldonh@starjuice.net on Thu, Aug 22, 2002 at 10:38:48AM +0200 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG As Sheldon Hearn wrote: > Does the continued maintenance of this utility mean that those of us > who objected to its existence have lost, or is it still just an interim > solution that might not exist in 5.0-RELEASE? Since i don't know who objected and with which arguments they did, i cannot say. ;-) Anyway, upon seeing the current /usr/bin/perl, i thought it to be a Good Idea. Since virtually all Unix-like operating systems these days (with FreeBSD being the exception now) ship Perl as /usr/bin/perl, it makes the script well portable to have a redirector there. We've got so many other redirectors (MTA, binutils -> ELF/COFF etc.), why not keep /usr/bin/perl as well? -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 2:33: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4654137B400; Thu, 22 Aug 2002 02:33:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED83343E42; Thu, 22 Aug 2002 02:33:04 -0700 (PDT) (envelope-from gioria@FreeBSD.org) Received: from freefall.freebsd.org (gioria@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7M9X4JU057314; Thu, 22 Aug 2002 02:33:04 -0700 (PDT) (envelope-from gioria@freefall.freebsd.org) Received: (from gioria@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7M9X4eb057313; Thu, 22 Aug 2002 02:33:04 -0700 (PDT) Message-Id: <200208220933.g7M9X4eb057313@freefall.freebsd.org> From: Sebastien Gioria Date: Thu, 22 Aug 2002 02:33:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/fr_FR.ISO8859-1/installation/common artheader.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 gioria 2002/08/22 02:33:04 PDT Modified files: (Branch: RELENG_4) release/doc/fr_FR.ISO8859-1/installation/common artheader.sgml Log: Typo fix Revision Changes Path 1.1.2.2 +2 -2 src/release/doc/fr_FR.ISO8859-1/installation/common/artheader.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 3: 2: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0057737B400; Thu, 22 Aug 2002 03:01:57 -0700 (PDT) Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 088DC43E7B; Thu, 22 Aug 2002 03:01:52 -0700 (PDT) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.11.6/8.11.6) id g7M9wl610735; Thu, 22 Aug 2002 11:58:47 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200208220958.g7M9wl610735@zibbi.icomtek.csir.co.za> Subject: Re: cvs commit: src/usr.bin/perl pathnames.h perl.c In-Reply-To: <20020822112151.A17650@uriah.heep.sax.de> from Joerg Wunsch at "Aug 22, 2002 11:21:51 am" To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) Date: Thu, 22 Aug 2002 11:58:47 +0200 (SAT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > As Sheldon Hearn wrote: > > > Does the continued maintenance of this utility mean that those of us > > who objected to its existence have lost, or is it still just an interim > > solution that might not exist in 5.0-RELEASE? > > Since i don't know who objected and with which arguments they > did, i cannot say. ;-) > > Anyway, upon seeing the current /usr/bin/perl, i thought it to > be a Good Idea. Since virtually all Unix-like operating systems > these days (with FreeBSD being the exception now) ship Perl as > /usr/bin/perl, it makes the script well portable to have a > redirector there. We've got so many other redirectors (MTA, > binutils -> ELF/COFF etc.), why not keep /usr/bin/perl as well? Well I must say that I prefer not to have the perl redirector. I just do "use.perl port" after I install the port / package. Then when I do install perl 5.8, I don't end up with pieces of the director calling itself perl5.6.1 and confusing configure scripts that try to figure out what you have. I have also been using the NO_PERL_WRAPPER=yes in /etc/make.conf. John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 3:21: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFCF637B405; Thu, 22 Aug 2002 03:20:50 -0700 (PDT) Received: from heechee.tobez.org (254.adsl0.ryv.worldonline.dk [213.237.10.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0566043E84; Thu, 22 Aug 2002 03:20:50 -0700 (PDT) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id EE875AC2A; Thu, 22 Aug 2002 12:20:41 +0200 (CEST) Date: Thu, 22 Aug 2002 12:20:41 +0200 From: Anton Berezin To: Joerg Wunsch , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: sheldonh@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/perl pathnames.h perl.c Message-ID: <20020822102041.GF5446@heechee.tobez.org> References: <200208212054.g7LKsja8062092@freefall.freebsd.org> <20020822083848.GJ71936@starjuice.net> <20020822112151.A17650@uriah.heep.sax.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020822112151.A17650@uriah.heep.sax.de> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Aug 22, 2002 at 11:21:51AM +0200, Joerg Wunsch wrote: > As Sheldon Hearn wrote: > > > Does the continued maintenance of this utility mean that those of us > > who objected to its existence have lost, or is it still just an interim > > solution that might not exist in 5.0-RELEASE? > > Since i don't know who objected and with which arguments they > did, i cannot say. ;-) > > Anyway, upon seeing the current /usr/bin/perl, i thought it to > be a Good Idea. Since virtually all Unix-like operating systems > these days (with FreeBSD being the exception now) ship Perl as > /usr/bin/perl, it makes the script well portable to have a > redirector there. We've got so many other redirectors (MTA, > binutils -> ELF/COFF etc.), why not keep /usr/bin/perl as well? I think it can be safely removed after certain modifications are made to the use.perl utility. The ultimate goal is to be able to install several different perls that do not conflict with each other (this is not the case now). Please bear with me until I get this done. Oh yeah, and DES told me some time ago on IRC that he would not care if the wrapper is removed, so we are (hopefully) not stepping on anyone's toes here. In short, to reiterate why I and some others think that the wrapper is not such a great idea: o for scripts there is a difference between no /usr/bin/perl and /usr/bin/perl that does not work. Printing a message is only good for an operator. o the `user should be told where to find perl' argument is bogus, since for those users who are not smart enough to figure that out perl package would be installed by default; this package is too useful to not be installed by default, anyway. o the wrapper is an extra entity which is not needed (Occam's razor). It basically does nothing that cannot be achieved by creative symlink manipulation, which use.perl does and has to do anyway. There might be some other arguments which I don't remember. Cheers, =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 Aug 22 3:28:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4719537B400; Thu, 22 Aug 2002 03:28:38 -0700 (PDT) Received: from genius.tao.org.uk (genius.tao.org.uk [212.135.162.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7D6843E6A; Thu, 22 Aug 2002 03:28:37 -0700 (PDT) (envelope-from joe@genius.tao.org.uk) Received: by genius.tao.org.uk (Postfix, from userid 100) id D57AA42CE; Thu, 22 Aug 2002 11:28:29 +0100 (BST) Date: Thu, 22 Aug 2002 11:28:29 +0100 From: Josef Karthauser To: Anton Berezin Cc: Joerg Wunsch , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/perl pathnames.h perl.c Message-ID: <20020822102829.GB6630@genius.tao.org.uk> References: <200208212054.g7LKsja8062092@freefall.freebsd.org> <20020822083848.GJ71936@starjuice.net> <20020822112151.A17650@uriah.heep.sax.de> <20020822102041.GF5446@heechee.tobez.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="QTprm0S8XgL7H0Dt" Content-Disposition: inline In-Reply-To: <20020822102041.GF5446@heechee.tobez.org> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --QTprm0S8XgL7H0Dt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 22, 2002 at 12:20:41PM +0200, Anton Berezin wrote: > > redirector there. We've got so many other redirectors (MTA, > > binutils -> ELF/COFF etc.), why not keep /usr/bin/perl as well? >=20 > I think it can be safely removed after certain modifications are made to > the use.perl utility. The ultimate goal is to be able to install > several different perls that do not conflict with each other (this is > not the case now). Please bear with me until I get this done. >=20 I got bitten a few days ago, upgrading to a new version of perl in the ports meant that I had to reinstall all of my p5- ports too because the new @INC didn't include the old module directory. This didn't used to happen when perl was in the base. Have you had thoughts on how to prevent this from happening? Joe --=20 "As far as the laws of mathematics refer to reality, they are not certain; and as far as they are certain, they do not refer to reality." - Albert Einstein, 1921 --QTprm0S8XgL7H0Dt Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iEYEARECAAYFAj1kvM0ACgkQXVIcjOaxUBav3gCfVcYuyg3nAidxGTOCvYTY0ib5 iWYAnjapHLUPaaHnxQ+FzU0zCMpdScb+ =gULf -----END PGP SIGNATURE----- --QTprm0S8XgL7H0Dt-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 3:30:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D95A37B401; Thu, 22 Aug 2002 03:30:08 -0700 (PDT) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 805B443E7B; Thu, 22 Aug 2002 03:30:07 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.10) id 17hpE5-000Jgw-00; Thu, 22 Aug 2002 12:30:05 +0200 Date: Thu, 22 Aug 2002 12:30:05 +0200 From: Sheldon Hearn To: Anton Berezin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/perl pathnames.h perl.c Message-ID: <20020822103005.GN71936@starjuice.net> Mail-Followup-To: Anton Berezin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200208212054.g7LKsja8062092@freefall.freebsd.org> <20020822083848.GJ71936@starjuice.net> <20020822112151.A17650@uriah.heep.sax.de> <20020822102041.GF5446@heechee.tobez.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020822102041.GF5446@heechee.tobez.org> User-Agent: Mutt/1.5.1i Sender: owner-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 (2002/08/22 12:20), Anton Berezin wrote: > I think it can be safely removed after certain modifications are made to > the use.perl utility. The ultimate goal is to be able to install > several different perls that do not conflict with each other (this is > not the case now). Please bear with me until I get this done. Cool, I just wanted to make sure I was still on the same page as the people who're carrying this forward. Thanks, Anton. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 3:34:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B48237B400; Thu, 22 Aug 2002 03:34:13 -0700 (PDT) Received: from heechee.tobez.org (254.adsl0.ryv.worldonline.dk [213.237.10.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DC0443E4A; Thu, 22 Aug 2002 03:34:12 -0700 (PDT) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id 264BAAC29; Thu, 22 Aug 2002 12:34:10 +0200 (CEST) Date: Thu, 22 Aug 2002 12:34:10 +0200 From: Anton Berezin To: Josef Karthauser Cc: Joerg Wunsch , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/perl pathnames.h perl.c Message-ID: <20020822103410.GG5446@heechee.tobez.org> References: <200208212054.g7LKsja8062092@freefall.freebsd.org> <20020822083848.GJ71936@starjuice.net> <20020822112151.A17650@uriah.heep.sax.de> <20020822102041.GF5446@heechee.tobez.org> <20020822102829.GB6630@genius.tao.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020822102829.GB6630@genius.tao.org.uk> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Aug 22, 2002 at 11:28:29AM +0100, Josef Karthauser wrote: > On Thu, Aug 22, 2002 at 12:20:41PM +0200, Anton Berezin wrote: > > > redirector there. We've got so many other redirectors (MTA, > > > binutils -> ELF/COFF etc.), why not keep /usr/bin/perl as well? > > > > I think it can be safely removed after certain modifications are made to > > the use.perl utility. The ultimate goal is to be able to install > > several different perls that do not conflict with each other (this is > > not the case now). Please bear with me until I get this done. > > I got bitten a few days ago, upgrading to a new version of perl in > the ports meant that I had to reinstall all of my p5- ports too > because the new @INC didn't include the old module directory. This > didn't used to happen when perl was in the base. > > Have you had thoughts on how to prevent this from happening? This is not always possible for binary modules. For example, perl5.8 is NOT binary compatible with perl5.6. The right thing (for multiple perl co-existence) would be to have the different prefixes (p5-, p58- etc) for modules installed for different perls. I am planning to steal a lot from bsd.ruby.mk (thanks knu) and finally introduce bsd.perl.mk - I've seen, like, three versions of those posted to ports@ in the last two years. This will not prevent you from the necessity of installing new set of modules, but it will prevent you from a lot of nasty surprises. Cheers, *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 Aug 22 3:38: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A954D37B400; Thu, 22 Aug 2002 03:37:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F6E243E3B; Thu, 22 Aug 2002 03:37:56 -0700 (PDT) (envelope-from jhay@FreeBSD.org) Received: from freefall.freebsd.org (jhay@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MAbuJU072806; Thu, 22 Aug 2002 03:37:56 -0700 (PDT) (envelope-from jhay@freefall.freebsd.org) Received: (from jhay@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MAbu2A072805; Thu, 22 Aug 2002 03:37:56 -0700 (PDT) Message-Id: <200208221037.g7MAbu2A072805@freefall.freebsd.org> From: John Hay Date: Thu, 22 Aug 2002 03:37:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/puc pucdata.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 jhay 2002/08/22 03:37:55 PDT Modified files: sys/dev/puc pucdata.c Log: Add an entry for VScom PCI-200L 2 port serial card. PR: 41142 Submitted by: Shinsuke Matsui Obtained from: OpenBSD Revision Changes Path 1.9 +10 -0 src/sys/dev/puc/pucdata.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 3:38:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80F1A37B410; Thu, 22 Aug 2002 03:37:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AB2443E3B; Thu, 22 Aug 2002 03:37:59 -0700 (PDT) (envelope-from gioria@FreeBSD.org) Received: from freefall.freebsd.org (gioria@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MAbwJU072833; Thu, 22 Aug 2002 03:37:58 -0700 (PDT) (envelope-from gioria@freefall.freebsd.org) Received: (from gioria@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MAbwgx072832; Thu, 22 Aug 2002 03:37:58 -0700 (PDT) Message-Id: <200208221037.g7MAbwgx072832@freefall.freebsd.org> From: Sebastien Gioria Date: Thu, 22 Aug 2002 03:37:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/fr_FR.ISO8859-1/errata article.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gioria 2002/08/22 03:37:58 PDT Modified files: (Branch: RELENG_4) release/doc/fr_FR.ISO8859-1/errata article.sgml Log: SGML-ise accents Revision Changes Path 1.1.2.6 +76 -76 src/release/doc/fr_FR.ISO8859-1/errata/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 3:38:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0AEA37B400; Thu, 22 Aug 2002 03:38:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F14743E6A; Thu, 22 Aug 2002 03:38:48 -0700 (PDT) (envelope-from gioria@FreeBSD.org) Received: from freefall.freebsd.org (gioria@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MAcmJU072913; Thu, 22 Aug 2002 03:38:48 -0700 (PDT) (envelope-from gioria@freefall.freebsd.org) Received: (from gioria@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MAcmcV072912; Thu, 22 Aug 2002 03:38:48 -0700 (PDT) Message-Id: <200208221038.g7MAcmcV072912@freefall.freebsd.org> From: Sebastien Gioria Date: Thu, 22 Aug 2002 03:38:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/fr_FR.ISO8859-1/installation/common abstract.sgml install.sgml layout.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 gioria 2002/08/22 03:38:48 PDT Modified files: (Branch: RELENG_4) release/doc/fr_FR.ISO8859-1/installation/common abstract.sgml install.sgml layout.sgml Log: SGML-ise accents Revision Changes Path 1.1.2.2 +3 -3 src/release/doc/fr_FR.ISO8859-1/installation/common/abstract.sgml 1.1.2.3 +1 -1 src/release/doc/fr_FR.ISO8859-1/installation/common/install.sgml 1.1.2.2 +46 -46 src/release/doc/fr_FR.ISO8859-1/installation/common/layout.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 3:39:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2348337B400; Thu, 22 Aug 2002 03:39:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B21F343E65; Thu, 22 Aug 2002 03:39:31 -0700 (PDT) (envelope-from gioria@FreeBSD.org) Received: from freefall.freebsd.org (gioria@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MAdVJU072972; Thu, 22 Aug 2002 03:39:31 -0700 (PDT) (envelope-from gioria@freefall.freebsd.org) Received: (from gioria@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MAdV7E072971; Thu, 22 Aug 2002 03:39:31 -0700 (PDT) Message-Id: <200208221039.g7MAdV7E072971@freefall.freebsd.org> From: Sebastien Gioria Date: Thu, 22 Aug 2002 03:39:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/fr_FR.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gioria 2002/08/22 03:39:31 PDT Modified files: (Branch: RELENG_4) release/doc/fr_FR.ISO8859-1/relnotes/common new.sgml Log: SGML-ise accents Revision Changes Path 1.1.2.4 +129 -129 src/release/doc/fr_FR.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 Aug 22 3:40: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0120A37B400; Thu, 22 Aug 2002 03:40:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAEE843E3B; Thu, 22 Aug 2002 03:40:00 -0700 (PDT) (envelope-from jhay@FreeBSD.org) Received: from freefall.freebsd.org (jhay@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MAe0JU073004; Thu, 22 Aug 2002 03:40:00 -0700 (PDT) (envelope-from jhay@freefall.freebsd.org) Received: (from jhay@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MAe0Hp073003; Thu, 22 Aug 2002 03:40:00 -0700 (PDT) Message-Id: <200208221040.g7MAe0Hp073003@freefall.freebsd.org> From: John Hay Date: Thu, 22 Aug 2002 03:40:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/puc pucdata.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 jhay 2002/08/22 03:40:00 PDT Modified files: sys/dev/puc pucdata.c Log: Add an entry for Avlab's low profile 4 serial port card. PR: 41146 Submitted by: Shinsuke Matsui Obtained from: NetBSD Revision Changes Path 1.10 +12 -0 src/sys/dev/puc/pucdata.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 3:51: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CADCE37B400; Thu, 22 Aug 2002 03:51:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 894AC43E6A; Thu, 22 Aug 2002 03:50:59 -0700 (PDT) (envelope-from jhay@FreeBSD.org) Received: from freefall.freebsd.org (jhay@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MAoxJU074725; Thu, 22 Aug 2002 03:50:59 -0700 (PDT) (envelope-from jhay@freefall.freebsd.org) Received: (from jhay@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MAoxSN074724; Thu, 22 Aug 2002 03:50:59 -0700 (PDT) Message-Id: <200208221050.g7MAoxSN074724@freefall.freebsd.org> From: John Hay Date: Thu, 22 Aug 2002 03:50:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/puc pucdata.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 jhay 2002/08/22 03:50:58 PDT Modified files: (Branch: RELENG_4) sys/dev/puc pucdata.c Log: MFC: rev 1.9 and 1.10. Add an entry for VScom PCI-200L 2 port serial card. Add an entry for Avlab's low profile 4 serial port card. PR: 41142,41146 Submitted by: Shinsuke Matsui Revision Changes Path 1.2.2.8 +22 -0 src/sys/dev/puc/pucdata.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 4:18:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 324F637B400; Thu, 22 Aug 2002 04:18:33 -0700 (PDT) Received: from milan.hitnet.rwth-aachen.de (milan.hitnet.RWTH-Aachen.DE [137.226.181.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD67643E6A; Thu, 22 Aug 2002 04:18:32 -0700 (PDT) (envelope-from chris@milan.hitnet.rwth-aachen.de) Received: by milan.hitnet.rwth-aachen.de (Postfix, from userid 1001) id 6EF8DABC3; Thu, 22 Aug 2002 13:18:31 +0200 (CEST) Date: Thu, 22 Aug 2002 13:18:31 +0200 From: Christian Brueffer To: Tom Rhodes Cc: Marc Fonvieille , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/bin/csh/USD.doc csh.g src/bin/df df.1 df.c src/bin/ln ln.1 symlink.7 src/bin/ls ls.1 src/bin/mv mv.1 src/bin/pax ar_subs.c buf_subs.c cache.h file_subs.c ftree.c options.c pat_rep.c pax.1 pax.c pax.h tables.h tar.1 tar.c ... Message-ID: <20020822111831.GA85303@unixpages.org> References: <200208211732.g7LHWjnR097691@freefall.freebsd.org> <20020821200740.F1056@marduk.blackend.org> <20020821141524.114e624f.trhodes@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020821141524.114e624f.trhodes@FreeBSD.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Aug 21, 2002 at 02:15:24PM -0400, Tom Rhodes wrote: > > Sure. A while ago I was reviewing the word use in comments, the > docs, and manual pages. As I was reading through it the filesystem > and file system thing jumped at my face. It looked ugly and kinda > unprofessional to me. So I began to change it. > > A grep over our src/ and doc/ tree's showed that filesystem was > used much more than file system. So I used that. Later a few > committers pointed out that it didn't look good, and that file > system as two words seemed more proper. Since today I wanted to > do some committing anyways, this seemed like an 'ok' start ;) > It should be added to the wordlist in the fdp-primer too, the O'Reilly wordlist suggests filesystem, which could be confusing. - Christian -- http://www.unixpages.org chris@unixpages.org GPG Pub-Key : www.unixpages.org/cbrueffer.asc GPG Fingerprint: 0DB5 8563 2473 C72A A8D1 56EA DAD2 B05D 5F3C 3185 GPG Key ID : DAD2B05D5F3C3185 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 4:31:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C7C437B400; Thu, 22 Aug 2002 04:31:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4DB043E6A; Thu, 22 Aug 2002 04:31:48 -0700 (PDT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MBVmJU089875; Thu, 22 Aug 2002 04:31:48 -0700 (PDT) (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MBVmFM089874; Thu, 22 Aug 2002 04:31:48 -0700 (PDT) Message-Id: <200208221131.g7MBVmFM089874@freefall.freebsd.org> From: Alexander Leidinger Date: Thu, 22 Aug 2002 04:31:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/icc 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 netchild 2002/08/22 04:31:48 PDT Modified files: lang/icc Makefile Log: Fix syntax error in the no distfile case. Submitted by: Lukas Ertl Revision Changes Path 1.16 +1 -1 ports/lang/icc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 5:47:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C082F37B400; Thu, 22 Aug 2002 05:47:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76E9D43E70; Thu, 22 Aug 2002 05:47:23 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MClNJU010359; Thu, 22 Aug 2002 05:47:23 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MClN3C010358; Thu, 22 Aug 2002 05:47:23 -0700 (PDT) Message-Id: <200208221247.g7MClN3C010358@freefall.freebsd.org> From: Bruce Evans Date: Thu, 22 Aug 2002 05:47:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_uuid.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 bde 2002/08/22 05:47:22 PDT Modified files: sys/kern kern_uuid.c Log: Include for the declarations of many things instead of depending on namespace pollution in . Revision Changes Path 1.3 +1 -0 src/sys/kern/kern_uuid.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 5:53:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62AC337B400; Thu, 22 Aug 2002 05:53:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3595443E70; Thu, 22 Aug 2002 05:53:39 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MCrcJU011853; Thu, 22 Aug 2002 05:53:38 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MCrcmW011852; Thu, 22 Aug 2002 05:53:38 -0700 (PDT) Message-Id: <200208221253.g7MCrcmW011852@freefall.freebsd.org> From: Oliver Braun Date: Thu, 22 Aug 2002 05:53:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ghc Makefile pkg-message pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/08/22 05:53:38 PDT Modified files: lang/ghc Makefile pkg-plist Added files: lang/ghc pkg-message Log: * Install three binaries with prefix "-ghc" to avoid problems with textproc/haxml and devel/drift. (1) * Add WITHOUT_PROFILE knob to install without profiling libraries. (2) * Bump PORTREVISION. PR: ports/41051 (1), ports/41231 (2) Submitted by: Volker Stolz (2) Approved by: maintainer, dwcjr (mentor) Revision Changes Path 1.13 +32 -1 ports/lang/ghc/Makefile 1.1 +9 -0 ports/lang/ghc/pkg-message (new) 1.9 +357 -351 ports/lang/ghc/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 6:23:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1A6037B400; Thu, 22 Aug 2002 06:23:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6870C43E75; Thu, 22 Aug 2002 06:23:16 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from freefall.freebsd.org (nyan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MDNGJU027260; Thu, 22 Aug 2002 06:23:16 -0700 (PDT) (envelope-from nyan@freefall.freebsd.org) Received: (from nyan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MDNGN4027259; Thu, 22 Aug 2002 06:23:16 -0700 (PDT) Message-Id: <200208221323.g7MDNGN4027259@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Thu, 22 Aug 2002 06:23:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 syscons.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2002/08/22 06:23:15 PDT Modified files: sys/pc98/pc98 syscons.c Log: Merged from sys/dev/syscons/syscons.c revision 1.388. Revision Changes Path 1.176 +1 -1 src/sys/pc98/pc98/syscons.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 6:24: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6A2737B400; Thu, 22 Aug 2002 06:24:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A3C443E42; Thu, 22 Aug 2002 06:24:00 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from freefall.freebsd.org (nyan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MDO0JU027319; Thu, 22 Aug 2002 06:24:00 -0700 (PDT) (envelope-from nyan@freefall.freebsd.org) Received: (from nyan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MDO0ZZ027318; Thu, 22 Aug 2002 06:24:00 -0700 (PDT) Message-Id: <200208221324.g7MDO0ZZ027318@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Thu, 22 Aug 2002 06:24:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 scvtbpc98.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 2002/08/22 06:24:00 PDT Modified files: sys/pc98/pc98 scvtbpc98.c Log: Merged from sys/dev/syscons/scvtb.c revision 1.9. Revision Changes Path 1.11 +4 -4 src/sys/pc98/pc98/scvtbpc98.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 6:34:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBF8037B405 for ; Thu, 22 Aug 2002 06:34:35 -0700 (PDT) Received: from mail.speakeasy.net (mail13.speakeasy.net [216.254.0.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2971743E4A for ; Thu, 22 Aug 2002 06:34:35 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 32640 invoked from network); 22 Aug 2002 13:34:33 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail13.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 22 Aug 2002 13:34:33 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g7MDYVBQ021094; Thu, 22 Aug 2002 09:34:32 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200208090521.g795L2c6098209@freefall.freebsd.org> Date: Thu, 22 Aug 2002 09:34:37 -0400 (EDT) From: John Baldwin To: "David E. O'Brien" Subject: RE: cvs commit: src/sys/boot/i386/libi386 i386_module.c 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 09-Aug-2002 David E. O'Brien wrote: > obrien 2002/08/08 22:21:01 PDT > > Modified files: > sys/boot/i386/libi386 i386_module.c > Log: > Don't auto load ACPI -- it causes trouble with my laptop and is TOTALLY > undocumented how to control its loading and queries to freebsd-current > go unanswered. Hmm, I didn't see any messages from you to the acpi-jp@jp.FreeBSD.org list mentioning these problems. What kind of problems are you having? -- 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 Thu Aug 22 6:50:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E66B37B400; Thu, 22 Aug 2002 06:50:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A6E543E6A; Thu, 22 Aug 2002 06:50:19 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: from freefall.freebsd.org (demon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MDoJJU031488; Thu, 22 Aug 2002 06:50:19 -0700 (PDT) (envelope-from demon@freefall.freebsd.org) Received: (from demon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MDoJZP031487; Thu, 22 Aug 2002 06:50:19 -0700 (PDT) Message-Id: <200208221350.g7MDoJZP031487@freefall.freebsd.org> From: Dmitry Sivachenko Date: Thu, 22 Aug 2002 06:50:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/fvwm95 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG demon 2002/08/22 06:50:18 PDT Modified files: x11-wm/fvwm95 Makefile Log: Fix MASTER_SITES. PR: 41891 Submitted by: Josef El-Rayes Revision Changes Path 1.31 +2 -2 ports/x11-wm/fvwm95/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 7:36:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B32337B401; Thu, 22 Aug 2002 07:36:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E97343E6E; Thu, 22 Aug 2002 07:36:05 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MEa4JU044149; Thu, 22 Aug 2002 07:36:04 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MEa4mF044147; Thu, 22 Aug 2002 07:36:04 -0700 (PDT) Message-Id: <200208221436.g7MEa4mF044147@freefall.freebsd.org> From: Robert Watson Date: Thu, 22 Aug 2002 07:36:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_trap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/08/22 07:36:03 PDT Modified files: sys/kern subr_trap.c Log: Spell proprly properly: failed to set signal flags proprly for ast() failed to set signal flags proprly for ast() failed to set signal flags proprly for ast() failed to set signal flags proprly for ast() Revision Changes Path 1.222 +1 -1 src/sys/kern/subr_trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 7:53:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D483537B409; Thu, 22 Aug 2002 07:53:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 820B843E70; Thu, 22 Aug 2002 07:53:24 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MErOJU046660; Thu, 22 Aug 2002 07:53:24 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MErObH046651; Thu, 22 Aug 2002 07:53:24 -0700 (PDT) Message-Id: <200208221453.g7MErObH046651@freefall.freebsd.org> From: Joe Marcus Clarke Date: Thu, 22 Aug 2002 07:53:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/multi-gnome-terminal Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/22 07:53:23 PDT Modified files: x11/multi-gnome-terminal Makefile pkg-plist Log: * Use USE_GNOMENG * Properly place files under GNOME hierarchy * Install an icon in ${PREFIX}/share/gnome/pixmaps * Bump PORTREVISION Approved by: timeout from maintainer Revision Changes Path 1.5 +7 -9 ports/x11/multi-gnome-terminal/Makefile 1.5 +89 -88 ports/x11/multi-gnome-terminal/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 7:57:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4F9437B400; Thu, 22 Aug 2002 07:57:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7579C43E81; Thu, 22 Aug 2002 07:57:17 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from freefall.freebsd.org (trhodes@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MEvHJU047702; Thu, 22 Aug 2002 07:57:17 -0700 (PDT) (envelope-from trhodes@freefall.freebsd.org) Received: (from trhodes@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MEvGTG047701; Thu, 22 Aug 2002 07:57:16 -0700 (PDT) Message-Id: <200208221457.g7MEvGTG047701@freefall.freebsd.org> From: Tom Rhodes Date: Thu, 22 Aug 2002 07:57:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 uvisor.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/08/22 07:57:16 PDT Added files: (Branch: RELENG_4) share/man/man4 uvisor.4 Log: MFC: Add the uvisor(4) manual page. Revision Changes Path 1.2.2.1 +76 -0 src/share/man/man4/uvisor.4 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 7:58:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4F1337B400; Thu, 22 Aug 2002 07:58:17 -0700 (PDT) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFC7E43E4A; Thu, 22 Aug 2002 07:58:16 -0700 (PDT) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost.jpj.net [127.0.0.1]) by blues.jpj.net (8.12.3/8.12.3) with ESMTP id g7MEvxwO091163; Thu, 22 Aug 2002 10:57:59 -0400 (EDT) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (8.12.3/8.12.3/Submit) with ESMTP id g7MEvvDm091160; Thu, 22 Aug 2002 10:57:57 -0400 (EDT) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Thu, 22 Aug 2002 10:57:57 -0400 (EDT) From: Trevor Johnson To: "M. Warner Losh" Cc: danfe@regency.nsu.ru, , , , Subject: Re: cvs commit: src/contrib/bind CHANGES INSTALL Makefile README Version src/contrib/bind/bin Makefile src/contrib/bind/bin/addr addr.c src/contrib/bind/bin/dig dig.c src/contrib/bind/bin/dnskeygen dn In-Reply-To: <20020715.175327.03593087.imp@bsdimp.com> Message-ID: <20020822105238.K90733-100000@blues.jpj.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 15 July 2002, M. Warner Losh wrote: > No. When someone has the time and energy to do it, then it will be > done. However, a MFC of a whole release of bind gets harder and > harder the farther back in time you go. IIRC it breaks binary > compatibility with the crufty old versions we have in RELENG_3 and > RELENG_2_2. Rumor has it that OpenBSD has an old BIND that has been audited for security. I haven't checked into it though. > The reason we did the resolve fix all the way back to 2.2 was that it > has existed for that long and was essentially a trivial to fix. It was /necessary/, for the compat22 and compat3x libraries. The older compat libraries may still have the bug. -- Trevor Johnson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 8: 8:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD25537B401; Thu, 22 Aug 2002 08:08:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA06043E91; Thu, 22 Aug 2002 08:08:51 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MF8pJU053735; Thu, 22 Aug 2002 08:08:51 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MF8p5j053734; Thu, 22 Aug 2002 08:08:51 -0700 (PDT) Message-Id: <200208221508.g7MF8p5j053734@freefall.freebsd.org> From: Marc Fonvieille Date: Thu, 22 Aug 2002 08:08:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook 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 blackend 2002/08/22 08:08:50 PDT Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: -Typos, punctuation cleaning -Tags addition PR: docs/41534 Submitted by: Christian Brueffer Revision Changes Path 1.238 +12 -12 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 8:13:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61B2637B401; Thu, 22 Aug 2002 08:13:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 165FF43E72; Thu, 22 Aug 2002 08:13:13 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from freefall.freebsd.org (trhodes@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MFDCJU054553; Thu, 22 Aug 2002 08:13:12 -0700 (PDT) (envelope-from trhodes@freefall.freebsd.org) Received: (from trhodes@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MFDBDf054550; Thu, 22 Aug 2002 08:13:11 -0700 (PDT) Message-Id: <200208221513.g7MFDBDf054550@freefall.freebsd.org> From: Tom Rhodes Date: Thu, 22 Aug 2002 08:13:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 uvisor.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/08/22 08:13:11 PDT Modified files: (Branch: RELENG_4) share/man/man4 uvisor.4 Log: MFC: Add a bugs section originally added by joe. Revision Changes Path 1.2.2.2 +4 -0 src/share/man/man4/uvisor.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 8:16:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B05C437B400; Thu, 22 Aug 2002 08:16:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6122443E70; Thu, 22 Aug 2002 08:16:28 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MFGSJU055674; Thu, 22 Aug 2002 08:16:28 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MFGSOo055673; Thu, 22 Aug 2002 08:16:28 -0700 (PDT) Message-Id: <200208221516.g7MFGSOo055673@freefall.freebsd.org> From: Joe Marcus Clarke Date: Thu, 22 Aug 2002 08:16:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gnowavcut Makefile ports/audio/gnowavcut/files patch-Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/22 08:16:27 PDT Modified files: audio/gnowavcut Makefile Removed files: audio/gnowavcut/files patch-Makefile.in Log: Use USE_GNOMENG. PR: 41880 Submitted by: maintainer Revision Changes Path 1.4 +2 -1 ports/audio/gnowavcut/Makefile 1.2 +0 -11 ports/audio/gnowavcut/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 Aug 22 8:20: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A907A37B400; Thu, 22 Aug 2002 08:19:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E29F43E6A; Thu, 22 Aug 2002 08:19:56 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from freefall.freebsd.org (trhodes@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MFJuJU055984; Thu, 22 Aug 2002 08:19:56 -0700 (PDT) (envelope-from trhodes@freefall.freebsd.org) Received: (from trhodes@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MFJuqI055983; Thu, 22 Aug 2002 08:19:56 -0700 (PDT) Message-Id: <200208221519.g7MFJuqI055983@freefall.freebsd.org> From: Tom Rhodes Date: Thu, 22 Aug 2002 08:19:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 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 trhodes 2002/08/22 08:19:56 PDT Modified files: (Branch: RELENG_4) share/man/man4 Makefile Log: MFC: Attach uvisor(4) to the build. Revision Changes Path 1.83.2.46 +1 -0 src/share/man/man4/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 8:21:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9E3E37B400; Thu, 22 Aug 2002 08:21:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C65243E72; Thu, 22 Aug 2002 08:21:15 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Received: from freefall.freebsd.org (iwasaki@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MFLFJU056215; Thu, 22 Aug 2002 08:21:15 -0700 (PDT) (envelope-from iwasaki@freefall.freebsd.org) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MFLFrr056214; Thu, 22 Aug 2002 08:21:15 -0700 (PDT) Message-Id: <200208221521.g7MFLFrr056214@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Thu, 22 Aug 2002 08:21:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/dev/acpica acpica_prep.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 iwasaki 2002/08/22 08:21:15 PDT Modified files: sys/contrib/dev/acpica acpica_prep.sh Log: Prepare for importing newer version of ACPI CA. Revision Changes Path 1.3 +11 -4 src/sys/contrib/dev/acpica/acpica_prep.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 8:31:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25E8637B400; Thu, 22 Aug 2002 08:31:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBD7143E3B; Thu, 22 Aug 2002 08:31:16 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from freefall.freebsd.org (trhodes@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MFVGJU058192; Thu, 22 Aug 2002 08:31:16 -0700 (PDT) (envelope-from trhodes@freefall.freebsd.org) Received: (from trhodes@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MFVGoj058191; Thu, 22 Aug 2002 08:31:16 -0700 (PDT) Message-Id: <200208221531.g7MFVGoj058191@freefall.freebsd.org> From: Tom Rhodes Date: Thu, 22 Aug 2002 08:31:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mirrors chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/08/22 08:31:16 PDT Modified files: en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: Update the email address of Hungary cvsup maintainer. Submitted by: Janos Mohacsi Revision Changes Path 1.232 +1 -1 doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 8:31:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6DFF37B400; Thu, 22 Aug 2002 08:31:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BEBE43E42; Thu, 22 Aug 2002 08:31:44 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MFViJU058322; Thu, 22 Aug 2002 08:31:44 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MFViiO058321; Thu, 22 Aug 2002 08:31:44 -0700 (PDT) Message-Id: <200208221531.g7MFViiO058321@freefall.freebsd.org> From: Oliver Braun Date: Thu, 22 Aug 2002 08:31:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile ports/lang/generic-haskell 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 obraun 2002/08/22 08:31:44 PDT Modified files: lang Makefile Added files: lang/generic-haskell Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add generic-haskell 1.23, the Generic Haskell compiler. PR: ports/40239 Approved by: dwcjr (mentor) Revision Changes Path 1.311 +1 -0 ports/lang/Makefile 1.1 +42 -0 ports/lang/generic-haskell/Makefile (new) 1.1 +1 -0 ports/lang/generic-haskell/distinfo (new) 1.1 +1 -0 ports/lang/generic-haskell/pkg-comment (new) 1.1 +10 -0 ports/lang/generic-haskell/pkg-descr (new) 1.1 +54 -0 ports/lang/generic-haskell/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 Aug 22 8:40:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2598D37B400; Thu, 22 Aug 2002 08:40:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC2DF43E70; Thu, 22 Aug 2002 08:40:24 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MFeOJU060277; Thu, 22 Aug 2002 08:40:24 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MFeOSC060276; Thu, 22 Aug 2002 08:40:24 -0700 (PDT) Message-Id: <200208221540.g7MFeOSC060276@freefall.freebsd.org> From: Marc Fonvieille Date: Thu, 22 Aug 2002 08:40:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/08/22 08:40:24 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Add Ken Tom to the Hall Of Fame for the numerous doc corrections he suggested during our talks, and for the nights he spent to help people. Thanks to him. Revision Changes Path 1.240 +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 Thu Aug 22 9:13:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDF8A37B400; Thu, 22 Aug 2002 09:13:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E5E843E77; Thu, 22 Aug 2002 09:13:39 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MGDXJU070356; Thu, 22 Aug 2002 09:13:33 -0700 (PDT) (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MGDX0c070355; Thu, 22 Aug 2002 09:13:33 -0700 (PDT) Message-Id: <200208221613.g7MGDX0c070355@freefall.freebsd.org> From: Matt Jacob Date: Thu, 22 Aug 2002 09:13:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2002/08/22 09:13:32 PDT Modified files: sys/dev/isp isp_freebsd.c Log: unused variable removal (pointed out by bde) Revision Changes Path 1.84 +0 -1 src/sys/dev/isp/isp_freebsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 9:14:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73D0F37B40B; Thu, 22 Aug 2002 09:14:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D118E43E77; Thu, 22 Aug 2002 09:14:19 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MGEJJU070460; Thu, 22 Aug 2002 09:14:19 -0700 (PDT) (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MGEJpK070459; Thu, 22 Aug 2002 09:14:19 -0700 (PDT) Message-Id: <200208221614.g7MGEJpK070459@freefall.freebsd.org> From: Matt Jacob Date: Thu, 22 Aug 2002 09:14:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2002/08/22 09:14:19 PDT Modified files: sys/dev/isp isp_freebsd.h Log: Define ISP_DMA_ADDR_T to be a bus_addr_t, not a u_int32_t. This is in preparation to completing A64 PCI support. Revision Changes Path 1.68 +3 -0 src/sys/dev/isp/isp_freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 9:17: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9930937B400; Thu, 22 Aug 2002 09:17:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B2CC43E42; Thu, 22 Aug 2002 09:17:03 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MGH3JU071615; Thu, 22 Aug 2002 09:17:03 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MGH2Ya071614; Thu, 22 Aug 2002 09:17:02 -0700 (PDT) Message-Id: <200208221617.g7MGH2Ya071614@freefall.freebsd.org> From: Juli Mallett Date: Thu, 22 Aug 2002 09:17:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/find find.1 option.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 jmallett 2002/08/22 09:17:02 PDT Modified files: (Branch: RELENG_4) usr.bin/find find.1 option.c Log: MFC -not and -false as equivalents for !, but which are slightly more happy for shells and people who like words. find expression false and proceed as if normal cherry blossoms fall Obtained from: OpenDarwin (-not) Revision Changes Path 1.23.2.18 +2 -0 src/usr.bin/find/find.1 1.9.2.5 +3 -1 src/usr.bin/find/option.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 9:20:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C972E37B405; Thu, 22 Aug 2002 09:20:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5040143E7B; Thu, 22 Aug 2002 09:20:16 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from freefall.freebsd.org (trhodes@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MGKGJU072014; Thu, 22 Aug 2002 09:20:16 -0700 (PDT) (envelope-from trhodes@freefall.freebsd.org) Received: (from trhodes@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MGKGA9072013; Thu, 22 Aug 2002 09:20:16 -0700 (PDT) Message-Id: <200208221620.g7MGKGA9072013@freefall.freebsd.org> From: Tom Rhodes Date: Thu, 22 Aug 2002 09:20:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/msdosfs msdosfs_denode.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 trhodes 2002/08/22 09:20:15 PDT Modified files: (Branch: RELENG_4) sys/msdosfs msdosfs_denode.c Log: MFC: When a cluster entry for ``.'' is set to 0 msdosfs fails to handle it correctly. Revision Changes Path 1.47.2.3 +11 -0 src/sys/msdosfs/msdosfs_denode.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 9:38:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A98DB37B400; Thu, 22 Aug 2002 09:38:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D48C43E4A; Thu, 22 Aug 2002 09:38:22 -0700 (PDT) (envelope-from orion@FreeBSD.org) Received: from freefall.freebsd.org (orion@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MGcMJU075480; Thu, 22 Aug 2002 09:38:22 -0700 (PDT) (envelope-from orion@freefall.freebsd.org) Received: (from orion@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MGcMg2075479; Thu, 22 Aug 2002 09:38:22 -0700 (PDT) Message-Id: <200208221638.g7MGcMg2075479@freefall.freebsd.org> From: Orion Hodson Date: Thu, 22 Aug 2002 09:38:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci ich.c ich.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 orion 2002/08/22 09:38:22 PDT Modified files: (Branch: RELENG_4) sys/dev/sound/pci ich.c ich.h Log: MFC: ich4 support. Revision Changes Path 1.3.2.11 +28 -7 src/sys/dev/sound/pci/ich.c 1.1.2.3 +3 -0 src/sys/dev/sound/pci/ich.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 9:47:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5D6B37B400; Thu, 22 Aug 2002 09:47:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8788B43E6A; Thu, 22 Aug 2002 09:47:44 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MGliJU077178; Thu, 22 Aug 2002 09:47:44 -0700 (PDT) (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MGliGe077177; Thu, 22 Aug 2002 09:47:44 -0700 (PDT) Message-Id: <200208221647.g7MGliGe077177@freefall.freebsd.org> From: Hye-Shik Chang Date: Thu, 22 Aug 2002 09:47:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/py-openssl 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 perky 2002/08/22 09:47:44 PDT Modified files: security/py-openssl Makefile distinfo pkg-plist Log: Update to 0.5. Revision Changes Path 1.3 +1 -1 ports/security/py-openssl/Makefile 1.2 +1 -1 ports/security/py-openssl/distinfo 1.2 +2 -0 ports/security/py-openssl/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 9:56:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3376137B400; Thu, 22 Aug 2002 09:56:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D921C43E6E; Thu, 22 Aug 2002 09:56:38 -0700 (PDT) (envelope-from orion@FreeBSD.org) Received: from freefall.freebsd.org (orion@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MGucJU079175; Thu, 22 Aug 2002 09:56:38 -0700 (PDT) (envelope-from orion@freefall.freebsd.org) Received: (from orion@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MGucou079174; Thu, 22 Aug 2002 09:56:38 -0700 (PDT) Message-Id: <200208221656.g7MGucou079174@freefall.freebsd.org> From: Orion Hodson Date: Thu, 22 Aug 2002 09:56:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci via82c686.c via82c686.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 orion 2002/08/22 09:56:38 PDT Modified files: (Branch: RELENG_4) sys/dev/sound/pci via82c686.c via82c686.h Log: MFC: Removal of VT8233 from this code. Soon to have own driver. PR: kern/38792 Revision Changes Path 1.4.2.9 +64 -175 src/sys/dev/sound/pci/via82c686.c 1.1.2.6 +11 -25 src/sys/dev/sound/pci/via82c686.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 10:32:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0241337B400; Thu, 22 Aug 2002 10:32:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B531943E3B; Thu, 22 Aug 2002 10:32:49 -0700 (PDT) (envelope-from orion@FreeBSD.org) Received: from freefall.freebsd.org (orion@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MHWnJU091111; Thu, 22 Aug 2002 10:32:49 -0700 (PDT) (envelope-from orion@freefall.freebsd.org) Received: (from orion@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MHWndC091110; Thu, 22 Aug 2002 10:32:49 -0700 (PDT) Message-Id: <200208221732.g7MHWndC091110@freefall.freebsd.org> From: Orion Hodson Date: Thu, 22 Aug 2002 10:32:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/dev/sound/pci via8233.c via8233.h src/sys/boot/forth loader.conf src/sys/modules/sound/driver Makefile src/sys/modules/sound/driver/via8233 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 orion 2002/08/22 10:32:49 PDT Modified files: (Branch: RELENG_4) sys/conf files sys/boot/forth loader.conf sys/modules/sound/driver Makefile Added files: (Branch: RELENG_4) sys/dev/sound/pci via8233.c via8233.h sys/modules/sound/driver/via8233 Makefile Log: MFC: VT8233 audio driver. PR: kern/38792 Revision Changes Path 1.25.2.21 +1 -0 src/sys/boot/forth/loader.conf 1.340.2.111 +1 -0 src/sys/conf/files 1.2.2.1 +662 -0 src/sys/dev/sound/pci/via8233.c (new) 1.1.2.1 +141 -0 src/sys/dev/sound/pci/via8233.h (new) 1.5.2.11 +2 -2 src/sys/modules/sound/driver/Makefile 1.1.2.1 +9 -0 src/sys/modules/sound/driver/via8233/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 10:48:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5D8B37B400; Thu, 22 Aug 2002 10:48:09 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-104-239.dsl.lsan03.pacbell.net [64.169.104.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF9A143E75; Thu, 22 Aug 2002 10:48:08 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 3932E66EBC; Thu, 22 Aug 2002 10:48:07 -0700 (PDT) Date: Thu, 22 Aug 2002 10:48:07 -0700 From: Kris Kennaway To: Bosko Milekic Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/smp index.sgml Message-ID: <20020822174807.GA67678@xor.obsecurity.org> References: <200208220251.g7M2pvLW054988@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ibTvN161/egqYuK8" Content-Disposition: inline In-Reply-To: <200208220251.g7M2pvLW054988@freefall.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --ibTvN161/egqYuK8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Aug 21, 2002 at 07:51:57PM -0700, Bosko Milekic wrote: > Right now, I decided to dedicate more time to helping get -CURRENT > stabilized for 5.0 instead of adding Yet Another New Feature rush-rush > for 5.0. Thanks, I think this is very prudent. Kris --ibTvN161/egqYuK8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9ZSPXWry0BWjoQKURArRaAKCNm4HEVY0z2sKkVXPw20LQDDV4/gCdHB3i TC+l1fHracURqE061REw2bI= =WgIO -----END PGP SIGNATURE----- --ibTvN161/egqYuK8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 10:56:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA53237B400; Thu, 22 Aug 2002 10:56:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A07B143E70; Thu, 22 Aug 2002 10:56:54 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MHusJU095138; Thu, 22 Aug 2002 10:56:54 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MHusKe095137; Thu, 22 Aug 2002 10:56:54 -0700 (PDT) Message-Id: <200208221756.g7MHusKe095137@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 22 Aug 2002 10:56:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/08/22 10:56:54 PDT Modified files: chinese Makefile Log: Remove ghostscript6, which was deleted several weeks ago. Pointy hat to: clive Revision Changes Path 1.124 +0 -1 ports/chinese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 11: 8:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A02D37B400; Thu, 22 Aug 2002 11:08:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C45DA43E6A; Thu, 22 Aug 2002 11:08:47 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MI8lJU001307; Thu, 22 Aug 2002 11:08:47 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MI8l96001306; Thu, 22 Aug 2002 11:08:47 -0700 (PDT) Message-Id: <200208221808.g7MI8l96001306@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 22 Aug 2002 11:08:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/08/22 11:08:47 PDT Modified files: devel Makefile Log: Add libpdel to SUBDIR. Pointy hat to: archie Revision Changes Path 1.901 +1 -0 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 11:20:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DB8237B405; Thu, 22 Aug 2002 11:20:41 -0700 (PDT) Received: from procyon.firepipe.net (procyon.firepipe.net [198.78.66.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id D469043E6A; Thu, 22 Aug 2002 11:20:40 -0700 (PDT) (envelope-from will@csociety.org) Received: by procyon.firepipe.net (Postfix, from userid 1000) id 8BEB821429; Thu, 22 Aug 2002 11:19:37 -0700 (PDT) Date: Thu, 22 Aug 2002 11:19:37 -0700 From: Will Andrews To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel Makefile Message-ID: <20020822181937.GH90596@procyon.firepipe.net> Mail-Followup-To: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200208221808.g7MI8l96001306@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208221808.g7MI8l96001306@freefall.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Aug 22, 2002 at 11:08:47AM -0700, Kris Kennaway wrote: > Log: > Add libpdel to SUBDIR. > > Pointy hat to: archie This would not have happened with addport. ;-) Regards, -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 11:21:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC52B37B400; Thu, 22 Aug 2002 11:21:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70B0843E4A; Thu, 22 Aug 2002 11:21:17 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MILHJU003309; Thu, 22 Aug 2002 11:21:17 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MILGYm003308; Thu, 22 Aug 2002 11:21:17 -0700 (PDT) Message-Id: <200208221821.g7MILGYm003308@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 22 Aug 2002 11:21:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/08/22 11:21:16 PDT Modified files: java Makefile Log: Remove sablepath from SUBDIR Pointy hat to: archie Revision Changes Path 1.60 +0 -1 ports/java/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 11:24:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DAFA37B400; Thu, 22 Aug 2002 11:24:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E88C743E65; Thu, 22 Aug 2002 11:24:37 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MIObJU004650; Thu, 22 Aug 2002 11:24:37 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MIOb5j004649; Thu, 22 Aug 2002 11:24:37 -0700 (PDT) Message-Id: <200208221824.g7MIOb5j004649@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 22 Aug 2002 11:24:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: 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 kris 2002/08/22 11:24:37 PDT Modified files: net Makefile Log: Remove licq-devel from SUBDIR Pointy hat to: fjoe Revision Changes Path 1.824 +0 -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 Thu Aug 22 11:30:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F61A37B400; Thu, 22 Aug 2002 11:30:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C283443E77; Thu, 22 Aug 2002 11:30:16 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MIUGJU005258; Thu, 22 Aug 2002 11:30:16 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MIUGrV005257; Thu, 22 Aug 2002 11:30:16 -0700 (PDT) Message-Id: <200208221830.g7MIUGrV005257@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 22 Aug 2002 11:30:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/08/22 11:30:16 PDT Modified files: security Makefile Log: Add openssl-beta to SUBDIR Pointy hat to: dinoex Revision Changes Path 1.327 +1 -0 ports/security/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 11:34:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F030B37B400; Thu, 22 Aug 2002 11:34:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5C1443E77; Thu, 22 Aug 2002 11:34:34 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MIYYJU006614; Thu, 22 Aug 2002 11:34:34 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MIYYGw006613; Thu, 22 Aug 2002 11:34:34 -0700 (PDT) Message-Id: <200208221834.g7MIYYGw006613@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 22 Aug 2002 11:34:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/08/22 11:34:34 PDT Modified files: textproc Makefile Log: Remove clo++ from SUBDIR Pointy hat to: kevlo Revision Changes Path 1.401 +0 -1 ports/textproc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 11:38:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C63937B400; Thu, 22 Aug 2002 11:38:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50D0B43E77; Thu, 22 Aug 2002 11:38:12 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MIcCJU006962; Thu, 22 Aug 2002 11:38:12 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MIcCMP006961; Thu, 22 Aug 2002 11:38:12 -0700 (PDT) Message-Id: <200208221838.g7MIcCMP006961@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 22 Aug 2002 11:38:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/08/22 11:38:12 PDT Modified files: www Makefile Log: Add orion-devel to SUBDIR after repo-copy. Pointy hat to: znerd Revision Changes Path 1.526 +1 -0 ports/www/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 11:42: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 539BE37B401; Thu, 22 Aug 2002 11:41:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0655943E3B; Thu, 22 Aug 2002 11:41:58 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MIfvJU008629; Thu, 22 Aug 2002 11:41:57 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MIfvNO008627; Thu, 22 Aug 2002 11:41:57 -0700 (PDT) Message-Id: <200208221841.g7MIfvNO008627@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 22 Aug 2002 11:41:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/08/22 11:41:57 PDT Modified files: . modules Log: Remove sablepath and licq-devel Pointy hats to: archie, fjoe Revision Changes Path 1.5744 +0 -2 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 11:45:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6BAF37B401; Thu, 22 Aug 2002 11:45:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A65C43E7B; Thu, 22 Aug 2002 11:45:30 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MIjUJU010481; Thu, 22 Aug 2002 11:45:30 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MIjUXZ010480; Thu, 22 Aug 2002 11:45:30 -0700 (PDT) Message-Id: <200208221845.g7MIjUXZ010480@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 22 Aug 2002 11:45:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/bjfilter850/files filter_gui X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/08/22 11:45:30 PDT Removed files: japanese/bjfilter850/files filter_gui Log: Finish removing this port. Pointy hat to: taoka Revision Changes Path 1.2 +0 -24 ports/japanese/bjfilter850/files/filter_gui (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 11:53:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E790337B400; Thu, 22 Aug 2002 11:53:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C83843E6A; Thu, 22 Aug 2002 11:53:14 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MIrEJU014508; Thu, 22 Aug 2002 11:53:14 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MIrEbB014507; Thu, 22 Aug 2002 11:53:14 -0700 (PDT) Message-Id: <200208221853.g7MIrEbB014507@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 22 Aug 2002 11:53:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/08/22 11:53:14 PDT Modified files: . modules Log: Clean up the openssh/openssl modules: * Remove duplicate crypto_openssh module in favour of openssh * Remove crypto_openssh-portable, which is no longer in the repo * Point openssl module to crypto/openssl and add ports_openssl instead * Add openssl-beta, forgotten by dinoex Add orion-devel, forgotten by znerd Pointy hats to: dinoex, znerd Revision Changes Path 1.5745 +4 -3 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 12: 3:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60D8D37B437; Thu, 22 Aug 2002 12:03:54 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8665243E42; Thu, 22 Aug 2002 12:00:28 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.5/8.12.2) with ESMTP id g7MIwS27052455; Thu, 22 Aug 2002 11:58:28 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.5/8.12.5/Submit) id g7MIwRBZ052454; Thu, 22 Aug 2002 11:58:27 -0700 (PDT) Date: Thu, 22 Aug 2002 11:58:27 -0700 From: "David O'Brien" To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/libi386 i386_module.c Message-ID: <20020822185827.GA52402@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org References: <200208090521.g795L2c6098209@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Aug 22, 2002 at 09:34:37AM -0400, John Baldwin wrote: > > Modified files: > > sys/boot/i386/libi386 i386_module.c > > Log: > > Don't auto load ACPI -- it causes trouble with my laptop and is TOTALLY > > undocumented how to control its loading and queries to freebsd-current > > go unanswered. > > Hmm, I didn't see any messages from you to the acpi-jp@jp.FreeBSD.org list > mentioning these problems. What kind of problems are you having? I skilled the mailing lists and went straight to an .jp ACPI hacker at USENIX. Also the panics from loading acpi.ko a while back were well mentioned in -current, so I saw no need to mention them on acpi-jp@jp.FreeBSD.org back when that happened. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 12: 4: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 246D137B490; Thu, 22 Aug 2002 12:03:56 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11D2543E86; Thu, 22 Aug 2002 12:01:00 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.5/8.12.2) with ESMTP id g7MJ0n27052491; Thu, 22 Aug 2002 12:00:49 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.5/8.12.5/Submit) id g7MJ0njr052490; Thu, 22 Aug 2002 12:00:49 -0700 (PDT) Date: Thu, 22 Aug 2002 12:00:49 -0700 From: "David O'Brien" To: Joerg Wunsch , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/perl pathnames.h perl.c Message-ID: <20020822190049.GB52402@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Joerg Wunsch , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200208212054.g7LKsja8062092@freefall.freebsd.org> <20020822083848.GJ71936@starjuice.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020822083848.GJ71936@starjuice.net> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Aug 22, 2002 at 10:38:48AM +0200, Sheldon Hearn wrote: > > Modified files: > > usr.bin/perl perl.c > > Added files: > > usr.bin/perl pathnames.h ... > Does the continued maintenance of this utility mean that those of us > who objected to its existence have lost, or is it still just an interim > solution that might not exist in 5.0-RELEASE? I my opinon what we are missing is someone to take the lead on this and determin what is best for us. This perl wrapper, or overloading mailwrapper (which probably would be even better as it won't depend on $PATH) were stabs in the dark as no one was taking the lead on the issue (or making use.perl work at the time) to see it thru to completion. Any takers? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 12: 8:36 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 664) id F33D837B82E; Thu, 22 Aug 2002 12:08:31 -0700 (PDT) Date: Thu, 22 Aug 2002 12:08:31 -0700 From: David O'Brien To: Mike Barcroft Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include ctype.h err.h grp.h inttypes.h monetary.h netdb.h pwd.h runetype.h search.h signal.h stddef.h stdio.h stdlib.h string.h strings.h time.h timeconv.h unistd.h vis.h wchar.h wctype.h src/include/arpa inet.h src/lib/libc/locale ... Message-ID: <20020822120831.A91742@hub.freebsd.org> Reply-To: obrien@freebsd.org References: <200208211620.g7LGK2SZ078421@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200208211620.g7LGK2SZ078421@freefall.freebsd.org>; from mike@FreeBSD.org on Wed, Aug 21, 2002 at 09:20:02AM -0700 X-Operating-System: FreeBSD 4.6-STABLE Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Aug 21, 2002 at 09:20:02AM -0700, Mike Barcroft wrote: > Added files: > sys/alpha/include _types.h > sys/arm/include _types.h > sys/i386/include _types.h > sys/ia64/include _types.h > sys/powerpc/include _types.h > sys/sparc64/include _types.h > sys/x86_64/include _types.h Eeek! Talk about something that should have been a repo copy -- we just made it harder to track history. For some reason I thought you were going to have ansi.h repo copied to _types.h before the commit. > Reviewed by: jake, obrien Probably should have been "Parts not liked by: obrien". I still think we had too many gratitious changes. Not the lest of which is renaming the file which makes history and MFC's harder. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 12: 9: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07DA937B8C2; Thu, 22 Aug 2002 12:08:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF80643E75; Thu, 22 Aug 2002 12:08:45 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MJ8jJU025437; Thu, 22 Aug 2002 12:08:45 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MJ8jTC025435; Thu, 22 Aug 2002 12:08:45 -0700 (PDT) Message-Id: <200208221908.g7MJ8jTC025435@freefall.freebsd.org> From: Trevor Johnson Date: Thu, 22 Aug 2002 12:08:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ethereal Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/08/22 12:08:45 PDT Modified files: net/ethereal Makefile Log: forbid because of possible security bug Revision Changes Path 1.53 +2 -0 ports/net/ethereal/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 12: 9:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 314CD37B99E; Thu, 22 Aug 2002 12:09:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E241043E81; Thu, 22 Aug 2002 12:09:10 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: from freefall.freebsd.org (ade@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MJ9AJU025616; Thu, 22 Aug 2002 12:09:10 -0700 (PDT) (envelope-from ade@freefall.freebsd.org) Received: (from ade@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MJ9AVg025614; Thu, 22 Aug 2002 12:09:10 -0700 (PDT) Message-Id: <200208221909.g7MJ9AVg025614@freefall.freebsd.org> From: Ade Lovett Date: Thu, 22 Aug 2002 12:09:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile CVSROOT modules ports/databases/db33 Makefile distinfo pkg-comment pkg-descr pkg-plist ports/databases/db33/files patch-dist::Makefile.in patch-dist::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 ade 2002/08/22 12:09:10 PDT Modified files: databases Makefile . modules Removed files: databases/db33 Makefile distinfo pkg-comment pkg-descr pkg-plist databases/db33/files patch-dist::Makefile.in patch-dist::configure Log: BerkeleyDB cleanup: Stage 1: clean out databases/db33 port Revision Changes Path 1.5746 +0 -1 CVSROOT/modules 1.197 +0 -1 ports/databases/Makefile 1.43 +0 -44 ports/databases/db33/Makefile (dead) 1.17 +0 -3 ports/databases/db33/distinfo (dead) 1.3 +0 -150 ports/databases/db33/files/patch-dist::Makefile.in (dead) 1.4 +0 -20 ports/databases/db33/files/patch-dist::configure (dead) 1.6 +0 -1 ports/databases/db33/pkg-comment (dead) 1.9 +0 -13 ports/databases/db33/pkg-descr (dead) 1.22 +0 -838 ports/databases/db33/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 Aug 22 12:25:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E480737BD0E; Thu, 22 Aug 2002 12:25:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F11D43E72; Thu, 22 Aug 2002 12:25:09 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MJP3JU032909; Thu, 22 Aug 2002 12:25:03 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MJP3cn032908; Thu, 22 Aug 2002 12:25:03 -0700 (PDT) Message-Id: <200208221925.g7MJP3cn032908@freefall.freebsd.org> From: Ceri Davies Date: Thu, 22 Aug 2002 12:25:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books 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 ceri 2002/08/22 12:25:03 PDT Modified files: en_US.ISO8859-1/books Makefile Log: Unhook the PPP Primer from the build. This document was never finished and is now out of date. Users should refer to the handbook and the ppp(8) manpage instead. Suggested by: Josh Paetzel Approved by: Silence on -doc, cvs-all Revision Changes Path 1.11 +1 -2 doc/en_US.ISO8859-1/books/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 12:26:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BFCD37B401; Thu, 22 Aug 2002 12:26:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E22D43E77; Thu, 22 Aug 2002 12:26:13 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MJQDJU033035; Thu, 22 Aug 2002 12:26:13 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MJQCBT033034; Thu, 22 Aug 2002 12:26:12 -0700 (PDT) Message-Id: <200208221926.g7MJQCBT033034@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 22 Aug 2002 12:26:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ipcheck Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/08/22 12:26:12 PDT Modified files: net/ipcheck Makefile distinfo Log: Update to 0.183 Revision Changes Path 1.17 +1 -1 ports/net/ipcheck/Makefile 1.14 +1 -1 ports/net/ipcheck/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 12:29: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F03DC37B405; Thu, 22 Aug 2002 12:28:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5852843E88; Thu, 22 Aug 2002 12:28:44 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: from freefall.freebsd.org (smmsp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MJSiJW033259; Thu, 22 Aug 2002 12:28:44 -0700 (PDT) (envelope-from ade@freefall.freebsd.org) Received: (from ade@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MJDlbZ028552; Thu, 22 Aug 2002 12:13:47 -0700 (PDT) Message-Id: <200208221913.g7MJDlbZ028552@freefall.freebsd.org> From: Ade Lovett Date: Thu, 22 Aug 2002 12:13:46 -0700 (PDT) To: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: cvs commit: ports/chinese/libtabe Makefile ports/chinese/libtabe/files patch-src::tabe_tsidbint.c patch-src::tabe_tsiyindbint.c ports/chinese/xcin25 Makefile ports/databases/db3 Makefile distinfo pkg-plist ports/databases/db3/files patch-dist::Makefile.in patch-dist::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 ade 2002/08/22 12:13:46 PDT Modified files: chinese/libtabe Makefile chinese/xcin25 Makefile databases/db3 Makefile distinfo pkg-plist databases/db3/files patch-dist::Makefile.in patch-dist::configure databases/p5-BerkeleyDB Makefile distinfo databases/py-bsddb3 Makefile databases/rdfdb Makefile databases/rdfdb/files patch-librdf::rdflib.c databases/ruby-bdb Makefile devel/gconf Makefile editors/nvi-devel Makefile editors/poedit Makefile mail/cyrus-imapd Makefile mail/cyrus-imapd2 Makefile mail/drac Makefile mail/drac/files patch-aa mail/isync Makefile mail/kiltdown Makefile net/netatalk Makefile net/openldap2 Makefile security/cyrus-sasl Makefile security/cyrus-sasl/scripts configure.sasl security/cyrus-sasl2 Makefile security/cyrus-sasl2/scripts configure.sasl sysutils/cfengine Makefile sysutils/fastresolve Makefile www/crawl Makefile www/squidguard Makefile Added files: chinese/libtabe/files patch-src::tabe_tsidbint.c patch-src::tabe_tsiyindbint.c Log: BerkeleyDB cleanup - stage 2 Update databases/db3 to 3.3.11, and fix the few ports that need sorting after the shlib version update, and a slight API change from 3.2.x->3.3.x Revision Changes Path 1.24 +2 -1 ports/chinese/libtabe/Makefile 1.1 +10 -0 ports/chinese/libtabe/files/patch-src::tabe_tsidbint.c (new) 1.1 +10 -0 ports/chinese/libtabe/files/patch-src::tabe_tsiyindbint.c (new) 1.44 +2 -2 ports/chinese/xcin25/Makefile 1.44 +1 -2 ports/databases/db3/Makefile 1.16 +3 -3 ports/databases/db3/distinfo 1.2 +77 -72 ports/databases/db3/files/patch-dist::Makefile.in 1.3 +12 -25 ports/databases/db3/files/patch-dist::configure 1.21 +121 -64 ports/databases/db3/pkg-plist 1.10 +5 -6 ports/databases/p5-BerkeleyDB/Makefile 1.4 +1 -1 ports/databases/p5-BerkeleyDB/distinfo 1.9 +2 -1 ports/databases/py-bsddb3/Makefile 1.2 +2 -1 ports/databases/rdfdb/Makefile 1.2 +8 -12 ports/databases/rdfdb/files/patch-librdf::rdflib.c 1.25 +2 -1 ports/databases/ruby-bdb/Makefile 1.32 +2 -1 ports/devel/gconf/Makefile 1.9 +3 -3 ports/editors/nvi-devel/Makefile 1.13 +2 -2 ports/editors/poedit/Makefile 1.61 +2 -2 ports/mail/cyrus-imapd/Makefile 1.64 +2 -2 ports/mail/cyrus-imapd2/Makefile 1.9 +2 -2 ports/mail/drac/Makefile 1.5 +2 -2 ports/mail/drac/files/patch-aa 1.6 +2 -1 ports/mail/isync/Makefile 1.9 +2 -2 ports/mail/kiltdown/Makefile 1.40 +2 -1 ports/net/netatalk/Makefile 1.56 +2 -1 ports/net/openldap2/Makefile 1.46 +1 -1 ports/security/cyrus-sasl/Makefile 1.14 +2 -2 ports/security/cyrus-sasl/scripts/configure.sasl 1.49 +1 -1 ports/security/cyrus-sasl2/Makefile 1.14 +2 -2 ports/security/cyrus-sasl2/scripts/configure.sasl 1.25 +2 -2 ports/sysutils/cfengine/Makefile 1.2 +2 -1 ports/sysutils/fastresolve/Makefile 1.6 +2 -1 ports/www/crawl/Makefile 1.9 +4 -3 ports/www/squidguard/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 12:31:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D30C37B400; Thu, 22 Aug 2002 12:31:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00BAB43E77; Thu, 22 Aug 2002 12:31:22 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: from freefall.freebsd.org (ade@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MJVLJU034790; Thu, 22 Aug 2002 12:31:21 -0700 (PDT) (envelope-from ade@freefall.freebsd.org) Received: (from ade@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MJVLMs034789; Thu, 22 Aug 2002 12:31:21 -0700 (PDT) Message-Id: <200208221931.g7MJVLMs034789@freefall.freebsd.org> From: Ade Lovett Date: Thu, 22 Aug 2002 12:31:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/dbtool Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ade 2002/08/22 12:31:21 PDT Modified files: databases/dbtool Makefile Log: Fix typo that would have meant this port would not have compiled if db3 support had been selected. Revision Changes Path 1.6 +1 -1 ports/databases/dbtool/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 12:34:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74D8637B400; Thu, 22 Aug 2002 12:34:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF7C343E88; Thu, 22 Aug 2002 12:34:32 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: from freefall.freebsd.org (ade@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MJYWJU035854; Thu, 22 Aug 2002 12:34:32 -0700 (PDT) (envelope-from ade@freefall.freebsd.org) Received: (from ade@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MJYWec035853; Thu, 22 Aug 2002 12:34:32 -0700 (PDT) Message-Id: <200208221934.g7MJYWec035853@freefall.freebsd.org> From: Ade Lovett Date: Thu, 22 Aug 2002 12:34:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/chinese/libtabe Makefile ports/chinese/xcin25 Makefile ports/databases Makefile ports/databases/db Makefile distinfo pkg-comment pkg-descr pkg-plist ports/databases/db/files patch-aa ports/devel/kdesdk ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ade 2002/08/22 12:34:32 PDT Modified files: . modules chinese/libtabe Makefile chinese/xcin25 Makefile databases Makefile devel/kdesdk Makefile devel/kdesdk3 Makefile devel/tcl-neo Makefile lang/tinycobol Makefile mail/cucipop Makefile net/openldap Makefile security/pks Makefile textproc/redland Makefile Removed files: databases/db Makefile distinfo pkg-comment pkg-descr pkg-plist databases/db/files patch-aa Log: BerkeleyDB cleanup - stage 3 Version 2 of Berkeley DB has been repo-copied to databases/db2, for naming consistency with the other ports. Fix dependencies accordingly. Revision Changes Path 1.5747 +1 -1 CVSROOT/modules 1.25 +1 -1 ports/chinese/libtabe/Makefile 1.45 +1 -1 ports/chinese/xcin25/Makefile 1.198 +1 -1 ports/databases/Makefile 1.27 +0 -42 ports/databases/db/Makefile (dead) 1.9 +0 -1 ports/databases/db/distinfo (dead) 1.4 +0 -506 ports/databases/db/files/patch-aa (dead) 1.4 +0 -1 ports/databases/db/pkg-comment (dead) 1.7 +0 -13 ports/databases/db/pkg-descr (dead) 1.11 +0 -564 ports/databases/db/pkg-plist (dead) 1.17 +1 -1 ports/devel/kdesdk/Makefile 1.19 +1 -1 ports/devel/kdesdk3/Makefile 1.5 +1 -1 ports/devel/tcl-neo/Makefile 1.13 +1 -1 ports/lang/tinycobol/Makefile 1.15 +2 -2 ports/mail/cucipop/Makefile 1.26 +1 -1 ports/net/openldap/Makefile 1.5 +1 -1 ports/security/pks/Makefile 1.4 +1 -1 ports/textproc/redland/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 12:48: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 765DD37B400; Thu, 22 Aug 2002 12:47:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7DC543E84; Thu, 22 Aug 2002 12:47:20 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from freefall.freebsd.org (mux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MJlAJU038200; Thu, 22 Aug 2002 12:47:10 -0700 (PDT) (envelope-from mux@freefall.freebsd.org) Received: (from mux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MJlAZv038199; Thu, 22 Aug 2002 12:47:10 -0700 (PDT) Message-Id: <200208221947.g7MJlAZv038199@freefall.freebsd.org> From: Maxime Henrion Date: Thu, 22 Aug 2002 12:47:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/include nexusvar.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 mux 2002/08/22 12:47:10 PDT Modified files: sys/ia64/include nexusvar.h Log: Convert NEXUS_ACCESSOR to use the __BUS_ACCESSOR macro instead of reimplementing it. Approved by: peter Revision Changes Path 1.2 +2 -14 src/sys/ia64/include/nexusvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 12:49: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDA4737B66F; Thu, 22 Aug 2002 12:48:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF75543E81; Thu, 22 Aug 2002 12:48:16 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: from freefall.freebsd.org (schweikh@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MJmDJU038293; Thu, 22 Aug 2002 12:48:13 -0700 (PDT) (envelope-from schweikh@freefall.freebsd.org) Received: (from schweikh@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MJmDNx038292; Thu, 22 Aug 2002 12:48:13 -0700 (PDT) Message-Id: <200208221948.g7MJmDNx038292@freefall.freebsd.org> From: Jens Schweikhardt Date: Thu, 22 Aug 2002 12:48:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/termcap termcap.src X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG schweikh 2002/08/22 12:48:13 PDT Modified files: share/termcap termcap.src Log: 1) add mvterm 2) add 132 column entries for VESA 3) fix kterm entry tc PR: 1) misc/39628, 2) conf/13918, 3) misc/22660 Submitted by: 1) Daniel Rudy Submitted by: 2) Martin Kammerhofer Submitted by: 3) Koji Mori MFC after: 2 weeks Revision Changes Path 1.127 +44 -1 src/share/termcap/termcap.src To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 12:52:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC78437B400; Thu, 22 Aug 2002 12:52:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 877CF43E81; Thu, 22 Aug 2002 12:52:16 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MJqGJU040072; Thu, 22 Aug 2002 12:52:16 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MJqGbX040071; Thu, 22 Aug 2002 12:52:16 -0700 (PDT) Message-Id: <200208221952.g7MJqGbX040071@freefall.freebsd.org> From: Peter Wemm Date: Thu, 22 Aug 2002 12:52:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options.alpha src/sys/alpha/alpha api_up1000.c dec_1000a.c dec_2100_a50.c dec_2100_a500.c dec_axppci_33.c dec_eb164.c dec_eb64plus.c dec_kn20aa.c dec_kn300.c dec_st550.c dec_st6600.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/08/22 12:52:16 PDT Modified files: sys/conf options.alpha sys/alpha/alpha api_up1000.c dec_1000a.c dec_2100_a50.c dec_2100_a500.c dec_axppci_33.c dec_eb164.c dec_eb64plus.c dec_kn20aa.c dec_kn300.c dec_st550.c dec_st6600.c Log: Many of the alpha low level console drivers still have bogus compile time dependencies on syscons. Bandaid for now. Revision Changes Path 1.6 +2 -2 src/sys/alpha/alpha/api_up1000.c 1.13 +2 -3 src/sys/alpha/alpha/dec_1000a.c 1.13 +2 -2 src/sys/alpha/alpha/dec_2100_a50.c 1.12 +2 -2 src/sys/alpha/alpha/dec_2100_a500.c 1.16 +2 -2 src/sys/alpha/alpha/dec_axppci_33.c 1.16 +2 -2 src/sys/alpha/alpha/dec_eb164.c 1.12 +2 -2 src/sys/alpha/alpha/dec_eb64plus.c 1.14 +2 -2 src/sys/alpha/alpha/dec_kn20aa.c 1.9 +2 -2 src/sys/alpha/alpha/dec_kn300.c 1.12 +2 -2 src/sys/alpha/alpha/dec_st550.c 1.13 +2 -2 src/sys/alpha/alpha/dec_st6600.c 1.38 +1 -0 src/sys/conf/options.alpha To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 13: 0:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05AC537B400; Thu, 22 Aug 2002 13:00:26 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF6AC43E84; Thu, 22 Aug 2002 13:00:24 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.5/8.12.5) with ESMTP id g7MK0Bbp000850; Fri, 23 Aug 2002 00:00:22 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.5/8.12.5/Submit) id g7MK0A4L000849; Fri, 23 Aug 2002 00:00:10 +0400 (MSD) (envelope-from ache) Date: Fri, 23 Aug 2002 00:00:09 +0400 From: "Andrey A. Chernov" To: Jens Schweikhardt Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/termcap termcap.src Message-ID: <20020822200009.GA795@nagual.pp.ru> References: <200208221948.g7MJmDNx038292@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208221948.g7MJmDNx038292@freefall.freebsd.org> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Aug 22, 2002 at 12:48:13 -0700, Jens Schweikhardt wrote: > > PR: 1) misc/39628, 2) conf/13918, 3) misc/22660 F.e. 3) state is "closed". You should not issue "closed" state until MFC, intermediate state is "patched". -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 13: 3:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4070B37B400; Thu, 22 Aug 2002 13:03:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C709843E97; Thu, 22 Aug 2002 13:03:15 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MK3FJU042767; Thu, 22 Aug 2002 13:03:15 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MK3F5B042766; Thu, 22 Aug 2002 13:03:15 -0700 (PDT) Message-Id: <200208222003.g7MK3F5B042766@freefall.freebsd.org> From: Oliver Braun Date: Thu, 22 Aug 2002 13:03:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news Makefile ports/news/slrnface Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/news/slrnface/files patch-Makefile patch-slrnface.sl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/08/22 13:03:15 PDT Modified files: news Makefile Added files: news/slrnface Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist news/slrnface/files patch-Makefile patch-slrnface.sl Log: Add slrnface 1.2, shows X-Faces from slrn in X11 terminal emulator. PR: ports/36967 Approved by: dwcjr (mentor) Revision Changes Path 1.81 +1 -0 ports/news/Makefile 1.1 +31 -0 ports/news/slrnface/Makefile (new) 1.1 +1 -0 ports/news/slrnface/distinfo (new) 1.1 +20 -0 ports/news/slrnface/files/patch-Makefile (new) 1.1 +11 -0 ports/news/slrnface/files/patch-slrnface.sl (new) 1.1 +1 -0 ports/news/slrnface/pkg-comment (new) 1.1 +6 -0 ports/news/slrnface/pkg-descr (new) 1.1 +10 -0 ports/news/slrnface/pkg-message (new) 1.1 +3 -0 ports/news/slrnface/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 Aug 22 13: 3:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78F9A37B44B; Thu, 22 Aug 2002 13:03:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED6D743E3B; Thu, 22 Aug 2002 13:03:21 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MK3LJU042802; Thu, 22 Aug 2002 13:03:21 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MK3LA5042801; Thu, 22 Aug 2002 13:03:21 -0700 (PDT) Message-Id: <200208222003.g7MK3LA5042801@freefall.freebsd.org> From: Oliver Braun Date: Thu, 22 Aug 2002 13:03:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/08/22 13:03:21 PDT Modified files: . modules Log: slrnface --> ports/news/slrnface Revision Changes Path 1.5748 +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 Aug 22 13: 3:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C61537B408; Thu, 22 Aug 2002 13:03:48 -0700 (PDT) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15F1243E7B; Thu, 22 Aug 2002 13:03:43 -0700 (PDT) (envelope-from mark@grimreaper.grondar.org) Received: from storm.FreeBSD.org.uk (uucp@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.5/8.12.5) with ESMTP id g7MAe6qa085747; Thu, 22 Aug 2002 11:40:06 +0100 (BST) (envelope-from mark@grimreaper.grondar.org) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.12.5/8.12.5/Submit) with UUCP id g7MAe6Xb085746; Thu, 22 Aug 2002 11:40:06 +0100 (BST) Received: from grimreaper.grondar.org (localhost [127.0.0.1]) by grimreaper.grondar.org (8.12.5/8.12.5) with ESMTP id g7MAduQg056353; Thu, 22 Aug 2002 11:39:56 +0100 (BST) (envelope-from mark@grimreaper.grondar.org) Message-Id: <200208221039.g7MAduQg056353@grimreaper.grondar.org> To: Joerg Wunsch Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/perl pathnames.h perl.c References: <20020822112151.A17650@uriah.heep.sax.de> In-Reply-To: <20020822112151.A17650@uriah.heep.sax.de> ; from Joerg Wunsch "Thu, 22 Aug 2002 11:21:51 +0200." Date: Thu, 22 Aug 2002 11:39:56 +0100 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Anyway, upon seeing the current /usr/bin/perl, i thought it to > be a Good Idea. Since virtually all Unix-like operating systems > these days (with FreeBSD being the exception now) ship Perl as > /usr/bin/perl, it makes the script well portable to have a > redirector there. We've got so many other redirectors (MTA, > binutils -> ELF/COFF etc.), why not keep /usr/bin/perl as well? My (not very strong) objection to this is that it is too specific. It has already been shown that mailwrapper can do the job of this, and I'm sure that can do some of mailwrapper's job, so _if_ we need such a tool, MHO is that it should be general enough to do perl, mailwrapper and more besides. M -- o Mark Murray \_ 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 Thu Aug 22 13: 8:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C500137B400; Thu, 22 Aug 2002 13:08:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A13943E3B; Thu, 22 Aug 2002 13:08:07 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MK87JU047495; Thu, 22 Aug 2002 13:08:07 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MK87Ev047494; Thu, 22 Aug 2002 13:08:07 -0700 (PDT) Message-Id: <200208222008.g7MK87Ev047494@freefall.freebsd.org> From: John Baldwin Date: Thu, 22 Aug 2002 13:08:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/libkern bcmp.c ffs.c strcat.c strcmp.c strcpy.c strlen.c strncmp.c strncpy.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 2002/08/22 13:08:07 PDT Modified files: sys/libkern bcmp.c ffs.c strcat.c strcmp.c strcpy.c strlen.c strncmp.c strncpy.c Log: Include sys/libkern.h for the kernel prototypes of these libkern functions instead of including the userland string.h header. Prompted by: breakage with old string.h from recent machine/types.h fix Approved by: peter (in principle) Revision Changes Path 1.7 +1 -1 src/sys/libkern/bcmp.c 1.6 +1 -1 src/sys/libkern/ffs.c 1.7 +1 -1 src/sys/libkern/strcat.c 1.8 +1 -1 src/sys/libkern/strcmp.c 1.8 +1 -1 src/sys/libkern/strcpy.c 1.7 +1 -1 src/sys/libkern/strlen.c 1.8 +1 -1 src/sys/libkern/strncmp.c 1.7 +1 -1 src/sys/libkern/strncpy.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 13:21:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8E7B37B400; Thu, 22 Aug 2002 13:21:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3651D43EB1; Thu, 22 Aug 2002 13:21:18 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MKLIJU050703; Thu, 22 Aug 2002 13:21:18 -0700 (PDT) (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MKLIuF050702; Thu, 22 Aug 2002 13:21:18 -0700 (PDT) Message-Id: <200208222021.g7MKLIuF050702@freefall.freebsd.org> From: Alexander Kabaev Date: Thu, 22 Aug 2002 13:21:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/i386/sys sbrk.S X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kan 2002/08/22 13:21:18 PDT Modified files: (Branch: RELENG_4) lib/libc/i386/sys sbrk.S Log: Fix the forward compatibility problem with older 4.x releases, introduced by me in rev. 1.7.2.1. Binaries compiled on fresh STABLE would not run on older versions due to malloc always returning NULL. Make sure that we provide 'end' symbol in generated binaries because sbrk in older libc depends on its existence to work properly. Reported by: Ian West Reviewed by: jdp Approved by: obrien Revision Changes Path 1.7.2.2 +1 -0 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 Thu Aug 22 13:29:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3344537B400; Thu, 22 Aug 2002 13:29:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCA3D43E42; Thu, 22 Aug 2002 13:29:10 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MKTAJU051289; Thu, 22 Aug 2002 13:29:10 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MKTA0Q051288; Thu, 22 Aug 2002 13:29:10 -0700 (PDT) Message-Id: <200208222029.g7MKTA0Q051288@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 22 Aug 2002 13:29:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/adzap Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/08/22 13:29:10 PDT Modified files: www/adzap Makefile distinfo Log: Update to adzap-20020821 Revision Changes Path 1.21 +1 -1 ports/www/adzap/Makefile 1.20 +1 -1 ports/www/adzap/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 13:33:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4B5E37B400; Thu, 22 Aug 2002 13:33:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DD2043E6A; Thu, 22 Aug 2002 13:33:38 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MKXcJU052889; Thu, 22 Aug 2002 13:33:38 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MKXcGD052888; Thu, 22 Aug 2002 13:33:38 -0700 (PDT) Message-Id: <200208222033.g7MKXcGD052888@freefall.freebsd.org> From: Joe Marcus Clarke Date: Thu, 22 Aug 2002 13:33:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/gnucash 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 marcus 2002/08/22 13:33:37 PDT Modified files: deskutils/gnucash Makefile distinfo Log: Update to 1.6.8. Revision Changes Path 1.45 +1 -1 ports/deskutils/gnucash/Makefile 1.19 +1 -1 ports/deskutils/gnucash/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 13:35:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1686937B400; Thu, 22 Aug 2002 13:35:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC68A43E6E; Thu, 22 Aug 2002 13:35:07 -0700 (PDT) (envelope-from johan@FreeBSD.org) Received: from freefall.freebsd.org (johan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MKZ7JU053039; Thu, 22 Aug 2002 13:35:07 -0700 (PDT) (envelope-from johan@freefall.freebsd.org) Received: (from johan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MKZ7Ff053038; Thu, 22 Aug 2002 13:35:07 -0700 (PDT) Message-Id: <200208222035.g7MKZ7Ff053038@freefall.freebsd.org> From: Johan Karlsson Date: Thu, 22 Aug 2002 13:35:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG johan 2002/08/22 13:35:07 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: whereis -a Reviewed by: bmah Revision Changes Path 1.410 +4 -0 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 Aug 22 13:35:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80DC237B400; Thu, 22 Aug 2002 13:35:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31EAE43E65; Thu, 22 Aug 2002 13:35:24 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MKZOJU053089; Thu, 22 Aug 2002 13:35:24 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MKZOEr053088; Thu, 22 Aug 2002 13:35:24 -0700 (PDT) Message-Id: <200208222035.g7MKZOEr053088@freefall.freebsd.org> From: Peter Wemm Date: Thu, 22 Aug 2002 13:35:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys link_aout.h link_elf.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/08/22 13:35:24 PDT Modified files: sys/sys link_aout.h link_elf.h Log: Repo copy link.h to sys/link_elf.h and sys/link_aout.h since they are shared with the kernel. This should make it easier to #include them both at once as well as stop grabbing stuff from /usr/include. Revision Changes Path 1.24 +3 -33 src/sys/sys/link_aout.h 1.24 +3 -253 src/sys/sys/link_elf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 13:36:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94EAD37B400; Thu, 22 Aug 2002 13:36:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A09A43E84; Thu, 22 Aug 2002 13:36:21 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MKaLJU053187; Thu, 22 Aug 2002 13:36:21 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MKaLGS053186; Thu, 22 Aug 2002 13:36:21 -0700 (PDT) Message-Id: <200208222036.g7MKaLGS053186@freefall.freebsd.org> From: Peter Wemm Date: Thu, 22 Aug 2002 13:36:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys nlist_aout.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/08/22 13:36:21 PDT Modified files: sys/sys nlist_aout.h Log: repo copy nlist.h to sys/nlist_aout.h, and strip out the userland declarations from the shared-with-kernel side of it. Revision Changes Path 1.9 +3 -9 src/sys/sys/nlist_aout.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 13:37:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A7B837B400; Thu, 22 Aug 2002 13:37:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F9C743E3B; Thu, 22 Aug 2002 13:37:30 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MKbUJU053352; Thu, 22 Aug 2002 13:37:30 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MKbUos053351; Thu, 22 Aug 2002 13:37:30 -0700 (PDT) Message-Id: <200208222037.g7MKbUos053351@freefall.freebsd.org> From: Peter Wemm Date: Thu, 22 Aug 2002 13:37:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include link.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/08/22 13:37:30 PDT Modified files: include link.h Log: Use sys/link_elf.h or sys/link_aout.h based on compile environment Revision Changes Path 1.24 +3 -284 src/include/link.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 13:38: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF89637B400; Thu, 22 Aug 2002 13:37:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95BAA43E81; Thu, 22 Aug 2002 13:37:57 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MKbvJU053408; Thu, 22 Aug 2002 13:37:57 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MKbvwG053407; Thu, 22 Aug 2002 13:37:57 -0700 (PDT) Message-Id: <200208222037.g7MKbvwG053407@freefall.freebsd.org> From: Peter Wemm Date: Thu, 22 Aug 2002 13:37:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include nlist.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/08/22 13:37:57 PDT Modified files: include nlist.h Log: Use sys/nlist_aout.h for shared-with-kernel definitions. Revision Changes Path 1.9 +1 -69 src/include/nlist.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 13:39:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70AED37B400; Thu, 22 Aug 2002 13:39:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 239B643E3B; Thu, 22 Aug 2002 13:39:31 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MKdVJU053594; Thu, 22 Aug 2002 13:39:31 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MKdUH4053593; Thu, 22 Aug 2002 13:39:30 -0700 (PDT) Message-Id: <200208222039.g7MKdUH4053593@freefall.freebsd.org> From: Peter Wemm Date: Thu, 22 Aug 2002 13:39:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern link_elf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/08/22 13:39:30 PDT Modified files: sys/kern link_elf.c Log: Instead of nlist.h and link.h, use sys/nlist_aout.h and sys/link_elf.h This avoids reaching out into userland sources (or worse: /usr/include!) for building the kernel. Revision Changes Path 1.56 +2 -2 src/sys/kern/link_elf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 13:43:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC06737B400; Thu, 22 Aug 2002 13:43:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ED5C43E81; Thu, 22 Aug 2002 13:43:07 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MKh7JU055068; Thu, 22 Aug 2002 13:43:07 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MKh73o055067; Thu, 22 Aug 2002 13:43:07 -0700 (PDT) Message-Id: <200208222043.g7MKh73o055067@freefall.freebsd.org> From: Peter Wemm Date: Thu, 22 Aug 2002 13:43:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern link_aout.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/08/22 13:43:07 PDT Modified files: sys/kern link_aout.c Log: Instead of grabbing the userland a.out.h/link.h (or worse, from /usr/include!), use sys/nlist_aout.h, machine/reloc.h, sys/imgact_aout.h and sys/link_aout.h. Revision Changes Path 1.39 +5 -3 src/sys/kern/link_aout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 13:43:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0864E37B47B; Thu, 22 Aug 2002 13:43:14 -0700 (PDT) Received: from mail.rpi.edu (mail.rpi.edu [128.113.22.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35EB743E70; Thu, 22 Aug 2002 13:43:13 -0700 (PDT) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.12.1/8.12.1) with ESMTP id g7MKhBOB103392; Thu, 22 Aug 2002 16:43:11 -0400 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <20020822120831.A91742@hub.freebsd.org> References: <200208211620.g7LGK2SZ078421@freefall.freebsd.org> <20020822120831.A91742@hub.freebsd.org> Date: Thu, 22 Aug 2002 16:43:10 -0400 To: obrien@FreeBSD.org, Mike Barcroft From: Garance A Drosihn Subject: Re: cvs commit: src/include ctype.h err.h grp.h inttypes.h monetary.h netdb.h pwd.h runetype.h search.h signal.h stddef.h stdio.h stdlib.h string.h strings.h time.h timeconv.h unistd.h vis.h wchar.h wctype.h src/include/arpa inet.h src/lib/libc/locale ... Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: MIMEDefang 2.3 (www dot roaringpenguin dot com slash mimedefang) Sender: owner-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 12:08 PM -0700 8/22/02, David O'Brien wrote: >On Wed, Aug 21, 2002 at 09:20:02AM -0700, Mike Barcroft wrote: >> Added files: >> sys/alpha/include _types.h >> sys/arm/include _types.h >> sys/i386/include _types.h >> sys/ia64/include _types.h >> sys/powerpc/include _types.h >> sys/sparc64/include _types.h >> sys/x86_64/include _types.h > >Eeek! Talk about something that should have been a repo copy -- we >just made it harder to track history. For some reason I thought you >were going to have ansi.h repo copied to _types.h before the commit. Could it be redone now as a repo-copy plus a patch? Or is that too much of a hassle to do at this point? -- Garance Alistair Drosehn = gad@gilead.netel.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 Aug 22 13:44:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4242A37B400; Thu, 22 Aug 2002 13:44:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA72A43E81; Thu, 22 Aug 2002 13:44:17 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MKiHJU055153; Thu, 22 Aug 2002 13:44:17 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MKiHi8055152; Thu, 22 Aug 2002 13:44:17 -0700 (PDT) Message-Id: <200208222044.g7MKiHi8055152@freefall.freebsd.org> From: Peter Wemm Date: Thu, 22 Aug 2002 13:44:17 -0700 (PDT) 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 peter 2002/08/22 13:44:17 PDT Modified files: sys/dev/syscons scmouse.c Log: Use machine/limits.h rather than userland limits.h (which may come from the userland source tree, or even worse: /usr/include) Revision Changes Path 1.30 +1 -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 Thu Aug 22 13:44:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EB4937B400; Thu, 22 Aug 2002 13:44:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3188E43E3B; Thu, 22 Aug 2002 13:44:35 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MKiZJU055206; Thu, 22 Aug 2002 13:44:35 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MKiZh2055205; Thu, 22 Aug 2002 13:44:35 -0700 (PDT) Message-Id: <200208222044.g7MKiZh2055205@freefall.freebsd.org> From: Oliver Braun Date: Thu, 22 Aug 2002 13:44:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/cdpr 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 obraun 2002/08/22 13:44:35 PDT Modified files: net/cdpr Makefile Log: Fix MASTER_SITES. PR: ports/41885 Submitted by: maintainer Approved by: dwcjr (mentor) Revision Changes Path 1.5 +1 -1 ports/net/cdpr/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 14:22:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8851137B400; Thu, 22 Aug 2002 14:22:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 497B843E70; Thu, 22 Aug 2002 14:22:29 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MLMTJU066918; Thu, 22 Aug 2002 14:22:29 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MLMTkn066917; Thu, 22 Aug 2002 14:22:29 -0700 (PDT) Message-Id: <200208222122.g7MLMTkn066917@freefall.freebsd.org> From: Oliver Braun Date: Thu, 22 Aug 2002 14:22:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/gtkgrepmail Makefile distinfo pkg-comment pkg-descr pkg-plist ports/mail/gtkgrepmail/files patch-gtkgrepmail X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/08/22 14:22:29 PDT Modified files: mail Makefile Added files: mail/gtkgrepmail Makefile distinfo pkg-comment pkg-descr pkg-plist mail/gtkgrepmail/files patch-gtkgrepmail Log: Add gtkgrepmail 0.6, a gtk front-end to grepmail. PR: ports/38286 Approved by: dwcjr (mentor) Revision Changes Path 1.316 +1 -0 ports/mail/Makefile 1.1 +39 -0 ports/mail/gtkgrepmail/Makefile (new) 1.1 +1 -0 ports/mail/gtkgrepmail/distinfo (new) 1.1 +49 -0 ports/mail/gtkgrepmail/files/patch-gtkgrepmail (new) 1.1 +1 -0 ports/mail/gtkgrepmail/pkg-comment (new) 1.1 +7 -0 ports/mail/gtkgrepmail/pkg-descr (new) 1.1 +12 -0 ports/mail/gtkgrepmail/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 Aug 22 14:22:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F4B537B4AC; Thu, 22 Aug 2002 14:22:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 254C343E70; Thu, 22 Aug 2002 14:22:37 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MLMaJU066953; Thu, 22 Aug 2002 14:22:36 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MLMac3066952; Thu, 22 Aug 2002 14:22:36 -0700 (PDT) Message-Id: <200208222122.g7MLMac3066952@freefall.freebsd.org> From: Oliver Braun Date: Thu, 22 Aug 2002 14:22:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/08/22 14:22:36 PDT Modified files: . modules Log: gtkgrepmail --> ports/mail/gtkgrepmail Revision Changes Path 1.5749 +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 Aug 22 14:24:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2720737B400; Thu, 22 Aug 2002 14:24:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFF0A43E81; Thu, 22 Aug 2002 14:24:01 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MLO1JU067381; Thu, 22 Aug 2002 14:24:01 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MLO1iH067380; Thu, 22 Aug 2002 14:24:01 -0700 (PDT) Message-Id: <200208222124.g7MLO1iH067380@freefall.freebsd.org> From: Archie Cobbs Date: Thu, 22 Aug 2002 14:24:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/pecoff imgact_pecoff.c src/sys/dev/asr asr.c src/sys/dev/ciss ciss.c src/sys/dev/digi digi_isa.c src/sys/dev/gx if_gx.c src/sys/dev/hfa fore_buffer.c src/sys/dev/md md.c src/sys/dev/mly mly.c src/sys/dev/nsp nsp.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 archie 2002/08/22 14:24:01 PDT Modified files: sys/compat/pecoff imgact_pecoff.c sys/dev/asr asr.c sys/dev/ciss ciss.c sys/dev/digi digi_isa.c sys/dev/gx if_gx.c sys/dev/hfa fore_buffer.c sys/dev/md md.c sys/dev/mly mly.c sys/dev/nsp nsp.c sys/dev/sound/pcm channel.c sys/dev/twe twe.c sys/dev/usb usbdi_util.c sys/i386/acpica OsdEnvironment.c acpi_wakeup.c sys/kern vfs_aio.c sys/net if_iso88025subr.c sys/netinet tcp_usrreq.c sys/netinet6 ip6_mroute.c ip6_output.c Log: Replace (ab)uses of "NULL" where "0" is really meant. Revision Changes Path 1.20 +1 -1 src/sys/compat/pecoff/imgact_pecoff.c 1.25 +1 -1 src/sys/dev/asr/asr.c 1.6 +1 -1 src/sys/dev/ciss/ciss.c 1.11 +2 -2 src/sys/dev/digi/digi_isa.c 1.6 +1 -1 src/sys/dev/gx/if_gx.c 1.12 +2 -2 src/sys/dev/hfa/fore_buffer.c 1.67 +1 -1 src/sys/dev/md/md.c 1.15 +2 -2 src/sys/dev/mly/mly.c 1.9 +2 -2 src/sys/dev/nsp/nsp.c 1.84 +1 -1 src/sys/dev/sound/pcm/channel.c 1.12 +1 -1 src/sys/dev/twe/twe.c 1.26 +1 -1 src/sys/dev/usb/usbdi_util.c 1.5 +2 -2 src/sys/i386/acpica/OsdEnvironment.c 1.13 +1 -1 src/sys/i386/acpica/acpi_wakeup.c 1.138 +1 -1 src/sys/kern/vfs_aio.c 1.22 +1 -1 src/sys/net/if_iso88025subr.c 1.82 +2 -2 src/sys/netinet/tcp_usrreq.c 1.15 +1 -1 src/sys/netinet6/ip6_mroute.c 1.40 +5 -5 src/sys/netinet6/ip6_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 14:37:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F77137B400; Thu, 22 Aug 2002 14:37:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F5BA43E4A; Thu, 22 Aug 2002 14:37:07 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MLb7JU069937; Thu, 22 Aug 2002 14:37:07 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MLb7cl069936; Thu, 22 Aug 2002 14:37:07 -0700 (PDT) Message-Id: <200208222137.g7MLb7cl069936@freefall.freebsd.org> From: Oliver Braun Date: Thu, 22 Aug 2002 14:37:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/elm Makefile distinfo ports/mail/elm/files patch-mkstemp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/08/22 14:37:06 PDT Modified files: mail/elm Makefile distinfo Removed files: mail/elm/files patch-mkstemp Log: Upgrade to 2.5.6 PR: ports/41696 Submitted by: maintainer Approved by: dwcjr (mentor) Revision Changes Path 1.68 +1 -2 ports/mail/elm/Makefile 1.37 +1 -1 ports/mail/elm/distinfo 1.2 +0 -208 ports/mail/elm/files/patch-mkstemp (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 14:46: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71F6D37B401; Thu, 22 Aug 2002 14:45:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21D8B43E6A; Thu, 22 Aug 2002 14:45:59 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from freefall.freebsd.org (julian@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MLjxJU073009; Thu, 22 Aug 2002 14:45:59 -0700 (PDT) (envelope-from julian@freefall.freebsd.org) Received: (from julian@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MLjw7L073008; Thu, 22 Aug 2002 14:45:58 -0700 (PDT) Message-Id: <200208222145.g7MLjw7L073008@freefall.freebsd.org> From: Julian Elischer Date: Thu, 22 Aug 2002 14:45:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exec.c kern_fork.c kern_thread.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2002/08/22 14:45:58 PDT Modified files: sys/kern kern_exec.c kern_fork.c kern_thread.c Log: slight cleanup of single-threading code for KSE processes Revision Changes Path 1.181 +12 -4 src/sys/kern/kern_exec.c 1.159 +9 -0 src/sys/kern/kern_fork.c 1.16 +16 -1 src/sys/kern/kern_thread.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 14:58: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0424637B400; Thu, 22 Aug 2002 14:58:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAB3743EA9; Thu, 22 Aug 2002 14:58:06 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: from freefall.freebsd.org (jim@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MLw6JU076884; Thu, 22 Aug 2002 14:58:06 -0700 (PDT) (envelope-from jim@freefall.freebsd.org) Received: (from jim@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MLw6TM076883; Thu, 22 Aug 2002 14:58:06 -0700 (PDT) Message-Id: <200208222158.g7MLw6TM076883@freefall.freebsd.org> From: Jim Mock Date: Thu, 22 Aug 2002 14:58:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mirrors chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jim 2002/08/22 14:58:06 PDT Modified files: en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: Add ftp1.FreeBSD.org to the list of USA FTP mirrors. Submitted by: Christopher L. Morrow on -doc Revision Changes Path 1.233 +5 -0 doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 14:58:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C191937B400; Thu, 22 Aug 2002 14:58:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7606243E75; Thu, 22 Aug 2002 14:58:21 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from freefall.freebsd.org (trhodes@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MLwLJU076909; Thu, 22 Aug 2002 14:58:21 -0700 (PDT) (envelope-from trhodes@freefall.freebsd.org) Received: (from trhodes@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MLwLQr076908; Thu, 22 Aug 2002 14:58:21 -0700 (PDT) Message-Id: <200208222158.g7MLwLQr076908@freefall.freebsd.org> From: Tom Rhodes Date: Thu, 22 Aug 2002 14:58:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/docproj current.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 trhodes 2002/08/22 14:58:21 PDT Modified files: en/docproj current.sgml Log: Whitespace commit, remove a space. Submitted by: Eric Anderson Revision Changes Path 1.33 +2 -2 www/en/docproj/current.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 15: 1:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5081C37B400; Thu, 22 Aug 2002 15:01:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03F7443E4A; Thu, 22 Aug 2002 15:01:56 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MM1rJU078846; Thu, 22 Aug 2002 15:01:53 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MM1rX0078845; Thu, 22 Aug 2002 15:01:53 -0700 (PDT) Message-Id: <200208222201.g7MM1rX0078845@freefall.freebsd.org> From: Peter Wemm Date: Thu, 22 Aug 2002 15:01:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern link_elf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/08/22 15:01:53 PDT Modified files: sys/kern link_elf.c Log: s/sus/sys/ in the a.out kernel case. Submitted by: julian Revision Changes Path 1.57 +1 -1 src/sys/kern/link_elf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 15: 8:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE79A37B400; Thu, 22 Aug 2002 15:08:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81A6843E84; Thu, 22 Aug 2002 15:08:38 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MM8cJU084469; Thu, 22 Aug 2002 15:08:38 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MM8cCw084468; Thu, 22 Aug 2002 15:08:38 -0700 (PDT) Message-Id: <200208222208.g7MM8cCw084468@freefall.freebsd.org> From: Archie Cobbs Date: Thu, 22 Aug 2002 15:08:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include stdio.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 archie 2002/08/22 15:08:38 PDT Modified files: (Branch: RELENG_4) include stdio.h Log: Fix compiler warnings when compiling with '-D_THREAD_SAFE -Wnested-externs'. Reviewed by: freebsd-stable Revision Changes Path 1.24.2.3 +1 -2 src/include/stdio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 15:16: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 634E037B400; Thu, 22 Aug 2002 15:16:05 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id E63E243E72; Thu, 22 Aug 2002 15:16:04 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id PAA68722; Thu, 22 Aug 2002 15:18:48 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id PAA68715; Thu, 22 Aug 2002 15:18:45 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Thu, 22 Aug 2002 15:18:44 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Dirk Meyer Cc: cvs-all@freebsd.org, kiwi@oav.net, Stanislav Grozev Subject: Re: cvs commit: ports/lang/pike Makefile distinfo pkg-descr pkg-plist ports/lang/pike/files patch-aa ports/lang/pike/scripts configure.pike In-Reply-To: <200208211822.g7LIMDPC012641@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 21 Aug 2002, Dirk Meyer wrote: # dinoex 2002/08/21 11:22:13 PDT # # Modified files: # lang/pike Makefile distinfo pkg-descr pkg-plist # lang/pike/scripts configure.pike # Removed files: # lang/pike/files patch-aa # Log: # Update to 3.0.361 ^^^^^^^? 7.0.361 # new MAINTAINER, no respose from previous MAINTAINER for more than 3 months. # Submitted by: kiwi@oav.net Are either of the following PRs still issues? ports/40450 : lang/pike fails to build on -current, due to missing libgmp (fix attached) ports/40473 : lang/pike looks for master.pike in the wrong place (fix included) And the following PR suggests a port for a newer (cvs) version of pike 7.2. ports/41134 : [New Port] lang/pike72cvs - Pike 7.2.380 -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 15:17:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AEDE37B400; Thu, 22 Aug 2002 15:17:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DABC43E42; Thu, 22 Aug 2002 15:17:12 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from freefall.freebsd.org (trhodes@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MMHBJU090724; Thu, 22 Aug 2002 15:17:11 -0700 (PDT) (envelope-from trhodes@freefall.freebsd.org) Received: (from trhodes@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MMHBu2090723; Thu, 22 Aug 2002 15:17:11 -0700 (PDT) Message-Id: <200208222217.g7MMHBu2090723@freefall.freebsd.org> From: Tom Rhodes Date: Thu, 22 Aug 2002 15:17:11 -0700 (PDT) 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: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/08/22 15:17:11 PDT Modified files: sys/fs/msdosfs msdosfs_vfsops.c Log: Fix a bug where large msdos partitions were not handled correctly, and fix a few fsck_msdosfs related 'issues' PR: 28536, 30168 Submitted by: Jiangyi Liu && NetBSD Approved by: rwatson (mentor) Revision Changes Path 1.92 +7 -1 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 Thu Aug 22 15:23:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1A2637B400; Thu, 22 Aug 2002 15:23:06 -0700 (PDT) Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0447C43E42; Thu, 22 Aug 2002 15:23:06 -0700 (PDT) (envelope-from archie@dellroad.org) Received: from arch20m.dellroad.org (arch20m.dellroad.org [10.1.1.20]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id PAA04308; Thu, 22 Aug 2002 15:11:22 -0700 (PDT) Received: (from archie@localhost) by arch20m.dellroad.org (8.11.6/8.11.6) id g7MMAXK12532; Thu, 22 Aug 2002 15:10:33 -0700 (PDT) (envelope-from archie) From: Archie Cobbs Message-Id: <200208222210.g7MMAXK12532@arch20m.dellroad.org> Subject: Re: cvs commit: src/include stdio.h In-Reply-To: <200208222208.g7MM8cCw084468@freefall.freebsd.org> "from Archie Cobbs at Aug 22, 2002 03:08:38 pm" To: Archie Cobbs Date: Thu, 22 Aug 2002 15:10:33 -0700 (PDT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL88 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Archie Cobbs writes: > Modified files: (Branch: RELENG_4) > include stdio.h > Log: > Fix compiler warnings when compiling with '-D_THREAD_SAFE -Wnested-externs'. FYI, this is not relevant to -current. -Archie __________________________________________________________________________ Archie Cobbs * Packet Design * http://www.packetdesign.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 15:28:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2792C37B400; Thu, 22 Aug 2002 15:28:11 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99E5643E65; Thu, 22 Aug 2002 15:28:10 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id PAA69044; Thu, 22 Aug 2002 15:31:16 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id PAA69035; Thu, 22 Aug 2002 15:30:59 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Thu, 22 Aug 2002 15:30:58 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Kevin Lo Cc: cvs-all@freebsd.org, Dustin , obrien@freebsd.org Subject: Re: cvs commit: ports/security/find_ddos Makefile In-Reply-To: <200208220137.g7M1b229036974@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 21 Aug 2002, Kevin Lo wrote: # kevlo 2002/08/21 18:37:02 PDT # # Modified files: # security/find_ddos Makefile # Log: # Update MASTER_SITES # # PR: 41869 # Submitted by: Josef El-Rayes Is the following PR still an issue? ports/30562 : find_ddos causes FreeBSD to halt A follow up from kris indicates that a possible issue with "... lack of ELF branding of the statically linked Linux executable ...". -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 15:30:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5E0537B405; Thu, 22 Aug 2002 15:30:06 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3818343E77; Thu, 22 Aug 2002 15:30:06 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id PAA69106; Thu, 22 Aug 2002 15:33:10 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id PAA69098; Thu, 22 Aug 2002 15:33:03 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Thu, 22 Aug 2002 15:33:03 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Kevin Lo Cc: cvs-all@freebsd.org, Cyrille Lefevre Subject: Re: cvs commit: ports/mail/fetchmail Makefile distinfo In-Reply-To: <200208220205.g7M25SBo045576@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 21 Aug 2002, Kevin Lo wrote: # kevlo 2002/08/21 19:05:28 PDT # # Modified files: # mail/fetchmail Makefile distinfo # Log: # Update to version 5.9.13 # # PR: 41623 # Submitted by: Esa Karkkainen This appears to address the following PR. ports/40961 : Update: mail/fetchmail (5.9.13) -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 15:33:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 898FC37B400; Thu, 22 Aug 2002 15:33:55 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FB2E43E97; Thu, 22 Aug 2002 15:33:55 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id PAA69224; Thu, 22 Aug 2002 15:36:56 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id PAA69217; Thu, 22 Aug 2002 15:36:50 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Thu, 22 Aug 2002 15:36:49 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Kevin Lo Cc: cvs-all@freebsd.org, Dean Hollister Subject: Re: cvs commit: ports/net/firedns Makefile distinfo ports/net/firedns/files patch-configure In-Reply-To: <200208220339.g7M3dCMb067663@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 21 Aug 2002, Kevin Lo wrote: # kevlo 2002/08/21 20:39:12 PDT # # Modified files: # net/firedns Makefile distinfo # Added files: # net/firedns/files patch-configure # Log: # Update to version 0.1.28 # # PR: 41875 # Submitted by: MAINTAINER This appears to address the following PR. ports/41805 : Update Port: net/firedns -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 15:35:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC18D37B400; Thu, 22 Aug 2002 15:35:03 -0700 (PDT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42DAB43E6E; Thu, 22 Aug 2002 15:35:03 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (acs-24-154-231-94.zoominternet.net [24.154.231.94]) by pittgoth.com (8.12.5/8.12.5) with SMTP id g7MMZ27U002148; Thu, 22 Aug 2002 18:35:02 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Thu, 22 Aug 2002 18:33:28 -0400 From: Tom Rhodes To: Tom Rhodes Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c Message-Id: <20020822183328.44aa88a9.trhodes@FreeBSD.org> In-Reply-To: <200208222217.g7MMHBu2090723@freefall.freebsd.org> References: <200208222217.g7MMHBu2090723@freefall.freebsd.org> X-Mailer: Sylpheed version 0.8.1claws (GTK+ 1.2.10; i386-portbld-freebsd4.6) 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 Ooops, forgot to add MFC: 1 week. This built fine on both CURRENT and STABLE. It should also fix a variety of bugs, least it fixed a problem I 'had'. On Thu, 22 Aug 2002 15:17:11 -0700 (PDT) Tom Rhodes wrote: > trhodes 2002/08/22 15:17:11 PDT > > Modified files: > sys/fs/msdosfs msdosfs_vfsops.c > Log: > Fix a bug where large msdos partitions were not handled correctly, > and fix a few fsck_msdosfs related 'issues' > > PR: 28536, 30168 > Submitted by: Jiangyi Liu && NetBSD > Approved by: rwatson (mentor) > > Revision Changes Path > 1.92 +7 -1 src/sys/fs/msdosfs/msdosfs_vfsops.c > -- Tom (Darklogik) Rhodes www.FreeBSD.org -The Power To Serve www.Pittgoth.com -Pittgoth Discussion Portal trhodes@{Pittgoth.com, FreeBSD.org} PGP key by www: http://www.pittgoth.com/~darklogik/darklogik.key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 15:55: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1B2B37B400; Thu, 22 Aug 2002 15:54:58 -0700 (PDT) Received: from mail.rpi.edu (mail.rpi.edu [128.113.22.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id F30F843E42; Thu, 22 Aug 2002 15:54:57 -0700 (PDT) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.12.1/8.12.1) with ESMTP id g7MMsuOB310066; Thu, 22 Aug 2002 18:54:56 -0400 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <20020822190049.GB52402@dragon.nuxi.com> References: <200208212054.g7LKsja8062092@freefall.freebsd.org> <20020822083848.GJ71936@starjuice.net> <20020822190049.GB52402@dragon.nuxi.com> Date: Thu, 22 Aug 2002 18:54:55 -0400 To: obrien@FreeBSD.org, Joerg Wunsch , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org From: Garance A Drosihn Subject: Re: cvs commit: src/usr.bin/perl pathnames.h perl.c Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: MIMEDefang 2.3 (www dot roaringpenguin dot com slash mimedefang) Sender: owner-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 12:00 PM -0700 8/22/02, David O'Brien wrote: >On Thu, Aug 22, 2002, Sheldon Hearn wrote: > > > Modified files: >> > usr.bin/perl perl.c >> > Added files: >> > usr.bin/perl pathnames.h >... > > Does the continued maintenance of this utility mean that those > > of us who objected to its existence have lost, or is it still > > just an interim solution that might not exist in 5.0-RELEASE? > >In my opinon what we are missing is someone to take the lead on >this and determine what is best for us. This perl wrapper, or >overloading mailwrapper (which probably would be even better as >it won't depend on $PATH) were stabs in the dark as no one was >taking the lead on the issue (or making use.perl work at the >time) to see it thru to completion. > >Any takers? Early in the "let's write a wrapper" process I tried to wave a flag around saying that here at RPI we have had a wrapper-program that we've used for several shells (including perl) on several platforms in a production mode (ie, with real users) for about ten years. Most of the replies I got were negative, saying that "the next version" of whatever so-and-so was working on was going to fix all known problems. I tried again later in the thread, and had a productive exchange with a few people (whose names I now forget...), where we came to the conclusion that maybe my ideas should be done as a separate port, instead of putting them into the base system. Some days that does seem like the right answer to me, and other days it does not. It was about then that my appendix started flaring up enough that I could not continue to ignore it, and I was also having too many headaches trying to run -current. I certainly didn't feel like arguing about the status of perl on -current, and it was clear to me that no matter *what* anyone proposed, there would be other developers who would argue vehemently against that proposal. I'm still in recovery-mode on my surgery, but I am almost back so I can run 5.0-current (instead of 5.0-from-April). Assuming that I survive the upcoming week (which is the first week of classes here at RPI), I would be willing to come up with something and try to get some consensus on it. -- Garance Alistair Drosehn = gad@gilead.netel.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 Aug 22 15:57:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDA2E37B400; Thu, 22 Aug 2002 15:57:22 -0700 (PDT) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4787D43EAA; Thu, 22 Aug 2002 15:57:22 -0700 (PDT) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id 66E649E57; Thu, 22 Aug 2002 18:51:44 -0400 (EDT) Date: Thu, 22 Aug 2002 18:51:44 -0400 From: Mike Barcroft To: David O'Brien Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include ctype.h err.h grp.h inttypes.h monetary.h netdb.h pwd.h runetype.h search.h signal.h stddef.h stdio.h stdlib.h string.h strings.h time.h timeconv.h unistd.h vis.h wchar.h wctype.h src/include/arpa inet.h src/lib/libc/locale ... Message-ID: <20020822185144.F62302@espresso.q9media.com> References: <200208211620.g7LGK2SZ078421@freefall.freebsd.org> <20020822120831.A91742@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020822120831.A91742@hub.freebsd.org>; from obrien@FreeBSD.ORG on Thu, Aug 22, 2002 at 12:08:31PM -0700 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG David O'Brien writes: > On Wed, Aug 21, 2002 at 09:20:02AM -0700, Mike Barcroft wrote: > > Added files: > > sys/alpha/include _types.h > > sys/arm/include _types.h > > sys/i386/include _types.h > > sys/ia64/include _types.h > > sys/powerpc/include _types.h > > sys/sparc64/include _types.h > > sys/x86_64/include _types.h > > Eeek! Talk about something that should have been a repo copy -- we just > made it harder to track history. For some reason I thought you were > going to have ansi.h repo copied to _types.h before the commit. I'm not at all sure whether a repo copy is appropriate. Since the history would just be ansi.h, followed by the next revision where every line is deleted and added differently. Revision history is only useful IMO when you can get meaningful diffs between revs. Also, we would lose types.h's history if we did that. I wanted the history to be clear that this is derived from two files, but is really a new file with a new way of doing things. > > Reviewed by: jake, obrien > > Probably should have been "Parts not liked by: obrien". I still think we > had too many gratitious changes. Not the lest of which is renaming the > file which makes history and MFC's harder. Most of the header changes related to standards aren't being MFC'd, usually because they fix namespace issues and have the potential to break buggy applications. I'm not aware of many other header changes. I needed to touch most of the headers to get them to retrieve types from a MI location, so I decided to fix some of the other issues that Bruce had brought up. I detailed these in response to some of your objections when you were reviewing the patch and thought you were satisfied with them. I won't bother going over them again, unless someone would like me to. 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 Aug 22 15:59:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A9AA37B400; Thu, 22 Aug 2002 15:59:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFDA143E6E; Thu, 22 Aug 2002 15:59:17 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: from freefall.freebsd.org (jim@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MMxHJU001137; Thu, 22 Aug 2002 15:59:17 -0700 (PDT) (envelope-from jim@freefall.freebsd.org) Received: (from jim@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MMxHVw001136; Thu, 22 Aug 2002 15:59:17 -0700 (PDT) Message-Id: <200208222259.g7MMxHVw001136@freefall.freebsd.org> From: Jim Mock Date: Thu, 22 Aug 2002 15:59:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gkrellmwireless Makefile ports/net/gkrellmwireless/files patch-wireless.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 jim 2002/08/22 15:59:17 PDT Modified files: net/gkrellmwireless Makefile Added files: net/gkrellmwireless/files patch-wireless.h Log: Fix a build problem on -CURRENT. Pointed out by: Vladimir B. Grebenschikov Patch tested by: Munish Chopra Revision Changes Path 1.3 +1 -0 ports/net/gkrellmwireless/Makefile 1.1 +11 -0 ports/net/gkrellmwireless/files/patch-wireless.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 16:16:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA5F637B400; Thu, 22 Aug 2002 16:16:42 -0700 (PDT) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25C8C43E42; Thu, 22 Aug 2002 16:16:42 -0700 (PDT) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id 64D169E59; Thu, 22 Aug 2002 19:11:04 -0400 (EDT) Date: Thu, 22 Aug 2002 19:11:04 -0400 From: Mike Barcroft To: Garance A Drosihn Cc: obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include ctype.h err.h grp.h inttypes.h monetary.h netdb.h pwd.h runetype.h search.h signal.h stddef.h stdio.h stdlib.h string.h strings.h time.h timeconv.h unistd.h vis.h wchar.h wctype.h src/include/arpa inet.h src/lib/libc/locale ... Message-ID: <20020822191104.G62302@espresso.q9media.com> References: <200208211620.g7LGK2SZ078421@freefall.freebsd.org> <20020822120831.A91742@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: ; from drosih@rpi.edu on Thu, Aug 22, 2002 at 04:43:10PM -0400 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Garance A Drosihn writes: > At 12:08 PM -0700 8/22/02, David O'Brien wrote: > >On Wed, Aug 21, 2002 at 09:20:02AM -0700, Mike Barcroft wrote: > >> Added files: > >> sys/alpha/include _types.h > >> sys/arm/include _types.h > >> sys/i386/include _types.h > >> sys/ia64/include _types.h > >> sys/powerpc/include _types.h > >> sys/sparc64/include _types.h > >> sys/x86_64/include _types.h > > > >Eeek! Talk about something that should have been a repo copy -- we > >just made it harder to track history. For some reason I thought you > >were going to have ansi.h repo copied to _types.h before the commit. > > Could it be redone now as a repo-copy plus a patch? Or is that too > much of a hassle to do at this point? Yes, if it came to that, it would be doable. Read my response to David and see if you agree with my reasoning though. 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 Aug 22 16:21:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 835D037B400; Thu, 22 Aug 2002 16:21:50 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id D71ED43E65; Thu, 22 Aug 2002 16:21:49 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.5/8.12.2) with ESMTP id g7MNLi27057075; Thu, 22 Aug 2002 16:21:44 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.5/8.12.5/Submit) id g7MNLhOT057074; Thu, 22 Aug 2002 16:21:43 -0700 (PDT) Date: Thu, 22 Aug 2002 16:21:43 -0700 From: "David O'Brien" To: Joseph Scott Cc: Kevin Lo , cvs-all@freebsd.org, Dustin Subject: Re: cvs commit: ports/security/find_ddos Makefile Message-ID: <20020822232143.GB56938@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <200208220137.g7M1b229036974@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Aug 22, 2002 at 03:30:58PM -0700, Joseph Scott wrote: > On Wed, 21 Aug 2002, Kevin Lo wrote: > # kevlo 2002/08/21 18:37:02 PDT > # > # Modified files: > # security/find_ddos Makefile > # Log: > # Update MASTER_SITES > # > # PR: 41869 > # Submitted by: Josef El-Rayes > > Is the following PR still an issue? > > ports/30562 : find_ddos causes FreeBSD to halt > > A follow up from kris indicates that a possible issue with > "... lack of ELF branding of the statically linked Linux executable ...". ENOCLUE. All it would take to make sure is for someone to add a post-install target that did "linux -t Linux ${PREFIX}/bin/.....". To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 16:22:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 613D937B400; Thu, 22 Aug 2002 16:22:47 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id D336C43E6A; Thu, 22 Aug 2002 16:22:46 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.5/8.12.2) with ESMTP id g7MNMk27057108; Thu, 22 Aug 2002 16:22:46 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.5/8.12.5/Submit) id g7MNMkcA057107; Thu, 22 Aug 2002 16:22:46 -0700 (PDT) Date: Thu, 22 Aug 2002 16:22:46 -0700 From: "David O'Brien" To: Garance A Drosihn Cc: Mike Barcroft , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include ctype.h err.h grp.h inttypes.h monetary.h netdb.h pwd.h runetype.h search.h signal.h stddef.h stdio.h stdlib.h string.h strings.h time.h timeconv.h unistd.h vis.h wchar.h wctype.h src/include/arpa inet.h src/lib/libc/locale ... Message-ID: <20020822232246.GC56938@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Garance A Drosihn , Mike Barcroft , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200208211620.g7LGK2SZ078421@freefall.freebsd.org> <20020822120831.A91742@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Aug 22, 2002 at 04:43:10PM -0400, Garance A Drosihn wrote: > Could it be redone now as a repo-copy plus a patch? Or is that too > much of a hassle to do at this point? Since these are all at rev 1.1 and the source of the repo copy is > rev 1.1; it seems to me one could still repo copy them and then redo this part of the commit. Mike would have to check with cvs@ about that. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 16:35:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E576637B400; Thu, 22 Aug 2002 16:35:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98F1243E6A; Thu, 22 Aug 2002 16:35:35 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MNZZJU009116; Thu, 22 Aug 2002 16:35:35 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MNZZfD009115; Thu, 22 Aug 2002 16:35:35 -0700 (PDT) Message-Id: <200208222335.g7MNZZfD009115@freefall.freebsd.org> From: Juli Mallett Date: Thu, 22 Aug 2002 16:35:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libufs libufs.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 jmallett 2002/08/22 16:35:35 PDT Modified files: lib/libufs libufs.h Log: Wrap the header to prevent multiple inclusion, and mark the DECLS section. Reminded by: Rachel Hestilow Revision Changes Path 1.2 +9 -0 src/lib/libufs/libufs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 17:32:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9237937B400; Thu, 22 Aug 2002 17:32:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8852A43E6E; Thu, 22 Aug 2002 17:32:05 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N0W5JU018379; Thu, 22 Aug 2002 17:32:05 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N0W53e018378; Thu, 22 Aug 2002 17:32:05 -0700 (PDT) Message-Id: <200208230032.g7N0W53e018378@freefall.freebsd.org> From: Jeff Roberson Date: Thu, 22 Aug 2002 17:32:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c vfs_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 jeff 2002/08/22 17:32:03 PDT Modified files: sys/kern vfs_subr.c vfs_vnops.c Log: - Fix a mistake in my last few commits. The PDROP flag stops msleep from re-acquiring the mutex. Pointy hat to: me Noticed by: tegge Revision Changes Path 1.398 +1 -4 src/sys/kern/vfs_subr.c 1.171 +1 -2 src/sys/kern/vfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 17:41: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 552E637B400; Thu, 22 Aug 2002 17:41:02 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-104-239.dsl.lsan03.pacbell.net [64.169.104.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A32743E6E; Thu, 22 Aug 2002 17:41:01 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 27D7366EBF; Thu, 22 Aug 2002 17:41:01 -0700 (PDT) Date: Thu, 22 Aug 2002 17:41:01 -0700 From: Kris Kennaway To: Joseph Scott Cc: Kevin Lo , cvs-all@freebsd.org, Dustin , obrien@freebsd.org Subject: Re: cvs commit: ports/security/find_ddos Makefile Message-ID: <20020823004100.GA24176@xor.obsecurity.org> References: <200208220137.g7M1b229036974@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UugvWAfsgieZRqgk" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --UugvWAfsgieZRqgk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 22, 2002 at 03:30:58PM -0700, Joseph Scott wrote: >=20 > On Wed, 21 Aug 2002, Kevin Lo wrote: >=20 > # kevlo 2002/08/21 18:37:02 PDT > #=20 > # Modified files: > # security/find_ddos Makefile=20 > # Log: > # Update MASTER_SITES > # =20 > # PR: 41869 > # Submitted by: Josef El-Rayes >=20 > Is the following PR still an issue? >=20 > ports/30562 : find_ddos causes FreeBSD to halt >=20 > A follow up from kris indicates that a possible issue with > "... lack of ELF branding of the statically linked Linux executable ...". I'm pretty certain that was the cause and the PR can be closed if there has been no subsequent action. Kris --UugvWAfsgieZRqgk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9ZYScWry0BWjoQKURAg4BAKDF2fAy/JO3VqeBfpUlryhXuiBS0gCg9uBr slIQyL0YUsA6Hv8RKRGoz/k= =CWCZ -----END PGP SIGNATURE----- --UugvWAfsgieZRqgk-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 17:42:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3145F37B400; Thu, 22 Aug 2002 17:42:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7C4943E3B; Thu, 22 Aug 2002 17:42:10 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N0gAJU019623; Thu, 22 Aug 2002 17:42:10 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N0gANS019622; Thu, 22 Aug 2002 17:42:10 -0700 (PDT) Message-Id: <200208230042.g7N0gANS019622@freefall.freebsd.org> From: Christian Weisgerber Date: Thu, 22 Aug 2002 17:42:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gnump3d 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 naddy 2002/08/22 17:42:10 PDT Modified files: audio/gnump3d Makefile Log: Fix build on -STABLE. PR: 41853 Submitted by: Adam Weinberger Revision Changes Path 1.10 +2 -1 ports/audio/gnump3d/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 17:52: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AD6337B400; Thu, 22 Aug 2002 17:51:58 -0700 (PDT) Received: from dilbert.robbins.dropbear.id.au (119.c.010.mel.iprimus.net.au [210.50.202.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE6CD43E6E; Thu, 22 Aug 2002 17:51:55 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from dilbert.robbins.dropbear.id.au (0qekx6xv92vcb2eb@localhost [127.0.0.1]) by dilbert.robbins.dropbear.id.au (8.12.3/8.12.3) with ESMTP id g7N0pfEa026328; Fri, 23 Aug 2002 10:51:42 +1000 (EST) (envelope-from tim@dilbert.robbins.dropbear.id.au) Received: (from tim@localhost) by dilbert.robbins.dropbear.id.au (8.12.3/8.12.3/Submit) id g7N0peSs026327; Fri, 23 Aug 2002 10:51:40 +1000 (EST) Date: Fri, 23 Aug 2002 10:51:40 +1000 From: Tim Robbins To: Mark Murray Cc: cvs-all@freebsd.org, cvs-committers@freebsd.org Subject: Re: cvs commit: src/usr.bin/perl pathnames.h perl.c Message-ID: <20020823105140.A24997@dilbert.robbins.dropbear.id.au> References: <20020822112151.A17650@uriah.heep.sax.de> <200208221039.g7MAduQg056353@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200208221039.g7MAduQg056353@grimreaper.grondar.org>; from mark@grondar.za on Thu, Aug 22, 2002 at 11:39:56AM +0100 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Aug 22, 2002 at 11:39:56AM +0100, Mark Murray wrote: > > Anyway, upon seeing the current /usr/bin/perl, i thought it to > > be a Good Idea. Since virtually all Unix-like operating systems > > these days (with FreeBSD being the exception now) ship Perl as > > /usr/bin/perl, it makes the script well portable to have a > > redirector there. We've got so many other redirectors (MTA, > > binutils -> ELF/COFF etc.), why not keep /usr/bin/perl as well? > > My (not very strong) objection to this is that it is too specific. It's way too specific, difficult to get right when perl isn't in the PATH or when PATH is untrusted and `tricks' some programs into thinking perl is installed when it is not (editors/vim port, for example). I think the perl wrapper should be treated as if it were suid, and more attention paid to its security and correctness. Using strcmp() to check whether two pathnames refer to the same file, for example, is not very careful, and leads to infinite execve() loops when files have multiple links. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 20: 8:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5BE837B400; Thu, 22 Aug 2002 20:08:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A11E43E4A; Thu, 22 Aug 2002 20:08:42 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N38gJU047388; Thu, 22 Aug 2002 20:08:42 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N38g4f047387; Thu, 22 Aug 2002 20:08:42 -0700 (PDT) Message-Id: <200208230308.g7N38g4f047387@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 22 Aug 2002 20:08:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/qpage/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 kris 2002/08/22 20:08:42 PDT Modified files: comms/qpage/files patch-aa Log: Use POSIX syntax for chown to fix install on -current Noticed by: bento Revision Changes Path 1.3 +3 -3 ports/comms/qpage/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 20:11:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 800CD37B400; Thu, 22 Aug 2002 20:11:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34C8B43E72; Thu, 22 Aug 2002 20:11:12 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N3BCJU047929; Thu, 22 Aug 2002 20:11:12 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N3BC8S047928; Thu, 22 Aug 2002 20:11:12 -0700 (PDT) Message-Id: <200208230311.g7N3BC8S047928@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 22 Aug 2002 20:11:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/ac3dec/files 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 kris 2002/08/22 20:11:12 PDT Added files: audio/ac3dec/files patch-ae Log: Fix build on -current (machine/soundcard.h -> sys/soundcard.h) Revision Changes Path 1.1 +11 -0 ports/audio/ac3dec/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 Thu Aug 22 20:23: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6C0637B400; Thu, 22 Aug 2002 20:22:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AF1543E81; Thu, 22 Aug 2002 20:22:59 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N3MxJU049043; Thu, 22 Aug 2002 20:22:59 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N3Mx41049042; Thu, 22 Aug 2002 20:22:59 -0700 (PDT) Message-Id: <200208230322.g7N3Mx41049042@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 22 Aug 2002 20:22:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/benchmarks/dbench/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/08/22 20:22:58 PDT Modified files: benchmarks/dbench/files patch-ac Log: Correct a typo to allow this to build Noticed by: bento Revision Changes Path 1.2 +3 -3 ports/benchmarks/dbench/files/patch-ac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 20:36:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBD4F37B400; Thu, 22 Aug 2002 20:36:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8904843E65; Thu, 22 Aug 2002 20:36:33 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N3aXJU050256; Thu, 22 Aug 2002 20:36:33 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N3aXka050255; Thu, 22 Aug 2002 20:36:33 -0700 (PDT) Message-Id: <200208230336.g7N3aXka050255@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 22 Aug 2002 20:36:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/fasta3/files patch-comp_thr.c patch-compacc.c patch-complib.c patch-scaleswn.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/08/22 20:36:33 PDT Added files: biology/fasta3/files patch-comp_thr.c patch-compacc.c patch-complib.c patch-scaleswn.c Log: Prefer over as the latter has been removed from -current. Noticed by: bento Revision Changes Path 1.1 +11 -0 ports/biology/fasta3/files/patch-comp_thr.c (new) 1.1 +11 -0 ports/biology/fasta3/files/patch-compacc.c (new) 1.1 +11 -0 ports/biology/fasta3/files/patch-complib.c (new) 1.1 +11 -0 ports/biology/fasta3/files/patch-scaleswn.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 Aug 22 20:43: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C498637B400; Thu, 22 Aug 2002 20:43:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78D1F43E4A; Thu, 22 Aug 2002 20:43:07 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N3h7JU051044; Thu, 22 Aug 2002 20:43:07 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N3h3vO051035; Thu, 22 Aug 2002 20:43:03 -0700 (PDT) Message-Id: <200208230343.g7N3h3vO051035@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 22 Aug 2002 20:43:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/nspmod/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 kris 2002/08/22 20:43:02 PDT Modified files: audio/nspmod/files patch-aa Log: Chase -> Revision Changes Path 1.4 +176 -245 ports/audio/nspmod/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 20:45:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 059AA37B408; Thu, 22 Aug 2002 20:45:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBCB443E65; Thu, 22 Aug 2002 20:45:05 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N3j5JU051267; Thu, 22 Aug 2002 20:45:05 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N3j51N051266; Thu, 22 Aug 2002 20:45:05 -0700 (PDT) Message-Id: <200208230345.g7N3j51N051266@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 22 Aug 2002 20:45:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/p5-DBZ_File/files dbz.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/08/22 20:45:05 PDT Modified files: databases/p5-DBZ_File/files dbz.c Log: Don't redeclare functions defined in Noticed by: bento Revision Changes Path 1.2 +0 -7 ports/databases/p5-DBZ_File/files/dbz.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 20:47:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BEFA37B400; Thu, 22 Aug 2002 20:47:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1B3543E72; Thu, 22 Aug 2002 20:47:50 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from freefall.freebsd.org (marcel@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N3loJU051585; Thu, 22 Aug 2002 20:47:50 -0700 (PDT) (envelope-from marcel@freefall.freebsd.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N3loUs051584; Thu, 22 Aug 2002 20:47:50 -0700 (PDT) Message-Id: <200208230347.g7N3loUs051584@freefall.freebsd.org> From: Marcel Moolenaar Date: Thu, 22 Aug 2002 20:47:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/ia64/sys sbrk.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 marcel 2002/08/22 20:47:50 PDT Modified files: lib/libc/ia64/sys sbrk.S Log: We cannot use an alloc with only inputs and/or locals. The kernel assumes that the parameters are passed in output registers. Remove the alloc entirely, but don't depend on the kernel not trashing our registers. Revision Changes Path 1.3 +17 -12 src/lib/libc/ia64/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 Thu Aug 22 20:56:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12C4037B400; Thu, 22 Aug 2002 20:56:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B873E43E65; Thu, 22 Aug 2002 20:56:18 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N3uIJU052549; Thu, 22 Aug 2002 20:56:18 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N3uI2e052548; Thu, 22 Aug 2002 20:56:18 -0700 (PDT) Message-Id: <200208230356.g7N3uI2e052548@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 22 Aug 2002 20:56:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/s3mod/files patch-ad patch-ae patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/08/22 20:56:18 PDT Modified files: audio/s3mod/files patch-ad patch-ae patch-af Log: Chase to to fix build on 5.x Revision Changes Path 1.2 +3 -3 ports/audio/s3mod/files/patch-ad 1.2 +4 -6 ports/audio/s3mod/files/patch-ae 1.2 +2 -11 ports/audio/s3mod/files/patch-af To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 20:57:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0150737B400; Thu, 22 Aug 2002 20:57:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9D5643E6E; Thu, 22 Aug 2002 20:57:07 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N3v7JU052639; Thu, 22 Aug 2002 20:57:07 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N3v7xN052638; Thu, 22 Aug 2002 20:57:07 -0700 (PDT) Message-Id: <200208230357.g7N3v7xN052638@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 22 Aug 2002 20:57:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/sokoban pkg-install X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/08/22 20:57:07 PDT Modified files: games/sokoban pkg-install Log: Use POSIX syntax for chown to fix install on 5.x Revision Changes Path 1.2 +1 -1 ports/games/sokoban/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 Aug 22 21:18:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4714937B400; Thu, 22 Aug 2002 21:18:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECFCE43E72; Thu, 22 Aug 2002 21:18:26 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N4IQJU058893; Thu, 22 Aug 2002 21:18:26 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N4IQGS058892; Thu, 22 Aug 2002 21:18:26 -0700 (PDT) Message-Id: <200208230418.g7N4IQGS058892@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 22 Aug 2002 21:18:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/colldef colldef.1 parse.y scan.l X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2002/08/22 21:18:26 PDT Modified files: usr.bin/colldef colldef.1 parse.y scan.l Log: Allow chains in any form like or \xf1\xf2, not binary representation only. Revision Changes Path 1.15 +9 -7 src/usr.bin/colldef/colldef.1 1.27 +25 -13 src/usr.bin/colldef/parse.y 1.19 +3 -17 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 Thu Aug 22 21:32: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D92B437B400; Thu, 22 Aug 2002 21:31:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C16E43E70; Thu, 22 Aug 2002 21:31:58 -0700 (PDT) (envelope-from seanc@FreeBSD.org) Received: from freefall.freebsd.org (seanc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N4VwJU060277; Thu, 22 Aug 2002 21:31:58 -0700 (PDT) (envelope-from seanc@freefall.freebsd.org) Received: (from seanc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N4VwsJ060276; Thu, 22 Aug 2002 21:31:58 -0700 (PDT) Message-Id: <200208230431.g7N4VwsJ060276@freefall.freebsd.org> From: Sean Chittenden Date: Thu, 22 Aug 2002 21:31:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/w w.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 seanc 2002/08/22 21:31:58 PDT Modified files: usr.bin/w w.c Log: Fix warning when calling w(1) when logged in via xdm/kdm. This is really a problem with utmp/wtmp, but takes the same approach as who(1). Reviewed by: knu (mentor), mini, silence on -audit Approved by: knu (mentor), mini Revision Changes Path 1.55 +3 -4 src/usr.bin/w/w.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 21:37: 7 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 529B637B400; Thu, 22 Aug 2002 21:37:02 -0700 (PDT) Date: Thu, 22 Aug 2002 21:37:02 -0700 From: Juli Mallett To: Sean Chittenden Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/w w.c Message-ID: <20020822213702.A37123@FreeBSD.org> References: <200208230431.g7N4VwsJ060276@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200208230431.g7N4VwsJ060276@freefall.freebsd.org>; from seanc@FreeBSD.org on Thu, Aug 22, 2002 at 09:31:58PM -0700 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , , X-Towel: Yes X-LiveJournal: flata, jmallett X-Negacore: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * De: Sean Chittenden [ Data: 2002-08-22 ] [ Subjecte: cvs commit: src/usr.bin/w w.c ] > seanc 2002/08/22 21:31:58 PDT > > Modified files: > usr.bin/w w.c > Log: > Fix warning when calling w(1) when logged in via xdm/kdm. This is > really a problem with utmp/wtmp, but takes the same approach as who(1). This should also fix a problem reported by Edward J. M. Brocklesby on IRC, with some bizzarre setup he was putting together (he's larne, poke him, and do it hard). I cannot recall if he submitted a PR or not, but one hopes that *someone* did, since it certainly affected a number of things (e.g. ftpd logins using the port# for the utmp/wtmp entries). Any thought of expanding the functionality in libc or libutil to generalise code that regards getting/opening the tty of a given entry, and so on? -- Juli Mallett | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger jmallett@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 22: 1:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1D6437B400; Thu, 22 Aug 2002 22:01:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7309143E72; Thu, 22 Aug 2002 22:01:19 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from freefall.freebsd.org (jake@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N51JJU062514; Thu, 22 Aug 2002 22:01:19 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N51Jx0062513; Thu, 22 Aug 2002 22:01:19 -0700 (PDT) Message-Id: <200208230501.g7N51Jx0062513@freefall.freebsd.org> From: Jake Burkholder Date: Thu, 22 Aug 2002 22:01:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include bus.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/08/22 22:01:19 PDT Modified files: sys/sparc64/include bus.h Log: Removed unneeded include of machine/types.h (which no longer exists). Revision Changes Path 1.9 +0 -1 src/sys/sparc64/include/bus.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 22: 9:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A68537B400; Thu, 22 Aug 2002 22:09:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AF4E43E6A; Thu, 22 Aug 2002 22:09:37 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N59aJU067073; Thu, 22 Aug 2002 22:09:36 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N59abL067072; Thu, 22 Aug 2002 22:09:36 -0700 (PDT) Message-Id: <200208230509.g7N59abL067072@freefall.freebsd.org> From: Archie Cobbs Date: Thu, 22 Aug 2002 22:09:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/sablevm/files patch-ai 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 archie 2002/08/22 22:09:36 PDT Added files: java/sablevm/files patch-ai patch-aj Log: Patches to fix compilation on -stable. Revision Changes Path 1.1 +16 -0 ports/java/sablevm/files/patch-ai (new) 1.1 +11 -0 ports/java/sablevm/files/patch-aj (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 22:10: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E567737B400; Thu, 22 Aug 2002 22:10:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97EBD43E42; Thu, 22 Aug 2002 22:10:00 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N5A0JU067189; Thu, 22 Aug 2002 22:10:00 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N5A0xw067188; Thu, 22 Aug 2002 22:10:00 -0700 (PDT) Message-Id: <200208230510.g7N5A0xw067188@freefall.freebsd.org> From: Archie Cobbs Date: Thu, 22 Aug 2002 22:10:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/sablevm 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 archie 2002/08/22 22:10:00 PDT Modified files: java/sablevm Makefile Log: Remove explicit dependency already covered by USE_GNOMELIBS. Revision Changes Path 1.7 +3 -3 ports/java/sablevm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 22:14:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5816737B400; Thu, 22 Aug 2002 22:14:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7177D43E3B; Thu, 22 Aug 2002 22:14:50 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N5EoJU067759; Thu, 22 Aug 2002 22:14:50 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N5Eo2v067758; Thu, 22 Aug 2002 22:14:50 -0700 (PDT) Message-Id: <200208230514.g7N5Eo2v067758@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 22 Aug 2002 22:14:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/cryptoslam/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 kris 2002/08/22 22:14:50 PDT Added files: games/cryptoslam/files patch-Makefile Log: Respect CXX and CXXFLAGS, and link with CXX, not gcc. Revision Changes Path 1.1 +17 -0 ports/games/cryptoslam/files/patch-Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 22:21:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FE0A37B400; Thu, 22 Aug 2002 22:21:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C486F43EA3; Thu, 22 Aug 2002 22:21:24 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N5LOJU068430; Thu, 22 Aug 2002 22:21:24 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N5LOHK068429; Thu, 22 Aug 2002 22:21:24 -0700 (PDT) Message-Id: <200208230521.g7N5LOHK068429@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 22 Aug 2002 22:21:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/freecell-solver/files patch-alloc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/08/22 22:21:24 PDT Added files: games/freecell-solver/files patch-alloc.c Log: -> to fix build on current Revision Changes Path 1.1 +11 -0 ports/games/freecell-solver/files/patch-alloc.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 Aug 22 22:28: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28E3B37B401; Thu, 22 Aug 2002 22:28:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE06543E72; Thu, 22 Aug 2002 22:28:00 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N5S0JU068759; Thu, 22 Aug 2002 22:28:00 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N5S0Bj068758; Thu, 22 Aug 2002 22:28:00 -0700 (PDT) Message-Id: <200208230528.g7N5S0Bj068758@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 22 Aug 2002 22:28:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/hex Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/08/22 22:28:00 PDT Modified files: japanese/hex Makefile Log: Build with CXX and CXXFLAGS instead of CC and CFLAGS (fixes build on current) Revision Changes Path 1.13 +2 -2 ports/japanese/hex/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 22:54: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B59637B400; Thu, 22 Aug 2002 22:53:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35A5F43E65; Thu, 22 Aug 2002 22:53:54 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N5rsJU071209; Thu, 22 Aug 2002 22:53:54 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N5rsAo071208; Thu, 22 Aug 2002 22:53:54 -0700 (PDT) Message-Id: <200208230553.g7N5rsAo071208@freefall.freebsd.org> From: Alan Eldridge Date: Thu, 22 Aug 2002 22:53:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad/qcad Makefile ports/mail/liamail Makefile ports/misc/qhacc Makefile ports/x11-wm/xwmm Makefile ports/misc/kwatch Makefile ports/devel/qtez Makefile ports/misc/flyway Makefile ports/graphics/qglviewer 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 alane 2002/08/22 22:53:54 PDT Modified files: cad/qcad Makefile mail/liamail Makefile misc/qhacc Makefile x11-wm/xwmm Makefile misc/kwatch Makefile devel/qtez Makefile misc/flyway Makefile graphics/qglviewer Makefile graphics/kisomandel Makefile games/kpuzzle Makefile deskutils/krss Makefile cad/vipec Makefile editors/lfhex Makefile net/kdetelnet Makefile x11-fonts/xfontselector Makefile www/netraider Makefile games/qgo Makefile games/nethack34-qt Makefile editors/fine Makefile graphics/flip Makefile graphics/ecg2png Makefile Log: Grab all the qt2/kde2 ports with no maintainer and put them under kde@ maintainership. Revision Changes Path 1.18 +1 -1 ports/cad/qcad/Makefile 1.5 +1 -1 ports/cad/vipec/Makefile 1.3 +1 -1 ports/deskutils/krss/Makefile 1.26 +1 -1 ports/devel/qtez/Makefile 1.15 +1 -1 ports/editors/fine/Makefile 1.4 +1 -1 ports/editors/lfhex/Makefile 1.8 +1 -1 ports/games/kpuzzle/Makefile 1.37 +1 -1 ports/games/nethack34-qt/Makefile 1.4 +1 -1 ports/games/qgo/Makefile 1.8 +1 -1 ports/graphics/ecg2png/Makefile 1.2 +1 -1 ports/graphics/flip/Makefile 1.3 +1 -1 ports/graphics/kisomandel/Makefile 1.3 +1 -1 ports/graphics/qglviewer/Makefile 1.3 +1 -1 ports/mail/liamail/Makefile 1.2 +1 -1 ports/misc/flyway/Makefile 1.22 +1 -1 ports/misc/kwatch/Makefile 1.28 +1 -1 ports/misc/qhacc/Makefile 1.19 +1 -1 ports/net/kdetelnet/Makefile 1.5 +1 -1 ports/www/netraider/Makefile 1.2 +1 -1 ports/x11-fonts/xfontselector/Makefile 1.8 +1 -1 ports/x11-wm/xwmm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 23:19:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E295937B400; Thu, 22 Aug 2002 23:19:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A53D243E84; Thu, 22 Aug 2002 23:19:29 -0700 (PDT) (envelope-from orion@FreeBSD.org) Received: from freefall.freebsd.org (orion@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N6JTJU077923; Thu, 22 Aug 2002 23:19:29 -0700 (PDT) (envelope-from orion@freefall.freebsd.org) Received: (from orion@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N6JTkJ077922; Thu, 22 Aug 2002 23:19:29 -0700 (PDT) Message-Id: <200208230619.g7N6JTkJ077922@freefall.freebsd.org> From: Orion Hodson Date: Thu, 22 Aug 2002 23:19:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci cs4281.c src/sys/dev/sound/pcm ac97.c ac97.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 orion 2002/08/22 23:19:29 PDT Modified files: sys/dev/sound/pci cs4281.c sys/dev/sound/pcm ac97.c ac97.h Log: s/AC97_MIX_PHONES/AC97_MIX_AUXOUT/ to match ac97r2.{2,3}. Attempt to determine what function of AUX_OUT is: "True line level out", "Headphone out", or "4-Channel out" and frig OSS mixer label accordingly. Addresses problem raised by Randy Bush on -multimedia of not being able to hear audio on ich2 m/b which was eventually found to be because the mixer monitor value was 0. On this h/w the label "monitor" should now be presented as the marginally more intuitive "ogain". Revision Changes Path 1.12 +2 -2 src/sys/dev/sound/pci/cs4281.c 1.27 +35 -4 src/sys/dev/sound/pcm/ac97.c 1.12 +3 -1 src/sys/dev/sound/pcm/ac97.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 23:22:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3428337B401; Thu, 22 Aug 2002 23:22:01 -0700 (PDT) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF69D43E70; Thu, 22 Aug 2002 23:21:59 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from hades.hell.gr (patr530-a151.otenet.gr [212.205.215.151]) by mailsrv.otenet.gr (8.12.4/8.12.4) with ESMTP id g7N6LrpD012306; Fri, 23 Aug 2002 09:21:57 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.5/8.12.5) with ESMTP id g7N6LmDs010581; Fri, 23 Aug 2002 09:21:52 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from charon@localhost) by hades.hell.gr (8.12.5/8.12.5/Submit) id g7N4fjaX001445; Fri, 23 Aug 2002 07:41:45 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 23 Aug 2002 07:41:45 +0300 From: Giorgos Keramidas To: Dima Dorfman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/lock lock.1 lock.c Message-ID: <20020823044145.GA784@hades.hell.gr> References: <200207280713.g6S7DrEN047591@freefall.freebsd.org> <20020728071748.66FD33E1E@turbine.trit.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020728071748.66FD33E1E@turbine.trit.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 2002-07-28 07:17 +0000, Dima Dorfman wrote: > Dima Dorfman wrote: > > Log: > > Add a -v option that prevents switching virtual terminals while this > > terminal is locked. This permits the user to easily lock the entire > > console from a single terminal. > > Despite my requests on -audit, this wasn't reviewed by anyone. Since > lock(1) is setuid root, I would appreciate it if someone could look it > over (although none of the new code should run as root). First of all, sorry for taking so long to reply to this. I have successfully locked my current twice, by playing tricks with screen(1) and lock -v. If I run lock -v -p in a virtual screen window I get: charon@hades[07:37]/home/charon$ lock -v -p lock: locking vty: Inappropriate ioctl for device By running a slightly different version: charon@hades[07:37]/home/charon$ lock -v -p http://www.FreeBSD.org FreeBSD 5.0-CURRENT #0: Wed Aug 21 22:08:19 EEST 2002 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 23:25:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0599937B400; Thu, 22 Aug 2002 23:25:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAA0943E9C; Thu, 22 Aug 2002 23:25:53 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N6PrJU078654; Thu, 22 Aug 2002 23:25:53 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N6PrYt078653; Thu, 22 Aug 2002 23:25:53 -0700 (PDT) Message-Id: <200208230625.g7N6PrYt078653@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 22 Aug 2002 23:25:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/party/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/08/22 23:25:53 PDT Added files: irc/party/files patch-ab Log: Respect CC and CFLAGS Revision Changes Path 1.1 +14 -0 ports/irc/party/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 Aug 22 23:29:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA50637B400; Thu, 22 Aug 2002 23:29:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88DCF43E75; Thu, 22 Aug 2002 23:29:43 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N6ThJU078887; Thu, 22 Aug 2002 23:29:43 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N6ThIf078886; Thu, 22 Aug 2002 23:29:43 -0700 (PDT) Message-Id: <200208230629.g7N6ThIf078886@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 22 Aug 2002 23:29:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/party Makefile ports/irc/party/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/08/22 23:29:43 PDT Modified files: irc/party Makefile Added files: irc/party/files patch-ac Log: Fix a bug caused by passing insufficient arguments to strncmp(). This was non-fatal for the compiler in -stable because strncmp() is not prototyped, but it fails on -current. Bump PORTREVISION. Revision Changes Path 1.4 +1 -0 ports/irc/party/Makefile 1.1 +11 -0 ports/irc/party/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 Aug 22 23:56:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD36237B400; Thu, 22 Aug 2002 23:56:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D492043E75; Thu, 22 Aug 2002 23:56:09 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N6u9JU081289; Thu, 22 Aug 2002 23:56:09 -0700 (PDT) (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N6u9l5081288; Thu, 22 Aug 2002 23:56:09 -0700 (PDT) Message-Id: <200208230656.g7N6u9l5081288@freefall.freebsd.org> From: Matt Jacob Date: Thu, 22 Aug 2002 23:56:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mpt mpt_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 mjacob 2002/08/22 23:56:09 PDT Modified files: sys/dev/mpt mpt_pci.c Log: Pick a cleaner method (and put in a separate function) for finding the peer device on a dual board. Revision Changes Path 1.3 +43 -21 src/sys/dev/mpt/mpt_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 23:56:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AECC337B400; Thu, 22 Aug 2002 23:56:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CB4043E6A; Thu, 22 Aug 2002 23:56:31 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N6uVJU081336; Thu, 22 Aug 2002 23:56:31 -0700 (PDT) (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N6uVgr081335; Thu, 22 Aug 2002 23:56:31 -0700 (PDT) Message-Id: <200208230656.g7N6uVgr081335@freefall.freebsd.org> From: Matt Jacob Date: Thu, 22 Aug 2002 23:56:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mpt mpt.c mpt_freebsd.c mpt_freebsd.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 mjacob 2002/08/22 23:56:31 PDT Modified files: sys/dev/mpt mpt.c mpt_freebsd.c mpt_freebsd.h Log: Do some minor cleanups found during backport to RELENG_4. Revision Changes Path 1.3 +4 -4 src/sys/dev/mpt/mpt.c 1.3 +4 -6 src/sys/dev/mpt/mpt_freebsd.c 1.3 +16 -15 src/sys/dev/mpt/mpt_freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 22 23:59:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C534C37B401; Thu, 22 Aug 2002 23:59:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47C3243E6A; Thu, 22 Aug 2002 23:59:06 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N6x6JU081514; Thu, 22 Aug 2002 23:59:06 -0700 (PDT) (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N6x66J081513; Thu, 22 Aug 2002 23:59:06 -0700 (PDT) Message-Id: <200208230659.g7N6x66J081513@freefall.freebsd.org> From: Matt Jacob Date: Thu, 22 Aug 2002 23:59:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mpt mpt.c mpt.h mpt_debug.c mpt_freebsd.c mpt_freebsd.h mpt_pci.c src/sys/dev/mpt/mpilib fc_log.h mpi.h mpi_cnfg.h mpi_fc.h mpi_init.h mpi_ioc.h mpi_lan.h mpi_raid.h mpi_targ.h mpi_type.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 mjacob 2002/08/22 23:59:06 PDT Added files: (Branch: RELENG_4) sys/dev/mpt mpt.c mpt.h mpt_debug.c mpt_freebsd.c mpt_freebsd.h mpt_pci.c sys/dev/mpt/mpilib fc_log.h mpi.h mpi_cnfg.h mpi_fc.h mpi_init.h mpi_ioc.h mpi_lan.h mpi_raid.h mpi_targ.h mpi_type.h Log: MFC MPT/Fusion driver. Revision Changes Path 1.1.2.1 +90 -0 src/sys/dev/mpt/mpilib/fc_log.h (new) 1.1.2.1 +656 -0 src/sys/dev/mpt/mpilib/mpi.h (new) 1.1.2.1 +1347 -0 src/sys/dev/mpt/mpilib/mpi_cnfg.h (new) 1.1.2.1 +360 -0 src/sys/dev/mpt/mpilib/mpi_fc.h (new) 1.1.2.1 +316 -0 src/sys/dev/mpt/mpilib/mpi_init.h (new) 1.1.2.1 +688 -0 src/sys/dev/mpt/mpilib/mpi_ioc.h (new) 1.1.2.1 +213 -0 src/sys/dev/mpt/mpilib/mpi_lan.h (new) 1.1.2.1 +179 -0 src/sys/dev/mpt/mpilib/mpi_raid.h (new) 1.1.2.1 +409 -0 src/sys/dev/mpt/mpilib/mpi_targ.h (new) 1.1.2.1 +91 -0 src/sys/dev/mpt/mpilib/mpi_type.h (new) 1.3.2.1 +1203 -0 src/sys/dev/mpt/mpt.c (new) 1.2.2.1 +177 -0 src/sys/dev/mpt/mpt.h (new) 1.2.2.1 +594 -0 src/sys/dev/mpt/mpt_debug.c (new) 1.3.2.1 +1290 -0 src/sys/dev/mpt/mpt_freebsd.c (new) 1.3.2.1 +345 -0 src/sys/dev/mpt/mpt_freebsd.h (new) 1.3.2.1 +672 -0 src/sys/dev/mpt/mpt_pci.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 0: 1:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39E9B37B400; Fri, 23 Aug 2002 00:01:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE71B43E75; Fri, 23 Aug 2002 00:01:25 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N71PJU082175; Fri, 23 Aug 2002 00:01:25 -0700 (PDT) (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N71Pe0082173; Fri, 23 Aug 2002 00:01:25 -0700 (PDT) Message-Id: <200208230701.g7N71Pe0082173@freefall.freebsd.org> From: Matt Jacob Date: Fri, 23 Aug 2002 00:01:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files 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 mjacob 2002/08/23 00:01:25 PDT Modified files: (Branch: RELENG_4) sys/conf files Log: MFC MPT/Fusion driver Revision Changes Path 1.340.2.112 +4 -0 src/sys/conf/files To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 0: 1:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1564037B400; Fri, 23 Aug 2002 00:01:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B9CA43E6E; Fri, 23 Aug 2002 00:01:52 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N71qJU082207; Fri, 23 Aug 2002 00:01:52 -0700 (PDT) (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N71qDt082206; Fri, 23 Aug 2002 00:01:52 -0700 (PDT) Message-Id: <200208230701.g7N71qDt082206@freefall.freebsd.org> From: Matt Jacob Date: Fri, 23 Aug 2002 00:01:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf GENERIC 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 mjacob 2002/08/23 00:01:52 PDT Modified files: (Branch: RELENG_4) sys/i386/conf GENERIC Log: MFC MPT/Fusion driver Revision Changes Path 1.246.2.46 +1 -0 src/sys/i386/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 0: 2:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DB7F37B400; Fri, 23 Aug 2002 00:02:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EED543E6E; Fri, 23 Aug 2002 00:02:09 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N729JU082258; Fri, 23 Aug 2002 00:02:09 -0700 (PDT) (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N729dO082257; Fri, 23 Aug 2002 00:02:09 -0700 (PDT) Message-Id: <200208230702.g7N729dO082257@freefall.freebsd.org> From: Matt Jacob Date: Fri, 23 Aug 2002 00:02:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/conf GENERIC 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 mjacob 2002/08/23 00:02:08 PDT Modified files: (Branch: RELENG_4) sys/alpha/conf GENERIC Log: MFC MPT/Fusion driver Revision Changes Path 1.71.2.23 +1 -0 src/sys/alpha/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 0:15:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 663F137B400; Fri, 23 Aug 2002 00:15:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1523643E42; Fri, 23 Aug 2002 00:15:45 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from freefall.freebsd.org (julian@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N7FiJU087450; Fri, 23 Aug 2002 00:15:44 -0700 (PDT) (envelope-from julian@freefall.freebsd.org) Received: (from julian@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N7FiPw087448; Fri, 23 Aug 2002 00:15:44 -0700 (PDT) Message-Id: <200208230715.g7N7FiPw087448@freefall.freebsd.org> From: Julian Elischer Date: Fri, 23 Aug 2002 00:15:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_device.c ng_device.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 julian 2002/08/23 00:15:44 PDT Added files: (Branch: RELENG_4) sys/netgraph ng_device.c ng_device.h Log: Start of an MFC of this node... not yet complete... do not try use yet. Revision Changes Path 1.1.2.1 +632 -0 src/sys/netgraph/ng_device.c (new) 1.1.2.1 +44 -0 src/sys/netgraph/ng_device.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 0:23:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D70D37B400; Fri, 23 Aug 2002 00:23:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BFCF43E65; Fri, 23 Aug 2002 00:23:45 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from freefall.freebsd.org (julian@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N7NjJU088158; Fri, 23 Aug 2002 00:23:45 -0700 (PDT) (envelope-from julian@freefall.freebsd.org) Received: (from julian@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N7NjOB088157; Fri, 23 Aug 2002 00:23:45 -0700 (PDT) Message-Id: <200208230723.g7N7NjOB088157@freefall.freebsd.org> From: Julian Elischer Date: Fri, 23 Aug 2002 00:23:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2002/08/23 00:23:45 PDT Modified files: sys/kern kern_sig.c Log: Don't re-lock the sched lock if we didn't unlock it. Original error by: David Xu Fix by: David Xu Completely failed to spot it: Julian Elischer Revision Changes Path 1.182 +1 -1 src/sys/kern/kern_sig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 0:38:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E8BC37B400; Fri, 23 Aug 2002 00:38:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0943543E72; Fri, 23 Aug 2002 00:38:42 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N7cfJU089281; Fri, 23 Aug 2002 00:38:41 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N7cfEI089280; Fri, 23 Aug 2002 00:38:41 -0700 (PDT) Message-Id: <200208230738.g7N7cfEI089280@freefall.freebsd.org> From: Kevin Lo Date: Fri, 23 Aug 2002 00:38:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/netsed Makefile ports/net/netsed/files patch-netsed.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 kevlo 2002/08/23 00:38:41 PDT Modified files: net/netsed Makefile net/netsed/files patch-netsed.c Log: Fixed the zombie prevention. PR: 41898 Submitted by: MAINTAINER Revision Changes Path 1.2 +1 -0 ports/net/netsed/Makefile 1.2 +54 -5 ports/net/netsed/files/patch-netsed.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 0:56:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33A7737B400; Fri, 23 Aug 2002 00:56:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D82EA43E42; Fri, 23 Aug 2002 00:56:16 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N7uGJU090768; Fri, 23 Aug 2002 00:56:16 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N7uGYV090767; Fri, 23 Aug 2002 00:56:16 -0700 (PDT) Message-Id: <200208230756.g7N7uGYV090767@freefall.freebsd.org> From: Murray Stokely Date: Fri, 23 Aug 2002 00:56:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2002/08/23 00:56:16 PDT Modified files: en/releases index.sgml Log: Correct link to 4.6 release notes. Submitted by: marius@alchemy.franken.de Revision Changes Path 1.79 +3 -3 www/en/releases/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 1: 0:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D67737B400; Fri, 23 Aug 2002 01:00:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C3D843E81; Fri, 23 Aug 2002 01:00:31 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N80VJU091130; Fri, 23 Aug 2002 01:00:31 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N80Vig091129; Fri, 23 Aug 2002 01:00:31 -0700 (PDT) Message-Id: <200208230800.g7N80Vig091129@freefall.freebsd.org> From: Murray Stokely Date: Fri, 23 Aug 2002 01:00:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2002/08/23 01:00:31 PDT Modified files: sys/conf NOTES Log: Add a belated entry for amdpm(4). Submitted by: marius@alchemy.franken.de MFC After: 1 day Revision Changes Path 1.1067 +1 -0 src/sys/conf/NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 1:11:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3891137B400; Fri, 23 Aug 2002 01:11:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DABF843E4A; Fri, 23 Aug 2002 01:11:41 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N8BfJU096752; Fri, 23 Aug 2002 01:11:41 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N8BfUk096751; Fri, 23 Aug 2002 01:11:41 -0700 (PDT) Message-Id: <200208230811.g7N8BfUk096751@freefall.freebsd.org> From: Marc Fonvieille Date: Fri, 23 Aug 2002 01:11:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/eresources chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/08/23 01:11:41 PDT Modified files: en_US.ISO8859-1/books/handbook/eresources chapter.sgml Log: Add http://www.freebsd.org.ph to the list of Web mirrors. This site is located in Dagupan City, Philippines and maintained by Bitstop Network Services, Inc. PR: docs/41925 Submitted by: wosch and Francis A. Vidal Revision Changes Path 1.93 +5 -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 Fri Aug 23 1:16:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43B1237B400; Fri, 23 Aug 2002 01:16:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE22F43E81; Fri, 23 Aug 2002 01:16:55 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N8GtJU097199; Fri, 23 Aug 2002 01:16:55 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N8GtRr097198; Fri, 23 Aug 2002 01:16:55 -0700 (PDT) Message-Id: <200208230816.g7N8GtRr097198@freefall.freebsd.org> From: Kevin Lo Date: Fri, 23 Aug 2002 01:16:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/le 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 kevlo 2002/08/23 01:16:55 PDT Modified files: editors/le Makefile distinfo pkg-plist Log: Update to version 1.9.1 PR: 41894 Submitted by: Erwin Lansing Revision Changes Path 1.19 +4 -4 ports/editors/le/Makefile 1.12 +1 -1 ports/editors/le/distinfo 1.10 +2 -1 ports/editors/le/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 1:27:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6504437B400; Fri, 23 Aug 2002 01:27:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1547943E7B; Fri, 23 Aug 2002 01:27:19 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N8RIJU000310; Fri, 23 Aug 2002 01:27:18 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N8RIRc000309; Fri, 23 Aug 2002 01:27:18 -0700 (PDT) Message-Id: <200208230827.g7N8RIRc000309@freefall.freebsd.org> From: Marc Fonvieille Date: Fri, 23 Aug 2002 01:27:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en index.xsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/08/23 01:27:18 PDT Modified files: en index.xsl Log: Add http://www.freebsd.org.ph to the list of Web mirrors. Submitted by: ceri Revision Changes Path 1.30 +3 -2 www/en/index.xsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 1:40:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3458A37B401; Fri, 23 Aug 2002 01:40:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ED7A43E3B; Fri, 23 Aug 2002 01:40:33 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N8eXJU001284; Fri, 23 Aug 2002 01:40:33 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N8eXx0001283; Fri, 23 Aug 2002 01:40:33 -0700 (PDT) Message-Id: <200208230840.g7N8eXx0001283@freefall.freebsd.org> From: Kevin Lo Date: Fri, 23 Aug 2002 01:40:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/hypersrc 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 kevlo 2002/08/23 01:40:32 PDT Modified files: devel/hypersrc Makefile distinfo Log: Update to version 5.2.11 PR: 41893 Submitted by: Erwin Lansing Revision Changes Path 1.8 +1 -1 ports/devel/hypersrc/Makefile 1.6 +1 -1 ports/devel/hypersrc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 1:52:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04EC337B400; Fri, 23 Aug 2002 01:52:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E76C43E91; Fri, 23 Aug 2002 01:52:43 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N8qgJU002419; Fri, 23 Aug 2002 01:52:42 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N8qgLr002418; Fri, 23 Aug 2002 01:52:42 -0700 (PDT) Message-Id: <200208230852.g7N8qgLr002418@freefall.freebsd.org> From: Kevin Lo Date: Fri, 23 Aug 2002 01:52:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-WWW-Search-AltaVista 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 kevlo 2002/08/23 01:52:42 PDT Modified files: www/p5-WWW-Search-AltaVista Makefile distinfo pkg-descr Log: - Update to 2.08 - Add WWW PR: 41884 Submitted by: MAINTAINER Revision Changes Path 1.8 +1 -1 ports/www/p5-WWW-Search-AltaVista/Makefile 1.8 +1 -1 ports/www/p5-WWW-Search-AltaVista/distinfo 1.2 +2 -0 ports/www/p5-WWW-Search-AltaVista/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 2: 6:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B89A337B400; Fri, 23 Aug 2002 02:06:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68FFB43E6E; Fri, 23 Aug 2002 02:06:28 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from freefall.freebsd.org (yar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N96SJU007742; Fri, 23 Aug 2002 02:06:28 -0700 (PDT) (envelope-from yar@freefall.freebsd.org) Received: (from yar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N96SKD007741; Fri, 23 Aug 2002 02:06:28 -0700 (PDT) Message-Id: <200208230906.g7N96SKD007741@freefall.freebsd.org> From: Yar Tikhiy Date: Fri, 23 Aug 2002 02:06:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd ftpd.8 ftpd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yar 2002/08/23 02:06:28 PDT Modified files: libexec/ftpd ftpd.8 ftpd.c Log: Add option '-W': don't log FTP sessions to wtmp. Submitted by: maxim MFC after: 1 week Revision Changes Path 1.54 +4 -1 src/libexec/ftpd/ftpd.8 1.124 +11 -4 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 Fri Aug 23 2: 7:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DD8437B400; Fri, 23 Aug 2002 02:07:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE04A43E4A; Fri, 23 Aug 2002 02:07:42 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N97gJU007844; Fri, 23 Aug 2002 02:07:42 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N97gbC007843; Fri, 23 Aug 2002 02:07:42 -0700 (PDT) Message-Id: <200208230907.g7N97gbC007843@freefall.freebsd.org> From: Kevin Lo Date: Fri, 23 Aug 2002 02:07:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-WWW-Search-Google 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 kevlo 2002/08/23 02:07:42 PDT Modified files: www/p5-WWW-Search-Google Makefile distinfo Log: Update to 0.20 PR: 41883 Submitted by: MAINTAINER Revision Changes Path 1.4 +1 -1 ports/www/p5-WWW-Search-Google/Makefile 1.3 +1 -1 ports/www/p5-WWW-Search-Google/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 2:18:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5FB937B400; Fri, 23 Aug 2002 02:18:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54A9643E6A; Fri, 23 Aug 2002 02:18:11 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N9IBJU008813; Fri, 23 Aug 2002 02:18:11 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N9IBoi008812; Fri, 23 Aug 2002 02:18:11 -0700 (PDT) Message-Id: <200208230918.g7N9IBoi008812@freefall.freebsd.org> From: Kevin Lo Date: Fri, 23 Aug 2002 02:18:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/cymbaline 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 kevlo 2002/08/23 02:18:11 PDT Modified files: audio/cymbaline Makefile pkg-descr Log: Fix MASTER_SITE and WWW. PR: 41886 Submitted by: Erwin Lansing Revision Changes Path 1.11 +1 -1 ports/audio/cymbaline/Makefile 1.2 +1 -1 ports/audio/cymbaline/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 2:21:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 013C737B400; Fri, 23 Aug 2002 02:21:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A111143E70; Fri, 23 Aug 2002 02:21:41 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N9LfJU009407; Fri, 23 Aug 2002 02:21:41 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N9LfdI009406; Fri, 23 Aug 2002 02:21:41 -0700 (PDT) Message-Id: <200208230921.g7N9LfdI009406@freefall.freebsd.org> From: Kevin Lo Date: Fri, 23 Aug 2002 02:21:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mimedefang Makefile distinfo pkg-plist ports/mail/mimedefang/files patch-Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2002/08/23 02:21:41 PDT Modified files: mail/mimedefang Makefile distinfo pkg-plist mail/mimedefang/files patch-Makefile.in Log: Update to version 2.18 PR: 41882 Submitted by: MAINTAINER Revision Changes Path 1.8 +1 -1 ports/mail/mimedefang/Makefile 1.7 +1 -1 ports/mail/mimedefang/distinfo 1.4 +16 -16 ports/mail/mimedefang/files/patch-Makefile.in 1.6 +1 -0 ports/mail/mimedefang/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 2:27: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0927E37B400; Fri, 23 Aug 2002 02:27:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A762743E4A; Fri, 23 Aug 2002 02:26:59 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N9QxJU009883; Fri, 23 Aug 2002 02:26:59 -0700 (PDT) (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N9QxkN009882; Fri, 23 Aug 2002 02:26:59 -0700 (PDT) Message-Id: <200208230926.g7N9QxkN009882@freefall.freebsd.org> From: Hye-Shik Chang Date: Fri, 23 Aug 2002 02:26:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/utf8locale 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 perky 2002/08/23 02:26:59 PDT Modified files: misc/utf8locale Makefile distinfo pkg-descr pkg-plist Log: o Update to 1.1 o Add SWIDTH* support for recent -current world o Add {ru_RU,zh_CN,zh_TW}.UTF-8 locales support Revision Changes Path 1.2 +9 -3 ports/misc/utf8locale/Makefile 1.2 +1 -1 ports/misc/utf8locale/distinfo 1.2 +3 -0 ports/misc/utf8locale/pkg-descr 1.2 +18 -0 ports/misc/utf8locale/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 2:37:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35DDB37B400; Fri, 23 Aug 2002 02:37:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D96A943E6E; Fri, 23 Aug 2002 02:37:36 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N9baJU010974; Fri, 23 Aug 2002 02:37:36 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N9barn010973; Fri, 23 Aug 2002 02:37:36 -0700 (PDT) Message-Id: <200208230937.g7N9barn010973@freefall.freebsd.org> From: Kevin Lo Date: Fri, 23 Aug 2002 02:37:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gnomeiconedit 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 kevlo 2002/08/23 02:37:36 PDT Modified files: graphics/gnomeiconedit Makefile Log: Update MASTER_SITES. PR: 41910 Submitted by: Josef El-Rayes Revision Changes Path 1.20 +2 -1 ports/graphics/gnomeiconedit/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 2:56:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65BF337B401; Fri, 23 Aug 2002 02:56:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9C5B43E84; Fri, 23 Aug 2002 02:56:13 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N9uDJU012703; Fri, 23 Aug 2002 02:56:13 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N9uDZg012702; Fri, 23 Aug 2002 02:56:13 -0700 (PDT) Message-Id: <200208230956.g7N9uDZg012702@freefall.freebsd.org> From: Kevin Lo Date: Fri, 23 Aug 2002 02:56:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/firestring Makefile distinfo ports/misc/firestring/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 kevlo 2002/08/23 02:56:13 PDT Modified files: misc/firestring Makefile distinfo Added files: misc/firestring/files patch-configure Log: Update to version 0.1.19. PR: 41914 Submitted by: MAINTAINER Revision Changes Path 1.2 +18 -7 ports/misc/firestring/Makefile 1.2 +1 -1 ports/misc/firestring/distinfo 1.1 +78 -0 ports/misc/firestring/files/patch-configure (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 3:29:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E63EE37B401; Fri, 23 Aug 2002 03:29:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9596043E3B; Fri, 23 Aug 2002 03:29:51 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: from freefall.freebsd.org (billf@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NATpJU019992; Fri, 23 Aug 2002 03:29:51 -0700 (PDT) (envelope-from billf@freefall.freebsd.org) Received: (from billf@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NATpP2019991; Fri, 23 Aug 2002 03:29:51 -0700 (PDT) Message-Id: <200208231029.g7NATpP2019991@freefall.freebsd.org> From: Bill Fumerola Date: Fri, 23 Aug 2002 03:29:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ethereal 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 billf 2002/08/23 03:29:51 PDT Modified files: net/ethereal Makefile distinfo pkg-plist Log: upgrade to 0.9.6, unFORBIDDEN Revision Changes Path 1.54 +1 -3 ports/net/ethereal/Makefile 1.35 +1 -1 ports/net/ethereal/distinfo 1.12 +16 -5 ports/net/ethereal/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 3:41: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FEBF37B401; Fri, 23 Aug 2002 03:41:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C82B643E6A; Fri, 23 Aug 2002 03:40:59 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NAexJU020941; Fri, 23 Aug 2002 03:40:59 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NAexAB020937; Fri, 23 Aug 2002 03:40:59 -0700 (PDT) Message-Id: <200208231040.g7NAexAB020937@freefall.freebsd.org> From: Kevin Lo Date: Fri, 23 Aug 2002 03:40:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/ksetiwatch 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 kevlo 2002/08/23 03:40:58 PDT Modified files: astro/ksetiwatch Makefile distinfo pkg-plist Log: Update to version 2.5.0 PR: 41016 Submitted by: Tilman Linneweh Revision Changes Path 1.3 +13 -9 ports/astro/ksetiwatch/Makefile 1.3 +1 -1 ports/astro/ksetiwatch/distinfo 1.3 +20 -18 ports/astro/ksetiwatch/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 3:53:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7521837B405; Fri, 23 Aug 2002 03:53:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D846943E6A; Fri, 23 Aug 2002 03:53:47 -0700 (PDT) (envelope-from yoichi@FreeBSD.org) Received: from freefall.freebsd.org (yoichi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NArlJU022260; Fri, 23 Aug 2002 03:53:47 -0700 (PDT) (envelope-from yoichi@freefall.freebsd.org) Received: (from yoichi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NArl2h022259; Fri, 23 Aug 2002 03:53:47 -0700 (PDT) Message-Id: <200208231053.g7NArl2h022259@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Fri, 23 Aug 2002 03:53:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/skk-jisyo 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 yoichi 2002/08/23 03:53:46 PDT Modified files: japanese/skk-jisyo Makefile distinfo Log: Update to 200208 version. * L dictionary is updated * mode specification line is updated. Revision Changes Path 1.11 +1 -1 ports/japanese/skk-jisyo/Makefile 1.5 +3 -3 ports/japanese/skk-jisyo/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 3:56:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71C9137B400; Fri, 23 Aug 2002 03:56:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20BC843E75; Fri, 23 Aug 2002 03:56:25 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: from freefall.freebsd.org (demon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NAuPJU022476; Fri, 23 Aug 2002 03:56:25 -0700 (PDT) (envelope-from demon@freefall.freebsd.org) Received: (from demon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NAuOt5022475; Fri, 23 Aug 2002 03:56:24 -0700 (PDT) Message-Id: <200208231056.g7NAuOt5022475@freefall.freebsd.org> From: Dmitry Sivachenko Date: Fri, 23 Aug 2002 03:56:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/fvwm95 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 demon 2002/08/23 03:56:24 PDT Modified files: x11-wm/fvwm95 pkg-descr Log: Remove non-existent WWW. Revision Changes Path 1.5 +0 -3 ports/x11-wm/fvwm95/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 3:58:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A291637B400; Fri, 23 Aug 2002 03:58:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FAEE43E6A; Fri, 23 Aug 2002 03:58:28 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NAwSJU022641; Fri, 23 Aug 2002 03:58:28 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NAwSLi022640; Fri, 23 Aug 2002 03:58:28 -0700 (PDT) Message-Id: <200208231058.g7NAwSLi022640@freefall.freebsd.org> From: Kevin Lo Date: Fri, 23 Aug 2002 03:58:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/xerces-j 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 kevlo 2002/08/23 03:58:27 PDT Modified files: textproc/xerces-j Makefile distinfo pkg-plist Log: Update to version 2.0.2 Revision Changes Path 1.3 +2 -2 ports/textproc/xerces-j/Makefile 1.3 +1 -1 ports/textproc/xerces-j/distinfo 1.4 +1061 -926 ports/textproc/xerces-j/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 4:11: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27D2537B44B; Fri, 23 Aug 2002 04:10:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E77443E6E; Fri, 23 Aug 2002 04:10:53 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NBArJU031644; Fri, 23 Aug 2002 04:10:53 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NBAqRR031643; Fri, 23 Aug 2002 04:10:52 -0700 (PDT) Message-Id: <200208231110.g7NBAqRR031643@freefall.freebsd.org> From: Kevin Lo Date: Fri, 23 Aug 2002 04:10:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/metalist 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 kevlo 2002/08/23 04:10:51 PDT Modified files: chinese/metalist Makefile Log: Fix MASTER_SITES. Revision Changes Path 1.2 +1 -1 ports/chinese/metalist/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 4:20:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C72D37B413; Fri, 23 Aug 2002 04:20:19 -0700 (PDT) Received: from vbook.express.ru (asplinux.ru [195.133.213.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id A630E43E77; Fri, 23 Aug 2002 04:20:18 -0700 (PDT) (envelope-from vova@express.ru) Received: from vova by vbook.express.ru with local (Exim 3.36 #1) id 17iCUC-000AF7-00; Fri, 23 Aug 2002 15:20:16 +0400 Subject: Re: cvs commit: src/sys/conf files src/sys/i386/conf GENERIC From: "Vladimir B. " Grebenschikov To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200208150805.g7F85fJH055762@freefall.freebsd.org> References: <200208150805.g7F85fJH055762@freefall.freebsd.org> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable X-Mailer: Ximian Evolution 1.0.7 Date: 23 Aug 2002 15:20:16 +0400 Message-Id: <1030101616.888.21.camel@vbook.express.ru> Mime-Version: 1.0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG =F7 Thu, 15.08.2002, =D7 12:05, Warner Losh =CE=C1=D0=C9=D3=C1=CC: > imp 2002/08/15 01:05:40 PDT >=20 > Modified files: > sys/conf files=20 > sys/i386/conf GENERIC=20 > Log: > pccbb->cbb How about update NOTES ? Only place where cbb mentioned - GENERIC kernel config. =20 --=20 Vladimir B. Grebenschikov vova@sw.ru, SWsoft, Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 4:30:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 346C637B400; Fri, 23 Aug 2002 04:30:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D1D443E65; Fri, 23 Aug 2002 04:30:24 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NBUOJU033866; Fri, 23 Aug 2002 04:30:24 -0700 (PDT) (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NBUO6l033865; Fri, 23 Aug 2002 04:30:24 -0700 (PDT) Message-Id: <200208231130.g7NBUO6l033865@freefall.freebsd.org> From: Hye-Shik Chang Date: Fri, 23 Aug 2002 04:30:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/py-iconv pkg-plist ports/devel/decompyle pkg-plist ports/devel/happydoc pkg-plist ports/devel/py-ansistyle pkg-plist ports/devel/py-ciphon pkg-plist ports/devel/py-cxx pkg-plist ports/devel/py-fileutils pkg-plist ports/devel/py-log4py ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG perky 2002/08/23 04:30:23 PDT Modified files: converters/py-iconv pkg-plist devel/decompyle pkg-plist devel/happydoc pkg-plist devel/py-ansistyle pkg-plist devel/py-ciphon pkg-plist devel/py-cxx pkg-plist devel/py-fileutils pkg-plist devel/py-log4py pkg-plist devel/wizard pkg-plist graphics/py-graphviz pkg-plist math/py-gnuplot pkg-plist math/py-gsl pkg-plist math/py-numeric17 pkg-plist misc/salias pkg-plist net/py-adns pkg-plist net/py-fngrab pkg-plist net/py-ipy pkg-plist net/py-jabber pkg-plist print/py-fonttools pkg-plist science/mayavi pkg-plist security/py-amkCrypto pkg-plist security/py-cryptkit pkg-plist textproc/roap pkg-plist www/pyweblib pkg-plist Log: Add missing .pyo files to each pkg-plist Revision Changes Path 1.3 +1 -0 ports/converters/py-iconv/pkg-plist 1.2 +14 -0 ports/devel/decompyle/pkg-plist 1.7 +62 -0 ports/devel/happydoc/pkg-plist 1.2 +1 -0 ports/devel/py-ansistyle/pkg-plist 1.2 +7 -0 ports/devel/py-ciphon/pkg-plist 1.2 +1 -0 ports/devel/py-cxx/pkg-plist 1.2 +1 -0 ports/devel/py-fileutils/pkg-plist 1.2 +1 -0 ports/devel/py-log4py/pkg-plist 1.2 +1 -0 ports/devel/wizard/pkg-plist 1.2 +1 -0 ports/graphics/py-graphviz/pkg-plist 1.4 +13 -0 ports/math/py-gnuplot/pkg-plist 1.2 +3 -0 ports/math/py-gsl/pkg-plist 1.19 +16 -0 ports/math/py-numeric17/pkg-plist 1.4 +1 -0 ports/misc/salias/pkg-plist 1.2 +3 -0 ports/net/py-adns/pkg-plist 1.2 +5 -0 ports/net/py-fngrab/pkg-plist 1.2 +1 -0 ports/net/py-ipy/pkg-plist 1.2 +2 -0 ports/net/py-jabber/pkg-plist 1.2 +67 -0 ports/print/py-fonttools/pkg-plist 1.2 +53 -0 ports/science/mayavi/pkg-plist 1.2 +33 -0 ports/security/py-amkCrypto/pkg-plist 1.2 +11 -0 ports/security/py-cryptkit/pkg-plist 1.2 +5 -0 ports/textproc/roap/pkg-plist 1.2 +6 -0 ports/www/pyweblib/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 5:39:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45CAB37B400; Fri, 23 Aug 2002 05:39:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50F3E43E8A; Fri, 23 Aug 2002 05:39:45 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NCdjJU044896; Fri, 23 Aug 2002 05:39:45 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NCdiY7044895; Fri, 23 Aug 2002 05:39:44 -0700 (PDT) Message-Id: <200208231239.g7NCdiY7044895@freefall.freebsd.org> From: Oliver Braun Date: Fri, 23 Aug 2002 05:39:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/avcheck 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 obraun 2002/08/23 05:39:44 PDT Modified files: security Makefile Added files: security/avcheck Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add avcheck 0.9, a simple antivirus solution for a mail system. PR: ports/41922 Submitted by: Denis Shaposhnikov Approved by: dwcjr (mentor) Revision Changes Path 1.328 +1 -0 ports/security/Makefile 1.1 +43 -0 ports/security/avcheck/Makefile (new) 1.1 +1 -0 ports/security/avcheck/distinfo (new) 1.1 +1 -0 ports/security/avcheck/pkg-comment (new) 1.1 +22 -0 ports/security/avcheck/pkg-descr (new) 1.1 +12 -0 ports/security/avcheck/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 Aug 23 5:40: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C075C37B4EF; Fri, 23 Aug 2002 05:39:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7270E43E6E; Fri, 23 Aug 2002 05:39:58 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NCdwJU044962; Fri, 23 Aug 2002 05:39:58 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NCdwjl044961; Fri, 23 Aug 2002 05:39:58 -0700 (PDT) Message-Id: <200208231239.g7NCdwjl044961@freefall.freebsd.org> From: Oliver Braun Date: Fri, 23 Aug 2002 05:39:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/08/23 05:39:58 PDT Modified files: . modules Log: avcheck --> ports/security/avcheck Revision Changes Path 1.5750 +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 Aug 23 5:49:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E87EB37B400; Fri, 23 Aug 2002 05:49:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C71243E42; Fri, 23 Aug 2002 05:49:17 -0700 (PDT) (envelope-from johan@FreeBSD.org) Received: from freefall.freebsd.org (johan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NCnHJU047750; Fri, 23 Aug 2002 05:49:17 -0700 (PDT) (envelope-from johan@freefall.freebsd.org) Received: (from johan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NCnHhs047749; Fri, 23 Aug 2002 05:49:17 -0700 (PDT) Message-Id: <200208231249.g7NCnHhs047749@freefall.freebsd.org> From: Johan Karlsson Date: Fri, 23 Aug 2002 05:49:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG johan 2002/08/23 05:49:16 PDT Modified files: . Makefile.inc1 Log: Similar to bsd.subdir.mk, echo the name of the dir before doing the cd. This is done for bootstrap-tools, build-tools, cross-tools, and the libraries loop. Reviewed by: ru Approved by: sheldonh (mentor) MFC after: 1 week Revision Changes Path 1.303 +8 -4 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 7: 4: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6B0337B400; Fri, 23 Aug 2002 07:04:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C5A643E6A; Fri, 23 Aug 2002 07:04:01 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NE41JU064147; Fri, 23 Aug 2002 07:04:01 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NE41It064139; Fri, 23 Aug 2002 07:04:01 -0700 (PDT) Message-Id: <200208231404.g7NE41It064139@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 23 Aug 2002 07:03:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/colldef colldef.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 ache 2002/08/23 07:03:59 PDT Modified files: usr.bin/colldef colldef.1 Log: Tweak chain example to show more possibilities Revision Changes Path 1.16 +2 -2 src/usr.bin/colldef/colldef.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 7:11: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD73F37B400; Fri, 23 Aug 2002 07:10:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82E0D43E72; Fri, 23 Aug 2002 07:10:56 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from freefall.freebsd.org (scottl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NEAuJU068896; Fri, 23 Aug 2002 07:10:56 -0700 (PDT) (envelope-from scottl@freefall.freebsd.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NEAuLO068895; Fri, 23 Aug 2002 07:10:56 -0700 (PDT) Message-Id: <200208231410.g7NEAuLO068895@freefall.freebsd.org> From: Scott Long Date: Fri, 23 Aug 2002 07:10:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/udf osta.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2002/08/23 07:10:55 PDT Modified files: sys/fs/udf osta.c Log: Remove stddef.h from the header list Prodded by: peter Revision Changes Path 1.2 +0 -1 src/sys/fs/udf/osta.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 8: 4: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1B2137B400; Fri, 23 Aug 2002 08:04:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7815B43E4A; Fri, 23 Aug 2002 08:04:03 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: from freefall.freebsd.org (ade@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NF43JU073355; Fri, 23 Aug 2002 08:04:03 -0700 (PDT) (envelope-from ade@freefall.freebsd.org) Received: (from ade@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NF43YL073354; Fri, 23 Aug 2002 08:04:03 -0700 (PDT) Message-Id: <200208231504.g7NF43YL073354@freefall.freebsd.org> From: Ade Lovett Date: Fri, 23 Aug 2002 08:04:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gmake/files patch-glob.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 ade 2002/08/23 08:04:02 PDT Added files: devel/gmake/files patch-glob.h Log: Fix build on -current Submitted by: mike Revision Changes Path 1.1 +20 -0 ports/devel/gmake/files/patch-glob.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 8:14:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E931F37B400; Fri, 23 Aug 2002 08:14:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F5E843E4A; Fri, 23 Aug 2002 08:14:40 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NFEeJU078437; Fri, 23 Aug 2002 08:14:40 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NFEe7M078436; Fri, 23 Aug 2002 08:14:40 -0700 (PDT) Message-Id: <200208231514.g7NFEe7M078436@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 23 Aug 2002 08:14:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ptypes 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 2002/08/23 08:14:40 PDT Modified files: devel/ptypes Makefile distinfo Log: upgrade to 1.5.2 Revision Changes Path 1.5 +1 -1 ports/devel/ptypes/Makefile 1.3 +1 -1 ports/devel/ptypes/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 8:18:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53D7537B400; Fri, 23 Aug 2002 08:18:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDCBB43E6E; Fri, 23 Aug 2002 08:18:46 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NFIkJU078746; Fri, 23 Aug 2002 08:18:46 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NFIkMM078745; Fri, 23 Aug 2002 08:18:46 -0700 (PDT) Message-Id: <200208231518.g7NFIkMM078745@freefall.freebsd.org> From: Oliver Braun Date: Fri, 23 Aug 2002 08:18:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/party Makefile distinfo ports/irc/party/files patch-aa patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/08/23 08:18:46 PDT Modified files: irc/party Makefile distinfo Removed files: irc/party/files patch-aa patch-ab patch-ac Log: Upgrade to 2.13. PR: ports/41941 Submitted by: maintainer Approved by: dwcjr (mentor) Revision Changes Path 1.5 +1 -2 ports/irc/party/Makefile 1.2 +1 -1 ports/irc/party/distinfo 1.2 +0 -12 ports/irc/party/files/patch-aa (dead) 1.2 +0 -14 ports/irc/party/files/patch-ab (dead) 1.2 +0 -11 ports/irc/party/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 Fri Aug 23 8:23:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9814337B400; Fri, 23 Aug 2002 08:23:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48C4343E72; Fri, 23 Aug 2002 08:23:18 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NFNIJU079413; Fri, 23 Aug 2002 08:23:18 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NFNI86079412; Fri, 23 Aug 2002 08:23:18 -0700 (PDT) Message-Id: <200208231523.g7NFNI86079412@freefall.freebsd.org> From: Christian Weisgerber Date: Fri, 23 Aug 2002 08:23:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/libao Makefile pkg-plist ports/audio/libao/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 naddy 2002/08/23 08:23:17 PDT Modified files: audio/libao Makefile pkg-plist audio/libao/files patch-configure Log: * Use GNOMENG for ESounD. * Kill .la files. Revision Changes Path 1.17 +8 -7 ports/audio/libao/Makefile 1.4 +14 -6 ports/audio/libao/files/patch-configure 1.11 +1 -5 ports/audio/libao/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 8:35:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5176B37B400; Fri, 23 Aug 2002 08:35:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 076D143E65; Fri, 23 Aug 2002 08:35:39 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NFZcJU080595; Fri, 23 Aug 2002 08:35:38 -0700 (PDT) (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NFZcBT080594; Fri, 23 Aug 2002 08:35:38 -0700 (PDT) Message-Id: <200208231535.g7NFZcBT080594@freefall.freebsd.org> From: Hye-Shik Chang Date: Fri, 23 Aug 2002 08:35:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/firedns 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 perky 2002/08/23 08:35:38 PDT Modified files: net/firedns Makefile Log: 1. Fix typo (s/INSTALL_SHLIBS/INSTALLS_SHLIB/) 2. Two minor style fixes (whitespace and EXTRACT_SUFX) 3. Bump PORTREVISION due to [1]. PR: 41933 (1, 3) Submitted by: maintainer Revision Changes Path 1.3 +8 -9 ports/net/firedns/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 8:43:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD7C237B400 for ; Fri, 23 Aug 2002 08:43:26 -0700 (PDT) Received: from rediffmail.com (host217-34-233-214.in-addr.btopenworld.com [217.34.233.214]) by mx1.FreeBSD.org (Postfix) with SMTP id 500B043E3B for ; Fri, 23 Aug 2002 08:42:56 -0700 (PDT) (envelope-from franklangers@rediffmail.com) From: "Frank Langa" To: Subject: ASSISTANCE Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit Date: Fri, 23 Aug 2002 16:43:21 +0100 Reply-To: "Frank Langa" Message-Id: <20020823154256.500B043E3B@mx1.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 FROM: COL. FRANK LANGA. DEMOCRATIC REPUBLIC OF CONGO. Tel No: Your country Intl. access code + 8821652098236 email : franklanga@rediffmail.com Dear Sir/Madam SEEKING YOUR IMMEDIATE ASSISTANCE. Please permit me to make your acquaintance in so informal a manner. This is necessitated by my urgent need to reach a dependable and trust worthy foreign partner. This request may seem strange and unsolicited but I crave your indulgence and pray that you view it seriously. My name is COL. FRANK LANGA of the Democratic Republic of Congo and one of the close aides to the former President of the Democratic Republic of Congo LAURENT KABILA of blessed memory, may his soul rest in peace. Due to the military campaign of LAURENT KABILA to force out the rebels in my country, I and some of my colleagues were instructed by Late President Kabila to go abroad to purchase arms and ammunition worth of Twenty Million, Five Hundred Thousand United States Dollars only (US$20,500,000.00) to fight the rebel group. We were then given this money privately by the then President, LAURENT KABILA, without the knowledge of other Cabinet Members. But when President Kabila was killed in a bloody shoot-out by one of his bodyguards a day before we were schedule to travel out of Congo, We immediately decided to put the funds into a private security company here in Congo for safe keeping. The security of the said amount is presently being threatened here following the arrest and seizure of properties of Col. Rasheidi Karesava (One of the aides to Laurent Kabila) a tribesman, and some other Military Personnel from our same tribe, by the new President of the Democratic Republic of Congo, the son of late President Laurent Kabila, Joseph Kabila. In view of this, we need a reliable and trustworthy foreign partner who can assist us to move this money out of my country as the beneficiary. WE have sufficient ''CONTACTS'' here to move the fund under Diplomatic Cover to a security company in Europe in your name. This is to ensure that the Diplomatic Baggage is marked ''CONFIDENTIAL'' and it will not pass through normal custom/airport screening and clearance. Our inability to move this money out of Congo all this while stems from our lack of trust of our supposed good friends (western countries) who suddenly became hostile to those of us who worked with the late President Kabila, immediately after his son took office. Though we have neither seen nor met each other, the information We gathered from an associate who has worked in your country has encouraged and convinced us that with your sincere assistance, this transaction will be properly handled with modesty and honesty to a huge success within two weeks. The said money is a state fund and therefore requires a total confidentiality. We would please need you to stand on our behalf as the beneficiary of this fund in Europe. This is because we are under restricted movement and watch and hence we want to be very careful in order not to lose this fund which we have worked so hard for. Thus, if you are willing to assist us to move this fund out of Congo, you can contact me through my email addresses, Tel/Fax nos. above with your telephone, fax number and personal information to enable us discuss the modalities and what will be your share (percentage) for assisting us. Please note that There are no RISKS involved in this Deal as everyone's Security is Guaranteed if we follow the required guidelines. I will hence furnish you with further details of this Deal as soon as I am assured of your Sincere interest to assist us. I must use this opportunity and medium to implore you to exercise the utmost indulgence to keep this matter extraordinarily confidential, Whatever your decision, while I await your prompt response. Thank you and God Bless. Best Regards COL. FRANK LANGA (RTD). f_langa22@yahoo.co.uk N\B. When you are calling my line, you dial your country Intl. access code, then you dial directly, do not include my country code i.e. (243). Just dial your country Intl. access code + 88216 52098236. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 9: 8:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D438E37B400; Fri, 23 Aug 2002 09:08:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8958543E3B; Fri, 23 Aug 2002 09:08:37 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NG8bJU087673; Fri, 23 Aug 2002 09:08:37 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NG8bHP087672; Fri, 23 Aug 2002 09:08:37 -0700 (PDT) Message-Id: <200208231608.g7NG8bHP087672@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 23 Aug 2002 09:08:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/gfe 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 2002/08/23 09:08:37 PDT Modified files: x11-fonts/gfe Makefile Log: Mark BROKEN since source only available via CVS for now PR: 41896 Submitted by: maintainer Revision Changes Path 1.3 +4 -0 ports/x11-fonts/gfe/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 9:11:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C35837B400; Fri, 23 Aug 2002 09:11:19 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id B284E43E72; Fri, 23 Aug 2002 09:11:16 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g7NFnGFl037058; Fri, 23 Aug 2002 09:49:17 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 23 Aug 2002 07:43:53 -0600 (MDT) Message-Id: <20020823.074353.86793816.imp@bsdimp.com> To: vova@sw.ru Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files src/sys/i386/conf GENERIC From: "M. Warner Losh" In-Reply-To: <1030101616.888.21.camel@vbook.express.ru> References: <200208150805.g7F85fJH055762@freefall.freebsd.org> <1030101616.888.21.camel@vbook.express.ru> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=koi8-r Content-Transfer-Encoding: quoted-printable Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <1030101616.888.21.camel@vbook.express.ru> "Vladimir B. " Grebenschikov writes: : =F7 Thu, 15.08.2002, =D7 12:05, Warner Losh =CE=C1=D0=C9=D3=C1=CC: : > imp 2002/08/15 01:05:40 PDT : > = : > Modified files: : > sys/conf files = : > sys/i386/conf GENERIC = : > Log: : > pccbb->cbb : = : How about update NOTES ? : Only place where cbb mentioned - GENERIC kernel config. Yes, the newcard devices need to be in notes. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 9:49:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69E8437B400; Fri, 23 Aug 2002 09:49:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2428A43E42; Fri, 23 Aug 2002 09:49:07 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NGn7JU093260; Fri, 23 Aug 2002 09:49:07 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NGn6PE093259; Fri, 23 Aug 2002 09:49:06 -0700 (PDT) Message-Id: <200208231649.g7NGn6PE093259@freefall.freebsd.org> From: Mike Barcroft Date: Fri, 23 Aug 2002 09:49:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include _types.h src/sys/arm/include _types.h src/sys/i386/include _types.h src/sys/ia64/include _types.h src/sys/powerpc/include _types.h src/sys/sparc64/include _types.h src/sys/sys _types.h src/sys/x86_64/include _types.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 mike 2002/08/23 09:49:06 PDT Modified files: sys/alpha/include _types.h sys/arm/include _types.h sys/i386/include _types.h sys/ia64/include _types.h sys/powerpc/include _types.h sys/sparc64/include _types.h sys/sys _types.h sys/x86_64/include _types.h Log: Move several MI types from to . These types are unlikely to ever become very MD. They include: clockid_t, ct_rune_t, fflags_t, intrmask_t, mbstate_t, off_t, pid_t, rune_t, socklen_t, timer_t, wchar_t, and wint_t. While moving them, make a few adjustments (submitted by bde): o __ct_rune_t needs to be precisely `int', not necessarily __int32_t, since the arg type of the ctype functions is int. o __rune_t, __wchar_t and __wint_t inherit this via a typedef of __ct_rune_t. o Some minor wording changes in the comment blocks for ct_rune_t and mbstate_t. Submitted by: bde (partially) Revision Changes Path 1.2 +0 -37 src/sys/alpha/include/_types.h 1.2 +0 -37 src/sys/arm/include/_types.h 1.3 +0 -37 src/sys/i386/include/_types.h 1.2 +0 -37 src/sys/ia64/include/_types.h 1.2 +0 -37 src/sys/powerpc/include/_types.h 1.2 +0 -37 src/sys/sparc64/include/_types.h 1.5 +42 -0 src/sys/sys/_types.h 1.2 +0 -37 src/sys/x86_64/include/_types.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 9:49:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D59A37B400; Fri, 23 Aug 2002 09:49:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A337043E72; Fri, 23 Aug 2002 09:49:40 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: from freefall.freebsd.org (shige@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NGneJU093378; Fri, 23 Aug 2002 09:49:40 -0700 (PDT) (envelope-from shige@freefall.freebsd.org) Received: (from shige@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NGneWm093377; Fri, 23 Aug 2002 09:49:40 -0700 (PDT) Message-Id: <200208231649.g7NGneWm093377@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Fri, 23 Aug 2002 09:49:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/flim Makefile distinfo pkg-plist.emacs20 pkg-plist.emacs21 pkg-plist.xemacs21-mule ports/editors/flim/files patch-ac patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG shige 2002/08/23 09:49:40 PDT Modified files: editors/flim Makefile distinfo pkg-plist.emacs20 pkg-plist.emacs21 pkg-plist.xemacs21-mule editors/flim/files patch-ac patch-ad Log: Update to 1.14.4. PR: ports/41640 Submitted by: AMAKAWA Shuhei Revision Changes Path 1.23 +1 -1 ports/editors/flim/Makefile 1.4 +1 -1 ports/editors/flim/distinfo 1.2 +27 -2 ports/editors/flim/files/patch-ac 1.2 +27 -2 ports/editors/flim/files/patch-ad 1.11 +8 -0 ports/editors/flim/pkg-plist.emacs20 1.11 +8 -0 ports/editors/flim/pkg-plist.emacs21 1.2 +8 -0 ports/editors/flim/pkg-plist.xemacs21-mule To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 9:57:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C51E137B400; Fri, 23 Aug 2002 09:57:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AC9843E72; Fri, 23 Aug 2002 09:57:42 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: from freefall.freebsd.org (schweikh@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NGvgJU094837; Fri, 23 Aug 2002 09:57:42 -0700 (PDT) (envelope-from schweikh@freefall.freebsd.org) Received: (from schweikh@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NGvgPf094836; Fri, 23 Aug 2002 09:57:42 -0700 (PDT) Message-Id: <200208231657.g7NGvgPf094836@freefall.freebsd.org> From: Jens Schweikhardt Date: Fri, 23 Aug 2002 09:57:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man8 rc.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 schweikh 2002/08/23 09:57:42 PDT Modified files: (Branch: RELENG_4) share/man/man8 rc.8 Log: MFC: Fix grammar bogon. Revision Changes Path 1.9.2.7 +1 -1 src/share/man/man8/rc.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 10: 9:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05B5637B400; Fri, 23 Aug 2002 10:09:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADFE943E7B; Fri, 23 Aug 2002 10:09:27 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NH9RJU000277; Fri, 23 Aug 2002 10:09:27 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NH9REU000276; Fri, 23 Aug 2002 10:09:27 -0700 (PDT) Message-Id: <200208231709.g7NH9REU000276@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 23 Aug 2002 10:09:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/08/23 10:09:27 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: sh(1) parser changes, via8233 sound driver, ich sound driver supports ich4. Submitted by: tjr (sh), orion (via8233, ich) Revision Changes Path 1.411 +17 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 10:17:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5456C37B400; Fri, 23 Aug 2002 10:17:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ABB843E3B; Fri, 23 Aug 2002 10:17:24 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NHHNJU001083; Fri, 23 Aug 2002 10:17:23 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NHHNfF001082; Fri, 23 Aug 2002 10:17:23 -0700 (PDT) Message-Id: <200208231717.g7NHHNfF001082@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 23 Aug 2002 10:17:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/cyrus-sasl2 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 ume 2002/08/23 10:17:23 PDT Modified files: security/cyrus-sasl2 Makefile Log: We don't need automake. Reported by: Jason Mealins Revision Changes Path 1.50 +0 -3 ports/security/cyrus-sasl2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 10:24: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D5B137B400; Fri, 23 Aug 2002 10:23:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 510F843E65; Fri, 23 Aug 2002 10:23:57 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NHNvJU002266; Fri, 23 Aug 2002 10:23:57 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NHNvgP002265; Fri, 23 Aug 2002 10:23:57 -0700 (PDT) Message-Id: <200208231723.g7NHNvgP002265@freefall.freebsd.org> From: Oliver Braun Date: Fri, 23 Aug 2002 10:23:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/wmthemeinstall 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 obraun 2002/08/23 10:23:57 PDT Modified files: x11-wm/wmthemeinstall Makefile pkg-descr Log: Fix MASTER_SITES (1) and WWW. ${PERL} -> ${REINPLACE_CMD} PR: ports/41939 Submitted by: Josef El-Rayes (1), maintainer Approved by: dwcjr (mentor) Revision Changes Path 1.9 +3 -2 ports/x11-wm/wmthemeinstall/Makefile 1.3 +1 -1 ports/x11-wm/wmthemeinstall/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 10:26:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89C3237B400; Fri, 23 Aug 2002 10:26:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D8BD43E65; Fri, 23 Aug 2002 10:26:19 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NHQJJU002553; Fri, 23 Aug 2002 10:26:19 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NHQJlK002552; Fri, 23 Aug 2002 10:26:19 -0700 (PDT) Message-Id: <200208231726.g7NHQJlK002552@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 23 Aug 2002 10:26:19 -0700 (PDT) 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 2002/08/23 10:26:18 PDT Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Update list of fxp(4) devices. PR: 41760 Submitted by: David "Siebörger" Revision Changes Path 1.98 +14 -1 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 Fri Aug 23 10:33:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9346537B400; Fri, 23 Aug 2002 10:33:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 431B143E72; Fri, 23 Aug 2002 10:33:42 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NHXgJU003514; Fri, 23 Aug 2002 10:33:42 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NHXgZ9003513; Fri, 23 Aug 2002 10:33:42 -0700 (PDT) Message-Id: <200208231733.g7NHXgZ9003513@freefall.freebsd.org> From: Marc Fonvieille Date: Fri, 23 Aug 2002 10:33:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/bibliography 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 blackend 2002/08/23 10:33:42 PDT Modified files: en_US.ISO8859-1/books/handbook/bibliography chapter.sgml Log: Add Absolute BSD to the bibliography. PR: docs/41895 Submitted by: Ken Tom Approved by: mwlucas Revision Changes Path 1.41 +6 -0 doc/en_US.ISO8859-1/books/handbook/bibliography/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 10:37:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E47637B400; Fri, 23 Aug 2002 10:37:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7E0843E3B; Fri, 23 Aug 2002 10:37:37 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NHbbJU003771; Fri, 23 Aug 2002 10:37:37 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NHbbtm003770; Fri, 23 Aug 2002 10:37:37 -0700 (PDT) Message-Id: <200208231737.g7NHbbtm003770@freefall.freebsd.org> From: Archie Cobbs Date: Fri, 23 Aug 2002 10:37:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/sablevm/files patch-aj X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2002/08/23 10:37:37 PDT Removed files: java/sablevm/files patch-aj Log: Remove this patch, it's not actually needed. Revision Changes Path 1.2 +0 -11 ports/java/sablevm/files/patch-aj (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 10:42:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8489137B400; Fri, 23 Aug 2002 10:42:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38BF543E75; Fri, 23 Aug 2002 10:42:40 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from freefall.freebsd.org (njl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NHgeJU004848; Fri, 23 Aug 2002 10:42:40 -0700 (PDT) (envelope-from njl@freefall.freebsd.org) Received: (from njl@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NHger9004847; Fri, 23 Aug 2002 10:42:40 -0700 (PDT) Message-Id: <200208231742.g7NHger9004847@freefall.freebsd.org> From: Nate Lawson Date: Fri, 23 Aug 2002 10:42:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/fdesc fdesc_vfsops.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG njl 2002/08/23 10:42:39 PDT Modified files: (Branch: RELENG_4) sys/miscfs/fdesc fdesc_vfsops.c Log: Set f_mntonname so unmount(2) can succeed. This is taken care of by common VFS code in -CURRENT so this change is only needed in -STABLE. PR: kern/41527 Reviewed by: Alfred "If it works, commit it. :)" Perlstein Revision Changes Path 1.22.2.3 +6 -0 src/sys/miscfs/fdesc/fdesc_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 10:43:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCFFE37B400; Fri, 23 Aug 2002 10:43:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7091943E4A; Fri, 23 Aug 2002 10:43:46 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NHhkJU004914; Fri, 23 Aug 2002 10:43:46 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NHhkc8004913; Fri, 23 Aug 2002 10:43:46 -0700 (PDT) Message-Id: <200208231743.g7NHhkc8004913@freefall.freebsd.org> From: Marc Fonvieille Date: Fri, 23 Aug 2002 10:43:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/disks chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/08/23 10:43:46 PDT Modified files: en_US.ISO8859-1/books/handbook/disks chapter.sgml Log: Use real quotations inside programlisting tags and not quote tags. Submitted by: Adam Davenport Revision Changes Path 1.99 +3 -3 doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 10:45:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B28C37B400; Fri, 23 Aug 2002 10:45:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2C0F43E77; Fri, 23 Aug 2002 10:45:46 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NHjkJU005095; Fri, 23 Aug 2002 10:45:46 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NHjkGl005094; Fri, 23 Aug 2002 10:45:46 -0700 (PDT) Message-Id: <200208231745.g7NHjkGl005094@freefall.freebsd.org> From: Mike Barcroft Date: Fri, 23 Aug 2002 10:45:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/projects/c99 index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/08/23 10:45:46 PDT Modified files: en/projects/c99 index.sgml Log: o Mark task as completed. o Add new task related to , assigned to mike. o Add new task for unimplemented mman.h functions, unassigned. o Mark two wchar tasks completed. o Add two completed wchar tasks. Revision Changes Path 1.53 +47 -14 www/en/projects/c99/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 10:46:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4B0F37B400; Fri, 23 Aug 2002 10:46:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67E6F43E42; Fri, 23 Aug 2002 10:46:45 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NHkjJU005207; Fri, 23 Aug 2002 10:46:45 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NHkjPR005206; Fri, 23 Aug 2002 10:46:45 -0700 (PDT) Message-Id: <200208231746.g7NHkjPR005206@freefall.freebsd.org> From: Mike Barcroft Date: Fri, 23 Aug 2002 10:46:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en developers.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 mike 2002/08/23 10:46:45 PDT Modified files: en developers.sgml Log: Add entities for ache and keichii. Revision Changes Path 1.21 +3 -1 www/en/developers.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 10:48:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15BFB37B400; Fri, 23 Aug 2002 10:48:36 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FA2F43E3B; Fri, 23 Aug 2002 10:48:35 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id KAA87136; Fri, 23 Aug 2002 10:51:42 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id KAA87119; Fri, 23 Aug 2002 10:51:23 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Fri, 23 Aug 2002 10:51:22 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Bill Fumerola Cc: cvs-all@freebsd.org Subject: Re: cvs commit: ports/net/ethereal Makefile distinfo pkg-plist In-Reply-To: <200208231029.g7NATpP2019991@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 23 Aug 2002, Bill Fumerola wrote: # billf 2002/08/23 03:29:51 PDT # # Modified files: # net/ethereal Makefile distinfo pkg-plist # Log: # upgrade to 0.9.6, unFORBIDDEN There are three open PRs for ethereal. ports/40387 : unable to 'make package' on net/ethereal The diff in the this PR seems to have already been taken care of. I did a quick test build of ethereal and didn't see any plist issues. I also did a 'make package' which build without any problems. ports/38853 : net/ethereal: configure fails This appears to not really be an issue with ethereal but the ports system (or maybe just portupgrade). ports/40915 : Fix pkg-plist for net/ethereal The second part of this PR is the same as 40387, which has already been addressed. The first part takes issue with static libs being installed. A diff is included. -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 10:56:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8415B37B400; Fri, 23 Aug 2002 10:56:15 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EB5243E65; Fri, 23 Aug 2002 10:56:15 -0700 (PDT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id E51A0AE147; Fri, 23 Aug 2002 10:56:14 -0700 (PDT) Date: Fri, 23 Aug 2002 10:56:14 -0700 From: Alfred Perlstein To: Nate Lawson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/miscfs/fdesc fdesc_vfsops.c Message-ID: <20020823175614.GD75574@elvis.mu.org> References: <200208231742.g7NHger9004847@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208231742.g7NHger9004847@freefall.freebsd.org> User-Agent: Mutt/1.3.27i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Nate Lawson [020823 10:42] wrote: > njl 2002/08/23 10:42:39 PDT > > Modified files: (Branch: RELENG_4) > sys/miscfs/fdesc fdesc_vfsops.c > Log: > Set f_mntonname so unmount(2) can succeed. This is taken care of by common > VFS code in -CURRENT so this change is only needed in -STABLE. > > PR: kern/41527 > Reviewed by: Alfred "If it works, commit it. :)" Perlstein hah! but what other metric would you use? :) -- -Alfred Perlstein [alfred@freebsd.org] [#bsdcode/efnet/irc.prison.net] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 11: 0:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D544237B400; Fri, 23 Aug 2002 11:00:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD1E243EDC; Fri, 23 Aug 2002 11:00:13 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NI0DJU006286; Fri, 23 Aug 2002 11:00:13 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NI0Dji006285; Fri, 23 Aug 2002 11:00:13 -0700 (PDT) Message-Id: <200208231800.g7NI0Dji006285@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 23 Aug 2002 11:00:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/08/23 11:00:13 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: mpt driver, pst driver. While I'm here, add a missing &merged; for a recent sh(1) note. Revision Changes Path 1.412 +9 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 11: 1:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E8F337B400; Fri, 23 Aug 2002 11:01:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11E3E43E72; Fri, 23 Aug 2002 11:01:11 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NI1AJU006603; Fri, 23 Aug 2002 11:01:10 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NI1A2C006602; Fri, 23 Aug 2002 11:01:10 -0700 (PDT) Message-Id: <200208231801.g7NI1A2C006602@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 23 Aug 2002 11:01:10 -0700 (PDT) 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 2002/08/23 11:01:10 PDT Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: New hardware list additions: mpt and pst devices. Revision Changes Path 1.99 +21 -0 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 Fri Aug 23 11: 6:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E47F937B400; Fri, 23 Aug 2002 11:06:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9650743E72; Fri, 23 Aug 2002 11:06:13 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NI6DJU011183; Fri, 23 Aug 2002 11:06:13 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NI6D1F011182; Fri, 23 Aug 2002 11:06:13 -0700 (PDT) Message-Id: <200208231806.g7NI6D1F011182@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 23 Aug 2002 11:06:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/08/23 11:06:13 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: mpt driver, pst driver, via8233 driver, ich4 support in ich driver, sh(1) syntax changes. Revision Changes Path 1.22.2.282 +25 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 11:17:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B834037B400; Fri, 23 Aug 2002 11:17:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AECA43E42; Fri, 23 Aug 2002 11:17:53 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NIHrJU012069; Fri, 23 Aug 2002 11:17:53 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NIHrPi012068; Fri, 23 Aug 2002 11:17:53 -0700 (PDT) Message-Id: <200208231817.g7NIHrPi012068@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 23 Aug 2002 11:17:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/install chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/08/23 11:17:53 PDT Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml Log: Add a link from the "Supported Hardware" section of the handbook to the Release Information page on the Web site, where the hardware compatability lists for all FreeBSD releases on all architectures can be found. Revision Changes Path 1.213 +5 -1 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 11:39:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57BE737B400; Fri, 23 Aug 2002 11:39:52 -0700 (PDT) Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFE7C43E7B; Fri, 23 Aug 2002 11:39:51 -0700 (PDT) (envelope-from scottl@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.10.2+Sun/8.10.2) with ESMTP id g7NIdlG15424; Fri, 23 Aug 2002 11:39:47 -0700 (PDT) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [10.100.0.52]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id LAA17186; Fri, 23 Aug 2002 11:39:46 -0700 (PDT) Received: from hollin.btc.adaptec.com (hollin [10.100.253.56]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id MAA03370; Fri, 23 Aug 2002 12:39:44 -0600 (MDT) Received: from hollin.btc.adaptec.com (localhost [127.0.0.1]) by hollin.btc.adaptec.com (8.12.5/8.12.5) with ESMTP id g7NIZfjF027347; Fri, 23 Aug 2002 12:35:41 -0600 (MDT) (envelope-from scottl@hollin.btc.adaptec.com) Received: (from scottl@localhost) by hollin.btc.adaptec.com (8.12.5/8.12.5/Submit) id g7NIZeeB027346; Fri, 23 Aug 2002 12:35:40 -0600 (MDT) Date: Fri, 23 Aug 2002 12:35:40 -0600 From: Scott Long To: Alfred Perlstein Cc: Nate Lawson , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/miscfs/fdesc fdesc_vfsops.c Message-ID: <20020823183540.GB27301@hollin.btc.adaptec.com> References: <200208231742.g7NHger9004847@freefall.freebsd.org> <20020823175614.GD75574@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020823175614.GD75574@elvis.mu.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Aug 23, 2002 at 10:56:14AM -0700, Alfred Perlstein wrote: > * Nate Lawson [020823 10:42] wrote: > > njl 2002/08/23 10:42:39 PDT > > > > Modified files: (Branch: RELENG_4) > > sys/miscfs/fdesc fdesc_vfsops.c > > Log: > > Set f_mntonname so unmount(2) can succeed. This is taken care of by common > > VFS code in -CURRENT so this change is only needed in -STABLE. > > > > PR: kern/41527 > > Reviewed by: Alfred "If it works, commit it. :)" Perlstein > > hah! but what other metric would you use? :) How about "Tor 'is never wrong' Egge"? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 11:48:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A81837B400; Fri, 23 Aug 2002 11:48:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D6E143E97; Fri, 23 Aug 2002 11:48:51 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NImoJU015096; Fri, 23 Aug 2002 11:48:50 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NImoYK015095; Fri, 23 Aug 2002 11:48:50 -0700 (PDT) Message-Id: <200208231848.g7NImoYK015095@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 23 Aug 2002 11:48:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/libmikmod Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/08/23 11:48:50 PDT Modified files: audio/libmikmod Makefile Log: Force libtool script to be executed by /bin/sh, not "whatever shell you are currently running", which doesn't work too well if it happens to be e.g. csh. Noticed by: bento Revision Changes Path 1.27 +1 -0 ports/audio/libmikmod/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 12: 6:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A589C37B400; Fri, 23 Aug 2002 12:06:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5621243E7B; Fri, 23 Aug 2002 12:06:16 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: from freefall.freebsd.org (dinoex@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NJ6GJU021206; Fri, 23 Aug 2002 12:06:16 -0700 (PDT) (envelope-from dinoex@freefall.freebsd.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NJ6GaN021204; Fri, 23 Aug 2002 12:06:16 -0700 (PDT) Message-Id: <200208231906.g7NJ6GaN021204@freefall.freebsd.org> From: Dirk Meyer Date: Fri, 23 Aug 2002 12:06:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/pike Makefile 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 dinoex 2002/08/23 12:06:16 PDT Modified files: lang/pike Makefile lang/pike/scripts configure.pike Log: use port math/libgmp4 in CURRENT Fix SSL problem. PR: 40450 Submitted by: tacho@factline.com,kiwi@oav.net Revision Changes Path 1.10 +4 -1 ports/lang/pike/Makefile 1.8 +4 -1 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 Fri Aug 23 12:12:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDED737B400; Fri, 23 Aug 2002 12:12:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7201643E42; Fri, 23 Aug 2002 12:12:27 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NJCRJU022025; Fri, 23 Aug 2002 12:12:27 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NJCRdg022024; Fri, 23 Aug 2002 12:12:27 -0700 (PDT) Message-Id: <200208231912.g7NJCRdg022024@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 23 Aug 2002 12:12:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml man-refs.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/08/23 12:12:27 PDT Modified files: share/sgml man-refs.ent Log: Add entity for uvisor(4). Revision Changes Path 1.152 +1 -0 doc/share/sgml/man-refs.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 12:18:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6820937B400; Fri, 23 Aug 2002 12:18:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B7D943E77; Fri, 23 Aug 2002 12:18:32 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NJIVJU022450; Fri, 23 Aug 2002 12:18:31 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NJIVpf022449; Fri, 23 Aug 2002 12:18:31 -0700 (PDT) Message-Id: <200208231918.g7NJIVpf022449@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 23 Aug 2002 12:18:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gnut Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/08/23 12:18:31 PDT Modified files: net/gnut Makefile Log: Mark FORBIDDEN: The distfile appears to have been withdrawn due to a vulnerability a llowing injection of HTML code into the web front-end: http://www.der-keiler.de/Mailing-Lists/Securiteam/2001-09/0021.html Revision Changes Path 1.15 +2 -0 ports/net/gnut/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 12:21:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE2A237B400; Fri, 23 Aug 2002 12:21:29 -0700 (PDT) Received: from cheer.mahoroba.org (flets19-007.kamome.or.jp [218.45.19.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07FF543E65; Fri, 23 Aug 2002 12:21:28 -0700 (PDT) (envelope-from ume@mahoroba.org) Received: from lyrics.mahoroba.org (IDENT:VGjLtCUFrWwWbfSi0+hzrvjlICx3P+WnqmXJKSChUGDuBnixGYXMj5KZuC/WPeiW@lyrics-wi.mahoroba.org [IPv6:2001:200:301:0:202:2dff:fe41:8630]) (user=ume mech=CRAM-MD5 bits=0) by cheer.mahoroba.org (8.12.5/8.12.5) with ESMTP/inet6 id g7NJLOK0095606 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sat, 24 Aug 2002 04:21:24 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Sat, 24 Aug 2002 04:21:19 +0900 Message-ID: From: Hajimu UMEMOTO To: Ade Lovett Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/chinese/libtabe Makefile ports/chinese/libtabe/files patch-src::tabe_tsidbint.c patch-src::tabe_tsiyindbint.c ports/chinese/xcin25 Makefile ports/databases/db3 Makefile distinfo pkg-plist ports/databases/db3/files patch-dist::Makefile.in patch-dist::configure ... In-Reply-To: <200208221913.g7MJDlbZ028552@freefall.freebsd.org> References: <200208221913.g7MJDlbZ028552@freefall.freebsd.org> User-Agent: xcite1.38> Wanderlust/2.9.14 (Unchained Melody) SEMI/1.14.4 (Hosorogi) FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/21.2 (i386--freebsd) MULE/5.0 (=?ISO-2022-JP?B?GyRCOC1MWhsoQg==?=) X-Operating-System: FreeBSD 5.0-CURRENT MIME-Version: 1.0 (generated by SEMI 1.14.4 - "Hosorogi") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by AMaViS-perl11-milter (http://amavis.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 Hi, >>>>> On Thu, 22 Aug 2002 12:13:46 -0700 (PDT) >>>>> Ade Lovett said: ade> Log: ade> BerkeleyDB cleanup - stage 2 ade> Update databases/db3 to 3.3.11, and fix the few ports that need sorting ade> after the shlib version update, and a slight API change from 3.2.x->3.3.x This change broke backward compatibility of existing databases. If you are using mail/cyrus-imapd, you need to rebuild databases manually. mail/cyrus-imapd2 detects version mismatch then does rebuild databases automatically. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@bisd.hitachi.co.jp ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 12:22:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C12E337B400; Fri, 23 Aug 2002 12:22:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7215643E65; Fri, 23 Aug 2002 12:22:23 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NJMNJU023088; Fri, 23 Aug 2002 12:22:23 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NJMN3O023087; Fri, 23 Aug 2002 12:22:23 -0700 (PDT) Message-Id: <200208231922.g7NJMN3O023087@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 23 Aug 2002 12:22:23 -0700 (PDT) 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 2002/08/23 12:22:23 PDT Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Add Netgear GA621, uvisor(4) devices. Revision Changes Path 1.100 +17 -2 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 Fri Aug 23 12:24: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3FE937B400; Fri, 23 Aug 2002 12:24:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5395943E65; Fri, 23 Aug 2002 12:24:03 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NJO3JU023296; Fri, 23 Aug 2002 12:24:03 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NJO3af023295; Fri, 23 Aug 2002 12:24:03 -0700 (PDT) Message-Id: <200208231924.g7NJO3af023295@freefall.freebsd.org> From: Marc Fonvieille Date: Fri, 23 Aug 2002 12:24:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/bibliography 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 blackend 2002/08/23 12:24:03 PDT Modified files: en_US.ISO8859-1/books/handbook/bibliography chapter.sgml Log: - Add link for a German editor - Add a new German book about FreeBSD - s/on-line/online PR: docs/41779 Submitted by: Christian Brueffer Revision Changes Path 1.42 +10 -3 doc/en_US.ISO8859-1/books/handbook/bibliography/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 12:24:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 470FC37B414; Fri, 23 Aug 2002 12:24:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8B0A43E72; Fri, 23 Aug 2002 12:24:14 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NJOEJU023349; Fri, 23 Aug 2002 12:24:14 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NJOEAN023348; Fri, 23 Aug 2002 12:24:14 -0700 (PDT) Message-Id: <200208231924.g7NJOEAN023348@freefall.freebsd.org> From: Oliver Braun Date: Fri, 23 Aug 2002 12:24:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/c2hs 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 obraun 2002/08/23 12:24:14 PDT Modified files: devel Makefile Added files: devel/c2hs Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add c2hs 0.10.15, c->Haskell, an Interface Generator for Haskell. Approved by: dwcjr (mentor) Revision Changes Path 1.902 +1 -0 ports/devel/Makefile 1.1 +23 -0 ports/devel/c2hs/Makefile (new) 1.1 +1 -0 ports/devel/c2hs/distinfo (new) 1.1 +1 -0 ports/devel/c2hs/pkg-comment (new) 1.1 +13 -0 ports/devel/c2hs/pkg-descr (new) 1.1 +15 -0 ports/devel/c2hs/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 Aug 23 12:24:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B59937B4CF; Fri, 23 Aug 2002 12:24:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5958343E42; Fri, 23 Aug 2002 12:24:22 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NJOMJU023399; Fri, 23 Aug 2002 12:24:22 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NJOLLR023398; Fri, 23 Aug 2002 12:24:21 -0700 (PDT) Message-Id: <200208231924.g7NJOLLR023398@freefall.freebsd.org> From: Oliver Braun Date: Fri, 23 Aug 2002 12:24:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/08/23 12:24:21 PDT Modified files: . modules Log: c2hs --> ports/devel/c2hs Revision Changes Path 1.5751 +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 Aug 23 12:25:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3091F37B400; Fri, 23 Aug 2002 12:25:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FA3643E81; Fri, 23 Aug 2002 12:25:20 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NJPKJU023960; Fri, 23 Aug 2002 12:25:20 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NJPKRD023959; Fri, 23 Aug 2002 12:25:20 -0700 (PDT) Message-Id: <200208231925.g7NJPKRD023959@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 23 Aug 2002 12:25:20 -0700 (PDT) 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 2002/08/23 12:25:20 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: General sync to -CURRENT. Does not include pc98 changes. PR: 41103, 41587, 41760 Revision Changes Path 1.13.2.66 +67 -6 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 Fri Aug 23 12:27:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71FEC37B400; Fri, 23 Aug 2002 12:27:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E47C843E6E; Fri, 23 Aug 2002 12:27:19 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: from freefall.freebsd.org (dinoex@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NJRJJU024230; Fri, 23 Aug 2002 12:27:19 -0700 (PDT) (envelope-from dinoex@freefall.freebsd.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NJRJSY024229; Fri, 23 Aug 2002 12:27:19 -0700 (PDT) Message-Id: <200208231927.g7NJRJSY024229@freefall.freebsd.org> From: Dirk Meyer Date: Fri, 23 Aug 2002 12:27:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/smtpd 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 2002/08/23 12:27:19 PDT Modified files: mail/smtpd Makefile Log: Unreak port. Build only with sendmail-old port. PR: 36772 Revision Changes Path 1.14 +9 -5 ports/mail/smtpd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 12:35:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CE4237B401; Fri, 23 Aug 2002 12:35:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5161543E6A; Fri, 23 Aug 2002 12:35:22 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NJZMJU025198; Fri, 23 Aug 2002 12:35:22 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NJZMLC025197; Fri, 23 Aug 2002 12:35:22 -0700 (PDT) Message-Id: <200208231935.g7NJZMLC025197@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 23 Aug 2002 12:35:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/tintin++/files patch-ac patch-ad patch-ae patch-af patch-ag patch-ah X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/08/23 12:35:22 PDT Modified files: net/tintin++/files patch-ac patch-ad Added files: net/tintin++/files patch-ae patch-af patch-ag patch-ah Log: Split patch files into one patch per file. Fix build on current by #including the relevant headers instead of trying to guess declarations. Revision Changes Path 1.2 +0 -17 ports/net/tintin++/files/patch-ac 1.2 +0 -57 ports/net/tintin++/files/patch-ad 1.1 +25 -0 ports/net/tintin++/files/patch-ae (new) 1.1 +20 -0 ports/net/tintin++/files/patch-af (new) 1.1 +15 -0 ports/net/tintin++/files/patch-ag (new) 1.1 +17 -0 ports/net/tintin++/files/patch-ah (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 12:38:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73E5537B400; Fri, 23 Aug 2002 12:38:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0077143E72; Fri, 23 Aug 2002 12:38:09 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NJc8JU025436; Fri, 23 Aug 2002 12:38:08 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NJc85P025435; Fri, 23 Aug 2002 12:38:08 -0700 (PDT) Message-Id: <200208231938.g7NJc85P025435@freefall.freebsd.org> From: Joe Marcus Clarke Date: Fri, 23 Aug 2002 12:38:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/pan2 Makefile ports/news/pan2/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 marcus 2002/08/23 12:38:08 PDT Modified files: news/pan2 Makefile news/pan2/files patch-configure Log: Remove -Wl,--export-dynamic from the list of LDFLAGS. This caused strange bus errors in the pango library (perhaps a symbol name conflict). Bump PORTREVISION. Revision Changes Path 1.63 +1 -0 ports/news/pan2/Makefile 1.2 +30 -3 ports/news/pan2/files/patch-configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 13: 1:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7D0837B400; Fri, 23 Aug 2002 13:01:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 699D743E6E; Fri, 23 Aug 2002 13:01:38 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NK1cJU028031; Fri, 23 Aug 2002 13:01:38 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NK1ckO028030; Fri, 23 Aug 2002 13:01:38 -0700 (PDT) Message-Id: <200208232001.g7NK1ckO028030@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 23 Aug 2002 13:01:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/NeTraMet/files patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/08/23 13:01:38 PDT Added files: net/NeTraMet/files patch-ab patch-ac Log: Don't try and guess what the type of sys_nerr is, use instead. Revision Changes Path 1.1 +10 -0 ports/net/NeTraMet/files/patch-ab (new) 1.1 +10 -0 ports/net/NeTraMet/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 Fri Aug 23 13: 3:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B6BA37B400; Fri, 23 Aug 2002 13:03:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 373BA43E81; Fri, 23 Aug 2002 13:03:19 -0700 (PDT) (envelope-from deischen@FreeBSD.org) Received: from freefall.freebsd.org (deischen@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NK3JJU028184; Fri, 23 Aug 2002 13:03:19 -0700 (PDT) (envelope-from deischen@freefall.freebsd.org) Received: (from deischen@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NK3Jqx028183; Fri, 23 Aug 2002 13:03:19 -0700 (PDT) Message-Id: <200208232003.g7NK3Jqx028183@freefall.freebsd.org> From: Daniel Eischen Date: Fri, 23 Aug 2002 13:03:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/nedit Makefile ports/editors/nedit/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 deischen 2002/08/23 13:03:19 PDT Modified files: editors/nedit Makefile editors/nedit/files patch-aa patch-ab Log: Go back to kan's fix and set BINOWN, BINGRP, BINMODE in MAKE_ENV. Trying to use INSTALL_{PROGRAM,DATA,MAN} just doesn't seem to work for nested makes. I give up trying to make it work. Revision Changes Path 1.32 +1 -0 ports/editors/nedit/Makefile 1.11 +3 -3 ports/editors/nedit/files/patch-aa 1.4 +2 -2 ports/editors/nedit/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 Aug 23 13: 4:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2864937B400; Fri, 23 Aug 2002 13:04:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3D1D43E4A; Fri, 23 Aug 2002 13:04:49 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NK4nJU028357; Fri, 23 Aug 2002 13:04:49 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NK4nvw028356; Fri, 23 Aug 2002 13:04:49 -0700 (PDT) Message-Id: <200208232004.g7NK4nvw028356@freefall.freebsd.org> From: Mike Barcroft Date: Fri, 23 Aug 2002 13:04:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys _types.h mman.h types.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 mike 2002/08/23 13:04:49 PDT Modified files: sys/sys _types.h mman.h types.h Log: o Fix namespace issues in . o Move mode_t details from into . o Add primitives for sharing the mode_t and off_t typedefs. o Add typedefs mode_t, off_t, and size_t to . PR: 21644 Revision Changes Path 1.6 +1 -0 src/sys/sys/_types.h 1.33 +55 -24 src/sys/sys/mman.h 1.68 +11 -1 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 Aug 23 13: 7:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13CEF37B400; Fri, 23 Aug 2002 13:07:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B993543E42; Fri, 23 Aug 2002 13:07:19 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NK7JJU032987; Fri, 23 Aug 2002 13:07:19 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NK7JvJ032986; Fri, 23 Aug 2002 13:07:19 -0700 (PDT) Message-Id: <200208232007.g7NK7JvJ032986@freefall.freebsd.org> From: Archie Cobbs Date: Fri, 23 Aug 2002 13:07:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/ipfilter/netinet ip_frag.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 archie 2002/08/23 13:07:19 PDT Modified files: sys/contrib/ipfilter/netinet ip_frag.c Log: Don't use "NULL" when "0" is really meant. But in this case, "-1" is really meant. Reviewed by: darrenr Revision Changes Path 1.22 +1 -1 src/sys/contrib/ipfilter/netinet/ip_frag.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 13:13:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7E9937B400; Fri, 23 Aug 2002 13:13:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AF7843E42; Fri, 23 Aug 2002 13:13:23 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from freefall.freebsd.org (julian@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NKDNJU033815; Fri, 23 Aug 2002 13:13:23 -0700 (PDT) (envelope-from julian@freefall.freebsd.org) Received: (from julian@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NKDNGo033814; Fri, 23 Aug 2002 13:13:23 -0700 (PDT) Message-Id: <200208232013.g7NKDNGo033814@freefall.freebsd.org> From: Julian Elischer Date: Fri, 23 Aug 2002 13:13:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys proc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2002/08/23 13:13:23 PDT Modified files: sys/sys proc.h Log: Add the complex state TDS_SUSP_SLP. This state is to allow some experimentation and not YET used.. The theory is that a thread that is about to sleep is placed on the sleep queue and then discovers it should suspend, and is placed on suspend queue. (these are separate queues and it can be on both). It will not become runnable until it has been removed from BOTH queues. i.e. a wakeup event has occured AND the process has been unsuspended. If it were not on the sleep queue when suspended, then the (possibly only) wakeup event might arrive and not find any process to wake up. this would result in the thread sleeping 'forever' when the suspension is lifted. This state will transition to one of TDS_SLP or TDS_SUSPENDED, depending upon which constraint is lifted first. Revision Changes Path 1.235 +2 -1 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 13:14:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F6E737B400; Fri, 23 Aug 2002 13:14:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1C2B43E88; Fri, 23 Aug 2002 13:14:12 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NKECJU033897; Fri, 23 Aug 2002 13:14:12 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NKECMZ033896; Fri, 23 Aug 2002 13:14:12 -0700 (PDT) Message-Id: <200208232014.g7NKECMZ033896@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 23 Aug 2002 13:14:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/drweb Makefile distinfo pkg-plist ports/security/drweb/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/08/23 13:14:12 PDT Modified files: security/drweb Makefile distinfo pkg-plist security/drweb/files patch-aa Log: Upgrade to 4.28.2 Revision Changes Path 1.27 +3 -3 ports/security/drweb/Makefile 1.11 +1 -1 ports/security/drweb/distinfo 1.5 +14 -7 ports/security/drweb/files/patch-aa 1.15 +1 -3 ports/security/drweb/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 13:47:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F89337B400; Fri, 23 Aug 2002 13:47:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01FD643E42; Fri, 23 Aug 2002 13:47:37 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: from freefall.freebsd.org (olgeni@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NKlaJU036801; Fri, 23 Aug 2002 13:47:36 -0700 (PDT) (envelope-from olgeni@freefall.freebsd.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NKlaG8036800; Fri, 23 Aug 2002 13:47:36 -0700 (PDT) Message-Id: <200208232047.g7NKlaG8036800@freefall.freebsd.org> From: Jimmy Olgeni Date: Fri, 23 Aug 2002 13:47:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/postgresql_autodoc Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/08/23 13:47:36 PDT Modified files: databases Makefile Added files: databases/postgresql_autodoc Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add postgresql_autodoc, an automatic documentation generator for postgresql. Supports output in HTML, GraphViz, SGML DocBook and DIA formats. Revision Changes Path 1.199 +1 -0 ports/databases/Makefile 1.1 +31 -0 ports/databases/postgresql_autodoc/Makefile (new) 1.1 +1 -0 ports/databases/postgresql_autodoc/distinfo (new) 1.1 +1 -0 ports/databases/postgresql_autodoc/pkg-comment (new) 1.1 +4 -0 ports/databases/postgresql_autodoc/pkg-descr (new) 1.1 +1 -0 ports/databases/postgresql_autodoc/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 Aug 23 13:47:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8453237B405; Fri, 23 Aug 2002 13:47:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38A9243E42; Fri, 23 Aug 2002 13:47:39 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: from freefall.freebsd.org (olgeni@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NKldJU036834; Fri, 23 Aug 2002 13:47:39 -0700 (PDT) (envelope-from olgeni@freefall.freebsd.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NKldkW036833; Fri, 23 Aug 2002 13:47:39 -0700 (PDT) Message-Id: <200208232047.g7NKldkW036833@freefall.freebsd.org> From: Jimmy Olgeni Date: Fri, 23 Aug 2002 13:47:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/08/23 13:47:39 PDT Modified files: . modules Log: postgresql_autodoc --> ports/databases/postgresql_autodoc Revision Changes Path 1.5752 +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 Aug 23 13:54:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8E9637B400; Fri, 23 Aug 2002 13:54:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99CD043E4A; Fri, 23 Aug 2002 13:54:32 -0700 (PDT) (envelope-from orion@FreeBSD.org) Received: from freefall.freebsd.org (orion@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NKsWJU037533; Fri, 23 Aug 2002 13:54:32 -0700 (PDT) (envelope-from orion@freefall.freebsd.org) Received: (from orion@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NKsWoK037532; Fri, 23 Aug 2002 13:54:32 -0700 (PDT) Message-Id: <200208232054.g7NKsWoK037532@freefall.freebsd.org> From: Orion Hodson Date: Fri, 23 Aug 2002 13:54:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci cmi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG orion 2002/08/23 13:54:32 PDT Modified files: sys/dev/sound/pci cmi.c Log: Make sure channel buffer start is associated with channel, otherwise getptr is broken. Noise reported by Thomas Draney who also tested the patch. Revision Changes Path 1.17 +3 -3 src/sys/dev/sound/pci/cmi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 13:57:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0882D37B400; Fri, 23 Aug 2002 13:57:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A867B43E77; Fri, 23 Aug 2002 13:57:46 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: from freefall.freebsd.org (petef@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NKvkJU037781; Fri, 23 Aug 2002 13:57:46 -0700 (PDT) (envelope-from petef@freefall.freebsd.org) Received: (from petef@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NKvk6K037780; Fri, 23 Aug 2002 13:57:46 -0700 (PDT) Message-Id: <200208232057.g7NKvk6K037780@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 23 Aug 2002 13:57:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/koffice-kde3/files patch-KDChartPainter.cpp patch-KDChartTable.h patch-kspread_interpreter.cc X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2002/08/23 13:57:46 PDT Modified files: editors/koffice-kde3/files patch-KDChartTable.h Added files: editors/koffice-kde3/files patch-KDChartPainter.cpp patch-kspread_interpreter.cc Log: Fix the koffice build. PR: 40342 Submitted by: Peter Avalos Forgotten by: petef :) Revision Changes Path 1.1 +11 -0 ports/editors/koffice-kde3/files/patch-KDChartPainter.cpp (new) 1.2 +14 -11 ports/editors/koffice-kde3/files/patch-KDChartTable.h 1.1 +26 -0 ports/editors/koffice-kde3/files/patch-kspread_interpreter.cc (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 14: 7:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF89637B400; Fri, 23 Aug 2002 14:07:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CE7C43E77; Fri, 23 Aug 2002 14:07:25 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NL7PJU042974; Fri, 23 Aug 2002 14:07:25 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NL7PbG042973; Fri, 23 Aug 2002 14:07:25 -0700 (PDT) Message-Id: <200208232107.g7NL7PbG042973@freefall.freebsd.org> From: Oliver Braun Date: Fri, 23 Aug 2002 14:07:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/hpl 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 obraun 2002/08/23 14:07:25 PDT Modified files: devel Makefile Added files: devel/hpl Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add hpl 0.3.3, haskell Ports Library provides ports in Haskell. Approved by: dwcjr (mentor) Revision Changes Path 1.903 +1 -0 ports/devel/Makefile 1.1 +24 -0 ports/devel/hpl/Makefile (new) 1.1 +1 -0 ports/devel/hpl/distinfo (new) 1.1 +1 -0 ports/devel/hpl/pkg-comment (new) 1.1 +13 -0 ports/devel/hpl/pkg-descr (new) 1.1 +11 -0 ports/devel/hpl/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 Aug 23 14: 7:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2517537B41B; Fri, 23 Aug 2002 14:07:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCC5943E42; Fri, 23 Aug 2002 14:07:34 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NL7YJU043011; Fri, 23 Aug 2002 14:07:34 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NL7Y3x043010; Fri, 23 Aug 2002 14:07:34 -0700 (PDT) Message-Id: <200208232107.g7NL7Y3x043010@freefall.freebsd.org> From: Oliver Braun Date: Fri, 23 Aug 2002 14:07:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/08/23 14:07:34 PDT Modified files: . modules Log: hpl --> ports/devel/hpl Revision Changes Path 1.5753 +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 Aug 23 14: 8:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0524F37B400; Fri, 23 Aug 2002 14:08:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAB5943E65; Fri, 23 Aug 2002 14:08:20 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: from freefall.freebsd.org (olgeni@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NL8KJU043180; Fri, 23 Aug 2002 14:08:20 -0700 (PDT) (envelope-from olgeni@freefall.freebsd.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NL8KSs043179; Fri, 23 Aug 2002 14:08:20 -0700 (PDT) Message-Id: <200208232108.g7NL8KSs043179@freefall.freebsd.org> From: Jimmy Olgeni Date: Fri, 23 Aug 2002 14:08:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/webmin Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/08/23 14:08:20 PDT Modified files: sysutils/webmin Makefile distinfo Log: Update useradmin module. Revision Changes Path 1.125 +3 -2 ports/sysutils/webmin/Makefile 1.98 +1 -0 ports/sysutils/webmin/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 14: 8:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D48DB37B436; Fri, 23 Aug 2002 14:08:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85CAE43E65; Fri, 23 Aug 2002 14:08:27 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: from freefall.freebsd.org (petef@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NL8RJU043209; Fri, 23 Aug 2002 14:08:27 -0700 (PDT) (envelope-from petef@freefall.freebsd.org) Received: (from petef@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NL8RPr043208; Fri, 23 Aug 2002 14:08:27 -0700 (PDT) Message-Id: <200208232108.g7NL8RPr043208@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 23 Aug 2002 14:08:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cscope 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 petef 2002/08/23 14:08:27 PDT Modified files: devel/cscope distinfo Log: The tarball was re-rolled to fix some Cygwin bugs, so add this new checksum and leave the old checksum too, per trevor@'s advice. PR: 41790 Submitted by: Matthias Andree Revision Changes Path 1.6 +1 -0 ports/devel/cscope/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 14:17:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0A2A37B400; Fri, 23 Aug 2002 14:17:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F7F743E4A; Fri, 23 Aug 2002 14:17:12 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NLHCJU044305; Fri, 23 Aug 2002 14:17:12 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NLHCNX044304; Fri, 23 Aug 2002 14:17:12 -0700 (PDT) Message-Id: <200208232117.g7NLHCNX044304@freefall.freebsd.org> From: Joe Marcus Clarke Date: Fri, 23 Aug 2002 14:17:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/file_menu_applet Makefile pkg-descr pkg-install X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/23 14:17:12 PDT Modified files: x11-fm/file_menu_applet Makefile pkg-descr Added files: x11-fm/file_menu_applet pkg-install Log: Use USE_GNOMENG. PR: 41955 Submitted by: maintainer Revision Changes Path 1.3 +5 -1 ports/x11-fm/file_menu_applet/Makefile 1.2 +1 -0 ports/x11-fm/file_menu_applet/pkg-descr 1.1 +20 -0 ports/x11-fm/file_menu_applet/pkg-install (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 14:24:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5E3537B400; Fri, 23 Aug 2002 14:24:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CA1343E9C; Fri, 23 Aug 2002 14:24:51 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: from freefall.freebsd.org (petef@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NLOpJU044996; Fri, 23 Aug 2002 14:24:51 -0700 (PDT) (envelope-from petef@freefall.freebsd.org) Received: (from petef@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NLOpqT044995; Fri, 23 Aug 2002 14:24:51 -0700 (PDT) Message-Id: <200208232124.g7NLOpqT044995@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 23 Aug 2002 14:24:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/eboard Makefile distinfo ports/games/eboard/files patch-network.cc patch-network.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 petef 2002/08/23 14:24:50 PDT Modified files: games/eboard Makefile distinfo games/eboard/files patch-network.cc Added files: games/eboard/files patch-network.h Log: Update to 0.6.2. Submitted by: "Brian K. White" Revision Changes Path 1.16 +1 -1 ports/games/eboard/Makefile 1.12 +1 -1 ports/games/eboard/distinfo 1.2 +3 -3 ports/games/eboard/files/patch-network.cc 1.1 +13 -0 ports/games/eboard/files/patch-network.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 14:30:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEB0837B400; Fri, 23 Aug 2002 14:30:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6000543E4A; Fri, 23 Aug 2002 14:30:54 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: from freefall.freebsd.org (petef@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NLUsJU045635; Fri, 23 Aug 2002 14:30:54 -0700 (PDT) (envelope-from petef@freefall.freebsd.org) Received: (from petef@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NLUsd7045634; Fri, 23 Aug 2002 14:30:54 -0700 (PDT) Message-Id: <200208232130.g7NLUsd7045634@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 23 Aug 2002 14:30:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/devtodo 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 petef 2002/08/23 14:30:54 PDT Modified files: devel/devtodo Makefile distinfo Log: - update to 0.1.14 - MASTER_SITES has moved to sourceforge - use EXAMPLESDIR PR: 41897 Submitted by: Sergei Kolobov Revision Changes Path 1.9 +10 -6 ports/devel/devtodo/Makefile 1.5 +1 -1 ports/devel/devtodo/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 14:32:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6521737B400; Fri, 23 Aug 2002 14:32:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A75743E7B; Fri, 23 Aug 2002 14:32:15 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: from freefall.freebsd.org (petef@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NLWEJU045780; Fri, 23 Aug 2002 14:32:14 -0700 (PDT) (envelope-from petef@freefall.freebsd.org) Received: (from petef@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NLWEwU045779; Fri, 23 Aug 2002 14:32:14 -0700 (PDT) Message-Id: <200208232132.g7NLWEwU045779@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 23 Aug 2002 14:32:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-libwww Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2002/08/23 14:32:14 PDT Modified files: www/p5-libwww Makefile Log: Remove a .bak file created by ${REINPLACE_CMD}; otherwise it gets installed. Noticed by: kevlo Revision Changes Path 1.55 +1 -0 ports/www/p5-libwww/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 14:41:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAD6A37B400; Fri, 23 Aug 2002 14:41:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AC7543E72; Fri, 23 Aug 2002 14:41:14 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: from freefall.freebsd.org (petef@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NLfEJU046752; Fri, 23 Aug 2002 14:41:14 -0700 (PDT) (envelope-from petef@freefall.freebsd.org) Received: (from petef@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NLfE1D046751; Fri, 23 Aug 2002 14:41:14 -0700 (PDT) Message-Id: <200208232141.g7NLfE1D046751@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 23 Aug 2002 14:41:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Class-Date 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 2002/08/23 14:41:14 PDT Modified files: devel/p5-Class-Date Makefile distinfo pkg-plist Log: Update to 1.1.0. Revision Changes Path 1.8 +1 -1 ports/devel/p5-Class-Date/Makefile 1.7 +1 -1 ports/devel/p5-Class-Date/distinfo 1.2 +3 -0 ports/devel/p5-Class-Date/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 14:46: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43A3F37B400; Fri, 23 Aug 2002 14:46:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E329143E6E; Fri, 23 Aug 2002 14:45:59 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NLjxJU047282; Fri, 23 Aug 2002 14:45:59 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NLjxWg047281; Fri, 23 Aug 2002 14:45:59 -0700 (PDT) Message-Id: <200208232145.g7NLjxWg047281@freefall.freebsd.org> From: Peter Wemm Date: Fri, 23 Aug 2002 14:45:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa apic_vector.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 peter 2002/08/23 14:45:59 PDT Modified files: sys/i386/isa apic_vector.s Log: Ok, somebody please shoot me. The asm I wrote for the ranged IPI shootdown was wrong. It only ever invalidated one page due to me getting the loop terminator wrong. This explains the DISABLE_PG_G effect on SMP. Revision Changes Path 1.85 +1 -1 src/sys/i386/isa/apic_vector.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 14:49:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 710AF37B400; Fri, 23 Aug 2002 14:49:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 230AD43E6A; Fri, 23 Aug 2002 14:49:51 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NLnpJU047535; Fri, 23 Aug 2002 14:49:51 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NLnoaK047534; Fri, 23 Aug 2002 14:49:50 -0700 (PDT) Message-Id: <200208232149.g7NLnoaK047534@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 23 Aug 2002 14:49:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/amp/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 kris 2002/08/23 14:49:50 PDT Modified files: audio/amp/files patch-aa Log: -> Revision Changes Path 1.5 +9 -3 ports/audio/amp/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 14:59:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC9CF37B400; Fri, 23 Aug 2002 14:59:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CEE043E72; Fri, 23 Aug 2002 14:59:22 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NLxMJU048441; Fri, 23 Aug 2002 14:59:22 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NLxMw9048440; Fri, 23 Aug 2002 14:59:22 -0700 (PDT) Message-Id: <200208232159.g7NLxMw9048440@freefall.freebsd.org> From: Oliver Braun Date: Fri, 23 Aug 2002 14:59:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mimedefang 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 obraun 2002/08/23 14:59:22 PDT Modified files: mail/mimedefang Makefile distinfo Log: Upgrade to 2.19. PR: ports/41958 Submitted by: maintainer Approved by: dwcjr (mentor) Revision Changes Path 1.9 +1 -1 ports/mail/mimedefang/Makefile 1.8 +1 -1 ports/mail/mimedefang/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 15: 1:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D11B37B400; Fri, 23 Aug 2002 15:01:33 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1835C43E72; Fri, 23 Aug 2002 15:01:32 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g7NM1VKq092641; Sat, 24 Aug 2002 00:01:31 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g7NM1VYW1103935; Sat, 24 Aug 2002 00:01:31 +0200 (MES) Date: Sat, 24 Aug 2002 00:03:02 +0200 (CEST) From: Martin Blapp To: Peter Wemm Cc: , Subject: Hurrah ! Re: cvs commit: src/sys/i386/isa apic_vector.s In-Reply-To: <200208232145.g7NLjxWg047281@freefall.freebsd.org> Message-ID: <20020824000117.M50084-100000@levais.imp.ch> 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 Hi Peter ! > Ok, somebody please shoot me. The asm I wrote for the ranged IPI shootdown > was wrong. It only ever invalidated one page due to me getting the loop > terminator wrong. This explains the DISABLE_PG_G effect on SMP. Also viewable on UP ? This is not a UP machine. Should this fix also make the effect on UP machines disappear ? Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 15: 5: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDC5237B400; Fri, 23 Aug 2002 15:05:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FC5043E77; Fri, 23 Aug 2002 15:05:03 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NM53JU049488; Fri, 23 Aug 2002 15:05:03 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NM53Sp049485; Fri, 23 Aug 2002 15:05:03 -0700 (PDT) Message-Id: <200208232205.g7NM53Sp049485@freefall.freebsd.org> From: Marc Fonvieille Date: Fri, 23 Aug 2002 15:05:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/docproj docproj.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 blackend 2002/08/23 15:05:03 PDT Modified files: en/docproj docproj.sgml Log: Punctuation fix. Revision Changes Path 1.15 +3 -3 www/en/docproj/docproj.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 15: 8: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DCE137B400; Fri, 23 Aug 2002 15:08:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FFF443E88; Fri, 23 Aug 2002 15:08:03 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NM82JU053753; Fri, 23 Aug 2002 15:08:02 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NM82nY053752; Fri, 23 Aug 2002 15:08:02 -0700 (PDT) Message-Id: <200208232208.g7NM82nY053752@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 23 Aug 2002 15:08:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/jx 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 2002/08/23 15:08:02 PDT Modified files: x11-toolkits/jx Makefile Log: Mark BROKEN for -CURRENT post gcc 3.1 Revision Changes Path 1.17 +5 -0 ports/x11-toolkits/jx/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 15:10:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC20C37B400; Fri, 23 Aug 2002 15:10:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CEEA43E75; Fri, 23 Aug 2002 15:10:38 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NMAcJU054264; Fri, 23 Aug 2002 15:10:38 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NMAckF054263; Fri, 23 Aug 2002 15:10:38 -0700 (PDT) Message-Id: <200208232210.g7NMAckF054263@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 23 Aug 2002 15:10:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/apcupsd/files patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/08/23 15:10:38 PDT Added files: sysutils/apcupsd/files patch-ad Log: Doing this is lame and causes the -current build to fail: int true = 1; while (true) { Revision Changes Path 1.1 +13 -0 ports/sysutils/apcupsd/files/patch-ad (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 15:11:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9363D37B400; Fri, 23 Aug 2002 15:11:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4853343E81; Fri, 23 Aug 2002 15:11:48 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NMBmJU054378; Fri, 23 Aug 2002 15:11:48 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NMBmn1054377; Fri, 23 Aug 2002 15:11:48 -0700 (PDT) Message-Id: <200208232211.g7NMBmn1054377@freefall.freebsd.org> From: Oliver Braun Date: Fri, 23 Aug 2002 15:11:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/gtk+hs 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 obraun 2002/08/23 15:11:48 PDT Modified files: x11-toolkits Makefile Added files: x11-toolkits/gtk+hs Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add gtk+hs 0.11.5, a GTK+ Binding for Haskell. Approved by: dwcjr (mentor) Revision Changes Path 1.187 +1 -0 ports/x11-toolkits/Makefile 1.1 +34 -0 ports/x11-toolkits/gtk+hs/Makefile (new) 1.1 +1 -0 ports/x11-toolkits/gtk+hs/distinfo (new) 1.1 +1 -0 ports/x11-toolkits/gtk+hs/pkg-comment (new) 1.1 +8 -0 ports/x11-toolkits/gtk+hs/pkg-descr (new) 1.1 +123 -0 ports/x11-toolkits/gtk+hs/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 Aug 23 15:12: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89E2537B41B; Fri, 23 Aug 2002 15:11:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A91F43E42; Fri, 23 Aug 2002 15:11:55 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NMBtJU054413; Fri, 23 Aug 2002 15:11:55 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NMBtRd054412; Fri, 23 Aug 2002 15:11:55 -0700 (PDT) Message-Id: <200208232211.g7NMBtRd054412@freefall.freebsd.org> From: Oliver Braun Date: Fri, 23 Aug 2002 15:11:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/08/23 15:11:54 PDT Modified files: . modules Log: gtk+hs --> ports/x11-toolkits/gtk+hs Revision Changes Path 1.5754 +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 Aug 23 15:16:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F7ED37B400; Fri, 23 Aug 2002 15:16:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FCC143E72; Fri, 23 Aug 2002 15:16:53 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NMGrJU054863; Fri, 23 Aug 2002 15:16:53 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NMGqK4054862; Fri, 23 Aug 2002 15:16:52 -0700 (PDT) Message-Id: <200208232216.g7NMGqK4054862@freefall.freebsd.org> From: Marc Fonvieille Date: Fri, 23 Aug 2002 15:16:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/docproj doc-set.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 blackend 2002/08/23 15:16:52 PDT Modified files: en/docproj doc-set.sgml Log: Punctuation fix. Revision Changes Path 1.12 +2 -2 www/en/docproj/doc-set.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 15:20: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43BDC37B400; Fri, 23 Aug 2002 15:19:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8FC943E77; Fri, 23 Aug 2002 15:19:57 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from freefall.freebsd.org (marcel@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NMJvJU055049; Fri, 23 Aug 2002 15:19:57 -0700 (PDT) (envelope-from marcel@freefall.freebsd.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NMJvQX055048; Fri, 23 Aug 2002 15:19:57 -0700 (PDT) Message-Id: <200208232219.g7NMJvQX055048@freefall.freebsd.org> From: Marcel Moolenaar Date: Fri, 23 Aug 2002 15:19:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/include _types.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 marcel 2002/08/23 15:19:57 PDT Modified files: sys/ia64/include _types.h Log: s/_BSD_VA_LIST_/__va_list/. The former type doesn't exist anymore. Revision Changes Path 1.3 +1 -1 src/sys/ia64/include/_types.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 15:21:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7D1537B405; Fri, 23 Aug 2002 15:21:34 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 471FD43E4A; Fri, 23 Aug 2002 15:21:34 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 33F582A7D6; Fri, 23 Aug 2002 15:21:34 -0700 (PDT) (envelope-from peter@wemm.org) To: Martin Blapp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Hurrah ! Re: cvs commit: src/sys/i386/isa apic_vector.s In-Reply-To: <20020824000117.M50084-100000@levais.imp.ch> Date: Fri, 23 Aug 2002 15:21:34 -0700 From: Peter Wemm Message-Id: <20020823222134.33F582A7D6@canning.wemm.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 Martin Blapp wrote: > > > Hi Peter ! > > > Ok, somebody please shoot me. The asm I wrote for the ranged IPI shootdo wn > > was wrong. It only ever invalidated one page due to me getting the loop > > terminator wrong. This explains the DISABLE_PG_G effect on SMP. > > Also viewable on UP ? This is not a UP machine. Should this fix > also make the effect on UP machines disappear ? No, but I have another patch that I'd like you to test shortly. I need to do a couple more sanity checks to make sure it doesn't break SMP. It works on my laptop. It *might* just happen solve the pentium4 UP problems. Note that it is not directly related to pentium4 bugs but tries to solve some other dubious problems. If you are feeling brave, you may like to try this early: http://people.freebsd.org/%7Epeter/4mb.diff I'm pretty sure it is ok on UP, but it might make SMP explode during AP startup as I've not yet finished untangling the hacks. What it does is this: - Move the default load address of the kernel from 1MB to 4MB. - This avoids having a 4MB page pointing at physical address zero, which some early intel errata say is a Bad Idea which causes strange TLB bugs. - This means we can undo a bunch of hacks to temporarily disable or defer 4MB mode during SMP startup. XXX not yet finished for the SMP case. - It should solve the ppro startup bugs we had in a non-hackish fashion. - It now puts ALL of the kernel in as many 4MB pages as are needed. Previously only the first 3MB would fit and the rest would run from 4K pages. If it happens to solve the Pentium4 problems, then that would be a bonus. Given that disabling PSE mode seems to have some effect, tidying this up just might do something useful here. Yes, it is configurable so that this doesn't absolutely rule out running a tiny stripped down kernel on a 4MB machine. (fat chance of it being possible, but I wont be the one to guarantee it not working :) I've also considered the possibility that we may need to set up the initial page table in locore in 4MB mode to truely avoid the overlapping 4K/4M tlb issues. At least the underlying 4K pages do not have the global bit set so they will expire. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "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 Aug 23 15:29:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04AB037B400; Fri, 23 Aug 2002 15:29:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA1C743E3B; Fri, 23 Aug 2002 15:29:16 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NMTGJU056001; Fri, 23 Aug 2002 15:29:16 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NMTGw4056000; Fri, 23 Aug 2002 15:29:16 -0700 (PDT) Message-Id: <200208232229.g7NMTGw4056000@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 23 Aug 2002 15:29:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/libdv 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 2002/08/23 15:29:16 PDT Modified files: graphics/libdv Makefile Log: Fix build in -CURRENT. It was not finding gtk+.pc Submitted by: bento (warning), kris (fix) Revision Changes Path 1.10 +2 -1 ports/graphics/libdv/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 15:33: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 752A237B405; Fri, 23 Aug 2002 15:32:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F4B243E4A; Fri, 23 Aug 2002 15:32:58 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NMWvJU056595; Fri, 23 Aug 2002 15:32:57 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NMWvBI056594; Fri, 23 Aug 2002 15:32:57 -0700 (PDT) Message-Id: <200208232232.g7NMWvBI056594@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 23 Aug 2002 15:32:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/08/23 15:32:57 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: MAC (mostly a placeholder for now). MFCs noted: smbfs-1.4.5 (small grammatical fix). Markup fix: Use manpage entity for uvisor(4). Revision Changes Path 1.413 +13 -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 Fri Aug 23 15:34: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D51437B400; Fri, 23 Aug 2002 15:33:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D110843E75; Fri, 23 Aug 2002 15:33:56 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NMXuJU056732; Fri, 23 Aug 2002 15:33:56 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NMXuvH056731; Fri, 23 Aug 2002 15:33:56 -0700 (PDT) Message-Id: <200208232233.g7NMXuvH056731@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 23 Aug 2002 15:33:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/08/23 15:33:56 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: smbfs-1.4.5. Use manpage entity for uvisor(4). Revision Changes Path 1.22.2.283 +5 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 15:42:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFC6437B400; Fri, 23 Aug 2002 15:42:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C4E943E86; Fri, 23 Aug 2002 15:42:51 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: from freefall.freebsd.org (petef@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NMgpJU057665; Fri, 23 Aug 2002 15:42:51 -0700 (PDT) (envelope-from petef@freefall.freebsd.org) Received: (from petef@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NMgpCs057664; Fri, 23 Aug 2002 15:42:51 -0700 (PDT) Message-Id: <200208232242.g7NMgpCs057664@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 23 Aug 2002 15:42:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/p5-Net-FTPServer Makefile distinfo pkg-message pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2002/08/23 15:42:51 PDT Modified files: ftp/p5-Net-FTPServer Makefile distinfo pkg-message pkg-plist Log: Update to 1.111. Revision Changes Path 1.12 +13 -3 ports/ftp/p5-Net-FTPServer/Makefile 1.9 +1 -1 ports/ftp/p5-Net-FTPServer/distinfo 1.2 +1 -1 ports/ftp/p5-Net-FTPServer/pkg-message 1.6 +6 -1 ports/ftp/p5-Net-FTPServer/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 15:43:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0751F37B400; Fri, 23 Aug 2002 15:43:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB54343E6A; Fri, 23 Aug 2002 15:43:28 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NMhSJU057778; Fri, 23 Aug 2002 15:43:28 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NMhS7a057777; Fri, 23 Aug 2002 15:43:28 -0700 (PDT) Message-Id: <200208232243.g7NMhS7a057777@freefall.freebsd.org> From: Peter Wemm Date: Fri, 23 Aug 2002 15:43:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_generic.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/08/23 15:43:28 PDT Modified files: sys/kern sys_generic.c Log: Move the TAILQ_INIT(&td->td_selq) before the retry: label. Otherwise in some circumstances when we get a select collision, we can end up with cases where we do not clear some sip->si_thread on the way out, leading to page faults in selwakeup(). This should solve the problem where postfix can crash the kernel during select collisions. Reviewed by: alfred Revision Changes Path 1.111 +2 -4 src/sys/kern/sys_generic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 16:13:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C433537B400 for ; Fri, 23 Aug 2002 16:13:44 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FA0243E84 for ; Fri, 23 Aug 2002 16:13:43 -0700 (PDT) (envelope-from billf@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1098) id 4BC56AE1C1; Fri, 23 Aug 2002 16:13:43 -0700 (PDT) Date: Fri, 23 Aug 2002 16:13:43 -0700 From: Bill Fumerola To: Joseph Scott Cc: cvs-all@freebsd.org Subject: Re: cvs commit: ports/net/ethereal Makefile distinfo pkg-plist Message-ID: <20020823231343.GF6908@elvis.mu.org> References: <200208231029.g7NATpP2019991@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.27i X-Operating-System: FreeBSD 4.5-MUORG-20020805 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 Fri, Aug 23, 2002 at 10:51:22AM -0700, Joseph Scott wrote: > ports/40387 : unable to 'make package' on net/ethereal > > The diff in the this PR seems to have already been taken care > of. I did a quick test build of ethereal and didn't see any plist > issues. I also did a 'make package' which build without any problems. yeah my update fixed what was in this pr. closed. > ports/38853 : net/ethereal: configure fails > > This appears to not really be an issue with ethereal but the ports > system (or maybe just portupgrade). from the PR: >Responsible: portmgr >State: open ... and i'm the one that put it there. i don't think there is anything i can do about ports that get split (net-snmp -> net-snmp & net-snmp4) and a port that needs to follow the new one (net-snmp4) but NOT the old one. > ports/40915 : Fix pkg-plist for net/ethereal > > The second part of this PR is the same as 40387, which has already > been addressed. The first part takes issue with static libs being > installed. A diff is included. i'd rather see this patch go to the ethereal maintainers. i'll disable building of static libs when it doesn't still leave .la files all over the place (which the submitters patch fixes, but i thinks its something the authors should fix). -- - bill fumerola / fumerola@yahoo-inc.com / billf@FreeBSD.org / billf@mu.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 16:19:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C6D037B400; Fri, 23 Aug 2002 16:19:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D279A43E6A; Fri, 23 Aug 2002 16:19:25 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: from freefall.freebsd.org (alfred@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NNJPJU071339; Fri, 23 Aug 2002 16:19:25 -0700 (PDT) (envelope-from alfred@freefall.freebsd.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NNJPWk071338; Fri, 23 Aug 2002 16:19:25 -0700 (PDT) Message-Id: <200208232319.g7NNJPWk071338@freefall.freebsd.org> From: Alfred Perlstein Date: Fri, 23 Aug 2002 16:19:25 -0700 (PDT) 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: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2002/08/23 16:19:25 PDT Modified files: sys/pci if_sis.c Log: Put return values from functions on a line by themselves. Ok'd previously by: wpaul Revision Changes Path 1.56 +72 -36 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 Fri Aug 23 16:20:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EDD637B400 for ; Fri, 23 Aug 2002 16:20:17 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-104-239.dsl.lsan03.pacbell.net [64.169.104.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2DC243E65 for ; Fri, 23 Aug 2002 16:20:16 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id F187466F2A; Fri, 23 Aug 2002 16:20:15 -0700 (PDT) Date: Fri, 23 Aug 2002 16:20:15 -0700 From: Kris Kennaway To: Bill Fumerola Cc: Joseph Scott , cvs-all@freebsd.org Subject: Re: cvs commit: ports/net/ethereal Makefile distinfo pkg-plist Message-ID: <20020823232015.GA79858@xor.obsecurity.org> References: <200208231029.g7NATpP2019991@freefall.freebsd.org> <20020823231343.GF6908@elvis.mu.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Nq2Wo0NMKNjxTN9z" Content-Disposition: inline In-Reply-To: <20020823231343.GF6908@elvis.mu.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --Nq2Wo0NMKNjxTN9z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 23, 2002 at 04:13:43PM -0700, Bill Fumerola wrote: > from the PR: > >Responsible: portmgr > >State: open >=20 > ... and i'm the one that put it there. i don't think there is anything i > can do about ports that get split (net-snmp -> net-snmp & net-snmp4) and > a port that needs to follow the new one (net-snmp4) but NOT the old one. This should have been done the other way: split off the version people shouldn't automatically follow, and upgrade the old version. Kris --Nq2Wo0NMKNjxTN9z Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9ZsMuWry0BWjoQKURAht2AJ4q6ayjJIdnmvLB+UqNHF7frdwyWACg5DFW ZB8k2nRYkpwZ9v081YKhpbk= =eazq -----END PGP SIGNATURE----- --Nq2Wo0NMKNjxTN9z-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 16:25: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB39937B400; Fri, 23 Aug 2002 16:24:50 -0700 (PDT) Received: from tesla.distributel.net (nat.MTL.distributel.NET [66.38.181.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B33243E3B; Fri, 23 Aug 2002 16:24:50 -0700 (PDT) (envelope-from bmilekic@unixdaemons.com) Received: (from bmilekic@localhost) by tesla.distributel.net (8.11.6/8.11.6) id g7NNNM939909; Fri, 23 Aug 2002 19:23:22 -0400 (EDT) (envelope-from bmilekic@unixdaemons.com) Date: Fri, 23 Aug 2002 19:23:22 -0400 From: Bosko Milekic To: Peter Wemm Cc: Martin Blapp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Hurrah ! Re: cvs commit: src/sys/i386/isa apic_vector.s Message-ID: <20020823192322.A39869@unixdaemons.com> References: <20020824000117.M50084-100000@levais.imp.ch> <20020823222134.33F582A7D6@canning.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020823222134.33F582A7D6@canning.wemm.org>; from peter@wemm.org on Fri, Aug 23, 2002 at 03:21:34PM -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 Once you can confirm this to work on SMP I'll give it a whirl and play with the "bug(s)" I stumbled on on the PPro and pII as well as some others... I'll only be able to look at this tomorrow at earliest, though. Thanks for all this work! -Bosko On Fri, Aug 23, 2002 at 03:21:34PM -0700, Peter Wemm wrote: > Martin Blapp wrote: > > > > > > Hi Peter ! > > > > > Ok, somebody please shoot me. The asm I wrote for the ranged IPI shootdo > wn > > > was wrong. It only ever invalidated one page due to me getting the loop > > > terminator wrong. This explains the DISABLE_PG_G effect on SMP. > > > > Also viewable on UP ? This is not a UP machine. Should this fix > > also make the effect on UP machines disappear ? > > No, but I have another patch that I'd like you to test shortly. I need > to do a couple more sanity checks to make sure it doesn't break SMP. It > works on my laptop. It *might* just happen solve the pentium4 UP problems. > Note that it is not directly related to pentium4 bugs but tries to solve > some other dubious problems. > > If you are feeling brave, you may like to try this early: > http://people.freebsd.org/%7Epeter/4mb.diff > I'm pretty sure it is ok on UP, but it might make SMP explode during > AP startup as I've not yet finished untangling the hacks. > > What it does is this: > - Move the default load address of the kernel from 1MB to 4MB. > - This avoids having a 4MB page pointing at physical address zero, which > some early intel errata say is a Bad Idea which causes strange TLB bugs. > - This means we can undo a bunch of hacks to temporarily disable or defer 4MB > mode during SMP startup. XXX not yet finished for the SMP case. > - It should solve the ppro startup bugs we had in a non-hackish fashion. > - It now puts ALL of the kernel in as many 4MB pages as are needed. Previously > only the first 3MB would fit and the rest would run from 4K pages. > > If it happens to solve the Pentium4 problems, then that would be a bonus. > Given that disabling PSE mode seems to have some effect, tidying this up > just might do something useful here. > > Yes, it is configurable so that this doesn't absolutely rule out running > a tiny stripped down kernel on a 4MB machine. (fat chance of it being > possible, but I wont be the one to guarantee it not working :) > > I've also considered the possibility that we may need to set up the > initial page table in locore in 4MB mode to truely avoid the overlapping > 4K/4M tlb issues. At least the underlying 4K pages do not have the global > bit set so they will expire. > > Cheers, > -Peter > -- > Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com > "All of this is for nothing if we don't go to the stars" - JMS/B5 > -- Bosko Milekic * bmilekic@unixdaemons.com * bmilekic@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 16:40:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F6D937B400; Fri, 23 Aug 2002 16:40:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34B5E43E6E; Fri, 23 Aug 2002 16:40:19 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NNeIJU073319; Fri, 23 Aug 2002 16:40:18 -0700 (PDT) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NNeGpG073318; Fri, 23 Aug 2002 16:40:16 -0700 (PDT) Message-Id: <200208232340.g7NNeGpG073318@freefall.freebsd.org> From: Giorgos Keramidas Date: Fri, 23 Aug 2002 16:40:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/08/23 16:40:15 PDT Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Reword a bit the part that describes PowerPC and IA64 mailing lists. Submitted by: Jay Edwards Revision Changes Path 1.466 +2 -2 doc/en_US.ISO8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 16:44:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A7FB37B400; Fri, 23 Aug 2002 16:44:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AD1943E65; Fri, 23 Aug 2002 16:44:29 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NNiSJU073812; Fri, 23 Aug 2002 16:44:28 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NNiSOo073811; Fri, 23 Aug 2002 16:44:28 -0700 (PDT) Message-Id: <200208232344.g7NNiSOo073811@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 23 Aug 2002 16:44:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/bdfresize/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 kris 2002/08/23 16:44:28 PDT Added files: x11-fonts/bdfresize/files patch-aa Log: Don't try and guess the malloc() prototype, that's what system headers are for. Revision Changes Path 1.1 +10 -0 ports/x11-fonts/bdfresize/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 Aug 23 16:45:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B496B37B400; Fri, 23 Aug 2002 16:45:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E9A243E7B; Fri, 23 Aug 2002 16:45:36 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: from freefall.freebsd.org (jdp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NNjPJU073905; Fri, 23 Aug 2002 16:45:25 -0700 (PDT) (envelope-from jdp@freefall.freebsd.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NNjPnM073904; Fri, 23 Aug 2002 16:45:25 -0700 (PDT) Message-Id: <200208232345.g7NNjPnM073904@freefall.freebsd.org> From: John Polstra Date: Fri, 23 Aug 2002 16:45:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mirrors chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jdp 2002/08/23 16:45:25 PDT Modified files: en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: Update the list of Australian CVSup mirrors to reflect current reality. We now have 5 mirrors there with pretty good coverage of the country. Revision Changes Path 1.234 +17 -2 doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 16:47:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01FC637B400; Fri, 23 Aug 2002 16:47:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A862943E4A; Fri, 23 Aug 2002 16:47:41 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NNlfJU074005; Fri, 23 Aug 2002 16:47:41 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NNlfff074004; Fri, 23 Aug 2002 16:47:41 -0700 (PDT) Message-Id: <200208232347.g7NNlfff074004@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 23 Aug 2002 16:47:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/botan 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 kris 2002/08/23 16:47:41 PDT Modified files: security/botan pkg-plist Log: Remove a stray line which is not installed by the port Noticed by: bento Revision Changes Path 1.11 +0 -1 ports/security/botan/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 16:49: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5D9D37B400; Fri, 23 Aug 2002 16:49:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 820B143E4A; Fri, 23 Aug 2002 16:49:03 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: from freefall.freebsd.org (alfred@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NNn3JU074131; Fri, 23 Aug 2002 16:49:03 -0700 (PDT) (envelope-from alfred@freefall.freebsd.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NNn3D9074130; Fri, 23 Aug 2002 16:49:03 -0700 (PDT) Message-Id: <200208232349.g7NNn3D9074130@freefall.freebsd.org> From: Alfred Perlstein Date: Fri, 23 Aug 2002 16:49:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_dc.c if_pcn.c if_rl.c if_sf.c if_sk.c if_ste.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2002/08/23 16:49:03 PDT Modified files: sys/pci if_dc.c if_pcn.c if_rl.c if_sf.c if_sk.c if_ste.c Log: style: put return values on a line by themselves. fix some paste issues where whitespace was used instead of tabs. Revision Changes Path 1.76 +116 -58 src/sys/pci/if_dc.c 1.28 +64 -32 src/sys/pci/if_pcn.c 1.74 +64 -32 src/sys/pci/if_rl.c 1.44 +64 -32 src/sys/pci/if_sf.c 1.51 +91 -47 src/sys/pci/if_sk.c 1.36 +67 -34 src/sys/pci/if_ste.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 16:53:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1FE037B400; Fri, 23 Aug 2002 16:53:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7680643E86; Fri, 23 Aug 2002 16:52:51 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NNqfJU074698; Fri, 23 Aug 2002 16:52:41 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NNqfna074697; Fri, 23 Aug 2002 16:52:41 -0700 (PDT) Message-Id: <200208232352.g7NNqfna074697@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 23 Aug 2002 16:52:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/blockade/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/08/23 16:52:41 PDT Added files: games/blockade/files patch-ab Log: Don't guess prototypes for functions in system headers. Revision Changes Path 1.1 +19 -0 ports/games/blockade/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 Fri Aug 23 16:54:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADFE437B408; Fri, 23 Aug 2002 16:54:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58F3443E6E; Fri, 23 Aug 2002 16:54:34 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NNsOJU074792; Fri, 23 Aug 2002 16:54:24 -0700 (PDT) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NNsO8F074791; Fri, 23 Aug 2002 16:54:24 -0700 (PDT) Message-Id: <200208232354.g7NNsO8F074791@freefall.freebsd.org> From: Giorgos Keramidas Date: Fri, 23 Aug 2002 16:54:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/08/23 16:54:23 PDT Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Various grammar and word-smithing fixes from Gnats. PR: docs/34547 Submitted by: Jay Edwards Revision Changes Path 1.467 +13 -13 doc/en_US.ISO8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 17: 0:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C69B737B405; Fri, 23 Aug 2002 17:00:17 -0700 (PDT) Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5982E43E75; Fri, 23 Aug 2002 17:00:13 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020824000011.UCDW14185.rwcrmhc51.attbi.com@InterJet.elischer.org>; Sat, 24 Aug 2002 00:00:11 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id QAA69958; Fri, 23 Aug 2002 16:57:41 -0700 (PDT) Date: Fri, 23 Aug 2002 16:57:40 -0700 (PDT) From: Julian Elischer To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa apic_vector.s In-Reply-To: <200208232145.g7NLjxWg047281@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 I'll be over at your place on Tuesday right... I'll bring a large bit of 4x2 and you can hit yourself on the head until you feel better..... On Fri, 23 Aug 2002, Peter Wemm wrote: > peter 2002/08/23 14:45:59 PDT > > Modified files: > sys/i386/isa apic_vector.s > Log: > Ok, somebody please shoot me. The asm I wrote for the ranged IPI shootdown > was wrong. It only ever invalidated one page due to me getting the loop > terminator wrong. This explains the DISABLE_PG_G effect on SMP. > > Revision Changes Path > 1.85 +1 -1 src/sys/i386/isa/apic_vector.s > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 17: 0:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9734E37B400; Fri, 23 Aug 2002 17:00:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4774643E4A; Fri, 23 Aug 2002 17:00:50 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O00oJU075388; Fri, 23 Aug 2002 17:00:50 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O00o8A075387; Fri, 23 Aug 2002 17:00:50 -0700 (PDT) Message-Id: <200208240000.g7O00o8A075387@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 23 Aug 2002 17:00:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/bogosort/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/08/23 17:00:49 PDT Added files: misc/bogosort/files patch-aa Log: Don't guess declarations for things in system headers. Revision Changes Path 1.4 +18 -0 ports/misc/bogosort/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 Aug 23 17: 2: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C4D437B400; Fri, 23 Aug 2002 17:02:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE81B43E3B; Fri, 23 Aug 2002 17:02:03 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: from freefall.freebsd.org (alfred@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O023JU075696; Fri, 23 Aug 2002 17:02:03 -0700 (PDT) (envelope-from alfred@freefall.freebsd.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O0233W075695; Fri, 23 Aug 2002 17:02:03 -0700 (PDT) Message-Id: <200208240002.g7O0233W075695@freefall.freebsd.org> From: Alfred Perlstein Date: Fri, 23 Aug 2002 17:02:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_ti.c if_tl.c if_vr.c if_wb.c if_xl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2002/08/23 17:02:03 PDT Modified files: sys/pci if_ti.c if_tl.c if_vr.c if_wb.c if_xl.c Log: style: put return types on a line by themselves. Revision Changes Path 1.63 +80 -40 src/sys/pci/if_ti.c 1.70 +78 -39 src/sys/pci/if_tl.c 1.53 +62 -31 src/sys/pci/if_vr.c 1.48 +72 -36 src/sys/pci/if_wb.c 1.105 +84 -42 src/sys/pci/if_xl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 17:11:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE05037B400; Fri, 23 Aug 2002 17:11:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F3F343E6E; Fri, 23 Aug 2002 17:11:52 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O0BqJU080731; Fri, 23 Aug 2002 17:11:52 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O0BqPu080730; Fri, 23 Aug 2002 17:11:52 -0700 (PDT) Message-Id: <200208240011.g7O0BqPu080730@freefall.freebsd.org> From: Mike Barcroft Date: Fri, 23 Aug 2002 17:11:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include utime.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 mike 2002/08/23 17:11:52 PDT Modified files: include utime.h Log: Add time_t typedef for POSIX compatibility, move an include. Revision Changes Path 1.5 +8 -2 src/include/utime.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 17:13:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F33537B400; Fri, 23 Aug 2002 17:13:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F252943E72; Fri, 23 Aug 2002 17:13:15 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: from freefall.freebsd.org (petef@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O0DFJU080899; Fri, 23 Aug 2002 17:13:15 -0700 (PDT) (envelope-from petef@freefall.freebsd.org) Received: (from petef@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O0DFYs080898; Fri, 23 Aug 2002 17:13:15 -0700 (PDT) Message-Id: <200208240013.g7O0DFYs080898@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 23 Aug 2002 17:13:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/dopewars 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 2002/08/23 17:13:15 PDT Modified files: games/dopewars Makefile distinfo pkg-plist Log: - update to 1.5.7 - USE_REINPLACE Revision Changes Path 1.21 +6 -5 ports/games/dopewars/Makefile 1.14 +1 -1 ports/games/dopewars/distinfo 1.13 +1 -0 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 Fri Aug 23 17:14:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AACB37B400; Fri, 23 Aug 2002 17:14:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A07043E6A; Fri, 23 Aug 2002 17:14:04 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: from freefall.freebsd.org (billf@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O0E4JU080997; Fri, 23 Aug 2002 17:14:04 -0700 (PDT) (envelope-from billf@freefall.freebsd.org) Received: (from billf@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O0E4R8080996; Fri, 23 Aug 2002 17:14:04 -0700 (PDT) Message-Id: <200208240014.g7O0E4R8080996@freefall.freebsd.org> From: Bill Fumerola Date: Fri, 23 Aug 2002 17:14:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ethereal 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 billf 2002/08/23 17:14:04 PDT Modified files: net/ethereal pkg-plist Log: remove etc/diameter dir PR: ports/40915 Submitted by: KAWATA Masahiko Revision Changes Path 1.13 +1 -0 ports/net/ethereal/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 17:16:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8464637B400 for ; Fri, 23 Aug 2002 17:16:32 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BF9143E65 for ; Fri, 23 Aug 2002 17:16:32 -0700 (PDT) (envelope-from billf@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1098) id DA199AE255; Fri, 23 Aug 2002 16:54:05 -0700 (PDT) Date: Fri, 23 Aug 2002 16:54:05 -0700 From: Bill Fumerola To: Kris Kennaway Cc: Joseph Scott , cvs-all@freebsd.org Subject: Re: cvs commit: ports/net/ethereal Makefile distinfo pkg-plist Message-ID: <20020823235405.GG6908@elvis.mu.org> References: <200208231029.g7NATpP2019991@freefall.freebsd.org> <20020823231343.GF6908@elvis.mu.org> <20020823232015.GA79858@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020823232015.GA79858@xor.obsecurity.org> User-Agent: Mutt/1.3.27i X-Operating-System: FreeBSD 4.5-MUORG-20020805 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 Fri, Aug 23, 2002 at 04:20:15PM -0700, Kris Kennaway wrote: > > ... and i'm the one that put it there. i don't think there is anything i > > can do about ports that get split (net-snmp -> net-snmp & net-snmp4) and > > a port that needs to follow the new one (net-snmp4) but NOT the old one. > > This should have been done the other way: split off the version people > shouldn't automatically follow, and upgrade the old version. unfortunatly, net-snmp (which is net-snmp v5) will _eventually_ become what people should follow. some apps (like ethereal) don't yet. it would be just as bad to leave net-snmp at v4, create a net-snmp5, and then move net-snmp5 back to net-snmp when it becomes the defacto library. Michael Wayne (wayne@staff.msen.com) sent me patches to teach ethereal about net-snmp 5 includes and api, but i haven't committed it or sent it to the ethereal folks yet. :-( -- - bill fumerola / fumerola@yahoo-inc.com / billf@FreeBSD.org / billf@mu.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 17:16:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6A5937B400; Fri, 23 Aug 2002 17:16:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96CCF43E65; Fri, 23 Aug 2002 17:16:50 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O0GoJU081290; Fri, 23 Aug 2002 17:16:50 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O0Gonr081289; Fri, 23 Aug 2002 17:16:50 -0700 (PDT) Message-Id: <200208240016.g7O0Gonr081289@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 23 Aug 2002 17:16:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/bricons/files patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/08/23 17:16:50 PDT Added files: x11/bricons/files patch-ad Log: Don't try and guess prototypes, that's what system headers are for. This port is still broken on -current. Revision Changes Path 1.1 +22 -0 ports/x11/bricons/files/patch-ad (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 17:20:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 921B737B400; Fri, 23 Aug 2002 17:20:12 -0700 (PDT) Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79B4F43E65; Fri, 23 Aug 2002 17:20:11 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by sccrmhc02.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020824002010.XBOF13899.sccrmhc02.attbi.com@InterJet.elischer.org>; Sat, 24 Aug 2002 00:20:10 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id RAA70021; Fri, 23 Aug 2002 17:03:40 -0700 (PDT) Date: Fri, 23 Aug 2002 17:03:39 -0700 (PDT) From: Julian Elischer To: Peter Wemm Cc: Martin Blapp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Hurrah ! Re: cvs commit: src/sys/i386/isa apic_vector.s In-Reply-To: <20020823222134.33F582A7D6@canning.wemm.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 I'm guessing this would be a problem for 4MB machines? :-) (STOP LAUGHING!!!) On Fri, 23 Aug 2002, Peter Wemm wrote: [...] > > What it does is this: > - Move the default load address of the kernel from 1MB to 4MB. > - This avoids having a 4MB page pointing at physical address zero, which > some early intel errata say is a Bad Idea which causes strange TLB bugs. [...] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 17:22: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DC8237B400; Fri, 23 Aug 2002 17:22:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E4F943E3B; Fri, 23 Aug 2002 17:22:06 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O0M5JU081960; Fri, 23 Aug 2002 17:22:05 -0700 (PDT) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O0M5nN081959; Fri, 23 Aug 2002 17:22:05 -0700 (PDT) Message-Id: <200208240022.g7O0M5nN081959@freefall.freebsd.org> From: Giorgos Keramidas Date: Fri, 23 Aug 2002 17:22:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 rc.conf.5 X-FreeBSD-CVS-Branch: 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 keramida 2002/08/23 17:22:05 PDT Modified files: (Branch: RELENG_4) share/man/man5 rc.conf.5 Log: MFC: 1.161 - Document savecore_flags. Revision Changes Path 1.64.2.49 +5 -0 src/share/man/man5/rc.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 17:33:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C33FB37B400; Fri, 23 Aug 2002 17:33:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7283243E4A; Fri, 23 Aug 2002 17:33:48 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O0XmJU082873; Fri, 23 Aug 2002 17:33:48 -0700 (PDT) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O0XmUJ082872; Fri, 23 Aug 2002 17:33:48 -0700 (PDT) Message-Id: <200208240033.g7O0XmUJ082872@freefall.freebsd.org> From: Giorgos Keramidas Date: Fri, 23 Aug 2002 17:33:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/systat systat.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 keramida 2002/08/23 17:33:48 PDT Modified files: (Branch: RELENG_4) usr.bin/systat systat.1 Log: MFC: 1.35 - ^Z suspends systat, like any other program. Revision Changes Path 1.23.2.8 +0 -3 src/usr.bin/systat/systat.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 17:39:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7550037B400; Fri, 23 Aug 2002 17:39:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05B7543E72; Fri, 23 Aug 2002 17:39:44 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O0dhJU083344; Fri, 23 Aug 2002 17:39:43 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O0dhcN083343; Fri, 23 Aug 2002 17:39:43 -0700 (PDT) Message-Id: <200208240039.g7O0dhcN083343@freefall.freebsd.org> From: Mike Barcroft Date: Fri, 23 Aug 2002 17:39:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen utime.3 src/lib/libc/sys madvise.2 mincore.2 mlock.2 mmap.2 mprotect.2 msync.2 munmap.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/08/23 17:39:43 PDT Modified files: lib/libc/gen utime.3 lib/libc/sys madvise.2 mincore.2 mlock.2 mmap.2 mprotect.2 msync.2 munmap.2 Log: Note that in no longer a prerequisite for and . Revision Changes Path 1.11 +1 -2 src/lib/libc/gen/utime.3 1.24 +1 -2 src/lib/libc/sys/madvise.2 1.20 +0 -1 src/lib/libc/sys/mincore.2 1.12 +1 -2 src/lib/libc/sys/mlock.2 1.44 +0 -1 src/lib/libc/sys/mmap.2 1.14 +1 -2 src/lib/libc/sys/mprotect.2 1.22 +1 -2 src/lib/libc/sys/msync.2 1.16 +0 -1 src/lib/libc/sys/munmap.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 17:40:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 744E937B400; Fri, 23 Aug 2002 17:40:09 -0700 (PDT) Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id C591C43E4A; Fri, 23 Aug 2002 17:40:08 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by sccrmhc02.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020824004008.XVYK13899.sccrmhc02.attbi.com@InterJet.elischer.org>; Sat, 24 Aug 2002 00:40:08 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id RAA70111; Fri, 23 Aug 2002 17:25:09 -0700 (PDT) Date: Fri, 23 Aug 2002 17:25:08 -0700 (PDT) From: Julian Elischer To: Peter Wemm Cc: Martin Blapp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Hurrah ! Re: cvs commit: src/sys/i386/isa apic_vector.s In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG oops missed the bit where yuo said it could be turned off for such a machine... On Fri, 23 Aug 2002, Julian Elischer wrote: > I'm guessing this would be a problem for 4MB machines? > :-) > (STOP LAUGHING!!!) > > > On Fri, 23 Aug 2002, Peter Wemm wrote: > [...] > > > > What it does is this: > > - Move the default load address of the kernel from 1MB to 4MB. > > - This avoids having a 4MB page pointing at physical address zero, which > > some early intel errata say is a Bad Idea which causes strange TLB bugs. > [...] > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 17:41:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94FCE37B400; Fri, 23 Aug 2002 17:41:08 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DEBE43E3B; Fri, 23 Aug 2002 17:41:08 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 3A7F02A7D6; Fri, 23 Aug 2002 17:41:08 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Mike Barcroft Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/include _types.h src/sys/arm/include _types.h src/sys/i386/include _types.h src/sys/ia64/include _types.h src/sys/powerpc/include _types.h src/sys/sparc64/include _types.h src/sys/sys _types.h src/sys/x86_64/include _types.h In-Reply-To: <200208231649.g7NGn6PE093259@freefall.freebsd.org> Date: Fri, 23 Aug 2002 17:41:08 -0700 From: Peter Wemm Message-Id: <20020824004108.3A7F02A7D6@canning.wemm.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 Mike Barcroft wrote: > mike 2002/08/23 09:49:06 PDT > > Modified files: > sys/alpha/include _types.h > sys/arm/include _types.h > sys/i386/include _types.h > sys/ia64/include _types.h > sys/powerpc/include _types.h > sys/sparc64/include _types.h > sys/sys _types.h > sys/x86_64/include _types.h > Log: > Move several MI types from to . > These types are unlikely to ever become very MD. They include: > clockid_t, ct_rune_t, fflags_t, intrmask_t, mbstate_t, off_t, pid_t, > rune_t, socklen_t, timer_t, wchar_t, and wint_t. You left out time_t in your description, which I had changed to 'long' on my version of ia64. Jake was pondering doing the same on sparc64 before we hit 5.0-REL. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "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 Aug 23 17:43:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B213937B400; Fri, 23 Aug 2002 17:43:23 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BE8D43E6A; Fri, 23 Aug 2002 17:43:23 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 5A0E92A7D6; Fri, 23 Aug 2002 17:43:23 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 Cc: Mike Barcroft , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/include _types.h src/sys/arm/include _types.h src/sys/i386/include _types.h src/sys/ia64/include _types.h src/sys/powerpc/include _types.h src/sys/sparc64/include _types.h src/sys/sys _types.h src/sys/x86_64/include _types.h In-Reply-To: <20020824004108.3A7F02A7D6@canning.wemm.org> Date: Fri, 23 Aug 2002 17:43:23 -0700 From: Peter Wemm Message-Id: <20020824004323.5A0E92A7D6@canning.wemm.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 Peter Wemm wrote: > Mike Barcroft wrote: > > mike 2002/08/23 09:49:06 PDT > > > > Modified files: > > sys/alpha/include _types.h > > sys/arm/include _types.h > > sys/i386/include _types.h > > sys/ia64/include _types.h > > sys/powerpc/include _types.h > > sys/sparc64/include _types.h > > sys/sys _types.h > > sys/x86_64/include _types.h > > Log: > > Move several MI types from to . > > These types are unlikely to ever become very MD. They include: > > clockid_t, ct_rune_t, fflags_t, intrmask_t, mbstate_t, off_t, pid_t, > > rune_t, socklen_t, timer_t, wchar_t, and wint_t. > > You left out time_t in your description, which I had changed to 'long' > on my version of ia64. Jake was pondering doing the same on sparc64 > before we hit 5.0-REL. Sorry, I take that back. I hit all of this in the same merge conflict as when you moved to _types.h and assumed this was the actual change. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "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 Aug 23 18:55:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 902A437B400; Fri, 23 Aug 2002 18:55:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 404C543E6E; Fri, 23 Aug 2002 18:55:38 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: from freefall.freebsd.org (grog@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O1tcJU099597; Fri, 23 Aug 2002 18:55:38 -0700 (PDT) (envelope-from grog@freefall.freebsd.org) Received: (from grog@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O1tclx099594; Fri, 23 Aug 2002 18:55:38 -0700 (PDT) Message-Id: <200208240155.g7O1tclx099594@freefall.freebsd.org> From: Greg Lehey Date: Fri, 23 Aug 2002 18:55:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/4.6.2R announce.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 grog 2002/08/23 18:55:38 PDT Modified files: en/releases/4.6.2R announce.sgml Log: Add Daemon News as supplier. Revision Changes Path 1.3 +5 -1 www/en/releases/4.6.2R/announce.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 19: 9: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A797937B400; Fri, 23 Aug 2002 19:09:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 685A243E72; Fri, 23 Aug 2002 19:09:03 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O293JU004919; Fri, 23 Aug 2002 19:09:03 -0700 (PDT) (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O293d2004918; Fri, 23 Aug 2002 19:09:03 -0700 (PDT) Message-Id: <200208240209.g7O293d2004918@freefall.freebsd.org> From: Hye-Shik Chang Date: Fri, 23 Aug 2002 19:09:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile ports/audio/uzoo-console 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 perky 2002/08/23 19:09:02 PDT Modified files: audio Makefile Removed files: audio/uzoo-console Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Remove audio/uzoo-console port. Uzoo project is closed due to license problem; new soribada end user license agreements doesn't allow to use in other OSes than Microsoft's. Revision Changes Path 1.327 +0 -1 ports/audio/Makefile 1.5 +0 -29 ports/audio/uzoo-console/Makefile (dead) 1.3 +0 -1 ports/audio/uzoo-console/distinfo (dead) 1.2 +0 -1 ports/audio/uzoo-console/pkg-comment (dead) 1.2 +0 -6 ports/audio/uzoo-console/pkg-descr (dead) 1.2 +0 -4 ports/audio/uzoo-console/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 Fri Aug 23 19:10:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BD8237B400; Fri, 23 Aug 2002 19:10:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 822C343E6A; Fri, 23 Aug 2002 19:10:17 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O2AHJU005066; Fri, 23 Aug 2002 19:10:17 -0700 (PDT) (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O2AH1F005065; Fri, 23 Aug 2002 19:10:17 -0700 (PDT) Message-Id: <200208240210.g7O2AH1F005065@freefall.freebsd.org> From: Hye-Shik Chang Date: Fri, 23 Aug 2002 19:10:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG perky 2002/08/23 19:10:17 PDT Modified files: . modules Log: remove audio/uzoo-console Revision Changes Path 1.5755 +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 Fri Aug 23 19:20:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6EF437B400; Fri, 23 Aug 2002 19:20:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6901F43E77; Fri, 23 Aug 2002 19:20:55 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: from freefall.freebsd.org (mharo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O2KtJU006158; Fri, 23 Aug 2002 19:20:55 -0700 (PDT) (envelope-from mharo@freefall.freebsd.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O2Ktvj006157; Fri, 23 Aug 2002 19:20:55 -0700 (PDT) Message-Id: <200208240220.g7O2Ktvj006157@freefall.freebsd.org> From: Michael Haro Date: Fri, 23 Aug 2002 19:20:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/sudo 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 mharo 2002/08/23 19:20:55 PDT Modified files: security/sudo Makefile Log: remove insults and allow root to use sudo Revision Changes Path 1.52 +0 -3 ports/security/sudo/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 19:47: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15C2337B400; Fri, 23 Aug 2002 19:47:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC23B43E6E; Fri, 23 Aug 2002 19:47:02 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O2l2JU007679; Fri, 23 Aug 2002 19:47:02 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O2l2cp007678; Fri, 23 Aug 2002 19:47:02 -0700 (PDT) Message-Id: <200208240247.g7O2l2cp007678@freefall.freebsd.org> From: Peter Wemm Date: Fri, 23 Aug 2002 19:47:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_periph.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/08/23 19:47:02 PDT Modified files: sys/cam cam_periph.c Log: Fix unit wiring. Also, change the variable "hit" to "wired" so that it is more obvious. Obtained from: gibbs/ken Revision Changes Path 1.40 +9 -11 src/sys/cam/cam_periph.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 19:51:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 454BD37B400; Fri, 23 Aug 2002 19:51:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E91C043E75; Fri, 23 Aug 2002 19:51:28 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O2pSJU008208; Fri, 23 Aug 2002 19:51:28 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O2pSIH008207; Fri, 23 Aug 2002 19:51:28 -0700 (PDT) Message-Id: <200208240251.g7O2pSIH008207@freefall.freebsd.org> From: Peter Wemm Date: Fri, 23 Aug 2002 19:51:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_periph.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/08/23 19:51:28 PDT Modified files: sys/cam cam_periph.c Log: Add some \n's to printf()s Revision Changes Path 1.41 +5 -5 src/sys/cam/cam_periph.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 19:53:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F33437B400; Fri, 23 Aug 2002 19:53:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E25243E75; Fri, 23 Aug 2002 19:53:24 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from freefall.freebsd.org (nectar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O2rOJU008284; Fri, 23 Aug 2002 19:53:24 -0700 (PDT) (envelope-from nectar@freefall.freebsd.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O2rO71008283; Fri, 23 Aug 2002 19:53:24 -0700 (PDT) Message-Id: <200208240253.g7O2rO71008283@freefall.freebsd.org> From: Jacques Vidrine Date: Fri, 23 Aug 2002 19:53:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/secure/lib/libcipher crypt.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 nectar 2002/08/23 19:53:24 PDT Modified files: secure/lib/libcipher crypt.c Log: Use `uint32_t' instead of `unsigned long', since the code assumes 32-bit arithmetic. Reviewed by: make test The fact that bdes(1) didn't work was Reported by: Fred Clift Revision Changes Path 1.9 +29 -30 src/secure/lib/libcipher/crypt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 20:18: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A25137B400; Fri, 23 Aug 2002 20:17:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3710943E72; Fri, 23 Aug 2002 20:17:58 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O3HwJU014209; Fri, 23 Aug 2002 20:17:58 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O3HwnA014208; Fri, 23 Aug 2002 20:17:58 -0700 (PDT) Message-Id: <200208240317.g7O3HwnA014208@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 23 Aug 2002 20:17:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/snort Makefile distinfo ports/security/snort/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 kris 2002/08/23 20:17:57 PDT Modified files: security/snort Makefile distinfo Removed files: security/snort/files patch-aa Log: Update to snort-1.8.7 Submitted by: Paul Marquis PR: ports/40528 Revision Changes Path 1.29 +6 -11 ports/security/snort/Makefile 1.16 +1 -1 ports/security/snort/distinfo 1.2 +0 -11 ports/security/snort/files/patch-aa (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 20:18:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9DFE37B400; Fri, 23 Aug 2002 20:18:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AF7C43E65; Fri, 23 Aug 2002 20:18:28 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O3ISJU014290; Fri, 23 Aug 2002 20:18:28 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O3ISk8014289; Fri, 23 Aug 2002 20:18:28 -0700 (PDT) Message-Id: <200208240318.g7O3ISk8014289@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 23 Aug 2002 20:18:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/snort/files patch-snort.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/08/23 20:18:28 PDT Added files: security/snort/files patch-snort.c Log: Update to snort-1.8.7 Submitted by: Paul Marquis PR: ports/40528 Revision Changes Path 1.1 +11 -0 ports/security/snort/files/patch-snort.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 20:23:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B8EF37B400; Fri, 23 Aug 2002 20:23:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C03A043E4A; Fri, 23 Aug 2002 20:23:37 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O3NbJU014889; Fri, 23 Aug 2002 20:23:37 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O3NbUl014888; Fri, 23 Aug 2002 20:23:37 -0700 (PDT) Message-Id: <200208240323.g7O3NbUl014888@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 23 Aug 2002 20:23:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/rats Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/08/23 20:23:37 PDT Modified files: security/rats Makefile distinfo Log: Update to rats-1.5 Submitted by: Munish Chopra PR: ports/40445 Revision Changes Path 1.4 +3 -3 ports/security/rats/Makefile 1.4 +1 -1 ports/security/rats/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 20:31:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C36C37B400; Fri, 23 Aug 2002 20:31:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9D1443E4A; Fri, 23 Aug 2002 20:31:44 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O3ViJU015372; Fri, 23 Aug 2002 20:31:44 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O3ViVN015360; Fri, 23 Aug 2002 20:31:44 -0700 (PDT) Message-Id: <200208240331.g7O3ViVN015360@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 23 Aug 2002 20:31:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/totd Makefile pkg-install X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/08/23 20:31:44 PDT Modified files: net/totd Makefile pkg-install Log: Correct the location of the totd.conf and totd.conf.sample files for package installations. Release my maintainership as I don't use this port any more. Submitted by: Shoichi Sakane PR: ports/38451 Revision Changes Path 1.6 +1 -1 ports/net/totd/Makefile 1.2 +5 -5 ports/net/totd/pkg-install To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 20:33:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA8C237B400; Fri, 23 Aug 2002 20:33:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A31043E65; Fri, 23 Aug 2002 20:33:32 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from freefall.freebsd.org (luigi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O3XWJU015724; Fri, 23 Aug 2002 20:33:32 -0700 (PDT) (envelope-from luigi@freefall.freebsd.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O3XWH2015723; Fri, 23 Aug 2002 20:33:32 -0700 (PDT) Message-Id: <200208240333.g7O3XWH2015723@freefall.freebsd.org> From: Luigi Rizzo Date: Fri, 23 Aug 2002 20:33:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/bridge crunch.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 luigi 2002/08/23 20:33:32 PDT Modified files: release/picobsd/bridge crunch.conf Log: Mention the special pathname @__CWD__@ Modify entry for libgmd (used by ssh) now that it is not part of the base system anymore. Revision Changes Path 1.12 +12 -4 src/release/picobsd/bridge/crunch.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 20:48:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD41937B400; Fri, 23 Aug 2002 20:48:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CDCA43E42; Fri, 23 Aug 2002 20:48:24 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O3mOJU016692; Fri, 23 Aug 2002 20:48:24 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O3mO8J016691; Fri, 23 Aug 2002 20:48:24 -0700 (PDT) Message-Id: <200208240348.g7O3mO8J016691@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 23 Aug 2002 20:48:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/snortsnarf 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 kris 2002/08/23 20:48:24 PDT Modified files: security/snortsnarf Makefile distinfo pkg-plist Log: Update to snortsnarf-020516.1 Submitted by: "Chris Knight" PR: ports/40943 Revision Changes Path 1.5 +2 -2 ports/security/snortsnarf/Makefile 1.5 +1 -1 ports/security/snortsnarf/distinfo 1.2 +2 -0 ports/security/snortsnarf/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 20:54:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA97C37B400; Fri, 23 Aug 2002 20:54:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89C4443E6A; Fri, 23 Aug 2002 20:54:39 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from freefall.freebsd.org (luigi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O3sdJU017481; Fri, 23 Aug 2002 20:54:39 -0700 (PDT) (envelope-from luigi@freefall.freebsd.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O3sdIn017480; Fri, 23 Aug 2002 20:54:39 -0700 (PDT) Message-Id: <200208240354.g7O3sdIn017480@freefall.freebsd.org> From: Luigi Rizzo Date: Fri, 23 Aug 2002 20:54:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/dial config crunch.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 luigi 2002/08/23 20:54:39 PDT Modified files: release/picobsd/dial config crunch.conf Log: Make this compile again (libgmd now is a port, and remove some binaries to save space). Revision Changes Path 1.5 +3 -0 src/release/picobsd/dial/config 1.5 +32 -12 src/release/picobsd/dial/crunch.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 20:58:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFA1D37B400; Fri, 23 Aug 2002 20:58:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F4BE43E4A; Fri, 23 Aug 2002 20:58:21 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from freefall.freebsd.org (luigi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O3wLJU017885; Fri, 23 Aug 2002 20:58:21 -0700 (PDT) (envelope-from luigi@freefall.freebsd.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O3wLYO017884; Fri, 23 Aug 2002 20:58:21 -0700 (PDT) Message-Id: <200208240358.g7O3wLYO017884@freefall.freebsd.org> From: Luigi Rizzo Date: Fri, 23 Aug 2002 20:58:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/bridge PICOBSD crunch.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 luigi 2002/08/23 20:58:21 PDT Modified files: (Branch: RELENG_4) release/picobsd/bridge PICOBSD crunch.conf Log: Use IPFW2 by default. Usual removal of some options to save space and fit in 1.44MB again Revision Changes Path 1.1.4.7 +4 -3 src/release/picobsd/bridge/PICOBSD 1.1.2.7 +14 -7 src/release/picobsd/bridge/crunch.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 20:58:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F91C37B401; Fri, 23 Aug 2002 20:58:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E03E143E3B; Fri, 23 Aug 2002 20:58:22 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O3wMJU017914; Fri, 23 Aug 2002 20:58:22 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O3wMcp017913; Fri, 23 Aug 2002 20:58:22 -0700 (PDT) Message-Id: <200208240358.g7O3wMcp017913@freefall.freebsd.org> From: Joe Marcus Clarke Date: Fri, 23 Aug 2002 20:58:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/metacity 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 marcus 2002/08/23 20:58:22 PDT Modified files: x11-wm/metacity Makefile distinfo pkg-plist Log: Update to 2.4.0. Reported by: Franz Klammer Revision Changes Path 1.6 +4 -10 ports/x11-wm/metacity/Makefile 1.4 +1 -1 ports/x11-wm/metacity/distinfo 1.3 +100 -75 ports/x11-wm/metacity/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 21:48:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 423BB37B400; Fri, 23 Aug 2002 21:48:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7C9C43E3B; Fri, 23 Aug 2002 21:48:13 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O4mDJU025972; Fri, 23 Aug 2002 21:48:13 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O4mDh3025971; Fri, 23 Aug 2002 21:48:13 -0700 (PDT) Message-Id: <200208240448.g7O4mDh3025971@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 23 Aug 2002 21:48:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 esp_input.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/08/23 21:48:13 PDT Modified files: sys/netinet6 esp_input.c Log: check packet length before fetching ESP crypto checksum. Obtained from: KAME MFC after: 2 days Revision Changes Path 1.14 +8 -0 src/sys/netinet6/esp_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 22: 1:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 618E837B400; Fri, 23 Aug 2002 22:01:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 272E543E42; Fri, 23 Aug 2002 22:01:34 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from freefall.freebsd.org (marcel@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O51XJU027155; Fri, 23 Aug 2002 22:01:33 -0700 (PDT) (envelope-from marcel@freefall.freebsd.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O51X64027154; Fri, 23 Aug 2002 22:01:33 -0700 (PDT) Message-Id: <200208240501.g7O51X64027154@freefall.freebsd.org> From: Marcel Moolenaar Date: Fri, 23 Aug 2002 22:01:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern link_elf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/08/23 22:01:33 PDT Modified files: sys/kern link_elf.c Log: Work around a GCC optimization bug on ia64: In link_elf_symbol_values(), a pointer to a symbol is given and we have to find the containing symbol table. We do this by bounds checking. For some strange reason (ie I haven't found the root cause) the first test succeeded for said symbol, implying that the symbol came from the .dynsym table. In reality however the symbol actually resided in the .symtab table. Needless to say that all that was returned was junk. The upper bounds check was: (symptr - baseptr) < symtab_size This has been rewritten to: symptr < (baseptr + symtab_size) As a side-effect, slightly more optimal (and still correct :-) code can be generated on ia64. Revision Changes Path 1.58 +2 -2 src/sys/kern/link_elf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 23 23:41: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACA8D37B401 for ; Fri, 23 Aug 2002 23:40:55 -0700 (PDT) Received: from mail.netbsd.org (mail.netbsd.org [155.53.1.253]) by mx1.FreeBSD.org (Postfix) with SMTP id 9259D43E6E for ; Fri, 23 Aug 2002 23:40:54 -0700 (PDT) (envelope-from junyoung@netbsd.org) Received: (qmail 12818 invoked by uid 1272); 24 Aug 2002 06:40:54 -0000 Date: Fri, 23 Aug 2002 23:40:54 -0700 From: Bang Jun-Young To: Hye-Shik Chang Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/audio Makefile ports/audio/uzoo-console Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <20020823234054.A8051@homeworld.netbsd.org> References: <200208240209.g7O293d2004918@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200208240209.g7O293d2004918@freefall.freebsd.org>; from perky@FreeBSD.ORG on Fri, Aug 23, 2002 at 07:09:02PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Aug 23, 2002 at 07:09:02PM -0700, Hye-Shik Chang wrote: > perky 2002/08/23 19:09:02 PDT > > Modified files: > audio Makefile > Removed files: > audio/uzoo-console Makefile distinfo pkg-comment pkg-descr > pkg-plist > Log: > Remove audio/uzoo-console port. > Uzoo project is closed due to license problem; new soribada end user > license agreements doesn't allow to use in other OSes than Microsoft's. Does uzoo-console require Windows version of Soribada client to run? The new license only prohibits use of Soribada client in non-Windows operating system, e.g. using it under Wine running on FreeBSD, and doesn't tell about clones. I know uzoo-console "has been disabled for legal issue." for quite some time, but that is a different issue, I think. Jun-Young -- Bang Jun-Young To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 0:15:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33F2D37B400; Sat, 24 Aug 2002 00:15:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC80B43E6A; Sat, 24 Aug 2002 00:15:15 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from freefall.freebsd.org (alc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O7FFJU050085; Sat, 24 Aug 2002 00:15:15 -0700 (PDT) (envelope-from alc@freefall.freebsd.org) Received: (from alc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O7FFrg050084; Sat, 24 Aug 2002 00:15:15 -0700 (PDT) Message-Id: <200208240715.g7O7FFrg050084@freefall.freebsd.org> From: Alan Cox Date: Sat, 24 Aug 2002 00:15:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_object.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 alc 2002/08/24 00:15:15 PDT Modified files: sys/vm vm_object.h Log: o Resurrect vm_object_lock() and vm_object_unlock() from revision 1.19. (For now, they simply acquire and release Giant.) Revision Changes Path 1.82 +6 -0 src/sys/vm/vm_object.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 0:16: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 941C137B400; Sat, 24 Aug 2002 00:15:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 478BD43E6A; Sat, 24 Aug 2002 00:15:56 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O7FuJU050149; Sat, 24 Aug 2002 00:15:56 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O7FurJ050148; Sat, 24 Aug 2002 00:15:56 -0700 (PDT) Message-Id: <200208240715.g7O7FurJ050148@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 24 Aug 2002 00:15:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libkvm kvm_proc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/08/24 00:15:56 PDT Modified files: lib/libkvm kvm_proc.c Log: &x is not a format string Revision Changes Path 1.52 +1 -1 src/lib/libkvm/kvm_proc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 0:19: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78D8937B400; Sat, 24 Aug 2002 00:19:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E27843E72; Sat, 24 Aug 2002 00:19:02 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O7J2JU050321; Sat, 24 Aug 2002 00:19:02 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O7J2N0050320; Sat, 24 Aug 2002 00:19:02 -0700 (PDT) Message-Id: <200208240719.g7O7J2N0050320@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sat, 24 Aug 2002 00:19:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh jobs.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 tjr 2002/08/24 00:19:01 PDT Modified files: bin/sh jobs.c Log: Don't show the process ID of background jobs that have terminated, for consistency with ksh. Revision Changes Path 1.57 +1 -1 src/bin/sh/jobs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 0:27:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEA4937B401; Sat, 24 Aug 2002 00:27:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C43943E6E; Sat, 24 Aug 2002 00:27:46 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O7RkJU051177; Sat, 24 Aug 2002 00:27:46 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O7Rkcb051176; Sat, 24 Aug 2002 00:27:46 -0700 (PDT) Message-Id: <200208240727.g7O7Rkcb051176@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 24 Aug 2002 00:27:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libkvm kvm_proc.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/08/24 00:27:46 PDT Modified files: (Branch: RELENG_4) lib/libkvm kvm_proc.c Log: MFC: &x is not a format string Revision Changes Path 1.25.2.3 +1 -1 src/lib/libkvm/kvm_proc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 0:28:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98EDD37B400; Sat, 24 Aug 2002 00:28:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3742743E4A; Sat, 24 Aug 2002 00:28:36 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: from freefall.freebsd.org (nsayer@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O7SaJU051230; Sat, 24 Aug 2002 00:28:36 -0700 (PDT) (envelope-from nsayer@freefall.freebsd.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O7SaNP051229; Sat, 24 Aug 2002 00:28:36 -0700 (PDT) Message-Id: <200208240728.g7O7SaNP051229@freefall.freebsd.org> From: Nick Sayer Date: Sat, 24 Aug 2002 00:28:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/telnet/libtelnet pk.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 nsayer 2002/08/24 00:28:36 PDT Modified files: (Branch: RELENG_4) crypto/telnet/libtelnet pk.c Log: MFC: v1.10 - Don't interpret null bytes in encrypted data as terminators. PR: bin/40266 Revision Changes Path 1.2.2.4 +1 -5 src/crypto/telnet/libtelnet/pk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 0:46:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E763837B400; Sat, 24 Aug 2002 00:46:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B7D043E6E; Sat, 24 Aug 2002 00:46:08 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O7k8JU052590; Sat, 24 Aug 2002 00:46:08 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O7k8lk052589; Sat, 24 Aug 2002 00:46:08 -0700 (PDT) Message-Id: <200208240746.g7O7k8lk052589@freefall.freebsd.org> From: Marc Fonvieille Date: Sat, 24 Aug 2002 00:46:08 -0700 (PDT) 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 blackend 2002/08/24 00:46:08 PDT Modified files: sys/dev/pccbb pccbb.c Log: Fix typos: s/O2Mirco/O2Micro/ Approved by: imp Revision Changes Path 1.54 +6 -6 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 Sat Aug 24 1: 0:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9DDE37B400; Sat, 24 Aug 2002 01:00:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BEBD43E65; Sat, 24 Aug 2002 01:00:32 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: from freefall.freebsd.org (nsayer@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O80WJU053860; Sat, 24 Aug 2002 01:00:32 -0700 (PDT) (envelope-from nsayer@freefall.freebsd.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O80Wod053859; Sat, 24 Aug 2002 01:00:32 -0700 (PDT) Message-Id: <200208240800.g7O80Wod053859@freefall.freebsd.org> From: Nick Sayer Date: Sat, 24 Aug 2002 01:00:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usb_quirks.c usb_quirks.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 nsayer 2002/08/24 01:00:32 PDT Modified files: (Branch: RELENG_4) sys/dev/usb usb_quirks.c usb_quirks.h Log: Partial MFC: Update quirk tags to -current to pave the way for uaudio. Revision Changes Path 1.21.2.6 +1 -1 src/sys/dev/usb/usb_quirks.c 1.11.2.6 +4 -2 src/sys/dev/usb/usb_quirks.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 1: 3: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9A5B37B400; Sat, 24 Aug 2002 01:03:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AC0643E65; Sat, 24 Aug 2002 01:03:07 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: from freefall.freebsd.org (nsayer@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O837JU053968; Sat, 24 Aug 2002 01:03:07 -0700 (PDT) (envelope-from nsayer@freefall.freebsd.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O837RH053967; Sat, 24 Aug 2002 01:03:07 -0700 (PDT) Message-Id: <200208240803.g7O837RH053967@freefall.freebsd.org> From: Nick Sayer Date: Sat, 24 Aug 2002 01:03:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/usb uaudio.c uaudio.h uaudio_pcm.c uaudioreg.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 nsayer 2002/08/24 01:03:07 PDT Added files: (Branch: RELENG_4) sys/dev/sound/usb uaudio.c uaudio.h uaudio_pcm.c uaudioreg.h Log: MFC: uaudio driver Revision Changes Path 1.6.2.1 +2930 -0 src/sys/dev/sound/usb/uaudio.c (new) 1.1.2.1 +49 -0 src/sys/dev/sound/usb/uaudio.h (new) 1.1.2.1 +375 -0 src/sys/dev/sound/usb/uaudio_pcm.c (new) 1.1.2.1 +384 -0 src/sys/dev/sound/usb/uaudioreg.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 1: 6:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8B1037B400; Sat, 24 Aug 2002 01:06:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D63D43E3B; Sat, 24 Aug 2002 01:06:14 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: from freefall.freebsd.org (nsayer@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O86EJU058305; Sat, 24 Aug 2002 01:06:14 -0700 (PDT) (envelope-from nsayer@freefall.freebsd.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O86ExI058304; Sat, 24 Aug 2002 01:06:14 -0700 (PDT) Message-Id: <200208240806.g7O86ExI058304@freefall.freebsd.org> From: Nick Sayer Date: Sat, 24 Aug 2002 01:06:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/sound/driver/uaudio 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 nsayer 2002/08/24 01:06:14 PDT Added files: (Branch: RELENG_4) sys/modules/sound/driver/uaudio Makefile Log: MFC: uaudio module Makefile Revision Changes Path 1.1.2.1 +9 -0 src/sys/modules/sound/driver/uaudio/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 Aug 24 1: 7:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BC5837B400; Sat, 24 Aug 2002 01:07:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 320DD43E65; Sat, 24 Aug 2002 01:07:40 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: from freefall.freebsd.org (nsayer@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O87eJU058419; Sat, 24 Aug 2002 01:07:40 -0700 (PDT) (envelope-from nsayer@freefall.freebsd.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O87eeZ058418; Sat, 24 Aug 2002 01:07:40 -0700 (PDT) Message-Id: <200208240807.g7O87eeZ058418@freefall.freebsd.org> From: Nick Sayer Date: Sat, 24 Aug 2002 01:07:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files 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 nsayer 2002/08/24 01:07:40 PDT Modified files: (Branch: RELENG_4) sys/conf files Log: MFC: uaudio driver Revision Changes Path 1.340.2.113 +2 -0 src/sys/conf/files To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 1: 9:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0B9137B400; Sat, 24 Aug 2002 01:09:24 -0700 (PDT) Received: from nebula.wanadoo.fr (ca-sqy-1-178.abo.wanadoo.fr [80.8.54.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DE4443E65; Sat, 24 Aug 2002 01:09:23 -0700 (PDT) (envelope-from dak@wanadoo.fr) Received: from nebula.wanadoo.fr (localhost [127.0.0.1]) by nebula.wanadoo.fr (8.12.5/8.12.5) with ESMTP id g7O864bE000402; Sat, 24 Aug 2002 10:06:04 +0200 (CEST) (envelope-from dak@nebula.wanadoo.fr) Received: (from dak@localhost) by nebula.wanadoo.fr (8.12.5/8.12.5/Submit) id g7O863dA000401; Sat, 24 Aug 2002 10:06:03 +0200 (CEST) Date: Sat, 24 Aug 2002 10:06:03 +0200 From: =?iso-8859-15?Q?Aur=E9lien?= Nephtali To: Nick Sayer Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/sound/usb uaudio.c uaudio.h uaudio_pcm.c uaudioreg.h Message-ID: <20020824080603.GA363@nebula.wanadoo.fr> References: <200208240803.g7O837RH053967@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Nq2Wo0NMKNjxTN9z" Content-Disposition: inline In-Reply-To: <200208240803.g7O837RH053967@freefall.freebsd.org> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --Nq2Wo0NMKNjxTN9z Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Aug 24, 2002 at 01:03:07AM -0700, Nick Sayer wrote: > nsayer 2002/08/24 01:03:07 PDT >=20 > Added files: (Branch: RELENG_4) > sys/dev/sound/usb uaudio.c uaudio.h uaudio_pcm.c=20 > uaudioreg.h=20 > Log: > MFC: uaudio driver > =20 > Revision Changes Path > 1.6.2.1 +2930 -0 src/sys/dev/sound/usb/uaudio.c (new) > 1.1.2.1 +49 -0 src/sys/dev/sound/usb/uaudio.h (new) > 1.1.2.1 +375 -0 src/sys/dev/sound/usb/uaudio_pcm.c (new) > 1.1.2.1 +384 -0 src/sys/dev/sound/usb/uaudioreg.h (new) >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message Yeah! Great :) -- Aur=E9lien --Nq2Wo0NMKNjxTN9z Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9Zz5rDNsbHbt8ok8RAqFyAJ9m5/l/RSvfGkNGPaQ7xrcYYQ5MTQCeOLmb PMU2PypKGLTeAvc7QyJ5HL0= =7Ss1 -----END PGP SIGNATURE----- --Nq2Wo0NMKNjxTN9z-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 1: 9:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1441B37B4CA; Sat, 24 Aug 2002 01:09:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B54643E65; Sat, 24 Aug 2002 01:09:40 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: from freefall.freebsd.org (nsayer@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O89dJU058499; Sat, 24 Aug 2002 01:09:39 -0700 (PDT) (envelope-from nsayer@freefall.freebsd.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O89dN8058498; Sat, 24 Aug 2002 01:09:39 -0700 (PDT) Message-Id: <200208240809.g7O89dN8058498@freefall.freebsd.org> From: Nick Sayer Date: Sat, 24 Aug 2002 01:09:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf LINT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nsayer 2002/08/24 01:09:39 PDT Modified files: (Branch: RELENG_4) sys/i386/conf LINT Log: MFC uaudio device Revision Changes Path 1.749.2.120 +2 -0 src/sys/i386/conf/LINT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 1:16:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1239237B400; Sat, 24 Aug 2002 01:16:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9B8243E3B; Sat, 24 Aug 2002 01:16:31 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O8GVJU059189; Sat, 24 Aug 2002 01:16:31 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O8GVrd059188; Sat, 24 Aug 2002 01:16:31 -0700 (PDT) Message-Id: <200208240816.g7O8GVrd059188@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sat, 24 Aug 2002 01:16:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/linc 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 marcus 2002/08/24 01:16:31 PDT Modified files: net/linc Makefile distinfo Log: Update to 0.5.3. Revision Changes Path 1.22 +2 -2 ports/net/linc/Makefile 1.10 +1 -1 ports/net/linc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 1:17: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A27537B400; Sat, 24 Aug 2002 01:16:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1ADC43E72; Sat, 24 Aug 2002 01:16:57 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O8GvJU059257; Sat, 24 Aug 2002 01:16:57 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O8Gv7d059256; Sat, 24 Aug 2002 01:16:57 -0700 (PDT) Message-Id: <200208240816.g7O8Gv7d059256@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sat, 24 Aug 2002 01:16:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ORBit2 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 marcus 2002/08/24 01:16:57 PDT Modified files: devel/ORBit2 Makefile distinfo Log: Update to 2.4.3. Revision Changes Path 1.79 +1 -1 ports/devel/ORBit2/Makefile 1.33 +1 -1 ports/devel/ORBit2/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 1:17:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D031337B400; Sat, 24 Aug 2002 01:17:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8428C43E6E; Sat, 24 Aug 2002 01:17:30 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O8HUJU059337; Sat, 24 Aug 2002 01:17:30 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O8HUFt059336; Sat, 24 Aug 2002 01:17:30 -0700 (PDT) Message-Id: <200208240817.g7O8HUFt059336@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sat, 24 Aug 2002 01:17:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/libxml2 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 marcus 2002/08/24 01:17:30 PDT Modified files: textproc/libxml2 Makefile distinfo Log: Update to 2.4.24. Revision Changes Path 1.74 +2 -2 ports/textproc/libxml2/Makefile 1.52 +1 -1 ports/textproc/libxml2/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 1:18: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7FE737B400; Sat, 24 Aug 2002 01:18:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97DE543E75; Sat, 24 Aug 2002 01:18:00 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O8I0JU059435; Sat, 24 Aug 2002 01:18:00 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O8I0mG059434; Sat, 24 Aug 2002 01:18:00 -0700 (PDT) Message-Id: <200208240818.g7O8I0mG059434@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sat, 24 Aug 2002 01:18:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/libxslt Makefile distinfo ports/textproc/libxslt/files patch-doc::Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/24 01:18:00 PDT Modified files: textproc/libxslt Makefile distinfo textproc/libxslt/files patch-doc::Makefile.in Log: Update to 1.0.20. Revision Changes Path 1.30 +2 -2 ports/textproc/libxslt/Makefile 1.25 +1 -1 ports/textproc/libxslt/distinfo 1.2 +5 -8 ports/textproc/libxslt/files/patch-doc::Makefile.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 1:18:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B67F637B400; Sat, 24 Aug 2002 01:18:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 698A743E65; Sat, 24 Aug 2002 01:18:48 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O8ImJU059512; Sat, 24 Aug 2002 01:18:48 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O8ImFc059511; Sat, 24 Aug 2002 01:18:48 -0700 (PDT) Message-Id: <200208240818.g7O8ImFc059511@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sat, 24 Aug 2002 01:18:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/libgtkhtml 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 marcus 2002/08/24 01:18:48 PDT Modified files: www/libgtkhtml Makefile distinfo Log: Update to 2.0.2. Revision Changes Path 1.54 +2 -2 ports/www/libgtkhtml/Makefile 1.22 +1 -1 ports/www/libgtkhtml/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 1:19:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 939B137B400; Sat, 24 Aug 2002 01:19:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 476F343E65; Sat, 24 Aug 2002 01:19:24 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O8JOJU059586; Sat, 24 Aug 2002 01:19:24 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O8JOZc059585; Sat, 24 Aug 2002 01:19:24 -0700 (PDT) Message-Id: <200208240819.g7O8JOZc059585@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sat, 24 Aug 2002 01:19:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/eel2 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 marcus 2002/08/24 01:19:24 PDT Modified files: x11-toolkits/eel2 Makefile distinfo Log: Update to 2.0.5. Revision Changes Path 1.23 +2 -2 ports/x11-toolkits/eel2/Makefile 1.12 +1 -1 ports/x11-toolkits/eel2/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 1:19:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E82337B401; Sat, 24 Aug 2002 01:19:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BEFA43E6E; Sat, 24 Aug 2002 01:19:44 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O8JiJU059638; Sat, 24 Aug 2002 01:19:44 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O8Ji77059637; Sat, 24 Aug 2002 01:19:44 -0700 (PDT) Message-Id: <200208240819.g7O8Ji77059637@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sat, 24 Aug 2002 01:19:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/nautilus2 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 marcus 2002/08/24 01:19:44 PDT Modified files: x11-fm/nautilus2 Makefile distinfo Log: Update to 2.0.5. Revision Changes Path 1.65 +2 -2 ports/x11-fm/nautilus2/Makefile 1.17 +1 -1 ports/x11-fm/nautilus2/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 1:20:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C8B937B401; Sat, 24 Aug 2002 01:20:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 190DB43E65; Sat, 24 Aug 2002 01:20:11 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O8KAJU059752; Sat, 24 Aug 2002 01:20:10 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O8KAox059751; Sat, 24 Aug 2002 01:20:10 -0700 (PDT) Message-Id: <200208240820.g7O8KAox059751@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sat, 24 Aug 2002 01:20:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/yelp 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 marcus 2002/08/24 01:20:10 PDT Modified files: x11/yelp Makefile distinfo pkg-plist Log: Update to 1.0.4. Revision Changes Path 1.10 +2 -2 ports/x11/yelp/Makefile 1.8 +1 -1 ports/x11/yelp/distinfo 1.5 +1 -0 ports/x11/yelp/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 1:24:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12DB537B400; Sat, 24 Aug 2002 01:24:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B863B43E77; Sat, 24 Aug 2002 01:24:21 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O8OLJU060460; Sat, 24 Aug 2002 01:24:21 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O8OLZw060459; Sat, 24 Aug 2002 01:24:21 -0700 (PDT) Message-Id: <200208240824.g7O8OLZw060459@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sat, 24 Aug 2002 01:24:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnomelibs Makefile ports/x11/gnomelibs/files patch-zvt_update.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/24 01:24:21 PDT Modified files: x11/gnomelibs Makefile Added files: x11/gnomelibs/files patch-zvt_update.c Log: Fix a problem with word selection in gnome-terminal. Bump PORTREVISION. Revision Changes Path 1.104 +1 -0 ports/x11/gnomelibs/Makefile 1.1 +11 -0 ports/x11/gnomelibs/files/patch-zvt_update.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 1:34:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2BDC37B400; Sat, 24 Aug 2002 01:34:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6733943E6A; Sat, 24 Aug 2002 01:34:20 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: from freefall.freebsd.org (nsayer@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O8YKJU061424; Sat, 24 Aug 2002 01:34:20 -0700 (PDT) (envelope-from nsayer@freefall.freebsd.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O8YK4M061423; Sat, 24 Aug 2002 01:34:20 -0700 (PDT) Message-Id: <200208240834.g7O8YK4M061423@freefall.freebsd.org> From: Nick Sayer Date: Sat, 24 Aug 2002 01:34:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/sound/driver 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 nsayer 2002/08/24 01:34:20 PDT Modified files: (Branch: RELENG_4) sys/modules/sound/driver Makefile Log: MFC: Hook up uaudio driver module Revision Changes Path 1.5.2.12 +1 -1 src/sys/modules/sound/driver/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 2:23:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D76937B405; Sat, 24 Aug 2002 02:23:18 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E0BC43E65; Sat, 24 Aug 2002 02:23:17 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g7O9NFKq048805; Sat, 24 Aug 2002 11:23:15 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g7O9N1YW1110237; Sat, 24 Aug 2002 11:23:15 +0200 (MES) Date: Sat, 24 Aug 2002 11:24:32 +0200 (CEST) From: Martin Blapp To: Peter Wemm Cc: , Subject: Re: Memory corruption in CURRENT In-Reply-To: <20020823222134.33F582A7D6@canning.wemm.org> Message-ID: <20020824111950.A50084-100000@levais.imp.ch> 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 Hi Peter, > No, but I have another patch that I'd like you to test shortly. I need > > If it happens to solve the Pentium4 problems, then that would be a bonus. > Given that disabling PSE mode seems to have some effect, tidying this up > just might do something useful here. As we have discussed, this patch does not solve the corruption problems seen with PG bit enabled on P IV processors. I just got another broken build with -j 20. -rw-r--r-- 1 root wheel 5950514 Aug 24 11:04 /tmp/build.log.1 -rw-r--r-- 1 root wheel 1241959 Aug 24 11:14 /tmp/build.log.2 -rw-r--r-- 1 root wheel 5950514 Aug 24 11:17 /tmp/build.log.3 Nr. II is corrupted. Make(1) did coredump. If you have debug patches to see where it happens in the kernel I'd like to try them out ! Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 2:35:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95AD837B400; Sat, 24 Aug 2002 02:35:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48A2643E6A; Sat, 24 Aug 2002 02:35:50 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: from freefall.freebsd.org (schweikh@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O9ZoJU069857; Sat, 24 Aug 2002 02:35:50 -0700 (PDT) (envelope-from schweikh@freefall.freebsd.org) Received: (from schweikh@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O9ZoWK069856; Sat, 24 Aug 2002 02:35:50 -0700 (PDT) Message-Id: <200208240935.g7O9ZoWK069856@freefall.freebsd.org> From: Jens Schweikhardt Date: Sat, 24 Aug 2002 02:35:50 -0700 (PDT) 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: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG schweikh 2002/08/24 02:35:50 PDT Modified files: (Branch: RELENG_4) share/syscons/fonts INDEX.fonts Log: MFC: Fix typo and ispell while I'm here. PR: bin/41819 Submitted by: Christophe Juniet Revision Changes Path 1.16.2.8 +2 -2 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 Sat Aug 24 2:40:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1930937B400; Sat, 24 Aug 2002 02:40:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2E2443E65; Sat, 24 Aug 2002 02:40:32 -0700 (PDT) (envelope-from leeym@FreeBSD.org) Received: from freefall.freebsd.org (leeym@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O9eWJU070050; Sat, 24 Aug 2002 02:40:32 -0700 (PDT) (envelope-from leeym@freefall.freebsd.org) Received: (from leeym@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O9eWw3070049; Sat, 24 Aug 2002 02:40:32 -0700 (PDT) Message-Id: <200208240940.g7O9eWw3070049@freefall.freebsd.org> From: Yen-Ming Lee Date: Sat, 24 Aug 2002 02:40:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/GeoIP 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 leeym 2002/08/24 02:40:32 PDT Modified files: misc/GeoIP Makefile distinfo Log: Upgrade to 1.0.2 Reviewed by: ijliao (mentor) Approved by: ijliao (mentor) Revision Changes Path 1.3 +1 -1 ports/misc/GeoIP/Makefile 1.2 +1 -1 ports/misc/GeoIP/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 2:46:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 998ED37B400; Sat, 24 Aug 2002 02:46:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FB9343E3B; Sat, 24 Aug 2002 02:46:18 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: from freefall.freebsd.org (schweikh@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O9kIJU070595; Sat, 24 Aug 2002 02:46:18 -0700 (PDT) (envelope-from schweikh@freefall.freebsd.org) Received: (from schweikh@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O9kII8070594; Sat, 24 Aug 2002 02:46:18 -0700 (PDT) Message-Id: <200208240946.g7O9kII8070594@freefall.freebsd.org> From: Jens Schweikhardt Date: Sat, 24 Aug 2002 02:46:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh sh.1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG schweikh 2002/08/24 02:46:18 PDT Modified files: (Branch: RELENG_4) bin/sh sh.1 Log: MFC: 1.77 s/builtin/built-in/ and 1.78 s/filesystem/file system/ Revision Changes Path 1.39.2.20 +36 -36 src/bin/sh/sh.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 3:22:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 626DE37B400; Sat, 24 Aug 2002 03:22:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1381E43E7B; Sat, 24 Aug 2002 03:22:24 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OAMNJU077518; Sat, 24 Aug 2002 03:22:23 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OAMNP3077517; Sat, 24 Aug 2002 03:22:23 -0700 (PDT) Message-Id: <200208241022.g7OAMNP3077517@freefall.freebsd.org> From: Maxim Sobolev Date: Sat, 24 Aug 2002 03:22:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/expect Makefile ports/lang/expect/files patch-exp_main_sub.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 2002/08/24 03:22:23 PDT Modified files: lang/expect Makefile Added files: lang/expect/files patch-exp_main_sub.c Log: Properly convert command-line arguments into UTF-8 before passing them to TCL interpreter, othervise arguments in any encoding other than ASCII are becoming ????, even when LANG or LC_CTYPE is defined properly. Problem reported by: Alex V. Belinsky Revision Changes Path 1.59 +1 -0 ports/lang/expect/Makefile 1.1 +42 -0 ports/lang/expect/files/patch-exp_main_sub.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 4: 3:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D44EE37B400; Sat, 24 Aug 2002 04:03:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 877DE43E42; Sat, 24 Aug 2002 04:03:49 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: from freefall.freebsd.org (schweikh@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OB3nJU084350; Sat, 24 Aug 2002 04:03:49 -0700 (PDT) (envelope-from schweikh@freefall.freebsd.org) Received: (from schweikh@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OB3nVX084349; Sat, 24 Aug 2002 04:03:49 -0700 (PDT) Message-Id: <200208241103.g7OB3nVX084349@freefall.freebsd.org> From: Jens Schweikhardt Date: Sat, 24 Aug 2002 04:03:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/edquota edquota.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 schweikh 2002/08/24 04:03:49 PDT Modified files: usr.sbin/edquota edquota.c Log: Use "kbytes" instead of "blocks" in messages as this is really what is calculated. PR: 41936 Submitted by: Lukas Ertl MFC after: 1 week Revision Changes Path 1.18 +2 -2 src/usr.sbin/edquota/edquota.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 4:59:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9269237B400; Sat, 24 Aug 2002 04:59:46 -0700 (PDT) Received: from daemon.kr.FreeBSD.org (daemon.kr.freebsd.org [211.176.62.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9C8643E6E; Sat, 24 Aug 2002 04:59:45 -0700 (PDT) (envelope-from cjh@kr.FreeBSD.org) Received: from gradius.wdb.co.kr (daemon [211.176.62.31]) by daemon.kr.FreeBSD.org (Postfix) with ESMTP id A10658F610; Sat, 24 Aug 2002 20:59:43 +0900 (KST) Received: from localhost (localhost [127.0.0.1]) by gradius.wdb.co.kr (8.12.5/8.12.5) with ESMTP id g7OBxdVQ007410; Sat, 24 Aug 2002 20:59:39 +0900 (KST) (envelope-from cjh@kr.FreeBSD.org) Date: Sat, 24 Aug 2002 20:59:38 +0900 (KST) Message-Id: <20020824.205938.30185168.cjh@kr.FreeBSD.org> To: mbr@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/japanese/openoffice Makefile From: CHOI Junho In-Reply-To: <200208212137.g7LLbJQo074278@freefall.freebsd.org> References: <200208212137.g7LLbJQo074278@freefall.freebsd.org> Organization: Korea FreeBSD Users Gruop X-URL: http://www.kr.FreeBSD.org/~cjh X-Mailer: Mew version 3.0.55 on Emacs 21.2 / 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 Hi, How about fixing kr -> ko in korean/openoffice? All korean ports has ko- prefix except this, like this japanese one. p.s. I built korean/openoffice successfully. It takes 2 and half days in my -stable box(PIII-550 x 2, 128M RAM) :< From: Martin Blapp Subject: cvs commit: ports/japanese/openoffice Makefile Date: Wed, 21 Aug 2002 14:37:19 -0700 (PDT) > mbr 2002/08/21 14:37:19 PDT > > Modified files: > japanese/openoffice Makefile > Log: > Fix lang extension. > > Submitted by: Nakata Maho > > Revision Changes Path > 1.6 +1 -1 ports/japanese/openoffice/Makefile -- +++ Any opinions in this posting are my own and not those of my employers +++ CHOI Junho [sleeping now] [while sleeping] Korea FreeBSD Users Group Web Data Bank To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 5: 4:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 880BE37B400; Sat, 24 Aug 2002 05:04:20 -0700 (PDT) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01C9B43E9C; Sat, 24 Aug 2002 05:04:19 -0700 (PDT) (envelope-from mark@grimreaper.grondar.org) Received: from storm.FreeBSD.org.uk (uucp@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.5/8.12.5) with ESMTP id g7O9BXqa079885; Sat, 24 Aug 2002 10:11:33 +0100 (BST) (envelope-from mark@grimreaper.grondar.org) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.12.5/8.12.5/Submit) with UUCP id g7O9BXrj079884; Sat, 24 Aug 2002 10:11:33 +0100 (BST) Received: from grimreaper.grondar.org (localhost [127.0.0.1]) by grimreaper.grondar.org (8.12.5/8.12.5) with ESMTP id g7NJgNt0000843; Fri, 23 Aug 2002 20:42:23 +0100 (BST) (envelope-from mark@grimreaper.grondar.org) Message-Id: <200208231942.g7NJgNt0000843@grimreaper.grondar.org> To: obrien@FreeBSD.ORG Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/perl pathnames.h perl.c References: <20020822190049.GB52402@dragon.nuxi.com> In-Reply-To: <20020822190049.GB52402@dragon.nuxi.com> ; from "David O'Brien" "Thu, 22 Aug 2002 12:00:49 PDT." Date: Fri, 23 Aug 2002 20:42:23 +0100 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I my opinon what we are missing is someone to take the lead on this and > determin what is best for us. This perl wrapper, or overloading > mailwrapper (which probably would be even better as it won't depend on > $PATH) were stabs in the dark as no one was taking the lead on the issue > (or making use.perl work at the time) to see it thru to completion. > > Any takers? I'll do it, if no-one else has any compelling reasons otherwise. M -- o Mark Murray \_ 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 Aug 24 5:34:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B66CE37B400; Sat, 24 Aug 2002 05:34:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A9E743E42; Sat, 24 Aug 2002 05:34:55 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OCYtJU002703; Sat, 24 Aug 2002 05:34:55 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OCYtge002702; Sat, 24 Aug 2002 05:34:55 -0700 (PDT) Message-Id: <200208241234.g7OCYtge002702@freefall.freebsd.org> From: Christian Weisgerber Date: Sat, 24 Aug 2002 05:34:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/calcoo 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 naddy 2002/08/24 05:34:54 PDT Modified files: math/calcoo Makefile Log: Switch to GNOMENG framework for Gtk. Revision Changes Path 1.12 +2 -1 ports/math/calcoo/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 5:41:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A18937B400; Sat, 24 Aug 2002 05:41:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D282F43E3B; Sat, 24 Aug 2002 05:41:24 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OCfOJU003083; Sat, 24 Aug 2002 05:41:24 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OCfO92003082; Sat, 24 Aug 2002 05:41:24 -0700 (PDT) Message-Id: <200208241241.g7OCfO92003082@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sat, 24 Aug 2002 05:41:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh sh.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/08/24 05:41:24 PDT Modified files: bin/sh sh.1 Log: There is a built-in command called "builtin"; spell its name correctly after rev. 1.77 called it "built-in". Revision Changes Path 1.79 +1 -1 src/bin/sh/sh.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 6:33:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C72C437B400; Sat, 24 Aug 2002 06:33:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77C4043E3B; Sat, 24 Aug 2002 06:33:30 -0700 (PDT) (envelope-from gioria@FreeBSD.org) Received: from freefall.freebsd.org (gioria@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7ODXUJU022391; Sat, 24 Aug 2002 06:33:30 -0700 (PDT) (envelope-from gioria@freefall.freebsd.org) Received: (from gioria@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7ODXUAk022390; Sat, 24 Aug 2002 06:33:30 -0700 (PDT) Message-Id: <200208241333.g7ODXUAk022390@freefall.freebsd.org> From: Sebastien Gioria Date: Sat, 24 Aug 2002 06:33:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/fr_FR.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gioria 2002/08/24 06:33:30 PDT Modified files: (Branch: RELENG_4) release/doc/fr_FR.ISO8859-1/relnotes/common new.sgml Log: MFen from 1.22.2.267 Revision Changes Path 1.1.2.5 +188 -4 src/release/doc/fr_FR.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 7: 1:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3BBD37B400; Sat, 24 Aug 2002 07:01:28 -0700 (PDT) Received: from mailgw2.be.to (mailgw2.be.to [202.222.162.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63B1F43E6A; Sat, 24 Aug 2002 07:01:27 -0700 (PDT) (envelope-from okazaki@be.to) Received: from mail1.be.to (mail1.be.to [202.222.162.242]) by mailgw2.be.to (8.11.0+3.3W/8.11.0/BETO3.11-20011212023439) with ESMTP id g7OE1PH26179; Sat, 24 Aug 2002 23:01:25 +0900 (envelope-from okazaki@be.to) Received: from space (eatkyo189123.adsl.ppp.infoweb.ne.jp [218.226.118.123]) by mail1.be.to (8.9.3+3.2W/BETO.2.1-02010803) with ESMTP id XAA09142; Sat, 24 Aug 2002 23:01:25 +0900 Date: Sat, 24 Aug 2002 23:00:56 +0900 Message-ID: <84hehk8ig8.wl%okazaki@FreeBSD.org> From: Tetsurou Okazaki To: Daniel Eischen Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/editors/nedit Makefile ports/editors/nedit/files patch-aa patch-ab In-Reply-To: <200208232003.g7NK3Jqx028183@freefall.freebsd.org> References: <200208232003.g7NK3Jqx028183@freefall.freebsd.org> User-Agent: Wanderlust/2.9.15 (Unchained Melody) SEMI/1.14.4 (Hosorogi) FLIM/1.14.4 (=?ISO-8859-4?Q?Kashiharajing=FE-mae?=) APEL/10.3 Emacs/21 (i686-pc-cygwin) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.4 - "Hosorogi") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Fri, 23 Aug 2002 13:03:19 -0700 (PDT), Daniel Eischen wrote: > > deischen 2002/08/23 13:03:19 PDT > > Modified files: > editors/nedit Makefile > editors/nedit/files patch-aa patch-ab > Log: > Go back to kan's fix and set BINOWN, BINGRP, BINMODE in MAKE_ENV. > Trying to use INSTALL_{PROGRAM,DATA,MAN} just doesn't seem to > work for nested makes. I give up trying to make it work. Try BSD_INSTALL_{PROGRAM,SCRIPT,DATA,MAN} instead. Tetsurou To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 7:17:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E29E37B400; Sat, 24 Aug 2002 07:17:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 199C443E81; Sat, 24 Aug 2002 07:17:05 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: from freefall.freebsd.org (nsayer@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OEH4JU029614; Sat, 24 Aug 2002 07:17:04 -0700 (PDT) (envelope-from nsayer@freefall.freebsd.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OEH4Vu029608; Sat, 24 Aug 2002 07:17:04 -0700 (PDT) Message-Id: <200208241417.g7OEH4Vu029608@freefall.freebsd.org> From: Nick Sayer Date: Sat, 24 Aug 2002 07:17:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf LINT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nsayer 2002/08/24 07:17:04 PDT Modified files: (Branch: RELENG_4) sys/i386/conf LINT Log: Revert last. You get uaudio with 'device pcm' and 'device usb' Revision Changes Path 1.749.2.121 +0 -2 src/sys/i386/conf/LINT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 7:51:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3FCA37B401; Sat, 24 Aug 2002 07:51:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74E2243E6A; Sat, 24 Aug 2002 07:51:20 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OEpKJU032071; Sat, 24 Aug 2002 07:51:20 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OEpK0j032070; Sat, 24 Aug 2002 07:51:20 -0700 (PDT) Message-Id: <200208241451.g7OEpK0j032070@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 24 Aug 2002 07:51:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/msql Makefile ports/databases/msql/files msql2.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 ache 2002/08/24 07:51:19 PDT Modified files: databases/msql Makefile databases/msql/files msql2.sh Log: Remove -l in su call - not needed Revision Changes Path 1.47 +1 -1 ports/databases/msql/Makefile 1.5 +1 -1 ports/databases/msql/files/msql2.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 8:22:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BB7E37B400; Sat, 24 Aug 2002 08:22:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3B3C43E77; Sat, 24 Aug 2002 08:22:48 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: from freefall.freebsd.org (petef@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OFMmJU043701; Sat, 24 Aug 2002 08:22:48 -0700 (PDT) (envelope-from petef@freefall.freebsd.org) Received: (from petef@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OFMm6S043698; Sat, 24 Aug 2002 08:22:48 -0700 (PDT) Message-Id: <200208241522.g7OFMm6S043698@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 24 Aug 2002 08:22:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/kde2 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 2002/08/24 08:22:48 PDT Modified files: x11/kde2 Makefile Log: Set LATEST_LINK=kde2. Reviewed by: Andy Fawcett Revision Changes Path 1.49 +1 -0 ports/x11/kde2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 8:38:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C85937B400; Sat, 24 Aug 2002 08:38:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16AAE43E88; Sat, 24 Aug 2002 08:38:20 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: from freefall.freebsd.org (petef@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OFcJJU044845; Sat, 24 Aug 2002 08:38:19 -0700 (PDT) (envelope-from petef@freefall.freebsd.org) Received: (from petef@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OFcJcc044834; Sat, 24 Aug 2002 08:38:19 -0700 (PDT) Message-Id: <200208241538.g7OFcJcc044834@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 24 Aug 2002 08:38:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/gdbmods 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 2002/08/24 08:38:18 PDT Modified files: devel Makefile Added files: devel/gdbmods Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add gdbmods 20020824, wrapper for gdb -k to provide kld symbol information. PR: 41975 Submitted by: Bruce M Simpson Revision Changes Path 1.904 +1 -0 ports/devel/Makefile 1.1 +23 -0 ports/devel/gdbmods/Makefile (new) 1.1 +1 -0 ports/devel/gdbmods/distinfo (new) 1.1 +1 -0 ports/devel/gdbmods/pkg-comment (new) 1.1 +7 -0 ports/devel/gdbmods/pkg-descr (new) 1.1 +1 -0 ports/devel/gdbmods/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 Aug 24 8:38:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CBBE37B401; Sat, 24 Aug 2002 08:38:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 490FF43E77; Sat, 24 Aug 2002 08:38:25 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: from freefall.freebsd.org (petef@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OFcPJU044902; Sat, 24 Aug 2002 08:38:25 -0700 (PDT) (envelope-from petef@freefall.freebsd.org) Received: (from petef@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OFcP8V044901; Sat, 24 Aug 2002 08:38:25 -0700 (PDT) Message-Id: <200208241538.g7OFcP8V044901@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 24 Aug 2002 08:38:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2002/08/24 08:38:24 PDT Modified files: . modules Log: gdbmods --> ports/devel/gdbmods Revision Changes Path 1.5756 +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 Aug 24 8:40:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 372BB37B401; Sat, 24 Aug 2002 08:40:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB7A743E6E; Sat, 24 Aug 2002 08:40:22 -0700 (PDT) (envelope-from gioria@FreeBSD.org) Received: from freefall.freebsd.org (gioria@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OFeMJU045132; Sat, 24 Aug 2002 08:40:22 -0700 (PDT) (envelope-from gioria@freefall.freebsd.org) Received: (from gioria@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OFeM2x045131; Sat, 24 Aug 2002 08:40:22 -0700 (PDT) Message-Id: <200208241540.g7OFeM2x045131@freefall.freebsd.org> From: Sebastien Gioria Date: Sat, 24 Aug 2002 08:40:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/articles/contributors Makefile 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 gioria 2002/08/24 08:40:22 PDT Added files: fr_FR.ISO8859-1/articles/contributors Makefile article.sgml Log: New translation Revision Changes Path 1.1 +22 -0 doc/fr_FR.ISO8859-1/articles/contributors/Makefile (new) 1.1 +7678 -0 doc/fr_FR.ISO8859-1/articles/contributors/article.sgml (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 8:41:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF01837B400; Sat, 24 Aug 2002 08:41:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71EE043E4A; Sat, 24 Aug 2002 08:41:16 -0700 (PDT) (envelope-from gioria@FreeBSD.org) Received: from freefall.freebsd.org (gioria@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OFfGJU045259; Sat, 24 Aug 2002 08:41:16 -0700 (PDT) (envelope-from gioria@freefall.freebsd.org) Received: (from gioria@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OFfGoH045258; Sat, 24 Aug 2002 08:41:16 -0700 (PDT) Message-Id: <200208241541.g7OFfGoH045258@freefall.freebsd.org> From: Sebastien Gioria Date: Sat, 24 Aug 2002 08:41:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/articles 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 gioria 2002/08/24 08:41:15 PDT Modified files: fr_FR.ISO8859-1/articles Makefile Log: Adding contributors article to the build Revision Changes Path 1.15 +1 -0 doc/fr_FR.ISO8859-1/articles/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 9:30:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E81637B400; Sat, 24 Aug 2002 09:30:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2C7143E72; Sat, 24 Aug 2002 09:30:51 -0700 (PDT) (envelope-from clive@FreeBSD.org) Received: from freefall.freebsd.org (clive@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OGUpJU053789; Sat, 24 Aug 2002 09:30:51 -0700 (PDT) (envelope-from clive@freefall.freebsd.org) Received: (from clive@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OGUprm053786; Sat, 24 Aug 2002 09:30:51 -0700 (PDT) Message-Id: <200208241630.g7OGUprm053786@freefall.freebsd.org> From: Clive Lin Date: Sat, 24 Aug 2002 09:30:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/nullmailer Makefile ports/mail/nullmailer/files patch-hostname.cc patch-send.cc X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2002/08/24 09:30:51 PDT Modified files: mail/nullmailer Makefile Added files: mail/nullmailer/files patch-hostname.cc patch-send.cc Log: Fix build on -CURRENT. Noted by: kris Revision Changes Path 1.4 +2 -1 ports/mail/nullmailer/Makefile 1.1 +20 -0 ports/mail/nullmailer/files/patch-hostname.cc (new) 1.1 +10 -0 ports/mail/nullmailer/files/patch-send.cc (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 9:32:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4ED9337B400; Sat, 24 Aug 2002 09:32:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F360543E42; Sat, 24 Aug 2002 09:32:26 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OGWQJU053876; Sat, 24 Aug 2002 09:32:26 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OGWQN9053875; Sat, 24 Aug 2002 09:32:26 -0700 (PDT) Message-Id: <200208241632.g7OGWQN9053875@freefall.freebsd.org> From: Marc Fonvieille Date: Sat, 24 Aug 2002 09:32:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/eresources chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/08/24 09:32:26 PDT Modified files: en_US.ISO8859-1/books/handbook/eresources chapter.sgml Log: filename tags addition, fix a missing period and s/scsi/SCSI PR: docs/41968 Submitted by: Martin Heinen Revision Changes Path 1.94 +3 -3 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 Sat Aug 24 9:37:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63AAB37B400; Sat, 24 Aug 2002 09:37:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16DB143E65; Sat, 24 Aug 2002 09:37:37 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OGbaJU054394; Sat, 24 Aug 2002 09:37:36 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OGba5B054393; Sat, 24 Aug 2002 09:37:36 -0700 (PDT) Message-Id: <200208241637.g7OGba5B054393@freefall.freebsd.org> From: Marc Fonvieille Date: Sat, 24 Aug 2002 09:37:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/08/24 09:37:36 PDT Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Add a missing semi-colon in an entity. PR: docs/41969 Submitted by: Martin Heinen Revision Changes Path 1.468 +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 Sat Aug 24 9:45:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB7B237B400; Sat, 24 Aug 2002 09:45:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A05FD43E75; Sat, 24 Aug 2002 09:45:20 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (mbr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OGjKJU055151; Sat, 24 Aug 2002 09:45:20 -0700 (PDT) (envelope-from mbr@freefall.freebsd.org) Received: (from mbr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OGjK33055150; Sat, 24 Aug 2002 09:45:20 -0700 (PDT) Message-Id: <200208241645.g7OGjK33055150@freefall.freebsd.org> From: Martin Blapp Date: Sat, 24 Aug 2002 09:45:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/openoffice 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 mbr 2002/08/24 09:45:20 PDT Modified files: korean/openoffice Makefile Log: kr -> ko Submitted by: CHOI Junho Revision Changes Path 1.3 +1 -1 ports/korean/openoffice/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 9:54:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBE5637B400; Sat, 24 Aug 2002 09:54:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71E3843E72; Sat, 24 Aug 2002 09:54:15 -0700 (PDT) (envelope-from anders@FreeBSD.org) Received: from freefall.freebsd.org (anders@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OGsFJU055795; Sat, 24 Aug 2002 09:54:15 -0700 (PDT) (envelope-from anders@freefall.freebsd.org) Received: (from anders@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OGsF5B055794; Sat, 24 Aug 2002 09:54:15 -0700 (PDT) Message-Id: <200208241654.g7OGsF5B055794@freefall.freebsd.org> From: Anders Nordby Date: Sat, 24 Aug 2002 09:54:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gallery gallery.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG anders 2002/08/24 09:54:15 PDT Modified files: en/gallery gallery.xml Log: Add Norwegian UNIX User Group. Revision Changes Path 1.22 +8 -1 www/en/gallery/gallery.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 9:57:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CB0A37B400; Sat, 24 Aug 2002 09:57:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D76CC43E65; Sat, 24 Aug 2002 09:57:14 -0700 (PDT) (envelope-from anders@FreeBSD.org) Received: from freefall.freebsd.org (anders@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OGvEJU056014; Sat, 24 Aug 2002 09:57:14 -0700 (PDT) (envelope-from anders@freefall.freebsd.org) Received: (from anders@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OGvE11056013; Sat, 24 Aug 2002 09:57:14 -0700 (PDT) Message-Id: <200208241657.g7OGvE11056013@freefall.freebsd.org> From: Anders Nordby Date: Sat, 24 Aug 2002 09:57:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en support.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG anders 2002/08/24 09:57:14 PDT Modified files: en support.sgml Log: Add Norwegian BSD User Group, Norwegian UNIX User Group. Revision Changes Path 1.268 +9 -1 www/en/support.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 10: 0:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5C2537B400; Sat, 24 Aug 2002 10:00:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B0D543E3B; Sat, 24 Aug 2002 10:00:17 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OH0HJU056249; Sat, 24 Aug 2002 10:00:17 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OH0HXm056248; Sat, 24 Aug 2002 10:00:17 -0700 (PDT) Message-Id: <200208241700.g7OH0HXm056248@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sat, 24 Aug 2002 10:00:17 -0700 (PDT) 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: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/08/24 10:00:17 PDT Modified files: share/man/man4 fxp.4 Log: Update the list of chips and cards supported by this driver. Based heavily on patches contained in... PR: 41759 Submitted by: David "Siebörger" Revision Changes Path 1.25 +5 -3 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 Sat Aug 24 10: 2:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D99B37B400; Sat, 24 Aug 2002 10:02:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B61FE43E3B; Sat, 24 Aug 2002 10:02:43 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OH2hJU056590; Sat, 24 Aug 2002 10:02:43 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OH2hpK056589; Sat, 24 Aug 2002 10:02:43 -0700 (PDT) Message-Id: <200208241702.g7OH2hpK056589@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sat, 24 Aug 2002 10:02:43 -0700 (PDT) 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: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/08/24 10:02:43 PDT Modified files: (Branch: RELENG_4) share/man/man4 fxp.4 Log: MFC: Microcode description and chip/adapter updates. fxp.4 1.20->1.21, 1.24->1.25 Based heavily on patches contained in: PR: 41759 Submitted by: David "Siebörger" Revision Changes Path 1.11.2.6 +23 -3 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 Sat Aug 24 10:11:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4747637B400; Sat, 24 Aug 2002 10:11:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFCDB43E42; Sat, 24 Aug 2002 10:11:41 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OHBfJU061698; Sat, 24 Aug 2002 10:11:41 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OHBf9h061697; Sat, 24 Aug 2002 10:11:41 -0700 (PDT) Message-Id: <200208241711.g7OHBf9h061697@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 24 Aug 2002 10:11:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ptypes Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/24 10:11:41 PDT Modified files: devel/ptypes Makefile pkg-plist Log: add two more doc files Submitted by: "Hovik Melikyan" (author) Revision Changes Path 1.6 +4 -2 ports/devel/ptypes/Makefile 1.3 +62 -59 ports/devel/ptypes/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 10:22:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FD5337B400; Sat, 24 Aug 2002 10:22:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2433E43E3B; Sat, 24 Aug 2002 10:22:45 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: from freefall.freebsd.org (dillon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OHMjJU062619; Sat, 24 Aug 2002 10:22:45 -0700 (PDT) (envelope-from dillon@freefall.freebsd.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OHMjLn062618; Sat, 24 Aug 2002 10:22:45 -0700 (PDT) Message-Id: <200208241722.g7OHMjLn062618@freefall.freebsd.org> From: Matt Dillon Date: Sat, 24 Aug 2002 10:22:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_subr.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 dillon 2002/08/24 10:22:44 PDT Modified files: sys/netinet tcp_subr.c Log: Correct bug in t_bw_rtttime rollover, #undef USERTT Revision Changes Path 1.142 +5 -1 src/sys/netinet/tcp_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 10:24:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C606837B400; Sat, 24 Aug 2002 10:24:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B73343E42; Sat, 24 Aug 2002 10:24:43 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: from freefall.freebsd.org (olgeni@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OHOhJU062707; Sat, 24 Aug 2002 10:24:43 -0700 (PDT) (envelope-from olgeni@freefall.freebsd.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OHOhAq062706; Sat, 24 Aug 2002 10:24:43 -0700 (PDT) Message-Id: <200208241724.g7OHOhAq062706@freefall.freebsd.org> From: Jimmy Olgeni Date: Sat, 24 Aug 2002 10:24:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/postgresql_autodoc 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 olgeni 2002/08/24 10:24:43 PDT Modified files: databases/postgresql_autodoc pkg-descr Log: Fix WWW tag (avoid redirect). Revision Changes Path 1.2 +1 -1 ports/databases/postgresql_autodoc/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 10:37:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E419037B400; Sat, 24 Aug 2002 10:37:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB0A343E6A; Sat, 24 Aug 2002 10:37:42 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: from freefall.freebsd.org (jdp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OHbgJU063821; Sat, 24 Aug 2002 10:37:42 -0700 (PDT) (envelope-from jdp@freefall.freebsd.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OHbgNV063820; Sat, 24 Aug 2002 10:37:42 -0700 (PDT) Message-Id: <200208241737.g7OHbgNV063820@freefall.freebsd.org> From: John Polstra Date: Sat, 24 Aug 2002 10:37:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net rcmd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jdp 2002/08/24 10:37:42 PDT Modified files: lib/libc/net rcmd.c Log: Fix a bug in __ivaliduser_sa() which caused some rsh/rlogin attempts to fail needlessly if a reverse DNS lookup of the IP address didn't come up with a hostname. As a comment in the code clearly stated, the "damn hostname" was looked up only for the purpose of netgroup matching. But if that lookup failed, the function bailed out immediately even though in many cases netgroup matching would not be used. This change marks the hostname as unknown but continues. Where netgroup matching is performed, an unknown hostname is handled conservatively. I.e., for "+@netgroup" (accept) entries an unknown hostname never matches, and for "-@netgroup" (reject) entries an unknown hostname always matches. In the lines affected (only), I also fixed a few bogus casts. There are others, and in fact this entire file would be a good candidate for a cleanup sweep. Reviewed by: imp (wearing his flourescent yellow Security Team cap) MFC after: 2 days Revision Changes Path 1.37 +5 -5 src/lib/libc/net/rcmd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 10:44:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E656F37B400; Sat, 24 Aug 2002 10:44:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A81543E6E; Sat, 24 Aug 2002 10:44:43 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OHihJU064469; Sat, 24 Aug 2002 10:44:43 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OHihEu064468; Sat, 24 Aug 2002 10:44:43 -0700 (PDT) Message-Id: <200208241744.g7OHihEu064468@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 24 Aug 2002 10:44:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/freecell-solver Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/24 10:44:43 PDT Modified files: games/freecell-solver Makefile distinfo Log: upgrade to 2.6.3 Revision Changes Path 1.17 +1 -1 ports/games/freecell-solver/Makefile 1.17 +1 -1 ports/games/freecell-solver/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 10:52:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D42B237B400; Sat, 24 Aug 2002 10:52:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8953143E72; Sat, 24 Aug 2002 10:52:08 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from freefall.freebsd.org (alc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OHq8JU065129; Sat, 24 Aug 2002 10:52:08 -0700 (PDT) (envelope-from alc@freefall.freebsd.org) Received: (from alc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OHq8cX065128; Sat, 24 Aug 2002 10:52:08 -0700 (PDT) Message-Id: <200208241752.g7OHq8cX065128@freefall.freebsd.org> From: Alan Cox Date: Sat, 24 Aug 2002 10:52:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.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 alc 2002/08/24 10:52:08 PDT Modified files: sys/vm vm_map.c Log: o Use vm_object_lock() in place of Giant when manipulating a vm object in vm_map_insert(). Revision Changes Path 1.266 +2 -2 src/sys/vm/vm_map.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 11:22:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 231E537B400; Sat, 24 Aug 2002 11:22:34 -0700 (PDT) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 061B843E6A; Sat, 24 Aug 2002 11:22:32 -0700 (PDT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.5/8.12.2) with ESMTP id g7OIMOmU021690; Sat, 24 Aug 2002 20:22:25 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.5/8.12.5/Submit) id g7OIMOd5021689; Sat, 24 Aug 2002 20:22:24 +0200 (CEST) Date: Sat, 24 Aug 2002 20:22:24 +0200 From: Wilko Bulte To: John Polstra Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/net rcmd.c Message-ID: <20020824202224.A21671@freebie.xs4all.nl> References: <200208241737.g7OHbgNV063820@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: <200208241737.g7OHbgNV063820@freefall.freebsd.org>; from jdp@FreeBSD.ORG on Sat, Aug 24, 2002 at 10:37:42AM -0700 X-OS: FreeBSD 4.6-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Aug 24, 2002 at 10:37:42AM -0700, John Polstra wrote: > jdp 2002/08/24 10:37:42 PDT > > Modified files: > lib/libc/net rcmd.c > Log: > Fix a bug in __ivaliduser_sa() which caused some rsh/rlogin attempts > to fail needlessly if a reverse DNS lookup of the IP address didn't > come up with a hostname. As a comment in the code clearly stated, > the "damn hostname" was looked up only for the purpose of netgroup > matching. But if that lookup failed, the function bailed out > immediately even though in many cases netgroup matching would not > be used. > > This change marks the hostname as unknown but continues. Where > netgroup matching is performed, an unknown hostname is handled > conservatively. I.e., for "+@netgroup" (accept) entries an unknown > hostname never matches, and for "-@netgroup" (reject) entries an > unknown hostname always matches. > > In the lines affected (only), I also fixed a few bogus casts. There > are others, and in fact this entire file would be a good candidate > for a cleanup sweep. > > Reviewed by: imp (wearing his flourescent yellow Security Team cap) Can we have a photograph of that fluorescent etc please? -- | / o / /_ _ 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 Sat Aug 24 11:38:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98DCF37B400; Sat, 24 Aug 2002 11:38:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 551A243E77; Sat, 24 Aug 2002 11:38:17 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OIcHJU073177; Sat, 24 Aug 2002 11:38:17 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OIcHpJ073176; Sat, 24 Aug 2002 11:38:17 -0700 (PDT) Message-Id: <200208241838.g7OIcHpJ073176@freefall.freebsd.org> From: Archie Cobbs Date: Sat, 24 Aug 2002 11:38:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/sablevm Makefile distinfo ports/java/sablevm/files extra-patch-aa extra-patch-ab patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2002/08/24 11:38:16 PDT Modified files: java/sablevm Makefile distinfo java/sablevm/files extra-patch-aa extra-patch-ab patch-aa patch-ab patch-ac patch-ad patch-ag patch-ah patch-ai Removed files: java/sablevm/files patch-ae patch-af Log: Update to version 1.0.4. Revision Changes Path 1.8 +1 -1 ports/java/sablevm/Makefile 1.4 +3 -3 ports/java/sablevm/distinfo 1.2 +3 -3 ports/java/sablevm/files/extra-patch-aa 1.2 +3 -3 ports/java/sablevm/files/extra-patch-ab 1.5 +3 -3 ports/java/sablevm/files/patch-aa 1.5 +3 -3 ports/java/sablevm/files/patch-ab 1.4 +3 -3 ports/java/sablevm/files/patch-ac 1.4 +3 -3 ports/java/sablevm/files/patch-ad 1.4 +0 -21 ports/java/sablevm/files/patch-ae (dead) 1.4 +0 -13 ports/java/sablevm/files/patch-af (dead) 1.4 +3 -3 ports/java/sablevm/files/patch-ag 1.2 +3 -3 ports/java/sablevm/files/patch-ah 1.2 +2 -2 ports/java/sablevm/files/patch-ai To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 11:40:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DEDF37B400; Sat, 24 Aug 2002 11:40:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3383A43E3B; Sat, 24 Aug 2002 11:40:27 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: from freefall.freebsd.org (dillon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OIeRJU073402; Sat, 24 Aug 2002 11:40:27 -0700 (PDT) (envelope-from dillon@freefall.freebsd.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OIeReg073401; Sat, 24 Aug 2002 11:40:27 -0700 (PDT) Message-Id: <200208241840.g7OIeReg073401@freefall.freebsd.org> From: Matt Dillon Date: Sat, 24 Aug 2002 11:40:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_input.c tcp_output.c tcp_subr.c tcp_usrreq.c tcp_var.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 dillon 2002/08/24 11:40:26 PDT Modified files: (Branch: RELENG_4) sys/netinet tcp_input.c tcp_output.c tcp_subr.c tcp_usrreq.c tcp_var.h Log: MFC the TCP bandwidth-based window limiting code. Default operation is to not limit the window (feature disabled). Setting net.inet.tcp.inflight_enable to 1 will enable the feature. Differences from current: debugging defaults to off, and the window minimum is set to a production value of 6144 bytes rather then a debugging value of 1024 bytes. See 'man tcp' and 'man tuning' for more information. Revision Changes Path 1.107.2.27 +6 -0 src/sys/netinet/tcp_input.c 1.39.2.16 +1 -0 src/sys/netinet/tcp_output.c 1.73.2.28 +162 -0 src/sys/netinet/tcp_subr.c 1.51.2.16 +2 -0 src/sys/netinet/tcp_usrreq.c 1.56.2.12 +7 -0 src/sys/netinet/tcp_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 11:44:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8DAE37B401; Sat, 24 Aug 2002 11:44:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9788E43E77; Sat, 24 Aug 2002 11:44:52 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from freefall.freebsd.org (alc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OIiqJU073955; Sat, 24 Aug 2002 11:44:52 -0700 (PDT) (envelope-from alc@freefall.freebsd.org) Received: (from alc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OIiqOY073954; Sat, 24 Aug 2002 11:44:52 -0700 (PDT) Message-Id: <200208241844.g7OIiqOY073954@freefall.freebsd.org> From: Alan Cox Date: Sat, 24 Aug 2002 11:44:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_object.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 alc 2002/08/24 11:44:52 PDT Modified files: sys/vm vm_object.c Log: o Use vm_object_lock() in place of directly locking Giant. Reviewed by: md5 Revision Changes Path 1.233 +12 -12 src/sys/vm/vm_object.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 12: 4: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 482E437B401; Sat, 24 Aug 2002 12:03:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAA8D43E6A; Sat, 24 Aug 2002 12:03:58 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from freefall.freebsd.org (njl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OJ3wJU075790; Sat, 24 Aug 2002 12:03:58 -0700 (PDT) (envelope-from njl@freefall.freebsd.org) Received: (from njl@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OJ3wZe075789; Sat, 24 Aug 2002 12:03:58 -0700 (PDT) Message-Id: <200208241903.g7OJ3wZe075789@freefall.freebsd.org> From: Nate Lawson Date: Sat, 24 Aug 2002 12:03:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_da.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 njl 2002/08/24 12:03:58 PDT Modified files: (Branch: RELENG_4) sys/cam/scsi scsi_da.c Log: MFC from -CURRENT Updates to cmd6workaround: * Only update cdb in place if not CDB_POINTER * Correctly check for QFRZ before restarting CCB * More accurate printf message * style(9) changes at end Revision Changes Path 1.42.2.26 +18 -15 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 Sat Aug 24 12:13:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 837DF37B400; Sat, 24 Aug 2002 12:13:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29D6D43E77; Sat, 24 Aug 2002 12:13:12 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: from freefall.freebsd.org (nsayer@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OJDCJU080756; Sat, 24 Aug 2002 12:13:12 -0700 (PDT) (envelope-from nsayer@freefall.freebsd.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OJDCtt080755; Sat, 24 Aug 2002 12:13:12 -0700 (PDT) Message-Id: <200208241913.g7OJDCtt080755@freefall.freebsd.org> From: Nick Sayer Date: Sat, 24 Aug 2002 12:13:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm sound.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 nsayer 2002/08/24 12:13:11 PDT Modified files: sys/dev/sound/pcm sound.c Log: Be sure to unregister from sndstat on unregister. Gets rid of phantom sndstat output after removing uaudio. Revision Changes Path 1.77 +1 -0 src/sys/dev/sound/pcm/sound.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 12:18:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17D6437B400; Sat, 24 Aug 2002 12:18:15 -0700 (PDT) Received: from nebula.wanadoo.fr (ca-sqy-1-178.abo.wanadoo.fr [80.8.54.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D47943E65; Sat, 24 Aug 2002 12:18:13 -0700 (PDT) (envelope-from dak@wanadoo.fr) Received: from nebula.wanadoo.fr (localhost [127.0.0.1]) by nebula.wanadoo.fr (8.12.5/8.12.5) with ESMTP id g7OJEqiU004227; Sat, 24 Aug 2002 21:14:52 +0200 (CEST) (envelope-from dak@nebula.wanadoo.fr) Received: (from dak@localhost) by nebula.wanadoo.fr (8.12.5/8.12.5/Submit) id g7OJEqVK004226; Sat, 24 Aug 2002 21:14:52 +0200 (CEST) Date: Sat, 24 Aug 2002 21:14:52 +0200 From: =?iso-8859-15?Q?Aur=E9lien?= Nephtali To: Nick Sayer Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/sound/pcm sound.c Message-ID: <20020824191452.GA4198@nebula.wanadoo.fr> References: <200208241913.g7OJDCtt080755@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wRRV7LY7NUeQGEoC" Content-Disposition: inline In-Reply-To: <200208241913.g7OJDCtt080755@freefall.freebsd.org> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --wRRV7LY7NUeQGEoC Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Aug 24, 2002 at 12:13:11PM -0700, Nick Sayer wrote: > nsayer 2002/08/24 12:13:11 PDT >=20 > Modified files: > sys/dev/sound/pcm sound.c=20 > Log: > Be sure to unregister from sndstat on unregister. Gets rid of phantom > sndstat output after removing uaudio. > =20 > Revision Changes Path > 1.77 +1 -0 src/sys/dev/sound/pcm/sound.c >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message Ahh, good :) good work :) -- Aur=E9lien --wRRV7LY7NUeQGEoC Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9Z9ssDNsbHbt8ok8RApXyAJ9/5nyuRn7KL955743JrogRticNBQCfSK8h fkfhzRMwuzPNipXZ0NadzK0= =NR+3 -----END PGP SIGNATURE----- --wRRV7LY7NUeQGEoC-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 13: 4:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EF6E37B400; Sat, 24 Aug 2002 13:04:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E48243E75; Sat, 24 Aug 2002 13:04:28 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OK4IJU084399; Sat, 24 Aug 2002 13:04:18 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OK4Ipw084398; Sat, 24 Aug 2002 13:04:18 -0700 (PDT) Message-Id: <200208242004.g7OK4Ipw084398@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 24 Aug 2002 13:04:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/lib file.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 2002/08/24 13:04:18 PDT Modified files: usr.sbin/pkg_install/lib file.c Log: Preserve suid/gid permissions when extracting packages remotelly fetched with -r option Reviewed by: will Approved by: will Revision Changes Path 1.57 +1 -1 src/usr.sbin/pkg_install/lib/file.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 13: 9:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B058637B406; Sat, 24 Aug 2002 13:09:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E70B643E6E; Sat, 24 Aug 2002 13:09:16 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OK9FJU088925; Sat, 24 Aug 2002 13:09:15 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OK9Ffp088924; Sat, 24 Aug 2002 13:09:15 -0700 (PDT) Message-Id: <200208242009.g7OK9Ffp088924@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 24 Aug 2002 13:09:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/lib file.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 lioux 2002/08/24 13:09:15 PDT Modified files: (Branch: RELENG_4) usr.sbin/pkg_install/lib file.c Log: MFC from rev 1.57: Preserve suid/gid permissions when extracting packages remotelly fetched with -r option Reviewed by: will Approved by: will Revision Changes Path 1.40.2.12 +1 -1 src/usr.sbin/pkg_install/lib/file.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 14:48:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E63A037B400; Sat, 24 Aug 2002 14:48:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9931443E6E; Sat, 24 Aug 2002 14:48:07 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OLm7JU000783; Sat, 24 Aug 2002 14:48:07 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OLm7cA000782; Sat, 24 Aug 2002 14:48:07 -0700 (PDT) Message-Id: <200208242148.g7OLm7cA000782@freefall.freebsd.org> From: Trevor Johnson Date: Sat, 24 Aug 2002 14:48:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/webfonts 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 trevor 2002/08/24 14:48:06 PDT Modified files: x11-fonts/webfonts Makefile pkg-descr Log: Set MAINTAINER to ports@FreeBSD.org, since e-mail to the existing maintainer bounces with "451 daemon.gr: Name server timeout". Submitted by: alane Revision Changes Path 1.10 +1 -1 ports/x11-fonts/webfonts/Makefile 1.3 +0 -2 ports/x11-fonts/webfonts/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 14:59:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96E7137B400; Sat, 24 Aug 2002 14:59:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42C3143E6A; Sat, 24 Aug 2002 14:59:52 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OLxqJU001579; Sat, 24 Aug 2002 14:59:52 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OLxqma001578; Sat, 24 Aug 2002 14:59:52 -0700 (PDT) Message-Id: <200208242159.g7OLxqma001578@freefall.freebsd.org> From: Trevor Johnson Date: Sat, 24 Aug 2002 14:59:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/webfonts 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 trevor 2002/08/24 14:59:52 PDT Modified files: x11-fonts/webfonts Makefile distinfo pkg-descr pkg-plist Log: Remove the Arial Unicode font. Its license is much more restrictive than the license on the other fonts, and it can no longer be downloaded from its publisher. Remove the RESTRICTED line because the remaining fonts have fewer restrictions on redistribution via the Internet. Reviewed by: no objection from ports list Revision Changes Path 1.11 +0 -20 ports/x11-fonts/webfonts/Makefile 1.4 +0 -1 ports/x11-fonts/webfonts/distinfo 1.4 +1 -5 ports/x11-fonts/webfonts/pkg-descr 1.3 +1 -2 ports/x11-fonts/webfonts/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 15: 1:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C54037B400; Sat, 24 Aug 2002 15:01:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D143D43E3B; Sat, 24 Aug 2002 15:01:40 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from freefall.freebsd.org (jake@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OM1eJU002077; Sat, 24 Aug 2002 15:01:40 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OM1eK2002076; Sat, 24 Aug 2002 15:01:40 -0700 (PDT) Message-Id: <200208242201.g7OM1eK2002076@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 24 Aug 2002 15:01:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_elf.c kern_exec.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/08/24 15:01:40 PDT Modified files: sys/kern imgact_elf.c kern_exec.c Log: return x; -> return (x); return(x); -> return (x); Reviewed by: md5 Revision Changes Path 1.117 +32 -32 src/sys/kern/imgact_elf.c 1.182 +11 -11 src/sys/kern/kern_exec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 15:26:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF3C437B400; Sat, 24 Aug 2002 15:26:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8216643E4A; Sat, 24 Aug 2002 15:26:52 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OMQqJU011515; Sat, 24 Aug 2002 15:26:52 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OMQqpB011514; Sat, 24 Aug 2002 15:26:52 -0700 (PDT) Message-Id: <200208242226.g7OMQqpB011514@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sat, 24 Aug 2002 15:26:52 -0700 (PDT) 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: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/08/24 15:26:52 PDT Modified files: share/man/man4 fxp.4 Log: Really add new fxp(4) adapter names this time. Forgotten part of a patch from: PR: 41759 Submitted by: David Siebörger Revision Changes Path 1.26 +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 Sat Aug 24 15:27:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A8A337B400; Sat, 24 Aug 2002 15:27:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E19DE43E4A; Sat, 24 Aug 2002 15:27:32 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OMRWJU011588; Sat, 24 Aug 2002 15:27:32 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OMRWTY011587; Sat, 24 Aug 2002 15:27:32 -0700 (PDT) Message-Id: <200208242227.g7OMRWTY011587@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sat, 24 Aug 2002 15:27:32 -0700 (PDT) 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: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/08/24 15:27:32 PDT Modified files: (Branch: RELENG_4) share/man/man4 fxp.4 Log: MFC: Really add new fxp(4) adapter names. fxp.4 1.25->1.26 Revision Changes Path 1.11.2.7 +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 Sat Aug 24 15:42:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7567A37B400; Sat, 24 Aug 2002 15:42:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2662C43E4A; Sat, 24 Aug 2002 15:42:19 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from freefall.freebsd.org (marcel@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OMgIJU018656; Sat, 24 Aug 2002 15:42:18 -0700 (PDT) (envelope-from marcel@freefall.freebsd.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OMgInd018655; Sat, 24 Aug 2002 15:42:18 -0700 (PDT) Message-Id: <200208242242.g7OMgInd018655@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 24 Aug 2002 15:42:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_gpt.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 marcel 2002/08/24 15:42:16 PDT Modified files: sys/geom geom_gpt.c Log: Use 'p' as the partition specifier instead of 's'. We continue to use 's' for compatibility partitions (ie partitions with a BSD disklabel). Partition numbers continue to start with 1. Example /etc/fstab: # Device Mountpoint FStype Options ... /dev/da0p1 /efi msdos rw ... /dev/da0p2 / ufs rw ... /dev/da0p3 none swap sw ... Revision Changes Path 1.5 +5 -2 src/sys/geom/geom_gpt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 15:50:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41EF537B401; Sat, 24 Aug 2002 15:50:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5A8043E3B; Sat, 24 Aug 2002 15:50:16 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OMoGJU021729; Sat, 24 Aug 2002 15:50:16 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OMoGnu021728; Sat, 24 Aug 2002 15:50:16 -0700 (PDT) Message-Id: <200208242250.g7OMoGnu021728@freefall.freebsd.org> From: Trevor Johnson Date: Sat, 24 Aug 2002 15:50:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/webfonts 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 trevor 2002/08/24 15:50:16 PDT Modified files: x11-fonts/webfonts Makefile pkg-descr Log: The distfiles were removed from the publisher's sites, so use a different set of master sites. The home page is no longer worth reading, so remove its URL from pkg-descr. Noticed by: Miguel Mendez Obtained from: www.alltheweb.com FTP search (in part) Submitted by: Amar Takhar, Christian Brueffer, blackend and myself PR: 41716 and 41775 Revision Changes Path 1.12 +11 -3 ports/x11-fonts/webfonts/Makefile 1.5 +0 -2 ports/x11-fonts/webfonts/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 15:51:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3991837B400; Sat, 24 Aug 2002 15:51:03 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70DAF43E72; Sat, 24 Aug 2002 15:51:02 -0700 (PDT) (envelope-from arr@watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.4/8.12.4) with ESMTP id g7OMokOn026325; Sat, 24 Aug 2002 18:50:46 -0400 (EDT) (envelope-from arr@watson.org) Received: from localhost (arr@localhost) by fledge.watson.org (8.12.5/8.12.5/Submit) with SMTP id g7OMojSA026322; Sat, 24 Aug 2002 18:50:45 -0400 (EDT) X-Authentication-Warning: fledge.watson.org: arr owned process doing -bs Date: Sat, 24 Aug 2002 18:50:44 -0400 (EDT) From: "Andrew R. Reiter" To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern sysv_sem.c In-Reply-To: <200208130847.g7D8lKKQ036126@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, 13 Aug 2002, Alfred Perlstein wrote: :alfred 2002/08/13 01:47:17 PDT : : Modified files: : sys/kern sysv_sem.c : Log: : Make SYSVSEM mpsafe. Each semaphore set gets its own lock, however : there is a global lock over the undo structures because of the way : they are managed. : : Switch to using SLIST instead of rolling our own linked list. : : Fix several races where a permission check was done before a : copyin/copyout, if the copy happened to fault it may have been : possible to race for access to a semaphore set that one shouldn't : have access to. : : Requested by: rwatson : Tested by: NetBSD regression suite. Damn, I go away for 2 weeks away from net access ... do the same code... *darn* :) Good stuff! Thanks for the effort! Cheers, -- 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 Sat Aug 24 15:55:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B29637B400; Sat, 24 Aug 2002 15:55:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C150743E75; Sat, 24 Aug 2002 15:55:17 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from freefall.freebsd.org (jake@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OMtHJU022328; Sat, 24 Aug 2002 15:55:17 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OMtHcG022327; Sat, 24 Aug 2002 15:55:17 -0700 (PDT) Message-Id: <200208242255.g7OMtHcG022327@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 24 Aug 2002 15:55:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_elf.c kern_exec.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/08/24 15:55:17 PDT Modified files: sys/kern imgact_elf.c kern_exec.c Log: Fixed white space around operators, casts and reserved words. Reviewed by: md5 Revision Changes Path 1.118 +22 -23 src/sys/kern/imgact_elf.c 1.183 +8 -9 src/sys/kern/kern_exec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 16: 0:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 709B337B400; Sat, 24 Aug 2002 16:00:12 -0700 (PDT) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ECC543E75; Sat, 24 Aug 2002 16:00:12 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020824230011.WDL1186.rwcrmhc52.attbi.com@InterJet.elischer.org>; Sat, 24 Aug 2002 23:00:11 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id PAA74575; Sat, 24 Aug 2002 15:59:00 -0700 (PDT) Date: Sat, 24 Aug 2002 15:58:59 -0700 (PDT) From: Julian Elischer To: Marcel Moolenaar Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom geom_gpt.c In-Reply-To: <200208242242.g7OMgInd018655@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 have I got this right.... ad0a ->ad0p1 ?? please give examples.... On Sat, 24 Aug 2002, Marcel Moolenaar wrote: > marcel 2002/08/24 15:42:16 PDT > > Modified files: > sys/geom geom_gpt.c > Log: > Use 'p' as the partition specifier instead of 's'. We continue to use > 's' for compatibility partitions (ie partitions with a BSD disklabel). > Partition numbers continue to start with 1. > Example /etc/fstab: > # Device Mountpoint FStype Options ... > /dev/da0p1 /efi msdos rw ... > /dev/da0p2 / ufs rw ... > /dev/da0p3 none swap sw ... this doesn't tell us much... > > Revision Changes Path > 1.5 +5 -2 src/sys/geom/geom_gpt.c > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 16: 0:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A17CE37B401; Sat, 24 Aug 2002 16:00:13 -0700 (PDT) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FB0C43E42; Sat, 24 Aug 2002 16:00:13 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020824230012.WEA1186.rwcrmhc52.attbi.com@InterJet.elischer.org>; Sat, 24 Aug 2002 23:00:12 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id PAA74559; Sat, 24 Aug 2002 15:53:47 -0700 (PDT) Date: Sat, 24 Aug 2002 15:53:46 -0700 (PDT) From: Julian Elischer To: Marcel Moolenaar Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom geom_gpt.c In-Reply-To: <200208242242.g7OMgInd018655@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 I completely fail to see th point of this.. it cerainly breaks POLA partitions within a BSD label use letters.. this is a HUGE POLA problem. On Sat, 24 Aug 2002, Marcel Moolenaar wrote: > marcel 2002/08/24 15:42:16 PDT > > Modified files: > sys/geom geom_gpt.c > Log: > Use 'p' as the partition specifier instead of 's'. We continue to use > 's' for compatibility partitions (ie partitions with a BSD disklabel). > Partition numbers continue to start with 1. > Example /etc/fstab: > # Device Mountpoint FStype Options ... > /dev/da0p1 /efi msdos rw ... > /dev/da0p2 / ufs rw ... > /dev/da0p3 none swap sw ... > > Revision Changes Path > 1.5 +5 -2 src/sys/geom/geom_gpt.c > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 16: 7:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C651737B400; Sat, 24 Aug 2002 16:07:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77AE843E42; Sat, 24 Aug 2002 16:07:07 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7ON77JU027797; Sat, 24 Aug 2002 16:07:07 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7ON77iA027796; Sat, 24 Aug 2002 16:07:07 -0700 (PDT) Message-Id: <200208242307.g7ON77iA027796@freefall.freebsd.org> From: Trevor Johnson Date: Sat, 24 Aug 2002 16:07:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/webfonts Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/08/24 16:07:06 PDT Modified files: x11-fonts/webfonts Makefile Log: whitespace changes suggested by portlint -act Revision Changes Path 1.13 +4 -5 ports/x11-fonts/webfonts/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 16:11:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9A8A37B401; Sat, 24 Aug 2002 16:11:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AEB943E65; Sat, 24 Aug 2002 16:11:27 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7ONBRJU028408; Sat, 24 Aug 2002 16:11:27 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7ONBREL028407; Sat, 24 Aug 2002 16:11:27 -0700 (PDT) Message-Id: <200208242311.g7ONBREL028407@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sat, 24 Aug 2002 16:11:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/08/24 16:11:27 PDT Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Fix math in a FAQ entry, also fix a typo. PR: 41420 Submitted by: Eric Anderson Revision Changes Path 1.469 +2 -2 doc/en_US.ISO8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 16:16:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A51D37B400; Sat, 24 Aug 2002 16:16:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A20843E4A; Sat, 24 Aug 2002 16:16:45 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7ONGjJU028767; Sat, 24 Aug 2002 16:16:45 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7ONGiUv028759; Sat, 24 Aug 2002 16:16:44 -0700 (PDT) Message-Id: <200208242316.g7ONGiUv028759@freefall.freebsd.org> From: Trevor Johnson Date: Sat, 24 Aug 2002 16:16:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/webfonts Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/08/24 16:16:43 PDT Modified files: x11-fonts/webfonts Makefile Log: Bump PORTREVISION. Users who installed the port in the past were not told that the Arial Unicode font has a different, much more restrictive, license than the other fonts. They were only shown the less restrictive license. Since they did not see the Unicode license, they did not have a chance to make sure they were not in violation of it. The license mentioned by the port now matches the actual license, and the PORTREVISION bump will encourage them to update. Revision Changes Path 1.14 +1 -0 ports/x11-fonts/webfonts/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 16:17: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C242537B401; Sat, 24 Aug 2002 16:16:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A6C243E6A; Sat, 24 Aug 2002 16:16:45 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7ONGjJU028777; Sat, 24 Aug 2002 16:16:45 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7ONGj1f028776; Sat, 24 Aug 2002 16:16:45 -0700 (PDT) Message-Id: <200208242316.g7ONGj1f028776@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sat, 24 Aug 2002 16:16:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/08/24 16:16:45 PDT Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Markup fixes near some text touched with previous commit. Revision Changes Path 1.470 +5 -5 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 Sat Aug 24 16:55: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4F3937B401; Sat, 24 Aug 2002 16:54:54 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97C8E43E84; Sat, 24 Aug 2002 16:54:45 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 6460D2A7D6; Sat, 24 Aug 2002 16:54:33 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Julian Elischer Cc: Marcel Moolenaar , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom geom_gpt.c In-Reply-To: Date: Sat, 24 Aug 2002 16:54:33 -0700 From: Peter Wemm Message-Id: <20020824235433.6460D2A7D6@canning.wemm.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 Julian Elischer wrote: > have I got this right.... > > ad0a ->ad0p1 > > ?? > > please give examples.... GPT is the native partitioning scheme on ia64 boxes. When native, we do not use disklabel because: 1) GPT has 16384 partitions without any complications, so there is no need to subdivide one into freebsd disklabel slices 2) GPT is fully 64 bit LBA 3) disklabel is 32 bit LBA so adding disklabel restricts it to 32 bit (1TB) sized chunks This isn't breaking POLA because it is a new arch witha clean break. > On Sat, 24 Aug 2002, Marcel Moolenaar wrote: > > > marcel 2002/08/24 15:42:16 PDT > > > > Modified files: > > sys/geom geom_gpt.c > > Log: > > Use 'p' as the partition specifier instead of 's'. We continue to use > > 's' for compatibility partitions (ie partitions with a BSD disklabel). > > Partition numbers continue to start with 1. > > Example /etc/fstab: > > # Device Mountpoint FStype Options ... > > /dev/da0p1 /efi msdos rw ... > > /dev/da0p2 / ufs rw ... > > /dev/da0p3 none swap sw ... > > this doesn't tell us much... > > > > > > Revision Changes Path > > 1.5 +5 -2 src/sys/geom/geom_gpt.c > > > Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "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 Aug 24 16:56: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58A9B37B400; Sat, 24 Aug 2002 16:55:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C04643E6A; Sat, 24 Aug 2002 16:55:58 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7ONtvJU031962; Sat, 24 Aug 2002 16:55:57 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7ONtv3a031961; Sat, 24 Aug 2002 16:55:57 -0700 (PDT) Message-Id: <200208242355.g7ONtv3a031961@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 24 Aug 2002 16:55:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.sites.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/08/24 16:55:57 PDT Modified files: Mk bsd.sites.mk Log: Update the RingServer list and add some descriptions about the redirector services. Revision Changes Path 1.97 +27 -14 ports/Mk/bsd.sites.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 17:19:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A11837B400; Sat, 24 Aug 2002 17:19:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B108843E3B; Sat, 24 Aug 2002 17:19:32 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P0JWJU037653; Sat, 24 Aug 2002 17:19:32 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P0JWLP037652; Sat, 24 Aug 2002 17:19:32 -0700 (PDT) Message-Id: <200208250019.g7P0JWLP037652@freefall.freebsd.org> From: Trevor Johnson Date: Sat, 24 Aug 2002 17:19:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.sites.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/08/24 17:19:32 PDT Modified files: Mk bsd.sites.mk Log: NetBSD update Obtained from: fenner's survey and www.alltheweb.com Revision Changes Path 1.98 +10 -7 ports/Mk/bsd.sites.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 17:22:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CE0B37B400; Sat, 24 Aug 2002 17:22:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17D6343E3B; Sat, 24 Aug 2002 17:22:32 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from freefall.freebsd.org (alc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P0MVJU038185; Sat, 24 Aug 2002 17:22:31 -0700 (PDT) (envelope-from alc@freefall.freebsd.org) Received: (from alc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P0MV5d038184; Sat, 24 Aug 2002 17:22:31 -0700 (PDT) Message-Id: <200208250022.g7P0MV5d038184@freefall.freebsd.org> From: Alan Cox Date: Sat, 24 Aug 2002 17:22:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci agp.c agp_i810.c src/sys/ufs/ffs ffs_vnops.c src/sys/vm phys_pager.c vm_fault.c vm_kern.c vm_page.c vm_page.h vnode_pager.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 alc 2002/08/24 17:22:31 PDT Modified files: sys/pci agp.c agp_i810.c sys/ufs/ffs ffs_vnops.c sys/vm phys_pager.c vm_fault.c vm_kern.c vm_page.c vm_page.h vnode_pager.c Log: o Retire vm_page_zero_fill() and vm_page_zero_fill_area(). Ever since pmap_zero_page() and pmap_zero_page_area() were modified to accept a struct vm_page * instead of a physical address, vm_page_zero_fill() and vm_page_zero_fill_area() have served no purpose. Revision Changes Path 1.20 +1 -1 src/sys/pci/agp.c 1.9 +1 -1 src/sys/pci/agp_i810.c 1.91 +1 -1 src/sys/ufs/ffs/ffs_vnops.c 1.15 +1 -1 src/sys/vm/phys_pager.c 1.152 +1 -1 src/sys/vm/vm_fault.c 1.87 +2 -2 src/sys/vm/vm_kern.c 1.213 +0 -25 src/sys/vm/vm_page.c 1.110 +0 -2 src/sys/vm/vm_page.h 1.155 +1 -1 src/sys/vm/vnode_pager.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 17:55:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F16EC37B400; Sat, 24 Aug 2002 17:55:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6C4943E42; Sat, 24 Aug 2002 17:55:20 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P0swJU040419; Sat, 24 Aug 2002 17:54:58 -0700 (PDT) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P0swt2040418; Sat, 24 Aug 2002 17:54:58 -0700 (PDT) Message-Id: <200208250054.g7P0swt2040418@freefall.freebsd.org> From: Giorgos Keramidas Date: Sat, 24 Aug 2002 17:54:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mail 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 keramida 2002/08/24 17:54:58 PDT Modified files: en_US.ISO8859-1/books/handbook/mail chapter.sgml Log: Change /myco.com/example.com/ since the latter is reserved exactly for this type of thing, instead of rolling our own example domainnames as in rev 1.53 of this file. Suggested by: ceri Revision Changes Path 1.55 +9 -8 doc/en_US.ISO8859-1/books/handbook/mail/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 18: 0:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63C7B37B400; Sat, 24 Aug 2002 18:00:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10BC143E65; Sat, 24 Aug 2002 18:00:17 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P10GJU040726; Sat, 24 Aug 2002 18:00:16 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P10Gv4040724; Sat, 24 Aug 2002 18:00:16 -0700 (PDT) Message-Id: <200208250100.g7P10Gv4040724@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 24 Aug 2002 18:00:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/add main.c perform.c src/usr.sbin/pkg_install/lib file.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/08/24 18:00:16 PDT Modified files: usr.sbin/pkg_install/add main.c perform.c usr.sbin/pkg_install/lib file.c Log: Find remaining hardcoded gzip bits and change to bzip2 bits. Mark with XXX so someone that cares about being able to handle either bziped or gziped packages knows where the remaining nits are. Revision Changes Path 1.51 +4 -2 src/usr.sbin/pkg_install/add/main.c 1.72 +3 -2 src/usr.sbin/pkg_install/add/perform.c 1.58 +8 -5 src/usr.sbin/pkg_install/lib/file.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 18: 0:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6893D37B401; Sat, 24 Aug 2002 18:00:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 907AB43E65; Sat, 24 Aug 2002 18:00:46 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P10kJU040773; Sat, 24 Aug 2002 18:00:46 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P10kP2040772; Sat, 24 Aug 2002 18:00:46 -0700 (PDT) Message-Id: <200208250100.g7P10kP2040772@freefall.freebsd.org> From: Trevor Johnson Date: Sat, 24 Aug 2002 18:00:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/webfonts 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 trevor 2002/08/24 18:00:46 PDT Modified files: x11-fonts/webfonts pkg-message Log: grammar fix Revision Changes Path 1.3 +1 -1 ports/x11-fonts/webfonts/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 18: 1:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4C0637B400; Sat, 24 Aug 2002 18:01:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF14843E6A; Sat, 24 Aug 2002 18:01:09 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P119JU040829; Sat, 24 Aug 2002 18:01:09 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P119Hb040827; Sat, 24 Aug 2002 18:01:09 -0700 (PDT) Message-Id: <200208250101.g7P119Hb040827@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 24 Aug 2002 18:01:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/create perform.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/08/24 18:01:09 PDT Modified files: usr.sbin/pkg_install/create perform.c Log: Reorg just a tad to better express our bzip intentions. Revision Changes Path 1.76 +6 -6 src/usr.sbin/pkg_install/create/perform.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 18: 8:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1775037B400; Sat, 24 Aug 2002 18:08:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF18843E72; Sat, 24 Aug 2002 18:08:27 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P18RJU045593; Sat, 24 Aug 2002 18:08:27 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P18Rl5045592; Sat, 24 Aug 2002 18:08:27 -0700 (PDT) Message-Id: <200208250108.g7P18Rl5045592@freefall.freebsd.org> From: Bruce Evans Date: Sat, 24 Aug 2002 18:08:27 -0700 (PDT) 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: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/08/24 18:08:27 PDT Modified files: sys/fs/msdosfs msdosfs_vfsops.c Log: Fixed printf format errors and style bugs in previous commit. Revision Changes Path 1.93 +78 -9 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 Sat Aug 24 18:32:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4888B37B400; Sat, 24 Aug 2002 18:32:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCD6543E65; Sat, 24 Aug 2002 18:32:22 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P1WMJU047512; Sat, 24 Aug 2002 18:32:22 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P1WMlr047511; Sat, 24 Aug 2002 18:32:22 -0700 (PDT) Message-Id: <200208250132.g7P1WMlr047511@freefall.freebsd.org> From: Bruce Evans Date: Sat, 24 Aug 2002 18:32:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/usb uaudio.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 bde 2002/08/24 18:32:22 PDT Modified files: sys/dev/sound/usb uaudio.c Log: Fixed editing errors in rev.1.4 which manifested as printf format errors at compile time and probably as panics at runtime. Revision Changes Path 1.7 +2 -2 src/sys/dev/sound/usb/uaudio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 18:52: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BE3F37B400; Sat, 24 Aug 2002 18:51:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EB2643E42; Sat, 24 Aug 2002 18:51:58 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: from freefall.freebsd.org (dillon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P1pwJU049090; Sat, 24 Aug 2002 18:51:58 -0700 (PDT) (envelope-from dillon@freefall.freebsd.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P1pvBR049089; Sat, 24 Aug 2002 18:51:57 -0700 (PDT) Message-Id: <200208250151.g7P1pvBR049089@freefall.freebsd.org> From: Matt Dillon Date: Sat, 24 Aug 2002 18:51:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 tcp.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2002/08/24 18:51:57 PDT Modified files: share/man/man4 tcp.4 Log: Add A section on the retransmit timer sysctls. MFC after: 3 days Revision Changes Path 1.27 +13 -0 src/share/man/man4/tcp.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 18:54:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DC8637B400; Sat, 24 Aug 2002 18:54:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A6BE43E6A; Sat, 24 Aug 2002 18:54:54 -0700 (PDT) (envelope-from pdeuskar@FreeBSD.org) Received: from freefall.freebsd.org (pdeuskar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P1ssJU049244; Sat, 24 Aug 2002 18:54:54 -0700 (PDT) (envelope-from pdeuskar@freefall.freebsd.org) Received: (from pdeuskar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P1ssIg049243; Sat, 24 Aug 2002 18:54:54 -0700 (PDT) Message-Id: <200208250154.g7P1ssIg049243@freefall.freebsd.org> From: Prafulla Deuskar Date: Sat, 24 Aug 2002 18:54:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/em README if_em.c if_em.h if_em_hw.c if_em_hw.h if_em_osdep.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 pdeuskar 2002/08/24 18:54:54 PDT Modified files: (Branch: RELENG_4) sys/dev/em README if_em.c if_em.h if_em_hw.c if_em_hw.h if_em_osdep.h Log: MFC: TX/RX descriptor/buffer management changes. Use array based scheme instead of queueing macros. Submitted by: Luigi Rizzo (rizzo@icir.org) Revision Changes Path 1.1.2.3 +1 -1 src/sys/dev/em/README 1.2.2.7 +186 -282 src/sys/dev/em/if_em.c 1.1.2.7 +30 -30 src/sys/dev/em/if_em.h 1.1.2.3 +0 -0 src/sys/dev/em/if_em_hw.c 1.1.2.3 +0 -0 src/sys/dev/em/if_em_hw.h 1.1.2.6 +0 -0 src/sys/dev/em/if_em_osdep.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 18:59:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 724F037B400; Sat, 24 Aug 2002 18:59:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22B9843E42; Sat, 24 Aug 2002 18:59:08 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: from freefall.freebsd.org (dillon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P1x8JU049580; Sat, 24 Aug 2002 18:59:08 -0700 (PDT) (envelope-from dillon@freefall.freebsd.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P1x70B049579; Sat, 24 Aug 2002 18:59:07 -0700 (PDT) Message-Id: <200208250159.g7P1x70B049579@freefall.freebsd.org> From: Matt Dillon Date: Sat, 24 Aug 2002 18:59:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2002/08/24 18:59:07 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Add a sentence on the TCP retransmission timer changes and the TCP bandwidth delay product window limiting features. note: the -current version of the retransmit timer defaults to 200ms while the -stable version defaults to 1 second for now. MFC after: 3 days Revision Changes Path 1.414 +14 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 19: 0:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8ADE637B400; Sat, 24 Aug 2002 19:00:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BCE843E72; Sat, 24 Aug 2002 19:00:50 -0700 (PDT) (envelope-from orion@FreeBSD.org) Received: from freefall.freebsd.org (orion@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P20oJU049798; Sat, 24 Aug 2002 19:00:50 -0700 (PDT) (envelope-from orion@freefall.freebsd.org) Received: (from orion@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P20o11049797; Sat, 24 Aug 2002 19:00:50 -0700 (PDT) Message-Id: <200208250200.g7P20o11049797@freefall.freebsd.org> From: Orion Hodson Date: Sat, 24 Aug 2002 19:00:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci solo.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 orion 2002/08/24 19:00:49 PDT Modified files: sys/dev/sound/pci solo.c Log: Add suspend and resume support. Contributed by: Takanori Watanabe PR: kern/41809 Revision Changes Path 1.24 +46 -9 src/sys/dev/sound/pci/solo.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 19:34:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AD2337B400; Sat, 24 Aug 2002 19:34:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C48143E3B; Sat, 24 Aug 2002 19:34:19 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P2YJJU057938; Sat, 24 Aug 2002 19:34:19 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P2YJHF057937; Sat, 24 Aug 2002 19:34:19 -0700 (PDT) Message-Id: <200208250234.g7P2YJHF057937@freefall.freebsd.org> From: Bruce Evans Date: Sat, 24 Aug 2002 19:34:18 -0700 (PDT) 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: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/08/24 19:34:18 PDT Modified files: sys/fs/msdosfs msdosfs_vfsops.c Log: Oops, the previous commit wasn't the version that I meant to commit (it does some extra things which are probably harmless). Back it out. Revision Changes Path 1.94 +9 -78 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 Sat Aug 24 19:39:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 143C937B401; Sat, 24 Aug 2002 19:39:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC17F43E3B; Sat, 24 Aug 2002 19:39:07 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P2d7JU058623; Sat, 24 Aug 2002 19:39:07 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P2d76G058622; Sat, 24 Aug 2002 19:39:07 -0700 (PDT) Message-Id: <200208250239.g7P2d76G058622@freefall.freebsd.org> From: Bruce Evans Date: Sat, 24 Aug 2002 19:39:07 -0700 (PDT) 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: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/08/24 19:39:07 PDT Modified files: sys/fs/msdosfs msdosfs_vfsops.c Log: Fixed printf format errors and style bugs in rev.1.92. This is the version that should have been committed in rev.1.93. Revision Changes Path 1.95 +3 -2 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 Sat Aug 24 19:45:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A0A737B400; Sat, 24 Aug 2002 19:45:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AF2C43E6E; Sat, 24 Aug 2002 19:45:05 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P2j4JU059620; Sat, 24 Aug 2002 19:45:04 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P2j4BQ059619; Sat, 24 Aug 2002 19:45:04 -0700 (PDT) Message-Id: <200208250245.g7P2j4BQ059619@freefall.freebsd.org> From: Juli Mallett Date: Sat, 24 Aug 2002 19:45:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make Makefile main.c make.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 jmallett 2002/08/24 19:45:04 PDT Modified files: usr.bin/make Makefile main.c make.1 Log: Add a -C ala GNU make(1) for Makefiles which are too lazy to use $(MAKE) and this particular GNU flag. It changes into the given directory for the operation in question. This just goes into said directory at the time of parsing the argument for getopt(3). Submitted by: Rachel Hestilow Revision Changes Path 1.25 +1 -1 src/usr.bin/make/Makefile 1.70 +5 -2 src/usr.bin/make/main.c 1.57 +5 -0 src/usr.bin/make/make.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 19:47: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F03B37B400; Sat, 24 Aug 2002 19:47:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A93AD43E3B; Sat, 24 Aug 2002 19:47:04 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P2l4JU059934; Sat, 24 Aug 2002 19:47:04 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P2l4iY059933; Sat, 24 Aug 2002 19:47:04 -0700 (PDT) Message-Id: <200208250247.g7P2l4iY059933@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sat, 24 Aug 2002 19:47:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/wc wc.1 wc.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 tjr 2002/08/24 19:47:04 PDT Modified files: (Branch: RELENG_4) usr.bin/wc wc.1 wc.c Log: MFC: -m option for dealing with multibyte characters, style changes. PR: 13364 Revision Changes Path 1.6.2.4 +36 -7 src/usr.bin/wc/wc.1 1.11.2.1 +61 -35 src/usr.bin/wc/wc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 19:51:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7736E37B401; Sat, 24 Aug 2002 19:51:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AD9543E4A; Sat, 24 Aug 2002 19:51:14 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P2pEJU060699; Sat, 24 Aug 2002 19:51:14 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P2pEwL060698; Sat, 24 Aug 2002 19:51:14 -0700 (PDT) Message-Id: <200208250251.g7P2pEwL060698@freefall.freebsd.org> From: Peter Wemm Date: Sat, 24 Aug 2002 19:51:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/gpt recover.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/08/24 19:51:13 PDT Modified files: sbin/gpt recover.c Log: Make this compile without needing NO_WERROR. Revision Changes Path 1.2 +1 -1 src/sbin/gpt/recover.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 19:56:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D34DF37B400; Sat, 24 Aug 2002 19:56:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DDCA43E3B; Sat, 24 Aug 2002 19:56:16 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from freefall.freebsd.org (julian@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P2uGJU060973; Sat, 24 Aug 2002 19:56:16 -0700 (PDT) (envelope-from julian@freefall.freebsd.org) Received: (from julian@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P2uGGv060972; Sat, 24 Aug 2002 19:56:16 -0700 (PDT) Message-Id: <200208250256.g7P2uGGv060972@freefall.freebsd.org> From: Julian Elischer Date: Sat, 24 Aug 2002 19:56:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys proc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2002/08/24 19:56:15 PDT Modified files: sys/sys proc.h Log: Reformat some comments to fit in 80 columns and rewrite some comments that have 'aged' poorly. Revision Changes Path 1.236 +28 -30 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 20:12:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BDF837B400; Sat, 24 Aug 2002 20:12:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF83A43E6E; Sat, 24 Aug 2002 20:12:50 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P3CoJU066480; Sat, 24 Aug 2002 20:12:50 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P3CnBt066479; Sat, 24 Aug 2002 20:12:49 -0700 (PDT) Message-Id: <200208250312.g7P3CnBt066479@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sat, 24 Aug 2002 20:12:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/libesmtp 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 marcus 2002/08/24 20:12:49 PDT Modified files: mail/libesmtp Makefile distinfo pkg-plist Log: Update to 1.0rc1. This includes a minor ABI change as well as improved performance. PR: 41985 Submitted by: maintainer Revision Changes Path 1.17 +2 -2 ports/mail/libesmtp/Makefile 1.10 +1 -1 ports/mail/libesmtp/distinfo 1.6 +1 -1 ports/mail/libesmtp/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 20:14:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E4E637B400; Sat, 24 Aug 2002 20:14:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E352443E72; Sat, 24 Aug 2002 20:14:27 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P3ERJU066612; Sat, 24 Aug 2002 20:14:27 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P3ERIW066611; Sat, 24 Aug 2002 20:14:27 -0700 (PDT) Message-Id: <200208250314.g7P3ERIW066611@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sat, 24 Aug 2002 20:14:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/balsa Makefile ports/mail/balsa2 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 marcus 2002/08/24 20:14:27 PDT Modified files: mail/balsa Makefile mail/balsa2 Makefile Log: Chase shared lib jump for libesmtp. Bump PORTREVISION to ensure balsa* takes advantage of the new libesmtp improvements. Revision Changes Path 1.61 +2 -1 ports/mail/balsa/Makefile 1.61 +2 -1 ports/mail/balsa2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 20:50:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5674837B400; Sat, 24 Aug 2002 20:50:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A897B43E6E; Sat, 24 Aug 2002 20:50:30 -0700 (PDT) (envelope-from cjc@FreeBSD.org) Received: from freefall.freebsd.org (cjc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P3oUJU069171; Sat, 24 Aug 2002 20:50:30 -0700 (PDT) (envelope-from cjc@freefall.freebsd.org) Received: (from cjc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P3oUvA069170; Sat, 24 Aug 2002 20:50:30 -0700 (PDT) Message-Id: <200208250350.g7P3oUvA069170@freefall.freebsd.org> From: "Crist J. Clark" Date: Sat, 24 Aug 2002 20:50:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw2.c src/sys/netinet6 ip6_fw.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 cjc 2002/08/24 20:50:29 PDT Modified files: sys/netinet ip_fw2.c sys/netinet6 ip6_fw.c Log: Lock the sysctl(8) knobs that turn ip{,6}fw(8) firewalling and firewall logging on and off when at elevated securelevel(8). It would be nice to be able to only lock these at securelevel >= 3, like rules are, but there is no such functionality at present. I don't see reason to be adding features to securelevel(8) with MAC being merged into 5.0. PR: kern/39396 Reviewed by: luigi MFC after: 1 week Revision Changes Path 1.11 +6 -3 src/sys/netinet/ip_fw2.c 1.19 +5 -3 src/sys/netinet6/ip6_fw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 21: 9:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FFFF37B400; Sat, 24 Aug 2002 21:09:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FB4743E4A; Sat, 24 Aug 2002 21:09:18 -0700 (PDT) (envelope-from cjc@FreeBSD.org) Received: from freefall.freebsd.org (cjc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P49HJU074732; Sat, 24 Aug 2002 21:09:17 -0700 (PDT) (envelope-from cjc@freefall.freebsd.org) Received: (from cjc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P49HgE074730; Sat, 24 Aug 2002 21:09:17 -0700 (PDT) Message-Id: <200208250409.g7P49HgE074730@freefall.freebsd.org> From: "Crist J. Clark" Date: Sat, 24 Aug 2002 21:09:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/periodic/security 100.chksetuid 200.chkmounts 500.ipfwdenied 550.ipfwlimit 600.ip6fwdenied 650.ip6fwlimit 700.kernelmsg X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cjc 2002/08/24 21:09:17 PDT Modified files: etc/periodic/security 100.chksetuid 200.chkmounts 500.ipfwdenied 550.ipfwlimit 600.ip6fwdenied 650.ip6fwlimit 700.kernelmsg Log: Only create a temporary file if we are actually going to do something in the script. Eliminates a bug where we create a temp file, but don't delete it since the rm(1) is only done if the check is enabled. PR: bin/40960 Submitted by: frf MFC after: 3 days Revision Changes Path 1.5 +1 -1 src/etc/periodic/security/100.chksetuid 1.4 +2 -2 src/etc/periodic/security/200.chkmounts 1.3 +2 -2 src/etc/periodic/security/500.ipfwdenied 1.4 +2 -2 src/etc/periodic/security/550.ipfwlimit 1.3 +2 -2 src/etc/periodic/security/600.ip6fwdenied 1.4 +2 -2 src/etc/periodic/security/650.ip6fwlimit 1.5 +1 -1 src/etc/periodic/security/700.kernelmsg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 21:20:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C34937B400; Sat, 24 Aug 2002 21:20:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BC9143E42; Sat, 24 Aug 2002 21:20:06 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from freefall.freebsd.org (alc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P4K6JU075624; Sat, 24 Aug 2002 21:20:06 -0700 (PDT) (envelope-from alc@freefall.freebsd.org) Received: (from alc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P4K6l4075623; Sat, 24 Aug 2002 21:20:06 -0700 (PDT) Message-Id: <200208250420.g7P4K6l4075623@freefall.freebsd.org> From: Alan Cox Date: Sat, 24 Aug 2002 21:20:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha pmap.c src/sys/i386/i386 pmap.c src/sys/ia64/ia64 pmap.c src/sys/powerpc/powerpc pmap.c src/sys/sparc64/sparc64 pmap.c src/sys/vm pmap.h vm_fault.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 alc 2002/08/24 21:20:05 PDT Modified files: sys/alpha/alpha pmap.c sys/i386/i386 pmap.c sys/ia64/ia64 pmap.c sys/powerpc/powerpc pmap.c sys/sparc64/sparc64 pmap.c sys/vm pmap.h vm_fault.c Log: o Retire pmap_pageable(). It's an advisory routine that none of our platforms implements. Revision Changes Path 1.106 +0 -23 src/sys/alpha/alpha/pmap.c 1.364 +0 -23 src/sys/i386/i386/pmap.c 1.75 +0 -21 src/sys/ia64/ia64/pmap.c 1.46 +0 -9 src/sys/powerpc/powerpc/pmap.c 1.83 +0 -9 src/sys/sparc64/sparc64/pmap.c 1.49 +0 -1 src/sys/vm/pmap.h 1.153 +0 -12 src/sys/vm/vm_fault.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 21:37:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7186C37B400; Sat, 24 Aug 2002 21:37:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2DD043E3B; Sat, 24 Aug 2002 21:37:30 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: from freefall.freebsd.org (will@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P4bUJU078519; Sat, 24 Aug 2002 21:37:30 -0700 (PDT) (envelope-from will@freefall.freebsd.org) Received: (from will@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P4bUEc078518; Sat, 24 Aug 2002 21:37:30 -0700 (PDT) Message-Id: <200208250437.g7P4bUEc078518@freefall.freebsd.org> From: Will Andrews Date: Sat, 24 Aug 2002 21:37:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.kde.mk ports/audio/arts distinfo pkg-plist ports/audio/kdemultimedia3 distinfo pkg-plist ports/deskutils/kdepim3 Makefile distinfo pkg-plist ports/deskutils/kdepim3/files patch-knote.cpp ports/devel/kdesdk3 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2002/08/24 21:37:30 PDT Modified files: Mk bsd.kde.mk audio/arts distinfo pkg-plist audio/kdemultimedia3 distinfo pkg-plist deskutils/kdepim3 Makefile distinfo pkg-plist devel/kdesdk3 distinfo pkg-plist devel/kdevelop distinfo games/kdegames3 distinfo pkg-plist graphics/kdegraphics3 Makefile distinfo pkg-plist misc/kdeaddons3 Makefile distinfo pkg-plist misc/kdeedu3 distinfo pkg-plist misc/kdeutils3 distinfo pkg-plist net/kdenetwork3 Makefile distinfo sysutils/kdeadmin3 distinfo pkg-plist x11/kdebase3 Makefile distinfo pkg-plist x11/kdelibs3 Makefile distinfo pkg-plist x11/kde3 Makefile Makefile.kde x11-clocks/kdetoys3 distinfo pkg-plist x11-wm/kdeartwork3 distinfo pkg-plist x11-toolkits/qt30 pkg-plist chinese/kde3-i18n-zh_CN Makefile distinfo pkg-plist chinese/kde3-i18n-zh_TW Makefile distinfo french/kde3-i18n Makefile distinfo pkg-plist german/kde3-i18n Makefile distinfo pkg-plist japanese/kde3-i18n Makefile distinfo korean/kde3-i18n Makefile distinfo misc/kde3-i18n pkg-plist russian/kde3-i18n Makefile distinfo pkg-plist ukrainian/kde3-i18n Makefile distinfo pkg-plist misc/kde3-i18n-af Makefile distinfo pkg-plist misc/kde3-i18n-ar Makefile distinfo misc/kde3-i18n-az Makefile distinfo misc/kde3-i18n-bg Makefile distinfo misc/kde3-i18n-bs Makefile distinfo misc/kde3-i18n-ca Makefile distinfo misc/kde3-i18n-cs Makefile distinfo misc/kde3-i18n-da Makefile distinfo misc/kde3-i18n-el Makefile distinfo misc/kde3-i18n-en_GB Makefile distinfo misc/kde3-i18n-eo Makefile distinfo misc/kde3-i18n-es Makefile distinfo misc/kde3-i18n-et Makefile distinfo misc/kde3-i18n-fi Makefile distinfo pkg-plist misc/kde3-i18n-he Makefile distinfo misc/kde3-i18n-hr Makefile distinfo misc/kde3-i18n-hu Makefile distinfo misc/kde3-i18n-id Makefile distinfo misc/kde3-i18n-is Makefile distinfo misc/kde3-i18n-it Makefile distinfo misc/kde3-i18n-lt Makefile distinfo misc/kde3-i18n-lv Makefile distinfo misc/kde3-i18n-mt Makefile distinfo misc/kde3-i18n-nb Makefile distinfo misc/kde3-i18n-nl Makefile distinfo misc/kde3-i18n-nn Makefile distinfo misc/kde3-i18n-pl Makefile distinfo misc/kde3-i18n-pt Makefile distinfo misc/kde3-i18n-pt_BR Makefile distinfo misc/kde3-i18n-ro Makefile distinfo misc/kde3-i18n-sk Makefile distinfo misc/kde3-i18n-sl Makefile distinfo misc/kde3-i18n-sr Makefile distinfo misc/kde3-i18n-sv Makefile distinfo misc/kde3-i18n-ta Makefile distinfo misc/kde3-i18n-th Makefile distinfo misc/kde3-i18n-tr Makefile distinfo misc/kde3-i18n-ven Makefile distinfo pkg-plist misc/kde3-i18n-vi Makefile distinfo pkg-plist misc/kde3-i18n-xh Makefile distinfo misc/kde3-i18n-zu Makefile distinfo pkg-plist Removed files: deskutils/kdepim3/files patch-knote.cpp x11/kdelibs3/files patch-kopenssl.cc patch-kopenssl.h patch-ksslcertificate.cc Log: Update to 3.0.3. Not much changed here: [1] i18n PKGNAMEs converted to more closely conform to FreeBSD style etc, and Konqueror SSL patch merged. Tested by: Matt Douhan , alane Submitted by: lioux [1] Revision Changes Path 1.16 +2 -2 ports/Mk/bsd.kde.mk 1.7 +1 -1 ports/audio/arts/distinfo 1.4 +0 -2 ports/audio/arts/pkg-plist 1.23 +1 -1 ports/audio/kdemultimedia3/distinfo 1.26 +26 -31 ports/audio/kdemultimedia3/pkg-plist 1.13 +2 -3 ports/chinese/kde3-i18n-zh_CN/Makefile 1.4 +1 -1 ports/chinese/kde3-i18n-zh_CN/distinfo 1.4 +4 -0 ports/chinese/kde3-i18n-zh_CN/pkg-plist 1.13 +2 -3 ports/chinese/kde3-i18n-zh_TW/Makefile 1.4 +1 -1 ports/chinese/kde3-i18n-zh_TW/distinfo 1.23 +0 -1 ports/deskutils/kdepim3/Makefile 1.10 +1 -1 ports/deskutils/kdepim3/distinfo 1.2 +0 -15 ports/deskutils/kdepim3/files/patch-knote.cpp (dead) 1.8 +1 -19 ports/deskutils/kdepim3/pkg-plist 1.10 +1 -1 ports/devel/kdesdk3/distinfo 1.6 +2 -27 ports/devel/kdesdk3/pkg-plist 1.13 +1 -1 ports/devel/kdevelop/distinfo 1.9 +1 -3 ports/french/kde3-i18n/Makefile 1.4 +1 -1 ports/french/kde3-i18n/distinfo 1.4 +1 -0 ports/french/kde3-i18n/pkg-plist 1.26 +1 -1 ports/games/kdegames3/distinfo 1.22 +0 -15 ports/games/kdegames3/pkg-plist 1.9 +1 -3 ports/german/kde3-i18n/Makefile 1.4 +1 -1 ports/german/kde3-i18n/distinfo 1.4 +40 -0 ports/german/kde3-i18n/pkg-plist 1.66 +0 -1 ports/graphics/kdegraphics3/Makefile 1.22 +1 -1 ports/graphics/kdegraphics3/distinfo 1.25 +0 -12 ports/graphics/kdegraphics3/pkg-plist 1.10 +1 -3 ports/japanese/kde3-i18n/Makefile 1.4 +1 -1 ports/japanese/kde3-i18n/distinfo 1.9 +1 -3 ports/korean/kde3-i18n/Makefile 1.4 +1 -1 ports/korean/kde3-i18n/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-af/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-af/distinfo 1.10 +102 -0 ports/misc/kde3-i18n-af/pkg-plist 1.21 +2 -3 ports/misc/kde3-i18n-ar/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-ar/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-az/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-az/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-bg/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-bg/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-bs/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-bs/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-ca/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-ca/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-cs/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-cs/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-da/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-da/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-el/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-el/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-en_GB/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-en_GB/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-eo/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-eo/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-es/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-es/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-et/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-et/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-fi/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-fi/distinfo 1.10 +0 -2 ports/misc/kde3-i18n-fi/pkg-plist 1.21 +2 -3 ports/misc/kde3-i18n-he/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-he/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-hr/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-hr/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-hu/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-hu/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-id/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-id/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-is/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-is/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-it/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-it/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-lt/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-lt/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-lv/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-lv/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-mt/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-mt/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-nb/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-nb/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-nl/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-nl/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-nn/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-nn/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-pl/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-pl/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-pt/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-pt/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-pt_BR/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-pt_BR/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-ro/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-ro/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-sk/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-sk/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-sl/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-sl/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-sr/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-sr/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-sv/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-sv/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-ta/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-ta/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-th/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-th/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-tr/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-tr/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-ven/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-ven/distinfo 1.10 +11 -0 ports/misc/kde3-i18n-ven/pkg-plist 1.21 +2 -3 ports/misc/kde3-i18n-vi/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-vi/distinfo 1.10 +1 -0 ports/misc/kde3-i18n-vi/pkg-plist 1.21 +2 -3 ports/misc/kde3-i18n-xh/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-xh/distinfo 1.21 +2 -3 ports/misc/kde3-i18n-zu/Makefile 1.10 +1 -1 ports/misc/kde3-i18n-zu/distinfo 1.10 +1 -0 ports/misc/kde3-i18n-zu/pkg-plist 1.8 +0 -1 ports/misc/kde3-i18n/pkg-plist 1.25 +0 -1 ports/misc/kdeaddons3/Makefile 1.8 +1 -1 ports/misc/kdeaddons3/distinfo 1.7 +0 -42 ports/misc/kdeaddons3/pkg-plist 1.4 +1 -1 ports/misc/kdeedu3/distinfo 1.5 +0 -15 ports/misc/kdeedu3/pkg-plist 1.26 +1 -1 ports/misc/kdeutils3/distinfo 1.27 +1 -14 ports/misc/kdeutils3/pkg-plist 1.83 +0 -1 ports/net/kdenetwork3/Makefile 1.26 +1 -1 ports/net/kdenetwork3/distinfo 1.12 +2 -3 ports/russian/kde3-i18n/Makefile 1.5 +1 -1 ports/russian/kde3-i18n/distinfo 1.5 +10 -0 ports/russian/kde3-i18n/pkg-plist 1.10 +1 -1 ports/sysutils/kdeadmin3/distinfo 1.7 +0 -13 ports/sysutils/kdeadmin3/pkg-plist 1.11 +2 -3 ports/ukrainian/kde3-i18n/Makefile 1.7 +1 -1 ports/ukrainian/kde3-i18n/distinfo 1.7 +0 -1 ports/ukrainian/kde3-i18n/pkg-plist 1.18 +1 -1 ports/x11-clocks/kdetoys3/distinfo 1.15 +0 -12 ports/x11-clocks/kdetoys3/pkg-plist 1.51 +6 -7 ports/x11-toolkits/qt30/pkg-plist 1.8 +1 -1 ports/x11-wm/kdeartwork3/distinfo 1.8 +0 -19 ports/x11-wm/kdeartwork3/pkg-plist 1.54 +0 -1 ports/x11/kde3/Makefile 1.6 +3 -1 ports/x11/kde3/Makefile.kde 1.102 +0 -1 ports/x11/kdebase3/Makefile 1.27 +1 -1 ports/x11/kdebase3/distinfo 1.52 +7 -39 ports/x11/kdebase3/pkg-plist 1.104 +4 -1 ports/x11/kdelibs3/Makefile 1.29 +1 -1 ports/x11/kdelibs3/distinfo 1.2 +0 -35 ports/x11/kdelibs3/files/patch-kopenssl.cc (dead) 1.2 +0 -19 ports/x11/kdelibs3/files/patch-kopenssl.h (dead) 1.2 +0 -10 ports/x11/kdelibs3/files/patch-ksslcertificate.cc (dead) 1.42 +8 -2 ports/x11/kdelibs3/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 21:49:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9630337B400; Sat, 24 Aug 2002 21:49:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 491D143E3B; Sat, 24 Aug 2002 21:49:27 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P4nRJU081490; Sat, 24 Aug 2002 21:49:27 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P4nRCq081489; Sat, 24 Aug 2002 21:49:27 -0700 (PDT) Message-Id: <200208250449.g7P4nRCq081489@freefall.freebsd.org> From: Trevor Johnson Date: Sat, 24 Aug 2002 21:49:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/postgresql7 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/08/24 21:49:27 PDT Modified files: databases/postgresql7 Makefile Log: Forbid because of unconfirmed security bugs: The following buffer overruns have been identified and addressed [in 7.2.2]: * in handling long datetime input * in repeat() * in lpad() and rpad() with multibyte * in SET TIME ZONE and TZ env var Revision Changes Path 1.98 +2 -0 ports/databases/postgresql7/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 22:30:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EF9937B400; Sat, 24 Aug 2002 22:30:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBE1E43E4A; Sat, 24 Aug 2002 22:30:34 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P5UYJU089272; Sat, 24 Aug 2002 22:30:34 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P5UYrO089271; Sat, 24 Aug 2002 22:30:34 -0700 (PDT) Message-Id: <200208250530.g7P5UYrO089271@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 24 Aug 2002 22:30:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/drweb-sendmail Makefile distinfo pkg-plist ports/security/drweb-sendmail/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/08/24 22:30:34 PDT Modified files: security/drweb-sendmail Makefile distinfo pkg-plist security/drweb-sendmail/files patch-aa patch-ac patch-ae patch-af patch-ah Removed files: security/drweb-sendmail/files patch-ab patch-ad patch-ag patch-ai patch-aj Log: Upgrade to 4.28.10 Revision Changes Path 1.52 +14 -10 ports/security/drweb-sendmail/Makefile 1.12 +1 -1 ports/security/drweb-sendmail/distinfo 1.8 +10 -66 ports/security/drweb-sendmail/files/patch-aa 1.13 +0 -19 ports/security/drweb-sendmail/files/patch-ab (dead) 1.9 +20 -2 ports/security/drweb-sendmail/files/patch-ac 1.5 +0 -44 ports/security/drweb-sendmail/files/patch-ad (dead) 1.4 +4 -33 ports/security/drweb-sendmail/files/patch-ae 1.6 +59 -75 ports/security/drweb-sendmail/files/patch-af 1.2 +0 -16 ports/security/drweb-sendmail/files/patch-ag (dead) 1.2 +128 -63 ports/security/drweb-sendmail/files/patch-ah 1.3 +0 -11 ports/security/drweb-sendmail/files/patch-ai (dead) 1.2 +0 -10 ports/security/drweb-sendmail/files/patch-aj (dead) 1.12 +41 -35 ports/security/drweb-sendmail/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 22:44:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 000A637B401; Sat, 24 Aug 2002 22:44:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A240443ED1; Sat, 24 Aug 2002 22:44:24 -0700 (PDT) (envelope-from cjc@FreeBSD.org) Received: from freefall.freebsd.org (cjc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P5iEJU090379; Sat, 24 Aug 2002 22:44:14 -0700 (PDT) (envelope-from cjc@freefall.freebsd.org) Received: (from cjc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P5iExM090378; Sat, 24 Aug 2002 22:44:14 -0700 (PDT) Message-Id: <200208250544.g7P5iExM090378@freefall.freebsd.org> From: "Crist J. Clark" Date: Sat, 24 Aug 2002 22:44:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ip6fw ip6fw.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 cjc 2002/08/24 22:44:14 PDT Modified files: sbin/ip6fw ip6fw.c Log: Check if a host argument is a IPv6 presentation format address before going to gethostbyname2(3). PR: bin/31632 MFC after: 3 days Revision Changes Path 1.11 +6 -6 src/sbin/ip6fw/ip6fw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 22:56:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3231437B400; Sat, 24 Aug 2002 22:56:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7CD143E7B; Sat, 24 Aug 2002 22:56:54 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P5usJU091418; Sat, 24 Aug 2002 22:56:54 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P5usE8091417; Sat, 24 Aug 2002 22:56:54 -0700 (PDT) Message-Id: <200208250556.g7P5usE8091417@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sat, 24 Aug 2002 22:56:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gnome/docs porting.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 marcus 2002/08/24 22:56:54 PDT Modified files: en/gnome/docs porting.sgml Log: * Mention that USE_GNOMENG is temporary until all ports have been migrated to the new infrastructure * Add information on what implicit components each explicit component imports Revision Changes Path 1.22 +56 -24 www/en/gnome/docs/porting.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 23: 5:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D15537B400; Sat, 24 Aug 2002 23:05:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04A7743E42; Sat, 24 Aug 2002 23:05:26 -0700 (PDT) (envelope-from cjc@FreeBSD.org) Received: from freefall.freebsd.org (cjc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P65PJU095745; Sat, 24 Aug 2002 23:05:25 -0700 (PDT) (envelope-from cjc@freefall.freebsd.org) Received: (from cjc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P65PSE095742; Sat, 24 Aug 2002 23:05:25 -0700 (PDT) Message-Id: <200208250605.g7P65PSE095742@freefall.freebsd.org> From: "Crist J. Clark" Date: Sat, 24 Aug 2002 23:05:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/syslogd syslogd.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 cjc 2002/08/24 23:05:25 PDT Modified files: usr.sbin/syslogd syslogd.c Log: Don't give up on a remote log host when we get a EHOSTUNREACH or EHOSTDOWN. These are often transient errors (when the remote host reboots, temporary network problems, etc.), and we'd rather err on the side of caution and keep trying send messages that never arrive than just give up. Note that this is not an implementation of the "back-off" methods given in the PR. Those just seem too complicated. Why not just keep trying each time? Trying and failing doesn't really consume significantly more resources than if we were successful for each message. PR: bin/31029 MFC after: 1 week Revision Changes Path 1.105 +20 -3 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 Sat Aug 24 23: 5:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64EFE37B400; Sat, 24 Aug 2002 23:05:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1796643E75; Sat, 24 Aug 2002 23:05:42 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P65fJU096415; Sat, 24 Aug 2002 23:05:41 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P65fMg096414; Sat, 24 Aug 2002 23:05:41 -0700 (PDT) Message-Id: <200208250605.g7P65fMg096414@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sat, 24 Aug 2002 23:05:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gnome/docs faq2.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 marcus 2002/08/24 23:05:41 PDT Modified files: en/gnome/docs faq2.sgml Log: Add a question on how to keep GNOME 2 up-to-date. Revision Changes Path 1.9 +52 -15 www/en/gnome/docs/faq2.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 23:11:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 044A937B400; Sat, 24 Aug 2002 23:11:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB14743E65; Sat, 24 Aug 2002 23:11:22 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P6BMJU097176; Sat, 24 Aug 2002 23:11:22 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P6BM03097175; Sat, 24 Aug 2002 23:11:22 -0700 (PDT) Message-Id: <200208250611.g7P6BM03097175@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 24 Aug 2002 23:11:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/drweb Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/08/24 23:11:22 PDT Modified files: security/drweb Makefile Log: Fix permissions of directories Revision Changes Path 1.28 +3 -1 ports/security/drweb/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 23:12:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5325E37B400; Sat, 24 Aug 2002 23:12:52 -0700 (PDT) Received: from dilbert.robbins.dropbear.id.au (238.b.007.mel.iprimus.net.au [210.50.81.238]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0281E43E65; Sat, 24 Aug 2002 23:12:50 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from dilbert.robbins.dropbear.id.au (0sj8glywitatqrjq@localhost [127.0.0.1]) by dilbert.robbins.dropbear.id.au (8.12.3/8.12.3) with ESMTP id g7P6ChEa069637; Sun, 25 Aug 2002 16:12:43 +1000 (EST) (envelope-from tim@dilbert.robbins.dropbear.id.au) Received: (from tim@localhost) by dilbert.robbins.dropbear.id.au (8.12.3/8.12.3/Submit) id g7P6Cfie069636; Sun, 25 Aug 2002 16:12:42 +1000 (EST) Date: Sun, 25 Aug 2002 16:12:41 +1000 From: Tim Robbins To: Trevor Johnson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/databases/postgresql7 Makefile Message-ID: <20020825161241.A69260@dilbert.robbins.dropbear.id.au> References: <200208250449.g7P4nRCq081489@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200208250449.g7P4nRCq081489@freefall.freebsd.org>; from trevor@FreeBSD.org on Sat, Aug 24, 2002 at 09:49:27PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Aug 24, 2002 at 09:49:27PM -0700, Trevor Johnson wrote: > trevor 2002/08/24 21:49:27 PDT > > Modified files: > databases/postgresql7 Makefile > Log: > Forbid because of unconfirmed security bugs: > > The following buffer overruns have been identified and > addressed [in 7.2.2]: [...] Wouldn't it be a better idea to update the port to 7.2.2 instead of forbidding 7.2.1? I would be unhappy if PostgreSQL was not available for FreeBSD 4.7-RELEASE. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 23:13:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38BD737B400; Sat, 24 Aug 2002 23:13:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC8F143E4A; Sat, 24 Aug 2002 23:13:53 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Received: from freefall.freebsd.org (iwasaki@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P6DrJU004983; Sat, 24 Aug 2002 23:13:53 -0700 (PDT) (envelope-from iwasaki@freefall.freebsd.org) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P6DrIK004977; Sat, 24 Aug 2002 23:13:53 -0700 (PDT) Message-Id: <200208250613.g7P6DrIK004977@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Sat, 24 Aug 2002 23:13:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c acpivar.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 iwasaki 2002/08/24 23:13:53 PDT Modified files: sys/dev/acpica acpi.c acpivar.h Log: Add new sysctl MIB (hw.acpi.sleep_delay) to specify the delay (in seconds) before ACPI sleep. Some machines might need this to sleep by Hot-key. Revision Changes Path 1.69 +8 -0 src/sys/dev/acpica/acpi.c 1.33 +1 -0 src/sys/dev/acpica/acpivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 23:15:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E76637B400; Sat, 24 Aug 2002 23:15:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B779543E6E; Sat, 24 Aug 2002 23:15:50 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P6FoJU012358; Sat, 24 Aug 2002 23:15:50 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P6Fo4o012357; Sat, 24 Aug 2002 23:15:50 -0700 (PDT) Message-Id: <200208250615.g7P6Fo4o012357@freefall.freebsd.org> From: Warner Losh Date: Sat, 24 Aug 2002 23:15:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/apm apm.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 2002/08/24 23:15:50 PDT Modified files: usr.sbin/apm apm.c Log: Remove extra args to printf use Capabilities rather than Capacities. Submitted by: kkenn Revision Changes Path 1.28 +2 -2 src/usr.sbin/apm/apm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 23:16:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BFC237B400; Sat, 24 Aug 2002 23:16:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F7A843E6A; Sat, 24 Aug 2002 23:16:21 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P6GKJU012413; Sat, 24 Aug 2002 23:16:20 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P6GKdt012412; Sat, 24 Aug 2002 23:16:20 -0700 (PDT) Message-Id: <200208250616.g7P6GKdt012412@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sat, 24 Aug 2002 23:16:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/screem 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 marcus 2002/08/24 23:16:20 PDT Modified files: www/screem Makefile Log: Use USE_GNOMENG. PR: 41992 Submitted by: maintainer (with slight modifications) Revision Changes Path 1.27 +7 -8 ports/www/screem/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 23:23: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3F5F37B400; Sat, 24 Aug 2002 23:23:02 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCE8C43E65; Sat, 24 Aug 2002 23:23:01 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.3/8.12.2) with ESMTP id g7P6JMoc034226; Sun, 25 Aug 2002 08:19:23 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Julian Elischer Cc: Marcel Moolenaar , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom geom_gpt.c In-Reply-To: Your message of "Sat, 24 Aug 2002 15:53:46 PDT." Date: Sun, 25 Aug 2002 08:19:22 +0200 Message-ID: <34225.1030256362@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-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 , Ju lian Elischer writes: >I completely fail to see th point of this.. >it cerainly breaks POLA > >partitions within a BSD label use letters.. >this is a HUGE POLA problem. Julian, please understand what you are talking about before starting spewage like this. Hint: >> sys/geom geom_gpt.c == NOT BSD disklabels. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 24 23:38:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AED1637B400; Sat, 24 Aug 2002 23:38:07 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EC0943E65; Sat, 24 Aug 2002 23:38:06 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g7P6c12F010104; Sun, 25 Aug 2002 00:38:02 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 25 Aug 2002 00:36:24 -0600 (MDT) Message-Id: <20020825.003624.03868834.imp@bsdimp.com> To: wkb@freebie.xs4all.nl Cc: jdp@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/net rcmd.c From: "M. Warner Losh" In-Reply-To: <20020824202224.A21671@freebie.xs4all.nl> References: <200208241737.g7OHbgNV063820@freefall.freebsd.org> <20020824202224.A21671@freebie.xs4all.nl> X-Mailer: Mew version 2.1 on Emacs 21.2 / 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 In message: <20020824202224.A21671@freebie.xs4all.nl> Wilko Bulte writes: : > Reviewed by: imp (wearing his flourescent yellow Security Team cap) : : Can we have a photograph of that fluorescent etc please? I'll see what I can do, but for the moment, you'll have to content yourselves with the following: http://www.village.org/~imp/propeller.gif which is similar, but much much older than the flourescent yellow cap. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message