From owner-cvs-all@FreeBSD.ORG Sun Sep 25 00:37:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F05CB16A41F; Sun, 25 Sep 2005 00:37:16 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42ABB43D48; Sun, 25 Sep 2005 00:37:16 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id j8P0aJ3v007013; Sat, 24 Sep 2005 18:36:21 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 24 Sep 2005 18:36:49 -0600 (MDT) Message-Id: <20050924.183649.76052067.imp@bsdimp.com> To: nate@root.org From: "M. Warner Losh" In-Reply-To: <4335D760.9080007@root.org> References: <20050924193119.F1A8A16A448@hub.freebsd.org> <4335D760.9080007@root.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sat, 24 Sep 2005 18:36:21 -0600 (MDT) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, phk@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys bus.h rman.h types.h src/sys/kern subr_bus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 00:37:17 -0000 In message: <4335D760.9080007@root.org> Nate Lawson writes: : Poul-Henning Kamp wrote: : > --- src/sys/sys/bus.h:1.71 Sun Sep 18 01:32:09 2005 : > +++ src/sys/sys/bus.h Sat Sep 24 19:31:10 2005 : > @@ -85,11 +85,6 @@ : > const char *__type, const char *__data); : > void devctl_queue_data(char *__data); : > : > -/* : > - * Forward declarations : > - */ : > -typedef struct device *device_t; : > - : > /** : > * @brief A device driver (included mainly for compatibility with : > * FreeBSD 4.x). : : > diff -u src/sys/sys/types.h:1.92 src/sys/sys/types.h:1.93 : > --- src/sys/sys/types.h:1.92 Tue May 31 15:18:17 2005 : > +++ src/sys/sys/types.h Sat Sep 24 19:31:10 2005 : > @@ -285,6 +285,7 @@ : > typedef __uintfptr_t uintfptr_t; : > typedef __uint64_t uoff_t; : > typedef struct vm_page *vm_page_t; : > +typedef struct device *device_t; : > : > #define offsetof(type, field) __offsetof(type, field) : : I don't think our device_t definition belongs in sys/types.h. It is : opaque for a reason. It is still opaque. Warner From owner-cvs-all@FreeBSD.ORG Sun Sep 25 00:50:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71F7F16A41F; Sun, 25 Sep 2005 00:50:09 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2832F43D4C; Sun, 25 Sep 2005 00:50:09 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8P0o8Fs039338; Sun, 25 Sep 2005 00:50:09 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8P0o88K039337; Sun, 25 Sep 2005 00:50:08 GMT (envelope-from leeym) Message-Id: <200509250050.j8P0o88K039337@repoman.freebsd.org> From: Yen-Ming Lee Date: Sun, 25 Sep 2005 00:50:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/p5-Crypt-CAST5_PP Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 00:50:09 -0000 leeym 2005-09-25 00:50:08 UTC FreeBSD ports repository Modified files: security/p5-Crypt-CAST5_PP Makefile distinfo Log: - update to 1.03 - assign maintainer to perl@ Revision Changes Path 1.4 +2 -2 ports/security/p5-Crypt-CAST5_PP/Makefile 1.3 +2 -2 ports/security/p5-Crypt-CAST5_PP/distinfo From owner-cvs-all@FreeBSD.ORG Sun Sep 25 00:59:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4EC116A41F; Sun, 25 Sep 2005 00:59:25 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4DFA43D48; Sun, 25 Sep 2005 00:59:25 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8P0xPJQ039731; Sun, 25 Sep 2005 00:59:25 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8P0xPrn039730; Sun, 25 Sep 2005 00:59:25 GMT (envelope-from marcus) Message-Id: <200509250059.j8P0xPrn039730@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 25 Sep 2005 00:59:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/mozilla Makefile distinfo ports/www/mozilla/files patch-CAN-2005-2871 patch-xpfe_bootstrap_mozilla.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 00:59:26 -0000 marcus 2005-09-25 00:59:25 UTC FreeBSD ports repository Modified files: www/mozilla Makefile distinfo www/mozilla/files patch-xpfe_bootstrap_mozilla.in Removed files: www/mozilla/files patch-CAN-2005-2871 Log: Update to 1.7.12. See http://www.mozilla.org/releases/mozilla1.7.12/README.html#new for a list of the fixes in this release. Security: Many important security bugs were fixed. See the URL above for more details. Revision Changes Path 1.204 +2 -2 ports/www/mozilla/Makefile 1.77 +2 -2 ports/www/mozilla/distinfo 1.2 +0 -104 ports/www/mozilla/files/patch-CAN-2005-2871 (dead) 1.2 +8 -6 ports/www/mozilla/files/patch-xpfe_bootstrap_mozilla.in From owner-cvs-all@FreeBSD.ORG Sun Sep 25 01:10:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E35916A41F; Sun, 25 Sep 2005 01:10:13 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C727743D49; Sun, 25 Sep 2005 01:10:12 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8P1ACcN040097; Sun, 25 Sep 2005 01:10:12 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8P1ACJU040096; Sun, 25 Sep 2005 01:10:12 GMT (envelope-from marcus) Message-Id: <200509250110.j8P1ACJU040096@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 25 Sep 2005 01:10:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/gcompris2 Makefile pkg-plist ports/games/gcompris2/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 01:10:13 -0000 marcus 2005-09-25 01:10:12 UTC FreeBSD ports repository Modified files: games/gcompris2 Makefile pkg-plist games/gcompris2/files patch-configure Log: * Fix build when no DISPLAY is defined [1] * Remove some bashisms from configure * Don't remove the assetml directory Reported by: pointyhat via kris [1] Revision Changes Path 1.54 +6 -0 ports/games/gcompris2/Makefile 1.10 +24 -6 ports/games/gcompris2/files/patch-configure 1.28 +0 -1 ports/games/gcompris2/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Sep 25 01:14:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E21B16A41F; Sun, 25 Sep 2005 01:14:13 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F233F43D49; Sun, 25 Sep 2005 01:14:12 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8P1ECBB040301; Sun, 25 Sep 2005 01:14:12 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8P1ECJ4040300; Sun, 25 Sep 2005 01:14:12 GMT (envelope-from lioux) Message-Id: <200509250114.j8P1ECJ4040300@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 25 Sep 2005 01:14:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/dctc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 01:14:13 -0000 lioux 2005-09-25 01:14:12 UTC FreeBSD ports repository Modified files: net/dctc Makefile Log: Drop maintainership Revision Changes Path 1.40 +1 -1 ports/net/dctc/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 25 01:38:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32CBD16A41F; Sun, 25 Sep 2005 01:38:03 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E833543D49; Sun, 25 Sep 2005 01:38:02 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8P1c2Fl041124; Sun, 25 Sep 2005 01:38:02 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8P1c2XR041123; Sun, 25 Sep 2005 01:38:02 GMT (envelope-from imp) Message-Id: <200509250138.j8P1c2XR041123@repoman.freebsd.org> From: Warner Losh Date: Sun, 25 Sep 2005 01:38:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pccard pccardvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 01:38:03 -0000 imp 2005-09-25 01:38:02 UTC FreeBSD src repository Modified files: sys/dev/pccard pccardvar.h Log: Fix comment Revision Changes Path 1.61 +2 -2 src/sys/dev/pccard/pccardvar.h From owner-cvs-all@FreeBSD.ORG Sun Sep 25 01:39:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF60F16A41F; Sun, 25 Sep 2005 01:39:04 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D46243D49; Sun, 25 Sep 2005 01:39:04 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8P1d4SD041168; Sun, 25 Sep 2005 01:39:04 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8P1d4Jw041167; Sun, 25 Sep 2005 01:39:04 GMT (envelope-from imp) Message-Id: <200509250139.j8P1d4Jw041167@repoman.freebsd.org> From: Warner Losh Date: Sun, 25 Sep 2005 01:39:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pccard card_if.m X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 01:39:04 -0000 imp 2005-09-25 01:39:04 UTC FreeBSD src repository Modified files: sys/dev/pccard card_if.m Log: Remove OLDCARD vestiges from here Revision Changes Path 1.31 +0 -60 src/sys/dev/pccard/card_if.m From owner-cvs-all@FreeBSD.ORG Sun Sep 25 02:27:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA53716A41F; Sun, 25 Sep 2005 02:27:42 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66E6043D48; Sun, 25 Sep 2005 02:27:42 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8P2Rgri042826; Sun, 25 Sep 2005 02:27:42 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8P2RgSS042825; Sun, 25 Sep 2005 02:27:42 GMT (envelope-from nork) Message-Id: <200509250227.j8P2RgSS042825@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sun, 25 Sep 2005 02:27:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/liveMedia Makefile distinfo pkg-descr pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 02:27:42 -0000 nork 2005-09-25 02:27:42 UTC FreeBSD ports repository Modified files: net/liveMedia Makefile distinfo pkg-descr pkg-message Log: o Update to 2005.09.23. o Change WWW site to http://www.live555.com/. Revision Changes Path 1.205 +2 -2 ports/net/liveMedia/Makefile 1.192 +2 -2 ports/net/liveMedia/distinfo 1.3 +1 -1 ports/net/liveMedia/pkg-descr 1.2 +1 -1 ports/net/liveMedia/pkg-message From owner-cvs-all@FreeBSD.ORG Sun Sep 25 02:41:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A2A016A41F; Sun, 25 Sep 2005 02:41:11 +0000 (GMT) (envelope-from wollman@khavrinen.csail.mit.edu) Received: from khavrinen.csail.mit.edu (khavrinen.csail.mit.edu [128.30.28.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id E15A743D48; Sun, 25 Sep 2005 02:41:10 +0000 (GMT) (envelope-from wollman@khavrinen.csail.mit.edu) Received: from khavrinen.csail.mit.edu (localhost.csail.mit.edu [127.0.0.1]) by khavrinen.csail.mit.edu (8.13.1/8.13.1) with ESMTP id j8P2f3Qn028386 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK CN=khavrinen.csail.mit.edu issuer=Client+20CA); Sat, 24 Sep 2005 22:41:05 -0400 (EDT) (envelope-from wollman@khavrinen.csail.mit.edu) Received: (from wollman@localhost) by khavrinen.csail.mit.edu (8.13.1/8.13.1/Submit) id j8P2f363028383; Sat, 24 Sep 2005 22:41:03 -0400 (EDT) (envelope-from wollman) From: Garrett Wollman MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17206.3647.87643.440296@khavrinen.csail.mit.edu> Date: Sat, 24 Sep 2005 22:41:03 -0400 To: "M. Warner Losh" In-Reply-To: <20050924.183649.76052067.imp@bsdimp.com> References: <20050924193119.F1A8A16A448@hub.freebsd.org> <4335D760.9080007@root.org> <20050924.183649.76052067.imp@bsdimp.com> X-Mailer: VM 7.17 under 21.4 (patch 17) "Jumbo Shrimp" XEmacs Lucid X-Greylist: Sender DNS name whitelisted, not delayed by milter-greylist-1.6 (khavrinen.csail.mit.edu [127.0.0.1]); Sat, 24 Sep 2005 22:41:05 -0400 (EDT) X-Spam-Status: No, score=0.0 required=5.0 tests=none version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on khavrinen.csail.mit.edu Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys bus.h rman.h types.h src/sys/kern subr_bus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 02:41:11 -0000 < said: > It is still opaque. There ain't no such thing as an "opaque typedef". It's still not a problem in this case because the declaration is protected by "#ifdef _KERNEL". -GAWollman From owner-cvs-all@FreeBSD.ORG Sun Sep 25 02:42:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E43EF16A41F; Sun, 25 Sep 2005 02:42:56 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id A479843D48; Sun, 25 Sep 2005 02:42:56 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [70.30.70.180]) by elvis.mu.org (Postfix) with ESMTP id 82FE81A3C29; Sat, 24 Sep 2005 19:42:56 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 302B051259; Sat, 24 Sep 2005 22:42:55 -0400 (EDT) Date: Sat, 24 Sep 2005 22:42:55 -0400 From: Kris Kennaway To: Kirill Ponomarew Message-ID: <20050925024254.GA7281@xor.obsecurity.org> References: <200509242141.j8OLflHk025693@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sdtB3X0nJg68CQEu" Content-Disposition: inline In-Reply-To: <200509242141.j8OLflHk025693@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/lib match.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 02:42:57 -0000 --sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 24, 2005 at 09:41:47PM +0000, Kirill Ponomarew wrote: > krion 2005-09-24 21:41:47 UTC >=20 > FreeBSD src repository >=20 > Modified files: > usr.sbin/pkg_install/lib match.c=20 > Log: > Do not bitch about bsdpan modules not having origin. > =20 > Based on PR: bin/82269 > Submitted by: Steven Hartland > MFC after: 3 days What about killing this altogether? There exist third-party packages that legimitately do not have origins either, and this warning is extremely verbose (it happens each time you run a pkg_* tool, I think). Kris --sdtB3X0nJg68CQEu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDNg6uWry0BWjoQKURAr/9AJ4jYvcayrNzDiz/1U0ZoLpGCZgamgCeJHz2 7pkOB045V34qVKv2m2YUb7g= =BYRx -----END PGP SIGNATURE----- --sdtB3X0nJg68CQEu-- From owner-cvs-all@FreeBSD.ORG Sun Sep 25 03:04:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DC0916A41F; Sun, 25 Sep 2005 03:04:39 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DF6C43D48; Sun, 25 Sep 2005 03:04:39 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8P34dnC044566; Sun, 25 Sep 2005 03:04:39 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8P34d5f044565; Sun, 25 Sep 2005 03:04:39 GMT (envelope-from lioux) Message-Id: <200509250304.j8P34d5f044565@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 25 Sep 2005 03:04:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/hlserver-esf Makefile ports/games/hlserver-existence Makefile ports/games/hlserver-glbwar Makefile ports/games/hlserver-heroes Makefile ports/games/hlserver-ns Makefile ports/games/hlserver-opera Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 03:04:39 -0000 lioux 2005-09-25 03:04:38 UTC FreeBSD ports repository Modified files: games/hlserver-esf Makefile games/hlserver-existence Makefile games/hlserver-glbwar Makefile games/hlserver-heroes Makefile games/hlserver-ns Makefile games/hlserver-opera Makefile games/hlserver-opfor Makefile games/hlserver-si Makefile games/hlserver-ts Makefile games/hlserver-tsc Makefile games/hlserver-vs Makefile games/hlserver-wasteland Makefile games/hlserver-wizwars Makefile Log: Drop maintainership Revision Changes Path 1.6 +1 -1 ports/games/hlserver-esf/Makefile 1.6 +1 -1 ports/games/hlserver-existence/Makefile 1.8 +1 -1 ports/games/hlserver-glbwar/Makefile 1.8 +1 -1 ports/games/hlserver-heroes/Makefile 1.7 +1 -1 ports/games/hlserver-ns/Makefile 1.4 +1 -1 ports/games/hlserver-opera/Makefile 1.11 +1 -1 ports/games/hlserver-opfor/Makefile 1.12 +1 -1 ports/games/hlserver-si/Makefile 1.5 +1 -1 ports/games/hlserver-ts/Makefile 1.7 +1 -1 ports/games/hlserver-tsc/Makefile 1.8 +1 -1 ports/games/hlserver-vs/Makefile 1.9 +1 -1 ports/games/hlserver-wasteland/Makefile 1.9 +1 -1 ports/games/hlserver-wizwars/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 25 03:06:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 656C616A41F; Sun, 25 Sep 2005 03:06:16 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3B2243D49; Sun, 25 Sep 2005 03:06:15 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8P36FED044685; Sun, 25 Sep 2005 03:06:15 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8P36Fgr044684; Sun, 25 Sep 2005 03:06:15 GMT (envelope-from lioux) Message-Id: <200509250306.j8P36Fgr044684@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 25 Sep 2005 03:06:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/fluidsynth Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 03:06:16 -0000 lioux 2005-09-25 03:06:15 UTC FreeBSD ports repository Modified files: audio/fluidsynth Makefile Log: Drop maintainership Revision Changes Path 1.9 +1 -1 ports/audio/fluidsynth/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 25 03:07:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EB8E16A41F; Sun, 25 Sep 2005 03:07:25 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1379343D5A; Sun, 25 Sep 2005 03:07:25 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8P37OhA044772; Sun, 25 Sep 2005 03:07:24 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8P37OlR044771; Sun, 25 Sep 2005 03:07:24 GMT (envelope-from lioux) Message-Id: <200509250307.j8P37OlR044771@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 25 Sep 2005 03:07:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/gsubedit Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 03:07:25 -0000 lioux 2005-09-25 03:07:24 UTC FreeBSD ports repository Modified files: multimedia/gsubedit Makefile Log: Drop maintainership Revision Changes Path 1.14 +1 -1 ports/multimedia/gsubedit/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 25 03:07:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D95716A41F; Sun, 25 Sep 2005 03:07:55 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29B1543D4C; Sun, 25 Sep 2005 03:07:55 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8P37tdD044824; Sun, 25 Sep 2005 03:07:55 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8P37txE044823; Sun, 25 Sep 2005 03:07:55 GMT (envelope-from lioux) Message-Id: <200509250307.j8P37txE044823@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 25 Sep 2005 03:07:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/gtksubtitler Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 03:07:55 -0000 lioux 2005-09-25 03:07:55 UTC FreeBSD ports repository Modified files: multimedia/gtksubtitler Makefile Log: Drop maintainership Revision Changes Path 1.9 +1 -1 ports/multimedia/gtksubtitler/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 25 03:08:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 306C016A420; Sun, 25 Sep 2005 03:08:31 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2A3543D48; Sun, 25 Sep 2005 03:08:30 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8P38Ul5044868; Sun, 25 Sep 2005 03:08:30 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8P38Uu0044867; Sun, 25 Sep 2005 03:08:30 GMT (envelope-from lioux) Message-Id: <200509250308.j8P38Uu0044867@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 25 Sep 2005 03:08:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/ksubeditor Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 03:08:31 -0000 lioux 2005-09-25 03:08:30 UTC FreeBSD ports repository Modified files: multimedia/ksubeditor Makefile Log: Drop maintainership Revision Changes Path 1.10 +1 -1 ports/multimedia/ksubeditor/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 25 03:25:30 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20C9316A41F; Sun, 25 Sep 2005 03:25:30 +0000 (GMT) (envelope-from doconnor@gsoft.com.au) Received: from cain.gsoft.com.au (cain.gsoft.com.au [203.31.81.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7155D43D48; Sun, 25 Sep 2005 03:25:28 +0000 (GMT) (envelope-from doconnor@gsoft.com.au) Received: from inchoate.gsoft.com.au (ppp224-174.lns2.adl4.internode.on.net [203.122.224.174]) (authenticated bits=0) by cain.gsoft.com.au (8.13.4/8.13.4) with ESMTP id j8P3PGhF073634 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sun, 25 Sep 2005 12:55:22 +0930 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" To: cvs-all@freebsd.org Date: Sun, 25 Sep 2005 12:55:00 +0930 User-Agent: KMail/1.8.2 References: <200509242141.j8OLflHk025693@repoman.freebsd.org> <20050925024254.GA7281@xor.obsecurity.org> In-Reply-To: <20050925024254.GA7281@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1343547.6XR4GMLtDO"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200509251255.08492.doconnor@gsoft.com.au> X-Spam-Score: 0.05 () FORGED_RCVD_HELO X-Scanned-By: MIMEDefang 2.51 on 203.31.81.10 Cc: cvs-src@freebsd.org, Kirill Ponomarew , src-committers@freebsd.org, Kris Kennaway Subject: Re: cvs commit: src/usr.sbin/pkg_install/lib match.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 03:25:30 -0000 --nextPart1343547.6XR4GMLtDO Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sunday 25 September 2005 12:12, Kris Kennaway wrote: > What about killing this altogether? There exist third-party packages > that legimitately do not have origins either, and this warning is > extremely verbose (it happens each time you run a pkg_* tool, I > think). Yep.. I get about 2-3 pages of "port XYZ has no origin" messages every time I do= =20 something ports related :) =2D-=20 Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C --nextPart1343547.6XR4GMLtDO Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBDNhiU5ZPcIHs/zowRAuxKAJwP5c6SjtdLoSRMfNByT8l2Qqqi6QCbB9oy qAJ2cxukNJh6cYDPhCcCWZg= =mN+0 -----END PGP SIGNATURE----- --nextPart1343547.6XR4GMLtDO-- From owner-cvs-all@FreeBSD.ORG Sun Sep 25 03:34:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2447516A41F; Sun, 25 Sep 2005 03:34:44 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E554D43D48; Sun, 25 Sep 2005 03:34:43 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8P3YhEX045951; Sun, 25 Sep 2005 03:34:43 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8P3Yhha045950; Sun, 25 Sep 2005 03:34:43 GMT (envelope-from vanilla) Message-Id: <200509250334.j8P3Yhha045950@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 25 Sep 2005 03:34:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/etox Makefile ports/x11-toolkits/etox/files patch-src_Etox_private.h patch-src_srtle_Etox_style.h patch-src_style_etox_style_private.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 03:34:44 -0000 vanilla 2005-09-25 03:34:43 UTC FreeBSD ports repository Modified files: x11-toolkits/etox Makefile Added files: x11-toolkits/etox/files patch-src_Etox_private.h patch-src_srtle_Etox_style.h patch-src_style_etox_style_private.h Log: Add some patchs to make it compatible with current ecore library, and bump version. Notified by: kris@ Obtained from: E's cvs Revision Changes Path 1.3 +1 -0 ports/x11-toolkits/etox/Makefile 1.1 +31 -0 ports/x11-toolkits/etox/files/patch-src_Etox_private.h (new) 1.1 +26 -0 ports/x11-toolkits/etox/files/patch-src_srtle_Etox_style.h (new) 1.1 +16 -0 ports/x11-toolkits/etox/files/patch-src_style_etox_style_private.h (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 25 03:36:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56EAA16A41F; Sun, 25 Sep 2005 03:36:02 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBE0443D53; Sun, 25 Sep 2005 03:36:01 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8P3a1YW046124; Sun, 25 Sep 2005 03:36:01 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8P3a19k046123; Sun, 25 Sep 2005 03:36:01 GMT (envelope-from vanilla) Message-Id: <200509250336.j8P3a19k046123@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 25 Sep 2005 03:36:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/ewl Makefile ports/x11-toolkits/ewl/files patch-src_bin_ewl_test.h patch-src_lib_Ewl.h.in patch-src_lib_emacros.h patch-src_lib_ewl_config.c patch-src_lib_ewl_private.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 03:36:02 -0000 vanilla 2005-09-25 03:36:01 UTC FreeBSD ports repository Modified files: x11-toolkits/ewl Makefile Added files: x11-toolkits/ewl/files patch-src_bin_ewl_test.h patch-src_lib_Ewl.h.in patch-src_lib_emacros.h patch-src_lib_ewl_config.c patch-src_lib_ewl_private.h Log: Add some patches to make it compatible with current ecore library, and bump version. Notified by: kris@ Obtained from: E's cvs Revision Changes Path 1.3 +1 -0 ports/x11-toolkits/ewl/Makefile 1.1 +19 -0 ports/x11-toolkits/ewl/files/patch-src_bin_ewl_test.h (new) 1.1 +28 -0 ports/x11-toolkits/ewl/files/patch-src_lib_Ewl.h.in (new) 1.1 +19 -0 ports/x11-toolkits/ewl/files/patch-src_lib_emacros.h (new) 1.1 +145 -0 ports/x11-toolkits/ewl/files/patch-src_lib_ewl_config.c (new) 1.1 +52 -0 ports/x11-toolkits/ewl/files/patch-src_lib_ewl_private.h (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 25 03:54:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D65616A420; Sun, 25 Sep 2005 03:54:26 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE10F43D48; Sun, 25 Sep 2005 03:54:25 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8P3sP2i046752; Sun, 25 Sep 2005 03:54:25 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8P3sPdZ046751; Sun, 25 Sep 2005 03:54:25 GMT (envelope-from lioux) Message-Id: <200509250354.j8P3sPdZ046751@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 25 Sep 2005 03:54:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/mldonkey-sancho Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 03:54:26 -0000 lioux 2005-09-25 03:54:25 UTC FreeBSD ports repository Modified files: net/mldonkey-sancho Makefile Log: o Fix build with eclipse 3.1; thus, removing BROKEN status - Update dependencies - Unpack some shared libraries from eclipse's jars o Bump PORTREVISION to force reinstallation with new eclipse Revision Changes Path 1.4 +38 -19 ports/net/mldonkey-sancho/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 25 06:21:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECD5916A41F; Sun, 25 Sep 2005 06:21:58 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93A8B43D48; Sun, 25 Sep 2005 06:21:58 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (unknown [192.168.48.2]) by phk.freebsd.dk (Postfix) with ESMTP id A2E95BC66; Sun, 25 Sep 2005 06:21:56 +0000 (UTC) To: Nate Lawson From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sat, 24 Sep 2005 15:46:56 PDT." <4335D760.9080007@root.org> Date: Sun, 25 Sep 2005 08:21:55 +0200 Message-ID: <68685.1127629315@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys bus.h rman.h types.h src/sys/kern subr_bus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 06:21:59 -0000 In message <4335D760.9080007@root.org>, Nate Lawson writes: >I don't think our device_t definition belongs in sys/types.h. It is >opaque for a reason. It isn't any less opaque for living in sys/types.h -- 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. From owner-cvs-all@FreeBSD.ORG Sun Sep 25 06:28:07 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13B8F16A41F for ; Sun, 25 Sep 2005 06:28:07 +0000 (GMT) (envelope-from vovkasm@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE95C43D48 for ; Sun, 25 Sep 2005 06:28:05 +0000 (GMT) (envelope-from vovkasm@gmail.com) Received: by zproxy.gmail.com with SMTP id 13so105407nzp for ; Sat, 24 Sep 2005 23:28:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JnO6hpEd5i+c1gHZX+H5RPiI5G7oZnSBY9hXB3z6wyGM3gOhQAtJXorBgAL+OQskb2s8R/Ztw+f4hgDwYqwYych0MHuljQA48onHhOeC9ARArJGCQYe7i/3P/wlGSMzt2+OmdER2qheFDG1E8IEpy+RKy3dpdeQoTiJPNlirXW0= Received: by 10.54.11.5 with SMTP id 5mr4639877wrk; Sat, 24 Sep 2005 23:28:05 -0700 (PDT) Received: by 10.54.158.15 with HTTP; Sat, 24 Sep 2005 23:28:04 -0700 (PDT) Message-ID: Date: Sun, 25 Sep 2005 06:28:04 +0000 From: Vladimir Timofeev To: Kirill Ponomarew In-Reply-To: <20050924185703.GF11860@voodoo.oberon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200509241128.j8OBSbRF079213@repoman.freebsd.org> <20050924185703.GF11860@voodoo.oberon.net> Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, Dag-Erling Smorgrav , ports-committers@freebsd.org Subject: Re: cvs commit: ports/textproc/docbook-xsl Makefile distinfo ports/textproc/docbook-xsl/files pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Vladimir Timofeev List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 06:28:07 -0000 2005/9/24, Kirill Ponomarew : > On Sat, Sep 24, 2005 at 11:28:37AM +0000, Dag-Erling Smorgrav wrote: > > des 2005-09-24 11:28:37 UTC > > > > FreeBSD ports repository > > > > Modified files: > > textproc/docbook-xsl Makefile distinfo > > textproc/docbook-xsl/files pkg-install.in > > Log: > > Upgrade to 1.69.1. > > Seems it's broken: > > =3D=3D=3D> Checking if textproc/docbook-xsl already installed > /bin/mkdir -p /usr/local/share/doc/docbook-xsl > (cd /usr/ports/textproc/docbook-xsl/work/docbook-xsl-1.69.1/doc && /usr/b= in/tar -cf - . | /usr/bin/tar -xf - -C/usr/local/share/doc/docbook-xsl) > cd: can't cd to /usr/ports/textproc/docbook-xsl/work/docbook-xsl-1.69.1/d= oc > *** Error code 2 > > -Kirill > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" > workaround: cd /usr/ports/textproc/docbook-xsl make NOPORTDOCS=3Dyes make install because doc is'n exists in new version From owner-cvs-all@FreeBSD.ORG Sun Sep 25 06:32:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2566B16A41F; Sun, 25 Sep 2005 06:32:56 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C48AF43D48; Sun, 25 Sep 2005 06:32:55 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8P6Wtj5059176; Sun, 25 Sep 2005 06:32:55 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8P6WtDS059175; Sun, 25 Sep 2005 06:32:55 GMT (envelope-from lioux) Message-Id: <200509250632.j8P6WtDS059175@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 25 Sep 2005 06:32:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/Sockets Makefile distinfo pkg-plist ports/net/Sockets/files patch-ListenSocket.h patch-Makefile patch-MinderHandler.cpp patch-Sockets-config.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 06:32:56 -0000 lioux 2005-09-25 06:32:55 UTC FreeBSD ports repository Modified files: net/Sockets Makefile distinfo pkg-plist net/Sockets/files patch-Makefile patch-MinderHandler.cpp patch-Sockets-config.cpp Removed files: net/Sockets/files patch-ListenSocket.h Log: Update to 1.8.7 Revision Changes Path 1.3 +1 -1 ports/net/Sockets/Makefile 1.3 +2 -2 ports/net/Sockets/distinfo 1.3 +0 -10 ports/net/Sockets/files/patch-ListenSocket.h (dead) 1.3 +5 -4 ports/net/Sockets/files/patch-Makefile 1.3 +3 -3 ports/net/Sockets/files/patch-MinderHandler.cpp 1.2 +7 -4 ports/net/Sockets/files/patch-Sockets-config.cpp 1.3 +6 -0 ports/net/Sockets/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Sep 25 06:34:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AD1B16A41F; Sun, 25 Sep 2005 06:34:11 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14DEA43D4C; Sun, 25 Sep 2005 06:34:11 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8P6YAWZ059254; Sun, 25 Sep 2005 06:34:10 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8P6YA5u059253; Sun, 25 Sep 2005 06:34:10 GMT (envelope-from lioux) Message-Id: <200509250634.j8P6YA5u059253@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 25 Sep 2005 06:34:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/minder Makefile distinfo ports/net/minder/files patch-Makefile patch-MyTcpSocket.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 06:34:11 -0000 lioux 2005-09-25 06:34:10 UTC FreeBSD ports repository Modified files: net/minder Makefile distinfo net/minder/files patch-Makefile Removed files: net/minder/files patch-MyTcpSocket.cpp Log: Update to 1.2 Revision Changes Path 1.3 +2 -8 ports/net/minder/Makefile 1.2 +2 -2 ports/net/minder/distinfo 1.2 +7 -7 ports/net/minder/files/patch-Makefile 1.2 +0 -11 ports/net/minder/files/patch-MyTcpSocket.cpp (dead) From owner-cvs-all@FreeBSD.ORG Sun Sep 25 06:34:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B0B916A41F; Sun, 25 Sep 2005 06:34:40 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B890E43D53; Sun, 25 Sep 2005 06:34:39 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8P6Ydt3059321; Sun, 25 Sep 2005 06:34:39 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8P6Yd6X059320; Sun, 25 Sep 2005 06:34:39 GMT (envelope-from lioux) Message-Id: <200509250634.j8P6Yd6X059320@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 25 Sep 2005 06:34:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/trackerbt Makefile distinfo ports/net/trackerbt/files patch-Makefile patch-tracker.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 06:34:40 -0000 lioux 2005-09-25 06:34:39 UTC FreeBSD ports repository Modified files: net/trackerbt Makefile distinfo net/trackerbt/files patch-Makefile patch-tracker.cpp Log: Update to 0.1.1 Revision Changes Path 1.2 +1 -1 ports/net/trackerbt/Makefile 1.2 +2 -2 ports/net/trackerbt/distinfo 1.2 +5 -5 ports/net/trackerbt/files/patch-Makefile 1.2 +2 -2 ports/net/trackerbt/files/patch-tracker.cpp From owner-cvs-all@FreeBSD.ORG Sun Sep 25 06:48:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED08B16A41F; Sun, 25 Sep 2005 06:48:30 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A81D443D49; Sun, 25 Sep 2005 06:48:30 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8P6mUcj059808; Sun, 25 Sep 2005 06:48:30 GMT (envelope-from marck@repoman.freebsd.org) Received: (from marck@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8P6mUHN059807; Sun, 25 Sep 2005 06:48:30 GMT (envelope-from marck) Message-Id: <200509250648.j8P6mUHN059807@repoman.freebsd.org> From: Dmitry Morozovsky Date: Sun, 25 Sep 2005 06:48:30 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/ru_RU.KOI8-R/articles/committers-guide article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 06:48:31 -0000 marck 2005-09-25 06:48:30 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/articles/committers-guide article.sgml Log: MFen: 1.226 -> 1.229 committers-guide/article.sgml Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.11 +9 -9 doc/ru_RU.KOI8-R/articles/committers-guide/article.sgml From owner-cvs-all@FreeBSD.ORG Sun Sep 25 09:18:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCCE616A41F; Sun, 25 Sep 2005 09:18:19 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E1B843D49; Sun, 25 Sep 2005 09:18:19 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8P9IIUM072901; Sun, 25 Sep 2005 09:18:19 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8P9IIn4072900; Sun, 25 Sep 2005 09:18:18 GMT (envelope-from vs) Message-Id: <200509250918.j8P9IIn4072900@repoman.freebsd.org> From: Volker Stolz Date: Sun, 25 Sep 2005 09:18:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/cal3d Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 09:18:19 -0000 vs 2005-09-25 09:18:17 UTC FreeBSD ports repository Modified files: graphics/cal3d Makefile Log: Use pre-configure target. Submitted by: maintainer Revision Changes Path 1.6 +1 -2 ports/graphics/cal3d/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 25 09:49:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BD8116A41F; Sun, 25 Sep 2005 09:49:35 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A2CE43D48; Sun, 25 Sep 2005 09:49:35 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8P9nZVi073963; Sun, 25 Sep 2005 09:49:35 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8P9nZU7073962; Sun, 25 Sep 2005 09:49:35 GMT (envelope-from nork) Message-Id: <200509250949.j8P9nZU7073962@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sun, 25 Sep 2005 09:49:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/jude-community Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 09:49:35 -0000 nork 2005-09-25 09:49:34 UTC FreeBSD ports repository Modified files: devel/jude-community Makefile pkg-descr Log: Update URLs. PR: ports/86549 Submitted by: Yoshihiko Sarumaru (maintainer) Revision Changes Path 1.7 +2 -2 ports/devel/jude-community/Makefile 1.3 +1 -1 ports/devel/jude-community/pkg-descr From owner-cvs-all@FreeBSD.ORG Sun Sep 25 09:55:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B28116A41F; Sun, 25 Sep 2005 09:55:31 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17BEA43D48; Sun, 25 Sep 2005 09:55:31 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8P9tU7F074220; Sun, 25 Sep 2005 09:55:30 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8P9tU2f074219; Sun, 25 Sep 2005 09:55:30 GMT (envelope-from nork) Message-Id: <200509250955.j8P9tU2f074219@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sun, 25 Sep 2005 09:55:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/eclipse Makefile ports/java/eclipse/files manualpatch-plugins-swt-gtk-os_custom.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 09:55:31 -0000 nork 2005-09-25 09:55:29 UTC FreeBSD ports repository Modified files: java/eclipse Makefile Added files: java/eclipse/files manualpatch-plugins-swt-gtk-os_custom.h Log: Fix build error by wrong gtk libraries. PR: ports/86538 Submitted by: Mark Hobden Revision Changes Path 1.39 +2 -0 ports/java/eclipse/Makefile 1.3 +59 -0 ports/java/eclipse/files/manualpatch-plugins-swt-gtk-os_custom.h (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 25 10:04:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42E8116A41F; Sun, 25 Sep 2005 10:04:07 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0821D43D48; Sun, 25 Sep 2005 10:04:07 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PA46mb074594; Sun, 25 Sep 2005 10:04:06 GMT (envelope-from marck@repoman.freebsd.org) Received: (from marck@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PA46f7074593; Sun, 25 Sep 2005 10:04:06 GMT (envelope-from marck) Message-Id: <200509251004.j8PA46f7074593@repoman.freebsd.org> From: Dmitry Morozovsky Date: Sun, 25 Sep 2005 10:04:06 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/ru_RU.KOI8-R/books/handbook/desktop chapter.sgml doc/ru_RU.KOI8-R/books/handbook/eresources chapter.sgml doc/ru_RU.KOI8-R/books/handbook/install chapter.sgml doc/ru_RU.KOI8-R/books/handbook/mirrors chapter.sgml doc/ru_RU.KOI8-R/books/handbook/multimedia chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 10:04:07 -0000 marck 2005-09-25 10:04:06 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/handbook/desktop chapter.sgml ru_RU.KOI8-R/books/handbook/eresources chapter.sgml ru_RU.KOI8-R/books/handbook/install chapter.sgml ru_RU.KOI8-R/books/handbook/mirrors chapter.sgml ru_RU.KOI8-R/books/handbook/multimedia chapter.sgml Log: MFen: 1.54 -> 1.56 desktop/chapter.sgml 1.173 -> 1.174 eresources/chapter.sgml 1.325 -> 1.329 install/chapter.sgml 1.386 -> 1.387 mirrors/chapter.sgml 1.110 -> 1.111 multimedia/chapter.sgml Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.10 +56 -92 doc/ru_RU.KOI8-R/books/handbook/desktop/chapter.sgml 1.19 +32 -2 doc/ru_RU.KOI8-R/books/handbook/eresources/chapter.sgml 1.21 +4 -4 doc/ru_RU.KOI8-R/books/handbook/install/chapter.sgml 1.20 +2 -8 doc/ru_RU.KOI8-R/books/handbook/mirrors/chapter.sgml 1.14 +6 -4 doc/ru_RU.KOI8-R/books/handbook/multimedia/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Sep 25 11:02:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41E1716A41F; Sun, 25 Sep 2005 11:02:16 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 029EA43D49; Sun, 25 Sep 2005 11:02:16 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PB2FCY076561; Sun, 25 Sep 2005 11:02:15 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PB2FO7076560; Sun, 25 Sep 2005 11:02:15 GMT (envelope-from thierry) Message-Id: <200509251102.j8PB2FO7076560@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 25 Sep 2005 11:02:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/french/mozilla-flp Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 11:02:16 -0000 thierry 2005-09-25 11:02:15 UTC FreeBSD ports repository Modified files: french/mozilla-flp Makefile distinfo Log: Chase mozilla's upgrade to 1.7.12. Revision Changes Path 1.14 +4 -2 ports/french/mozilla-flp/Makefile 1.10 +2 -2 ports/french/mozilla-flp/distinfo From owner-cvs-all@FreeBSD.ORG Sun Sep 25 11:20:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B94016A41F; Sun, 25 Sep 2005 11:20:43 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 079A843D48; Sun, 25 Sep 2005 11:20:43 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PBKgR0077238; Sun, 25 Sep 2005 11:20:42 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PBKgCf077237; Sun, 25 Sep 2005 11:20:42 GMT (envelope-from jkoshy) Message-Id: <200509251120.j8PBKgCf077237@repoman.freebsd.org> From: Joseph Koshy Date: Sun, 25 Sep 2005 11:20:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/xli Makefile distinfo ports/graphics/xli/files patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 11:20:43 -0000 jkoshy 2005-09-25 11:20:42 UTC FreeBSD ports repository Modified files: graphics/xli Makefile distinfo Removed files: graphics/xli/files patch-ab Log: Upgrade to the 2005-09-04 snapshot. PR: ports/86537 Submitted by: Rostislav Krasny Revision Changes Path 1.26 +4 -2 ports/graphics/xli/Makefile 1.6 +2 -2 ports/graphics/xli/distinfo 1.2 +0 -13 ports/graphics/xli/files/patch-ab (dead) From owner-cvs-all@FreeBSD.ORG Sun Sep 25 12:11:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C259D16A41F; Sun, 25 Sep 2005 12:11:39 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 819BB43D4C; Sun, 25 Sep 2005 12:11:39 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PCBdED078905; Sun, 25 Sep 2005 12:11:39 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PCBdBE078904; Sun, 25 Sep 2005 12:11:39 GMT (envelope-from delphij) Message-Id: <200509251211.j8PCBdBE078904@repoman.freebsd.org> From: Xin LI Date: Sun, 25 Sep 2005 12:11:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sbin/fsck_ffs fsck_ffs.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 12:11:40 -0000 delphij 2005-09-25 12:11:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sbin/fsck_ffs fsck_ffs.8 Log: MFC 1.31-1.34: Several style fixes by ru@ and document alternative superblock location for UFS2. Revision Changes Path 1.31.2.1 +5 -5 src/sbin/fsck_ffs/fsck_ffs.8 From owner-cvs-all@FreeBSD.ORG Sun Sep 25 12:13:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A14E816A41F; Sun, 25 Sep 2005 12:13:54 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F35F43D48; Sun, 25 Sep 2005 12:13:54 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PCDsf5079026; Sun, 25 Sep 2005 12:13:54 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PCDsT4079025; Sun, 25 Sep 2005 12:13:54 GMT (envelope-from hrs) Message-Id: <200509251213.j8PCDsT4079025@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 25 Sep 2005 12:13:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese/latex2html Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 12:13:54 -0000 hrs 2005-09-25 12:13:54 UTC FreeBSD ports repository Modified files: japanese/latex2html Makefile pkg-plist Log: Fix pkg-plist. PR: ports/86541 Submitted by: SUGIMOTO Sadahiro (maintainer) Revision Changes Path 1.24 +2 -4 ports/japanese/latex2html/Makefile 1.7 +30 -1 ports/japanese/latex2html/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Sep 25 12:45:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD8EB16A41F; Sun, 25 Sep 2005 12:45:46 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CE9943D48; Sun, 25 Sep 2005 12:45:46 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PCjk7w080181; Sun, 25 Sep 2005 12:45:46 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PCjkts080180; Sun, 25 Sep 2005 12:45:46 GMT (envelope-from thierry) Message-Id: <200509251245.j8PCjkts080180@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 25 Sep 2005 12:45:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/science Makefile ports/science/gerris Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 12:45:47 -0000 thierry 2005-09-25 12:45:46 UTC FreeBSD ports repository Modified files: science Makefile Added files: science/gerris Makefile distinfo pkg-descr pkg-plist Log: Add gerris 0.6.0, a scientific CFD simulator. Gerris is an Open Source Free Software library for the solution of partial differential equations describing fluid flow. Gerris is supported by NIWA (National Institute of Water and Atmospheric research) and by the Marsden Fund of the Royal Society of New Zealand. The code is written entirely in C and uses both the GLib Library and the GTS Library for geometrical functions and object-oriented programming. PR: 86297 Submitted by: Oliver Dunkl Revision Changes Path 1.71 +1 -0 ports/science/Makefile 1.1 +62 -0 ports/science/gerris/Makefile (new) 1.1 +6 -0 ports/science/gerris/distinfo (new) 1.1 +8 -0 ports/science/gerris/pkg-descr (new) 1.1 +75 -0 ports/science/gerris/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 25 12:45:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8A6D16A41F; Sun, 25 Sep 2005 12:45:59 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89C3043D4C; Sun, 25 Sep 2005 12:45:59 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PCjxcW080227; Sun, 25 Sep 2005 12:45:59 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PCjx77080226; Sun, 25 Sep 2005 12:45:59 GMT (envelope-from thierry) Message-Id: <200509251245.j8PCjx77080226@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 25 Sep 2005 12:45:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 12:45:59 -0000 thierry 2005-09-25 12:45:59 UTC FreeBSD ports repository Modified files: . modules Log: gerris --> ports/science/gerris Revision Changes Path 1.13228 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Sep 25 12:55:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C8AD16A41F; Sun, 25 Sep 2005 12:55:11 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6B3343D48; Sun, 25 Sep 2005 12:55:10 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PCtAvA087670; Sun, 25 Sep 2005 12:55:10 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PCtA5U087669; Sun, 25 Sep 2005 12:55:10 GMT (envelope-from thierry) Message-Id: <200509251255.j8PCtA5U087669@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 25 Sep 2005 12:55:10 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 12:55:11 -0000 thierry 2005-09-25 12:55:10 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add an entry for Oliver Dunkl. PR: ports/86297 Submitted by: Oliver Dunkl Revision Changes Path 1.454 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Sun Sep 25 13:32:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BB5516A41F; Sun, 25 Sep 2005 13:32:38 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29E6C43D48; Sun, 25 Sep 2005 13:32:38 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PDWcAS089022; Sun, 25 Sep 2005 13:32:38 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PDWb1u089021; Sun, 25 Sep 2005 13:32:37 GMT (envelope-from tobez) Message-Id: <200509251332.j8PDWb1u089021@repoman.freebsd.org> From: Anton Berezin Date: Sun, 25 Sep 2005 13:32:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/p5-Crypt-OpenSSL-RSA Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 13:32:38 -0000 tobez 2005-09-25 13:32:37 UTC FreeBSD ports repository Modified files: security/p5-Crypt-OpenSSL-RSA Makefile Log: Add a missing dependency. Submitted by: Kevin Golding PR: 86556 Revision Changes Path 1.17 +3 -1 ports/security/p5-Crypt-OpenSSL-RSA/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 25 13:48:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C00FE16A41F; Sun, 25 Sep 2005 13:48:42 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BBE843D49; Sun, 25 Sep 2005 13:48:42 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PDmgPh089614; Sun, 25 Sep 2005 13:48:42 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PDmg9O089613; Sun, 25 Sep 2005 13:48:42 GMT (envelope-from lioux) Message-Id: <200509251348.j8PDmg9O089613@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 25 Sep 2005 13:48:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/minder Makefile distinfo ports/net/minder/files minder.cfg.sample X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 13:48:42 -0000 lioux 2005-09-25 13:48:42 UTC FreeBSD ports repository Modified files: net/minder Makefile distinfo Added files: net/minder/files minder.cfg.sample Log: o Add a sample configuration file under FILESDIR o Bump PORTREVISION Revision Changes Path 1.4 +7 -0 ports/net/minder/Makefile 1.3 +2 -0 ports/net/minder/distinfo 1.1 +7 -0 ports/net/minder/files/minder.cfg.sample (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 25 14:13:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E38F16A41F; Sun, 25 Sep 2005 14:13:40 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44E0643D49; Sun, 25 Sep 2005 14:13:37 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (patr530-a144.otenet.gr [212.205.215.144]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with ESMTP id j8PEDY1o018900; Sun, 25 Sep 2005 17:13:35 +0300 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id j8PED489001592; Sun, 25 Sep 2005 17:13:04 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id j8PDFIx2089519; Sun, 25 Sep 2005 16:15:18 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 25 Sep 2005 16:15:17 +0300 From: Giorgos Keramidas To: Hiroki Sato Message-ID: <20050925131517.GA48169@flame.pc> References: <200509231938.j8NJcMuo013691@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509231938.j8NJcMuo013691@repoman.freebsd.org> Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/share/mk doc.docbook.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 14:13:40 -0000 On 2005-09-23 19:38, Hiroki Sato wrote: > hrs 2005-09-23 19:38:22 UTC > > FreeBSD doc repository > > Modified files: > share/mk doc.docbook.mk > Log: > Disable .ps and .pdf build of some languages---ja_JP.eucJP, > ru_RU.KOI8-R, and zh_TW.Big5---because they are broken. > This behavior can be controlled by using $NO_TEX_LANG. > > This is a temporary measure, and we need to use localized > TeX variants to build the printable formats. > > Tested by: simon > > Revision Changes Path > 1.121 +24 -0 doc/share/mk/doc.docbook.mk Thanks. I think I may do the same for doc/el_GR.*, since ps and pdf output is also broken there. From owner-cvs-all@FreeBSD.ORG Sun Sep 25 14:38:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E66C16A41F; Sun, 25 Sep 2005 14:38:14 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F61843D48; Sun, 25 Sep 2005 14:38:09 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id j8PEc89I079605; Sun, 25 Sep 2005 08:38:08 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <4336B652.2000001@samsco.org> Date: Sun, 25 Sep 2005 08:38:10 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050615 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <200509242141.j8OLflHk025693@repoman.freebsd.org> <20050925024254.GA7281@xor.obsecurity.org> In-Reply-To: <20050925024254.GA7281@xor.obsecurity.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, Kirill Ponomarew , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/lib match.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 14:38:14 -0000 Kris Kennaway wrote: > On Sat, Sep 24, 2005 at 09:41:47PM +0000, Kirill Ponomarew wrote: > >>krion 2005-09-24 21:41:47 UTC >> >> FreeBSD src repository >> >> Modified files: >> usr.sbin/pkg_install/lib match.c >> Log: >> Do not bitch about bsdpan modules not having origin. >> >> Based on PR: bin/82269 >> Submitted by: Steven Hartland >> MFC after: 3 days > > > What about killing this altogether? There exist third-party packages > that legimitately do not have origins either, and this warning is > extremely verbose (it happens each time you run a pkg_* tool, I > think). > > Kris > Hear Hear. As a former 3rd party vendor of packages, I completely agree. Scott From owner-cvs-all@FreeBSD.ORG Sun Sep 25 15:02:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F144C16A41F; Sun, 25 Sep 2005 15:02:12 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B025B43D49; Sun, 25 Sep 2005 15:02:12 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PF2CUt092108; Sun, 25 Sep 2005 15:02:12 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PF2CFa092107; Sun, 25 Sep 2005 15:02:12 GMT (envelope-from csjp) Message-Id: <200509251502.j8PF2CFa092107@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Sun, 25 Sep 2005 15:02:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/termlog Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 15:02:13 -0000 csjp 2005-09-25 15:02:12 UTC FreeBSD ports repository (src committer) Modified files: security/termlog Makefile Log: -Remove MANCOMPRESSED macro as it's not required -Introduce do-install target which will use INSTALL_MAN and INSTALL_PROGRAM macros to install the files. This should fix packet build failures. Approved by: kris Revision Changes Path 1.11 +6 -1 ports/security/termlog/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 25 15:22:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F47616A41F; Sun, 25 Sep 2005 15:22:26 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C37C743D48; Sun, 25 Sep 2005 15:22:25 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PFMPeG092814; Sun, 25 Sep 2005 15:22:25 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PFMPmb092813; Sun, 25 Sep 2005 15:22:25 GMT (envelope-from mi) Message-Id: <200509251522.j8PFMPmb092813@repoman.freebsd.org> From: Mikhail Teterin Date: Sun, 25 Sep 2005 15:22:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/timidity++ Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 15:22:26 -0000 mi 2005-09-25 15:22:25 UTC FreeBSD ports repository Modified files: audio/timidity++ Makefile Log: Append ${LOCALBASE}/include/libarc to CPPFLAGS instead of CONFIGURE_ENV directly to avoid being overruled by the GNUGETOPT's CPPFLAGS settings on 4.x systems. [1] Continue using GMAKE on systems before 5.0, due to a bug in our make there. Reported by: dhw [1] Revision Changes Path 1.47 +6 -2 ports/audio/timidity++/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 25 17:12:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 161F016A41F; Sun, 25 Sep 2005 17:12:42 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D83CB43D48; Sun, 25 Sep 2005 17:12:41 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PHCfBH004126; Sun, 25 Sep 2005 17:12:41 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PHCfWo004125; Sun, 25 Sep 2005 17:12:41 GMT (envelope-from scottl) Message-Id: <200509251712.j8PHCfWo004125@repoman.freebsd.org> From: Scott Long Date: Sun, 25 Sep 2005 17:12:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ips ips.c ips.h ips_commands.c ips_disk.c ips_ioctl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 17:12:42 -0000 scottl 2005-09-25 17:12:41 UTC FreeBSD src repository Modified files: sys/dev/ips ips.c ips.h ips_commands.c ips_disk.c ips_ioctl.c Log: Overhaul error handling in the IPS driver. Don't use a magic value for driver-induced errors, instead be better about propagating error status upwards. Add more error definitions, courtesy of the linux driver. Fix a command leak in the ioctl handler. Re-arrange some of the command handlers to localize error handling. MFC After: 3 days Revision Changes Path 1.18 +3 -3 src/sys/dev/ips/ips.c 1.15 +29 -3 src/sys/dev/ips/ips.h 1.13 +61 -61 src/sys/dev/ips/ips_commands.c 1.9 +3 -3 src/sys/dev/ips/ips_disk.c 1.7 +6 -3 src/sys/dev/ips/ips_ioctl.c From owner-cvs-all@FreeBSD.ORG Sun Sep 25 17:15:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7BC816A41F; Sun, 25 Sep 2005 17:15:36 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87ED643D48; Sun, 25 Sep 2005 17:15:36 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PHFaAL004333; Sun, 25 Sep 2005 17:15:36 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PHFa4e004332; Sun, 25 Sep 2005 17:15:36 GMT (envelope-from arved) Message-Id: <200509251715.j8PHFa4e004332@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 25 Sep 2005 17:15:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/MT Makefile distinfo pkg-plist ports/www/MT/files patch-PluginData.pm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 17:15:36 -0000 arved 2005-09-25 17:15:36 UTC FreeBSD ports repository Modified files: www/MT Makefile distinfo pkg-plist Removed files: www/MT/files patch-PluginData.pm Log: Upgrade to 3.2, since the old version is not available anymore. Lots of changes since 2.661, e.g. - the nofollow plugin is now included - the configuration file has been renamed - Support for Atom feeds - a new Junk filter, comment and trackback moderation Revision Changes Path 1.18 +22 -47 ports/www/MT/Makefile 1.8 +2 -6 ports/www/MT/distinfo 1.2 +0 -11 ports/www/MT/files/patch-PluginData.pm (dead) 1.8 +754 -141 ports/www/MT/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Sep 25 17:18:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9290616A41F; Sun, 25 Sep 2005 17:18:01 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD90B43D62; Sun, 25 Sep 2005 17:17:56 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PHHugF004474; Sun, 25 Sep 2005 17:17:56 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PHHuAl004473; Sun, 25 Sep 2005 17:17:56 GMT (envelope-from arved) Message-Id: <200509251717.j8PHHuAl004473@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 25 Sep 2005 17:17:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports LEGAL X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 17:18:01 -0000 arved 2005-09-25 17:17:56 UTC FreeBSD ports repository Modified files: . LEGAL Log: Update wildcard to match all MT versions Revision Changes Path 1.425 +2 -2 ports/LEGAL From owner-cvs-all@FreeBSD.ORG Sun Sep 25 17:45:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 185BA16A41F; Sun, 25 Sep 2005 17:45:30 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C904A43D49; Sun, 25 Sep 2005 17:45:29 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PHjTgv007423; Sun, 25 Sep 2005 17:45:29 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PHjTt3007422; Sun, 25 Sep 2005 17:45:29 GMT (envelope-from pav) Message-Id: <200509251745.j8PHjTt3007422@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 25 Sep 2005 17:45:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-fm/gentoo Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 17:45:30 -0000 pav 2005-09-25 17:45:29 UTC FreeBSD ports repository Modified files: x11-fm/gentoo Makefile Log: - Fix patch to mount/umount commands Submitted by: Martin Hudec Revision Changes Path 1.49 +1 -0 ports/x11-fm/gentoo/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 25 17:45:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EADBA16A41F; Sun, 25 Sep 2005 17:45:59 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A827543D48; Sun, 25 Sep 2005 17:45:59 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PHjxNu007462; Sun, 25 Sep 2005 17:45:59 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PHjxjP007461; Sun, 25 Sep 2005 17:45:59 GMT (envelope-from pav) Message-Id: <200509251745.j8PHjxjP007461@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 25 Sep 2005 17:45:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-fm/gentoo/files patch-gentoorc.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 17:46:00 -0000 pav 2005-09-25 17:45:59 UTC FreeBSD ports repository Added files: x11-fm/gentoo/files patch-gentoorc.in Log: - Fix path to mount/umount Submitted by: Martin Hudec Revision Changes Path 1.1 +13 -0 ports/x11-fm/gentoo/files/patch-gentoorc.in (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 25 17:52:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7909416A41F; Sun, 25 Sep 2005 17:52:23 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B95743D49; Sun, 25 Sep 2005 17:52:23 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PHqN6q007663; Sun, 25 Sep 2005 17:52:23 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PHqNDA007662; Sun, 25 Sep 2005 17:52:23 GMT (envelope-from pav) Message-Id: <200509251752.j8PHqNDA007662@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 25 Sep 2005 17:52:22 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/platforms/amd64 motherboards.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 17:52:23 -0000 pav 2005-09-25 17:52:22 UTC FreeBSD doc repository Modified files: en/platforms/amd64 motherboards.sgml Log: - Add entry for Gigabyte GA-K8NF-9 PR: www/86279 Submitted by: Niels - Add entry for HP Proliant DL360 G4 PR: www/86338 Submitted by: Queniart Yann - Add entry for Asus K8S-MX PR: www/86516 Submitted by: Charles-Andre Landemaine - Add entry for Tyan Tomcat K8E PR: amd64/86520 Submitted by: Dieter Approved by: keramida (mentor) Revision Changes Path 1.40 +41 -1 www/en/platforms/amd64/motherboards.sgml From owner-cvs-all@FreeBSD.ORG Sun Sep 25 18:00:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4CF916A41F; Sun, 25 Sep 2005 18:00:51 +0000 (GMT) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 583CF43D4C; Sun, 25 Sep 2005 18:00:51 +0000 (GMT) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PI0pNh008053; Sun, 25 Sep 2005 18:00:51 GMT (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PI0pEt008052; Sun, 25 Sep 2005 18:00:51 GMT (envelope-from naddy) Message-Id: <200509251800.j8PI0pEt008052@repoman.freebsd.org> From: Christian Weisgerber Date: Sun, 25 Sep 2005 18:00:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/xearth/files freebsd.committers.markers X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 18:00:51 -0000 naddy 2005-09-25 18:00:51 UTC FreeBSD ports repository Modified files: astro/xearth/files freebsd.committers.markers Log: I'm here ->.<- Revision Changes Path 1.201 +1 -0 ports/astro/xearth/files/freebsd.committers.markers From owner-cvs-all@FreeBSD.ORG Sun Sep 25 18:05:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE87F16A41F; Sun, 25 Sep 2005 18:05:48 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E8C543D4C; Sun, 25 Sep 2005 18:05:48 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PI5mbF008243; Sun, 25 Sep 2005 18:05:48 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PI5mdu008242; Sun, 25 Sep 2005 18:05:48 GMT (envelope-from mnag) Message-Id: <200509251805.j8PI5mdu008242@repoman.freebsd.org> From: Marcus Alves Grando Date: Sun, 25 Sep 2005 18:05:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns Makefile ports/dns/dnscheck Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 18:05:48 -0000 mnag 2005-09-25 18:05:48 UTC FreeBSD ports repository Modified files: dns Makefile Added files: dns/dnscheck Makefile distinfo pkg-descr Log: New port dnscheck is a simple to use DNS zone sanity checker, comparing name server records and serial numbers with both the parent zone and the zone itself. It allows you to find lame, leaked or stale name servers which have the potential to cause disruption. PR: 86542 Submitted by: arrod Sayers Approved by: pav (mentor) Revision Changes Path 1.51 +1 -0 ports/dns/Makefile 1.1 +27 -0 ports/dns/dnscheck/Makefile (new) 1.1 +2 -0 ports/dns/dnscheck/distinfo (new) 1.1 +6 -0 ports/dns/dnscheck/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 25 18:07:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD46E16A41F; Sun, 25 Sep 2005 18:07:17 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AC1A43D49; Sun, 25 Sep 2005 18:07:17 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PI7HkX008363; Sun, 25 Sep 2005 18:07:17 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PI7Hm3008362; Sun, 25 Sep 2005 18:07:17 GMT (envelope-from mnag) Message-Id: <200509251807.j8PI7Hm3008362@repoman.freebsd.org> From: Marcus Alves Grando Date: Sun, 25 Sep 2005 18:07:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 18:07:17 -0000 mnag 2005-09-25 18:07:17 UTC FreeBSD ports repository Modified files: . modules Log: dnscheck --> ports/dns/dnscheck Approved by: pav (mentor) Revision Changes Path 1.13229 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Sep 25 18:08:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B01F16A41F; Sun, 25 Sep 2005 18:08:47 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 023AD43D58; Sun, 25 Sep 2005 18:08:47 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PI8kGo008448; Sun, 25 Sep 2005 18:08:46 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PI8k7H008447; Sun, 25 Sep 2005 18:08:46 GMT (envelope-from mnag) Message-Id: <200509251808.j8PI8k7H008447@repoman.freebsd.org> From: Marcus Alves Grando Date: Sun, 25 Sep 2005 18:08:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/tableutil Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 18:08:47 -0000 mnag 2005-09-25 18:08:46 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/tableutil Makefile distinfo pkg-descr Log: New port Tableutil is a utility for converting, aggregating and performing operations on lists of IP-addresses. It's primary use is to convert files into a format pfctl(8) can read. PR: ports/86340 Submitted by: James Kamlyn Approved by: pav (mentor) Revision Changes Path 1.1540 +1 -0 ports/net/Makefile 1.1 +23 -0 ports/net/tableutil/Makefile (new) 1.1 +2 -0 ports/net/tableutil/distinfo (new) 1.1 +10 -0 ports/net/tableutil/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 25 18:08:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EF8116A41F; Sun, 25 Sep 2005 18:08:56 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B83643D53; Sun, 25 Sep 2005 18:08:56 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PI8tBi008483; Sun, 25 Sep 2005 18:08:55 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PI8tbO008482; Sun, 25 Sep 2005 18:08:55 GMT (envelope-from pav) Message-Id: <200509251808.j8PI8tbO008482@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 25 Sep 2005 18:08:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/milter-greylist Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 18:08:56 -0000 pav 2005-09-25 18:08:55 UTC FreeBSD ports repository Modified files: mail/milter-greylist Makefile Log: - Add option to use sendmail from base/ports - Add option to use libspf2 PR: ports/85795 Submitted by: Cyril Guibourg (maintainer) Revision Changes Path 1.16 +49 -6 ports/mail/milter-greylist/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 25 18:09:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BF8316A41F; Sun, 25 Sep 2005 18:09:40 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08E6643D48; Sun, 25 Sep 2005 18:09:40 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PI9dK4008537; Sun, 25 Sep 2005 18:09:39 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PI9dNr008536; Sun, 25 Sep 2005 18:09:39 GMT (envelope-from mnag) Message-Id: <200509251809.j8PI9dNr008536@repoman.freebsd.org> From: Marcus Alves Grando Date: Sun, 25 Sep 2005 18:09:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 18:09:40 -0000 mnag 2005-09-25 18:09:39 UTC FreeBSD ports repository Modified files: . modules Log: tableutil --> ports/net/tableutil Approved by: pav (mentor) Revision Changes Path 1.13230 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Sep 25 18:34:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70DC316A41F; Sun, 25 Sep 2005 18:34:22 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 028D843D5F; Sun, 25 Sep 2005 18:34:18 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PIYIm7009594; Sun, 25 Sep 2005 18:34:18 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PIYILp009593; Sun, 25 Sep 2005 18:34:18 GMT (envelope-from wilko) Message-Id: <200509251834.j8PIYILp009593@repoman.freebsd.org> From: Wilko Bulte Date: Sun, 25 Sep 2005 18:34:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/alpha/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 18:34:22 -0000 wilko 2005-09-25 18:34:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/alpha/conf GENERIC Log: Try to avoid crashes during kernel startup by limiting the # of EISA slots to probe. Problems have been reported in this area, lets hope this bandaid helps. !! Owners of EISA-equipped Alpha machines are requested to at least !! boot-test a 6-BETA build and report back to the Alpha list. Thanks! Approved by: re (scottl) Suggested by: ticso Revision Changes Path 1.186.2.3 +3 -0 src/sys/alpha/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Sun Sep 25 18:34:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB2B716A41F; Sun, 25 Sep 2005 18:34:45 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93AAF43D49; Sun, 25 Sep 2005 18:34:45 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PIYjbS009639; Sun, 25 Sep 2005 18:34:45 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PIYje4009638; Sun, 25 Sep 2005 18:34:45 GMT (envelope-from mnag) Message-Id: <200509251834.j8PIYje4009638@repoman.freebsd.org> From: Marcus Alves Grando Date: Sun, 25 Sep 2005 18:34:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/compat4x Makefile pkg-install X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 18:34:46 -0000 mnag 2005-09-25 18:34:45 UTC FreeBSD ports repository Modified files: misc/compat4x Makefile Added files: misc/compat4x pkg-install Log: Add message about COMPAT_FREEBSD4 in kernel PR: ports/83924 Submitted by: Scot W. Hetzel Approved by: pav (mentor) Revision Changes Path 1.23 +3 -0 ports/misc/compat4x/Makefile 1.1 +20 -0 ports/misc/compat4x/pkg-install (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 25 18:40:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2442416A41F; Sun, 25 Sep 2005 18:40:37 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E7C243D49; Sun, 25 Sep 2005 18:40:36 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.52 (FreeBSD)) id 1EJbQ7-000BcY-TR; Sun, 25 Sep 2005 20:40:15 +0200 Date: Sun, 25 Sep 2005 20:40:15 +0200 From: Kirill Ponomarew To: Kris Kennaway Message-ID: <20050925184015.GA37545@voodoo.oberon.net> References: <200509242141.j8OLflHk025693@repoman.freebsd.org> <20050925024254.GA7281@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050925024254.GA7281@xor.obsecurity.org> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE Keywords: 579279786 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/lib match.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 18:40:37 -0000 On Sat, Sep 24, 2005 at 10:42:55PM -0400, Kris Kennaway wrote: > On Sat, Sep 24, 2005 at 09:41:47PM +0000, Kirill Ponomarew wrote: > > krion 2005-09-24 21:41:47 UTC > > > > FreeBSD src repository > > > > Modified files: > > usr.sbin/pkg_install/lib match.c > > Log: > > Do not bitch about bsdpan modules not having origin. > > > > Based on PR: bin/82269 > > Submitted by: Steven Hartland > > MFC after: 3 days > > What about killing this altogether? There exist third-party packages > that legimitately do not have origins either, and this warning is > extremely verbose (it happens each time you run a pkg_* tool, I > think). Yup, that's true, I'll work on it. -Kirill From owner-cvs-all@FreeBSD.ORG Sun Sep 25 18:45:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9F3916A41F; Sun, 25 Sep 2005 18:45:56 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7319C43D53; Sun, 25 Sep 2005 18:45:56 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PIjuFQ010172; Sun, 25 Sep 2005 18:45:56 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PIjuZR010171; Sun, 25 Sep 2005 18:45:56 GMT (envelope-from rwatson) Message-Id: <200509251845.j8PIjuZR010171@repoman.freebsd.org> From: Robert Watson Date: Sun, 25 Sep 2005 18:45:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/defaults rc.conf src/etc/rc.d kerberos src/share/man/man5 rc.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 18:45:56 -0000 rwatson 2005-09-25 18:45:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/defaults rc.conf etc/rc.d kerberos share/man/man5 rc.conf.5 Log: Merge rc.conf:1.260, kerberos:1.5, rc.conf.5:1.265 from HEAD to RELENG_6: Add a new rc.conf entry, kerberos5_server_flags, which allows the administrator to specify additional start-up flags to the Kerberos 5 Authentication Server. Approved by: re (scottl) Revision Changes Path 1.252.2.3 +1 -0 src/etc/defaults/rc.conf 1.4.2.1 +1 -1 src/etc/rc.d/kerberos 1.256.2.4 +5 -0 src/share/man/man5/rc.conf.5 From owner-cvs-all@FreeBSD.ORG Sun Sep 25 18:51:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4BAE16A41F; Sun, 25 Sep 2005 18:51:45 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 953F243D49; Sun, 25 Sep 2005 18:51:45 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PIpjKU010373; Sun, 25 Sep 2005 18:51:45 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PIpjlh010372; Sun, 25 Sep 2005 18:51:45 GMT (envelope-from rwatson) Message-Id: <200509251851.j8PIpjlh010372@repoman.freebsd.org> From: Robert Watson Date: Sun, 25 Sep 2005 18:51:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man9 Makefile VFS_LOCK_GIANT.9 namei.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 18:51:45 -0000 rwatson 2005-09-25 18:51:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man9 Makefile namei.9 Added files: (Branch: RELENG_6) share/man/man9 VFS_LOCK_GIANT.9 Log: Merge Makefile:1.262, namei.9:1.27, and VFS_LOCK_GIANT.9:1.1 from HEAD to RELENG_6: Add discussion of Giant, the MPSAFE flag, and NDHASGIANT() to namei(9). Add a VFS_LOCK_GIANT(9)/VFS_UNLOCK_GIANT(9) man page. Discussed with: jeff Approved by: re (hrs) Revision Changes Path 1.260.2.2 +2 -0 src/share/man/man9/Makefile 1.1.2.1 +90 -0 src/share/man/man9/VFS_LOCK_GIANT.9 (new) 1.26.2.1 +32 -1 src/share/man/man9/namei.9 From owner-cvs-all@FreeBSD.ORG Sun Sep 25 18:54:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2212816A41F; Sun, 25 Sep 2005 18:54:29 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D055243D4C; Sun, 25 Sep 2005 18:54:28 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PIsSsa010458; Sun, 25 Sep 2005 18:54:28 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PIsSN2010457; Sun, 25 Sep 2005 18:54:28 GMT (envelope-from rwatson) Message-Id: <200509251854.j8PIsSN2010457@repoman.freebsd.org> From: Robert Watson Date: Sun, 25 Sep 2005 18:54:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_acct.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 18:54:29 -0000 rwatson 2005-09-25 18:54:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_acct.c Log: Merge kern_acct.c:1.75 from HEAD to RELENG_6: Pass 'curthread' into VFS_STATFS() from acctwatch(), rather than passing NULL. The NFS client expects that a thread will always be present for a VOP so that it can check for signal conditions, and will dereference a NULL pointer if one isn't present. Approved by: re (scottl) Revision Changes Path 1.74.2.1 +2 -2 src/sys/kern/kern_acct.c From owner-cvs-all@FreeBSD.ORG Sun Sep 25 18:56:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B32CB16A41F; Sun, 25 Sep 2005 18:56:00 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 705F943D48; Sun, 25 Sep 2005 18:56:00 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PIu0Bk010582; Sun, 25 Sep 2005 18:56:00 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PIu0RT010581; Sun, 25 Sep 2005 18:56:00 GMT (envelope-from glewis) Message-Id: <200509251856.j8PIu0RT010581@repoman.freebsd.org> From: Greg Lewis Date: Sun, 25 Sep 2005 18:56:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/libarchive Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 18:56:00 -0000 glewis 2005-09-25 18:56:00 UTC FreeBSD ports repository Modified files: archivers/libarchive Makefile distinfo Log: . Update to 1.02.034. Revision Changes Path 1.26 +1 -1 ports/archivers/libarchive/Makefile 1.25 +2 -2 ports/archivers/libarchive/distinfo From owner-cvs-all@FreeBSD.ORG Sun Sep 25 18:57:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74BC916A41F; Sun, 25 Sep 2005 18:57:59 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E6F743D5E; Sun, 25 Sep 2005 18:57:59 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PIvxgk010657; Sun, 25 Sep 2005 18:57:59 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PIvxEZ010656; Sun, 25 Sep 2005 18:57:59 GMT (envelope-from glewis) Message-Id: <200509251857.j8PIvxEZ010656@repoman.freebsd.org> From: Greg Lewis Date: Sun, 25 Sep 2005 18:57:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/bsdtar Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 18:57:59 -0000 glewis 2005-09-25 18:57:59 UTC FreeBSD ports repository Modified files: archivers/bsdtar Makefile distinfo Log: . Update to 1.02.034. Revision Changes Path 1.19 +1 -1 ports/archivers/bsdtar/Makefile 1.15 +2 -2 ports/archivers/bsdtar/distinfo From owner-cvs-all@FreeBSD.ORG Sun Sep 25 19:06:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9906216A41F; Sun, 25 Sep 2005 19:06:25 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5070143D4C; Sun, 25 Sep 2005 19:06:25 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PJ6PmV011128; Sun, 25 Sep 2005 19:06:25 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PJ6Pdv011127; Sun, 25 Sep 2005 19:06:25 GMT (envelope-from rwatson) Message-Id: <200509251906.j8PJ6Pdv011127@repoman.freebsd.org> From: Robert Watson Date: Sun, 25 Sep 2005 19:06:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/etc/defaults rc.conf src/etc/rc.d kerberos src/share/man/man5 rc.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 19:06:25 -0000 rwatson 2005-09-25 19:06:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) etc/defaults rc.conf etc/rc.d kerberos share/man/man5 rc.conf.5 Log: Merge rc.conf:1.260, kerberos:1.5, rc.conf.5:1.265 from HEAD to RELENG_5: Add a new rc.conf entry, kerberos5_server_flags, which allows the administrator to specify additional start-up flags to the Kerberos 5 Authentication Server. Revision Changes Path 1.212.2.19 +1 -0 src/etc/defaults/rc.conf 1.3.6.2 +1 -1 src/etc/rc.d/kerberos 1.221.2.14 +5 -0 src/share/man/man5/rc.conf.5 From owner-cvs-all@FreeBSD.ORG Sun Sep 25 19:11:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DDBB16A41F; Sun, 25 Sep 2005 19:11:09 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B979A43D49; Sun, 25 Sep 2005 19:11:08 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PJB8xX011350; Sun, 25 Sep 2005 19:11:08 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PJB87T011349; Sun, 25 Sep 2005 19:11:08 GMT (envelope-from rwatson) Message-Id: <200509251911.j8PJB87T011349@repoman.freebsd.org> From: Robert Watson Date: Sun, 25 Sep 2005 19:11:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/share/man/man5 rc.conf.5 src/etc rc.network src/etc/defaults rc.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 19:11:09 -0000 rwatson 2005-09-25 19:11:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man5 rc.conf.5 etc rc.network etc/defaults rc.conf Log: Merge rc.conf:1.260, rc.conf.5:1.265, and notionally kerbero:1.5 from HEAD to RELENG_4: Add a new rc.conf entry, kerberos5_server_flags, which allows the administrator to specify additional start-up flags to the Kerberos 5 Authentication Server. Revision Changes Path 1.53.2.68 +1 -0 src/etc/defaults/rc.conf 1.74.2.47 +1 -1 src/etc/rc.network 1.64.2.57 +5 -0 src/share/man/man5/rc.conf.5 From owner-cvs-all@FreeBSD.ORG Sun Sep 25 19:14:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C79716A41F; Sun, 25 Sep 2005 19:14:03 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6426543D5D; Sun, 25 Sep 2005 19:14:02 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PJE2kR011479; Sun, 25 Sep 2005 19:14:02 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PJE2Dq011478; Sun, 25 Sep 2005 19:14:02 GMT (envelope-from rwatson) Message-Id: <200509251914.j8PJE2Dq011478@repoman.freebsd.org> From: Robert Watson Date: Sun, 25 Sep 2005 19:14:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/kern kern_acct.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 19:14:03 -0000 rwatson 2005-09-25 19:14:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern kern_acct.c Log: Merge kern_acct.c:1.75 from HEAD to RELENG_5: Pass 'curthread' into VFS_STATFS() from acctwatch(), rather than passing NULL. The NFS client expects that a thread will always be present for a VOP so that it can check for signal conditions, and will dereference a NULL pointer if one isn't present. Revision Changes Path 1.71.2.4 +2 -2 src/sys/kern/kern_acct.c From owner-cvs-all@FreeBSD.ORG Sun Sep 25 19:34:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6978E16A41F; Sun, 25 Sep 2005 19:34:55 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2441443D48; Sun, 25 Sep 2005 19:34:55 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PJYt9t012181; Sun, 25 Sep 2005 19:34:55 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PJYsxr012180; Sun, 25 Sep 2005 19:34:54 GMT (envelope-from phk) Message-Id: <200509251934.j8PJYsxr012180@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 25 Sep 2005 19:34:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/alpha/isa isa.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 19:34:55 -0000 phk 2005-09-25 19:34:54 UTC FreeBSD src repository Modified files: sys/alpha/isa isa.c Log: This file never needed to see what is in the internal struct resource, all it needed was a call to rman_get_start(). Revision Changes Path 1.37 +7 -9 src/sys/alpha/isa/isa.c From owner-cvs-all@FreeBSD.ORG Sun Sep 25 19:35:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E7AE16A46A; Sun, 25 Sep 2005 19:35:22 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12B3043D5A; Sun, 25 Sep 2005 19:35:07 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PJZ6FK012224; Sun, 25 Sep 2005 19:35:06 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PJZ6bc012223; Sun, 25 Sep 2005 19:35:06 GMT (envelope-from gerald) Message-Id: <200509251935.j8PJZ6bc012223@repoman.freebsd.org> From: Gerald Pfeifer Date: Sun, 25 Sep 2005 19:35:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gcc41 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 19:35:23 -0000 gerald 2005-09-25 19:35:06 UTC FreeBSD ports repository Modified files: lang/gcc41 Makefile distinfo pkg-plist Log: Update to the 20050924 snapshot of GCC 4.1.0. This brings a huge libjava/ Classpath merger. Revision Changes Path 1.231 +3 -3 ports/lang/gcc41/Makefile 1.132 +12 -12 ports/lang/gcc41/distinfo 1.74 +5 -1 ports/lang/gcc41/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Sep 25 19:48:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B646F16A41F; Sun, 25 Sep 2005 19:48:51 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72F6543D53; Sun, 25 Sep 2005 19:48:51 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PJmpci012736; Sun, 25 Sep 2005 19:48:51 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PJmpnc012735; Sun, 25 Sep 2005 19:48:51 GMT (envelope-from phk) Message-Id: <200509251948.j8PJmpnc012735@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 25 Sep 2005 19:48:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/alpha/pci apecs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 19:48:51 -0000 phk 2005-09-25 19:48:51 UTC FreeBSD src repository Modified files: sys/alpha/pci apecs.c Log: Substitute rman_get_start() for __RMAN_RESOURCE_VISIBLE Revision Changes Path 1.29 +7 -7 src/sys/alpha/pci/apecs.c From owner-cvs-all@FreeBSD.ORG Sun Sep 25 19:52:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74E6916A41F; Sun, 25 Sep 2005 19:52:10 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F6B643D48; Sun, 25 Sep 2005 19:52:10 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PJqA6W012937; Sun, 25 Sep 2005 19:52:10 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PJqArX012936; Sun, 25 Sep 2005 19:52:10 GMT (envelope-from rwatson) Message-Id: <200509251952.j8PJqArX012936@repoman.freebsd.org> From: Robert Watson Date: Sun, 25 Sep 2005 19:52:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 19:52:10 -0000 rwatson 2005-09-25 19:52:10 UTC FreeBSD src repository Modified files: sys/fs/fifofs fifo_vnops.c Log: Lock the read socket receive buffer when frobbing the sb_state flag on that socket during open, not the write socket receive buffer. This might explain clearing of the sb_state SB_LOCK flag seen occasionally in soreceive() on fifos. MFC after: 3 days Spotted by: ups Revision Changes Path 1.129 +2 -2 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Sun Sep 25 20:03:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45DFF16A41F; Sun, 25 Sep 2005 20:03:45 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8E5D43D49; Sun, 25 Sep 2005 20:03:41 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PK3fTd013399; Sun, 25 Sep 2005 20:03:41 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PK3fL9013398; Sun, 25 Sep 2005 20:03:41 GMT (envelope-from phk) Message-Id: <200509252003.j8PK3fL9013398@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 25 Sep 2005 20:03:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 nexus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 20:03:45 -0000 phk 2005-09-25 20:03:41 UTC FreeBSD src repository Modified files: sys/amd64/amd64 nexus.c Log: __RMAN_RESOURCE_VISIBLE is not actually needed. Revision Changes Path 1.67 +0 -1 src/sys/amd64/amd64/nexus.c From owner-cvs-all@FreeBSD.ORG Sun Sep 25 20:10:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89ECE16A41F; Sun, 25 Sep 2005 20:10:11 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07C4043D4C; Sun, 25 Sep 2005 20:10:11 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PKAA5g013666; Sun, 25 Sep 2005 20:10:10 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PKAAvS013665; Sun, 25 Sep 2005 20:10:10 GMT (envelope-from phk) Message-Id: <200509252010.j8PKAAvS013665@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 25 Sep 2005 20:10:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys rman.h src/sys/kern subr_rman.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 20:10:11 -0000 phk 2005-09-25 20:10:10 UTC FreeBSD src repository Modified files: sys/sys rman.h sys/kern subr_rman.c Log: Add rman_is_region_manager() for the benefit of an alpha hack. Revision Changes Path 1.45 +7 -0 src/sys/kern/subr_rman.c 1.30 +1 -0 src/sys/sys/rman.h From owner-cvs-all@FreeBSD.ORG Sun Sep 25 20:12:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7167C16A41F; Sun, 25 Sep 2005 20:12:30 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B85443D48; Sun, 25 Sep 2005 20:12:30 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PKCUk3013989; Sun, 25 Sep 2005 20:12:30 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PKCUv1013988; Sun, 25 Sep 2005 20:12:30 GMT (envelope-from phk) Message-Id: <200509252012.j8PKCUv1013988@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 25 Sep 2005 20:12:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/alpha/alpha sgmap.c src/sys/alpha/mcbus mcpcia.c src/sys/alpha/pci cia.c pcibus.c t2.c tsunami.c tsunami_pci.c src/sys/alpha/tlsb dwlpx.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 20:12:30 -0000 phk 2005-09-25 20:12:30 UTC FreeBSD src repository Modified files: sys/alpha/alpha sgmap.c sys/alpha/mcbus mcpcia.c sys/alpha/pci cia.c pcibus.c t2.c tsunami.c tsunami_pci.c sys/alpha/tlsb dwlpx.c Log: Replace __RMAN_RESOURCE_VISIBLE with calls to public entry points in rman module. Revision Changes Path 1.8 +0 -1 src/sys/alpha/alpha/sgmap.c 1.32 +2 -3 src/sys/alpha/mcbus/mcpcia.c 1.46 +6 -7 src/sys/alpha/pci/cia.c 1.37 +8 -7 src/sys/alpha/pci/pcibus.c 1.24 +5 -6 src/sys/alpha/pci/t2.c 1.26 +7 -7 src/sys/alpha/pci/tsunami.c 1.18 +0 -1 src/sys/alpha/pci/tsunami_pci.c 1.30 +0 -1 src/sys/alpha/tlsb/dwlpx.c From owner-cvs-all@FreeBSD.ORG Sun Sep 25 20:21:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B805316A41F; Sun, 25 Sep 2005 20:21:14 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 756BE43D48; Sun, 25 Sep 2005 20:21:14 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PKLEae014487; Sun, 25 Sep 2005 20:21:14 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PKLEMJ014486; Sun, 25 Sep 2005 20:21:14 GMT (envelope-from phk) Message-Id: <200509252021.j8PKLEMJ014486@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 25 Sep 2005 20:21:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/puc puc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 20:21:14 -0000 phk 2005-09-25 20:21:14 UTC FreeBSD src repository Modified files: sys/dev/puc puc.c Log: __RMAN_RESOURCE_VISIBLE not needed. Revision Changes Path 1.40 +0 -1 src/sys/dev/puc/puc.c From owner-cvs-all@FreeBSD.ORG Sun Sep 25 20:21:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E07916A41F; Sun, 25 Sep 2005 20:21:39 +0000 (GMT) (envelope-from scop@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBCBB43D49; Sun, 25 Sep 2005 20:21:38 +0000 (GMT) (envelope-from scop@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PKLc4b014530; Sun, 25 Sep 2005 20:21:38 GMT (envelope-from scop@repoman.freebsd.org) Received: (from scop@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PKLcwp014529; Sun, 25 Sep 2005 20:21:38 GMT (envelope-from scop) Message-Id: <200509252021.j8PKLcwp014529@repoman.freebsd.org> From: Ville Skyttä Date: Sun, 25 Sep 2005 20:21:38 +0000 (UTC) To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: projects/cvsweb ChangeLog README X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 20:21:39 -0000 scop 2005-09-25 20:21:38 UTC FreeBSD projects repository Modified files: cvsweb ChangeLog README Log: CVS home page has moved to http://www.nongnu.org/cvs/ Revision Changes Path 1.193 +4 -0 projects/cvsweb/ChangeLog 1.7 +1 -1 projects/cvsweb/README From owner-cvs-all@FreeBSD.ORG Sun Sep 25 20:21:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01F1216A41F; Sun, 25 Sep 2005 20:21:49 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 615E543D49; Sun, 25 Sep 2005 20:21:48 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PKLmhQ014562; Sun, 25 Sep 2005 20:21:48 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PKLm9L014561; Sun, 25 Sep 2005 20:21:48 GMT (envelope-from phk) Message-Id: <200509252021.j8PKLm9L014561@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 25 Sep 2005 20:21:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/isa isa.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 20:21:49 -0000 phk 2005-09-25 20:21:48 UTC FreeBSD src repository Modified files: sys/i386/isa isa.c Log: __RMAN_RESOURCE_VISIBLE not necessary. Revision Changes Path 1.149 +0 -3 src/sys/i386/isa/isa.c From owner-cvs-all@FreeBSD.ORG Sun Sep 25 20:25:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 618C216A41F; Sun, 25 Sep 2005 20:25:46 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0541643D55; Sun, 25 Sep 2005 20:25:46 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PKPjOm014786; Sun, 25 Sep 2005 20:25:45 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PKPjUV014785; Sun, 25 Sep 2005 20:25:45 GMT (envelope-from leeym) Message-Id: <200509252025.j8PKPjUV014785@repoman.freebsd.org> From: Yen-Ming Lee Date: Sun, 25 Sep 2005 20:25:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/p5-Net-XWhois Makefile ports/net/p5-Net-XWhois/files patch-lib::Net::XWhois.pm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 20:25:46 -0000 leeym 2005-09-25 20:25:45 UTC FreeBSD ports repository Modified files: net/p5-Net-XWhois Makefile net/p5-Net-XWhois/files patch-lib::Net::XWhois.pm Log: - Update parser for BRNIC - Bump PORTREVISION - Release maintainership to perl@ Submitted by: lioux Revision Changes Path 1.13 +2 -2 ports/net/p5-Net-XWhois/Makefile 1.4 +30 -9 ports/net/p5-Net-XWhois/files/patch-lib::Net::XWhois.pm From owner-cvs-all@FreeBSD.ORG Sun Sep 25 20:27:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9745116A41F; Sun, 25 Sep 2005 20:27:44 +0000 (GMT) (envelope-from scop@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5306E43D53; Sun, 25 Sep 2005 20:27:44 +0000 (GMT) (envelope-from scop@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PKRixO014868; Sun, 25 Sep 2005 20:27:44 GMT (envelope-from scop@repoman.freebsd.org) Received: (from scop@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PKRiAX014867; Sun, 25 Sep 2005 20:27:44 GMT (envelope-from scop) Message-Id: <200509252027.j8PKRiAX014867@repoman.freebsd.org> From: Ville Skyttä Date: Sun, 25 Sep 2005 20:27:44 +0000 (UTC) To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: projects/cvsweb mkrelease.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 20:27:44 -0000 scop 2005-09-25 20:27:44 UTC FreeBSD projects repository Added files: cvsweb mkrelease.sh Log: Add release tarball creator script. Revision Changes Path 1.1 +44 -0 projects/cvsweb/mkrelease.sh (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 25 20:28:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A896A16A41F; Sun, 25 Sep 2005 20:28:51 +0000 (GMT) (envelope-from scop@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6420543D4C; Sun, 25 Sep 2005 20:28:51 +0000 (GMT) (envelope-from scop@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PKSpQ6014982; Sun, 25 Sep 2005 20:28:51 GMT (envelope-from scop@repoman.freebsd.org) Received: (from scop@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PKSpHt014981; Sun, 25 Sep 2005 20:28:51 GMT (envelope-from scop) Message-Id: <200509252028.j8PKSpHt014981@repoman.freebsd.org> From: Ville Skyttä Date: Sun, 25 Sep 2005 20:28:51 +0000 (UTC) To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: projects/cvsweb ChangeLog NEWS cvsweb.cgi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 20:28:51 -0000 scop 2005-09-25 20:28:51 UTC FreeBSD projects repository Modified files: cvsweb ChangeLog NEWS cvsweb.cgi Log: Release 3.0.6. Revision Changes Path 1.194 +2 -0 projects/cvsweb/ChangeLog 1.48 +1 -1 projects/cvsweb/NEWS 1.295 +1 -1 projects/cvsweb/cvsweb.cgi From owner-cvs-all@FreeBSD.ORG Sun Sep 25 20:33:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C063216A41F; Sun, 25 Sep 2005 20:33:46 +0000 (GMT) (envelope-from scop@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C59743D48; Sun, 25 Sep 2005 20:33:46 +0000 (GMT) (envelope-from scop@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PKXkYJ015179; Sun, 25 Sep 2005 20:33:46 GMT (envelope-from scop@repoman.freebsd.org) Received: (from scop@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PKXkpb015178; Sun, 25 Sep 2005 20:33:46 GMT (envelope-from scop) Message-Id: <200509252033.j8PKXkpb015178@repoman.freebsd.org> From: Ville Skyttä Date: Sun, 25 Sep 2005 20:33:46 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/projects cvsweb.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 20:33:46 -0000 scop 2005-09-25 20:33:46 UTC FreeBSD doc repository Modified files: en/projects cvsweb.sgml Log: Release 3.0.6. Revision Changes Path 1.31 +4 -4 www/en/projects/cvsweb.sgml From owner-cvs-all@FreeBSD.ORG Sun Sep 25 20:36:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 806A016A41F; Sun, 25 Sep 2005 20:36:03 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39A6E43D49; Sun, 25 Sep 2005 20:36:03 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PKa3s0015311; Sun, 25 Sep 2005 20:36:03 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PKa32l015310; Sun, 25 Sep 2005 20:36:03 GMT (envelope-from thompsa) Message-Id: <200509252036.j8PKa32l015310@repoman.freebsd.org> From: Andrew Thompson Date: Sun, 25 Sep 2005 20:36:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if_bridge.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 20:36:03 -0000 thompsa 2005-09-25 20:36:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_bridge.c Log: MFC: if_bridge.c, r1.22 > Fix an alignment panic my preserving the 2byte padding (ETHER_ALIGN) on our > copied mbuf, which keeps the IP header 32-bit aligned. This copied mbuf is > reinjected back into ether_input and off to the IP routines. > > Reported and tested by: Peter van Dijk Approved by: re (scottl), mlaier (mentor) Revision Changes Path 1.11.2.11 +1 -1 src/sys/net/if_bridge.c From owner-cvs-all@FreeBSD.ORG Sun Sep 25 21:06:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AE1916A41F; Sun, 25 Sep 2005 21:06:51 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E845443D53; Sun, 25 Sep 2005 21:06:50 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PL6oNi023540; Sun, 25 Sep 2005 21:06:50 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PL6oFX023539; Sun, 25 Sep 2005 21:06:50 GMT (envelope-from cognet) Message-Id: <200509252106.j8PL6oFX023539@repoman.freebsd.org> From: Olivier Houchard Date: Sun, 25 Sep 2005 21:06:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/arm nexus.c src/sys/arm/sa11x0 sa11x0.c sa11x0_irqhandler.c sa11x0_var.h src/sys/arm/xscale/i80321 i80321_pci.c i80321var.h iq80321.c obio.c obiovar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 21:06:51 -0000 cognet 2005-09-25 21:06:50 UTC FreeBSD src repository Modified files: sys/arm/arm nexus.c sys/arm/sa11x0 sa11x0.c sa11x0_irqhandler.c sa11x0_var.h sys/arm/xscale/i80321 i80321_pci.c i80321var.h iq80321.c obio.c obiovar.h Log: Fix multiple abuses of __RMAN_RESOURCE_VISIBLE in the arm code. Spotted out by: phk Revision Changes Path 1.6 +3 -4 src/sys/arm/arm/nexus.c 1.5 +15 -9 src/sys/arm/sa11x0/sa11x0.c 1.5 +4 -1 src/sys/arm/sa11x0/sa11x0_irqhandler.c 1.2 +2 -0 src/sys/arm/sa11x0/sa11x0_var.h 1.5 +1 -9 src/sys/arm/xscale/i80321/i80321_pci.c 1.3 +2 -0 src/sys/arm/xscale/i80321/i80321var.h 1.9 +12 -8 src/sys/arm/xscale/i80321/iq80321.c 1.3 +13 -11 src/sys/arm/xscale/i80321/obio.c 1.3 +3 -2 src/sys/arm/xscale/i80321/obiovar.h From owner-cvs-all@FreeBSD.ORG Sun Sep 25 21:15:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 739CE16A41F; Sun, 25 Sep 2005 21:15:01 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2901643D48; Sun, 25 Sep 2005 21:15:01 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PLF1EJ023894; Sun, 25 Sep 2005 21:15:01 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PLF1ga023893; Sun, 25 Sep 2005 21:15:01 GMT (envelope-from arved) Message-Id: <200509252115.j8PLF1ga023893@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 25 Sep 2005 21:15:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/polipo Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 21:15:01 -0000 arved 2005-09-25 21:15:00 UTC FreeBSD ports repository Modified files: www/polipo Makefile distinfo Log: Update to 0.9.9 PR: 86552 Submitted by: Frank Behrens Revision Changes Path 1.3 +2 -2 ports/www/polipo/Makefile 1.2 +2 -2 ports/www/polipo/distinfo From owner-cvs-all@FreeBSD.ORG Sun Sep 25 21:23:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1012616A41F; Sun, 25 Sep 2005 21:23:20 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6523943D49; Sun, 25 Sep 2005 21:23:19 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PLNJ2V024220; Sun, 25 Sep 2005 21:23:19 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PLNJVl024219; Sun, 25 Sep 2005 21:23:19 GMT (envelope-from phk) Message-Id: <200509252123.j8PLNJVl024219@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 25 Sep 2005 21:23:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/nanobsd/Files/root save_sshkeys X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 21:23:20 -0000 phk 2005-09-25 21:23:19 UTC FreeBSD src repository Modified files: tools/tools/nanobsd/Files/root save_sshkeys Log: Correct filesystem mountpoint Revision Changes Path 1.4 +2 -2 src/tools/tools/nanobsd/Files/root/save_sshkeys From owner-cvs-all@FreeBSD.ORG Sun Sep 25 21:24:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 333A716A41F; Sun, 25 Sep 2005 21:24:10 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27F6843D75; Sun, 25 Sep 2005 21:24:07 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PLO60l024267; Sun, 25 Sep 2005 21:24:06 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PLO6Dr024266; Sun, 25 Sep 2005 21:24:06 GMT (envelope-from imp) Message-Id: <200509252124.j8PLO6Dr024266@repoman.freebsd.org> From: Warner Losh Date: Sun, 25 Sep 2005 21:24:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files.pc98 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 21:24:10 -0000 imp 2005-09-25 21:24:06 UTC FreeBSD src repository Modified files: sys/conf files.pc98 Log: OLDCARD is being removed from the tree, so remove it from here. # the snc pccard entry might be able to be moved to files Revision Changes Path 1.328 +1 -26 src/sys/conf/files.pc98 From owner-cvs-all@FreeBSD.ORG Sun Sep 25 21:26:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A0C416A41F; Sun, 25 Sep 2005 21:26:10 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3247E43D4C; Sun, 25 Sep 2005 21:26:10 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PLQAhn024415; Sun, 25 Sep 2005 21:26:10 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PLQAEQ024414; Sun, 25 Sep 2005 21:26:10 GMT (envelope-from imp) Message-Id: <200509252126.j8PLQAEQ024414@repoman.freebsd.org> From: Warner Losh Date: Sun, 25 Sep 2005 21:26:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pc98/conf GENERIC NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 21:26:10 -0000 imp 2005-09-25 21:26:10 UTC FreeBSD src repository Modified files: sys/pc98/conf GENERIC NOTES Log: Remove references to OLDCARD. Revision Changes Path 1.271 +0 -4 src/sys/pc98/conf/GENERIC 1.61 +1 -12 src/sys/pc98/conf/NOTES From owner-cvs-all@FreeBSD.ORG Sun Sep 25 21:29:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7588316A41F; Sun, 25 Sep 2005 21:29:36 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B752C43D5A; Sun, 25 Sep 2005 21:29:32 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PLTWG7024577; Sun, 25 Sep 2005 21:29:32 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PLTWAZ024576; Sun, 25 Sep 2005 21:29:32 GMT (envelope-from imp) Message-Id: <200509252129.j8PLTWAZ024576@repoman.freebsd.org> From: Warner Losh Date: Sun, 25 Sep 2005 21:29:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pccard mecia.c pccard.c pccard_beep.c pccard_nbk.c pcic.c pcic_isa.c pcic_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 21:29:36 -0000 imp 2005-09-25 21:29:32 UTC FreeBSD src repository Removed files: sys/pccard mecia.c pccard.c pccard_beep.c pccard_nbk.c pcic.c pcic_isa.c pcic_pci.c Log: Remove the kernel portion of OLDCARD. I'm working on a replacement for pccardc dumpcis, but until I'm done with that, I'm leaving pccardc in place. As such, I'm leaving the .h files in place for the moment. Revision Changes Path 1.7 +0 -767 src/sys/pccard/mecia.c (dead) 1.165 +0 -731 src/sys/pccard/pccard.c (dead) 1.11 +0 -138 src/sys/pccard/pccard_beep.c (dead) 1.49 +0 -436 src/sys/pccard/pccard_nbk.c (dead) 1.187 +0 -1344 src/sys/pccard/pcic.c (dead) 1.28 +0 -399 src/sys/pccard/pcic_isa.c (dead) 1.130 +0 -1586 src/sys/pccard/pcic_pci.c (dead) From owner-cvs-all@FreeBSD.ORG Sun Sep 25 21:31:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DB9516A41F; Sun, 25 Sep 2005 21:31:22 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27DD743D48; Sun, 25 Sep 2005 21:31:22 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PLVMhT024728; Sun, 25 Sep 2005 21:31:22 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PLVMph024727; Sun, 25 Sep 2005 21:31:22 GMT (envelope-from arved) Message-Id: <200509252131.j8PLVMph024727@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 25 Sep 2005 21:31:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/converters/shftool Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 21:31:22 -0000 arved 2005-09-25 21:31:22 UTC FreeBSD ports repository Modified files: converters/shftool Makefile distinfo pkg-descr Log: Update to 1.2.0 PR: 86562 Submitted by: maintainer Chase IETF draft version while i'm here Revision Changes Path 1.5 +3 -3 ports/converters/shftool/Makefile 1.3 +2 -2 ports/converters/shftool/distinfo 1.2 +1 -1 ports/converters/shftool/pkg-descr From owner-cvs-all@FreeBSD.ORG Sun Sep 25 21:42:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94B2F16A41F; Sun, 25 Sep 2005 21:42:54 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38B1E43D49; Sun, 25 Sep 2005 21:42:54 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PLgso1025124; Sun, 25 Sep 2005 21:42:54 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PLgs6n025123; Sun, 25 Sep 2005 21:42:54 GMT (envelope-from arved) Message-Id: <200509252142.j8PLgs6n025123@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 25 Sep 2005 21:42:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/cedet-emacs20 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 21:42:54 -0000 arved 2005-09-25 21:42:54 UTC FreeBSD ports repository Modified files: devel/cedet-emacs20 Makefile Log: The new version of cedet is using some emacs21 only functions (e.g, plist-member). This port is no longer supported on emacs20 from the upstream maintainer Mark port for deletion. PR: 86523 Submitted by: maintainer CVs: Enter Log. Lines beginning with `CVS:' are removed automatically Revision Changes Path 1.2 +4 -0 ports/devel/cedet-emacs20/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 25 22:07:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B5E016A41F; Sun, 25 Sep 2005 22:07:04 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 258CE43D48; Sun, 25 Sep 2005 22:07:04 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PM74UZ026174; Sun, 25 Sep 2005 22:07:04 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PM74Pw026173; Sun, 25 Sep 2005 22:07:04 GMT (envelope-from arved) Message-Id: <200509252207.j8PM74Pw026173@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 25 Sep 2005 22:07:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/tuxpaint Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 22:07:04 -0000 arved 2005-09-25 22:07:03 UTC FreeBSD ports repository Modified files: games/tuxpaint Makefile Log: Correct dependencies. PR: 84624 Submitted by: Alejandro Pulver Bump PORTREVISION Revision Changes Path 1.3 +2 -1 ports/games/tuxpaint/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 25 22:23:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09F5C16A41F; Sun, 25 Sep 2005 22:23:19 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABFCB43D53; Sun, 25 Sep 2005 22:23:18 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PMNIU8027127; Sun, 25 Sep 2005 22:23:18 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PMNISp027126; Sun, 25 Sep 2005 22:23:18 GMT (envelope-from lioux) Message-Id: <200509252223.j8PMNISp027126@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 25 Sep 2005 22:23:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/Sockets-devel Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 22:23:19 -0000 lioux 2005-09-25 22:23:18 UTC FreeBSD ports repository Modified files: net/Sockets-devel Makefile distinfo pkg-plist Log: After repo copy from net/Sockets update to development version 1.9.7 Repo copied by: marcus Revision Changes Path 1.4 +9 -3 ports/net/Sockets-devel/Makefile 1.4 +2 -2 ports/net/Sockets-devel/distinfo 1.4 +44 -42 ports/net/Sockets-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Sep 25 22:23:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B23F816A41F; Sun, 25 Sep 2005 22:23:50 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48AB043D49; Sun, 25 Sep 2005 22:23:50 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PMNoJf027167; Sun, 25 Sep 2005 22:23:50 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PMNoB6027166; Sun, 25 Sep 2005 22:23:50 GMT (envelope-from arved) Message-Id: <200509252223.j8PMNoB6027166@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 25 Sep 2005 22:23:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-themes/kde-windeco-crystal Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 22:23:50 -0000 arved 2005-09-25 22:23:50 UTC FreeBSD ports repository Modified files: x11-themes/kde-windeco-crystal Makefile distinfo Log: Update to 0.9.3 PR: 84375 Submitted by: maintainer Revision Changes Path 1.2 +4 -10 ports/x11-themes/kde-windeco-crystal/Makefile 1.2 +2 -2 ports/x11-themes/kde-windeco-crystal/distinfo From owner-cvs-all@FreeBSD.ORG Sun Sep 25 22:24:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C0CC16A41F; Sun, 25 Sep 2005 22:24:42 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D68343D60; Sun, 25 Sep 2005 22:24:37 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PMObAg027219; Sun, 25 Sep 2005 22:24:37 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PMObxq027218; Sun, 25 Sep 2005 22:24:37 GMT (envelope-from lioux) Message-Id: <200509252224.j8PMObxq027218@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 25 Sep 2005 22:24:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 22:24:42 -0000 lioux 2005-09-25 22:24:37 UTC FreeBSD ports repository Modified files: net Makefile Log: After repo copy from net/Sockets update to development version 1.9.7 link net/Sockets-devel to the build Repo copied by: marcus Revision Changes Path 1.1541 +1 -0 ports/net/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 25 22:26:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E54816A41F; Sun, 25 Sep 2005 22:26:22 +0000 (GMT) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 131FD43D48; Sun, 25 Sep 2005 22:26:22 +0000 (GMT) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PMQLZp027393; Sun, 25 Sep 2005 22:26:21 GMT (envelope-from tmclaugh@repoman.freebsd.org) Received: (from tmclaugh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PMQLb2027392; Sun, 25 Sep 2005 22:26:21 GMT (envelope-from tmclaugh) Message-Id: <200509252226.j8PMQLb2027392@repoman.freebsd.org> From: Tom McLaughlin Date: Sun, 25 Sep 2005 22:26:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/gecko-sharp10 Makefile distinfo pkg-descr pkg-plist ports/www/gecko-sharp10/files patch-gtkmozembed::Makefile.in patch-gtkmozembed::gecko-sharp.dll.config patch-samples::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 22:26:22 -0000 tmclaugh 2005-09-25 22:26:21 UTC FreeBSD ports repository Modified files: www Makefile www/gecko-sharp10 Makefile distinfo pkg-descr pkg-plist www/gecko-sharp10/files patch-gtkmozembed::Makefile.in patch-gtkmozembed::gecko-sharp.dll.config patch-samples::Makefile.in Log: - Add gecko-sharp10 which has been repocopied from gecko-sharp. The port has been renamed to reflect the gecko# API version as gecko-sharp20 will be comming shortly. Approved by: mezz (co-mentor) Revision Changes Path 1.1186 +1 -1 ports/www/Makefile 1.7 +0 -0 ports/www/gecko-sharp10/Makefile 1.2 +0 -0 ports/www/gecko-sharp10/distinfo 1.2 +0 -0 ports/www/gecko-sharp10/files/patch-gtkmozembed::Makefile.in 1.2 +0 -0 ports/www/gecko-sharp10/files/patch-gtkmozembed::gecko-sharp.dll.config 1.2 +0 -0 ports/www/gecko-sharp10/files/patch-samples::Makefile.in 1.2 +0 -0 ports/www/gecko-sharp10/pkg-descr 1.3 +0 -0 ports/www/gecko-sharp10/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Sep 25 22:27:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DEEB16A41F; Sun, 25 Sep 2005 22:27:23 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDAE343D49; Sun, 25 Sep 2005 22:27:22 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PMRMku027437; Sun, 25 Sep 2005 22:27:22 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PMRMgW027436; Sun, 25 Sep 2005 22:27:22 GMT (envelope-from lioux) Message-Id: <200509252227.j8PMRMgW027436@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 25 Sep 2005 22:27:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 22:27:23 -0000 lioux 2005-09-25 22:27:22 UTC FreeBSD ports repository Modified files: . modules Log: After repo copy from net/Sockets update to development version 1.9.7, add module for net/Sockets-devel PR: 86566 Repo copied by: marcus Revision Changes Path 1.13231 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Sep 25 22:28:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2594B16A41F; Sun, 25 Sep 2005 22:28:31 +0000 (GMT) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D435043D48; Sun, 25 Sep 2005 22:28:30 +0000 (GMT) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PMSUgb027563; Sun, 25 Sep 2005 22:28:30 GMT (envelope-from tmclaugh@repoman.freebsd.org) Received: (from tmclaugh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PMSU1w027562; Sun, 25 Sep 2005 22:28:30 GMT (envelope-from tmclaugh) Message-Id: <200509252228.j8PMSU1w027562@repoman.freebsd.org> From: Tom McLaughlin Date: Sun, 25 Sep 2005 22:28:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/blam Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 22:28:31 -0000 tmclaugh 2005-09-25 22:28:30 UTC FreeBSD ports repository Modified files: net/blam Makefile Log: - Repoint gecko-sharp dependencies to gecko-sharp10 after repo-copy of gecko-sharp. Approved by: mezz (co-mentor) Revision Changes Path 1.8 +2 -2 ports/net/blam/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 25 22:28:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A032E16A41F; Sun, 25 Sep 2005 22:28:54 +0000 (GMT) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59B5143D48; Sun, 25 Sep 2005 22:28:54 +0000 (GMT) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PMSsuo027621; Sun, 25 Sep 2005 22:28:54 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PMSsx6027620; Sun, 25 Sep 2005 22:28:54 GMT (envelope-from olgeni) Message-Id: <200509252228.j8PMSsx6027620@repoman.freebsd.org> From: Jimmy Olgeni Date: Sun, 25 Sep 2005 22:28:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/webmin Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 22:28:54 -0000 olgeni 2005-09-25 22:28:54 UTC FreeBSD ports repository Modified files: sysutils/webmin Makefile distinfo Log: Remove old modules, update cpan-1.230-1. Revision Changes Path 1.234 +2 -6 ports/sysutils/webmin/Makefile 1.194 +2 -12 ports/sysutils/webmin/distinfo From owner-cvs-all@FreeBSD.ORG Sun Sep 25 22:29:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EF8916A41F; Sun, 25 Sep 2005 22:29:21 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B889243D48; Sun, 25 Sep 2005 22:29:20 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PMTKcm027715; Sun, 25 Sep 2005 22:29:20 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PMTK3G027714; Sun, 25 Sep 2005 22:29:20 GMT (envelope-from lioux) Message-Id: <200509252229.j8PMTK3G027714@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 25 Sep 2005 22:29:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/btpeer Makefile distinfo pkg-descr ports/net/btpeer/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 22:29:21 -0000 lioux 2005-09-25 22:29:20 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/btpeer Makefile distinfo pkg-descr net/btpeer/files patch-Makefile Log: New port btpeer version 0.2.1: Client functionality of bittorrent protocol, network only environment Revision Changes Path 1.1542 +1 -0 ports/net/Makefile 1.1 +58 -0 ports/net/btpeer/Makefile (new) 1.1 +2 -0 ports/net/btpeer/distinfo (new) 1.1 +17 -0 ports/net/btpeer/files/patch-Makefile (new) 1.1 +13 -0 ports/net/btpeer/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 25 22:29:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B09316A41F; Sun, 25 Sep 2005 22:29:27 +0000 (GMT) (envelope-from grog@lemis.com) Received: from ext-gw.lemis.com (ext-gw.lemis.com [150.101.14.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 968AD43D4C; Sun, 25 Sep 2005 22:29:26 +0000 (GMT) (envelope-from grog@lemis.com) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by ext-gw.lemis.com (Postfix) with ESMTP id 1E00B1310AF; Mon, 26 Sep 2005 07:59:23 +0930 (CST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id EB5D5852DF; Mon, 26 Sep 2005 07:59:22 +0930 (CST) Date: Mon, 26 Sep 2005 07:59:22 +0930 From: Greg 'groggy' Lehey To: Kirill Ponomarew Message-ID: <20050925222922.GC29567@wantadilla.lemis.com> References: <200509231217.j8NCH53A079870@repoman.freebsd.org> <20050923121847.GA3797@voodoo.oberon.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5G06lTa6Jq83wMTw" Content-Disposition: inline In-Reply-To: <20050923121847.GA3797@voodoo.oberon.net> User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, Anton Berezin , ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/astro/xearth/files freebsd.committers.markers X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 22:29:27 -0000 --5G06lTa6Jq83wMTw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Friday, 23 September 2005 at 14:18:47 +0200, Kirill Ponomarew wrote: > On Fri, Sep 23, 2005 at 12:17:05PM +0000, Anton Berezin wrote: >> tobez 2005-09-23 12:17:05 UTC >> >> FreeBSD ports repository >> >> Modified files: >> astro/xearth/files freebsd.committers.markers >> Log: >> Fix my coordinates slightly. >> >>> 55.667, 12.583, "simon" # Copenhagen, Denmark >>> - 55.7111, 12.5656, "tobez" # Copenhagen, Denmark >>> + 55.709434, 12.561944, "tobez" # Copenhagen, Denmark > > The most punctilious commit I've ever seen ;-) Now that Google Maps exist, we need things this accurate. Thanks for reminding me. Greg -- See complete headers for address and phone numbers. --5G06lTa6Jq83wMTw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDNyTCIubykFB6QiMRAtceAJsGUks60+Kv2W8Bq6HajeXEb2z8aACbBa6v Mqvx5hhLl+POsrl6JM/oBaM= =hxQl -----END PGP SIGNATURE----- --5G06lTa6Jq83wMTw-- From owner-cvs-all@FreeBSD.ORG Sun Sep 25 22:29:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FA6216A41F; Sun, 25 Sep 2005 22:29:49 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC14943D49; Sun, 25 Sep 2005 22:29:48 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PMTmJI027770; Sun, 25 Sep 2005 22:29:48 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PMTmFM027769; Sun, 25 Sep 2005 22:29:48 GMT (envelope-from lioux) Message-Id: <200509252229.j8PMTmFM027769@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 25 Sep 2005 22:29:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 22:29:49 -0000 lioux 2005-09-25 22:29:48 UTC FreeBSD ports repository Modified files: . modules Log: btpeer --> ports/net/btpeer Revision Changes Path 1.13232 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Sep 25 22:31:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFC9E16A41F; Sun, 25 Sep 2005 22:31:37 +0000 (GMT) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74BEB43D49; Sun, 25 Sep 2005 22:31:37 +0000 (GMT) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PMVbME027953; Sun, 25 Sep 2005 22:31:37 GMT (envelope-from tmclaugh@repoman.freebsd.org) Received: (from tmclaugh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PMVbQq027952; Sun, 25 Sep 2005 22:31:37 GMT (envelope-from tmclaugh) Message-Id: <200509252231.j8PMVbQq027952@repoman.freebsd.org> From: Tom McLaughlin Date: Sun, 25 Sep 2005 22:31:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports MOVED ports/www/gecko-sharp Makefile distinfo pkg-descr pkg-plist ports/www/gecko-sharp/files patch-gtkmozembed::Makefile.in patch-gtkmozembed::gecko-sharp.dll.config patch-samples::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 22:31:38 -0000 tmclaugh 2005-09-25 22:31:37 UTC FreeBSD ports repository Modified files: . MOVED Removed files: www/gecko-sharp Makefile distinfo pkg-descr pkg-plist www/gecko-sharp/files patch-gtkmozembed::Makefile.in patch-gtkmozembed::gecko-sharp.dll.config patch-samples::Makefile.in Log: - Remove gecko-sharp now that it has been repo-copied to gecko-sharp10 - Add entry to MOVED to reflect this move. Approved by: mezz (co-mentor) Revision Changes Path 1.756 +2 -1 ports/MOVED 1.7 +0 -44 ports/www/gecko-sharp/Makefile (dead) 1.2 +0 -2 ports/www/gecko-sharp/distinfo (dead) 1.2 +0 -24 ports/www/gecko-sharp/files/patch-gtkmozembed::Makefile.in (dead) 1.2 +0 -13 ports/www/gecko-sharp/files/patch-gtkmozembed::gecko-sharp.dll.config (dead) 1.2 +0 -19 ports/www/gecko-sharp/files/patch-samples::Makefile.in (dead) 1.2 +0 -2 ports/www/gecko-sharp/pkg-descr (dead) 1.3 +0 -10 ports/www/gecko-sharp/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sun Sep 25 22:39:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0687416A41F; Sun, 25 Sep 2005 22:39:26 +0000 (GMT) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3E0543D48; Sun, 25 Sep 2005 22:39:25 +0000 (GMT) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PMdPTw028193; Sun, 25 Sep 2005 22:39:25 GMT (envelope-from tmclaugh@repoman.freebsd.org) Received: (from tmclaugh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PMdPcE028192; Sun, 25 Sep 2005 22:39:25 GMT (envelope-from tmclaugh) Message-Id: <200509252239.j8PMdPcE028192@repoman.freebsd.org> From: Tom McLaughlin Date: Sun, 25 Sep 2005 22:39:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 22:39:26 -0000 tmclaugh 2005-09-25 22:39:25 UTC FreeBSD ports repository Modified files: . modules Log: After repo-copy of gecko-sharp to gecko-sharp10: - gecko-sharp10 --> ports/www/gecko-sharp10 - Remove gecko-sharp module Approved by: mezz (co-mentor) Revision Changes Path 1.13233 +1 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Sep 25 22:42:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6977916A41F; Sun, 25 Sep 2005 22:42:31 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E97C343D49; Sun, 25 Sep 2005 22:42:30 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PMgULd028354; Sun, 25 Sep 2005 22:42:30 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PMgUi5028353; Sun, 25 Sep 2005 22:42:30 GMT (envelope-from arved) Message-Id: <200509252242.j8PMgUi5028353@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 25 Sep 2005 22:42:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/chinese/vim-scdoc Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 22:42:31 -0000 arved 2005-09-25 22:42:30 UTC FreeBSD ports repository Modified files: chinese/vim-scdoc Makefile distinfo pkg-plist Log: Update to 0.8.0 PR: 84762 Submitted by: hamigua Revision Changes Path 1.7 +2 -2 ports/chinese/vim-scdoc/Makefile 1.4 +2 -2 ports/chinese/vim-scdoc/distinfo 1.5 +13 -6 ports/chinese/vim-scdoc/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Sep 25 22:54:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F88A16A420; Sun, 25 Sep 2005 22:54:17 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2D9343D49; Sun, 25 Sep 2005 22:54:16 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.5.50] (ppp-71-139-46-176.dsl.snfc21.pacbell.net [71.139.46.176]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j8PMsIo5018626 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 25 Sep 2005 15:54:21 -0700 Message-ID: <43372A91.8060202@root.org> Date: Sun, 25 Sep 2005 15:54:09 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <20050925202154.06BF516A436@hub.freebsd.org> In-Reply-To: <20050925202154.06BF516A436@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa isa.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 22:54:17 -0000 Poul-Henning Kamp wrote: > phk 2005-09-25 20:21:48 UTC > > FreeBSD src repository > > Modified files: > sys/i386/isa isa.c > Log: > __RMAN_RESOURCE_VISIBLE not necessary. > > Revision Changes Path > 1.149 +0 -3 src/sys/i386/isa/isa.c Thanks for this work. -- Nate From owner-cvs-all@FreeBSD.ORG Sun Sep 25 23:02:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D92AB16A41F; Sun, 25 Sep 2005 23:02:57 +0000 (GMT) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5637543D55; Sun, 25 Sep 2005 23:02:57 +0000 (GMT) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PN2vfu029126; Sun, 25 Sep 2005 23:02:57 GMT (envelope-from tmclaugh@repoman.freebsd.org) Received: (from tmclaugh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PN2vow029125; Sun, 25 Sep 2005 23:02:57 GMT (envelope-from tmclaugh) Message-Id: <200509252302.j8PN2vow029125@repoman.freebsd.org> From: Tom McLaughlin Date: Sun, 25 Sep 2005 23:02:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/gecko-sharp20 Makefile distinfo pkg-descr pkg-plist ports/www/gecko-sharp20/files patch-configure patch-gtkmozembed_gecko-sharp.dll.config.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 23:02:58 -0000 tmclaugh 2005-09-25 23:02:57 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/gecko-sharp20 Makefile distinfo pkg-descr pkg-plist www/gecko-sharp20/files patch-configure patch-gtkmozembed_gecko-sharp.dll.config.in Log: - Add gecko-sharp20, C# bindings for the Gecko rendering engine. WWW: http://www.mono-project.com/GeckoSharp Approved by: mezz (co-mentor) Revision Changes Path 1.1187 +1 -0 ports/www/Makefile 1.1 +53 -0 ports/www/gecko-sharp20/Makefile (new) 1.1 +2 -0 ports/www/gecko-sharp20/distinfo (new) 1.1 +11 -0 ports/www/gecko-sharp20/files/patch-configure (new) 1.1 +14 -0 ports/www/gecko-sharp20/files/patch-gtkmozembed_gecko-sharp.dll.config.in (new) 1.1 +2 -0 ports/www/gecko-sharp20/pkg-descr (new) 1.1 +10 -0 ports/www/gecko-sharp20/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 25 23:04:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D477816A41F; Sun, 25 Sep 2005 23:04:46 +0000 (GMT) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F12943D48; Sun, 25 Sep 2005 23:04:46 +0000 (GMT) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PN4knZ029194; Sun, 25 Sep 2005 23:04:46 GMT (envelope-from tmclaugh@repoman.freebsd.org) Received: (from tmclaugh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PN4kQk029193; Sun, 25 Sep 2005 23:04:46 GMT (envelope-from tmclaugh) Message-Id: <200509252304.j8PN4kQk029193@repoman.freebsd.org> From: Tom McLaughlin Date: Sun, 25 Sep 2005 23:04:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 23:04:47 -0000 tmclaugh 2005-09-25 23:04:46 UTC FreeBSD ports repository Modified files: . modules Log: gecko-sharp20 --> ports/www/gecko-sharp20 Approved by: mezz (co-mentor) Revision Changes Path 1.13234 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Sep 25 23:38:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C403316A41F; Sun, 25 Sep 2005 23:38:22 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D9F743D49; Sun, 25 Sep 2005 23:38:22 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PNcMFp030443; Sun, 25 Sep 2005 23:38:22 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PNcMcF030442; Sun, 25 Sep 2005 23:38:22 GMT (envelope-from ceri) Message-Id: <200509252338.j8PNcMcF030442@repoman.freebsd.org> From: Ceri Davies Date: Sun, 25 Sep 2005 23:38:22 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributing article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 23:38:23 -0000 ceri 2005-09-25 23:38:22 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributing article.sgml Log: Links to our CGI scripts should always be absolute ones pointing to the copies on www.FreeBSD.org. Revision Changes Path 1.506 +1 -1 doc/en_US.ISO8859-1/articles/contributing/article.sgml From owner-cvs-all@FreeBSD.ORG Sun Sep 25 23:39:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66E2A16A41F; Sun, 25 Sep 2005 23:39:45 +0000 (GMT) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2084443D55; Sun, 25 Sep 2005 23:39:45 +0000 (GMT) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8PNdj3m030487; Sun, 25 Sep 2005 23:39:45 GMT (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8PNdj7c030486; Sun, 25 Sep 2005 23:39:45 GMT (envelope-from grog) Message-Id: <200509252339.j8PNdj7c030486@repoman.freebsd.org> From: Greg Lehey Date: Sun, 25 Sep 2005 23:39:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/xearth/files freebsd.committers.markers X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 23:39:45 -0000 grog 2005-09-25 23:39:45 UTC FreeBSD ports repository Modified files: astro/xearth/files freebsd.committers.markers Log: Specify location accurately enough for Google Maps. This appears to require 5 digits after the decimal point. Specifying 6 would pinpoint the location to about 11 cm in a north/south direction and about 8 in east/wast, which is too specific for moving beings. See also: http://maps.google.com/maps?&ll=-35.13899,138.77295&spn=0.001,0.001&t=k Revision Changes Path 1.202 +1 -1 ports/astro/xearth/files/freebsd.committers.markers From owner-cvs-all@FreeBSD.ORG Sun Sep 25 23:40:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E59E116A41F; Sun, 25 Sep 2005 23:40:25 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-3-1-cust208.cdif.cable.ntl.com [82.31.78.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BCD143D55; Sun, 25 Sep 2005 23:40:21 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.52 (FreeBSD)) id 1EJg6W-000DLD-HP; Mon, 26 Sep 2005 00:40:20 +0100 Date: Mon, 26 Sep 2005 00:40:20 +0100 From: Ceri Davies To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20050925234020.GB36403@submonkey.net> Mail-Followup-To: Ceri Davies , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org References: <200509252338.j8PNcMcF030442@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HG+GLK89HZ1zG0kk" Content-Disposition: inline In-Reply-To: <200509252338.j8PNcMcF030442@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.9i Sender: Ceri Davies Cc: Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/contributing article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 23:40:26 -0000 --HG+GLK89HZ1zG0kk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 25, 2005 at 11:38:22PM +0000, Ceri Davies wrote: > ceri 2005-09-25 23:38:22 UTC >=20 > FreeBSD doc repository >=20 > Modified files: > en_US.ISO8859-1/articles/contributing article.sgml=20 > Log: > Links to our CGI scripts should always be absolute ones pointing to the > copies on www.FreeBSD.org. Whoops, I forgot that this was pointed out by "Aluminium Oxide" on doc@. Would all Americans please take special note of that second 'i'? Thanks. My entity sense is tingling here too, if anyone wants to beat me to it. Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --HG+GLK89HZ1zG0kk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDNzViocfcwTS3JF8RAkz9AKCZispVL51FFdR6ieqvo8zjcgUe0wCgyWOl SrtePzfu1+867gytDhATHZI= =gJBv -----END PGP SIGNATURE----- --HG+GLK89HZ1zG0kk-- From owner-cvs-all@FreeBSD.ORG Mon Sep 26 00:02:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 306D516A41F; Mon, 26 Sep 2005 00:02:56 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE18843D4C; Mon, 26 Sep 2005 00:02:55 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8Q02tt4031293; Mon, 26 Sep 2005 00:02:55 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8Q02t3b031292; Mon, 26 Sep 2005 00:02:55 GMT (envelope-from marcus) Message-Id: <200509260002.j8Q02t3b031292@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 26 Sep 2005 00:02:55 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/gnome/docs faq2.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 00:02:56 -0000 marcus 2005-09-26 00:02:55 UTC FreeBSD doc repository Modified files: en/gnome/docs faq2.sgml Log: Add an FAQ on what to do if Nautilus displays generic icons. This will be particularly helpful for users not using the full GNOME Desktop. Revision Changes Path 1.99 +28 -2 www/en/gnome/docs/faq2.sgml From owner-cvs-all@FreeBSD.ORG Mon Sep 26 00:27:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF3EE16A41F; Mon, 26 Sep 2005 00:27:03 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 915FA43D48; Mon, 26 Sep 2005 00:27:03 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [70.30.70.180]) by elvis.mu.org (Postfix) with ESMTP id 73C5A1A3C22; Sun, 25 Sep 2005 17:27:03 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id E51EB51288; Sun, 25 Sep 2005 20:27:01 -0400 (EDT) Date: Sun, 25 Sep 2005 20:27:01 -0400 From: Kris Kennaway To: Greg Lehey Message-ID: <20050926002701.GA73355@xor.obsecurity.org> References: <200509252339.j8PNdj7c030486@repoman.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: <200509252339.j8PNdj7c030486@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/astro/xearth/files freebsd.committers.markers X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 00:27:04 -0000 --huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 25, 2005 at 11:39:45PM +0000, Greg Lehey wrote: > grog 2005-09-25 23:39:45 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > astro/xearth/files freebsd.committers.markers=20 > Log: > Specify location accurately enough for Google Maps. > =20 > This appears to require 5 digits after the decimal point. Specifying > 6 would pinpoint the location to about 11 cm in a north/south > direction and about 8 in east/wast, which is too specific for moving > beings. What about beings who rarely move from behind their monitor, like many hackers? :) Kris --huq684BweRXVnRxX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDN0BVWry0BWjoQKURAkVhAKDueiMlWMeGXsrUhLqJ3kIzuQvaHACgpcW2 VEuq3hHqwaP4i3lHf8N1w1Y= =wqHZ -----END PGP SIGNATURE----- --huq684BweRXVnRxX-- From owner-cvs-all@FreeBSD.ORG Mon Sep 26 00:33:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 714D916A41F; Mon, 26 Sep 2005 00:33:10 +0000 (GMT) (envelope-from grog@lemis.com) Received: from ext-gw.lemis.com (ext-gw.lemis.com [150.101.14.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE9E943D48; Mon, 26 Sep 2005 00:33:09 +0000 (GMT) (envelope-from grog@lemis.com) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by ext-gw.lemis.com (Postfix) with ESMTP id 64FF81310AF; Mon, 26 Sep 2005 10:03:08 +0930 (CST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 44F98852E0; Mon, 26 Sep 2005 10:03:08 +0930 (CST) Date: Mon, 26 Sep 2005 10:03:08 +0930 From: Greg 'groggy' Lehey To: Kris Kennaway Message-ID: <20050926003308.GF29567@wantadilla.lemis.com> References: <200509252339.j8PNdj7c030486@repoman.freebsd.org> <20050926002701.GA73355@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Ls2Gy6y7jbHLe9Od" Content-Disposition: inline In-Reply-To: <20050926002701.GA73355@xor.obsecurity.org> User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/astro/xearth/files freebsd.committers.markers X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 00:33:10 -0000 --Ls2Gy6y7jbHLe9Od Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sunday, 25 September 2005 at 20:27:01 -0400, Kris Kennaway wrote: > On Sun, Sep 25, 2005 at 11:39:45PM +0000, Greg Lehey wrote: >> grog 2005-09-25 23:39:45 UTC >> >> FreeBSD ports repository >> >> Modified files: >> astro/xearth/files freebsd.committers.markers >> Log: >> Specify location accurately enough for Google Maps. >> >> This appears to require 5 digits after the decimal point. Specifying >> 6 would pinpoint the location to about 11 cm in a north/south >> direction and about 8 in east/wast, which is too specific for moving >> beings. > > What about beings who rarely move from behind their monitor, like > many hackers? :) I had thought of that. But we're talking about distances shorter than the height of a keyboard here. You'd have to be completely paralyzed and communicate with the outside world via a touch pad. Greg -- See complete headers for address and phone numbers. --Ls2Gy6y7jbHLe9Od Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDN0HEIubykFB6QiMRAnAyAJ9bdHs6lisWRSDaoHvmjvayWv16YgCfU/fb kY8s6ewEBymx+My+fhGFI94= =L7Os -----END PGP SIGNATURE----- --Ls2Gy6y7jbHLe9Od-- From owner-cvs-all@FreeBSD.ORG Mon Sep 26 00:42:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E501D16A41F; Mon, 26 Sep 2005 00:42:11 +0000 (GMT) (envelope-from murray@freebsdmall.com) Received: from mail.freebsdmall.com (ns1.freebsdmall.com [69.50.233.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF27543D48; Mon, 26 Sep 2005 00:42:11 +0000 (GMT) (envelope-from murray@freebsdmall.com) Received: by mail.freebsdmall.com (Postfix, from userid 2074) id A53C81CC77; Sun, 25 Sep 2005 17:42:11 -0700 (PDT) Date: Sun, 25 Sep 2005 17:42:11 -0700 From: Murray Stokely To: Ceri Davies , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20050926004211.GL79187@freebsdmall.com> References: <200509252338.j8PNcMcF030442@repoman.freebsd.org> <20050925234020.GB36403@submonkey.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050925234020.GB36403@submonkey.net> User-Agent: Mutt/1.4.2.1i X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D Cc: Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/contributing article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 00:42:12 -0000 On Mon, Sep 26, 2005 at 12:40:20AM +0100, Ceri Davies wrote: > Whoops, I forgot that this was pointed out by "Aluminium Oxide" on doc@. > Would all Americans please take special note of that second 'i'? Thanks. Hey, at least we are consistent. We don't spell it with the second 'i'. - Murray From owner-cvs-all@FreeBSD.ORG Mon Sep 26 01:47:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C1E016A41F; Mon, 26 Sep 2005 01:47:31 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C816D43D48; Mon, 26 Sep 2005 01:47:30 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8Q1lUrM043825; Mon, 26 Sep 2005 01:47:30 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8Q1lUN2043824; Mon, 26 Sep 2005 01:47:30 GMT (envelope-from mezz) Message-Id: <200509260147.j8Q1lUN2043824@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 26 Sep 2005 01:47:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/gecko-sharp20 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 01:47:31 -0000 mezz 2005-09-26 01:47:30 UTC FreeBSD ports repository Modified files: www/gecko-sharp20 Makefile Log: We don't have gtk-sharp20 in offical yet, only BSD#. Correct it by gtk-sharp20 -> gtk-sharp-devel. Must have mixed up with wrong tree. Revision Changes Path 1.2 +2 -2 ports/www/gecko-sharp20/Makefile From owner-cvs-all@FreeBSD.ORG Mon Sep 26 03:31:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED53316A41F; Mon, 26 Sep 2005 03:31:04 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A950E43D48; Mon, 26 Sep 2005 03:31:04 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8Q3V4GG047557; Mon, 26 Sep 2005 03:31:04 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8Q3V4v8047556; Mon, 26 Sep 2005 03:31:04 GMT (envelope-from jkoshy) Message-Id: <200509260331.j8Q3V4v8047556@repoman.freebsd.org> From: Joseph Koshy Date: Mon, 26 Sep 2005 03:31:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/xli Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 03:31:05 -0000 jkoshy 2005-09-26 03:31:04 UTC FreeBSD ports repository Modified files: graphics/xli Makefile Log: Correctly spell MLINKS. Noticed by: Rostislav Krasny Pointy hat to: jkoshy Revision Changes Path 1.27 +1 -1 ports/graphics/xli/Makefile From owner-cvs-all@FreeBSD.ORG Mon Sep 26 04:12:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A892416A41F; Mon, 26 Sep 2005 04:12:32 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62ED443D48; Mon, 26 Sep 2005 04:12:32 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8Q4CWjk049093; Mon, 26 Sep 2005 04:12:32 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8Q4CWRi049092; Mon, 26 Sep 2005 04:12:32 GMT (envelope-from leeym) Message-Id: <200509260412.j8Q4CWRi049092@repoman.freebsd.org> From: Yen-Ming Lee Date: Mon, 26 Sep 2005 04:12:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Test-Simple Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 04:12:32 -0000 leeym 2005-09-26 04:12:32 UTC FreeBSD ports repository Modified files: devel/p5-Test-Simple Makefile distinfo pkg-plist Log: - update to 0.61 Revision Changes Path 1.23 +3 -2 ports/devel/p5-Test-Simple/Makefile 1.17 +2 -2 ports/devel/p5-Test-Simple/distinfo 1.5 +2 -0 ports/devel/p5-Test-Simple/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Sep 26 05:17:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8610B16A41F; Mon, 26 Sep 2005 05:17:54 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45CD943D4C; Mon, 26 Sep 2005 05:17:54 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8Q5Hskp058466; Mon, 26 Sep 2005 05:17:54 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8Q5HspK058465; Mon, 26 Sep 2005 05:17:54 GMT (envelope-from marcus) Message-Id: <200509260517.j8Q5HspK058465@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 26 Sep 2005 05:17:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/mplayer-plugin Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 05:17:54 -0000 marcus 2005-09-26 05:17:54 UTC FreeBSD ports repository Modified files: www/mplayer-plugin Makefile distinfo Log: Update to 3.11. Revision Changes Path 1.38 +1 -1 ports/www/mplayer-plugin/Makefile 1.21 +2 -2 ports/www/mplayer-plugin/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 26 05:29:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04AF616A41F; Mon, 26 Sep 2005 05:29:47 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B837643D48; Mon, 26 Sep 2005 05:29:46 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8Q5Tk1k058895; Mon, 26 Sep 2005 05:29:46 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8Q5Tkxs058894; Mon, 26 Sep 2005 05:29:46 GMT (envelope-from sobomax) Message-Id: <200509260529.j8Q5Tkxs058894@repoman.freebsd.org> From: Maxim Sobolev Date: Mon, 26 Sep 2005 05:29:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb if_cdce.c if_cdcereg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 05:29:47 -0000 sobomax 2005-09-26 05:29:46 UTC FreeBSD src repository Modified files: sys/dev/usb if_cdce.c if_cdcereg.h Log: Add dummy support for ifmedia subsystem. This allows devd to see cdce as an ethernet device and configure IP etc. Submitted by: Craig Boston Revision Changes Path 1.10 +31 -0 src/sys/dev/usb/if_cdce.c 1.6 +1 -0 src/sys/dev/usb/if_cdcereg.h From owner-cvs-all@FreeBSD.ORG Mon Sep 26 06:00:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1D5116A41F; Mon, 26 Sep 2005 06:00:57 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE8E443D48; Mon, 26 Sep 2005 06:00:57 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8Q60vhQ060072; Mon, 26 Sep 2005 06:00:57 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8Q60vsE060071; Mon, 26 Sep 2005 06:00:57 GMT (envelope-from sem) Message-Id: <200509260600.j8Q60vsE060071@repoman.freebsd.org> From: Sergey Matveychuk Date: Mon, 26 Sep 2005 06:00:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/xearth/files freebsd.committers.markers X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 06:00:58 -0000 sem 2005-09-26 06:00:57 UTC FreeBSD ports repository Modified files: astro/xearth/files freebsd.committers.markers Log: - Add my localtion Asked by: dds Revision Changes Path 1.203 +1 -1 ports/astro/xearth/files/freebsd.committers.markers From owner-cvs-all@FreeBSD.ORG Mon Sep 26 06:17:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0FA616A41F; Mon, 26 Sep 2005 06:17:31 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACD4243D55; Mon, 26 Sep 2005 06:17:31 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8Q6HVxT060702; Mon, 26 Sep 2005 06:17:31 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8Q6HVDe060701; Mon, 26 Sep 2005 06:17:31 GMT (envelope-from vanilla) Message-Id: <200509260617.j8Q6HVDe060701@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 26 Sep 2005 06:17:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/chinese/gcin Makefile distinfo ports/chinese/gcin/files patch-configure patch-tsin.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 06:17:32 -0000 vanilla 2005-09-26 06:17:31 UTC FreeBSD ports repository Modified files: chinese/gcin Makefile distinfo chinese/gcin/files patch-configure Removed files: chinese/gcin/files patch-tsin.c Log: Upgrade to 1.0.8. PR: ports/86558 Submitted by: chinsan at gmail.com Revision Changes Path 1.40 +1 -1 ports/chinese/gcin/Makefile 1.29 +2 -2 ports/chinese/gcin/distinfo 1.10 +20 -8 ports/chinese/gcin/files/patch-configure 1.4 +0 -11 ports/chinese/gcin/files/patch-tsin.c (dead) From owner-cvs-all@FreeBSD.ORG Mon Sep 26 06:23:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0353616A41F; Mon, 26 Sep 2005 06:23:44 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B11B043D48; Mon, 26 Sep 2005 06:23:43 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8Q6NhQ3060925; Mon, 26 Sep 2005 06:23:43 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8Q6NhwX060924; Mon, 26 Sep 2005 06:23:43 GMT (envelope-from keramida) Message-Id: <200509260623.j8Q6NhwX060924@repoman.freebsd.org> From: Giorgos Keramidas Date: Mon, 26 Sep 2005 06:23:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libufs Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 06:23:44 -0000 keramida 2005-09-26 06:23:43 UTC FreeBSD src repository (doc committer) Modified files: lib/libufs Makefile Log: minor style.Makefile(5) fixes: - WARNS before CFLAGS - CFLAGS -DXXX before -IXXX Approved by: ru Revision Changes Path 1.13 +7 -2 src/lib/libufs/Makefile From owner-cvs-all@FreeBSD.ORG Mon Sep 26 06:37:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0712D16A41F; Mon, 26 Sep 2005 06:37:07 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC47D43D55; Mon, 26 Sep 2005 06:37:06 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8Q6b6YR061415; Mon, 26 Sep 2005 06:37:06 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8Q6b628061414; Mon, 26 Sep 2005 06:37:06 GMT (envelope-from leeym) Message-Id: <200509260637.j8Q6b628061414@repoman.freebsd.org> From: Yen-Ming Lee Date: Mon, 26 Sep 2005 06:37:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/p5-Net-AOLIM Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 06:37:07 -0000 leeym 2005-09-26 06:37:06 UTC FreeBSD ports repository Modified files: net/p5-Net-AOLIM Makefile distinfo Log: - update to 1.61 - assign maintainer to perl@ Revision Changes Path 1.5 +2 -2 ports/net/p5-Net-AOLIM/Makefile 1.3 +2 -2 ports/net/p5-Net-AOLIM/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 26 06:40:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC0BB16A41F; Mon, 26 Sep 2005 06:40:24 +0000 (GMT) (envelope-from petef@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BDD643D49; Mon, 26 Sep 2005 06:40:24 +0000 (GMT) (envelope-from petef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8Q6eOVD061608; Mon, 26 Sep 2005 06:40:24 GMT (envelope-from petef@repoman.freebsd.org) Received: (from petef@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8Q6eOtw061607; Mon, 26 Sep 2005 06:40:24 GMT (envelope-from petef) Message-Id: <200509260640.j8Q6eOtw061607@repoman.freebsd.org> From: Pete Fritchman Date: Mon, 26 Sep 2005 06:40:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/jde Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 06:40:24 -0000 petef 2005-09-26 06:40:24 UTC FreeBSD ports repository Modified files: java/jde Makefile distinfo pkg-plist Log: - upgrade to 2.3.5 - give maintainership to submitter - mirror distfile on local site until upstream maintainer has versioned downloads available - depend on cedet & elib instead of semantic - use %%DOCSDIR%% in pkg-plist Submitted by: Doug Kelly Revision Changes Path 1.8 +14 -7 ports/java/jde/Makefile 1.6 +2 -2 ports/java/jde/distinfo 1.5 +103 -89 ports/java/jde/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Sep 26 06:44:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71FF816A41F; Mon, 26 Sep 2005 06:44:55 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr4.xs4all.nl (smtp-vbr4.xs4all.nl [194.109.24.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id D195D43D4C; Mon, 26 Sep 2005 06:44:54 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr4.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8Q6inYY052890; Mon, 26 Sep 2005 08:44:53 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8Q6ink4019667; Mon, 26 Sep 2005 08:44:49 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.3/8.13.1/Submit) id j8Q6inYl019666; Mon, 26 Sep 2005 08:44:49 +0200 (CEST) (envelope-from wb) Date: Mon, 26 Sep 2005 08:44:49 +0200 From: Wilko Bulte To: Wilko Bulte Message-ID: <20050926064449.GA19636@freebie.xs4all.nl> References: <200509251834.j8PIYILp009593@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509251834.j8PIYILp009593@repoman.freebsd.org> X-OS: FreeBSD 5.4-STABLE User-Agent: Mutt/1.5.9i X-Virus-Scanned: by XS4ALL Virus Scanner Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, alpha@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: FreeBSD 6.0/alpha estbuild available with limited EISA probing X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 06:44:55 -0000 Folks, Please try a testbuild based on BETA5 that is currently uploading to ftp-master. You will soon be able to find it in /pub/FreeBSD/releases/alpha/ISO-IMAGES/6.0 on the various ftp mirror sites. MD5 (6.0-BETA5-EISA-bootonly.iso) = 71b32e9c03e972f53c5d1e879b9b3b65 I have boot tested it on a DS10 but I do not have any EISA equipped Alpha boxes so I am really curious if Bernd's (ticso) suggestion works for your machine model. Wilko On Sun, Sep 25, 2005 at 06:34:18PM +0000, Wilko Bulte wrote.. > wilko 2005-09-25 18:34:18 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > sys/alpha/conf GENERIC > Log: > Try to avoid crashes during kernel startup by limiting the # of EISA > slots to probe. Problems have been reported in this area, lets hope > this bandaid helps. > > !! Owners of EISA-equipped Alpha machines are requested to at least > !! boot-test a 6-BETA build and report back to the Alpha list. Thanks! > > Approved by: re (scottl) > Suggested by: ticso > > Revision Changes Path > 1.186.2.3 +3 -0 src/sys/alpha/conf/GENERIC --- end of quoted text --- -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Mon Sep 26 06:45:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 345FD16A41F; Mon, 26 Sep 2005 06:45:40 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr3.xs4all.nl (smtp-vbr3.xs4all.nl [194.109.24.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9430843D48; Mon, 26 Sep 2005 06:45:39 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr3.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8Q6jaln083324; Mon, 26 Sep 2005 08:45:37 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8Q6jaWV019701; Mon, 26 Sep 2005 08:45:36 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.3/8.13.1/Submit) id j8Q6jakp019700; Mon, 26 Sep 2005 08:45:36 +0200 (CEST) (envelope-from wb) Date: Mon, 26 Sep 2005 08:45:36 +0200 From: Wilko Bulte To: Murray Stokely Message-ID: <20050926064536.GB19636@freebie.xs4all.nl> References: <200509252338.j8PNcMcF030442@repoman.freebsd.org> <20050925234020.GB36403@submonkey.net> <20050926004211.GL79187@freebsdmall.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050926004211.GL79187@freebsdmall.com> X-OS: FreeBSD 5.4-STABLE User-Agent: Mutt/1.5.9i X-Virus-Scanned: by XS4ALL Virus Scanner Cc: doc-committers@FreeBSD.ORG, Ceri Davies , cvs-doc@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/contributing article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 06:45:40 -0000 On Sun, Sep 25, 2005 at 05:42:11PM -0700, Murray Stokely wrote.. > On Mon, Sep 26, 2005 at 12:40:20AM +0100, Ceri Davies wrote: > > Whoops, I forgot that this was pointed out by "Aluminium Oxide" on doc@. > > Would all Americans please take special note of that second 'i'? Thanks. > > Hey, at least we are consistent. We don't spell it with the second > 'i'. Yech.. ;-) -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Mon Sep 26 07:23:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 983B516A41F; Mon, 26 Sep 2005 07:23:07 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54F4B43D5A; Mon, 26 Sep 2005 07:23:07 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8Q7N7Lk063150; Mon, 26 Sep 2005 07:23:07 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8Q7N6YQ063149; Mon, 26 Sep 2005 07:23:06 GMT (envelope-from des) Message-Id: <200509260723.j8Q7N6YQ063149@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 26 Sep 2005 07:23:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/docbook-xsl Makefile distinfo pkg-plist ports/textproc/docbook-xsl/files pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 07:23:07 -0000 des 2005-09-26 07:23:06 UTC FreeBSD ports repository Modified files: textproc/docbook-xsl Makefile distinfo pkg-plist textproc/docbook-xsl/files pkg-install.in Log: Correct update to 1.69.1. PR: ports/85734 Submitted by: skv Revision Changes Path 1.35 +5 -2 ports/textproc/docbook-xsl/Makefile 1.24 +2 -0 ports/textproc/docbook-xsl/distinfo 1.13 +1 -1 ports/textproc/docbook-xsl/files/pkg-install.in 1.28 +334 -20 ports/textproc/docbook-xsl/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Sep 26 07:24:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95D6616A41F; Mon, 26 Sep 2005 07:24:16 +0000 (GMT) (envelope-from wes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5766443D49; Mon, 26 Sep 2005 07:24:16 +0000 (GMT) (envelope-from wes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8Q7OGkO063231; Mon, 26 Sep 2005 07:24:16 GMT (envelope-from wes@repoman.freebsd.org) Received: (from wes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8Q7OGWs063230; Mon, 26 Sep 2005 07:24:16 GMT (envelope-from wes) Message-Id: <200509260724.j8Q7OGWs063230@repoman.freebsd.org> From: Wes Peters Date: Mon, 26 Sep 2005 07:24:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/xearth/files freebsd.committers.markers X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 07:24:16 -0000 wes 2005-09-26 07:24:16 UTC FreeBSD ports repository Modified files: astro/xearth/files freebsd.committers.markers Log: Correct my entry to point to the balcony where I usually code at night. Add the one other committer who is within artillery range. Revision Changes Path 1.204 +2 -1 ports/astro/xearth/files/freebsd.committers.markers From owner-cvs-all@FreeBSD.ORG Mon Sep 26 07:32:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EED5E16A41F; Mon, 26 Sep 2005 07:32:28 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF05243D4C; Mon, 26 Sep 2005 07:32:28 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8Q7WS1B063654; Mon, 26 Sep 2005 07:32:28 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8Q7WSjn063653; Mon, 26 Sep 2005 07:32:28 GMT (envelope-from vsevolod) Message-Id: <200509260732.j8Q7WSjn063653@repoman.freebsd.org> From: Vsevolod Stakhov Date: Mon, 26 Sep 2005 07:32:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/xearth/files freebsd.committers.markers X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 07:32:29 -0000 vsevolod 2005-09-26 07:32:28 UTC FreeBSD ports repository Modified files: astro/xearth/files freebsd.committers.markers Log: Add my current location. Revision Changes Path 1.205 +1 -1 ports/astro/xearth/files/freebsd.committers.markers From owner-cvs-all@FreeBSD.ORG Mon Sep 26 07:45:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2D8516A41F; Mon, 26 Sep 2005 07:45:36 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86B8A43D48; Mon, 26 Sep 2005 07:45:36 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8Q7jab2064058; Mon, 26 Sep 2005 07:45:36 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8Q7ja7u064056; Mon, 26 Sep 2005 07:45:36 GMT (envelope-from njl) Message-Id: <200509260745.j8Q7ja7u064056@repoman.freebsd.org> From: Nate Lawson Date: Mon, 26 Sep 2005 07:45:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys types.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 07:45:36 -0000 njl 2005-09-26 07:45:35 UTC FreeBSD src repository Modified files: sys/sys types.h Log: Fix order and style(9) to match surrounding defs. Revision Changes Path 1.94 +1 -1 src/sys/sys/types.h From owner-cvs-all@FreeBSD.ORG Mon Sep 26 08:02:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D749416A41F; Mon, 26 Sep 2005 08:02:25 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 990A643D48; Mon, 26 Sep 2005 08:02:25 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8Q82PSx064659; Mon, 26 Sep 2005 08:02:25 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8Q82PFW064658; Mon, 26 Sep 2005 08:02:25 GMT (envelope-from rwatson) Message-Id: <200509260802.j8Q82PFW064658@repoman.freebsd.org> From: Robert Watson Date: Mon, 26 Sep 2005 08:02:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_prf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 08:02:26 -0000 rwatson 2005-09-26 08:02:24 UTC FreeBSD src repository Modified files: sys/kern subr_prf.c Log: Acquire Giant in uprintf() and tprintf() rather than asserting it. In the vast majority of cases, these functions are called without mutexes held, meaning that in all but two cases, there will be no ordering issues with doing this, and it will eliminate the need for changes in the caller. In two cases, mutexes are held, so Giant must be acquired before those mutexes such that uprintf() and tprintf() recurse Giant rather than generating a lock order reversal. Suggested by: bde Revision Changes Path 1.121 +11 -6 src/sys/kern/subr_prf.c From owner-cvs-all@FreeBSD.ORG Mon Sep 26 08:17:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F31B16A41F; Mon, 26 Sep 2005 08:17:04 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FFC743D4C; Mon, 26 Sep 2005 08:17:04 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8Q8H4tR065223; Mon, 26 Sep 2005 08:17:04 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8Q8H3Zv065222; Mon, 26 Sep 2005 08:17:03 GMT (envelope-from rwatson) Message-Id: <200509260817.j8Q8H3Zv065222@repoman.freebsd.org> From: Robert Watson Date: Mon, 26 Sep 2005 08:17:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 08:17:04 -0000 rwatson 2005-09-26 08:17:03 UTC FreeBSD src repository Modified files: sys/fs/fifofs fifo_vnops.c Log: Assert v_fifoinfo is non-NULL in fifo_close() in order to catch non-conforming cases sooner. MFC after: 3 days Reported by: Peter Holm Revision Changes Path 1.130 +1 -0 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Mon Sep 26 08:58:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F23A16A41F; Mon, 26 Sep 2005 08:58:44 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from mail.3wgraphics.com (mail.3wgraphics.com [194.87.91.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D94543D49; Mon, 26 Sep 2005 08:58:41 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from [192.168.0.1] (helo=[192.168.0.1]) by mail.3wgraphics.com with esmtp id 1EJooi-0009gJ-I4; Mon, 26 Sep 2005 12:58:32 +0400 Message-ID: <4337B819.4000104@FreeBSD.org> Date: Mon, 26 Sep 2005 12:58:01 +0400 From: Sergey Skvortsov User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b) Gecko/20050217 MIME-Version: 1.0 To: Dag-Erling Smorgrav References: <200509242204.j8OM4TnN026465@repoman.freebsd.org> In-Reply-To: <200509242204.j8OM4TnN026465@repoman.freebsd.org> X-Enigmail-Version: 0.90.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/textproc/docbook-xsl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 08:58:44 -0000 Dag-Erling Smorgrav wrote: > > Modified files: > textproc/docbook-xsl Makefile > Log: > Previous commit was made in absence of brain. Mark as broken while I > figure out how to do this properly. I really can't understand why you do not see assigned to you PRs. Patch for updating docbook-xsl to 1.69.1 was submitted 2005/09/05 (and carefully tested, apropos): http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/85734 -- Sergey Skvortsov mailto: skv@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Mon Sep 26 09:21:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CE6D16A41F; Mon, 26 Sep 2005 09:21:29 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF5DB43D55; Mon, 26 Sep 2005 09:21:28 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8Q9LS53074651; Mon, 26 Sep 2005 09:21:28 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8Q9LSEj074650; Mon, 26 Sep 2005 09:21:28 GMT (envelope-from novel) Message-Id: <200509260921.j8Q9LSEj074650@repoman.freebsd.org> From: Roman Bogorodskiy Date: Mon, 26 Sep 2005 09:21:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc/weechat Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 09:21:29 -0000 novel 2005-09-26 09:21:27 UTC FreeBSD ports repository Modified files: irc/weechat Makefile distinfo Log: Update to 0.1.5. PR: 86578 Submitted by: Andrej Zverev (maintainer) Revision Changes Path 1.9 +2 -2 ports/irc/weechat/Makefile 1.8 +2 -2 ports/irc/weechat/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 26 09:42:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FB9216A41F; Mon, 26 Sep 2005 09:42:23 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2FF543D49; Mon, 26 Sep 2005 09:42:22 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8Q9gMvA075400; Mon, 26 Sep 2005 09:42:22 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8Q9gMM8075399; Mon, 26 Sep 2005 09:42:22 GMT (envelope-from novel) Message-Id: <200509260942.j8Q9gMM8075399@repoman.freebsd.org> From: Roman Bogorodskiy Date: Mon, 26 Sep 2005 09:42:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/ninix-aya Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 09:42:23 -0000 novel 2005-09-26 09:42:22 UTC FreeBSD ports repository Modified files: games/ninix-aya Makefile distinfo Log: Update to 3.6.2. PR: 86581 Submitted by: UMENO Takashi (maintainer) Revision Changes Path 1.26 +2 -2 ports/games/ninix-aya/Makefile 1.21 +2 -2 ports/games/ninix-aya/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 26 10:02:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06A9E16A41F; Mon, 26 Sep 2005 10:02:40 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B765443D4C; Mon, 26 Sep 2005 10:02:39 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QA2dcS076187; Mon, 26 Sep 2005 10:02:39 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QA2dE9076186; Mon, 26 Sep 2005 10:02:39 GMT (envelope-from sem) Message-Id: <200509261002.j8QA2dE9076186@repoman.freebsd.org> From: Sergey Matveychuk Date: Mon, 26 Sep 2005 10:02:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/freenx Makefile ports/net/freenx/files patch-freenx-nxsetup X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 10:02:40 -0000 sem 2005-09-26 10:02:39 UTC FreeBSD ports repository Modified files: net/freenx Makefile net/freenx/files patch-freenx-nxsetup Log: - Bug fix: nxsetup fails without --uid and --gid flags - bum PORTREVISION PR: ports/86560 Submitted by: maintainer Revision Changes Path 1.5 +1 -0 ports/net/freenx/Makefile 1.4 +3 -3 ports/net/freenx/files/patch-freenx-nxsetup From owner-cvs-all@FreeBSD.ORG Mon Sep 26 10:29:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAF4516A41F; Mon, 26 Sep 2005 10:29:36 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B81B243D49; Mon, 26 Sep 2005 10:29:36 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QATafT077481; Mon, 26 Sep 2005 10:29:36 GMT (envelope-from marck@repoman.freebsd.org) Received: (from marck@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QATa2a077480; Mon, 26 Sep 2005 10:29:36 GMT (envelope-from marck) Message-Id: <200509261029.j8QATa2a077480@repoman.freebsd.org> From: Dmitry Morozovsky Date: Mon, 26 Sep 2005 10:29:36 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/ru_RU.KOI8-R/articles Makefile doc/ru_RU.KOI8-R/articles/linux-comparison Makefile article.sgml doc/ru_RU.KOI8-R/share/sgml trademarks.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 10:29:37 -0000 marck 2005-09-26 10:29:36 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/articles Makefile ru_RU.KOI8-R/share/sgml trademarks.ent Added files: ru_RU.KOI8-R/articles/linux-comparison Makefile article.sgml Log: Add linux-comparison translation, in sync with English 1.6, and connect it to the build. [1] Sync trademarks.ent up to r1.30 MFen: ??? -> ??? articles/Makefile 1.24 (share/sgml/trademarks.ent) -> 1.30 (doc/share/sgml/trademarks.ent) share/sgml/trademarks.ent ??? -> 1.1 articles/linux-comparison/Makefile ??? -> 1.6 articles/linux-comparison/article.sgml Obtained from: The FreeBSD Russian Documentation Project Submitted by: gad -at- FRDP [1] Revision Changes Path 1.26 +1 -0 doc/ru_RU.KOI8-R/articles/Makefile 1.1 +22 -0 doc/ru_RU.KOI8-R/articles/linux-comparison/Makefile (new) 1.1 +559 -0 doc/ru_RU.KOI8-R/articles/linux-comparison/article.sgml (new) 1.5 +13 -5 doc/ru_RU.KOI8-R/share/sgml/trademarks.ent From owner-cvs-all@FreeBSD.ORG Mon Sep 26 10:37:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 936B516A41F; Mon, 26 Sep 2005 10:37:20 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 518E143D48; Mon, 26 Sep 2005 10:37:20 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QAbKLd077814; Mon, 26 Sep 2005 10:37:20 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QAbKdB077813; Mon, 26 Sep 2005 10:37:20 GMT (envelope-from novel) Message-Id: <200509261037.j8QAbKdB077813@repoman.freebsd.org> From: Roman Bogorodskiy Date: Mon, 26 Sep 2005 10:37:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/news/crashmail Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 10:37:20 -0000 novel 2005-09-26 10:37:19 UTC FreeBSD ports repository Modified files: news/crashmail Makefile distinfo Log: - Update to 0.71 - Fix MASTER_SITES PR: 86569 Submitted by: Vladimir Kurtukov (maintainer) Revision Changes Path 1.5 +4 -5 ports/news/crashmail/Makefile 1.4 +2 -2 ports/news/crashmail/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 26 10:50:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88F3916A41F; Mon, 26 Sep 2005 10:50:01 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42FA943D48; Mon, 26 Sep 2005 10:50:01 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QAo1EC078428; Mon, 26 Sep 2005 10:50:01 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QAo1Fx078427; Mon, 26 Sep 2005 10:50:01 GMT (envelope-from novel) Message-Id: <200509261050.j8QAo1Fx078427@repoman.freebsd.org> From: Roman Bogorodskiy Date: Mon, 26 Sep 2005 10:50:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/russian/ksocrat Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 10:50:01 -0000 novel 2005-09-26 10:50:00 UTC FreeBSD ports repository Modified files: russian/ksocrat Makefile Log: - Fix fetching problem [1] - Minor Makefile cleanup PR: 86588 Submitted by: Andrej Zverev (maintainer) Reported by: pointyhat via kris Revision Changes Path 1.16 +1 -3 ports/russian/ksocrat/Makefile From owner-cvs-all@FreeBSD.ORG Mon Sep 26 10:52:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0ACF916A41F; Mon, 26 Sep 2005 10:52:03 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCD2943D48; Mon, 26 Sep 2005 10:52:02 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QAq2NQ078669; Mon, 26 Sep 2005 10:52:02 GMT (envelope-from marck@repoman.freebsd.org) Received: (from marck@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QAq2qM078668; Mon, 26 Sep 2005 10:52:02 GMT (envelope-from marck) Message-Id: <200509261052.j8QAq2qM078668@repoman.freebsd.org> From: Dmitry Morozovsky Date: Mon, 26 Sep 2005 10:52:02 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/ru docs.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 10:52:03 -0000 marck 2005-09-26 10:52:02 UTC FreeBSD doc repository Modified files: ru docs.sgml Log: MFen: 1.190 -> 1.193 docs.sgml Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.30 +18 -7 www/ru/docs.sgml From owner-cvs-all@FreeBSD.ORG Mon Sep 26 11:09:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0052A16A41F; Mon, 26 Sep 2005 11:09:26 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8962343D49; Mon, 26 Sep 2005 11:09:26 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QB9Qvc079625; Mon, 26 Sep 2005 11:09:26 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QB9QRK079624; Mon, 26 Sep 2005 11:09:26 GMT (envelope-from novel) Message-Id: <200509261109.j8QB9QRK079624@repoman.freebsd.org> From: Roman Bogorodskiy Date: Mon, 26 Sep 2005 11:09:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/libnotify Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 11:09:27 -0000 novel 2005-09-26 11:09:26 UTC FreeBSD ports repository Modified files: devel/libnotify Makefile pkg-descr Log: Project URL changed. PR: 86584 Submitted by: Andreas Kohn (maintainer) Revision Changes Path 1.5 +1 -3 ports/devel/libnotify/Makefile 1.4 +1 -1 ports/devel/libnotify/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Sep 26 11:15:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F37316A41F; Mon, 26 Sep 2005 11:15:20 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE52E43D49; Mon, 26 Sep 2005 11:15:19 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QBFJkt079978; Mon, 26 Sep 2005 11:15:19 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QBFJAA079977; Mon, 26 Sep 2005 11:15:19 GMT (envelope-from novel) Message-Id: <200509261115.j8QBFJAA079977@repoman.freebsd.org> From: Roman Bogorodskiy Date: Mon, 26 Sep 2005 11:15:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/notification-daemon Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 11:15:20 -0000 novel 2005-09-26 11:15:19 UTC FreeBSD ports repository Modified files: deskutils/notification-daemon Makefile pkg-descr Log: Project URL changed. PR: 86585 Submitted by: Andreas Kohn (maintainer) Revision Changes Path 1.6 +1 -3 ports/deskutils/notification-daemon/Makefile 1.2 +1 -1 ports/deskutils/notification-daemon/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Sep 26 11:21:13 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54C0B16A41F; Mon, 26 Sep 2005 11:21:13 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C370643D48; Mon, 26 Sep 2005 11:21:12 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id j8QBLBsc026496; Mon, 26 Sep 2005 21:21:11 +1000 Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailproxy2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id j8QBLAXX001207; Mon, 26 Sep 2005 21:21:10 +1000 Date: Mon, 26 Sep 2005 21:21:10 +1000 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Robert Watson In-Reply-To: <200509260802.j8Q82PFW064658@repoman.freebsd.org> Message-ID: <20050926212051.J21547@delplex.bde.org> References: <200509260802.j8Q82PFW064658@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern subr_prf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 11:21:13 -0000 On Mon, 26 Sep 2005, Robert Watson wrote: > rwatson 2005-09-26 08:02:24 UTC > > FreeBSD src repository > > Modified files: > sys/kern subr_prf.c > Log: > Acquire Giant in uprintf() and tprintf() rather than asserting it. In > the vast majority of cases, these functions are called without mutexes > held, meaning that in all but two cases, there will be no ordering > issues with doing this, and it will eliminate the need for changes in > the caller. In two cases, mutexes are held, so Giant must be acquired > before those mutexes such that uprintf() and tprintf() recurse Giant > rather than generating a lock order reversal. > > Suggested by: bde Thansks. Bruce From owner-cvs-all@FreeBSD.ORG Mon Sep 26 11:24:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1844416A41F; Mon, 26 Sep 2005 11:24:55 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C59E343D48; Mon, 26 Sep 2005 11:24:54 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QBOs9Y080298; Mon, 26 Sep 2005 11:24:54 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QBOsZN080297; Mon, 26 Sep 2005 11:24:54 GMT (envelope-from barner) Message-Id: <200509261124.j8QBOsZN080297@repoman.freebsd.org> From: Simon Barner Date: Mon, 26 Sep 2005 11:24:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/cad/linux-eagle Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 11:24:55 -0000 barner 2005-09-26 11:24:54 UTC FreeBSD ports repository Modified files: cad/linux-eagle Makefile distinfo pkg-plist Log: Update to 4.15 Submitted by: Mike Durian PR: ports/86241 Approved by: "Thomas E. Zander" (maintainer) Revision Changes Path 1.17 +1 -2 ports/cad/linux-eagle/Makefile 1.7 +2 -2 ports/cad/linux-eagle/distinfo 1.7 +23 -2 ports/cad/linux-eagle/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Sep 26 11:26:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FF0316A41F; Mon, 26 Sep 2005 11:26:24 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFCA743D48; Mon, 26 Sep 2005 11:26:23 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QBQN7F080402; Mon, 26 Sep 2005 11:26:23 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QBQN7E080401; Mon, 26 Sep 2005 11:26:23 GMT (envelope-from barner) Message-Id: <200509261126.j8QBQN7E080401@repoman.freebsd.org> From: Simon Barner Date: Mon, 26 Sep 2005 11:26:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/german/linux-eagle distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 11:26:24 -0000 barner 2005-09-26 11:26:23 UTC FreeBSD ports repository Modified files: german/linux-eagle distinfo pkg-plist Log: Update to 4.15 (follows update of master port, ports/86241). Submitted by: "Thomas E. Zander" (maintainer) Revision Changes Path 1.8 +2 -2 ports/german/linux-eagle/distinfo 1.8 +23 -2 ports/german/linux-eagle/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Sep 26 11:31:32 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD42916A41F; Mon, 26 Sep 2005 11:31:32 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 778D343D49; Mon, 26 Sep 2005 11:31:32 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id 5CAD146B1C; Mon, 26 Sep 2005 07:31:29 -0400 (EDT) Date: Mon, 26 Sep 2005 12:31:29 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Bruce Evans In-Reply-To: <20050926212051.J21547@delplex.bde.org> Message-ID: <20050926123058.X11229@fledge.watson.org> References: <200509260802.j8Q82PFW064658@repoman.freebsd.org> <20050926212051.J21547@delplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern subr_prf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 11:31:33 -0000 On Mon, 26 Sep 2005, Bruce Evans wrote: >> Acquire Giant in uprintf() and tprintf() rather than asserting it. In >> the vast majority of cases, these functions are called without mutexes >> held, meaning that in all but two cases, there will be no ordering >> issues with doing this, and it will eliminate the need for changes in >> the caller. In two cases, mutexes are held, so Giant must be acquired >> before those mutexes such that uprintf() and tprintf() recurse Giant >> rather than generating a lock order reversal. > > Thansks. I'll take a jaunt through the rest of the tree removing the Giant acquisitions (in most cases) later this afternoon (local time) Robert N M Watson From owner-cvs-all@FreeBSD.ORG Mon Sep 26 11:38:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43DF016A41F; Mon, 26 Sep 2005 11:38:09 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3C4343D48; Mon, 26 Sep 2005 11:38:08 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QBc8el080873; Mon, 26 Sep 2005 11:38:08 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QBc8Dp080872; Mon, 26 Sep 2005 11:38:08 GMT (envelope-from novel) Message-Id: <200509261138.j8QBc8Dp080872@repoman.freebsd.org> From: Roman Bogorodskiy Date: Mon, 26 Sep 2005 11:38:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ftp/wzdftpd Makefile ports/ftp/wzdftpd/files patch-popen-bug X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 11:38:09 -0000 novel 2005-09-26 11:38:08 UTC FreeBSD ports repository Modified files: ftp/wzdftpd Makefile Added files: ftp/wzdftpd/files patch-popen-bug Log: Fix insecure use of popen(). Obtained from: wzdftpd-security maillist Revision Changes Path 1.30 +1 -0 ports/ftp/wzdftpd/Makefile 1.1 +62 -0 ports/ftp/wzdftpd/files/patch-popen-bug (new) From owner-cvs-all@FreeBSD.ORG Mon Sep 26 12:03:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F3C816A420; Mon, 26 Sep 2005 12:03:43 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E00743D7C; Mon, 26 Sep 2005 12:03:38 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QC3cEr081755; Mon, 26 Sep 2005 12:03:38 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QC3cM0081754; Mon, 26 Sep 2005 12:03:38 GMT (envelope-from skv) Message-Id: <200509261203.j8QC3cM0081754@repoman.freebsd.org> From: Sergey Skvortsov Date: Mon, 26 Sep 2005 12:03:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Class-Data-Inheritable Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 12:03:43 -0000 skv 2005-09-26 12:03:37 UTC FreeBSD ports repository Modified files: devel/p5-Class-Data-Inheritable Makefile distinfo Log: Update to 0.04 Changes: http://search.cpan.org/src/TMTM/Class-Data-Inheritable-0.04/Changes Revision Changes Path 1.6 +1 -2 ports/devel/p5-Class-Data-Inheritable/Makefile 1.3 +2 -2 ports/devel/p5-Class-Data-Inheritable/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 26 12:03:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2470316A42B; Mon, 26 Sep 2005 12:03:45 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C426243D69; Mon, 26 Sep 2005 12:03:38 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QC3cwX081756; Mon, 26 Sep 2005 12:03:38 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QC3cm7081752; Mon, 26 Sep 2005 12:03:38 GMT (envelope-from andre) Message-Id: <200509261203.j8QC3cm7081752@repoman.freebsd.org> From: Andre Oppermann Date: Mon, 26 Sep 2005 12:03:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet tcp_syncache.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 12:03:46 -0000 andre 2005-09-26 12:03:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet tcp_syncache.c Log: MFC 1.77: Do not ignore all other TCP options when TCP_MD5. Approved by: re (scottl) Revision Changes Path 1.74.2.3 +1 -1 src/sys/netinet/tcp_syncache.c From owner-cvs-all@FreeBSD.ORG Mon Sep 26 12:06:18 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BC6E16A424 for ; Mon, 26 Sep 2005 12:06:18 +0000 (GMT) (envelope-from gervasveres@psinet.com.ar) Received: from psinet.com.ar (bmt75.neoplus.adsl.tpnet.pl [83.28.239.75]) by mx1.FreeBSD.org (Postfix) with SMTP id 4FBA043D66 for ; Mon, 26 Sep 2005 12:06:15 +0000 (GMT) (envelope-from gervasveres@psinet.com.ar) Received: from [192.168.154.134] (helo=rockery) by psinet.com.ar with SMTP (Drawing mk 1.99 (Housing)) id oKEwrE-MTAaOY-rJ for cvs-all@freebsd.org; Mon, 26 Sep 2005 07:06:17 -0500 Message-ID: <250305.YOIOECGAPLVI@rockery> From: "Gervasius Veres" To: "Mahinder Metz" Date: Mon, 26 Sep 2005 07:06:16 -0500 MIME-Version: 1.0 X-Priority: 3 X-Mailer: Drawing mk 1.99 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: V to you , Pharrfmacy X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gervasius Veres List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 12:06:18 -0000 ViaLevValXanCelAmCiaProMeUlt graitraiumax= ebrexbienlispeciaridiaram $ $ $ = 3.33 3.75 1.21 = http://www.preferollin.c= om The Ass and the Mule Monkey, and all the crew were obliged to swim for = their lives. A It is far more becoming to go straight forward. The young Crab = = with his stout right hand. The Robber being slain, the timid JUPITER ISSUED a = = proclamation to all the beasts of the forest and own hard fate. Just as they = were beginning to eat, someone From owner-cvs-all@FreeBSD.ORG Mon Sep 26 12:06:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C981C16A42C; Mon, 26 Sep 2005 12:06:21 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D658F43D5D; Mon, 26 Sep 2005 12:06:18 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QC6IRp081914; Mon, 26 Sep 2005 12:06:18 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QC6IBh081913; Mon, 26 Sep 2005 12:06:18 GMT (envelope-from andre) Message-Id: <200509261206.j8QC6IBh081913@repoman.freebsd.org> From: Andre Oppermann Date: Mon, 26 Sep 2005 12:06:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net bpf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 12:06:23 -0000 andre 2005-09-26 12:06:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net bpf.c Log: MFC 1.160: Undo optimization which broke BIOCGSEESENT handling. Approved by: re (scottl) Revision Changes Path 1.153.2.4 +0 -4 src/sys/net/bpf.c From owner-cvs-all@FreeBSD.ORG Mon Sep 26 12:12:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BCEF16A41F; Mon, 26 Sep 2005 12:12:12 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCEE143D49; Mon, 26 Sep 2005 12:12:11 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QCCBbm082116; Mon, 26 Sep 2005 12:12:11 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QCCBf9082115; Mon, 26 Sep 2005 12:12:11 GMT (envelope-from skv) Message-Id: <200509261212.j8QCCBf9082115@repoman.freebsd.org> From: Sergey Skvortsov Date: Mon, 26 Sep 2005 12:12:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/p5-POE-Component-SNMP Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 12:12:12 -0000 skv 2005-09-26 12:12:11 UTC FreeBSD ports repository Modified files: net-mgmt/p5-POE-Component-SNMP Makefile distinfo Log: Update to 0.93 Changes: http://search.cpan.org/src/RDB/POE-Component-SNMP-0.93/Changes Revision Changes Path 1.2 +1 -1 ports/net-mgmt/p5-POE-Component-SNMP/Makefile 1.2 +2 -2 ports/net-mgmt/p5-POE-Component-SNMP/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 26 12:16:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 176DB16A41F; Mon, 26 Sep 2005 12:16:29 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9921743D5A; Mon, 26 Sep 2005 12:16:28 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QCGSqT082310; Mon, 26 Sep 2005 12:16:28 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QCGSe3082309; Mon, 26 Sep 2005 12:16:28 GMT (envelope-from des) Message-Id: <200509261216.j8QCGSe3082309@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 26 Sep 2005 12:16:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/powerd powerd.8 powerd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 12:16:29 -0000 des 2005-09-26 12:16:28 UTC FreeBSD src repository Modified files: usr.sbin/powerd powerd.8 powerd.c Log: Accept "maximum" and "minimum" modes as well as their abbreviations. MFC after: 2 weeks Revision Changes Path 1.7 +1 -1 src/usr.sbin/powerd/powerd.8 1.12 +2 -2 src/usr.sbin/powerd/powerd.c From owner-cvs-all@FreeBSD.ORG Mon Sep 26 12:31:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BD0F16A41F; Mon, 26 Sep 2005 12:31:30 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B00F43D55; Mon, 26 Sep 2005 12:31:29 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QCVSuo082883; Mon, 26 Sep 2005 12:31:29 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QCVSPN082882; Mon, 26 Sep 2005 12:31:28 GMT (envelope-from skv) Message-Id: <200509261231.j8QCVSPN082882@repoman.freebsd.org> From: Sergey Skvortsov Date: Mon, 26 Sep 2005 12:31:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/p5-Net-Pcap Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 12:31:30 -0000 skv 2005-09-26 12:31:28 UTC FreeBSD ports repository Modified files: net/p5-Net-Pcap Makefile distinfo pkg-plist Log: Update to 0.07 Changes: http://search.cpan.org/src/SAPER/Net-Pcap-0.07/Changes Revision Changes Path 1.6 +3 -1 ports/net/p5-Net-Pcap/Makefile 1.5 +2 -2 ports/net/p5-Net-Pcap/distinfo 1.3 +1 -0 ports/net/p5-Net-Pcap/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Sep 26 12:37:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8D7F16A41F; Mon, 26 Sep 2005 12:37:24 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A27AF43D48; Mon, 26 Sep 2005 12:37:24 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QCbOoI083064; Mon, 26 Sep 2005 12:37:24 GMT (envelope-from marck@repoman.freebsd.org) Received: (from marck@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QCbOv5083063; Mon, 26 Sep 2005 12:37:24 GMT (envelope-from marck) Message-Id: <200509261237.j8QCbOv5083063@repoman.freebsd.org> From: Dmitry Morozovsky Date: Mon, 26 Sep 2005 12:37:24 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/ru_RU.KOI8-R/articles/linux-comparison article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 12:37:25 -0000 marck 2005-09-26 12:37:24 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/articles/linux-comparison article.sgml Log: Move from russian spelling to english of the word "Linux" Obtained from: The FreeBSD Russian Documentation Project Submitted by: gad -at- FRDP Revision Changes Path 1.2 +2 -2 doc/ru_RU.KOI8-R/articles/linux-comparison/article.sgml From owner-cvs-all@FreeBSD.ORG Mon Sep 26 13:12:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC1EE16A41F; Mon, 26 Sep 2005 13:12:00 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78C1943D53; Mon, 26 Sep 2005 13:12:00 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QDC0tp095378; Mon, 26 Sep 2005 13:12:00 GMT (envelope-from marck@repoman.freebsd.org) Received: (from marck@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QDC0it095375; Mon, 26 Sep 2005 13:12:00 GMT (envelope-from marck) Message-Id: <200509261312.j8QDC0it095375@repoman.freebsd.org> From: Dmitry Morozovsky Date: Mon, 26 Sep 2005 13:11:59 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/ru docs.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 13:12:00 -0000 marck 2005-09-26 13:11:59 UTC FreeBSD doc repository Modified files: ru docs.sgml Log: Move from russian spelling to english of the word "Linux" [1] Fix a typo [2] Obtained from: The FreeBSD Russian Documentation Project Chased by: gad -at- FRDP Submitted by: maxim [2] Revision Changes Path 1.31 +3 -3 www/ru/docs.sgml From owner-cvs-all@FreeBSD.ORG Mon Sep 26 13:12:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA95916A420; Mon, 26 Sep 2005 13:12:01 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 686A143D48; Mon, 26 Sep 2005 13:12:01 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QDC1RC095410; Mon, 26 Sep 2005 13:12:01 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QDC1ai095409; Mon, 26 Sep 2005 13:12:01 GMT (envelope-from andre) Message-Id: <200509261312.j8QDC1ai095409@repoman.freebsd.org> From: Andre Oppermann Date: Mon, 26 Sep 2005 13:12:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/net bpf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 13:12:01 -0000 andre 2005-09-26 13:12:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/net bpf.c Log: MFC 1.160: Undo optimization which broke BIOCGSEESENT handling. Revision Changes Path 1.133.2.10 +0 -4 src/sys/net/bpf.c From owner-cvs-all@FreeBSD.ORG Mon Sep 26 13:18:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F23F916A41F; Mon, 26 Sep 2005 13:18:20 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B038643D53; Mon, 26 Sep 2005 13:18:20 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QDIKUc095684; Mon, 26 Sep 2005 13:18:20 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QDIKqJ095683; Mon, 26 Sep 2005 13:18:20 GMT (envelope-from andre) Message-Id: <200509261318.j8QDIKqJ095683@repoman.freebsd.org> From: Andre Oppermann Date: Mon, 26 Sep 2005 13:18:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/netinet tcp_syncache.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 13:18:21 -0000 andre 2005-09-26 13:18:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet tcp_syncache.c Log: MFC 1.77: Do not ignore all other TCP options when TCP_MD5. Revision Changes Path 1.66.2.4 +1 -1 src/sys/netinet/tcp_syncache.c From owner-cvs-all@FreeBSD.ORG Mon Sep 26 13:27:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2343D16A41F; Mon, 26 Sep 2005 13:27:00 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D463343D49; Mon, 26 Sep 2005 13:26:59 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QDQx6V096121; Mon, 26 Sep 2005 13:26:59 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QDQxAt096120; Mon, 26 Sep 2005 13:26:59 GMT (envelope-from garga) Message-Id: <200509261326.j8QDQxAt096120@repoman.freebsd.org> From: Renato Botelho Date: Mon, 26 Sep 2005 13:26:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/topless Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 13:27:00 -0000 garga 2005-09-26 13:26:59 UTC FreeBSD ports repository Modified files: sysutils/topless Makefile distinfo Log: - Update to 1.49 PR: 86586 Submitted by: maintainer Revision Changes Path 1.4 +1 -1 ports/sysutils/topless/Makefile 1.4 +2 -2 ports/sysutils/topless/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 26 13:39:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E2BF16A41F; Mon, 26 Sep 2005 13:39:56 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7ACB43D55; Mon, 26 Sep 2005 13:39:55 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QDdtaj096578; Mon, 26 Sep 2005 13:39:55 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QDdtvh096577; Mon, 26 Sep 2005 13:39:55 GMT (envelope-from mnag) Message-Id: <200509261339.j8QDdtvh096577@repoman.freebsd.org> From: Marcus Alves Grando Date: Mon, 26 Sep 2005 13:39:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/sqlite3 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 13:39:56 -0000 mnag 2005-09-26 13:39:55 UTC FreeBSD ports repository Modified files: databases/sqlite3 Makefile distinfo Log: Update to 3.2.7 [1] Take MAINTAINER PR: 86288 Submitted by: Robin Breathe [1] Approved by: pav (mentor), green (maintainer) Revision Changes Path 1.12 +3 -3 ports/databases/sqlite3/Makefile 1.6 +2 -2 ports/databases/sqlite3/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 26 13:53:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48FB516A41F; Mon, 26 Sep 2005 13:53:02 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 056EE43D49; Mon, 26 Sep 2005 13:53:02 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QDr1Jk097113; Mon, 26 Sep 2005 13:53:01 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QDr1K1097112; Mon, 26 Sep 2005 13:53:01 GMT (envelope-from garga) Message-Id: <200509261353.j8QDr1K1097112@repoman.freebsd.org> From: Renato Botelho Date: Mon, 26 Sep 2005 13:53:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio Makefile ports/audio/mpck Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 13:53:02 -0000 garga 2005-09-26 13:53:01 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/mpck Makefile distinfo pkg-descr Log: Add mpck 0.10, a command-line utility for checking mp3 files for errors. PR: ports/86553 Submitted by: Emanuel Haupt Revision Changes Path 1.658 +1 -0 ports/audio/Makefile 1.1 +29 -0 ports/audio/mpck/Makefile (new) 1.1 +2 -0 ports/audio/mpck/distinfo (new) 1.1 +6 -0 ports/audio/mpck/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Mon Sep 26 13:53:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BD7316A420; Mon, 26 Sep 2005 13:53:19 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC9CD43D49; Mon, 26 Sep 2005 13:53:18 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QDrISB097163; Mon, 26 Sep 2005 13:53:18 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QDrIZM097162; Mon, 26 Sep 2005 13:53:18 GMT (envelope-from garga) Message-Id: <200509261353.j8QDrIZM097162@repoman.freebsd.org> From: Renato Botelho Date: Mon, 26 Sep 2005 13:53:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 13:53:19 -0000 garga 2005-09-26 13:53:18 UTC FreeBSD ports repository Modified files: . modules Log: mpck --> ports/audio/mpck Revision Changes Path 1.13235 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Sep 26 13:54:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B93016A421; Mon, 26 Sep 2005 13:54:04 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4963E43D53; Mon, 26 Sep 2005 13:54:04 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QDs4Cg097280; Mon, 26 Sep 2005 13:54:04 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QDs4OA097279; Mon, 26 Sep 2005 13:54:04 GMT (envelope-from garga) Message-Id: <200509261354.j8QDs4OA097279@repoman.freebsd.org> From: Renato Botelho Date: Mon, 26 Sep 2005 13:54:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/tthsum Makefile distinfo pkg-descr ports/security/tthsum/files patch-read.c patch-thex.c patch-utf8.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 13:54:04 -0000 garga 2005-09-26 13:54:04 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/tthsum Makefile distinfo pkg-descr security/tthsum/files patch-read.c patch-thex.c patch-utf8.c Log: Add tthsum 1.1.0, a command-line utility for generating and checking TTH message digests. PR: ports/86555 Submitted by: Emanuel Haupt Revision Changes Path 1.644 +1 -0 ports/security/Makefile 1.1 +38 -0 ports/security/tthsum/Makefile (new) 1.1 +2 -0 ports/security/tthsum/distinfo (new) 1.1 +15 -0 ports/security/tthsum/files/patch-read.c (new) 1.1 +11 -0 ports/security/tthsum/files/patch-thex.c (new) 1.1 +11 -0 ports/security/tthsum/files/patch-utf8.c (new) 1.1 +10 -0 ports/security/tthsum/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Mon Sep 26 13:54:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 031ED16A422; Mon, 26 Sep 2005 13:54:19 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B64A943D4C; Mon, 26 Sep 2005 13:54:18 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QDsIXw097327; Mon, 26 Sep 2005 13:54:18 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QDsI0V097326; Mon, 26 Sep 2005 13:54:18 GMT (envelope-from garga) Message-Id: <200509261354.j8QDsI0V097326@repoman.freebsd.org> From: Renato Botelho Date: Mon, 26 Sep 2005 13:54:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 13:54:19 -0000 garga 2005-09-26 13:54:18 UTC FreeBSD ports repository Modified files: . modules Log: tthsum --> ports/security/tthsum Revision Changes Path 1.13236 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Sep 26 13:55:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3479A16A41F; Mon, 26 Sep 2005 13:55:16 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCADC43D4C; Mon, 26 Sep 2005 13:55:15 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QDtFl3097483; Mon, 26 Sep 2005 13:55:15 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QDtFQa097482; Mon, 26 Sep 2005 13:55:15 GMT (envelope-from garga) Message-Id: <200509261355.j8QDtFQa097482@repoman.freebsd.org> From: Renato Botelho Date: Mon, 26 Sep 2005 13:55:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics Makefile ports/graphics/recoverjpeg Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 13:55:16 -0000 garga 2005-09-26 13:55:15 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/recoverjpeg Makefile distinfo pkg-descr Log: Add recoverjpeg 1.1.1, recoverjpeg tries to recover JFIF (JPEG) pictures from a peripheral. PR: ports/86561 Submitted by: Emanuel Haupt Revision Changes Path 1.853 +1 -0 ports/graphics/Makefile 1.1 +47 -0 ports/graphics/recoverjpeg/Makefile (new) 1.1 +2 -0 ports/graphics/recoverjpeg/distinfo (new) 1.1 +5 -0 ports/graphics/recoverjpeg/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Mon Sep 26 13:55:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50AE716A41F; Mon, 26 Sep 2005 13:55:35 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E37A43D48; Mon, 26 Sep 2005 13:55:35 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QDtYVb097539; Mon, 26 Sep 2005 13:55:34 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QDtYOS097538; Mon, 26 Sep 2005 13:55:34 GMT (envelope-from garga) Message-Id: <200509261355.j8QDtYOS097538@repoman.freebsd.org> From: Renato Botelho Date: Mon, 26 Sep 2005 13:55:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 13:55:35 -0000 garga 2005-09-26 13:55:34 UTC FreeBSD ports repository Modified files: . modules Log: recoverjpeg --> ports/graphics/recoverjpeg Revision Changes Path 1.13237 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Sep 26 13:58:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A992D16A41F; Mon, 26 Sep 2005 13:58:56 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 686BB43D48; Mon, 26 Sep 2005 13:58:56 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QDwuOO097697; Mon, 26 Sep 2005 13:58:56 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QDwuYG097696; Mon, 26 Sep 2005 13:58:56 GMT (envelope-from jhb) Message-Id: <200509261358.j8QDwuYG097696@repoman.freebsd.org> From: John Baldwin Date: Mon, 26 Sep 2005 13:58:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/dev/ata ata-queue.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 13:58:56 -0000 jhb 2005-09-26 13:58:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/ata ata-queue.c Log: MFC: Zero donecount on auto request sense. PR: kern/81450 Submitted by: Sean McNeil sean at mcneil dot com Revision Changes Path 1.32.2.8 +1 -0 src/sys/dev/ata/ata-queue.c From owner-cvs-all@FreeBSD.ORG Mon Sep 26 14:13:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB90916A41F; Mon, 26 Sep 2005 14:13:07 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9752443D48; Mon, 26 Sep 2005 14:13:07 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QED7R3098227; Mon, 26 Sep 2005 14:13:07 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QED7sV098226; Mon, 26 Sep 2005 14:13:07 GMT (envelope-from sem) Message-Id: <200509261413.j8QED7sV098226@repoman.freebsd.org> From: Sergey Matveychuk Date: Mon, 26 Sep 2005 14:13:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc/ircservices Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 14:13:08 -0000 sem 2005-09-26 14:13:07 UTC FreeBSD ports repository Modified files: irc/ircservices Makefile distinfo Log: - Update to 5.0.55 PR: ports/86582 Submitted by: maintainer Revision Changes Path 1.26 +1 -1 ports/irc/ircservices/Makefile 1.17 +2 -0 ports/irc/ircservices/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 26 14:14:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A596816A41F; Mon, 26 Sep 2005 14:14:55 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62EB643D48; Mon, 26 Sep 2005 14:14:55 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QEEtHV098347; Mon, 26 Sep 2005 14:14:55 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QEEt90098346; Mon, 26 Sep 2005 14:14:55 GMT (envelope-from davidxu) Message-Id: <200509261414.j8QEEt90098346@repoman.freebsd.org> From: David Xu Date: Mon, 26 Sep 2005 14:14:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_environment.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 14:14:55 -0000 davidxu 2005-09-26 14:14:55 UTC FreeBSD src repository Modified files: sys/kern kern_environment.c Log: Reorder statements to avoid accessing unknown memory. In theory, invoking kenv with very long string can panic kernel. Revision Changes Path 1.41 +2 -2 src/sys/kern/kern_environment.c From owner-cvs-all@FreeBSD.ORG Mon Sep 26 14:36:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46A0E16A41F; Mon, 26 Sep 2005 14:36:55 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A27C043D49; Mon, 26 Sep 2005 14:36:54 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QEasWP099548; Mon, 26 Sep 2005 14:36:54 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QEasWc099547; Mon, 26 Sep 2005 14:36:54 GMT (envelope-from phk) Message-Id: <200509261436.j8QEasWc099547@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 26 Sep 2005 14:36:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/devfs devfs.h devfs_devs.c devfs_int.h devfs_rule.c devfs_vfsops.c devfs_vnops.c src/sys/kern kern_conf.c src/sys/security/mac_biba mac_biba.c src/sys/security/mac_lomac mac_lomac.c src/sys/security/mac_mls mac_mls.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 14:36:55 -0000 phk 2005-09-26 14:36:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/devfs devfs.h devfs_devs.c devfs_int.h devfs_rule.c devfs_vfsops.c devfs_vnops.c sys/kern kern_conf.c sys/security/mac_biba mac_biba.c sys/security/mac_lomac mac_lomac.c sys/security/mac_mls mac_mls.c sys/security/mac_none mac_none.c sys/security/mac_partition mac_partition.c sys/security/mac_stub mac_stub.c sys/security/mac_test mac_test.c sys/sys conf.h Log: MFC: DEVFS fixes of many sorts. Approved by: re@ (scottl) Revision Changes Path 1.22.2.2 +10 -34 src/sys/fs/devfs/devfs.h 1.36.2.3 +289 -253 src/sys/fs/devfs/devfs_devs.c 1.1.2.2 +22 -0 src/sys/fs/devfs/devfs_int.h 1.14.2.2 +108 -163 src/sys/fs/devfs/devfs_rule.c 1.44.2.3 +26 -34 src/sys/fs/devfs/devfs_vfsops.c 1.114.2.5 +79 -113 src/sys/fs/devfs/devfs_vnops.c 1.186.2.3 +27 -39 src/sys/kern/kern_conf.c 1.87.2.2 +1 -0 src/sys/security/mac_biba/mac_biba.c 1.35.2.2 +1 -0 src/sys/security/mac_lomac/mac_lomac.c 1.72.2.2 +1 -0 src/sys/security/mac_mls/mac_mls.c 1.31.8.1 +1 -0 src/sys/security/mac_none/mac_none.c 1.10.8.1 +1 -0 src/sys/security/mac_partition/mac_partition.c 1.52.2.3 +1 -0 src/sys/security/mac_stub/mac_stub.c 1.60.2.2 +1 -0 src/sys/security/mac_test/mac_test.c 1.222.2.3 +1 -2 src/sys/sys/conf.h From owner-cvs-all@FreeBSD.ORG Mon Sep 26 14:46:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E18C16A41F; Mon, 26 Sep 2005 14:46:11 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFF1743D4C; Mon, 26 Sep 2005 14:46:10 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QEkAHT000100; Mon, 26 Sep 2005 14:46:10 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QEkACG099998; Mon, 26 Sep 2005 14:46:10 GMT (envelope-from glebius) Message-Id: <200509261446.j8QEkACG099998@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 26 Sep 2005 14:46:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 14:46:11 -0000 glebius 2005-09-26 14:46:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/em if_em.c Log: MFC 1.71, 1.72: Check IFF_DRV_RUNNING before calling em_start_locked(). Approved by: re (scottl) Revision Changes Path 1.65.2.3 +2 -1 src/sys/dev/em/if_em.c From owner-cvs-all@FreeBSD.ORG Mon Sep 26 14:56:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1371216A41F; Mon, 26 Sep 2005 14:56:21 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C177443D53; Mon, 26 Sep 2005 14:56:20 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QEuKZf000547; Mon, 26 Sep 2005 14:56:20 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QEuKea000546; Mon, 26 Sep 2005 14:56:20 GMT (envelope-from skv) Message-Id: <200509261456.j8QEuKea000546@repoman.freebsd.org> From: Sergey Skvortsov Date: Mon, 26 Sep 2005 14:56:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/p5-Class-DBI Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 14:56:21 -0000 skv 2005-09-26 14:56:19 UTC FreeBSD ports repository Modified files: databases/p5-Class-DBI Makefile distinfo pkg-plist Log: Update to 3.0.8 Changes: http://search.cpan.org/src/TMTM/Class-DBI-v3.0.8/Changes Revision Changes Path 1.15 +2 -2 ports/databases/p5-Class-DBI/Makefile 1.10 +2 -2 ports/databases/p5-Class-DBI/distinfo 1.7 +1 -2 ports/databases/p5-Class-DBI/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Sep 26 14:57:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A22BC16A41F; Mon, 26 Sep 2005 14:57:27 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4741843D55; Mon, 26 Sep 2005 14:57:27 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QEvRAD000633; Mon, 26 Sep 2005 14:57:27 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QEvRBH000632; Mon, 26 Sep 2005 14:57:27 GMT (envelope-from phk) Message-Id: <200509261457.j8QEvRBH000632@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 26 Sep 2005 14:57:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/nanobsd Makefile customize.sh i386.diskimage localfiles src/tools/tools/nanobsd/Customize NET4801 comconsole default files nobeastie pkgs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 14:57:27 -0000 phk 2005-09-26 14:57:27 UTC FreeBSD src repository Removed files: tools/tools/nanobsd Makefile customize.sh i386.diskimage localfiles tools/tools/nanobsd/Customize NET4801 comconsole default files nobeastie pkgs Log: Remove the old Makefile based nanobsd build method, the new shell script based is far better and the only one supported from now on. Revision Changes Path 1.2 +0 -27 src/tools/tools/nanobsd/Customize/NET4801 (dead) 1.3 +0 -30 src/tools/tools/nanobsd/Customize/comconsole (dead) 1.2 +0 -64 src/tools/tools/nanobsd/Customize/default (dead) 1.3 +0 -15 src/tools/tools/nanobsd/Customize/files (dead) 1.2 +0 -25 src/tools/tools/nanobsd/Customize/nobeastie (dead) 1.2 +0 -18 src/tools/tools/nanobsd/Customize/pkgs (dead) 1.15 +0 -191 src/tools/tools/nanobsd/Makefile (dead) 1.3 +0 -72 src/tools/tools/nanobsd/customize.sh (dead) 1.18 +0 -124 src/tools/tools/nanobsd/i386.diskimage (dead) 1.3 +0 -34 src/tools/tools/nanobsd/localfiles (dead) From owner-cvs-all@FreeBSD.ORG Mon Sep 26 14:58:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1088716A41F; Mon, 26 Sep 2005 14:58:59 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C35A743D4C; Mon, 26 Sep 2005 14:58:58 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QEww9w000750; Mon, 26 Sep 2005 14:58:58 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QEwwa4000749; Mon, 26 Sep 2005 14:58:58 GMT (envelope-from phk) Message-Id: <200509261458.j8QEwwa4000749@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 26 Sep 2005 14:58:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/nanobsd make.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 14:58:59 -0000 phk 2005-09-26 14:58:58 UTC FreeBSD src repository Removed files: tools/tools/nanobsd make.conf Log: This one goes as well. Revision Changes Path 1.26 +0 -134 src/tools/tools/nanobsd/make.conf (dead) From owner-cvs-all@FreeBSD.ORG Mon Sep 26 14:59:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 825D016A41F; Mon, 26 Sep 2005 14:59:12 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55B0B43D4C; Mon, 26 Sep 2005 14:59:12 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QExCIO000793; Mon, 26 Sep 2005 14:59:12 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QExCbR000792; Mon, 26 Sep 2005 14:59:12 GMT (envelope-from glebius) Message-Id: <200509261459.j8QExCbR000792@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 26 Sep 2005 14:59:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net route.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 14:59:12 -0000 glebius 2005-09-26 14:59:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net route.c Log: MFC 1.113: Several fixes to rt_setgate(), that fix problems with route changing: - Rearrange code so that in a case of failure the affected route is not changed. Otherwise, a bogus rtentry will be left and later rt_check() can recurse on its lock. [1] - Remove comment about protocol cloning. - Fix two places where rtentry mutex was recursed on, because accessed via two different pointers, that were actually pointing to the same rtentry in some cases. [1] - Return EADDRINUSE instead of bogus EDQUOT, in case when gateway uses the same route. [2] Reported & tested by: ps, Andrej Zverev [1] PR: kern/64090 [2] Approved by: re (scottl) Revision Changes Path 1.109.2.2 +30 -35 src/sys/net/route.c From owner-cvs-all@FreeBSD.ORG Mon Sep 26 15:00:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 407BD16A41F; Mon, 26 Sep 2005 15:00:35 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD29343D48; Mon, 26 Sep 2005 15:00:34 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QF0Y0V000922; Mon, 26 Sep 2005 15:00:34 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QF0YTs000921; Mon, 26 Sep 2005 15:00:34 GMT (envelope-from glebius) Message-Id: <200509261500.j8QF0YTs000921@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 26 Sep 2005 15:00:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/route route.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 15:00:35 -0000 glebius 2005-09-26 15:00:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/route route.c Log: MFC 1.80: - Understand EADDRINUSE, and forget EDQUOT. [1] - Add description for EEXIST. - Change description for ENOBUFS. Routing socket can return this error for many different reasons, including general memory shortage, mbuf memory shortage and rtentry zone. PR: kern/64090 [1] Approved by: re (scottl) Revision Changes Path 1.79.2.1 +6 -2 src/sbin/route/route.c From owner-cvs-all@FreeBSD.ORG Mon Sep 26 15:00:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9624616A423; Mon, 26 Sep 2005 15:00:49 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FC6C43D58; Mon, 26 Sep 2005 15:00:49 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QF0nhk001027; Mon, 26 Sep 2005 15:00:49 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QF0n11001026; Mon, 26 Sep 2005 15:00:49 GMT (envelope-from phk) Message-Id: <200509261500.j8QF0n11001026@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 26 Sep 2005 15:00:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/tools/tools/nanobsd Makefile customize.sh i386.diskimage localfiles make.conf nanobsd.sh src/tools/tools/nanobsd/Customize NET4801 comconsole default files nobeastie pkgs src/tools/tools/nanobsd/Files/root change_password ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 15:00:49 -0000 phk 2005-09-26 15:00:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) tools/tools/nanobsd nanobsd.sh tools/tools/nanobsd/Files/root change_password save_sshkeys updatep1 updatep2 Removed files: (Branch: RELENG_6) tools/tools/nanobsd Makefile customize.sh i386.diskimage localfiles make.conf tools/tools/nanobsd/Customize NET4801 comconsole default files nobeastie pkgs Log: MFC: nanobsd conversion to shell script. Approved by: re@ (scottl) Revision Changes Path 1.1.4.1 +0 -27 src/tools/tools/nanobsd/Customize/NET4801 (dead) 1.2.4.1 +0 -30 src/tools/tools/nanobsd/Customize/comconsole (dead) 1.1.4.1 +0 -64 src/tools/tools/nanobsd/Customize/default (dead) 1.1.4.2 +0 -15 src/tools/tools/nanobsd/Customize/files (dead) 1.1.4.1 +0 -25 src/tools/tools/nanobsd/Customize/nobeastie (dead) 1.1.4.1 +0 -18 src/tools/tools/nanobsd/Customize/pkgs (dead) 1.1.4.2 +29 -6 src/tools/tools/nanobsd/Files/root/change_password 1.1.4.2 +30 -9 src/tools/tools/nanobsd/Files/root/save_sshkeys 1.1.4.1 +35 -5 src/tools/tools/nanobsd/Files/root/updatep1 1.1.4.1 +41 -8 src/tools/tools/nanobsd/Files/root/updatep2 1.14.2.1 +0 -191 src/tools/tools/nanobsd/Makefile (dead) 1.2.2.1 +0 -72 src/tools/tools/nanobsd/customize.sh (dead) 1.15.2.2 +0 -124 src/tools/tools/nanobsd/i386.diskimage (dead) 1.2.2.1 +0 -34 src/tools/tools/nanobsd/localfiles (dead) 1.23.2.2 +0 -134 src/tools/tools/nanobsd/make.conf (dead) 1.7.2.3 +151 -29 src/tools/tools/nanobsd/nanobsd.sh From owner-cvs-all@FreeBSD.ORG Mon Sep 26 15:44:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A0FD16A41F; Mon, 26 Sep 2005 15:44:48 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B4CE43D49; Mon, 26 Sep 2005 15:44:47 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.41.233] (Not Verified[10.50.41.233]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Mon, 26 Sep 2005 12:00:43 -0400 From: John Baldwin To: "Christian S.J. Peron" Date: Mon, 26 Sep 2005 11:45:42 -0400 User-Agent: KMail/1.8 References: <200509242347.j8ONl4Rv030044@repoman.freebsd.org> In-Reply-To: <200509242347.j8ONl4Rv030044@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509261145.43313.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern init_sysent.c vfs_syscalls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 15:44:48 -0000 On Saturday 24 September 2005 07:47 pm, Christian S.J. Peron wrote: > csjp 2005-09-24 23:47:04 UTC > > FreeBSD src repository > > Modified files: > sys/kern init_sysent.c vfs_syscalls.c > Log: > Implement new world order in VFS locking for extended attributes. This > will remove the unconditional acquisition of Giant for extended attribute > related operations. If the file system is set as being MP safe and > debug.mpsafevfs is 1, do not pickup Giant. > > Mark the following system calls as being MP safe so we no longer pickup > Giant in the system call handler: > > o extattrctl > o extattr_set_file > o extattr_get_file > o extattr_delete_file > o extattr_set_fd > o extattr_get_fd > o extattr_delete_fd > o extattr_set_link > o extattr_get_link > o extattr_delete_link > o extattr_list_file > o extattr_list_link > o extattr_list_fd > > -Pass MPSAFE flags to namei(9) lookup and introduce vfslocked variable > which will keep track of any Giant acquisitions. > -Wrap any fd operations which manipulate vnodes in VFS_{UN}LOCK_GIANT > -Drop VFS_ASSERT_GIANT into function which operate on vnodes to ensure > that we are sufficiently protected. > > I've tested these changes with various TrustedBSD MAC policies which use > extended attribute a lot on SMP and UP systems (thanks to Scott Long for > making some SMP hardware available to me for testing). > > Discussed with: jeff > Requested by: jhb, rwatson > > Revision Changes Path > 1.196 +13 -13 src/sys/kern/init_sysent.c > 1.395 +62 -29 src/sys/kern/vfs_syscalls.c Hmm, it seems you hacked on init_sysent.c directly rather than modifying syscalls.master and then running 'make sysent' to regenerate the appropriate files and doing a follow up commit. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Mon Sep 26 15:57:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2893516A41F; Mon, 26 Sep 2005 15:57:23 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8C8943D48; Mon, 26 Sep 2005 15:57:22 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QFvM0a003390; Mon, 26 Sep 2005 15:57:22 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QFvMew003389; Mon, 26 Sep 2005 15:57:22 GMT (envelope-from garga) Message-Id: <200509261557.j8QFvMew003389@repoman.freebsd.org> From: Renato Botelho Date: Mon, 26 Sep 2005 15:57:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/fileprune Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 15:57:23 -0000 garga 2005-09-26 15:57:22 UTC FreeBSD ports repository Modified files: sysutils/fileprune Makefile distinfo Log: - Update to 1.9 PR: 86592 Submitted by: Andrej Zverev Approved by: dds (maintainer) Revision Changes Path 1.4 +1 -1 ports/sysutils/fileprune/Makefile 1.4 +2 -2 ports/sysutils/fileprune/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 26 16:01:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B90B516A41F; Mon, 26 Sep 2005 16:01:09 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D56443D53; Mon, 26 Sep 2005 16:01:09 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QG18Vb003666; Mon, 26 Sep 2005 16:01:09 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QG18hP003665; Mon, 26 Sep 2005 16:01:08 GMT (envelope-from arved) Message-Id: <200509261601.j8QG18hP003665@repoman.freebsd.org> From: Tilman Linneweh Date: Mon, 26 Sep 2005 16:01:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/musicbox Makefile ports/misc/peq Makefile ports/games/pp Makefile ports/x11-toolkits/qt145 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 16:01:09 -0000 arved 2005-09-26 16:01:08 UTC FreeBSD ports repository Modified files: audio/musicbox Makefile misc/peq Makefile games/pp Makefile x11-toolkits/qt145 Makefile Log: Mark qt1 (QT4 is already released) and all ports depending on it as DEPRECATED and set an EXPIRATION_DATE. Approved by: "Gordon Greeff" (peq maintainer) Revision Changes Path 1.9 +3 -0 ports/audio/musicbox/Makefile 1.19 +3 -0 ports/games/pp/Makefile 1.14 +3 -0 ports/misc/peq/Makefile 1.68 +3 -0 ports/x11-toolkits/qt145/Makefile From owner-cvs-all@FreeBSD.ORG Mon Sep 26 16:02:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BF7016A41F; Mon, 26 Sep 2005 16:02:04 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 199E543D49; Mon, 26 Sep 2005 16:02:04 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QG23sm003738; Mon, 26 Sep 2005 16:02:03 GMT (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QG23h2003737; Mon, 26 Sep 2005 16:02:03 GMT (envelope-from jeh) Message-Id: <200509261602.j8QG23h2003737@repoman.freebsd.org> From: "James E. Housley" Date: Mon, 26 Sep 2005 16:02:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 16:02:04 -0000 jeh 2005-09-26 16:02:03 UTC FreeBSD ports repository Modified files: security/uvscan-dat Makefile distinfo Log: Update to 4590 Revision Changes Path 1.420 +1 -1 ports/security/uvscan-dat/Makefile 1.415 +2 -2 ports/security/uvscan-dat/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 26 16:06:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19AAC16A41F; Mon, 26 Sep 2005 16:06:50 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C99D643D48; Mon, 26 Sep 2005 16:06:49 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QG6nH6003948; Mon, 26 Sep 2005 16:06:49 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QG6nFr003947; Mon, 26 Sep 2005 16:06:49 GMT (envelope-from garga) Message-Id: <200509261606.j8QG6nFr003947@repoman.freebsd.org> From: Renato Botelho Date: Mon, 26 Sep 2005 16:06:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/geneweb Makefile ports/www/geneweb/files install.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 16:06:50 -0000 garga 2005-09-26 16:06:49 UTC FreeBSD ports repository Modified files: www/geneweb Makefile www/geneweb/files install.sh Log: - Fix friend/wizard sessions and images upload. - Bump PORTREVISION PR: ports/86568 Submitted by: maintainer Revision Changes Path 1.2 +1 -0 ports/www/geneweb/Makefile 1.2 +2 -1 ports/www/geneweb/files/install.sh From owner-cvs-all@FreeBSD.ORG Mon Sep 26 16:20:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFE3816A425; Mon, 26 Sep 2005 16:20:20 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B0B443D53; Mon, 26 Sep 2005 16:20:20 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QGKKdQ004426; Mon, 26 Sep 2005 16:20:20 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QGKK5J004425; Mon, 26 Sep 2005 16:20:20 GMT (envelope-from arved) Message-Id: <200509261620.j8QGKK5J004425@repoman.freebsd.org> From: Tilman Linneweh Date: Mon, 26 Sep 2005 16:20:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/jde Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 16:20:21 -0000 arved 2005-09-26 16:20:20 UTC FreeBSD ports repository Modified files: java/jde Makefile Log: The upstream maintainer has included versioned tarballs on their own website PR: 86593 Submitted by: Doug Kelly (dougk) Revision Changes Path 1.9 +1 -2 ports/java/jde/Makefile From owner-cvs-all@FreeBSD.ORG Mon Sep 26 16:55:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E6CA16A41F; Mon, 26 Sep 2005 16:55:12 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0349943D58; Mon, 26 Sep 2005 16:55:12 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QGtBlD012786; Mon, 26 Sep 2005 16:55:11 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QGtBeE012785; Mon, 26 Sep 2005 16:55:11 GMT (envelope-from rwatson) Message-Id: <200509261655.j8QGtBeE012785@repoman.freebsd.org> From: Robert Watson Date: Mon, 26 Sep 2005 16:55:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 16:55:12 -0000 rwatson 2005-09-26 16:55:11 UTC FreeBSD src repository Modified files: sys/kern subr_pcpu.c Log: Add "show allpcpu" to DDB, which prints the current CPU id followed by the per-cpu data for all CPUs. This is easier to ask users to do than "figure out how many CPUs you have, now run show pcpu, then run it once for each CPU you have". MFC after: 3 days Revision Changes Path 1.7 +36 -12 src/sys/kern/subr_pcpu.c From owner-cvs-all@FreeBSD.ORG Mon Sep 26 17:04:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EA4D16A41F; Mon, 26 Sep 2005 17:04:15 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A48F43D48; Mon, 26 Sep 2005 17:04:15 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QH4F24013158; Mon, 26 Sep 2005 17:04:15 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QH4FrI013157; Mon, 26 Sep 2005 17:04:15 GMT (envelope-from lofi) Message-Id: <200509261704.j8QH4FrI013157@repoman.freebsd.org> From: Michael Nottebrock Date: Mon, 26 Sep 2005 17:04:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/icecast2 Makefile distinfo pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 17:04:15 -0000 lofi 2005-09-26 17:04:15 UTC FreeBSD ports repository Modified files: audio/icecast2 Makefile distinfo pkg-plist Removed files: audio/icecast2 pkg-message Log: Update to 2.3.0 Revision Changes Path 1.47 +3 -3 ports/audio/icecast2/Makefile 1.20 +2 -2 ports/audio/icecast2/distinfo 1.6 +0 -14 ports/audio/icecast2/pkg-message (dead) 1.15 +8 -0 ports/audio/icecast2/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Sep 26 17:14:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45B5316A41F; Mon, 26 Sep 2005 17:14:53 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01CB543D49; Mon, 26 Sep 2005 17:14:53 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QHEqpm013697; Mon, 26 Sep 2005 17:14:52 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QHEqCG013696; Mon, 26 Sep 2005 17:14:52 GMT (envelope-from marcus) Message-Id: <200509261714.j8QHEqCG013696@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 26 Sep 2005 17:14:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/mplayer-plugin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 17:14:53 -0000 marcus 2005-09-26 17:14:52 UTC FreeBSD ports repository Modified files: www/mplayer-plugin Makefile Log: * Respect ${GMAKE} to fix a build problem on FreeBSD 4.X [1] * Make sure we look in ${LOCALBASE} for headers and libs to get i18n support working PR: 86575 [1] Revision Changes Path 1.39 +5 -3 ports/www/mplayer-plugin/Makefile From owner-cvs-all@FreeBSD.ORG Mon Sep 26 17:17:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30A1516A41F; Mon, 26 Sep 2005 17:17:05 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB89543D49; Mon, 26 Sep 2005 17:17:04 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QHH4Ek013871; Mon, 26 Sep 2005 17:17:04 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QHH4oH013870; Mon, 26 Sep 2005 17:17:04 GMT (envelope-from vsevolod) Message-Id: <200509261717.j8QHH4oH013870@repoman.freebsd.org> From: Vsevolod Stakhov Date: Mon, 26 Sep 2005 17:17:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/dovecot Makefile distinfo pkg-plist ports/mail/dovecot/files patch-dovecot-example.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 17:17:05 -0000 vsevolod 2005-09-26 17:17:04 UTC FreeBSD ports repository Modified files: mail/dovecot Makefile distinfo pkg-plist mail/dovecot/files patch-dovecot-example.conf Log: Update to dovecot-1.0.a3, now the recommended version. Upgrade notes: http://wiki.dovecot.org/moin.cgi/UpgradingDovecot PR: 86530 Submitted by: Robin Breathe (maintainer) Revision Changes Path 1.37 +18 -40 ports/mail/dovecot/Makefile 1.20 +2 -2 ports/mail/dovecot/distinfo 1.15 +92 -112 ports/mail/dovecot/files/patch-dovecot-example.conf 1.12 +9 -3 ports/mail/dovecot/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Sep 26 17:21:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B62716A420; Mon, 26 Sep 2005 17:21:16 +0000 (GMT) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F093443D53; Mon, 26 Sep 2005 17:21:15 +0000 (GMT) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QHLFQn014098; Mon, 26 Sep 2005 17:21:15 GMT (envelope-from damien@repoman.freebsd.org) Received: (from damien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QHLF8e014097; Mon, 26 Sep 2005 17:21:15 GMT (envelope-from damien) Message-Id: <200509261721.j8QHLF8e014097@repoman.freebsd.org> From: Damien Bergamini Date: Mon, 26 Sep 2005 17:21:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/usb if_ural.c src/share/man/man4 ural.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 17:21:16 -0000 damien 2005-09-26 17:21:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/usb if_ural.c share/man/man4 ural.4 Log: sync with HEAD. Approved by: re (scottl) Revision Changes Path 1.3.2.2 +13 -3 src/share/man/man4/ural.4 1.10.2.4 +0 -1 src/sys/dev/usb/if_ural.c From owner-cvs-all@FreeBSD.ORG Mon Sep 26 17:31:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAA6D16A41F; Mon, 26 Sep 2005 17:31:36 +0000 (GMT) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7408E43D48; Mon, 26 Sep 2005 17:31:36 +0000 (GMT) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QHValf014684; Mon, 26 Sep 2005 17:31:36 GMT (envelope-from damien@repoman.freebsd.org) Received: (from damien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QHVaom014683; Mon, 26 Sep 2005 17:31:36 GMT (envelope-from damien) Message-Id: <200509261731.j8QHVaom014683@repoman.freebsd.org> From: Damien Bergamini Date: Mon, 26 Sep 2005 17:31:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 17:31:36 -0000 damien 2005-09-26 17:31:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h Log: sync with HEAD. o Brings WME and IBSS support. o Fix association with APs hiding their SSIDs. Approved by: re (scottl) Revision Changes Path 1.8.2.4 +338 -78 src/sys/dev/iwi/if_iwi.c 1.2.2.1 +28 -1 src/sys/dev/iwi/if_iwireg.h 1.4.2.1 +11 -1 src/sys/dev/iwi/if_iwivar.h From owner-cvs-all@FreeBSD.ORG Mon Sep 26 17:44:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E91D816A41F; Mon, 26 Sep 2005 17:44:43 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id A860E43D48; Mon, 26 Sep 2005 17:44:43 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [70.30.70.180]) by elvis.mu.org (Postfix) with ESMTP id 81C531A3C1D; Mon, 26 Sep 2005 10:44:43 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 699DB51529; Mon, 26 Sep 2005 13:44:42 -0400 (EDT) Date: Mon, 26 Sep 2005 13:44:42 -0400 From: Kris Kennaway To: Robert Watson Message-ID: <20050926174442.GA57238@xor.obsecurity.org> References: <200509261655.j8QGtBeE012785@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vtzGhvizbBRQ85DL" Content-Disposition: inline In-Reply-To: <200509261655.j8QGtBeE012785@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 17:44:44 -0000 --vtzGhvizbBRQ85DL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 26, 2005 at 04:55:11PM +0000, Robert Watson wrote: > rwatson 2005-09-26 16:55:11 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/kern subr_pcpu.c=20 > Log: > Add "show allpcpu" to DDB, which prints the current CPU id followed by > the per-cpu data for all CPUs. This is easier to ask users to do than > "figure out how many CPUs you have, now run show pcpu, then run it > once for each CPU you have". My 14-cpu machine thanks you :-) Kris --vtzGhvizbBRQ85DL Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDODOKWry0BWjoQKURAgUuAJ9OI65uBlTml6eLz3HdfX23bCmSXACgp28f pr2vTuH4ZMyipdonSABEM2o= =4LM+ -----END PGP SIGNATURE----- --vtzGhvizbBRQ85DL-- From owner-cvs-all@FreeBSD.ORG Mon Sep 26 18:12:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FC0216A420; Mon, 26 Sep 2005 18:12:44 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr10.xs4all.nl (smtp-vbr10.xs4all.nl [194.109.24.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id B97B943D72; Mon, 26 Sep 2005 18:12:36 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr10.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8QICZff087999; Mon, 26 Sep 2005 20:12:35 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8QICYeO023963; Mon, 26 Sep 2005 20:12:34 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.3/8.13.1/Submit) id j8QICYmY023962; Mon, 26 Sep 2005 20:12:34 +0200 (CEST) (envelope-from wb) Date: Mon, 26 Sep 2005 20:12:34 +0200 From: Wilko Bulte To: Kris Kennaway Message-ID: <20050926181234.GA23937@freebie.xs4all.nl> References: <200509261655.j8QGtBeE012785@repoman.freebsd.org> <20050926174442.GA57238@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050926174442.GA57238@xor.obsecurity.org> X-OS: FreeBSD 5.4-STABLE User-Agent: Mutt/1.5.9i X-Virus-Scanned: by XS4ALL Virus Scanner Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, Robert Watson , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 18:12:44 -0000 On Mon, Sep 26, 2005 at 01:44:42PM -0400, Kris Kennaway wrote.. > On Mon, Sep 26, 2005 at 04:55:11PM +0000, Robert Watson wrote: > > rwatson 2005-09-26 16:55:11 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/kern subr_pcpu.c > > Log: > > Add "show allpcpu" to DDB, which prints the current CPU id followed by > > the per-cpu data for all CPUs. This is easier to ask users to do than > > "figure out how many CPUs you have, now run show pcpu, then run it > > once for each CPU you have". > > My 14-cpu machine thanks you :-) I'm curious: what machine model is that? -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Mon Sep 26 18:14:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4D2116A41F; Mon, 26 Sep 2005 18:14:40 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44B7043D6D; Mon, 26 Sep 2005 18:14:40 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QIEdPQ016460; Mon, 26 Sep 2005 18:14:39 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QIEdbb016459; Mon, 26 Sep 2005 18:14:39 GMT (envelope-from phk) Message-Id: <200509261814.j8QIEdbb016459@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 26 Sep 2005 18:14:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/md md.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 18:14:40 -0000 phk 2005-09-26 18:14:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/md md.c Log: MFC: Fixes for various races in md. Approved by: re@ (scottl) Revision Changes Path 1.153.2.3 +81 -117 src/sys/dev/md/md.c From owner-cvs-all@FreeBSD.ORG Mon Sep 26 18:22:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF47716A41F; Mon, 26 Sep 2005 18:22:30 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DA0443D58; Mon, 26 Sep 2005 18:22:25 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QIMP8a016803; Mon, 26 Sep 2005 18:22:25 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QIMP5N016802; Mon, 26 Sep 2005 18:22:25 GMT (envelope-from imp) Message-Id: <200509261822.j8QIMP5N016802@repoman.freebsd.org> From: Warner Losh Date: Mon, 26 Sep 2005 18:22:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ed if_ed.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 18:22:31 -0000 imp 2005-09-26 18:22:25 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed.c Log: Go ahead and detach our children in our detach routine. I'm undecided if we should delete them also or not, but have decided not to do so for the moment. Revision Changes Path 1.265 +1 -0 src/sys/dev/ed/if_ed.c From owner-cvs-all@FreeBSD.ORG Mon Sep 26 18:27:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 975A216A420; Mon, 26 Sep 2005 18:27:14 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BB3043D55; Mon, 26 Sep 2005 18:27:14 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QIREgv016976; Mon, 26 Sep 2005 18:27:14 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QIREWS016975; Mon, 26 Sep 2005 18:27:14 GMT (envelope-from imp) Message-Id: <200509261827.j8QIREWS016975@repoman.freebsd.org> From: Warner Losh Date: Mon, 26 Sep 2005 18:27:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ed if_ed_pccard.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 18:27:14 -0000 imp 2005-09-26 18:27:14 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed_pccard.c Log: Emit a warning when a card matches multiple entries in our table. A number of cards have been discovered to be matching on the strings of the cis rather than manufacturer/product id for cards we already had a prod id for. This is a result of getting the list from the NetBSD driver which also includes the OID for the cards where such a distinction mattered (since it was tested against the MAC address we got from the card). Since we do not try to match OIDs, we do not need the extra entries and they just waste space. I'm guessing that some of the dlink entires (DE-660, DE-660+) and many of the corega cards may fall into this boat and can safely be removed. Revision Changes Path 1.104 +35 -2 src/sys/dev/ed/if_ed_pccard.c From owner-cvs-all@FreeBSD.ORG Mon Sep 26 18:30:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA28F16A41F; Mon, 26 Sep 2005 18:30:12 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FD6D43D49; Mon, 26 Sep 2005 18:30:12 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QIUCfd017118; Mon, 26 Sep 2005 18:30:12 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QIUCBl017117; Mon, 26 Sep 2005 18:30:12 GMT (envelope-from jhb) Message-Id: <200509261830.j8QIUCBl017117@repoman.freebsd.org> From: John Baldwin Date: Mon, 26 Sep 2005 18:30:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_witness.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 18:30:13 -0000 jhb 2005-09-26 18:30:12 UTC FreeBSD src repository Modified files: sys/kern subr_witness.c Log: Add the spin lock used by the binary nvidia driver to the static lock order list so that WITNESS and the driver play together nicely. Tested by: Harald Schmalzbauer MFC after: 3 days Revision Changes Path 1.202 +1 -0 src/sys/kern/subr_witness.c From owner-cvs-all@FreeBSD.ORG Mon Sep 26 18:36:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DE5316A41F; Mon, 26 Sep 2005 18:36:09 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37EA043D4C; Mon, 26 Sep 2005 18:36:09 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QIa9FM017415; Mon, 26 Sep 2005 18:36:09 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QIa9bX017414; Mon, 26 Sep 2005 18:36:09 GMT (envelope-from oliver) Message-Id: <200509261836.j8QIa9bX017414@repoman.freebsd.org> From: Oliver Lehmann Date: Mon, 26 Sep 2005 18:36:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/atlas Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 18:36:09 -0000 oliver 2005-09-26 18:36:09 UTC FreeBSD ports repository Modified files: devel/atlas Makefile distinfo Log: update to 0.5.1 Revision Changes Path 1.19 +1 -1 ports/devel/atlas/Makefile 1.9 +2 -2 ports/devel/atlas/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 26 18:42:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BD7016A41F; Mon, 26 Sep 2005 18:42:28 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E754C43D49; Mon, 26 Sep 2005 18:42:27 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QIgRx8017641; Mon, 26 Sep 2005 18:42:27 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QIgRme017640; Mon, 26 Sep 2005 18:42:27 GMT (envelope-from jhb) Message-Id: <200509261842.j8QIgRme017640@repoman.freebsd.org> From: John Baldwin Date: Mon, 26 Sep 2005 18:42:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci if_sis.c if_sisreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 18:42:28 -0000 jhb 2005-09-26 18:42:27 UTC FreeBSD src repository Modified files: sys/pci if_sis.c if_sisreg.h Log: Small fixes to sis(4): - Remove sis_unit and use device_printf() and if_printf() instead. - Use callout_init_mtx() for the callout. - Remove spls. - Fix locking for ifmedia to happen in the ifmedia handlers rather than in sis_ioctl(). - Log an error message if we fail to allocate any resources. Perform cleanup if we fail to allocate any resources so that we don't leave a mutex hanging around. Tested by: Jason Tsai jason dot tsai at newcyberian dot com (1-4) MFC after: 3 days Revision Changes Path 1.139 +33 -43 src/sys/pci/if_sis.c 1.36 +0 -1 src/sys/pci/if_sisreg.h From owner-cvs-all@FreeBSD.ORG Mon Sep 26 18:48:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C344316A41F; Mon, 26 Sep 2005 18:48:01 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80A2243D48; Mon, 26 Sep 2005 18:48:01 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QIm1PZ017894; Mon, 26 Sep 2005 18:48:01 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QIm11v017893; Mon, 26 Sep 2005 18:48:01 GMT (envelope-from rwatson) Message-Id: <200509261848.j8QIm11v017893@repoman.freebsd.org> From: Robert Watson Date: Mon, 26 Sep 2005 18:48:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/net netisr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 18:48:01 -0000 rwatson 2005-09-26 18:48:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/net netisr.c Log: Merge missing patch hunk from netisr.c:1.12 from HEAD to RELENG_5: Include opt_net.h from netisr.c, or compiling in NET_WITH_GIANT will not change the default setting for debug.mpsafenet. Submitted by: Ed Maste Revision Changes Path 1.10.2.4 +2 -0 src/sys/net/netisr.c From owner-cvs-all@FreeBSD.ORG Mon Sep 26 19:35:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6215A16A41F; Mon, 26 Sep 2005 19:35:36 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C08A143D58; Mon, 26 Sep 2005 19:35:33 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QJZXBw019596; Mon, 26 Sep 2005 19:35:33 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QJZXKs019595; Mon, 26 Sep 2005 19:35:33 GMT (envelope-from jhb) Message-Id: <200509261935.j8QJZXKs019595@repoman.freebsd.org> From: John Baldwin Date: Mon, 26 Sep 2005 19:35:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/alpha/alpha busdma_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 19:35:36 -0000 jhb 2005-09-26 19:35:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/alpha/alpha busdma_machdep.c Log: MFC: Add a memory barrier for PREWRITE operations to ensure all writes by the CPU have drained before further writes to kick off the DMA operation. Approved by: re (kensmith) Revision Changes Path 1.51.2.1 +4 -0 src/sys/alpha/alpha/busdma_machdep.c From owner-cvs-all@FreeBSD.ORG Mon Sep 26 19:36:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 479AC16A41F; Mon, 26 Sep 2005 19:36:39 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 042EC43D53; Mon, 26 Sep 2005 19:36:39 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QJacOa019656; Mon, 26 Sep 2005 19:36:38 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QJacmL019655; Mon, 26 Sep 2005 19:36:38 GMT (envelope-from jhb) Message-Id: <200509261936.j8QJacmL019655@repoman.freebsd.org> From: John Baldwin Date: Mon, 26 Sep 2005 19:36:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/pci if_tl.c if_tlreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 19:36:39 -0000 jhb 2005-09-26 19:36:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/pci if_tl.c if_tlreg.h Log: MFC: Fixup locking and mark MPSAFE. Approved by: re (kensmith) Revision Changes Path 1.99.2.3 +57 -50 src/sys/pci/if_tl.c 1.21.2.1 +1 -1 src/sys/pci/if_tlreg.h From owner-cvs-all@FreeBSD.ORG Mon Sep 26 19:37:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 015CA16A421; Mon, 26 Sep 2005 19:37:34 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3A7E43D5E; Mon, 26 Sep 2005 19:37:29 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5EFC7.dip.t-dialin.net [84.165.239.199]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id j8QJN8S0011056; Mon, 26 Sep 2005 21:23:20 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id j8QJaXd9055944; Mon, 26 Sep 2005 21:36:34 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Mon, 26 Sep 2005 21:36:33 +0200 From: Alexander Leidinger To: "Greg 'groggy' Lehey" Message-ID: <20050926213633.12b1b9c8@Magellan.Leidinger.net> In-Reply-To: <20050926003308.GF29567@wantadilla.lemis.com> References: <200509252339.j8PNdj7c030486@repoman.freebsd.org> <20050926002701.GA73355@xor.obsecurity.org> <20050926003308.GF29567@wantadilla.lemis.com> X-Mailer: Sylpheed-Claws 1.9.14 (GTK+ 2.6.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Cc: cvs-ports@FreeBSD.org, ports-committers@FreeBSD.org, cvs-all@FreeBSD.org, Kris Kennaway Subject: Re: cvs commit: ports/astro/xearth/files freebsd.committers.markers X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 19:37:34 -0000 On Mon, 26 Sep 2005 10:03:08 +0930 "Greg 'groggy' Lehey" wrote: > On Sunday, 25 September 2005 at 20:27:01 -0400, Kris Kennaway wrote: > > On Sun, Sep 25, 2005 at 11:39:45PM +0000, Greg Lehey wrote: > >> grog 2005-09-25 23:39:45 UTC > >> Log: > >> Specify location accurately enough for Google Maps. > >> > >> This appears to require 5 digits after the decimal point. Specifying > >> 6 would pinpoint the location to about 11 cm in a north/south > >> direction and about 8 in east/wast, which is too specific for moving > >> beings. > > > > What about beings who rarely move from behind their monitor, like > > many hackers? :) > > I had thought of that. But we're talking about distances shorter than > the height of a keyboard here. You'd have to be completely paralyzed > and communicate with the outside world via a touch pad. The *height* of your keyboard is 8cm or more? Are we talking about the same direction in the 3D space? I'm talking about the negative direction the gravity force typically has here on earth. Bye, Alexander. -- Reboot America. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 From owner-cvs-all@FreeBSD.ORG Mon Sep 26 19:38:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 081F016A41F; Mon, 26 Sep 2005 19:38:14 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67F2743D5D; Mon, 26 Sep 2005 19:38:12 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QJcCYu019741; Mon, 26 Sep 2005 19:38:12 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QJcC7A019740; Mon, 26 Sep 2005 19:38:12 GMT (envelope-from jhb) Message-Id: <200509261938.j8QJcC7A019740@repoman.freebsd.org> From: John Baldwin Date: Mon, 26 Sep 2005 19:38:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/i386/i386 sys_machdep.c src/sys/i386/include pcb_ext.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 19:38:14 -0000 jhb 2005-09-26 19:38:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/i386/i386 sys_machdep.c sys/i386/include pcb_ext.h Log: MFC: Explicitly switch to the new TSS when adding one in i386_extend_pcb(). Approved by: re (kensmith) Revision Changes Path 1.102.2.1 +6 -4 src/sys/i386/i386/sys_machdep.c 1.9.14.1 +1 -0 src/sys/i386/include/pcb_ext.h From owner-cvs-all@FreeBSD.ORG Mon Sep 26 19:40:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4128016A420; Mon, 26 Sep 2005 19:40:36 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C57CD43D77; Mon, 26 Sep 2005 19:40:16 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QJeEdY019873; Mon, 26 Sep 2005 19:40:14 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QJeEmW019872; Mon, 26 Sep 2005 19:40:14 GMT (envelope-from jhb) Message-Id: <200509261940.j8QJeEmW019872@repoman.freebsd.org> From: John Baldwin Date: Mon, 26 Sep 2005 19:40:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/i386/i386 sys_machdep.c src/sys/i386/include pcb_ext.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 19:40:36 -0000 jhb 2005-09-26 19:40:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/i386/i386 sys_machdep.c sys/i386/include pcb_ext.h Log: MFC: Explicitly switch to the new TSS when adding one in i386_extend_pcb(). Revision Changes Path 1.92.2.4 +6 -4 src/sys/i386/i386/sys_machdep.c 1.9.8.1 +1 -0 src/sys/i386/include/pcb_ext.h From owner-cvs-all@FreeBSD.ORG Mon Sep 26 19:43:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 801B116A41F; Mon, 26 Sep 2005 19:43:38 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B0CD43D48; Mon, 26 Sep 2005 19:43:38 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QJhcPC020065; Mon, 26 Sep 2005 19:43:38 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QJhc1w020064; Mon, 26 Sep 2005 19:43:38 GMT (envelope-from jhb) Message-Id: <200509261943.j8QJhc1w020064@repoman.freebsd.org> From: John Baldwin Date: Mon, 26 Sep 2005 19:43:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern subr_sleepqueue.c src/sys/sys proc.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 19:43:38 -0000 jhb 2005-09-26 19:43:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern subr_sleepqueue.c sys/sys proc.h Log: MFC: Add a new simple facility for marking the current thread as being in a state where sleeping on a sleep queue is not allowed. Approved by: re (kensmith) Revision Changes Path 1.18.2.1 +4 -0 src/sys/kern/subr_sleepqueue.c 1.432.2.1 +14 -1 src/sys/sys/proc.h From owner-cvs-all@FreeBSD.ORG Mon Sep 26 19:49:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C78416A41F; Mon, 26 Sep 2005 19:49:13 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35E4C43D48; Mon, 26 Sep 2005 19:49:13 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QJnD6X020257; Mon, 26 Sep 2005 19:49:13 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QJnDvg020256; Mon, 26 Sep 2005 19:49:13 GMT (envelope-from jhb) Message-Id: <200509261949.j8QJnDvg020256@repoman.freebsd.org> From: John Baldwin Date: Mon, 26 Sep 2005 19:49:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/geom geom_io.c src/sys/kern kern_intr.c kern_timeout.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 19:49:13 -0000 jhb 2005-09-26 19:49:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/geom geom_io.c sys/kern kern_intr.c kern_timeout.c Log: MFC: Use the new thread no sleeping facility to replace the g_xup, g_xdown, and dont_sleep_in_callout mutexes. Also, disallow sleeping in hardware interrupt handlers. Approved by: re (kensmith) Revision Changes Path 1.64.2.2 +7 -30 src/sys/geom/geom_io.c 1.124.2.1 +4 -0 src/sys/kern/kern_intr.c 1.97.2.2 +3 -8 src/sys/kern/kern_timeout.c From owner-cvs-all@FreeBSD.ORG Mon Sep 26 19:50:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDEC216A41F; Mon, 26 Sep 2005 19:50:38 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4783943D49; Mon, 26 Sep 2005 19:50:38 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QJocYM020399; Mon, 26 Sep 2005 19:50:38 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QJocTf020398; Mon, 26 Sep 2005 19:50:38 GMT (envelope-from jhb) Message-Id: <200509261950.j8QJocTf020398@repoman.freebsd.org> From: John Baldwin Date: Mon, 26 Sep 2005 19:50:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/i386/i386 local_apic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 19:50:39 -0000 jhb 2005-09-26 19:50:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/i386/i386 local_apic.c Log: MFC: Adjust comment to note that we now do handle the PMC LVT entry and try to avoid recursively panicing. Approved by: re (kensmith) Revision Changes Path 1.17.2.1 +7 -3 src/sys/i386/i386/local_apic.c From owner-cvs-all@FreeBSD.ORG Mon Sep 26 19:54:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A973A16A420; Mon, 26 Sep 2005 19:54:20 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E857943D4C; Mon, 26 Sep 2005 19:54:19 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QJsJgI020571; Mon, 26 Sep 2005 19:54:19 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QJsJoH020570; Mon, 26 Sep 2005 19:54:19 GMT (envelope-from jhb) Message-Id: <200509261954.j8QJsJoH020570@repoman.freebsd.org> From: John Baldwin Date: Mon, 26 Sep 2005 19:54:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/alpha/include atomic.h src/sys/amd64/include atomic.h src/sys/i386/include atomic.h src/sys/powerpc/include atomic.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 19:54:20 -0000 jhb 2005-09-26 19:54:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/alpha/include atomic.h sys/amd64/include atomic.h sys/i386/include atomic.h sys/powerpc/include atomic.h Log: MFC: Stop using the '+' constraint modifier with memory operands in inline assembly. We still use it for register operands in various places. Approved by: re (kensmith) Revision Changes Path 1.21.2.2 +36 -36 src/sys/alpha/include/atomic.h 1.34.2.3 +27 -22 src/sys/amd64/include/atomic.h 1.38.2.2 +27 -22 src/sys/i386/include/atomic.h 1.11.2.2 +12 -12 src/sys/powerpc/include/atomic.h From owner-cvs-all@FreeBSD.ORG Mon Sep 26 20:25:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 258CA16A41F; Mon, 26 Sep 2005 20:25:17 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B870143D4C; Mon, 26 Sep 2005 20:25:16 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QKPG5u021851; Mon, 26 Sep 2005 20:25:16 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QKPGtG021850; Mon, 26 Sep 2005 20:25:16 GMT (envelope-from andre) Message-Id: <200509262025.j8QKPGtG021850@repoman.freebsd.org> From: Andre Oppermann Date: Mon, 26 Sep 2005 20:25:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet in.h in_pcb.h ip_output.c raw_ip.c udp_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 20:25:17 -0000 andre 2005-09-26 20:25:16 UTC FreeBSD src repository Modified files: sys/netinet in.h in_pcb.h ip_output.c raw_ip.c udp_usrreq.c Log: Implement IP_DONTFRAG IP socket option enabling the Don't Fragment flag on IP packets. Currently this option is only repected on udp and raw ip sockets. On tcp sockets the DF flag is controlled by the path MTU discovery option. Sending a packet larger than the MTU size of the egress interface returns an EMSGSIZE error. Discussed with: rwatson Sponsored by: TCP/IP Optimization Fundraise 2005 Revision Changes Path 1.93 +1 -0 src/sys/netinet/in.h 1.82 +1 -0 src/sys/netinet/in_pcb.h 1.247 +9 -1 src/sys/netinet/ip_output.c 1.152 +4 -1 src/sys/netinet/raw_ip.c 1.177 +9 -0 src/sys/netinet/udp_usrreq.c From owner-cvs-all@FreeBSD.ORG Mon Sep 26 20:30:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A4D616A41F; Mon, 26 Sep 2005 20:30:04 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94B6743D55; Mon, 26 Sep 2005 20:30:03 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QKU30I022084; Mon, 26 Sep 2005 20:30:03 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QKU3Z3022083; Mon, 26 Sep 2005 20:30:03 GMT (envelope-from arved) Message-Id: <200509262030.j8QKU3Z3022083@repoman.freebsd.org> From: Tilman Linneweh Date: Mon, 26 Sep 2005 20:30:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/mod_vhs Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 20:30:04 -0000 arved 2005-09-26 20:30:03 UTC FreeBSD ports repository Modified files: www/mod_vhs Makefile distinfo Log: Update to 1.0.24 Since mod_vhs 1.0.24 -------------------- o Fix wrong paths and informations sent to apache / environment variables when vhs_Path_Prefix is used. o PHP can be configured now using "passwd" libhome field. o Fix some missing path values when used vhs_Path_Prefix o Compile only what is needed. eg don't include php code or config variables when PHP support is not compiled into. PR: 86607 Submitted by: Xavier Beaudouin Revision Changes Path 1.11 +2 -2 ports/www/mod_vhs/Makefile 1.10 +2 -2 ports/www/mod_vhs/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 26 20:31:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6FDB16A41F; Mon, 26 Sep 2005 20:31:00 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71DFE43D49; Mon, 26 Sep 2005 20:31:00 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QKV0ha022204; Mon, 26 Sep 2005 20:31:00 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QKV0N9022201; Mon, 26 Sep 2005 20:31:00 GMT (envelope-from phk) Message-Id: <200509262031.j8QKV0N9022201@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 26 Sep 2005 20:31:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/make Makefile hash_tables.c make.1 parse.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 20:31:00 -0000 phk 2005-09-26 20:31:00 UTC FreeBSD src repository Modified files: usr.bin/make Makefile hash_tables.c make.1 parse.c Log: Add a .sinclude directive which does the exact same as .include, except whine when the file cannot be found and opened. Revision Changes Path 1.62 +2 -0 src/usr.bin/make/Makefile 1.3 +17 -17 src/usr.bin/make/hash_tables.c 1.91 +9 -1 src/usr.bin/make/make.1 1.109 +17 -2 src/usr.bin/make/parse.c From owner-cvs-all@FreeBSD.ORG Mon Sep 26 20:33:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BCED16A41F; Mon, 26 Sep 2005 20:33:54 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3747043D5D; Mon, 26 Sep 2005 20:33:54 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QKXsmg022276; Mon, 26 Sep 2005 20:33:54 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QKXsUu022275; Mon, 26 Sep 2005 20:33:54 GMT (envelope-from des) Message-Id: <200509262033.j8QKXsUu022275@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 26 Sep 2005 20:33:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libpam/modules/pam_ssh pam_ssh.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 20:33:54 -0000 des 2005-09-26 20:33:54 UTC FreeBSD src repository Modified files: lib/libpam/modules/pam_ssh pam_ssh.c Log: Correct the logic for determining whether the user has already entered a password. Also, work around some harmless type pun warnings. MFC after: 3 days Revision Changes Path 1.43 +7 -4 src/lib/libpam/modules/pam_ssh/pam_ssh.c From owner-cvs-all@FreeBSD.ORG Mon Sep 26 20:34:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7791216A41F; Mon, 26 Sep 2005 20:34:11 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE54043D4C; Mon, 26 Sep 2005 20:34:09 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QKY9D0022327; Mon, 26 Sep 2005 20:34:09 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QKY9M9022325; Mon, 26 Sep 2005 20:34:09 GMT (envelope-from des) Message-Id: <200509262034.j8QKY9M9022325@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 26 Sep 2005 20:34:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libpam/modules/pam_ssh Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 20:34:11 -0000 des 2005-09-26 20:34:09 UTC FreeBSD src repository Modified files: lib/libpam/modules/pam_ssh Makefile Log: Increase WARNS. Revision Changes Path 1.21 +1 -1 src/lib/libpam/modules/pam_ssh/Makefile From owner-cvs-all@FreeBSD.ORG Mon Sep 26 20:34:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62CCE16A41F; Mon, 26 Sep 2005 20:34:22 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF86F43D5A; Mon, 26 Sep 2005 20:34:21 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QKYLic022356; Mon, 26 Sep 2005 20:34:21 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QKYLVM022355; Mon, 26 Sep 2005 20:34:21 GMT (envelope-from phk) Message-Id: <200509262034.j8QKYLVM022355@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 26 Sep 2005 20:34:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/make Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 20:34:22 -0000 phk 2005-09-26 20:34:21 UTC FreeBSD src repository Modified files: usr.bin/make Makefile Log: Update coordinates for "mph" hash generator now that it lives in ports. Revision Changes Path 1.63 +1 -1 src/usr.bin/make/Makefile From owner-cvs-all@FreeBSD.ORG Mon Sep 26 20:35:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8972616A420; Mon, 26 Sep 2005 20:35:45 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4342543D49; Mon, 26 Sep 2005 20:35:45 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QKZjMF022445; Mon, 26 Sep 2005 20:35:45 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QKZj04022444; Mon, 26 Sep 2005 20:35:45 GMT (envelope-from andre) Message-Id: <200509262035.j8QKZj04022444@repoman.freebsd.org> From: Andre Oppermann Date: Mon, 26 Sep 2005 20:35:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netipsec ipsec_mbuf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 20:35:45 -0000 andre 2005-09-26 20:35:45 UTC FreeBSD src repository Modified files: sys/netipsec ipsec_mbuf.c Log: Replace custom mbuf writeability test with generic M_WRITABLE() test covering all edge cases too. Sponsored by: TCP/IP Optimization Fundraise 2005 Revision Changes Path 1.11 +1 -1 src/sys/netipsec/ipsec_mbuf.c From owner-cvs-all@FreeBSD.ORG Mon Sep 26 20:38:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A41516A41F for ; Mon, 26 Sep 2005 20:38:05 +0000 (GMT) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73D9E43D49 for ; Mon, 26 Sep 2005 20:38:04 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 65846 invoked from network); 26 Sep 2005 20:11:03 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.54]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 26 Sep 2005 20:11:03 -0000 Message-ID: <43385C2D.26237A6D@freebsd.org> Date: Mon, 26 Sep 2005 22:38:05 +0200 From: Andre Oppermann X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200509262035.j8QKZj04022444@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Subject: Re: cvs commit: src/sys/netipsec ipsec_mbuf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 20:38:05 -0000 Andre Oppermann wrote: > > andre 2005-09-26 20:35:45 UTC > > FreeBSD src repository > > Modified files: > sys/netipsec ipsec_mbuf.c > Log: > Replace custom mbuf writeability test with generic M_WRITABLE() test > covering all edge cases too. Err, s/custom mbuf writeability test/MEXT_IS_REF(m) test/ > Sponsored by: TCP/IP Optimization Fundraise 2005 > > Revision Changes Path > 1.11 +1 -1 src/sys/netipsec/ipsec_mbuf.c -- Andre From owner-cvs-all@FreeBSD.ORG Mon Sep 26 20:38:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0620116A465; Mon, 26 Sep 2005 20:38:11 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98BF943D49; Mon, 26 Sep 2005 20:38:10 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QKcAvI022545; Mon, 26 Sep 2005 20:38:10 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QKcA81022544; Mon, 26 Sep 2005 20:38:10 GMT (envelope-from oliver) Message-Id: <200509262038.j8QKcA81022544@repoman.freebsd.org> From: Oliver Lehmann Date: Mon, 26 Sep 2005 20:38:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/courier-imap Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 20:38:11 -0000 oliver 2005-09-26 20:38:10 UTC FreeBSD ports repository Modified files: mail/courier-imap Makefile Log: make the configure a bit more readable, and enhance a prefixed installation. PR: 86609 Submitted by: Martin Piayda Revision Changes Path 1.103 +9 -5 ports/mail/courier-imap/Makefile From owner-cvs-all@FreeBSD.ORG Mon Sep 26 20:39:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84A4D16A41F; Mon, 26 Sep 2005 20:39:54 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2864D43D55; Mon, 26 Sep 2005 20:39:54 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.200] ([10.0.0.200]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j8QKdr6j028376 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 26 Sep 2005 13:39:53 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <43385C89.60009@errno.com> Date: Mon, 26 Sep 2005 13:39:37 -0700 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050918) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andre Oppermann References: <200509262035.j8QKZj04022444@repoman.freebsd.org> In-Reply-To: <200509262035.j8QKZj04022444@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netipsec ipsec_mbuf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 20:39:54 -0000 Andre Oppermann wrote: > andre 2005-09-26 20:35:45 UTC > > FreeBSD src repository > > Modified files: > sys/netipsec ipsec_mbuf.c > Log: > Replace custom mbuf writeability test with generic M_WRITABLE() test > covering all edge cases too. I vaguely recall that M_WRITEABLE did exist when I wrote that code but it did not do the right thing. I'm not sure why you needed to make this change but beware of unexpected side effects. Sam From owner-cvs-all@FreeBSD.ORG Mon Sep 26 20:50:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 362EF16A41F for ; Mon, 26 Sep 2005 20:50:11 +0000 (GMT) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB55843D58 for ; Mon, 26 Sep 2005 20:50:09 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 65956 invoked from network); 26 Sep 2005 20:23:09 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.54]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 26 Sep 2005 20:23:09 -0000 Message-ID: <43385F03.B0BDA733@freebsd.org> Date: Mon, 26 Sep 2005 22:50:11 +0200 From: Andre Oppermann X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Sam Leffler References: <200509262035.j8QKZj04022444@repoman.freebsd.org> <43385C89.60009@errno.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netipsec ipsec_mbuf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 20:50:11 -0000 Sam Leffler wrote: > > Andre Oppermann wrote: > > andre 2005-09-26 20:35:45 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/netipsec ipsec_mbuf.c > > Log: > > Replace custom mbuf writeability test with generic M_WRITABLE() test > > covering all edge cases too. > > I vaguely recall that M_WRITEABLE did exist when I wrote that code but > it did not do the right thing. I'm not sure why you needed to make this > change but beware of unexpected side effects. The test in question tries to determine whether to copy the mbuf to make to safe for modification. The old did not respect the M_RDONLY for example. M_WRITABLE() correctly tests for all cases. -- Andre From owner-cvs-all@FreeBSD.ORG Mon Sep 26 20:58:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C7B516A41F; Mon, 26 Sep 2005 20:58:13 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60CFA43D73; Mon, 26 Sep 2005 20:58:11 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.200] ([10.0.0.200]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j8QKw96j028500 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 26 Sep 2005 13:58:10 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <433860D1.5000200@errno.com> Date: Mon, 26 Sep 2005 13:57:53 -0700 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050918) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andre Oppermann References: <200509262035.j8QKZj04022444@repoman.freebsd.org> <43385C89.60009@errno.com> <43385F03.B0BDA733@freebsd.org> In-Reply-To: <43385F03.B0BDA733@freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netipsec ipsec_mbuf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 20:58:13 -0000 Andre Oppermann wrote: > Sam Leffler wrote: > >>Andre Oppermann wrote: >> >>>andre 2005-09-26 20:35:45 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/netipsec ipsec_mbuf.c >>> Log: >>> Replace custom mbuf writeability test with generic M_WRITABLE() test >>> covering all edge cases too. >> >>I vaguely recall that M_WRITEABLE did exist when I wrote that code but >>it did not do the right thing. I'm not sure why you needed to make this >>change but beware of unexpected side effects. > > > The test in question tries to determine whether to copy the mbuf to make > to safe for modification. The old did not respect the M_RDONLY for example. > M_WRITABLE() correctly tests for all cases. > And as I said; I did it for a reason that I cannot recall now. I'm certain that it was pre-mbufs-over-uma so maybe this is now safe but such are the ways that subtle bugs are introduced into code... Sam From owner-cvs-all@FreeBSD.ORG Mon Sep 26 20:58:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9F4A16A41F; Mon, 26 Sep 2005 20:58:49 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6695643D62; Mon, 26 Sep 2005 20:58:49 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QKwnsW030432; Mon, 26 Sep 2005 20:58:49 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QKwnrD030431; Mon, 26 Sep 2005 20:58:49 GMT (envelope-from andre) Message-Id: <200509262058.j8QKwnrD030431@repoman.freebsd.org> From: Andre Oppermann Date: Mon, 26 Sep 2005 20:58:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ip.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 20:58:50 -0000 andre 2005-09-26 20:58:49 UTC FreeBSD src repository Modified files: share/man/man4 ip.4 Log: Document the IP_DONTFRAG IP socket option. Sponsored by: TCP/IP Optimization Fundraise 2005 Revision Changes Path 1.45 +15 -1 src/share/man/man4/ip.4 From owner-cvs-all@FreeBSD.ORG Mon Sep 26 21:05:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCF9F16A41F for ; Mon, 26 Sep 2005 21:05:08 +0000 (GMT) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE47343D8D for ; Mon, 26 Sep 2005 21:04:16 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 66103 invoked from network); 26 Sep 2005 20:37:15 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.54]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 26 Sep 2005 20:37:15 -0000 Message-ID: <43386251.22920A2F@freebsd.org> Date: Mon, 26 Sep 2005 23:04:17 +0200 From: Andre Oppermann X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Sam Leffler References: <200509262035.j8QKZj04022444@repoman.freebsd.org> <43385C89.60009@errno.com> <43385F03.B0BDA733@freebsd.org> <433860D1.5000200@errno.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netipsec ipsec_mbuf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 21:05:08 -0000 Sam Leffler wrote: > > Andre Oppermann wrote: > > Sam Leffler wrote: > > > >>Andre Oppermann wrote: > >> > >>>andre 2005-09-26 20:35:45 UTC > >>> > >>> FreeBSD src repository > >>> > >>> Modified files: > >>> sys/netipsec ipsec_mbuf.c > >>> Log: > >>> Replace custom mbuf writeability test with generic M_WRITABLE() test > >>> covering all edge cases too. > >> > >>I vaguely recall that M_WRITEABLE did exist when I wrote that code but > >>it did not do the right thing. I'm not sure why you needed to make this > >>change but beware of unexpected side effects. > > > > > > The test in question tries to determine whether to copy the mbuf to make > > to safe for modification. The old did not respect the M_RDONLY for example. > > M_WRITABLE() correctly tests for all cases. > > > > And as I said; I did it for a reason that I cannot recall now. I'm > certain that it was pre-mbufs-over-uma so maybe this is now safe but > such are the ways that subtle bugs are introduced into code... Indeed. -- Andre From owner-cvs-all@FreeBSD.ORG Mon Sep 26 21:10:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1B6516A41F; Mon, 26 Sep 2005 21:10:51 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F7A243D53; Mon, 26 Sep 2005 21:10:51 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QLApwN030982; Mon, 26 Sep 2005 21:10:51 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QLApla030981; Mon, 26 Sep 2005 21:10:51 GMT (envelope-from vsevolod) Message-Id: <200509262110.j8QLApla030981@repoman.freebsd.org> From: Vsevolod Stakhov Date: Mon, 26 Sep 2005 21:10:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/scotty3 Makefile ports/net-mgmt/scotty3/files patch-tnm_library_init.tcl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 21:10:52 -0000 vsevolod 2005-09-26 21:10:51 UTC FreeBSD ports repository Modified files: net-mgmt/scotty3 Makefile Added files: net-mgmt/scotty3/files patch-tnm_library_init.tcl Log: Include FreeBSD SNMP subtree. Requested by: phk Revision Changes Path 1.55 +1 -1 ports/net-mgmt/scotty3/Makefile 1.1 +12 -0 ports/net-mgmt/scotty3/files/patch-tnm_library_init.tcl (new) From owner-cvs-all@FreeBSD.ORG Mon Sep 26 22:08:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0810016A41F; Mon, 26 Sep 2005 22:08:00 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B82CB43D49; Mon, 26 Sep 2005 22:07:59 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8QM7xeL032970; Mon, 26 Sep 2005 22:07:59 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8QM7xGK032969; Mon, 26 Sep 2005 22:07:59 GMT (envelope-from phk) Message-Id: <200509262207.j8QM7xGK032969@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 26 Sep 2005 22:07:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/make Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 22:08:00 -0000 phk 2005-09-26 22:07:59 UTC FreeBSD src repository Modified files: usr.bin/make Makefile Log: Please ship the pointy hat to its home position. Revision Changes Path 1.64 +0 -2 src/usr.bin/make/Makefile From owner-cvs-all@FreeBSD.ORG Mon Sep 26 22:09:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3248816A41F; Mon, 26 Sep 2005 22:09:56 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD5E243D49; Mon, 26 Sep 2005 22:09:55 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [70.30.70.180]) by elvis.mu.org (Postfix) with ESMTP id C481B1A3C1D; Mon, 26 Sep 2005 15:09:55 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 982BB5152A; Mon, 26 Sep 2005 18:09:54 -0400 (EDT) Date: Mon, 26 Sep 2005 18:09:54 -0400 From: Kris Kennaway To: Wilko Bulte Message-ID: <20050926220954.GA34614@xor.obsecurity.org> References: <200509261655.j8QGtBeE012785@repoman.freebsd.org> <20050926174442.GA57238@xor.obsecurity.org> <20050926181234.GA23937@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OgqxwSJOaUobr8KG" Content-Disposition: inline In-Reply-To: <20050926181234.GA23937@freebie.xs4all.nl> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, Robert Watson , cvs-all@FreeBSD.ORG, Kris Kennaway Subject: Re: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 22:09:56 -0000 --OgqxwSJOaUobr8KG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 26, 2005 at 08:12:34PM +0200, Wilko Bulte wrote: > On Mon, Sep 26, 2005 at 01:44:42PM -0400, Kris Kennaway wrote.. > > On Mon, Sep 26, 2005 at 04:55:11PM +0000, Robert Watson wrote: > > > rwatson 2005-09-26 16:55:11 UTC > > >=20 > > > FreeBSD src repository > > >=20 > > > Modified files: > > > sys/kern subr_pcpu.c=20 > > > Log: > > > Add "show allpcpu" to DDB, which prints the current CPU id followed= by > > > the per-cpu data for all CPUs. This is easier to ask users to do t= han > > > "figure out how many CPUs you have, now run show pcpu, then run it > > > once for each CPU you have". > >=20 > > My 14-cpu machine thanks you :-) >=20 > I'm curious: what machine model is that? It's a sparc e4500 owned by hrs and kindly provided to me for package builds. He also has 10- and 12-processor versions that I also use for package builds - they've been great for stress-testing FreeBSD and for benchmarking SMP performance. Kris --OgqxwSJOaUobr8KG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDOHGyWry0BWjoQKURAkoqAJ9RDEZVheTpXmjdI3C1hsICxXMVsQCgp5mL Fjv9fRIzym0XbHGgg6B3wS8= =htoZ -----END PGP SIGNATURE----- --OgqxwSJOaUobr8KG-- From owner-cvs-all@FreeBSD.ORG Tue Sep 27 00:21:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4316516A41F; Tue, 27 Sep 2005 00:21:57 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2BD343D48; Tue, 27 Sep 2005 00:21:56 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8R0LuvG037534; Tue, 27 Sep 2005 00:21:56 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8R0LuDG037533; Tue, 27 Sep 2005 00:21:56 GMT (envelope-from leeym) Message-Id: <200509270021.j8R0LuDG037533@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 27 Sep 2005 00:21:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/p5-Geo-IP Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 00:21:57 -0000 leeym 2005-09-27 00:21:56 UTC FreeBSD ports repository Modified files: net/p5-Geo-IP Makefile distinfo Log: - Update to 1.27 PR: 85935 Submitted by: leeym Approved by: maintainer timeout (The 3rd timeouts in a row...) Revision Changes Path 1.19 +1 -1 ports/net/p5-Geo-IP/Makefile 1.8 +2 -2 ports/net/p5-Geo-IP/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 27 01:09:21 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B38BF16A420; Tue, 27 Sep 2005 01:09:21 +0000 (GMT) (envelope-from trhodes@freebsd.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48A6B43D48; Tue, 27 Sep 2005 01:09:21 +0000 (GMT) (envelope-from trhodes@freebsd.org) Received: from localhost (ip68-105-180-11.dc.dc.cox.net [68.105.180.11]) (authenticated bits=0) by pittgoth.com (8.13.4/8.13.4) with ESMTP id j8QNmk7f085230 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 26 Sep 2005 19:48:47 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Mon, 26 Sep 2005 19:46:36 -0400 From: Tom Rhodes To: Peter Wemm Message-Id: <20050926194636.17a3cbf7.trhodes@FreeBSD.org> In-Reply-To: <200509221331.16327.peter@wemm.org> References: <200509221546.j8MFkLIG082317@repoman.freebsd.org> <200509221235.57463.jhb@FreeBSD.org> <200509221331.16327.peter@wemm.org> X-Mailer: Sylpheed version 1.0.5 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ups@freebsd.org, cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, jhb@freebsd.org Subject: Re: cvs commit: src/sys/amd64/linux32 linux32_sysvec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 01:09:21 -0000 On Thu, 22 Sep 2005 13:31:15 -0700 Peter Wemm wrote: > On Thursday 22 September 2005 09:35 am, John Baldwin wrote: > > On Thursday 22 September 2005 11:46 am, Stephan Uphoff wrote: > > > ups 2005-09-22 15:46:21 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/amd64/linux32 linux32_sysvec.c > > > Log: > > > Fix the "fpudna: fpcurthread == curthread XXX times" problem. > > > > > > Tested by: kris@ > > > Reviewed by: peter@ > > > MFC after: 3 days > > > > Heh, nice. > > And the best part was that it wasn't my fault!! :-) Surely we can find a way to blame you for this. Don't make us try. :) -- Tom Rhodes From owner-cvs-all@FreeBSD.ORG Tue Sep 27 01:59:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 091E416A41F; Tue, 27 Sep 2005 01:59:33 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAF0243D48; Tue, 27 Sep 2005 01:59:32 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8R1xWqi047928; Tue, 27 Sep 2005 01:59:32 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8R1xWoQ047927; Tue, 27 Sep 2005 01:59:32 GMT (envelope-from scottl) Message-Id: <200509270159.j8R1xWoQ047927@repoman.freebsd.org> From: Scott Long Date: Tue, 27 Sep 2005 01:59:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ips ips_commands.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 01:59:33 -0000 scottl 2005-09-27 01:59:32 UTC FreeBSD src repository Modified files: sys/dev/ips ips_commands.c Log: Report status in hex, not decimal. Revision Changes Path 1.14 +1 -1 src/sys/dev/ips/ips_commands.c From owner-cvs-all@FreeBSD.ORG Tue Sep 27 02:05:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29DD716A41F; Tue, 27 Sep 2005 02:05:56 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DACE143D49; Tue, 27 Sep 2005 02:05:55 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8R25tuL048260; Tue, 27 Sep 2005 02:05:55 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8R25tM0048259; Tue, 27 Sep 2005 02:05:55 GMT (envelope-from brooks) Message-Id: <200509270205.j8R25tM0048259@repoman.freebsd.org> From: Brooks Davis Date: Tue, 27 Sep 2005 02:05:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d localpkg X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 02:05:57 -0000 brooks 2005-09-27 02:05:55 UTC FreeBSD src repository Modified files: etc/rc.d localpkg Log: Don't print anything if we can't do any localpkg shutdown (start already does this). Submitted by: Andre Albsmeier PR: conf/86606 Revision Changes Path 1.6 +1 -2 src/etc/rc.d/localpkg From owner-cvs-all@FreeBSD.ORG Tue Sep 27 04:47:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B170016A41F; Tue, 27 Sep 2005 04:47:49 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EA6C43D48; Tue, 27 Sep 2005 04:47:49 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8R4lnPH061585; Tue, 27 Sep 2005 04:47:49 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8R4lnpO061584; Tue, 27 Sep 2005 04:47:49 GMT (envelope-from glewis) Message-Id: <200509270447.j8R4lnpO061584@repoman.freebsd.org> From: Greg Lewis Date: Tue, 27 Sep 2005 04:47:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/infobus Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 04:47:49 -0000 glewis 2005-09-27 04:47:49 UTC FreeBSD ports repository Modified files: java/infobus Makefile Log: . Update the download URL. PR: 86547 Submitted by: Manfred Riem Revision Changes Path 1.8 +1 -1 ports/java/infobus/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 27 04:55:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A040D16A41F; Tue, 27 Sep 2005 04:55:40 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CA2643D48; Tue, 27 Sep 2005 04:55:40 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8R4teHc061900; Tue, 27 Sep 2005 04:55:40 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8R4tevh061899; Tue, 27 Sep 2005 04:55:40 GMT (envelope-from brueffer) Message-Id: <200509270455.j8R4tevh061899@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 27 Sep 2005 04:55:40 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/donations donors.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 04:55:40 -0000 brueffer 2005-09-27 04:55:40 UTC FreeBSD doc repository Modified files: en/donations donors.sgml Log: Add Markus Deubel for his donation of a Sun Ultra 10 to marius. Revision Changes Path 1.280 +7 -1 www/en/donations/donors.sgml From owner-cvs-all@FreeBSD.ORG Tue Sep 27 05:18:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92C5816A41F; Tue, 27 Sep 2005 05:18:23 +0000 (GMT) (envelope-from wes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FE8243D4C; Tue, 27 Sep 2005 05:18:23 +0000 (GMT) (envelope-from wes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8R5INX6062734; Tue, 27 Sep 2005 05:18:23 GMT (envelope-from wes@repoman.freebsd.org) Received: (from wes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8R5INK1062733; Tue, 27 Sep 2005 05:18:23 GMT (envelope-from wes) Message-Id: <200509270518.j8R5INK1062733@repoman.freebsd.org> From: Wes Peters Date: Tue, 27 Sep 2005 05:18:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/mimedefang Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 05:18:23 -0000 wes 2005-09-27 05:18:22 UTC FreeBSD ports repository Modified files: mail/mimedefang Makefile distinfo Log: Upgrade to 2.53. Revision Changes Path 1.45 +1 -1 ports/mail/mimedefang/Makefile 1.36 +2 -2 ports/mail/mimedefang/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 27 05:35:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7505016A41F; Tue, 27 Sep 2005 05:35:49 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EED243D4C; Tue, 27 Sep 2005 05:35:49 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8R5Zn2G063390; Tue, 27 Sep 2005 05:35:49 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8R5ZnJH063389; Tue, 27 Sep 2005 05:35:49 GMT (envelope-from glewis) Message-Id: <200509270535.j8R5ZnJH063389@repoman.freebsd.org> From: Greg Lewis Date: Tue, 27 Sep 2005 05:35:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/infobus Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 05:35:49 -0000 glewis 2005-09-27 05:35:49 UTC FreeBSD ports repository Modified files: java/infobus Makefile Log: . Quieten portlint: . Add 'devel' as a secondary category. . Unquote IGNORE. . Remove unnecessary EXTRACT_SUFX setting. . Use bsd.java.mk 2.0. Revision Changes Path 1.9 +5 -6 ports/java/infobus/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 27 05:57:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B343A16A41F; Tue, 27 Sep 2005 05:57:48 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 620FD43D48; Tue, 27 Sep 2005 05:57:48 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8R5vmtM064122; Tue, 27 Sep 2005 05:57:48 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8R5vm9E064121; Tue, 27 Sep 2005 05:57:48 GMT (envelope-from imp) Message-Id: <200509270557.j8R5vm9E064121@repoman.freebsd.org> From: Warner Losh Date: Tue, 27 Sep 2005 05:57:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/pci pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 05:57:48 -0000 imp 2005-09-27 05:57:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/pci pci.c Log: MFC: 1.297 and 1.298 Split the do_powerstaes knob into do_power_resume and do_power_nodriver. Go ahead and enable power state management for suspend/resume, but leave the nodriver powerdown off by default. The MFC that changed do_power_state default to 0 broke some resume on some laptops. Approved by: re@ (scottl) Revision Changes Path 1.292.2.3 +43 -22 src/sys/dev/pci/pci.c From owner-cvs-all@FreeBSD.ORG Tue Sep 27 06:02:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56CFC16A41F; Tue, 27 Sep 2005 06:02:25 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1154D43D48; Tue, 27 Sep 2005 06:02:25 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8R62OLR064364; Tue, 27 Sep 2005 06:02:24 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8R62O6k064363; Tue, 27 Sep 2005 06:02:24 GMT (envelope-from glewis) Message-Id: <200509270602.j8R62O6k064363@repoman.freebsd.org> From: Greg Lewis Date: Tue, 27 Sep 2005 06:02:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/infobus Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 06:02:25 -0000 glewis 2005-09-27 06:02:24 UTC FreeBSD ports repository Modified files: java/infobus Makefile pkg-plist Log: . Fix RUN_DEPENDS (JAVAJARDIR -> JAVALIBDIR). . Respect NOPORTDOCS. . Split "docs" into examples and docs as appropriate and install them in the relevant directories. . Use PORTDOCS. . Use appropriate macros in the packing list (%%JAVAJARDIR%% and %%EXAMPLESDIR%%) and adjust it appropriately for the previous two changes. . Bump PORTREVISION. Revision Changes Path 1.10 +20 -7 ports/java/infobus/Makefile 1.3 +16 -79 ports/java/infobus/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 27 06:19:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D9B716A41F; Tue, 27 Sep 2005 06:19:06 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED2FE43D53; Tue, 27 Sep 2005 06:19:05 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8R6J5CK064930; Tue, 27 Sep 2005 06:19:05 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8R6J5eG064929; Tue, 27 Sep 2005 06:19:05 GMT (envelope-from leeym) Message-Id: <200509270619.j8R6J5eG064929@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 27 Sep 2005 06:19:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-Senna Makefile ports/textproc/p5-Senna/files patch-Senna.xs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 06:19:06 -0000 leeym 2005-09-27 06:19:04 UTC FreeBSD ports repository Modified files: textproc/p5-Senna Makefile Added files: textproc/p5-Senna/files patch-Senna.xs Log: - p5-Senna depends on senna - it can't be compiled under perl 5.00503, so mark it IGNORE PR: 85940 Submitted by: leeym Approved by: maintainer timeout Revision Changes Path 1.2 +10 -1 ports/textproc/p5-Senna/Makefile 1.1 +11 -0 ports/textproc/p5-Senna/files/patch-Senna.xs (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 27 06:51:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4BE716A41F; Tue, 27 Sep 2005 06:51:25 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from smtp-3.dlr.de (smtp-3.dlr.de [195.37.61.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A31843D53; Tue, 27 Sep 2005 06:51:24 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from beagle.kn.op.dlr.de ([129.247.173.6]) by smtp-3.dlr.de over TLS secured channel with Microsoft SMTPSVC(6.0.3790.211); Tue, 27 Sep 2005 08:51:22 +0200 Date: Tue, 27 Sep 2005 08:51:25 +0200 (CEST) From: Harti Brandt X-X-Sender: brandt_h@beagle.kn.op.dlr.de To: Poul-Henning Kamp In-Reply-To: <200509262034.j8QKYLVM022355@repoman.freebsd.org> Message-ID: <20050927085046.W12766@beagle.kn.op.dlr.de> References: <200509262034.j8QKYLVM022355@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 27 Sep 2005 06:51:22.0794 (UTC) FILETIME=[DF58B8A0:01C5C32F] Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Harti Brandt List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 06:51:26 -0000 Oh, thanks. I completly forgot about this. harti On Mon, 26 Sep 2005, Poul-Henning Kamp wrote: PK>phk 2005-09-26 20:34:21 UTC PK> PK> FreeBSD src repository PK> PK> Modified files: PK> usr.bin/make Makefile PK> Log: PK> Update coordinates for "mph" hash generator now that it lives in ports. PK> PK> Revision Changes Path PK> 1.63 +1 -1 src/usr.bin/make/Makefile PK> PK> PK> From owner-cvs-all@FreeBSD.ORG Tue Sep 27 07:31:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FBCA16A42C; Tue, 27 Sep 2005 07:31:19 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C09B43D49; Tue, 27 Sep 2005 07:31:19 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8R7VJAS067683; Tue, 27 Sep 2005 07:31:19 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8R7VJx0067682; Tue, 27 Sep 2005 07:31:19 GMT (envelope-from sem) Message-Id: <200509270731.j8R7VJx0067682@repoman.freebsd.org> From: Sergey Matveychuk Date: Tue, 27 Sep 2005 07:31:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/vnc2swf Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 07:31:19 -0000 sem 2005-09-27 07:31:18 UTC FreeBSD ports repository Modified files: net/vnc2swf Makefile distinfo Log: - Update to 0.4.2 PR: ports/86062 Submitted by: Andrej Zverev Approved by: maintainer timeout (2 weeks) Revision Changes Path 1.5 +6 -1 ports/net/vnc2swf/Makefile 1.4 +2 -2 ports/net/vnc2swf/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 27 07:49:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8FE516A41F; Tue, 27 Sep 2005 07:49:06 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 957CA43D48; Tue, 27 Sep 2005 07:49:06 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8R7n6FZ068295; Tue, 27 Sep 2005 07:49:06 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8R7n6ZC068294; Tue, 27 Sep 2005 07:49:06 GMT (envelope-from krion) Message-Id: <200509270749.j8R7n6ZC068294@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 27 Sep 2005 07:49:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.sbin/pkg_install/info show.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 07:49:07 -0000 krion 2005-09-27 07:49:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/pkg_install/info show.c Log: MFC: 1.39 date: 2005/09/24 19:41:56; author: krion; state: Exp; lines: +1 -1 Remove '\n' since it's redundant in case if file doesn't exist while running 'pkg_info -g' Based on PR: bin/42609 Submitted by: Jeff King MFC after: 3 days Revision Changes Path 1.37.6.1 +1 -1 src/usr.sbin/pkg_install/info/show.c From owner-cvs-all@FreeBSD.ORG Tue Sep 27 07:51:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B707B16A41F; Tue, 27 Sep 2005 07:51:45 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73A1B43D49; Tue, 27 Sep 2005 07:51:45 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8R7pjjT068446; Tue, 27 Sep 2005 07:51:45 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8R7pjbj068445; Tue, 27 Sep 2005 07:51:45 GMT (envelope-from krion) Message-Id: <200509270751.j8R7pjbj068445@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 27 Sep 2005 07:51:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.sbin/pkg_install/lib match.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 07:51:45 -0000 krion 2005-09-27 07:51:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/pkg_install/lib match.c Log: MFC: 1.20 date: 2005/09/24 21:41:47; author: krion; state: Exp; lines: +1 -1 Do not bitch about bsdpan modules not having origin. Based on PR: bin/82269 Submitted by: Steven Hartland MFC after: 3 days Revision Changes Path 1.19.2.1 +1 -1 src/usr.sbin/pkg_install/lib/match.c From owner-cvs-all@FreeBSD.ORG Tue Sep 27 07:54:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E86AB16A41F; Tue, 27 Sep 2005 07:54:08 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A674E43D53; Tue, 27 Sep 2005 07:54:08 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8R7s8rq068554; Tue, 27 Sep 2005 07:54:08 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8R7s8sF068553; Tue, 27 Sep 2005 07:54:08 GMT (envelope-from krion) Message-Id: <200509270754.j8R7s8sF068553@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 27 Sep 2005 07:54:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/usr.sbin/pkg_install/info show.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 07:54:09 -0000 krion 2005-09-27 07:54:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/pkg_install/info show.c Log: MFC: 1.39 date: 2005/09/24 19:41:56; author: krion; state: Exp; lines: +1 -1 Remove '\n' since it's redundant in case if file doesn't exist while running 'pkg_info -g' Based on PR: bin/42609 Submitted by: Jeff King MFC after: 3 days Revision Changes Path 1.14.2.17 +1 -1 src/usr.sbin/pkg_install/info/show.c From owner-cvs-all@FreeBSD.ORG Tue Sep 27 07:55:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5007C16A41F; Tue, 27 Sep 2005 07:55:18 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C98343D48; Tue, 27 Sep 2005 07:55:18 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8R7tHfn068636; Tue, 27 Sep 2005 07:55:17 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8R7tHd0068635; Tue, 27 Sep 2005 07:55:17 GMT (envelope-from sem) Message-Id: <200509270755.j8R7tHd0068635@repoman.freebsd.org> From: Sergey Matveychuk Date: Tue, 27 Sep 2005 07:55:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ftp/ftpproxy Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 07:55:18 -0000 sem 2005-09-27 07:55:17 UTC FreeBSD ports repository Modified files: ftp/ftpproxy Makefile Log: - Fix a wrong usage of CFLAGS in last update (the port does not build if CFLAGS defined in /etc/make.conf) PR: ports/86616 Reported by: TANABE Hiroyasu Submitted by: Andrej Zverev Approved by: broken build Revision Changes Path 1.10 +3 -2 ports/ftp/ftpproxy/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 27 07:56:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E763C16A41F; Tue, 27 Sep 2005 07:56:03 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 846AA43D49; Tue, 27 Sep 2005 07:56:03 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8R7u3pD068687; Tue, 27 Sep 2005 07:56:03 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8R7u3JB068686; Tue, 27 Sep 2005 07:56:03 GMT (envelope-from krion) Message-Id: <200509270756.j8R7u3JB068686@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 27 Sep 2005 07:56:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/usr.sbin/pkg_install/lib match.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 07:56:04 -0000 krion 2005-09-27 07:56:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/pkg_install/lib match.c Log: MFC: 1.20 date: 2005/09/24 21:41:47; author: krion; state: Exp; lines: +1 -1 Do not bitch about bsdpan modules not having origin. Based on PR: bin/82269 Submitted by: Steven Hartland MFC after: 3 days Revision Changes Path 1.2.2.11 +1 -1 src/usr.sbin/pkg_install/lib/match.c From owner-cvs-all@FreeBSD.ORG Tue Sep 27 08:02:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B86616A41F; Tue, 27 Sep 2005 08:02:04 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFB4943D48; Tue, 27 Sep 2005 08:02:03 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8R823WE068959; Tue, 27 Sep 2005 08:02:03 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8R823d3068958; Tue, 27 Sep 2005 08:02:03 GMT (envelope-from ru) Message-Id: <200509270802.j8R823d3068958@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 27 Sep 2005 08:02:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/make make.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 08:02:04 -0000 ru 2005-09-27 08:02:03 UTC FreeBSD src repository Modified files: usr.bin/make make.1 Log: Fixup previous commit. Revision Changes Path 1.92 +2 -3 src/usr.bin/make/make.1 From owner-cvs-all@FreeBSD.ORG Tue Sep 27 08:06:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92EA216A41F; Tue, 27 Sep 2005 08:06:22 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 536BE43D49; Tue, 27 Sep 2005 08:06:22 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8R86M8t069196; Tue, 27 Sep 2005 08:06:22 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8R86MCU069191; Tue, 27 Sep 2005 08:06:22 GMT (envelope-from ru) Message-Id: <200509270806.j8R86MCU069191@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 27 Sep 2005 08:06:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/make make.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 08:06:22 -0000 ru 2005-09-27 08:06:21 UTC FreeBSD src repository Modified files: usr.bin/make make.1 Log: Remove redundant `\&' escapes. Revision Changes Path 1.93 +28 -28 src/usr.bin/make/make.1 From owner-cvs-all@FreeBSD.ORG Tue Sep 27 08:10:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B41F716A41F; Tue, 27 Sep 2005 08:10:30 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7321F43D49; Tue, 27 Sep 2005 08:10:30 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8R8AUL4069402; Tue, 27 Sep 2005 08:10:30 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8R8AUEj069401; Tue, 27 Sep 2005 08:10:30 GMT (envelope-from vsevolod) Message-Id: <200509270810.j8R8AUEj069401@repoman.freebsd.org> From: Vsevolod Stakhov Date: Tue, 27 Sep 2005 08:10:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 08:10:30 -0000 vsevolod 2005-09-27 08:10:29 UTC FreeBSD ports repository Modified files: . UPDATING Log: Describe mail/dovecot upgrading procedure. Revision Changes Path 1.226 +10 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Tue Sep 27 08:39:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E948216A41F; Tue, 27 Sep 2005 08:39:46 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A685343D49; Tue, 27 Sep 2005 08:39:46 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8R8dkVx070511; Tue, 27 Sep 2005 08:39:46 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8R8dkhd070510; Tue, 27 Sep 2005 08:39:46 GMT (envelope-from tobez) Message-Id: <200509270839.j8R8dkhd070510@repoman.freebsd.org> From: Anton Berezin Date: Tue, 27 Sep 2005 08:39:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Devel-Constants Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 08:39:47 -0000 tobez 2005-09-27 08:39:45 UTC FreeBSD ports repository Modified files: devel/p5-Devel-Constants Makefile distinfo Log: Update to 1.00. Assign maintainer to perl@. Revision Changes Path 1.4 +9 -3 ports/devel/p5-Devel-Constants/Makefile 1.3 +2 -2 ports/devel/p5-Devel-Constants/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 27 08:47:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E411D16A431; Tue, 27 Sep 2005 08:47:01 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 661E643D49; Tue, 27 Sep 2005 08:47:01 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8R8l1Ng070833; Tue, 27 Sep 2005 08:47:01 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8R8l0Ca070828; Tue, 27 Sep 2005 08:47:00 GMT (envelope-from dinoex) Message-Id: <200509270847.j8R8l0Ca070828@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 27 Sep 2005 08:47:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/gd Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 08:47:02 -0000 dinoex 2005-09-27 08:47:00 UTC FreeBSD ports repository Modified files: graphics/gd Makefile pkg-plist Log: - add gdlib-config PR: 86574 Revision Changes Path 1.75 +20 -1 ports/graphics/gd/Makefile 1.17 +1 -0 ports/graphics/gd/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 27 09:01:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A3CF16A41F; Tue, 27 Sep 2005 09:01:12 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8A9C43D58; Tue, 27 Sep 2005 09:01:11 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8R91Bua078611; Tue, 27 Sep 2005 09:01:11 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8R91B6Z078610; Tue, 27 Sep 2005 09:01:11 GMT (envelope-from mux) Message-Id: <200509270901.j8R91B6Z078610@repoman.freebsd.org> From: Maxime Henrion Date: Tue, 27 Sep 2005 09:01:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/fxp if_fxp.c if_fxpvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 09:01:12 -0000 mux 2005-09-27 09:01:11 UTC FreeBSD src repository Modified files: sys/dev/fxp if_fxp.c if_fxpvar.h Log: Convert fxp(4) to use the new bus_alloc_resources() API, it simplifies the resource allocation code significantly. Revision Changes Path 1.247 +35 -43 src/sys/dev/fxp/if_fxp.c 1.39 +8 -18 src/sys/dev/fxp/if_fxpvar.h From owner-cvs-all@FreeBSD.ORG Tue Sep 27 09:11:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B26616A41F; Tue, 27 Sep 2005 09:11:45 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2776D43D53; Tue, 27 Sep 2005 09:11:45 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8R9Bj5U079100; Tue, 27 Sep 2005 09:11:45 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8R9BiO1079099; Tue, 27 Sep 2005 09:11:44 GMT (envelope-from glebius) Message-Id: <200509270911.j8R9BiO1079099@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 27 Sep 2005 09:11:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ips ips_commands.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 09:11:45 -0000 glebius 2005-09-27 09:11:44 UTC FreeBSD src repository Modified files: sys/dev/ips ips_commands.c Log: Fix build. Revision Changes Path 1.15 +1 -1 src/sys/dev/ips/ips_commands.c From owner-cvs-all@FreeBSD.ORG Tue Sep 27 09:40:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7240516A41F; Tue, 27 Sep 2005 09:40:31 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 308B943D48; Tue, 27 Sep 2005 09:40:31 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8R9eVxo080352; Tue, 27 Sep 2005 09:40:31 GMT (envelope-from mich@repoman.freebsd.org) Received: (from mich@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8R9eUSM080351; Tue, 27 Sep 2005 09:40:30 GMT (envelope-from mich) Message-Id: <200509270940.j8R9eUSM080351@repoman.freebsd.org> From: "Michael L. Hostbaek" Date: Tue, 27 Sep 2005 09:40:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/amarok Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 09:40:31 -0000 mich 2005-09-27 09:40:30 UTC FreeBSD ports repository Modified files: audio/amarok Makefile distinfo pkg-plist Log: o Update to -> 1.3.2 Changelog: http://amarok.kde.org/content/view/60/66/ PR: ports/86610 Submitted by: Michael Schout Revision Changes Path 1.31 +1 -13 ports/audio/amarok/Makefile 1.8 +2 -2 ports/audio/amarok/distinfo 1.8 +3 -2 ports/audio/amarok/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 27 10:16:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7619516A41F; Tue, 27 Sep 2005 10:16:41 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3513343D48; Tue, 27 Sep 2005 10:16:41 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RAGe90081570; Tue, 27 Sep 2005 10:16:41 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RAGeXV081569; Tue, 27 Sep 2005 10:16:40 GMT (envelope-from arved) Message-Id: <200509271016.j8RAGeXV081569@repoman.freebsd.org> From: Tilman Linneweh Date: Tue, 27 Sep 2005 10:16:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/phpldapadmin Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 10:16:41 -0000 arved 2005-09-27 10:16:40 UTC FreeBSD ports repository Modified files: net/phpldapadmin Makefile distinfo Log: Update to 0.9.7 PR: 86605 Submitted by: Matthew Seaman Revision Changes Path 1.12 +2 -2 ports/net/phpldapadmin/Makefile 1.7 +2 -2 ports/net/phpldapadmin/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 27 10:28:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 213BA16A41F; Tue, 27 Sep 2005 10:28:44 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D56FD43D48; Tue, 27 Sep 2005 10:28:43 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RAShE7082157; Tue, 27 Sep 2005 10:28:43 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RAShfb082156; Tue, 27 Sep 2005 10:28:43 GMT (envelope-from arved) Message-Id: <200509271028.j8RAShfb082156@repoman.freebsd.org> From: Tilman Linneweh Date: Tue, 27 Sep 2005 10:28:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/bugseeker Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 10:28:44 -0000 arved 2005-09-27 10:28:43 UTC FreeBSD ports repository Modified files: java/bugseeker Makefile Log: Mark as BROKEN (unfetchable) and set an EXPIRATION_DATE PR: 86546 Submitted by: Manfred Riem Revision Changes Path 1.12 +4 -0 ports/java/bugseeker/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 27 10:37:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABBF616A41F; Tue, 27 Sep 2005 10:37:32 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 481E543D49; Tue, 27 Sep 2005 10:37:32 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RAbWNx082509; Tue, 27 Sep 2005 10:37:32 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RAbWAf082508; Tue, 27 Sep 2005 10:37:32 GMT (envelope-from arved) Message-Id: <200509271037.j8RAbWAf082508@repoman.freebsd.org> From: Tilman Linneweh Date: Tue, 27 Sep 2005 10:37:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/forte Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 10:37:32 -0000 arved 2005-09-27 10:37:31 UTC FreeBSD ports repository Modified files: java/forte Makefile Log: Mark BROKEN and set an EXPIRATION_DATE. PR: 86544 Submitted by: Manfred Riem Revision Changes Path 1.13 +4 -0 ports/java/forte/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 27 10:39:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD22016A41F; Tue, 27 Sep 2005 10:39:54 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B87943D49; Tue, 27 Sep 2005 10:39:54 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RAdsBG082583; Tue, 27 Sep 2005 10:39:54 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RAdsqb082582; Tue, 27 Sep 2005 10:39:54 GMT (envelope-from oliver) Message-Id: <200509271039.j8RAdsqb082582@repoman.freebsd.org> From: Oliver Lehmann Date: Tue, 27 Sep 2005 10:39:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/courier-imap Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 10:39:54 -0000 oliver 2005-09-27 10:39:54 UTC FreeBSD ports repository Modified files: mail/courier-imap Makefile Log: change COURIERAUTHCONFIG=${LOCALBASE}/bin/courierauthconfig to COURIERAUTHCONFIG=${PREFIX}/bin/courierauthconfig Revision Changes Path 1.104 +1 -1 ports/mail/courier-imap/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 27 10:42:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFCE316A420; Tue, 27 Sep 2005 10:42:03 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAB9243D48; Tue, 27 Sep 2005 10:42:03 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RAg3tL082736; Tue, 27 Sep 2005 10:42:03 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RAg3Vt082734; Tue, 27 Sep 2005 10:42:03 GMT (envelope-from glebius) Message-Id: <200509271042.j8RAg3Vt082734@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 27 Sep 2005 10:42:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/netstat if.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 10:42:04 -0000 glebius 2005-09-27 10:42:03 UTC FreeBSD src repository Modified files: usr.bin/netstat if.c Log: - Print space character in show_stat(). Remove a lot of priuntf(" "). - Utilize show_stat() in sidewaysintpr() loop. This makes periodic statistics to honor -h flag. Revision Changes Path 1.62 +29 -37 src/usr.bin/netstat/if.c From owner-cvs-all@FreeBSD.ORG Tue Sep 27 11:08:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3558916A41F; Tue, 27 Sep 2005 11:08:43 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B87D43D60; Tue, 27 Sep 2005 11:08:42 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RB8f7Q084154; Tue, 27 Sep 2005 11:08:42 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RB8ftQ084153; Tue, 27 Sep 2005 11:08:41 GMT (envelope-from garga) Message-Id: <200509271108.j8RB8ftQ084153@repoman.freebsd.org> From: Renato Botelho Date: Tue, 27 Sep 2005 11:08:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/comms/aldo Makefile distinfo pkg-descr ports/comms/aldo/files patch-Makefile patch-libmenus::dialog.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 11:08:43 -0000 garga 2005-09-27 11:08:41 UTC FreeBSD ports repository Modified files: comms/aldo Makefile distinfo pkg-descr Removed files: comms/aldo/files patch-Makefile patch-libmenus::dialog.h Log: - Update to 0.6.11 - Change MASTER_SITES and WWW to new ones PR: ports/86153 Submitted by: Andrej Zverev Approved by: maintainer Revision Changes Path 1.6 +7 -3 ports/comms/aldo/Makefile 1.2 +2 -2 ports/comms/aldo/distinfo 1.3 +0 -9 ports/comms/aldo/files/patch-Makefile (dead) 1.2 +0 -19 ports/comms/aldo/files/patch-libmenus::dialog.h (dead) 1.2 +1 -1 ports/comms/aldo/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Sep 27 11:38:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A673116A41F; Tue, 27 Sep 2005 11:38:50 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F8AE43D75; Tue, 27 Sep 2005 11:38:49 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RBcnkY087815; Tue, 27 Sep 2005 11:38:49 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RBcncu087814; Tue, 27 Sep 2005 11:38:49 GMT (envelope-from garga) Message-Id: <200509271138.j8RBcncu087814@repoman.freebsd.org> From: Renato Botelho Date: Tue, 27 Sep 2005 11:38:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/qmail Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 11:38:50 -0000 garga 2005-09-27 11:38:48 UTC FreeBSD ports repository Modified files: mail/qmail Makefile distinfo Log: Rodrigo Graeff merged qmtpc and outgoingip patches, so, remove BROKEN when both is selected. Thanks Rodrigo!! Revision Changes Path 1.78 +7 -10 ports/mail/qmail/Makefile 1.36 +2 -0 ports/mail/qmail/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 27 11:42:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A70F16A41F; Tue, 27 Sep 2005 11:42:01 +0000 (GMT) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A60E943D6B; Tue, 27 Sep 2005 11:41:55 +0000 (GMT) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RBftHt088028; Tue, 27 Sep 2005 11:41:55 GMT (envelope-from kwm@repoman.freebsd.org) Received: (from kwm@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RBft1D088027; Tue, 27 Sep 2005 11:41:55 GMT (envelope-from kwm) Message-Id: <200509271141.j8RBft1D088027@repoman.freebsd.org> From: Koop Mast Date: Tue, 27 Sep 2005 11:41:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/buildbot Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 11:42:01 -0000 kwm 2005-09-27 11:41:54 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/buildbot Makefile distinfo pkg-descr pkg-plist Log: Add buildbot. Buildbot is a system to automate the compile/test cycle to validate code changes. Revision Changes Path 1.1980 +1 -0 ports/devel/Makefile 1.1 +30 -0 ports/devel/buildbot/Makefile (new) 1.1 +2 -0 ports/devel/buildbot/distinfo (new) 1.1 +20 -0 ports/devel/buildbot/pkg-descr (new) 1.1 +149 -0 ports/devel/buildbot/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 27 11:42:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1609016A41F; Tue, 27 Sep 2005 11:42:50 +0000 (GMT) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8B9843D48; Tue, 27 Sep 2005 11:42:49 +0000 (GMT) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RBgn2r088078; Tue, 27 Sep 2005 11:42:49 GMT (envelope-from kwm@repoman.freebsd.org) Received: (from kwm@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RBgnYp088077; Tue, 27 Sep 2005 11:42:49 GMT (envelope-from kwm) Message-Id: <200509271142.j8RBgnYp088077@repoman.freebsd.org> From: Koop Mast Date: Tue, 27 Sep 2005 11:42:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 11:42:50 -0000 kwm 2005-09-27 11:42:49 UTC FreeBSD ports repository Modified files: . modules Log: buildbot -> devel/buildbot Revision Changes Path 1.13238 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Sep 27 11:54:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 848E616A41F; Tue, 27 Sep 2005 11:54:12 +0000 (GMT) (envelope-from philip@paeps.cx) Received: from gateway.nixsys.be (gateway.nixsys.be [195.144.77.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF12C43D49; Tue, 27 Sep 2005 11:54:11 +0000 (GMT) (envelope-from philip@paeps.cx) Received: from loge.nixsys.be (loge.nixsys.be [IPv6:2001:6f8:32f:0:20c:6eff:fe4b:23f]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "loge.home.paeps.cx", Issuer "NixSys CA" (verified OK)) by gateway.nixsys.be (Postfix) with ESMTP id 563D7C131; Tue, 27 Sep 2005 13:54:10 +0200 (CEST) Received: from loge.nixsys.be (philip@localhost [127.0.0.1]) by loge.nixsys.be (8.13.4/8.13.4) with ESMTP id j8RBs9AZ078071; Tue, 27 Sep 2005 13:54:09 +0200 (CEST) (envelope-from philip@loge.nixsys.be) Received: (from philip@localhost) by loge.nixsys.be (8.13.4/8.13.4/Submit) id j8RBs9JL078070; Tue, 27 Sep 2005 13:54:09 +0200 (CEST) (envelope-from philip) Date: Tue, 27 Sep 2005 13:54:09 +0200 From: Philip Paeps To: Poul-Henning Kamp Message-ID: <20050927115409.GG687@loge.nixsys.be> Mail-Followup-To: Poul-Henning Kamp , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200509261457.j8QEvRBH000632@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509261457.j8QEvRBH000632@repoman.freebsd.org> X-Date-in-Rome: ante diem V Kalendas Octobres MMDCCLVIII ab Urbe Condida X-PGP-Fingerprint: FA74 3C27 91A6 79D5 F6D3 FC53 BF4B D0E6 049D B879 X-Message-Flag: Get a proper mailclient! Organization: Happily Disorganized User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/tools/tools/nanobsd Makefile customize.sh i386.diskimage localfiles src/tools/tools/nanobsd/Customize NET4801 comconsole default files nobeastie pkgs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 11:54:12 -0000 On 2005-09-26 14:57:27 (+0000), Poul-Henning Kamp wrote: > Remove the old Makefile based nanobsd build method, the new shell script > based is far better and the only one supported from now on. Yay, fantastic stuff. :-) Thanks! - Philip -- Philip Paeps Please don't Cc me, I am philip@freebsd.org subscribed to the list. A pipe gives a wise man time to think and a fool something to stick in his mouth. From owner-cvs-all@FreeBSD.ORG Tue Sep 27 12:00:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B237416A421; Tue, 27 Sep 2005 12:00:32 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D3D443D48; Tue, 27 Sep 2005 12:00:32 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RC0Wvd088719; Tue, 27 Sep 2005 12:00:32 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RC0WhD088718; Tue, 27 Sep 2005 12:00:32 GMT (envelope-from davidxu) Message-Id: <200509271200.j8RC0WhD088718@repoman.freebsd.org> From: David Xu Date: Tue, 27 Sep 2005 12:00:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 12:00:33 -0000 davidxu 2005-09-27 12:00:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern sched_ule.c Log: MFC revisions 1.156 - 1.159, improve stability of ULE scheduler. Approved by: re (scottl) Revision Changes Path 1.153.2.3 +20 -10 src/sys/kern/sched_ule.c From owner-cvs-all@FreeBSD.ORG Tue Sep 27 12:02:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1002716A41F; Tue, 27 Sep 2005 12:02:19 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FA6743D7B; Tue, 27 Sep 2005 12:02:18 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RC2Iig088815; Tue, 27 Sep 2005 12:02:18 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RC2Ibb088814; Tue, 27 Sep 2005 12:02:18 GMT (envelope-from remko) Message-Id: <200509271202.j8RC2Ibb088814@repoman.freebsd.org> From: Remko Lodder Date: Tue, 27 Sep 2005 12:02:18 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 12:02:19 -0000 remko 2005-09-27 12:02:18 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Remove Metro Link references. The URL pointing to Metro Link no longer gives the information it once had. Also fix a grammar nit. Noticed by: Lin, Shih-Min on www@ Revision Changes Path 1.762 +3 -76 doc/en_US.ISO8859-1/books/faq/book.sgml From owner-cvs-all@FreeBSD.ORG Tue Sep 27 12:17:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E23B16A41F; Tue, 27 Sep 2005 12:17:19 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 197C843D48; Tue, 27 Sep 2005 12:17:19 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RCHITr089485; Tue, 27 Sep 2005 12:17:18 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RCHIl1089484; Tue, 27 Sep 2005 12:17:18 GMT (envelope-from barner) Message-Id: <200509271217.j8RCHIl1089484@repoman.freebsd.org> From: Simon Barner Date: Tue, 27 Sep 2005 12:17:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/picp Makefile distinfo pkg-descr ports/devel/picp/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 12:17:19 -0000 barner 2005-09-27 12:17:18 UTC FreeBSD ports repository Modified files: devel/picp Makefile distinfo pkg-descr Added files: devel/picp/files patch-Makefile Log: - Update to 0.6.7 [1] - Respect CXX, CXXFLAGS, STRIP - Pass maintainership to submitter [1] Submitted by: Soeren Straarup [1] PR: ports/86626 [1] Revision Changes Path 1.6 +3 -5 ports/devel/picp/Makefile 1.4 +2 -2 ports/devel/picp/distinfo 1.1 +23 -0 ports/devel/picp/files/patch-Makefile (new) 1.3 +1 -4 ports/devel/picp/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Sep 27 12:17:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FD9416A41F; Tue, 27 Sep 2005 12:17:38 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E14B43D49; Tue, 27 Sep 2005 12:17:38 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RCHcps089525; Tue, 27 Sep 2005 12:17:38 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RCHcqx089524; Tue, 27 Sep 2005 12:17:38 GMT (envelope-from davidxu) Message-Id: <200509271217.j8RCHcqx089524@repoman.freebsd.org> From: David Xu Date: Tue, 27 Sep 2005 12:17:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_kse.c sys_process.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 12:17:38 -0000 davidxu 2005-09-27 12:17:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_kse.c sys_process.c Log: MFC kern/sys_process.c revision 1.132 kern/kern_kse.c revision 1.215 > Fix a LOR between sched_lock and sleep queue lock. Approved by: re(scottl) Revision Changes Path 1.214.2.2 +3 -4 src/sys/kern/kern_kse.c 1.131.2.1 +4 -2 src/sys/kern/sys_process.c From owner-cvs-all@FreeBSD.ORG Tue Sep 27 13:10:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F95916A41F; Tue, 27 Sep 2005 13:10:25 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1A1143D48; Tue, 27 Sep 2005 13:10:24 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RDAOWB098445; Tue, 27 Sep 2005 13:10:24 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RDAOnQ098444; Tue, 27 Sep 2005 13:10:24 GMT (envelope-from nyan) Message-Id: <200509271310.j8RDAOnQ098444@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Tue, 27 Sep 2005 13:10:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules Makefile src/usr.sbin/sysinstall Makefile sysinstall.h src/release/pc98 boot_crunch.conf src/sys/pc98/conf GENERIC GENERIC.hints NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 13:10:25 -0000 nyan 2005-09-27 13:10:24 UTC FreeBSD src repository Modified files: sys/modules Makefile usr.sbin/sysinstall Makefile sysinstall.h release/pc98 boot_crunch.conf sys/pc98/conf GENERIC GENERIC.hints NOTES Log: Switch from OLDCARD to NEWCARD on pc98. Revision Changes Path 1.60 +1 -3 src/release/pc98/boot_crunch.conf 1.456 +3 -3 src/sys/modules/Makefile 1.272 +6 -0 src/sys/pc98/conf/GENERIC 1.24 +0 -4 src/sys/pc98/conf/GENERIC.hints 1.62 +0 -3 src/sys/pc98/conf/NOTES 1.135 +0 -4 src/usr.sbin/sysinstall/Makefile 1.265 +0 -4 src/usr.sbin/sysinstall/sysinstall.h From owner-cvs-all@FreeBSD.ORG Tue Sep 27 13:33:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EBC016A41F; Tue, 27 Sep 2005 13:33:47 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFDCF43D4C; Tue, 27 Sep 2005 13:33:46 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RDXkV9099288; Tue, 27 Sep 2005 13:33:46 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RDXkJ0099287; Tue, 27 Sep 2005 13:33:46 GMT (envelope-from ru) Message-Id: <200509271333.j8RDXkJ0099287@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 27 Sep 2005 13:33:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cardbus cardbus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 13:33:47 -0000 ru 2005-09-27 13:33:46 UTC FreeBSD src repository Modified files: sys/dev/cardbus cardbus.c Log: Calling rman_get_start() after bus_release_resource() is evil. It became fatal after a recent "struct resource" split change. Revision Changes Path 1.53 +2 -2 src/sys/dev/cardbus/cardbus.c From owner-cvs-all@FreeBSD.ORG Tue Sep 27 13:37:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF78616A41F; Tue, 27 Sep 2005 13:37:53 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A67643D49; Tue, 27 Sep 2005 13:37:53 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RDbrBv099511; Tue, 27 Sep 2005 13:37:53 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RDbrdA099510; Tue, 27 Sep 2005 13:37:53 GMT (envelope-from krion) Message-Id: <200509271337.j8RDbrdA099510@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 27 Sep 2005 13:37:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/pkg_install/info show.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 13:37:53 -0000 krion 2005-09-27 13:37:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/pkg_install/info show.c Log: MFC: 1.39 date: 2005/09/24 19:41:56; author: krion; state: Exp; lines: +1 -1 Remove '\n' since it's redundant in case if file doesn't exist while running 'pkg_info -g' Based on PR: bin/42609 Submitted by: Jeff King MFC after: 3 days Approved by: re (kensmith) Revision Changes Path 1.38.2.1 +1 -1 src/usr.sbin/pkg_install/info/show.c From owner-cvs-all@FreeBSD.ORG Tue Sep 27 13:39:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8E9F16A41F; Tue, 27 Sep 2005 13:39:06 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67FA343D49; Tue, 27 Sep 2005 13:39:06 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RDd6Xn099569; Tue, 27 Sep 2005 13:39:06 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RDd61C099568; Tue, 27 Sep 2005 13:39:06 GMT (envelope-from krion) Message-Id: <200509271339.j8RDd61C099568@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 27 Sep 2005 13:39:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/pkg_install/lib match.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 13:39:06 -0000 krion 2005-09-27 13:39:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/pkg_install/lib match.c Log: MFC: 1.20 date: 2005/09/24 21:41:47; author: krion; state: Exp; lines: +1 -1 Do not bitch about bsdpan modules not having origin. Based on PR: bin/82269 Submitted by: Steven Hartland MFC after: 3 days Approved by: re (kensmith) Revision Changes Path 1.19.8.1 +1 -1 src/usr.sbin/pkg_install/lib/match.c From owner-cvs-all@FreeBSD.ORG Tue Sep 27 13:58:59 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E54016A41F; Tue, 27 Sep 2005 13:58:59 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16D0743D5F; Tue, 27 Sep 2005 13:58:56 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) by newtrinity.zeist.de (8.12.11/8.12.11/ZEIST.DE) with ESMTP id j8RDwsZC083767; Tue, 27 Sep 2005 15:58:54 +0200 (CEST) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.11/8.12.10/Submit) id j8RDwnH4083766; Tue, 27 Sep 2005 15:58:49 +0200 (CEST) (envelope-from marius) Date: Tue, 27 Sep 2005 15:58:49 +0200 From: Marius Strobl To: Christian Brueffer Message-ID: <20050927155849.A399@newtrinity.zeist.de> References: <200509270455.j8R4tevh061899@repoman.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: <200509270455.j8R4tevh061899@repoman.freebsd.org>; from brueffer@freebsd.org on Tue, Sep 27, 2005 at 04:55:40AM +0000 X-AntiVirus-modified: yes X-AntiVirus: checked by AntiVir Milter (version: 1.1.1-9; AVE: 6.32.0.6; VDF: 6.32.0.44; host: newtrinity.zeist.de) Cc: doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: www/en/donations donors.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 13:58:59 -0000 On Tue, Sep 27, 2005 at 04:55:40AM +0000, Christian Brueffer wrote: > > brueffer 2005-09-27 04:55:40 UTC > > FreeBSD doc repository > > Modified files: > en/donations donors.sgml > Log: > Add Markus Deubel for his donation of a Sun Ultra 10 to marius. > > Revision Changes Path > 1.280 +7 -1 www/en/donations/donors.sgml Thanks! -- This mail was scanned by AntiVir Milter. This product is licensed for non-commercial use. See www.antivir.de for details. From owner-cvs-all@FreeBSD.ORG Tue Sep 27 14:03:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1711516A41F; Tue, 27 Sep 2005 14:03:01 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C93E743D48; Tue, 27 Sep 2005 14:03:00 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RE30TI000603; Tue, 27 Sep 2005 14:03:00 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RE306t000600; Tue, 27 Sep 2005 14:03:00 GMT (envelope-from vs) Message-Id: <200509271403.j8RE306t000600@repoman.freebsd.org> From: Volker Stolz Date: Tue, 27 Sep 2005 14:03:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/dact Makefile pkg-plist ports/archivers/dact/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 14:03:01 -0000 vs 2005-09-27 14:03:00 UTC FreeBSD ports repository Modified files: archivers/dact Makefile pkg-plist Removed files: archivers/dact/files patch-Makefile Log: Cleanup: - no need for separate Makefile-patch - nuke static lib Revision Changes Path 1.17 +6 -0 ports/archivers/dact/Makefile 1.2 +0 -22 ports/archivers/dact/files/patch-Makefile (dead) 1.5 +0 -1 ports/archivers/dact/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 27 14:08:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 795AA16A41F; Tue, 27 Sep 2005 14:08:59 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3675643D48; Tue, 27 Sep 2005 14:08:59 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RE8xxj000832; Tue, 27 Sep 2005 14:08:59 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RE8xn0000831; Tue, 27 Sep 2005 14:08:59 GMT (envelope-from vs) Message-Id: <200509271408.j8RE8xn0000831@repoman.freebsd.org> From: Volker Stolz Date: Tue, 27 Sep 2005 14:08:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/freeze Makefile ports/archivers/freeze/files patch-Makefile.in patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 14:08:59 -0000 vs 2005-09-27 14:08:59 UTC FreeBSD ports repository Modified files: archivers/freeze Makefile Removed files: archivers/freeze/files patch-Makefile.in patch-configure Log: Use MAKE_ARGS in favour of patches Revision Changes Path 1.14 +1 -0 ports/archivers/freeze/Makefile 1.2 +0 -13 ports/archivers/freeze/files/patch-Makefile.in (dead) 1.2 +0 -12 ports/archivers/freeze/files/patch-configure (dead) From owner-cvs-all@FreeBSD.ORG Tue Sep 27 14:17:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B27D16A41F; Tue, 27 Sep 2005 14:17:53 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A7E043D5A; Tue, 27 Sep 2005 14:17:53 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8REHrMU001224; Tue, 27 Sep 2005 14:17:53 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8REHrRT001223; Tue, 27 Sep 2005 14:17:53 GMT (envelope-from vs) Message-Id: <200509271417.j8REHrRT001223@repoman.freebsd.org> From: Volker Stolz Date: Tue, 27 Sep 2005 14:17:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/lbrate Makefile ports/archivers/lbrate/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 14:17:53 -0000 vs 2005-09-27 14:17:52 UTC FreeBSD ports repository Modified files: archivers/lbrate Makefile Removed files: archivers/lbrate/files patch-Makefile Log: Cleanup, use MAKE_ARGS instead of Makefile-patch Revision Changes Path 1.10 +3 -7 ports/archivers/lbrate/Makefile 1.3 +0 -28 ports/archivers/lbrate/files/patch-Makefile (dead) From owner-cvs-all@FreeBSD.ORG Tue Sep 27 14:32:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 591EB16A41F; Tue, 27 Sep 2005 14:32:05 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E618E43D55; Tue, 27 Sep 2005 14:32:04 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8REW4Ke001828; Tue, 27 Sep 2005 14:32:04 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8REW4DY001827; Tue, 27 Sep 2005 14:32:04 GMT (envelope-from csjp) Message-Id: <200509271432.j8REW4DY001827@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Tue, 27 Sep 2005 14:32:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern syscalls.master X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 14:32:05 -0000 csjp 2005-09-27 14:32:04 UTC FreeBSD src repository Modified files: sys/kern syscalls.master Log: Mark the extended attribute syscalls as being MP safe. Requested by: jhb Revision Changes Path 1.199 +13 -13 src/sys/kern/syscalls.master From owner-cvs-all@FreeBSD.ORG Tue Sep 27 14:36:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E955216A420; Tue, 27 Sep 2005 14:36:59 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96FAE43D4C; Tue, 27 Sep 2005 14:36:59 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8REaxTf002118; Tue, 27 Sep 2005 14:36:59 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8REaxvG002117; Tue, 27 Sep 2005 14:36:59 GMT (envelope-from csjp) Message-Id: <200509271436.j8REaxvG002117@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Tue, 27 Sep 2005 14:36:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern init_sysent.c syscalls.c src/sys/sys syscall.h syscall.mk sysproto.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 14:37:00 -0000 csjp 2005-09-27 14:36:59 UTC FreeBSD src repository Modified files: sys/kern init_sysent.c syscalls.c sys/sys syscall.h syscall.mk sysproto.h Log: Update the "created from" section to reflect the most recent version of syscalls.master Requested by: jhb Revision Changes Path 1.197 +1 -1 src/sys/kern/init_sysent.c 1.182 +1 -1 src/sys/kern/syscalls.c 1.179 +1 -1 src/sys/sys/syscall.h 1.134 +1 -1 src/sys/sys/syscall.mk 1.178 +1 -1 src/sys/sys/sysproto.h From owner-cvs-all@FreeBSD.ORG Tue Sep 27 14:39:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADA0216A41F; Tue, 27 Sep 2005 14:39:15 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59BF043D49; Tue, 27 Sep 2005 14:39:15 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (ip68-105-180-11.dc.dc.cox.net [68.105.180.11]) (authenticated bits=0) by pittgoth.com (8.13.4/8.13.4) with ESMTP id j8REeDLP086000 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 27 Sep 2005 10:40:13 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Tue, 27 Sep 2005 10:37:46 -0400 From: Tom Rhodes To: Wilko Bulte Message-Id: <20050927103746.364de995.trhodes@FreeBSD.org> In-Reply-To: <20050926181234.GA23937@freebie.xs4all.nl> References: <200509261655.j8QGtBeE012785@repoman.freebsd.org> <20050926174442.GA57238@xor.obsecurity.org> <20050926181234.GA23937@freebie.xs4all.nl> X-Mailer: Sylpheed version 1.0.5 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, rwatson@FreeBSD.org, cvs-all@FreeBSD.org, kris@obsecurity.org Subject: Re: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 14:39:15 -0000 On Mon, 26 Sep 2005 20:12:34 +0200 Wilko Bulte wrote: > On Mon, Sep 26, 2005 at 01:44:42PM -0400, Kris Kennaway wrote.. > > On Mon, Sep 26, 2005 at 04:55:11PM +0000, Robert Watson wrote: > > > rwatson 2005-09-26 16:55:11 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/kern subr_pcpu.c > > > Log: > > > Add "show allpcpu" to DDB, which prints the current CPU id followed by > > > the per-cpu data for all CPUs. This is easier to ask users to do than > > > "figure out how many CPUs you have, now run show pcpu, then run it > > > once for each CPU you have". > > > > My 14-cpu machine thanks you :-) > > I'm curious: what machine model is that? Who cares about model, can I borrow it. :P -- Tom Rhodes From owner-cvs-all@FreeBSD.ORG Tue Sep 27 14:44:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B3B616A423; Tue, 27 Sep 2005 14:44:50 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8145543D77; Tue, 27 Sep 2005 14:44:48 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8REimWB002480; Tue, 27 Sep 2005 14:44:48 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8REimuC002479; Tue, 27 Sep 2005 14:44:48 GMT (envelope-from leeym) Message-Id: <200509271444.j8REimuC002479@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 27 Sep 2005 14:44:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/p5-Class-DBI pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 14:44:50 -0000 leeym 2005-09-27 14:44:48 UTC FreeBSD ports repository Modified files: databases/p5-Class-DBI pkg-plist Log: - fix plist Revision Changes Path 1.8 +1 -0 ports/databases/p5-Class-DBI/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 27 14:49:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F0E816A420; Tue, 27 Sep 2005 14:49:26 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 770D643D5F; Tue, 27 Sep 2005 14:49:25 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8REnOa5002804; Tue, 27 Sep 2005 14:49:24 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8REnOIM002803; Tue, 27 Sep 2005 14:49:24 GMT (envelope-from nork) Message-Id: <200509271449.j8REnOIM002803@repoman.freebsd.org> From: Norikatsu Shigemura Date: Tue, 27 Sep 2005 14:49:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/macopix Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 14:49:26 -0000 nork 2005-09-27 14:49:24 UTC FreeBSD ports repository Modified files: games/macopix Makefile distinfo pkg-plist Log: Update to 1.3.2 and Add Hayate X Blade. References: http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/16902 Submitted by: UMENO Takashi Approved by: Shinya Esu (maintainer) Revision Changes Path 1.22 +14 -9 ports/games/macopix/Makefile 1.15 +4 -2 ports/games/macopix/distinfo 1.15 +199 -0 ports/games/macopix/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 27 14:49:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20ED416A41F; Tue, 27 Sep 2005 14:49:42 +0000 (GMT) (envelope-from mp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D415C43D49; Tue, 27 Sep 2005 14:49:41 +0000 (GMT) (envelope-from mp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8REnf3U002833; Tue, 27 Sep 2005 14:49:41 GMT (envelope-from mp@repoman.freebsd.org) Received: (from mp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8REnfim002832; Tue, 27 Sep 2005 14:49:41 GMT (envelope-from mp) Message-Id: <200509271449.j8REnfim002832@repoman.freebsd.org> From: Mark Peek Date: Tue, 27 Sep 2005 14:49:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/bin/csh config_p.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 14:49:42 -0000 mp 2005-09-27 14:49:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) bin/csh config_p.h Log: Bump up BUFSIZE from 4k to 8k. This was requested by portmgr@ to allow ports builds in the cluster to work correctly. Approved by: re Revision Changes Path 1.11.2.1 +1 -0 src/bin/csh/config_p.h From owner-cvs-all@FreeBSD.ORG Tue Sep 27 15:00:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D7D016A41F; Tue, 27 Sep 2005 15:00:15 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC69843D49; Tue, 27 Sep 2005 15:00:14 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.41.233] (Not Verified[10.50.41.233]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Tue, 27 Sep 2005 11:16:13 -0400 From: John Baldwin To: "Christian S.J. Peron" Date: Tue, 27 Sep 2005 10:49:29 -0400 User-Agent: KMail/1.8 References: <200509271432.j8REW4DY001827@repoman.freebsd.org> In-Reply-To: <200509271432.j8REW4DY001827@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509271049.30622.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern syscalls.master X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 15:00:15 -0000 On Tuesday 27 September 2005 10:32 am, Christian S.J. Peron wrote: > csjp 2005-09-27 14:32:04 UTC > > FreeBSD src repository > > Modified files: > sys/kern syscalls.master > Log: > Mark the extended attribute syscalls as being MP safe. > > Requested by: jhb Thanks. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Tue Sep 27 15:01:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BC8E16A41F; Tue, 27 Sep 2005 15:01:58 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from mail.3wgraphics.com (mail.3wgraphics.com [194.87.91.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB59543D5A; Tue, 27 Sep 2005 15:01:57 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from [192.168.0.1] (helo=[192.168.0.1]) by mail.3wgraphics.com with esmtp id 1EKGxv-0005XG-It; Tue, 27 Sep 2005 19:01:55 +0400 Message-ID: <43395EE3.3090301@FreeBSD.org> Date: Tue, 27 Sep 2005 19:01:55 +0400 From: Sergey Skvortsov User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b) Gecko/20050217 MIME-Version: 1.0 To: Yen-Ming Lee References: <200509271444.j8REimuC002479@repoman.freebsd.org> In-Reply-To: <200509271444.j8REimuC002479@repoman.freebsd.org> X-Enigmail-Version: 0.90.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/databases/p5-Class-DBI pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 15:01:58 -0000 Yen-Ming Lee wrote: > leeym 2005-09-27 14:44:48 UTC > > FreeBSD ports repository > > Modified files: > databases/p5-Class-DBI pkg-plist > Log: > - fix plist > > Revision Changes Path > 1.8 +1 -0 ports/databases/p5-Class-DBI/pkg-plist Look at: http://www.freebsd.org/cgi/cvsweb.cgi/ports/databases/p5-Class-DBI/pkg-plist?annotate=1.8 and please explain me esoteric sence of duplicated lines 17 and 21. Just a curious fact: I'm (still) actual maintainer of this port and I did not approve your commit. Could you be so kindly rollback last commit? -- Sergey Skvortsov mailto: skv@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Tue Sep 27 15:11:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C68A616A423; Tue, 27 Sep 2005 15:11:54 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DD8D43D48; Tue, 27 Sep 2005 15:11:54 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RFBsTO003734; Tue, 27 Sep 2005 15:11:54 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RFBsl8003733; Tue, 27 Sep 2005 15:11:54 GMT (envelope-from vs) Message-Id: <200509271511.j8RFBsl8003733@repoman.freebsd.org> From: Volker Stolz Date: Tue, 27 Sep 2005 15:11:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/libarc Makefile pkg-plist ports/archivers/libarc/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 15:11:54 -0000 vs 2005-09-27 15:11:53 UTC FreeBSD ports repository Modified files: archivers/libarc Makefile pkg-plist archivers/libarc/files patch-aa Log: Cleanup a bit: Move install-logic into Makefile instead of patching it into port. Drop static lib while here. Revision Changes Path 1.8 +13 -1 ports/archivers/libarc/Makefile 1.4 +1 -22 ports/archivers/libarc/files/patch-aa 1.3 +0 -1 ports/archivers/libarc/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 27 15:23:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6498C16A41F; Tue, 27 Sep 2005 15:23:30 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 236CE43D4C; Tue, 27 Sep 2005 15:23:30 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RFNUMq004188; Tue, 27 Sep 2005 15:23:30 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RFNTbP004187; Tue, 27 Sep 2005 15:23:29 GMT (envelope-from glewis) Message-Id: <200509271523.j8RFNTbP004187@repoman.freebsd.org> From: Greg Lewis Date: Tue, 27 Sep 2005 15:23:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/jdk15/files patch-deploy::common::DeployRules-solaris.gmk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 15:23:30 -0000 glewis 2005-09-27 15:23:29 UTC FreeBSD ports repository Added files: java/jdk15/files patch-deploy::common::DeployRules-solaris.gmk Log: . Include header files from the JDK that was just built, not from the bootstrap JDK. This fixes using the Linux JDK to bootstrap when you are compiling javaws. Revision Changes Path 1.1 +17 -0 ports/java/jdk15/files/patch-deploy::common::DeployRules-solaris.gmk (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 27 15:42:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86C6716A41F; Tue, 27 Sep 2005 15:42:54 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4261343D4C; Tue, 27 Sep 2005 15:42:54 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RFgsrf004937; Tue, 27 Sep 2005 15:42:54 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RFgsiP004936; Tue, 27 Sep 2005 15:42:54 GMT (envelope-from garga) Message-Id: <200509271542.j8RFgsiP004936@repoman.freebsd.org> From: Renato Botelho Date: Tue, 27 Sep 2005 15:42:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/recvnet Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 15:42:54 -0000 garga 2005-09-27 15:42:54 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/recvnet Makefile distinfo pkg-descr Log: Add recvnet 0.0.1, recvnet (inverse telnet) is a utility for debugging tcp connections. PR: ports/86633 Submitted by: Emanuel Haupt Revision Changes Path 1.1543 +1 -0 ports/net/Makefile 1.1 +30 -0 ports/net/recvnet/Makefile (new) 1.1 +2 -0 ports/net/recvnet/distinfo (new) 1.1 +8 -0 ports/net/recvnet/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 27 15:43:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EE7E16A41F; Tue, 27 Sep 2005 15:43:25 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FC0043D49; Tue, 27 Sep 2005 15:43:25 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RFhPel005019; Tue, 27 Sep 2005 15:43:25 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RFhP0H005018; Tue, 27 Sep 2005 15:43:25 GMT (envelope-from garga) Message-Id: <200509271543.j8RFhP0H005018@repoman.freebsd.org> From: Renato Botelho Date: Tue, 27 Sep 2005 15:43:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 15:43:25 -0000 garga 2005-09-27 15:43:25 UTC FreeBSD ports repository Modified files: . modules Log: recvnet --> ports/net/recvnet Revision Changes Path 1.13239 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Sep 27 15:44:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 8BAE716A420; Tue, 27 Sep 2005 15:44:04 +0000 (GMT) Date: Tue, 27 Sep 2005 15:44:04 +0000 From: Alexey Dokuchaev To: Tilman Linneweh Message-ID: <20050927154404.GA7632@FreeBSD.org> References: <200509261601.j8QG18hP003665@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200509261601.j8QG18hP003665@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/audio/musicbox Makefile ports/misc/peq Makefile ports/games/pp Makefile ports/x11-toolkits/qt145 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 15:44:04 -0000 On Mon, Sep 26, 2005 at 04:01:08PM +0000, Tilman Linneweh wrote: > arved 2005-09-26 16:01:08 UTC > > FreeBSD ports repository > > Modified files: > audio/musicbox Makefile > misc/peq Makefile > games/pp Makefile > x11-toolkits/qt145 Makefile > Log: > Mark qt1 (QT4 is already released) and all ports depending on it as > DEPRECATED and set an EXPIRATION_DATE. But is there anything wrong with these ports? I see no reason to abandon things just because they use some old, but stable toolkit with no security issues (presumably). ./danfe From owner-cvs-all@FreeBSD.ORG Tue Sep 27 16:12:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F5C216A41F; Tue, 27 Sep 2005 16:12:50 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F33043D48; Tue, 27 Sep 2005 16:12:50 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RGCncO006161; Tue, 27 Sep 2005 16:12:49 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RGCnqL006160; Tue, 27 Sep 2005 16:12:49 GMT (envelope-from rik) Message-Id: <200509271612.j8RGCnqL006160@repoman.freebsd.org> From: Roman Kurakin Date: Tue, 27 Sep 2005 16:12:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cp if_cp.c src/sys/dev/ctau if_ct.c src/sys/dev/cx if_cx.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 16:12:50 -0000 rik 2005-09-27 16:12:49 UTC FreeBSD src repository Modified files: sys/dev/cp if_cp.c sys/dev/ctau if_ct.c sys/dev/cx if_cx.c Log: Backout if_cp 1.26, if_ct 1.27, if_cx 1.47 by obrien: ---------------------------- revision 1.26 date: 2005/09/07 09:53:35; author: obrien; state: Exp; lines: +1452 -1453 Reorder code to not depend on an ISO-C illegal forward extern declaration. ---------------------------- Reason: do not move large functions location without serious reason. The same could be done by forward function declaration. Please do not enlarge diff without a reason any more. Backout if_cp 1.27 ---------------------------- revision 1.27 date: 2005/09/19 03:10:16; author: imp; state: Exp; lines: +3 -2 Make sure that we call if_free(ifp) after bus_teardown_intr. Since we could get an interrupt after we free the ifp, and the interrupt handler depended on the ifp being still alive, this could, in theory, cause a crash. Eliminate this possibility by moving the if_free to after the bus_teardown_intr() call. Reason: bad previous commit. Would be restored by next commit. Revision Changes Path 1.28 +1451 -1450 src/sys/dev/cp/if_cp.c 1.28 +1368 -1366 src/sys/dev/ctau/if_ct.c 1.48 +1542 -1539 src/sys/dev/cx/if_cx.c From owner-cvs-all@FreeBSD.ORG Tue Sep 27 16:21:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F4C016A41F; Tue, 27 Sep 2005 16:21:46 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03C3543D53; Tue, 27 Sep 2005 16:21:46 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RGLjGA006701; Tue, 27 Sep 2005 16:21:45 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RGLjX4006700; Tue, 27 Sep 2005 16:21:45 GMT (envelope-from leeym) Message-Id: <200509271621.j8RGLjX4006700@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 27 Sep 2005 16:21:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/p5-Class-DBI pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 16:21:46 -0000 leeym 2005-09-27 16:21:45 UTC FreeBSD ports repository Modified files: databases/p5-Class-DBI pkg-plist Log: - backout previous commit Revision Changes Path 1.9 +0 -1 ports/databases/p5-Class-DBI/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 27 16:36:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE57F16A41F; Tue, 27 Sep 2005 16:36:23 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A073D43D4C; Tue, 27 Sep 2005 16:36:23 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RGaNM7007443; Tue, 27 Sep 2005 16:36:23 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RGaNVL007442; Tue, 27 Sep 2005 16:36:23 GMT (envelope-from garga) Message-Id: <200509271636.j8RGaNVL007442@repoman.freebsd.org> From: Renato Botelho Date: Tue, 27 Sep 2005 16:36:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/tthsum Makefile ports/security/tthsum/files patch-read.c patch-thex.c patch-utf8.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 16:36:24 -0000 garga 2005-09-27 16:36:23 UTC FreeBSD ports repository Modified files: security/tthsum Makefile Removed files: security/tthsum/files patch-read.c patch-thex.c patch-utf8.c Log: - s/malloc.h/stdlib.h/ on some files to fix build on amd64 - 7.x [1] - change some patches to REINPLACE_CMD [2] PR: ports/86638 [1] Submitted by: maintainer [1] Reworked by: me [2] Approved by: maintainer [2] Revision Changes Path 1.2 +7 -0 ports/security/tthsum/Makefile 1.2 +0 -15 ports/security/tthsum/files/patch-read.c (dead) 1.2 +0 -11 ports/security/tthsum/files/patch-thex.c (dead) 1.2 +0 -11 ports/security/tthsum/files/patch-utf8.c (dead) From owner-cvs-all@FreeBSD.ORG Tue Sep 27 16:45:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43CEF16A41F; Tue, 27 Sep 2005 16:45:23 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00C4743D49; Tue, 27 Sep 2005 16:45:23 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RGjMbW007783; Tue, 27 Sep 2005 16:45:22 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RGjMhR007782; Tue, 27 Sep 2005 16:45:22 GMT (envelope-from rwatson) Message-Id: <200509271645.j8RGjMhR007782@repoman.freebsd.org> From: Robert Watson Date: Tue, 27 Sep 2005 16:45:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 16:45:23 -0000 rwatson 2005-09-27 16:45:22 UTC FreeBSD src repository Modified files: sys/fs/fifofs fifo_vnops.c Log: Back out fifo_vnops.c:1.127, which introduced an sx lock around I/O on a fifo. While this did indeed close the race, confirming suspicions about the nature of the problem, it causes difficulties with blocking I/O on fifos. Discussed with: ups Also spotted by: Peter Holm Revision Changes Path 1.131 +3 -16 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Tue Sep 27 16:57:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D35116A41F; Tue, 27 Sep 2005 16:57:45 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67CA643D49; Tue, 27 Sep 2005 16:57:45 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RGvjkM015327; Tue, 27 Sep 2005 16:57:45 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RGvj2n015326; Tue, 27 Sep 2005 16:57:45 GMT (envelope-from rik) Message-Id: <200509271657.j8RGvj2n015326@repoman.freebsd.org> From: Roman Kurakin Date: Tue, 27 Sep 2005 16:57:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cp if_cp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 16:57:45 -0000 rik 2005-09-27 16:57:45 UTC FreeBSD src repository Modified files: sys/dev/cp if_cp.c Log: Restore if_cp.c 1.27 ---------------------------- revision 1.27 date: 2005/09/19 03:10:16; author: imp; state: Exp; lines: +3 -2 Make sure that we call if_free(ifp) after bus_teardown_intr. Since we could get an interrupt after we free the ifp, and the interrupt handler depended on the ifp being still alive, this could, in theory, cause a crash. Eliminate this possibility by moving the if_free to after the bus_teardown_intr() call. In fact, this change do nothing for this driver. It is protected from this by cp_destroy variable. This variable also protects driver from initiation of any activity from network stack with disabled intr handler with this change applied. Revision Changes Path 1.29 +3 -2 src/sys/dev/cp/if_cp.c From owner-cvs-all@FreeBSD.ORG Tue Sep 27 17:03:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3768916A41F; Tue, 27 Sep 2005 17:03:54 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA7D243D48; Tue, 27 Sep 2005 17:03:53 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RH3rKC015644; Tue, 27 Sep 2005 17:03:53 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RH3rum015643; Tue, 27 Sep 2005 17:03:53 GMT (envelope-from delphij) Message-Id: <200509271703.j8RH3rum015643@repoman.freebsd.org> From: Xin LI Date: Tue, 27 Sep 2005 17:03:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ufs ufs_inode.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 17:03:54 -0000 delphij 2005-09-27 17:03:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ufs ufs_inode.c Log: MFC 1.64: Restore a historical ufs_inactive behavior that respect the RDONLY option, so subsequent call of UFS_TRUNCATE (ffs_truncate) would not panic the system. This fixes a panic that can happen when mounting a corrputed filesystem read-only, and reading data from it. Reviewed by: mckusick Approved by: re (scottl) Revision Changes Path 1.63.2.1 +1 -1 src/sys/ufs/ufs/ufs_inode.c From owner-cvs-all@FreeBSD.ORG Tue Sep 27 17:04:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1148A16A41F; Tue, 27 Sep 2005 17:04:48 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD56D43D77; Tue, 27 Sep 2005 17:04:45 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RH4j4d015704; Tue, 27 Sep 2005 17:04:45 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RH4jFN015703; Tue, 27 Sep 2005 17:04:45 GMT (envelope-from delphij) Message-Id: <200509271704.j8RH4jFN015703@repoman.freebsd.org> From: Xin LI Date: Tue, 27 Sep 2005 17:04:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/ufs/ufs ufs_inode.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 17:04:48 -0000 delphij 2005-09-27 17:04:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/ufs/ufs ufs_inode.c Log: MFC 1.64: Restore a historical ufs_inactive behavior that respect the RDONLY option, so subsequent call of UFS_TRUNCATE (ffs_truncate) would not panic the system. This fixes a panic that can happen when mounting a corrputed filesystem read-only, and reading data from it. Reviewed by: mckusick Revision Changes Path 1.54.2.4 +1 -1 src/sys/ufs/ufs/ufs_inode.c From owner-cvs-all@FreeBSD.ORG Tue Sep 27 17:05:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6D6516A420; Tue, 27 Sep 2005 17:05:46 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9578B43D48; Tue, 27 Sep 2005 17:05:46 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RH5kSY015833; Tue, 27 Sep 2005 17:05:46 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RH5kRF015832; Tue, 27 Sep 2005 17:05:46 GMT (envelope-from delphij) Message-Id: <200509271705.j8RH5kRF015832@repoman.freebsd.org> From: Xin LI Date: Tue, 27 Sep 2005 17:05:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/ufs/ufs ufs_inode.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 17:05:47 -0000 delphij 2005-09-27 17:05:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/ufs/ufs ufs_inode.c Log: MFC 1.64: Restore a historical ufs_inactive behavior that respect the RDONLY option, so subsequent call of UFS_TRUNCATE (ffs_truncate) would not panic the system. This fixes a panic that can happen when mounting a corrputed filesystem read-only, and reading data from it. Reviewed by: mckusick Revision Changes Path 1.25.2.4 +1 -1 src/sys/ufs/ufs/ufs_inode.c From owner-cvs-all@FreeBSD.ORG Tue Sep 27 17:32:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25FBD16A41F; Tue, 27 Sep 2005 17:32:28 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D465E43D48; Tue, 27 Sep 2005 17:32:27 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RHWRTK017414; Tue, 27 Sep 2005 17:32:27 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RHWRTL017413; Tue, 27 Sep 2005 17:32:27 GMT (envelope-from mnag) Message-Id: <200509271732.j8RHWRTL017413@repoman.freebsd.org> From: Marcus Alves Grando Date: Tue, 27 Sep 2005 17:32:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt Makefile ports/net-mgmt/bsnmpd Makefile distinfo pkg-descr pkg-plist ports/net-mgmt/bsnmpd/files bsnmpd.sh.in patch-config__Makefile.post patch-config__Makefile.pre patch-configure.ac patch-gensnmptree__gensnmptree.c patch-lib__asn1.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 17:32:28 -0000 mnag 2005-09-27 17:32:27 UTC FreeBSD ports repository Modified files: net-mgmt Makefile Added files: net-mgmt/bsnmpd Makefile distinfo pkg-descr pkg-plist net-mgmt/bsnmpd/files bsnmpd.sh.in patch-config__Makefile.post patch-config__Makefile.pre patch-configure.ac patch-gensnmptree__gensnmptree.c patch-lib__asn1.c patch-lib__asn1.h patch-lib__snmp.c patch-lib__snmpagent.c patch-lib__snmpclient.c patch-snmp_mibII__mibII_ipaddr.c patch-snmp_ntp__snmp_ntp.c patch-snmpd__config.c patch-snmpd__main.c patch-snmpd__snmpd.config patch-snmpd__trap.c Log: New port This is a mini-SNMP daemon. The basic daemon implements the system group and a number of private extensions to manage the UDP transport mapping, communities, trap destinations and loadable modules. In this form it can be used to provide remote access to arbitrary data that can be described in the form as required by the SMI. The daemon speaks both SNMPv1 and SNMPv2c. PR: 86400 Submitted by: Andrey V. Elsukov Approved by: pav (mentor) Revision Changes Path 1.47 +1 -0 ports/net-mgmt/Makefile 1.1 +49 -0 ports/net-mgmt/bsnmpd/Makefile (new) 1.1 +2 -0 ports/net-mgmt/bsnmpd/distinfo (new) 1.1 +20 -0 ports/net-mgmt/bsnmpd/files/bsnmpd.sh.in (new) 1.1 +67 -0 ports/net-mgmt/bsnmpd/files/patch-config__Makefile.post (new) 1.1 +19 -0 ports/net-mgmt/bsnmpd/files/patch-config__Makefile.pre (new) 1.1 +53 -0 ports/net-mgmt/bsnmpd/files/patch-configure.ac (new) 1.1 +12 -0 ports/net-mgmt/bsnmpd/files/patch-gensnmptree__gensnmptree.c (new) 1.1 +14 -0 ports/net-mgmt/bsnmpd/files/patch-lib__asn1.c (new) 1.1 +13 -0 ports/net-mgmt/bsnmpd/files/patch-lib__asn1.h (new) 1.1 +14 -0 ports/net-mgmt/bsnmpd/files/patch-lib__snmp.c (new) 1.1 +14 -0 ports/net-mgmt/bsnmpd/files/patch-lib__snmpagent.c (new) 1.1 +14 -0 ports/net-mgmt/bsnmpd/files/patch-lib__snmpclient.c (new) 1.1 +15 -0 ports/net-mgmt/bsnmpd/files/patch-snmp_mibII__mibII_ipaddr.c (new) 1.1 +48 -0 ports/net-mgmt/bsnmpd/files/patch-snmp_ntp__snmp_ntp.c (new) 1.1 +20 -0 ports/net-mgmt/bsnmpd/files/patch-snmpd__config.c (new) 1.1 +10 -0 ports/net-mgmt/bsnmpd/files/patch-snmpd__main.c (new) 1.1 +14 -0 ports/net-mgmt/bsnmpd/files/patch-snmpd__snmpd.config (new) 1.1 +11 -0 ports/net-mgmt/bsnmpd/files/patch-snmpd__trap.c (new) 1.1 +8 -0 ports/net-mgmt/bsnmpd/pkg-descr (new) 1.1 +30 -0 ports/net-mgmt/bsnmpd/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 27 17:35:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id B135916A420; Tue, 27 Sep 2005 17:35:55 +0000 (GMT) Date: Tue, 27 Sep 2005 17:35:55 +0000 From: Alexey Dokuchaev To: Mario Sergio Fujikawa Ferreira Message-ID: <20050927173555.GA33161@FreeBSD.org> References: <200509252223.j8PMNISp027126@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200509252223.j8PMNISp027126@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net/Sockets-devel Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 17:35:55 -0000 On Sun, Sep 25, 2005 at 10:23:18PM +0000, Mario Sergio Fujikawa Ferreira wrote: > lioux 2005-09-25 22:23:18 UTC > > FreeBSD ports repository > > Modified files: > net/Sockets-devel Makefile distinfo pkg-plist > Log: > After repo copy from net/Sockets update to development version 1.9.7 > > Repo copied by: marcus Could we please please please stop increasing number of ports with upper case letters in their names? Thanks! ./danfe From owner-cvs-all@FreeBSD.ORG Tue Sep 27 17:36:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A9E516A41F; Tue, 27 Sep 2005 17:36:15 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17F1543D4C; Tue, 27 Sep 2005 17:36:15 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RHaEso017576; Tue, 27 Sep 2005 17:36:14 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RHaEvT017575; Tue, 27 Sep 2005 17:36:14 GMT (envelope-from mnag) Message-Id: <200509271736.j8RHaEvT017575@repoman.freebsd.org> From: Marcus Alves Grando Date: Tue, 27 Sep 2005 17:36:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 17:36:15 -0000 mnag 2005-09-27 17:36:14 UTC FreeBSD ports repository Modified files: . modules Log: bsnmpd --> ports/net-mgmt/bsnmpd Approved by: pav (mentor) Revision Changes Path 1.13240 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Sep 27 17:39:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9009616A41F; Tue, 27 Sep 2005 17:39:11 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5995343D48; Tue, 27 Sep 2005 17:39:11 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RHdBLo017808; Tue, 27 Sep 2005 17:39:11 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RHdB2F017807; Tue, 27 Sep 2005 17:39:11 GMT (envelope-from jhb) Message-Id: <200509271739.j8RHdB2F017807@repoman.freebsd.org> From: John Baldwin Date: Tue, 27 Sep 2005 17:39:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/alpha/include atomic.h src/sys/amd64/include atomic.h src/sys/arm/include atomic.h src/sys/i386/include atomic.h src/sys/ia64/include atomic.h src/sys/powerpc/include atomic.h src/sys/sparc64/include atomic.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 17:39:11 -0000 jhb 2005-09-27 17:39:11 UTC FreeBSD src repository Modified files: sys/alpha/include atomic.h sys/amd64/include atomic.h sys/arm/include atomic.h sys/i386/include atomic.h sys/ia64/include atomic.h sys/powerpc/include atomic.h sys/sparc64/include atomic.h Log: Add a new atomic_fetchadd() primitive that atomically adds a value to a variable and returns the previous value of the variable. Tested on: i386, alpha, sparc64, arm (cognet) Reviewed by: arch@ Submitted by: cognet (arm) MFC after: 1 week Revision Changes Path 1.24 +22 -0 src/sys/alpha/include/atomic.h 1.39 +21 -0 src/sys/amd64/include/atomic.h 1.11 +38 -0 src/sys/arm/include/atomic.h 1.41 +21 -0 src/sys/i386/include/atomic.h 1.10 +19 -0 src/sys/ia64/include/atomic.h 1.14 +13 -0 src/sys/powerpc/include/atomic.h 1.10 +3 -0 src/sys/sparc64/include/atomic.h From owner-cvs-all@FreeBSD.ORG Tue Sep 27 17:41:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CC2916A41F; Tue, 27 Sep 2005 17:41:01 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23CA343D48; Tue, 27 Sep 2005 17:41:01 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RHf1iC018044; Tue, 27 Sep 2005 17:41:01 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RHf1Dw018043; Tue, 27 Sep 2005 17:41:01 GMT (envelope-from mnag) Message-Id: <200509271741.j8RHf1Dw018043@repoman.freebsd.org> From: Marcus Alves Grando Date: Tue, 27 Sep 2005 17:41:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/libpst Makefile distinfo pkg-descr ports/mail/libpst/files patch-Makefile patch-aa patch-ab patch-ac patch-libpst.c patch-libpst.h patch-lspst.c patch-lzfu.c patch-readpst.c patch-readpstlog.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 17:41:01 -0000 mnag 2005-09-27 17:41:00 UTC FreeBSD ports repository Modified files: mail/libpst Makefile distinfo pkg-descr Added files: mail/libpst/files patch-Makefile patch-libpst.c patch-libpst.h patch-lspst.c patch-lzfu.c patch-readpst.c patch-readpstlog.c Removed files: mail/libpst/files patch-aa patch-ab patch-ac Log: Update to 0.5.1 Change home of project PR: 86554 Submitted by: Jonathan Approved by: pav (mentor), natey@natey.com (maintainer) Revision Changes Path 1.4 +10 -9 ports/mail/libpst/Makefile 1.3 +2 -2 ports/mail/libpst/distinfo 1.1 +40 -0 ports/mail/libpst/files/patch-Makefile (new) 1.2 +0 -11 ports/mail/libpst/files/patch-aa (dead) 1.2 +0 -10 ports/mail/libpst/files/patch-ab (dead) 1.2 +0 -24 ports/mail/libpst/files/patch-ac (dead) 1.1 +33 -0 ports/mail/libpst/files/patch-libpst.c (new) 1.1 +13 -0 ports/mail/libpst/files/patch-libpst.h (new) 1.1 +21 -0 ports/mail/libpst/files/patch-lspst.c (new) 1.1 +11 -0 ports/mail/libpst/files/patch-lzfu.c (new) 1.1 +11 -0 ports/mail/libpst/files/patch-readpst.c (new) 1.1 +16 -0 ports/mail/libpst/files/patch-readpstlog.c (new) 1.2 +1 -1 ports/mail/libpst/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Sep 27 17:44:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29CD516A41F; Tue, 27 Sep 2005 17:44:55 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 300BA43D6D; Tue, 27 Sep 2005 17:44:54 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RHisKf018242; Tue, 27 Sep 2005 17:44:54 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RHisH6018241; Tue, 27 Sep 2005 17:44:54 GMT (envelope-from mnag) Message-Id: <200509271744.j8RHisH6018241@repoman.freebsd.org> From: Marcus Alves Grando Date: Tue, 27 Sep 2005 17:44:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/freebsd-snapshot Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 17:44:55 -0000 mnag 2005-09-27 17:44:54 UTC FreeBSD ports repository Modified files: sysutils/freebsd-snapshot Makefile pkg-descr Log: Update COMMENT and pkg-descr to more accurate description Approved by: pav (mentor), gtodd@bellanet.org (maintainer) Revision Changes Path 1.3 +1 -1 ports/sysutils/freebsd-snapshot/Makefile 1.2 +7 -3 ports/sysutils/freebsd-snapshot/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Sep 27 17:44:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28C1916A474; Tue, 27 Sep 2005 17:44:57 +0000 (GMT) (envelope-from petef@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED07C43D6E; Tue, 27 Sep 2005 17:44:54 +0000 (GMT) (envelope-from petef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RHisZ0018274; Tue, 27 Sep 2005 17:44:54 GMT (envelope-from petef@repoman.freebsd.org) Received: (from petef@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RHisGc018272; Tue, 27 Sep 2005 17:44:54 GMT (envelope-from petef) Message-Id: <200509271744.j8RHisGc018272@repoman.freebsd.org> From: Pete Fritchman Date: Tue, 27 Sep 2005 17:44:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/jlj Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 17:44:58 -0000 petef 2005-09-27 17:44:54 UTC FreeBSD ports repository Modified files: deskutils/jlj Makefile distinfo Log: - update MASTER_SITES - add a patch to support lj tags - bump PORTREVISION Submitted by: Wesley Shields Revision Changes Path 1.10 +5 -1 ports/deskutils/jlj/Makefile 1.9 +2 -0 ports/deskutils/jlj/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 27 17:46:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34FD516A41F; Tue, 27 Sep 2005 17:46:32 +0000 (GMT) (envelope-from nate@root.org) Received: from pimout7-ext.prodigy.net (pimout7-ext.prodigy.net [207.115.63.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5D8943D48; Tue, 27 Sep 2005 17:46:29 +0000 (GMT) (envelope-from nate@root.org) X-ORBL: [67.119.74.222] Received: from [10.0.0.33] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by pimout7-ext.prodigy.net (8.13.4 outbound domainkey aix/8.13.4) with ESMTP id j8RHkRkV447000; Tue, 27 Sep 2005 13:46:27 -0400 Message-ID: <4339856F.2050706@root.org> Date: Tue, 27 Sep 2005 10:46:23 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050723) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Scott Long , cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, src-committers@FreeBSD.org References: <20050927020136.DE3C416A456@hub.freebsd.org> In-Reply-To: <20050927020136.DE3C416A456@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: cvs commit: src/sys/dev/ips ips_commands.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 17:46:32 -0000 Scott Long wrote: > scottl 2005-09-27 01:59:32 UTC > > FreeBSD src repository > > Modified files: > sys/dev/ips ips_commands.c > Log: > Report status in hex, not decimal. > > Revision Changes Path > 1.14 +1 -1 src/sys/dev/ips/ips_commands.c > > > Index: src/sys/dev/ips/ips_commands.c > diff -u src/sys/dev/ips/ips_commands.c:1.13 src/sys/dev/ips/ips_commands.c:1.14 > --- src/sys/dev/ips/ips_commands.c:1.13 Sun Sep 25 17:12:41 2005 > +++ src/sys/dev/ips/ips_commands.c Tue Sep 27 01:59:32 2005 > @@ -62,7 +62,7 @@ > if(COMMAND_ERROR(command)){ > iobuf->bio_flags |=BIO_ERROR; > iobuf->bio_error = EIO; > - printf("ips: io error, status= %d\n", command->status.value); > + printf("ips: io error, status= \n", command->status.value); > } > ips_insert_free_cmd(command->sc, command); > ipsd_finish(iobuf); Actually, that should be "don't report status at all". :) -- Nate From owner-cvs-all@FreeBSD.ORG Tue Sep 27 17:59:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 505DB16A41F; Tue, 27 Sep 2005 17:59:30 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D81A43D48; Tue, 27 Sep 2005 17:59:30 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RHxTAY019109; Tue, 27 Sep 2005 17:59:29 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RHxTjn019108; Tue, 27 Sep 2005 17:59:29 GMT (envelope-from jhb) Message-Id: <200509271759.j8RHxTjn019108@repoman.freebsd.org> From: John Baldwin Date: Tue, 27 Sep 2005 17:59:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 Makefile atomic.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 17:59:30 -0000 jhb 2005-09-27 17:59:29 UTC FreeBSD src repository Modified files: share/man/man9 Makefile atomic.9 Log: - Document atomic_fetchadd(9) and add a MLINK. - Add arm and ppc to the list of archs not supporting operations on 64-bit integers. - Update the sample code for acquiring a mutex to be more recent and to take into account the recent atomic_foo_ptr() changes. MFC after: 1 week Revision Changes Path 1.263 +1 -0 src/share/man/man9/Makefile 1.12 +38 -8 src/share/man/man9/atomic.9 From owner-cvs-all@FreeBSD.ORG Tue Sep 27 18:01:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3033116A41F; Tue, 27 Sep 2005 18:01:34 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFB9A43D49; Tue, 27 Sep 2005 18:01:33 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RI1X76019248; Tue, 27 Sep 2005 18:01:33 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RI1XMC019247; Tue, 27 Sep 2005 18:01:33 GMT (envelope-from jhb) Message-Id: <200509271801.j8RI1XMC019247@repoman.freebsd.org> From: John Baldwin Date: Tue, 27 Sep 2005 18:01:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys refcount.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 18:01:34 -0000 jhb 2005-09-27 18:01:33 UTC FreeBSD src repository Added files: sys/sys refcount.h Log: Add a simple reference count API that is simply a thin wrapper API around atomic operations on ints. Reviewed by: arch@ MFC after: 1 week Revision Changes Path 1.1 +59 -0 src/sys/sys/refcount.h (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 27 18:03:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67EA616A41F; Tue, 27 Sep 2005 18:03:16 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25C8443D48; Tue, 27 Sep 2005 18:03:16 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RI3GNS019347; Tue, 27 Sep 2005 18:03:16 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RI3GQM019346; Tue, 27 Sep 2005 18:03:16 GMT (envelope-from jhb) Message-Id: <200509271803.j8RI3GQM019346@repoman.freebsd.org> From: John Baldwin Date: Tue, 27 Sep 2005 18:03:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_proc.c src/sys/sys proc.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 18:03:16 -0000 jhb 2005-09-27 18:03:16 UTC FreeBSD src repository Modified files: sys/kern kern_proc.c sys/sys proc.h Log: Use the refcount API to implement reference counts on process argument structures rather than using a global mutex to protect the reference counts. Tested on: i386, alpha, sparc64 Revision Changes Path 1.231 +4 -11 src/sys/kern/kern_proc.c 1.435 +0 -5 src/sys/sys/proc.h From owner-cvs-all@FreeBSD.ORG Tue Sep 27 18:04:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E44E16A41F; Tue, 27 Sep 2005 18:04:20 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 374E743D49; Tue, 27 Sep 2005 18:04:20 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RI4KBH019419; Tue, 27 Sep 2005 18:04:20 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RI4KJj019413; Tue, 27 Sep 2005 18:04:20 GMT (envelope-from garga) Message-Id: <200509271804.j8RI4KJj019413@repoman.freebsd.org> From: Renato Botelho Date: Tue, 27 Sep 2005 18:04:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ftp/pure-ftpd Makefile pkg-message ports/ftp/pure-ftpd/files pure-ftpd.sh.sample X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 18:04:20 -0000 garga 2005-09-27 18:04:20 UTC FreeBSD ports repository Modified files: ftp/pure-ftpd Makefile ftp/pure-ftpd/files pure-ftpd.sh.sample Added files: ftp/pure-ftpd pkg-message Log: - Add UPLOADSCRIPT support PR: ports/85969 Submitted by: dawnshade Approved by: maintainer timeout (15 days) Revision Changes Path 1.54 +9 -2 ports/ftp/pure-ftpd/Makefile 1.5 +34 -0 ports/ftp/pure-ftpd/files/pure-ftpd.sh.sample 1.1 +5 -0 ports/ftp/pure-ftpd/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 27 18:04:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5ED8C16A420; Tue, 27 Sep 2005 18:04:21 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 195F143D49; Tue, 27 Sep 2005 18:04:21 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RI4K98019484; Tue, 27 Sep 2005 18:04:20 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RI4KJa019483; Tue, 27 Sep 2005 18:04:20 GMT (envelope-from peter) Message-Id: <200509271804.j8RI4KJa019483@repoman.freebsd.org> From: Peter Wemm Date: Tue, 27 Sep 2005 18:04:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/ia32 ia32_signal.c src/sys/ia64/ia32 ia32_signal.c src/sys/compat/freebsd32 syscalls.master X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 18:04:21 -0000 peter 2005-09-27 18:04:20 UTC FreeBSD src repository Modified files: sys/amd64/ia32 ia32_signal.c sys/ia64/ia32 ia32_signal.c sys/compat/freebsd32 syscalls.master Log: Implement 32 bit getcontext/setcontext/swapcontext on amd64. I've added stubs for ia64 to keep it compiling. These are used by 32 bit apps such as gdb. Revision Changes Path 1.11 +165 -40 src/sys/amd64/ia32/ia32_signal.c 1.52 +7 -6 src/sys/compat/freebsd32/syscalls.master 1.9 +21 -0 src/sys/ia64/ia32/ia32_signal.c From owner-cvs-all@FreeBSD.ORG Tue Sep 27 18:04:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41C5A16A4C2; Tue, 27 Sep 2005 18:04:53 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F044A43D48; Tue, 27 Sep 2005 18:04:52 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RI4qjZ019540; Tue, 27 Sep 2005 18:04:52 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RI4quM019539; Tue, 27 Sep 2005 18:04:52 GMT (envelope-from peter) Message-Id: <200509271804.j8RI4quM019539@repoman.freebsd.org> From: Peter Wemm Date: Tue, 27 Sep 2005 18:04:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 18:04:53 -0000 peter 2005-09-27 18:04:52 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c Log: Regenerate Revision Changes Path 1.40 +14 -1 src/sys/compat/freebsd32/freebsd32_proto.h 1.40 +4 -1 src/sys/compat/freebsd32/freebsd32_syscall.h 1.31 +4 -4 src/sys/compat/freebsd32/freebsd32_syscalls.c 1.41 +4 -4 src/sys/compat/freebsd32/freebsd32_sysent.c From owner-cvs-all@FreeBSD.ORG Tue Sep 27 18:07:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AD4B16A41F; Tue, 27 Sep 2005 18:07:13 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D80B43D6E; Tue, 27 Sep 2005 18:07:05 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RI75uS019779; Tue, 27 Sep 2005 18:07:05 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RI75t0019778; Tue, 27 Sep 2005 18:07:05 GMT (envelope-from jhb) Message-Id: <200509271807.j8RI75t0019778@repoman.freebsd.org> From: John Baldwin Date: Tue, 27 Sep 2005 18:07:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_resource.c src/sys/sys resourcevar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 18:07:13 -0000 jhb 2005-09-27 18:07:05 UTC FreeBSD src repository Modified files: sys/kern kern_resource.c sys/sys resourcevar.h Log: Use the reference count API to manage the reference counts for process limit structures rather than using pool mutexes to protect the reference counts. Tested on: i386, alpha, sparc64 Revision Changes Path 1.149 +4 -11 src/sys/kern/kern_resource.c 1.48 +0 -5 src/sys/sys/resourcevar.h From owner-cvs-all@FreeBSD.ORG Tue Sep 27 18:09:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45FC916A41F; Tue, 27 Sep 2005 18:09:48 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5250943D69; Tue, 27 Sep 2005 18:09:42 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RI9gVw020673; Tue, 27 Sep 2005 18:09:42 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RI9gCO020672; Tue, 27 Sep 2005 18:09:42 GMT (envelope-from jhb) Message-Id: <200509271809.j8RI9gCO020672@repoman.freebsd.org> From: John Baldwin Date: Tue, 27 Sep 2005 18:09:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_prot.c vfs_export.c src/sys/nfsserver nfs_srvsock.c nfs_srvsubs.c src/sys/sys ucred.h src/sys/ufs/ufs ufs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 18:09:48 -0000 jhb 2005-09-27 18:09:42 UTC FreeBSD src repository Modified files: sys/kern kern_prot.c vfs_export.c sys/nfsserver nfs_srvsock.c nfs_srvsubs.c sys/sys ucred.h sys/ufs/ufs ufs_vnops.c Log: Use the refcount API to manage the reference count for user credentials rather than using pool mutexes. Tested on: i386, alpha, sparc64 Revision Changes Path 1.201 +6 -16 src/sys/kern/kern_prot.c 1.334 +3 -2 src/sys/kern/vfs_export.c 1.95 +4 -4 src/sys/nfsserver/nfs_srvsock.c 1.137 +2 -1 src/sys/nfsserver/nfs_srvsubs.c 1.53 +0 -1 src/sys/sys/ucred.h 1.273 +3 -2 src/sys/ufs/ufs/ufs_vnops.c From owner-cvs-all@FreeBSD.ORG Tue Sep 27 18:10:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8608B16A41F; Tue, 27 Sep 2005 18:10:27 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45C0A43D48; Tue, 27 Sep 2005 18:10:27 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RIARA3021356; Tue, 27 Sep 2005 18:10:27 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RIARkk021353; Tue, 27 Sep 2005 18:10:27 GMT (envelope-from peter) Message-Id: <200509271810.j8RIARkk021353@repoman.freebsd.org> From: Peter Wemm Date: Tue, 27 Sep 2005 18:10:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 18:10:27 -0000 peter 2005-09-27 18:10:27 UTC FreeBSD src repository Modified files: sys/amd64/amd64 machdep.c Log: Don't let the upper bits of %dr6/%dr7 get set. Submitted by: Nate Eldredge Revision Changes Path 1.639 +4 -0 src/sys/amd64/amd64/machdep.c From owner-cvs-all@FreeBSD.ORG Tue Sep 27 18:10:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22BAF16A427; Tue, 27 Sep 2005 18:10:44 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFDA543D48; Tue, 27 Sep 2005 18:10:43 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RIAhIf022355; Tue, 27 Sep 2005 18:10:43 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RIAhmc022354; Tue, 27 Sep 2005 18:10:43 GMT (envelope-from mlaier) Message-Id: <200509271810.j8RIAhmc022354@repoman.freebsd.org> From: Max Laier Date: Tue, 27 Sep 2005 18:10:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src UPDATING src/usr.bin/netstat if.c main.c netstat.1 netstat.h src/sys/conf NOTES files options src/sys/dev/em if_em.h src/sys/dev/if_ndis if_ndis.c src/sys/dev/ixgb if_ixgb.h src/sys/modules Makefile src/sys/modules/agp Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 18:10:44 -0000 mlaier 2005-09-27 18:10:43 UTC FreeBSD src repository Modified files: . UPDATING usr.bin/netstat if.c main.c netstat.1 netstat.h sys/conf NOTES files options sys/dev/em if_em.h sys/dev/if_ndis if_ndis.c sys/dev/ixgb if_ixgb.h sys/modules Makefile sys/modules/agp Makefile sys/modules/ath Makefile sys/modules/ath_rate_amrr Makefile sys/modules/ath_rate_onoe Makefile sys/modules/ath_rate_sample Makefile sys/modules/aue Makefile sys/modules/axe Makefile sys/modules/bfe Makefile sys/modules/bge Makefile sys/modules/cdce Makefile sys/modules/cue Makefile sys/modules/dc Makefile sys/modules/de Makefile sys/modules/dummynet Makefile sys/modules/em Makefile sys/modules/fxp Makefile sys/modules/hifn Makefile sys/modules/if_ndis Makefile sys/modules/ipw Makefile sys/modules/iwi Makefile sys/modules/ixgb Makefile sys/modules/kue Makefile sys/modules/lge Makefile sys/modules/ncv Makefile sys/modules/ndis Makefile sys/modules/nge Makefile sys/modules/nsp Makefile sys/modules/pcn Makefile sys/modules/ral Makefile sys/modules/re Makefile sys/modules/rl Makefile sys/modules/rue Makefile sys/modules/safe Makefile sys/modules/sf Makefile sys/modules/sis Makefile sys/modules/sk Makefile sys/modules/snc Makefile sys/modules/ste Makefile sys/modules/stg Makefile sys/modules/ti Makefile sys/modules/tl Makefile sys/modules/tx Makefile sys/modules/txp Makefile sys/modules/ubsec Makefile sys/modules/udav Makefile sys/modules/ural Makefile sys/modules/vge Makefile sys/modules/vr Makefile sys/modules/vx Makefile sys/modules/wb Makefile sys/modules/xl Makefile sys/net if_ethersubr.c sys/netgraph ng_ether.c sys/netinet if_ether.c ip_dummynet.c ip_dummynet.h ip_fw2.c sys/pci if_wb.c share/man/man4 Makefile dummynet.4 ng_bridge.4 txp.4 share/man/man9 pfil.9 release/picobsd/bridge PICOBSD release/picobsd/tinyware/ns ns.c Removed files: sys/modules/bridge Makefile sys/net bridge.c bridge.h share/man/man4 bridge.4 Log: Remove bridge(4) from the tree. if_bridge(4) is a full functional replacement and has additional features which make it superior. Discussed on: -arch Reviewed by: thompsa X-MFC-after: never (RELENG_6 as transition period) Revision Changes Path 1.421 +4 -0 src/UPDATING 1.18 +1 -1 src/release/picobsd/bridge/PICOBSD 1.17 +1 -57 src/release/picobsd/tinyware/ns/ns.c 1.325 +0 -1 src/share/man/man4/Makefile 1.25 +0 -252 src/share/man/man4/bridge.4 (dead) 1.22 +0 -1 src/share/man/man4/dummynet.4 1.11 +1 -1 src/share/man/man4/ng_bridge.4 1.11 +0 -4 src/share/man/man4/txp.4 1.21 +6 -4 src/share/man/man9/pfil.9 1.1331 +0 -5 src/sys/conf/NOTES 1.1051 +0 -1 src/sys/conf/files 1.515 +0 -1 src/sys/conf/options 1.33 +0 -1 src/sys/dev/em/if_em.h 1.103 +0 -2 src/sys/dev/if_ndis/if_ndis.c 1.8 +0 -1 src/sys/dev/ixgb/if_ixgb.h 1.457 +0 -1 src/sys/modules/Makefile 1.16 +1 -1 src/sys/modules/agp/Makefile 1.2 +1 -1 src/sys/modules/ath/Makefile 1.2 +1 -1 src/sys/modules/ath_rate_amrr/Makefile 1.2 +1 -1 src/sys/modules/ath_rate_onoe/Makefile 1.2 +1 -1 src/sys/modules/ath_rate_sample/Makefile 1.8 +1 -1 src/sys/modules/aue/Makefile 1.3 +1 -1 src/sys/modules/axe/Makefile 1.2 +1 -1 src/sys/modules/bfe/Makefile 1.4 +1 -1 src/sys/modules/bge/Makefile 1.6 +0 -7 src/sys/modules/bridge/Makefile (dead) 1.2 +1 -1 src/sys/modules/cdce/Makefile 1.7 +1 -1 src/sys/modules/cue/Makefile 1.7 +2 -2 src/sys/modules/dc/Makefile 1.6 +1 -1 src/sys/modules/de/Makefile 1.4 +1 -1 src/sys/modules/dummynet/Makefile 1.5 +1 -1 src/sys/modules/em/Makefile 1.18 +2 -2 src/sys/modules/fxp/Makefile 1.4 +1 -1 src/sys/modules/hifn/Makefile 1.6 +1 -1 src/sys/modules/if_ndis/Makefile 1.2 +1 -1 src/sys/modules/ipw/Makefile 1.2 +1 -1 src/sys/modules/iwi/Makefile 1.3 +1 -1 src/sys/modules/ixgb/Makefile 1.7 +1 -1 src/sys/modules/kue/Makefile 1.2 +1 -1 src/sys/modules/lge/Makefile 1.3 +1 -1 src/sys/modules/ncv/Makefile 1.11 +1 -1 src/sys/modules/ndis/Makefile 1.4 +2 -2 src/sys/modules/nge/Makefile 1.3 +1 -1 src/sys/modules/nsp/Makefile 1.3 +2 -2 src/sys/modules/pcn/Makefile 1.2 +1 -1 src/sys/modules/ral/Makefile 1.3 +1 -1 src/sys/modules/re/Makefile 1.11 +2 -2 src/sys/modules/rl/Makefile 1.3 +1 -1 src/sys/modules/rue/Makefile 1.2 +1 -1 src/sys/modules/safe/Makefile 1.14 +2 -2 src/sys/modules/sf/Makefile 1.11 +2 -2 src/sys/modules/sis/Makefile 1.13 +2 -2 src/sys/modules/sk/Makefile 1.3 +2 -2 src/sys/modules/snc/Makefile 1.12 +2 -2 src/sys/modules/ste/Makefile 1.4 +1 -1 src/sys/modules/stg/Makefile 1.16 +1 -1 src/sys/modules/ti/Makefile 1.16 +2 -2 src/sys/modules/tl/Makefile 1.10 +1 -1 src/sys/modules/tx/Makefile 1.4 +2 -2 src/sys/modules/txp/Makefile 1.4 +1 -1 src/sys/modules/ubsec/Makefile 1.3 +1 -1 src/sys/modules/udav/Makefile 1.2 +1 -1 src/sys/modules/ural/Makefile 1.2 +1 -1 src/sys/modules/vge/Makefile 1.13 +2 -2 src/sys/modules/vr/Makefile 1.4 +1 -1 src/sys/modules/vx/Makefile 1.13 +2 -2 src/sys/modules/wb/Makefile 1.14 +2 -2 src/sys/modules/xl/Makefile 1.95 +0 -1302 src/sys/net/bridge.c (dead) 1.16 +0 -112 src/sys/net/bridge.h (dead) 1.199 +2 -33 src/sys/net/if_ethersubr.c 1.51 +1 -4 src/sys/netgraph/ng_ether.c 1.143 +1 -3 src/sys/netinet/if_ether.c 1.95 +0 -23 src/sys/netinet/ip_dummynet.c 1.37 +1 -1 src/sys/netinet/ip_dummynet.h 1.113 +1 -1 src/sys/netinet/ip_fw2.c 1.84 +0 -2 src/sys/pci/if_wb.c 1.63 +0 -43 src/usr.bin/netstat/if.c 1.78 +0 -4 src/usr.bin/netstat/main.c 1.54 +2 -2 src/usr.bin/netstat/netstat.1 1.45 +0 -2 src/usr.bin/netstat/netstat.h From owner-cvs-all@FreeBSD.ORG Tue Sep 27 18:13:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B798316A41F; Tue, 27 Sep 2005 18:13:11 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A51D43D72; Tue, 27 Sep 2005 18:13:08 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RID8Eh022455; Tue, 27 Sep 2005 18:13:08 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RID8Ov022454; Tue, 27 Sep 2005 18:13:08 GMT (envelope-from peter) Message-Id: <200509271813.j8RID8Ov022454@repoman.freebsd.org> From: Peter Wemm Date: Tue, 27 Sep 2005 18:13:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 trap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 18:13:11 -0000 peter 2005-09-27 18:13:07 UTC FreeBSD src repository Modified files: sys/amd64/amd64 trap.c Log: MFi386: If we take a trap with interrupts disabled while in a critical section, don't enable them if we're servicing an NMI. Revision Changes Path 1.292 +2 -2 src/sys/amd64/amd64/trap.c From owner-cvs-all@FreeBSD.ORG Tue Sep 27 18:15:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E6DD16A41F; Tue, 27 Sep 2005 18:15:58 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF86943D48; Tue, 27 Sep 2005 18:15:57 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RIFved022813; Tue, 27 Sep 2005 18:15:57 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RIFvfb022812; Tue, 27 Sep 2005 18:15:57 GMT (envelope-from peter) Message-Id: <200509271815.j8RIFvfb022812@repoman.freebsd.org> From: Peter Wemm Date: Tue, 27 Sep 2005 18:15:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 18:15:58 -0000 peter 2005-09-27 18:15:57 UTC FreeBSD src repository Modified files: sys/amd64/amd64 machdep.c Log: Don't report Maxmem as 'real memory'. It is really the highest address available and can give the wrong impression when there are memory holes. Report the total amount of usable memory that we detected instead of the highest address. Revision Changes Path 1.640 +2 -2 src/sys/amd64/amd64/machdep.c From owner-cvs-all@FreeBSD.ORG Tue Sep 27 18:18:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D817516A41F; Tue, 27 Sep 2005 18:18:27 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFBBD43D76; Tue, 27 Sep 2005 18:18:23 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RIINe3022899; Tue, 27 Sep 2005 18:18:23 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RIINT9022898; Tue, 27 Sep 2005 18:18:23 GMT (envelope-from peter) Message-Id: <200509271818.j8RIINT9022898@repoman.freebsd.org> From: Peter Wemm Date: Tue, 27 Sep 2005 18:18:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 elf_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 18:18:28 -0000 peter 2005-09-27 18:18:23 UTC FreeBSD src repository Modified files: sys/amd64/amd64 elf_machdep.c Log: Add a bare minimum (but wrong) R_X86_64_JMP_SLOT relocation type for kernel modules. We actually need to include any addends and the symbol offset value, but for gcc/binutils didn't set it anywhere I've found on 'cc -fpic -shared' kernel modules. Revision Changes Path 1.23 +1 -0 src/sys/amd64/amd64/elf_machdep.c From owner-cvs-all@FreeBSD.ORG Tue Sep 27 18:32:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7FAE16A420; Tue, 27 Sep 2005 18:32:46 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49E4543D49; Tue, 27 Sep 2005 18:32:46 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RIWk9w023575; Tue, 27 Sep 2005 18:32:46 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RIWklw023574; Tue, 27 Sep 2005 18:32:46 GMT (envelope-from peter) Message-Id: <200509271832.j8RIWklw023574@repoman.freebsd.org> From: Peter Wemm Date: Tue, 27 Sep 2005 18:32:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 cpu_switch.S support.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 18:32:47 -0000 peter 2005-09-27 18:32:46 UTC FreeBSD src repository Modified files: sys/amd64/amd64 cpu_switch.S support.S Log: Fix a minor nit that has been bugging me for a while. Fix the obvious cases of using a 64 bit operation to zero a register. 32 bit opcodes are smaller and supposedly faster, and clear the upper 32 bits for free. Revision Changes Path 1.152 +1 -1 src/sys/amd64/amd64/cpu_switch.S 1.116 +11 -11 src/sys/amd64/amd64/support.S From owner-cvs-all@FreeBSD.ORG Tue Sep 27 18:42:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A336116A41F; Tue, 27 Sep 2005 18:42:20 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7022F43D48; Tue, 27 Sep 2005 18:42:20 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RIgKuQ024194; Tue, 27 Sep 2005 18:42:20 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RIgK07024193; Tue, 27 Sep 2005 18:42:20 GMT (envelope-from imp) Message-Id: <200509271842.j8RIgK07024193@repoman.freebsd.org> From: Warner Losh Date: Tue, 27 Sep 2005 18:42:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/conf files src/sys/modules/pccard Makefile src/sys/dev/pccard pccard.c pccard_cis.c pccard_cis_quirks.c pccard_device.c pccardvar.h pccardvarp.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 18:42:20 -0000 imp 2005-09-27 18:42:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/conf files sys/modules/pccard Makefile sys/dev/pccard pccard.c pccard_cis.c pccard_cis_quirks.c pccardvar.h Added files: (Branch: RELENG_6) sys/dev/pccard pccard_device.c pccardvarp.h Log: MFC: CIS exported to userland, and a number of cosmetic fixups Approved by: re@ (scottl) Revision Changes Path 1.1031.2.7 +1 -0 src/sys/conf/files 1.105.2.2 +7 -10 src/sys/dev/pccard/pccard.c 1.34.2.2 +17 -0 src/sys/dev/pccard/pccard_cis.c 1.15.2.1 +1 -0 src/sys/dev/pccard/pccard_cis_quirks.c 1.3.2.1 +173 -0 src/sys/dev/pccard/pccard_device.c (new) 1.53.2.2 +3 -152 src/sys/dev/pccard/pccardvar.h 1.1.2.1 +192 -0 src/sys/dev/pccard/pccardvarp.h (new) 1.11.8.1 +1 -1 src/sys/modules/pccard/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 27 18:43:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B28E16A41F; Tue, 27 Sep 2005 18:43:50 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C48343D48; Tue, 27 Sep 2005 18:43:50 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RIhoF3024324; Tue, 27 Sep 2005 18:43:50 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RIho10024323; Tue, 27 Sep 2005 18:43:50 GMT (envelope-from garga) Message-Id: <200509271843.j8RIho10024323@repoman.freebsd.org> From: Renato Botelho Date: Tue, 27 Sep 2005 18:43:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/xmame Makefile distinfo pkg-plist ports/emulators/xmess Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 18:43:50 -0000 garga 2005-09-27 18:43:50 UTC FreeBSD ports repository Modified files: emulators/xmame Makefile distinfo pkg-plist emulators/xmess Makefile Log: - Update xmame to 0.100 [1] - Update xmess to 0.100 [2] - Remove old stuffs about xpinmame port - Use DATADIR and DOCSDIR - Mark it as BROKEN on < 5.x (maintainer will take a look asap) PR: ports/86526 [1], ports/86533 [2] Submitted by: maintainer Reworked by: me Approved by: maintainer Revision Changes Path 1.92 +23 -32 ports/emulators/xmame/Makefile 1.58 +6 -6 ports/emulators/xmame/distinfo 1.32 +52 -58 ports/emulators/xmame/pkg-plist 1.40 +0 -1 ports/emulators/xmess/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 27 18:47:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C32C016A41F; Tue, 27 Sep 2005 18:47:06 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr5.xs4all.nl (smtp-vbr5.xs4all.nl [194.109.24.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 691A943D48; Tue, 27 Sep 2005 18:47:05 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr5.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8RIl3ZL057445; Tue, 27 Sep 2005 20:47:03 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8RIl3QZ030474; Tue, 27 Sep 2005 20:47:03 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.3/8.13.1/Submit) id j8RIl3Tw030473; Tue, 27 Sep 2005 20:47:03 +0200 (CEST) (envelope-from wb) Date: Tue, 27 Sep 2005 20:47:03 +0200 From: Wilko Bulte To: Kris Kennaway Message-ID: <20050927184702.GA30441@freebie.xs4all.nl> References: <200509261655.j8QGtBeE012785@repoman.freebsd.org> <20050926174442.GA57238@xor.obsecurity.org> <20050926181234.GA23937@freebie.xs4all.nl> <20050926220954.GA34614@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050926220954.GA34614@xor.obsecurity.org> X-OS: FreeBSD 5.4-STABLE User-Agent: Mutt/1.5.9i X-Virus-Scanned: by XS4ALL Virus Scanner Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, Robert Watson , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 18:47:06 -0000 On Mon, Sep 26, 2005 at 06:09:54PM -0400, Kris Kennaway wrote.. > On Mon, Sep 26, 2005 at 08:12:34PM +0200, Wilko Bulte wrote: > > On Mon, Sep 26, 2005 at 01:44:42PM -0400, Kris Kennaway wrote.. > > > On Mon, Sep 26, 2005 at 04:55:11PM +0000, Robert Watson wrote: > > > > rwatson 2005-09-26 16:55:11 UTC > > > > > > > > FreeBSD src repository > > > > > > > > Modified files: > > > > sys/kern subr_pcpu.c > > > > Log: > > > > Add "show allpcpu" to DDB, which prints the current CPU id followed by > > > > the per-cpu data for all CPUs. This is easier to ask users to do than > > > > "figure out how many CPUs you have, now run show pcpu, then run it > > > > once for each CPU you have". > > > > > > My 14-cpu machine thanks you :-) > > > > I'm curious: what machine model is that? > > It's a sparc e4500 owned by hrs and kindly provided to me for package > builds. He also has 10- and 12-processor versions that I also use for > package builds - they've been great for stress-testing FreeBSD and for > benchmarking SMP performance. Ah, yes. Nice box. I gather you are not interested in the UE10k that we have hanging around at work? ;-) (I'm kiddin') -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Tue Sep 27 18:47:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28CD016A41F; Tue, 27 Sep 2005 18:47:45 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr14.xs4all.nl (smtp-vbr14.xs4all.nl [194.109.24.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B24F43D4C; Tue, 27 Sep 2005 18:47:44 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr14.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8RIlgIg070354; Tue, 27 Sep 2005 20:47:42 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8RIlgl3030493; Tue, 27 Sep 2005 20:47:42 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.3/8.13.1/Submit) id j8RIlgL9030492; Tue, 27 Sep 2005 20:47:42 +0200 (CEST) (envelope-from wb) Date: Tue, 27 Sep 2005 20:47:42 +0200 From: Wilko Bulte To: Tom Rhodes Message-ID: <20050927184742.GB30441@freebie.xs4all.nl> References: <200509261655.j8QGtBeE012785@repoman.freebsd.org> <20050926174442.GA57238@xor.obsecurity.org> <20050926181234.GA23937@freebie.xs4all.nl> <20050927103746.364de995.trhodes@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050927103746.364de995.trhodes@FreeBSD.org> X-OS: FreeBSD 5.4-STABLE User-Agent: Mutt/1.5.9i X-Virus-Scanned: by XS4ALL Virus Scanner Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, rwatson@FreeBSD.org, cvs-all@FreeBSD.org, kris@obsecurity.org Subject: Re: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 18:47:45 -0000 On Tue, Sep 27, 2005 at 10:37:46AM -0400, Tom Rhodes wrote.. > On Mon, 26 Sep 2005 20:12:34 +0200 > Wilko Bulte wrote: > > > On Mon, Sep 26, 2005 at 01:44:42PM -0400, Kris Kennaway wrote.. > > > On Mon, Sep 26, 2005 at 04:55:11PM +0000, Robert Watson wrote: > > > > rwatson 2005-09-26 16:55:11 UTC > > > > > > > > FreeBSD src repository > > > > > > > > Modified files: > > > > sys/kern subr_pcpu.c > > > > Log: > > > > Add "show allpcpu" to DDB, which prints the current CPU id followed by > > > > the per-cpu data for all CPUs. This is easier to ask users to do than > > > > "figure out how many CPUs you have, now run show pcpu, then run it > > > > once for each CPU you have". > > > > > > My 14-cpu machine thanks you :-) > > > > I'm curious: what machine model is that? > > Who cares about model, can I borrow it. :P A UE4500 is quite loud and quite hot. Not a box I would want at home. -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Tue Sep 27 18:51:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64D2716A41F; Tue, 27 Sep 2005 18:51:03 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2260C43D48; Tue, 27 Sep 2005 18:51:03 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RIp3hj024705; Tue, 27 Sep 2005 18:51:03 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RIp3w3024704; Tue, 27 Sep 2005 18:51:03 GMT (envelope-from mlaier) Message-Id: <200509271851.j8RIp3w3024704@repoman.freebsd.org> From: Max Laier Date: Tue, 27 Sep 2005 18:51:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 bridge.4 src/sys/conf NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 18:51:03 -0000 mlaier 2005-09-27 18:51:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 bridge.4 sys/conf NOTES Log: Document bridge(4) removal. Approved by: re (scottl) Revision Changes Path 1.24.2.1 +9 -1 src/share/man/man4/bridge.4 1.1325.2.3 +4 -1 src/sys/conf/NOTES From owner-cvs-all@FreeBSD.ORG Tue Sep 27 18:52:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EDD016A41F; Tue, 27 Sep 2005 18:52:18 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFA8443D48; Tue, 27 Sep 2005 18:52:17 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RIqHkj024774; Tue, 27 Sep 2005 18:52:17 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RIqH5u024773; Tue, 27 Sep 2005 18:52:17 GMT (envelope-from brooks) Message-Id: <200509271852.j8RIqH5u024773@repoman.freebsd.org> From: Brooks Davis Date: Tue, 27 Sep 2005 18:52:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/bc/bc main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 18:52:18 -0000 brooks 2005-09-27 18:52:17 UTC FreeBSD src repository Modified files: contrib/bc/bc main.c Log: s/routnes/routines/ in help message. This file is already off the vendor branch and there hasn't been a bc release in more than 4 years so I can't see any harm in fixing this. Submitted by: Arne Woerner PR: gnu/86627 Revision Changes Path 1.7 +1 -1 src/contrib/bc/bc/main.c From owner-cvs-all@FreeBSD.ORG Tue Sep 27 19:03:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A92C716A41F; Tue, 27 Sep 2005 19:03:43 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6436D43D4C; Tue, 27 Sep 2005 19:03:43 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RJ3hah025183; Tue, 27 Sep 2005 19:03:43 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RJ3hRc025182; Tue, 27 Sep 2005 19:03:43 GMT (envelope-from garga) Message-Id: <200509271903.j8RJ3hRc025182@repoman.freebsd.org> From: Renato Botelho Date: Tue, 27 Sep 2005 19:03:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/symon Makefile ports/sysutils/symon/files patch-sm_mem.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 19:03:43 -0000 garga 2005-09-27 19:03:43 UTC FreeBSD ports repository Modified files: sysutils/symon Makefile Added files: sysutils/symon/files patch-sm_mem.c Log: - Fix uninitialized variables PR: ports/86639 Submitted by: maintainer Revision Changes Path 1.5 +1 -0 ports/sysutils/symon/Makefile 1.1 +19 -0 ports/sysutils/symon/files/patch-sm_mem.c (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 27 19:09:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A13A616A41F; Tue, 27 Sep 2005 19:09:16 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BFA143D49; Tue, 27 Sep 2005 19:09:15 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.33] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j8RJ9Jo5012600 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 27 Sep 2005 12:09:20 -0700 Message-ID: <433998D8.1090302@root.org> Date: Tue, 27 Sep 2005 12:09:12 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <20050927180138.C2B0D16A44E@hub.freebsd.org> In-Reply-To: <20050927180138.C2B0D16A44E@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys refcount.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 19:09:16 -0000 John Baldwin wrote: > jhb 2005-09-27 18:01:33 UTC > > FreeBSD src repository > > Added files: > sys/sys refcount.h > Log: > Add a simple reference count API that is simply a thin wrapper API around > atomic operations on ints. > > Reviewed by: arch@ > MFC after: 1 week > > Revision Changes Path > 1.1 +59 -0 src/sys/sys/refcount.h (new) Excellent, thanks for doing this. I'll use it with my next project. -- Nate From owner-cvs-all@FreeBSD.ORG Tue Sep 27 19:09:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F8F216A41F; Tue, 27 Sep 2005 19:09:38 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDFA643D49; Tue, 27 Sep 2005 19:09:37 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RJ9bIa025542; Tue, 27 Sep 2005 19:09:37 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RJ9bxu025541; Tue, 27 Sep 2005 19:09:37 GMT (envelope-from thierry) Message-Id: <200509271909.j8RJ9bxu025541@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 27 Sep 2005 19:09:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/bouml Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 19:09:38 -0000 thierry 2005-09-27 19:09:37 UTC FreeBSD ports repository Modified files: devel/bouml Makefile distinfo Log: Upgrade to 2.6. Revision Changes Path 1.11 +1 -1 ports/devel/bouml/Makefile 1.11 +3 -3 ports/devel/bouml/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 27 19:30:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FE9616A41F; Tue, 27 Sep 2005 19:30:08 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6BC943D49; Tue, 27 Sep 2005 19:30:07 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RJU7Wj026374; Tue, 27 Sep 2005 19:30:07 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RJU73t026373; Tue, 27 Sep 2005 19:30:07 GMT (envelope-from lth) Message-Id: <200509271930.j8RJU73t026373@repoman.freebsd.org> From: Lars Thegler Date: Tue, 27 Sep 2005 19:30:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-Text-ASCIITable Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 19:30:08 -0000 lth 2005-09-27 19:30:07 UTC FreeBSD ports repository Modified files: textproc/p5-Text-ASCIITable Makefile distinfo pkg-plist Log: Update to 0.17 Revision Changes Path 1.3 +13 -1 ports/textproc/p5-Text-ASCIITable/Makefile 1.3 +2 -2 ports/textproc/p5-Text-ASCIITable/distinfo 1.2 +2 -0 ports/textproc/p5-Text-ASCIITable/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 27 20:03:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B287E16A41F; Tue, 27 Sep 2005 20:03:38 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8059943D49; Tue, 27 Sep 2005 20:03:38 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RK3cTF027686; Tue, 27 Sep 2005 20:03:38 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RK3cf0027685; Tue, 27 Sep 2005 20:03:38 GMT (envelope-from lth) Message-Id: <200509272003.j8RK3cf0027685@repoman.freebsd.org> From: Lars Thegler Date: Tue, 27 Sep 2005 20:03:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-Syntax-Highlight-Perl-Improved Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 20:03:38 -0000 lth 2005-09-27 20:03:38 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-Syntax-Highlight-Perl-Improved Makefile distinfo pkg-descr pkg-plist Log: Add p5-Syntax-Highlight-Perl-Improved 1.01, syntax highlighting for Perl code. PR: ports/84487 Submitted by: Mauricio Herrera Cuadra Revision Changes Path 1.859 +1 -0 ports/textproc/Makefile 1.1 +28 -0 ports/textproc/p5-Syntax-Highlight-Perl-Improved/Makefile (new) 1.1 +2 -0 ports/textproc/p5-Syntax-Highlight-Perl-Improved/distinfo (new) 1.1 +3 -0 ports/textproc/p5-Syntax-Highlight-Perl-Improved/pkg-descr (new) 1.1 +9 -0 ports/textproc/p5-Syntax-Highlight-Perl-Improved/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 27 20:03:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F9EC16A41F; Tue, 27 Sep 2005 20:03:54 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E12AE43D49; Tue, 27 Sep 2005 20:03:53 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RK3r83027745; Tue, 27 Sep 2005 20:03:53 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RK3r0S027744; Tue, 27 Sep 2005 20:03:53 GMT (envelope-from lth) Message-Id: <200509272003.j8RK3r0S027744@repoman.freebsd.org> From: Lars Thegler Date: Tue, 27 Sep 2005 20:03:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 20:03:54 -0000 lth 2005-09-27 20:03:53 UTC FreeBSD ports repository Modified files: . modules Log: p5-Syntax-Highlight-Perl-Improved --> ports/textproc/p5-Syntax-Highlight-Perl-Improved Revision Changes Path 1.13241 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Sep 27 20:12:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEBB516A41F; Tue, 27 Sep 2005 20:12:39 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B78743D49; Tue, 27 Sep 2005 20:12:39 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RKCdge028099; Tue, 27 Sep 2005 20:12:39 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RKCd3H028098; Tue, 27 Sep 2005 20:12:39 GMT (envelope-from ume) Message-Id: <200509272012.j8RKCd3H028098@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 27 Sep 2005 20:12:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/cyrus-sasl2/files patch-plugins::ntlm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 20:12:39 -0000 ume 2005-09-27 20:12:38 UTC FreeBSD ports repository Added files: security/cyrus-sasl2/files patch-plugins::ntlm.c Log: make it compilable with OpenSSL 0.9.8. PR: ports/86452 Submitted by: Dirk Meyer Revision Changes Path 1.1 +12 -0 ports/security/cyrus-sasl2/files/patch-plugins::ntlm.c (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 27 20:28:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B927016A41F; Tue, 27 Sep 2005 20:28:45 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74C0F43D48; Tue, 27 Sep 2005 20:28:45 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RKSjNB028692; Tue, 27 Sep 2005 20:28:45 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RKSjBK028690; Tue, 27 Sep 2005 20:28:45 GMT (envelope-from rwatson) Message-Id: <200509272028.j8RKSjBK028690@repoman.freebsd.org> From: Robert Watson Date: Tue, 27 Sep 2005 20:28:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_mbuf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 20:28:45 -0000 rwatson 2005-09-27 20:28:44 UTC FreeBSD src repository Modified files: sys/kern kern_mbuf.c Log: No longer maintain mbstat statistics for the mbuf allocator, UMA statistics and libmemstat(3) are now used to track mbuf statistics. MFC after: 1 month Revision Changes Path 1.11 +0 -11 src/sys/kern/kern_mbuf.c From owner-cvs-all@FreeBSD.ORG Tue Sep 27 20:44:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C476016A41F; Tue, 27 Sep 2005 20:44:17 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FAA943D48; Tue, 27 Sep 2005 20:44:17 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RKiHX9029420; Tue, 27 Sep 2005 20:44:17 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RKiHNl029419; Tue, 27 Sep 2005 20:44:17 GMT (envelope-from vsevolod) Message-Id: <200509272044.j8RKiHNl029419@repoman.freebsd.org> From: Vsevolod Stakhov Date: Tue, 27 Sep 2005 20:44:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/planet Makefile distinfo pkg-descr pkg-plist ports/www/planet/files patch-htmltmpl.py pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 20:44:17 -0000 vsevolod 2005-09-27 20:44:17 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/planet Makefile distinfo pkg-descr pkg-plist www/planet/files patch-htmltmpl.py pkg-message.in Log: Add planet - a flexible feed aggregator. PR: 86613 Submitted by: Alan Snelson Revision Changes Path 1.1188 +1 -0 ports/www/Makefile 1.1 +30 -0 ports/www/planet/Makefile (new) 1.1 +2 -0 ports/www/planet/distinfo (new) 1.1 +27 -0 ports/www/planet/files/patch-htmltmpl.py (new) 1.1 +7 -0 ports/www/planet/files/pkg-message.in (new) 1.1 +13 -0 ports/www/planet/pkg-descr (new) 1.1 +38 -0 ports/www/planet/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 27 20:44:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C571816A41F; Tue, 27 Sep 2005 20:44:28 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8333743D4C; Tue, 27 Sep 2005 20:44:28 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RKiSii029466; Tue, 27 Sep 2005 20:44:28 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RKiSVa029465; Tue, 27 Sep 2005 20:44:28 GMT (envelope-from vsevolod) Message-Id: <200509272044.j8RKiSVa029465@repoman.freebsd.org> From: Vsevolod Stakhov Date: Tue, 27 Sep 2005 20:44:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 20:44:28 -0000 vsevolod 2005-09-27 20:44:28 UTC FreeBSD ports repository Modified files: . modules Log: planet --> ports/www/planet Revision Changes Path 1.13242 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Sep 27 20:46:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC26E16A41F; Tue, 27 Sep 2005 20:46:38 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E88943D55; Tue, 27 Sep 2005 20:46:38 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RKkcDB029595; Tue, 27 Sep 2005 20:46:38 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RKkcDX029594; Tue, 27 Sep 2005 20:46:38 GMT (envelope-from vsevolod) Message-Id: <200509272046.j8RKkcDX029594@repoman.freebsd.org> From: Vsevolod Stakhov Date: Tue, 27 Sep 2005 20:46:38 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 20:46:39 -0000 vsevolod 2005-09-27 20:46:38 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Alan Snelson for his www/planet port. Revision Changes Path 1.455 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Tue Sep 27 20:57:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 197EC16A41F; Tue, 27 Sep 2005 20:57:51 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF96443D48; Tue, 27 Sep 2005 20:57:50 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RKvovN037077; Tue, 27 Sep 2005 20:57:50 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RKvoHZ037076; Tue, 27 Sep 2005 20:57:50 GMT (envelope-from jkim) Message-Id: <200509272057.j8RKvoHZ037076@repoman.freebsd.org> From: Jung-uk Kim Date: Tue, 27 Sep 2005 20:57:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci agp_amd64.c agpreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 20:57:51 -0000 jkim 2005-09-27 20:57:50 UTC FreeBSD src repository Modified files: sys/pci agp_amd64.c agpreg.h Log: - Add a work-around for nForce3-250. Aperture base address encoded in misc. control register and AGP bridge seems to be inconsistent with some BIOS. Instead of relying on BIOS settings, we just take the initial aperture size and encode them for both miscellaneous control register and AGP bridge. Some idea was borrowed from agp_nvidia.c. - Add preliminary ULi M1689 chipset support. The idea was taken from Linux because hardware and documentation are unavailable. Not tested. - Add more VIA chipset PCI IDs taken from Linux driver. Approved by: anholt (mentor) Tested by: Adam Gregoire Ganael Laplanche K Wieland Revision Changes Path 1.8 +158 -8 src/sys/pci/agp_amd64.c 1.15 +17 -0 src/sys/pci/agpreg.h From owner-cvs-all@FreeBSD.ORG Tue Sep 27 21:03:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BBD616A41F; Tue, 27 Sep 2005 21:03:00 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17E1143D48; Tue, 27 Sep 2005 21:03:00 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RL2xmd037420; Tue, 27 Sep 2005 21:02:59 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RL2xtv037419; Tue, 27 Sep 2005 21:02:59 GMT (envelope-from rwatson) Message-Id: <200509272102.j8RL2xtv037419@repoman.freebsd.org> From: Robert Watson Date: Tue, 27 Sep 2005 21:02:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_lock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 21:03:00 -0000 rwatson 2005-09-27 21:02:59 UTC FreeBSD src repository Modified files: sys/kern kern_lock.c Log: In lockstatus(), don't lock and unlock the interlock when testing the sleep lock status while kdb_active, or we risk contending with the mutex on another CPU, resulting in a panic when using "show lockedvnods" while in DDB. MFC after: 3 days Reviewed by: jhb Reported by: kris Revision Changes Path 1.94 +8 -2 src/sys/kern/kern_lock.c From owner-cvs-all@FreeBSD.ORG Tue Sep 27 21:10:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1456C16A454; Tue, 27 Sep 2005 21:10:11 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7D5A43D48; Tue, 27 Sep 2005 21:10:10 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RLAAxI037785; Tue, 27 Sep 2005 21:10:10 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RLAA3S037784; Tue, 27 Sep 2005 21:10:10 GMT (envelope-from peter) Message-Id: <200509272110.j8RLAA3S037784@repoman.freebsd.org> From: Peter Wemm Date: Tue, 27 Sep 2005 21:10:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 cpu_switch.S gdb_machdep.c genassym.c vm_machdep.c src/sys/amd64/include pcb.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 21:10:11 -0000 peter 2005-09-27 21:10:10 UTC FreeBSD src repository Modified files: sys/amd64/amd64 cpu_switch.S gdb_machdep.c genassym.c vm_machdep.c sys/amd64/include pcb.h Log: Kill pcb_rflags. It served no purpose. Reported by: bde Revision Changes Path 1.153 +0 -6 src/sys/amd64/amd64/cpu_switch.S 1.5 +1 -1 src/sys/amd64/amd64/gdb_machdep.c 1.157 +0 -1 src/sys/amd64/amd64/genassym.c 1.249 +0 -3 src/sys/amd64/amd64/vm_machdep.c 1.61 +0 -1 src/sys/amd64/include/pcb.h From owner-cvs-all@FreeBSD.ORG Tue Sep 27 21:11:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B47D16A420; Tue, 27 Sep 2005 21:11:37 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D688843D62; Tue, 27 Sep 2005 21:11:35 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RLBZ6I037915; Tue, 27 Sep 2005 21:11:35 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RLBZBK037914; Tue, 27 Sep 2005 21:11:35 GMT (envelope-from peter) Message-Id: <200509272111.j8RLBZBK037914@repoman.freebsd.org> From: Peter Wemm Date: Tue, 27 Sep 2005 21:11:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/include pcb.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 21:11:37 -0000 peter 2005-09-27 21:11:35 UTC FreeBSD src repository Modified files: sys/amd64/include pcb.h Log: I believe the stack underflows during early development that caused me to add spare padding at the beginning of the pcb are long gone. Remove the padding fields. Revision Changes Path 1.62 +0 -1 src/sys/amd64/include/pcb.h From owner-cvs-all@FreeBSD.ORG Tue Sep 27 21:12:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E764316A41F; Tue, 27 Sep 2005 21:12:06 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6396743D83; Tue, 27 Sep 2005 21:12:06 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RLC5lY037972; Tue, 27 Sep 2005 21:12:05 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RLC5L7037971; Tue, 27 Sep 2005 21:12:05 GMT (envelope-from rwatson) Message-Id: <200509272112.j8RLC5L7037971@repoman.freebsd.org> From: Robert Watson Date: Tue, 27 Sep 2005 21:12:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_kdb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 21:12:07 -0000 rwatson 2005-09-27 21:12:05 UTC FreeBSD src repository Modified files: sys/kern subr_kdb.c Log: If KDB_STOP_NMI is compiled into the kernel, default debug.kdb.stop_cpus_with_nmi to 1 rather than 0. MFC after: 3 days Revision Changes Path 1.13 +1 -1 src/sys/kern/subr_kdb.c From owner-cvs-all@FreeBSD.ORG Tue Sep 27 21:14:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AA5316A420; Tue, 27 Sep 2005 21:14:22 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 783E443D80; Tue, 27 Sep 2005 21:14:10 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RLEA67038136; Tue, 27 Sep 2005 21:14:10 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RLEAiL038135; Tue, 27 Sep 2005 21:14:10 GMT (envelope-from rwatson) Message-Id: <200509272114.j8RLEAiL038135@repoman.freebsd.org> From: Robert Watson Date: Tue, 27 Sep 2005 21:14:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/sys socket.h src/sys/kern uipc_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 21:14:22 -0000 rwatson 2005-09-27 21:14:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sys socket.h sys/kern uipc_socket.c Log: Merge uipc_socket.c:1.249, socket.h:1.89 from HEAD to RELENG_6: Add three new read-only socket options, which allow regression tests and other applications to query the state of the stack regarding the accept queue on a listen socket: SO_LISTENQLIMIT Return the value of so_qlimit (socket backlog) SO_LISTENQLEN Return the value of so_qlen (complete sockets) SO_LISTENINCQLEN Return the value of so_incqlen (incomplete sockets) Minor white space tweaks to existing socket options to make them consistent. Discussed with: andre Approved by: re (scottl) Revision Changes Path 1.242.2.2 +17 -0 src/sys/kern/uipc_socket.c 1.88.2.1 +3 -0 src/sys/sys/socket.h From owner-cvs-all@FreeBSD.ORG Tue Sep 27 21:14:34 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29EBE16A41F; Tue, 27 Sep 2005 21:14:34 +0000 (GMT) (envelope-from arved@freebsd.org) Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F01143D80; Tue, 27 Sep 2005 21:14:22 +0000 (GMT) (envelope-from arved@freebsd.org) Received: from mchammer.arved.de (mchammer.arved.de [192.168.3.8]) by 21322530218.direct.eti.at (8.13.4/8.13.4) with ESMTP id j8RLELj2009640; Tue, 27 Sep 2005 23:14:21 +0200 (CEST) (envelope-from arved@freebsd.org) From: Tilman Linneweh Organization: FreeBSD.org To: Alexey Dokuchaev Date: Tue, 27 Sep 2005 23:14:20 +0200 User-Agent: KMail/1.8.2 References: <200509261601.j8QG18hP003665@repoman.freebsd.org> <20050927154404.GA7632@FreeBSD.org> In-Reply-To: <20050927154404.GA7632@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509272314.20974.arved@freebsd.org> Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/audio/musicbox Makefile ports/misc/peq Makefile ports/games/pp Makefile ports/x11-toolkits/qt145 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 21:14:34 -0000 * Alexey Dokuchaev [Tuesday, 27. September 2005 17:44 ]: > > Mark qt1 (QT4 is already released) and all ports depending on it as > > DEPRECATED and set an EXPIRATION_DATE. > > But is there anything wrong with these ports? I see no reason to > abandon things just because they use some old, but stable toolkit with > no security issues (presumably). Did you verify that there are no security issues? There have been security advisories for QT (a quick google search turns up CAN-2004-0691 - CAN-2004-0693). What else justifies starting the Expiration period: * qt2 hit the ports tree in 1999 (more than 6 years ago), qt1 is not old, it is stoneold. If somebody cared about the remaining apps, he would have started porting them to qt3 in the last 6 years. * qt1 does not compile with gcc3.x ( We are just entering the age of gcc4.x). Today nobody wants to develop C++ applications with gcc 2.x. If someone was interested in this port he would have merged the patches to make qt1 compile with gcc3 from pkgsrc or OpenBSD. * qt4 will soon hit the ports tree. Having and "old, but stable" qt3 and a new shiny version of qt is enough IMHO The EXPIRATION_DATE feature was specially introduced to find out if someone is still interested in these ports. So if you still think we need to keep this ports, feel to grab maintainership and remove the EXPIRATION_DATE. regards tilman From owner-cvs-all@FreeBSD.ORG Tue Sep 27 21:32:18 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C7AA16A41F; Tue, 27 Sep 2005 21:32:18 +0000 (GMT) (envelope-from remko@freebsd.org) Received: from caelis.elvandar.org (caelis.elvandar.org [217.148.169.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1991743D62; Tue, 27 Sep 2005 21:32:15 +0000 (GMT) (envelope-from remko@freebsd.org) Received: from localhost (caelis.elvandar.org [217.148.169.59]) by caelis.elvandar.org (Postfix) with ESMTP id E7806930D57; Tue, 27 Sep 2005 23:32:10 +0200 (CEST) Received: from caelis.elvandar.org ([217.148.169.59]) by localhost (caelis.elvandar.org [217.148.169.59]) (amavisd-new, port 10024) with ESMTP id 24350-03; Tue, 27 Sep 2005 23:32:10 +0200 (CEST) Received: from [10.0.2.125] (home.evilcoder.org [195.64.94.120]) by caelis.elvandar.org (Postfix) with ESMTP id 57C61930D1F; Tue, 27 Sep 2005 23:32:10 +0200 (CEST) Message-ID: <4339BAAD.1070504@FreeBSD.org> Date: Tue, 27 Sep 2005 23:33:33 +0200 From: Remko Lodder User-Agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Wilko Bulte References: <200509261655.j8QGtBeE012785@repoman.freebsd.org> <20050926174442.GA57238@xor.obsecurity.org> <20050926181234.GA23937@freebie.xs4all.nl> <20050926220954.GA34614@xor.obsecurity.org> <20050927184702.GA30441@freebie.xs4all.nl> In-Reply-To: <20050927184702.GA30441@freebie.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by the elvandar.org maildomain Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, Robert Watson , cvs-all@FreeBSD.ORG, Kris Kennaway Subject: Re: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: remko@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 21:32:18 -0000 Wilko Bulte wrote: > > Ah, yes. Nice box. I gather you are not interested in the UE10k that > we have hanging around at work? ;-) > > (I'm kiddin') > Ik maak geen grapje als ik zeg dat ik regel -- Kind regards, Remko Lodder ** remko@elvandar.org FreeBSD ** remko@FreeBSD.org Reporter DSINET ** remko@DSINet.org From owner-cvs-all@FreeBSD.ORG Tue Sep 27 21:37:43 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D971C16A41F; Tue, 27 Sep 2005 21:37:43 +0000 (GMT) (envelope-from remko@freebsd.org) Received: from caelis.elvandar.org (caelis.elvandar.org [217.148.169.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65AAE43D48; Tue, 27 Sep 2005 21:37:43 +0000 (GMT) (envelope-from remko@freebsd.org) Received: from localhost (caelis.elvandar.org [217.148.169.59]) by caelis.elvandar.org (Postfix) with ESMTP id 93BE4930DB2; Tue, 27 Sep 2005 23:37:42 +0200 (CEST) Received: from caelis.elvandar.org ([217.148.169.59]) by localhost (caelis.elvandar.org [217.148.169.59]) (amavisd-new, port 10024) with ESMTP id 23729-08; Tue, 27 Sep 2005 23:37:42 +0200 (CEST) Received: from [10.0.2.125] (home.evilcoder.org [195.64.94.120]) by caelis.elvandar.org (Postfix) with ESMTP id 30651930D55; Tue, 27 Sep 2005 23:37:42 +0200 (CEST) Message-ID: <4339BBF9.3050805@FreeBSD.org> Date: Tue, 27 Sep 2005 23:39:05 +0200 From: Remko Lodder User-Agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 References: <200509261655.j8QGtBeE012785@repoman.freebsd.org> <20050926174442.GA57238@xor.obsecurity.org> <20050926181234.GA23937@freebie.xs4all.nl> <20050926220954.GA34614@xor.obsecurity.org> <20050927184702.GA30441@freebie.xs4all.nl> <4339BAAD.1070504@FreeBSD.org> In-Reply-To: <4339BAAD.1070504@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by the elvandar.org maildomain Cc: cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: remko@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 21:37:44 -0000 Remko Lodder wrote: > Wilko Bulte wrote: > >> >> Ah, yes. Nice box. I gather you are not interested in the UE10k that >> we have hanging around at work? ;-) >> >> (I'm kiddin') >> > > Ik maak geen grapje als ik zeg dat ik regel > Sorry for this brainless reply. This was not intended to be sent out to the public. Cheers, remko -- Kind regards, Remko Lodder ** remko@elvandar.org FreeBSD ** remko@FreeBSD.org Reporter DSINET ** remko@DSINet.org From owner-cvs-all@FreeBSD.ORG Tue Sep 27 21:38:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 329AC16A41F; Tue, 27 Sep 2005 21:38:21 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E401043D48; Tue, 27 Sep 2005 21:38:20 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RLcKq6039293; Tue, 27 Sep 2005 21:38:20 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RLcKU5039292; Tue, 27 Sep 2005 21:38:20 GMT (envelope-from ahze) Message-Id: <200509272138.j8RLcKU5039292@repoman.freebsd.org> From: Michael Johnson Date: Tue, 27 Sep 2005 21:38:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/vlc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 21:38:21 -0000 ahze 2005-09-27 21:38:20 UTC FreeBSD ports repository Modified files: multimedia/vlc Makefile Log: - Fix typo Submitted by: mat Revision Changes Path 1.111 +1 -1 ports/multimedia/vlc/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 27 21:45:12 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 4EBBD16A420; Tue, 27 Sep 2005 21:45:12 +0000 (GMT) Date: Tue, 27 Sep 2005 21:45:12 +0000 From: Alexey Dokuchaev To: Tilman Linneweh Message-ID: <20050927214512.GA82806@FreeBSD.org> References: <200509261601.j8QG18hP003665@repoman.freebsd.org> <20050927154404.GA7632@FreeBSD.org> <200509272314.20974.arved@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200509272314.20974.arved@freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/audio/musicbox Makefile ports/misc/peq Makefile ports/games/pp Makefile ports/x11-toolkits/qt145 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 21:45:12 -0000 On Tue, Sep 27, 2005 at 11:14:20PM +0200, Tilman Linneweh wrote: > * Alexey Dokuchaev [Tuesday, 27. September 2005 17:44 ]: > > > Mark qt1 (QT4 is already released) and all ports depending on it as > > > DEPRECATED and set an EXPIRATION_DATE. > > > > But is there anything wrong with these ports? I see no reason to > > abandon things just because they use some old, but stable toolkit with > > no security issues (presumably). > > Did you verify that there are no security issues? > There have been security advisories for QT > (a quick google search turns up CAN-2004-0691 - CAN-2004-0693). > > What else justifies starting the Expiration period: > * qt2 hit the ports tree in 1999 (more than 6 years ago), qt1 is not old, it > is stoneold. If somebody cared about the remaining apps, he would have > started porting them to qt3 in the last 6 years. > * qt1 does not compile with gcc3.x > ( We are just entering the age of gcc4.x). Today nobody wants to develop C++ > applications with gcc 2.x. If someone was interested in this port he would > have merged the patches to make qt1 compile with gcc3 from pkgsrc or OpenBSD. > * qt4 will soon hit the ports tree. Having and "old, but stable" qt3 and a new > shiny version of qt is enough IMHO > > The EXPIRATION_DATE feature was specially introduced to find out if someone is > still interested in these ports. So if you still think we need to keep this > ports, feel to grab maintainership and remove the EXPIRATION_DATE. I buy your reasoning. Sound fair enough. Thanks! ./danfe From owner-cvs-all@FreeBSD.ORG Tue Sep 27 21:54:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E794616A41F; Tue, 27 Sep 2005 21:54:03 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B424143D48; Tue, 27 Sep 2005 21:54:03 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RLs3io039872; Tue, 27 Sep 2005 21:54:03 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RLs3NP039871; Tue, 27 Sep 2005 21:54:03 GMT (envelope-from rwatson) Message-Id: <200509272154.j8RLs3NP039871@repoman.freebsd.org> From: Robert Watson Date: Tue, 27 Sep 2005 21:54:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/kern uipc_socket.c src/sys/sys socket.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 21:54:04 -0000 rwatson 2005-09-27 21:54:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern uipc_socket.c sys/sys socket.h Log: Merge uipc_socket.c:1.249, socket.h:1.89 from HEAD to RELENG_5: Add three new read-only socket options, which allow regression tests and other applications to query the state of the stack regarding the accept queue on a listen socket: SO_LISTENQLIMIT Return the value of so_qlimit (socket backlog) SO_LISTENQLEN Return the value of so_qlen (complete sockets) SO_LISTENINCQLEN Return the value of so_incqlen (incomplete sockets) Minor white space tweaks to existing socket options to make them consistent. Discussed with: andre Revision Changes Path 1.208.2.24 +17 -0 src/sys/kern/uipc_socket.c 1.83.2.2 +3 -0 src/sys/sys/socket.h From owner-cvs-all@FreeBSD.ORG Tue Sep 27 22:11:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3262616A41F; Tue, 27 Sep 2005 22:11:17 +0000 (GMT) (envelope-from scottl@pooker.samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1A8643D49; Tue, 27 Sep 2005 22:11:16 +0000 (GMT) (envelope-from scottl@pooker.samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id j8RMBEDk014065; Tue, 27 Sep 2005 16:11:14 -0600 (MDT) (envelope-from scottl@pooker.samsco.org) Date: Tue, 27 Sep 2005 16:11:14 -0600 (MDT) From: Scott To: Nate Lawson In-Reply-To: <4339856F.2050706@root.org> Message-ID: <20050927115334.C5371@pooker.samsco.org> References: <20050927020136.DE3C416A456@hub.freebsd.org> <4339856F.2050706@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Scott Long , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ips ips_commands.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 22:11:17 -0000 On Tue, 27 Sep 2005, Nate Lawson wrote: > Scott Long wrote: >> scottl 2005-09-27 01:59:32 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/dev/ips ips_commands.c Log: >> Report status in hex, not decimal. >> Revision Changes Path >> 1.14 +1 -1 src/sys/dev/ips/ips_commands.c >> >> >> Index: src/sys/dev/ips/ips_commands.c >> diff -u src/sys/dev/ips/ips_commands.c:1.13 >> src/sys/dev/ips/ips_commands.c:1.14 >> --- src/sys/dev/ips/ips_commands.c:1.13 Sun Sep 25 17:12:41 2005 >> +++ src/sys/dev/ips/ips_commands.c Tue Sep 27 01:59:32 2005 >> @@ -62,7 +62,7 @@ >> if(COMMAND_ERROR(command)){ >> iobuf->bio_flags |=BIO_ERROR; >> iobuf->bio_error = EIO; >> - printf("ips: io error, status= %d\n", command->status.value); >> + printf("ips: io error, status= \n", command->status.value); >> } >> ips_insert_free_cmd(command->sc, command); >> ipsd_finish(iobuf); > > Actually, that should be "don't report status at all". :) > > -- > Nate > I blame my cats.... yeah, that the ticket! From owner-cvs-all@FreeBSD.ORG Tue Sep 27 22:14:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8EC616A41F; Tue, 27 Sep 2005 22:14:24 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9229443D48; Tue, 27 Sep 2005 22:14:24 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RMEOP8041057; Tue, 27 Sep 2005 22:14:24 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RMEO5B041056; Tue, 27 Sep 2005 22:14:24 GMT (envelope-from ahze) Message-Id: <200509272214.j8RMEO5B041056@repoman.freebsd.org> From: Michael Johnson Date: Tue, 27 Sep 2005 22:14:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/mjpegtools Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 22:14:25 -0000 ahze 2005-09-27 22:14:24 UTC FreeBSD ports repository Modified files: multimedia/mjpegtools Makefile distinfo pkg-plist Log: - Update to 1.8.0 Revision Changes Path 1.47 +1 -2 ports/multimedia/mjpegtools/Makefile 1.6 +2 -2 ports/multimedia/mjpegtools/distinfo 1.13 +12 -12 ports/multimedia/mjpegtools/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 27 22:16:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1B7716A41F; Tue, 27 Sep 2005 22:16:05 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9858E43D49; Tue, 27 Sep 2005 22:16:05 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RMG50P041335; Tue, 27 Sep 2005 22:16:05 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RMG59r041334; Tue, 27 Sep 2005 22:16:05 GMT (envelope-from ahze) Message-Id: <200509272216.j8RMG59r041334@repoman.freebsd.org> From: Michael Johnson Date: Tue, 27 Sep 2005 22:16:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/dvdstyler Makefile ports/multimedia/y4mscaler Makefile ports/multimedia/mjpegtools-yuvfilters Makefile ports/multimedia/gstreamer-plugins Makefile.common ports/multimedia/gstreamer-plugins-mplex Makefile ports/multimedia/gstreamer-plugins-mpeg2enc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 22:16:06 -0000 ahze 2005-09-27 22:16:05 UTC FreeBSD ports repository Modified files: multimedia/dvdstyler Makefile multimedia/y4mscaler Makefile multimedia/mjpegtools-yuvfilters Makefile multimedia/gstreamer-plugins Makefile.common multimedia/gstreamer-plugins-mplex Makefile multimedia/gstreamer-plugins-mpeg2enc Makefile Log: - Chase libver of mjpegtools gstreamer-plugins-mpeg2enc is still broken. Revision Changes Path 1.14 +2 -2 ports/multimedia/dvdstyler/Makefile 1.7 +1 -1 ports/multimedia/gstreamer-plugins-mpeg2enc/Makefile 1.6 +1 -1 ports/multimedia/gstreamer-plugins-mplex/Makefile 1.17 +2 -2 ports/multimedia/gstreamer-plugins/Makefile.common 1.5 +2 -2 ports/multimedia/mjpegtools-yuvfilters/Makefile 1.7 +4 -3 ports/multimedia/y4mscaler/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 27 22:35:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 128D816A41F; Tue, 27 Sep 2005 22:35:15 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A731A43D55; Tue, 27 Sep 2005 22:35:14 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RMZEsN052210; Tue, 27 Sep 2005 22:35:14 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RMZDL4052209; Tue, 27 Sep 2005 22:35:13 GMT (envelope-from mi) Message-Id: <200509272235.j8RMZDL4052209@repoman.freebsd.org> From: Mikhail Teterin Date: Tue, 27 Sep 2005 22:35:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/timidity++-emacs Makefile ports/audio/timidity++-slang Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 22:35:15 -0000 mi 2005-09-27 22:35:13 UTC FreeBSD ports repository Modified files: audio/timidity++-emacs Makefile audio/timidity++-slang Makefile Log: Pass the location of slang headers and library in the CONFIGURE_ARGS and make the sub-master port (timidity++-emacs) _append_ its own CONFIGURE_ARGS instead of resetting them anew. Woof, these ports are an insteresting tangle... Notified by: pointyhat (via kris) Revision Changes Path 1.29 +1 -1 ports/audio/timidity++-emacs/Makefile 1.7 +3 -1 ports/audio/timidity++-slang/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 27 23:51:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94CE816A41F; Tue, 27 Sep 2005 23:51:30 +0000 (GMT) (envelope-from grog@lemis.com) Received: from ext-gw.lemis.com (ext-gw.lemis.com [150.101.14.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFF1643D4C; Tue, 27 Sep 2005 23:51:29 +0000 (GMT) (envelope-from grog@lemis.com) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by ext-gw.lemis.com (Postfix) with ESMTP id 28D4D131D62; Wed, 28 Sep 2005 09:21:28 +0930 (CST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id F3AE8852E3; Wed, 28 Sep 2005 09:21:27 +0930 (CST) Date: Wed, 28 Sep 2005 09:21:27 +0930 From: Greg 'groggy' Lehey To: Alexander Leidinger Message-ID: <20050927235127.GE29567@wantadilla.lemis.com> References: <200509252339.j8PNdj7c030486@repoman.freebsd.org> <20050926002701.GA73355@xor.obsecurity.org> <20050926003308.GF29567@wantadilla.lemis.com> <20050926213633.12b1b9c8@Magellan.Leidinger.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="M8g8Xvd1npd+rU3W" Content-Disposition: inline In-Reply-To: <20050926213633.12b1b9c8@Magellan.Leidinger.net> User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: cvs-ports@FreeBSD.org, ports-committers@FreeBSD.org, cvs-all@FreeBSD.org, Kris Kennaway Subject: Re: cvs commit: ports/astro/xearth/files freebsd.committers.markers X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 23:51:30 -0000 --M8g8Xvd1npd+rU3W Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Monday, 26 September 2005 at 21:36:33 +0200, Alexander Leidinger wrote: > On Mon, 26 Sep 2005 10:03:08 +0930 > "Greg 'groggy' Lehey" wrote: > >> On Sunday, 25 September 2005 at 20:27:01 -0400, Kris Kennaway wrote: >>> On Sun, Sep 25, 2005 at 11:39:45PM +0000, Greg Lehey wrote: >>>> grog 2005-09-25 23:39:45 UTC > >>>> Log: >>>> Specify location accurately enough for Google Maps. >>>> >>>> This appears to require 5 digits after the decimal point. >>>> Specifying 6 would pinpoint the location to about 11 cm in a >>>> north/south direction and about 8 in east/wast, which is too >>>> specific for moving beings. >>> >>> What about beings who rarely move from behind their monitor, like >>> many hackers? :) >> >> I had thought of that. But we're talking about distances shorter than >> the height of a keyboard here. You'd have to be completely paralyzed >> and communicate with the outside world via a touch pad. > > The *height* of your keyboard is 8cm or more? I didn't mention the height. But for reference, at the back it's about 6.5 cm. > Are we talking about the same direction in the 3D space? No, of course not. We're talking maps, which use two-dimensional coordinates, so the height doesn't enter into it. FWIW, my keyboard in north-south direction is 51 cm or 0.0000046=B0 wide, and in east-west direction it's 0.000002=B0 deep. It's interesting to note that phk has specified a location to 7 places of decimals in north-south direction. That's a resolution of a little over a centimetre. > I'm talking about the negative direction the gravity force typically > has here on earth. This is irrelevant in the current situation. Greg -- See complete headers for address and phone numbers. --M8g8Xvd1npd+rU3W Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDOdr/IubykFB6QiMRAg+cAJ0RdeHmAFOaMhUrkECSo/HPHNIsaACfamrp D/iKnstWET5cpUq07S8qN80= =B03V -----END PGP SIGNATURE----- --M8g8Xvd1npd+rU3W-- From owner-cvs-all@FreeBSD.ORG Wed Sep 28 00:30:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F0B216A41F; Wed, 28 Sep 2005 00:30:57 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C0B343D49; Wed, 28 Sep 2005 00:30:57 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S0UuZP056019; Wed, 28 Sep 2005 00:30:56 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S0UuME056018; Wed, 28 Sep 2005 00:30:56 GMT (envelope-from csjp) Message-Id: <200509280030.j8S0UuME056018@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Wed, 28 Sep 2005 00:30:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_jail.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 00:30:57 -0000 csjp 2005-09-28 00:30:56 UTC FreeBSD src repository Modified files: sys/kern kern_jail.c Log: Push Giant down in jails. Pass the MPSAFE flag to NDINIT, and keep track of whether or not Giant was picked up by the filesystem. Add VFS_LOCK_GIANT macros around vrele as it's possible that this can call in the VOP_INACTIVE filesystem specific code. Also while we are here, remove the Giant assertion. from the sysctl handler, we do not actually require Giant here so we shouldn't assert it. Doing so will just complicate things when Giant is removed from the sysctl framework. Revision Changes Path 1.51 +15 -16 src/sys/kern/kern_jail.c From owner-cvs-all@FreeBSD.ORG Wed Sep 28 00:39:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B24D916A41F; Wed, 28 Sep 2005 00:39:32 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C04A43D48; Wed, 28 Sep 2005 00:39:32 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S0dWVd056427; Wed, 28 Sep 2005 00:39:32 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S0dWQK056426; Wed, 28 Sep 2005 00:39:32 GMT (envelope-from ahze) Message-Id: <200509280039.j8S0dWQK056426@repoman.freebsd.org> From: Michael Johnson Date: Wed, 28 Sep 2005 00:39:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/nautilus-actions Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 00:39:32 -0000 ahze 2005-09-28 00:39:32 UTC FreeBSD ports repository Modified files: deskutils/nautilus-actions Makefile distinfo pkg-plist Log: - Update to 0.7.1 Revision Changes Path 1.7 +1 -1 ports/deskutils/nautilus-actions/Makefile 1.4 +2 -2 ports/deskutils/nautilus-actions/distinfo 1.6 +2 -0 ports/deskutils/nautilus-actions/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 28 02:50:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD56A16A41F; Wed, 28 Sep 2005 02:50:08 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from www.portaone.com (support.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ED9A43D49; Wed, 28 Sep 2005 02:50:07 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.1.56] (ns.portaone.com [209.121.79.7] (may be forged)) (authenticated bits=0) by www.portaone.com (8.12.11/8.12.11) with ESMTP id j8S2nwwh095419 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 28 Sep 2005 04:50:01 +0200 (CEST) (envelope-from sobomax@portaone.com) Message-ID: <433A04D4.9040602@portaone.com> Date: Tue, 27 Sep 2005 19:49:56 -0700 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kirill Ponomarew References: <200509270751.j8R7pjbj068445@repoman.freebsd.org> In-Reply-To: <200509270751.j8R7pjbj068445@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.86.2/1102/Sun Sep 25 16:04:56 2005 on www.portaone.com X-Virus-Status: Clean X-Spam-Status: No, score=-5.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.0 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on www.portaone.com Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/pkg_install/lib match.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim.Sobolev@portaone.com List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 02:50:09 -0000 IMHO this is an ugly hack. Handling some packages differently purely based on their name is simply a completely wrong way to go. The proper way to implement this is to add additional PLIST flag which will tell pkg_* tools to ignore absent origin. -Maxim Kirill Ponomarew wrote: > krion 2005-09-27 07:51:44 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_5) > usr.sbin/pkg_install/lib match.c > Log: > MFC: 1.20 > > date: 2005/09/24 21:41:47; author: krion; state: Exp; lines: +1 -1 > Do not bitch about bsdpan modules not having origin. > > Based on PR: bin/82269 > Submitted by: Steven Hartland > MFC after: 3 days > > Revision Changes Path > 1.19.2.1 +1 -1 src/usr.sbin/pkg_install/lib/match.c > > > From owner-cvs-all@FreeBSD.ORG Wed Sep 28 03:02:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEE9116A41F; Wed, 28 Sep 2005 03:02:17 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2987543D49; Wed, 28 Sep 2005 03:02:17 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S32H3o069529; Wed, 28 Sep 2005 03:02:17 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S32HpW069528; Wed, 28 Sep 2005 03:02:17 GMT (envelope-from jkoshy) Message-Id: <200509280302.j8S32HpW069528@repoman.freebsd.org> From: Joseph Koshy Date: Wed, 28 Sep 2005 03:02:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 hwpmc.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 03:02:18 -0000 jkoshy 2005-09-28 03:02:16 UTC FreeBSD src repository Modified files: share/man/man4 hwpmc.4 Log: Correct a typo. MFC after: 3 days Revision Changes Path 1.11 +1 -1 src/share/man/man4/hwpmc.4 From owner-cvs-all@FreeBSD.ORG Wed Sep 28 03:44:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06D7116A41F; Wed, 28 Sep 2005 03:44:36 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from www.portaone.com (web.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5998A43D48; Wed, 28 Sep 2005 03:44:35 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.1.56] (ns.portaone.com [209.121.79.7] (may be forged)) (authenticated bits=0) by www.portaone.com (8.12.11/8.12.11) with ESMTP id j8S2gXIF094443 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 28 Sep 2005 04:42:36 +0200 (CEST) (envelope-from sobomax@portaone.com) Message-ID: <433A0317.8050200@portaone.com> Date: Tue, 27 Sep 2005 19:42:31 -0700 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andre Oppermann References: <200509262025.j8QKPGtG021850@repoman.freebsd.org> In-Reply-To: <200509262025.j8QKPGtG021850@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.86.2/1102/Sun Sep 25 16:04:56 2005 on www.portaone.com X-Virus-Status: Clean X-Spam-Status: No, score=-5.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.0 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on www.portaone.com Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/netinet in.h in_pcb.h ip_output.c raw_ip.c udp_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim.Sobolev@portaone.com List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 03:44:36 -0000 Great, but can you please also update ip(4) and udp(4) manual pages, since otherwise this option is mostly a no-op. -Maxim Andre Oppermann wrote: > andre 2005-09-26 20:25:16 UTC > > FreeBSD src repository > > Modified files: > sys/netinet in.h in_pcb.h ip_output.c raw_ip.c > udp_usrreq.c > Log: > Implement IP_DONTFRAG IP socket option enabling the Don't Fragment > flag on IP packets. Currently this option is only repected on udp > and raw ip sockets. On tcp sockets the DF flag is controlled by the > path MTU discovery option. > > Sending a packet larger than the MTU size of the egress interface > returns an EMSGSIZE error. > > Discussed with: rwatson > Sponsored by: TCP/IP Optimization Fundraise 2005 > > Revision Changes Path > 1.93 +1 -0 src/sys/netinet/in.h > 1.82 +1 -0 src/sys/netinet/in_pcb.h > 1.247 +9 -1 src/sys/netinet/ip_output.c > 1.152 +4 -1 src/sys/netinet/raw_ip.c > 1.177 +9 -0 src/sys/netinet/udp_usrreq.c > > > From owner-cvs-all@FreeBSD.ORG Wed Sep 28 04:28:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1585416A41F; Wed, 28 Sep 2005 04:28:58 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA80443D4C; Wed, 28 Sep 2005 04:28:57 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S4SvdC073606; Wed, 28 Sep 2005 04:28:57 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S4SvLB073605; Wed, 28 Sep 2005 04:28:57 GMT (envelope-from dinoex) Message-Id: <200509280428.j8S4SvLB073605@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 28 Sep 2005 04:28:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/licq pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 04:28:58 -0000 dinoex 2005-09-28 04:28:57 UTC FreeBSD ports repository Modified files: net/licq pkg-plist Log: - keep dir, as it is now listed in mtree PR: 86621 Submitted by: Vasil Dimov Revision Changes Path 1.20 +0 -1 ports/net/licq/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 28 04:30:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23DF116A41F; Wed, 28 Sep 2005 04:30:22 +0000 (GMT) (envelope-from mharo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D86E843D4C; Wed, 28 Sep 2005 04:30:21 +0000 (GMT) (envelope-from mharo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S4UL21073701; Wed, 28 Sep 2005 04:30:21 GMT (envelope-from mharo@repoman.freebsd.org) Received: (from mharo@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S4ULgl073700; Wed, 28 Sep 2005 04:30:21 GMT (envelope-from mharo) Message-Id: <200509280430.j8S4ULgl073700@repoman.freebsd.org> From: Michael Haro Date: Wed, 28 Sep 2005 04:30:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/freebsd-snapshot pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 04:30:22 -0000 mharo 2005-09-28 04:30:21 UTC FreeBSD ports repository Modified files: sysutils/freebsd-snapshot pkg-descr Log: "is set" -> "is a set" Submitted by: maintainer Revision Changes Path 1.3 +1 -1 ports/sysutils/freebsd-snapshot/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Sep 28 04:38:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7421F16A41F; Wed, 28 Sep 2005 04:38:08 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received: from mp2.macomnet.net (mp2.macomnet.net [195.128.64.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2E3B43D4C; Wed, 28 Sep 2005 04:38:07 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received: from localhost (localhost [127.0.0.1]) by mp2.macomnet.net (8.13.3/8.13.3) with ESMTP id j8S4c6cV044291; Wed, 28 Sep 2005 08:38:06 +0400 (MSD) (envelope-from maxim@macomnet.ru) Date: Wed, 28 Sep 2005 08:38:06 +0400 (MSD) From: Maxim Konovalov To: Maxim.Sobolev@portaone.com In-Reply-To: <433A0317.8050200@portaone.com> Message-ID: <20050928083629.X44280@mp2.macomnet.net> References: <200509262025.j8QKPGtG021850@repoman.freebsd.org> <433A0317.8050200@portaone.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Andre Oppermann , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in.h in_pcb.h ip_output.c raw_ip.c udp_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 04:38:08 -0000 On Tue, 27 Sep 2005, 19:42-0700, Maxim Sobolev wrote: > Great, but can you please also update ip(4) and udp(4) manual pages, since > otherwise this option is mostly a no-op. Already documented in ip(4): http://lists.freebsd.org/pipermail/cvs-src/2005-September/052994.html > -Maxim > > Andre Oppermann wrote: > > andre 2005-09-26 20:25:16 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/netinet in.h in_pcb.h ip_output.c raw_ip.c > > udp_usrreq.c Log: > > Implement IP_DONTFRAG IP socket option enabling the Don't Fragment > > flag on IP packets. Currently this option is only repected on udp > > and raw ip sockets. On tcp sockets the DF flag is controlled by the > > path MTU discovery option. [...] -- Maxim Konovalov From owner-cvs-all@FreeBSD.ORG Wed Sep 28 05:08:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2426916A41F; Wed, 28 Sep 2005 05:08:40 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA19643D49; Wed, 28 Sep 2005 05:08:39 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S58drq082078; Wed, 28 Sep 2005 05:08:39 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S58dum082077; Wed, 28 Sep 2005 05:08:39 GMT (envelope-from dinoex) Message-Id: <200509280508.j8S58dum082077@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 28 Sep 2005 05:08:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/pidentd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 05:08:40 -0000 dinoex 2005-09-28 05:08:39 UTC FreeBSD ports repository Modified files: security/pidentd Makefile distinfo Log: - update to 3.0.18 - unbreak on >= 7.0 - set new maintainer Johan van Selst PR: 86645 Submitted by: Johan van Selst Revision Changes Path 1.52 +6 -16 ports/security/pidentd/Makefile 1.18 +4 -4 ports/security/pidentd/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 28 06:00:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D08216A41F; Wed, 28 Sep 2005 06:00:43 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D72043D48; Wed, 28 Sep 2005 06:00:43 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S60h89086270; Wed, 28 Sep 2005 06:00:43 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S60hK1086269; Wed, 28 Sep 2005 06:00:43 GMT (envelope-from linimon) Message-Id: <200509280600.j8S60hK1086269@repoman.freebsd.org> From: Mark Linimon Date: Wed, 28 Sep 2005 06:00:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/cdrtools pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 06:00:43 -0000 linimon 2005-09-28 06:00:43 UTC FreeBSD ports repository Modified files: sysutils/cdrtools pkg-descr Log: Update www site. Revision Changes Path 1.12 +1 -1 ports/sysutils/cdrtools/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Sep 28 06:02:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12DF416A41F; Wed, 28 Sep 2005 06:02:03 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C915D43D4C; Wed, 28 Sep 2005 06:02:02 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S622Vs086339; Wed, 28 Sep 2005 06:02:02 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S622WF086338; Wed, 28 Sep 2005 06:02:02 GMT (envelope-from linimon) Message-Id: <200509280602.j8S622WF086338@repoman.freebsd.org> From: Mark Linimon Date: Wed, 28 Sep 2005 06:02:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/cdrtools-devel pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 06:02:03 -0000 linimon 2005-09-28 06:02:02 UTC FreeBSD ports repository Modified files: sysutils/cdrtools-devel pkg-descr Log: Update www site. Revision Changes Path 1.13 +1 -1 ports/sysutils/cdrtools-devel/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Sep 28 06:05:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5188816A41F; Wed, 28 Sep 2005 06:05:46 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1316443D48; Wed, 28 Sep 2005 06:05:46 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S65jJt086484; Wed, 28 Sep 2005 06:05:45 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S65j0j086483; Wed, 28 Sep 2005 06:05:45 GMT (envelope-from imp) Message-Id: <200509280605.j8S65j0j086483@repoman.freebsd.org> From: Warner Losh Date: Wed, 28 Sep 2005 06:05:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 06:05:46 -0000 imp 2005-09-28 06:05:45 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: Remove more OLDCARD references. Revision Changes Path 1.1332 +0 -15 src/sys/conf/NOTES From owner-cvs-all@FreeBSD.ORG Wed Sep 28 06:06:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B3F816A41F; Wed, 28 Sep 2005 06:06:14 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 021A343D49; Wed, 28 Sep 2005 06:06:14 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S66DIj086550; Wed, 28 Sep 2005 06:06:13 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S66DOC086549; Wed, 28 Sep 2005 06:06:13 GMT (envelope-from linimon) Message-Id: <200509280606.j8S66DOC086549@repoman.freebsd.org> From: Mark Linimon Date: Wed, 28 Sep 2005 06:06:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/cpbk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 06:06:14 -0000 linimon 2005-09-28 06:06:13 UTC FreeBSD ports repository Modified files: sysutils/cpbk Makefile Log: Remove obsolete mastersites. Source: distfile survey Revision Changes Path 1.10 +1 -3 ports/sysutils/cpbk/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 28 06:14:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7663716A41F; Wed, 28 Sep 2005 06:14:58 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3770243D53; Wed, 28 Sep 2005 06:14:58 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S6EwTj086960; Wed, 28 Sep 2005 06:14:58 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S6Ew6Y086959; Wed, 28 Sep 2005 06:14:58 GMT (envelope-from linimon) Message-Id: <200509280614.j8S6Ew6Y086959@repoman.freebsd.org> From: Mark Linimon Date: Wed, 28 Sep 2005 06:14:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/dt Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 06:14:58 -0000 linimon 2005-09-28 06:14:58 UTC FreeBSD ports repository Modified files: sysutils/dt Makefile pkg-descr Log: Chase updated mastersite. Note that the (unversioned, sigh) distfile has changed, so anyone who wants to use this port should be prepared to do a little work on the update. Source: distfile survey Revision Changes Path 1.4 +2 -2 ports/sysutils/dt/Makefile 1.2 +1 -1 ports/sysutils/dt/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Sep 28 06:23:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D55016A41F; Wed, 28 Sep 2005 06:23:48 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E8E243D48; Wed, 28 Sep 2005 06:23:48 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S6NlYi087279; Wed, 28 Sep 2005 06:23:47 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S6NlGZ087278; Wed, 28 Sep 2005 06:23:47 GMT (envelope-from des) Message-Id: <200509280623.j8S6NlGZ087278@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 28 Sep 2005 06:23:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libpam/modules/pam_ssh Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 06:23:48 -0000 des 2005-09-28 06:23:47 UTC FreeBSD src repository Modified files: lib/libpam/modules/pam_ssh Makefile Log: Comment out WARNS, the OpenSSL headers don't compile cleanly on some platforms. Revision Changes Path 1.22 +1 -1 src/lib/libpam/modules/pam_ssh/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 28 06:34:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2435C16A41F; Wed, 28 Sep 2005 06:34:03 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3F2243D48; Wed, 28 Sep 2005 06:34:02 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S6Y25A087688; Wed, 28 Sep 2005 06:34:02 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S6Y2P3087687; Wed, 28 Sep 2005 06:34:02 GMT (envelope-from linimon) Message-Id: <200509280634.j8S6Y2P3087687@repoman.freebsd.org> From: Mark Linimon Date: Wed, 28 Sep 2005 06:34:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/p5-LJ-Cache Makefile ports/sysutils/p5-LJ-TextMessage Makefile ports/textproc/p5-LJ-SpellCheck Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 06:34:03 -0000 linimon 2005-09-28 06:34:02 UTC FreeBSD ports repository Modified files: sysutils/p5-LJ-Cache Makefile sysutils/p5-LJ-TextMessage Makefile textproc/p5-LJ-SpellCheck Makefile Log: Remove obsolete mastersite. Source: distfile survey Revision Changes Path 1.7 +1 -2 ports/sysutils/p5-LJ-Cache/Makefile 1.11 +1 -2 ports/sysutils/p5-LJ-TextMessage/Makefile 1.7 +1 -2 ports/textproc/p5-LJ-SpellCheck/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 28 06:47:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C54E116A41F; Wed, 28 Sep 2005 06:47:32 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8552B43D49; Wed, 28 Sep 2005 06:47:32 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S6lWxV088390; Wed, 28 Sep 2005 06:47:32 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S6lWKk088389; Wed, 28 Sep 2005 06:47:32 GMT (envelope-from rwatson) Message-Id: <200509280647.j8S6lWKk088389@repoman.freebsd.org> From: Robert Watson Date: Wed, 28 Sep 2005 06:47:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 06:47:33 -0000 rwatson 2005-09-28 06:47:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/fifofs fifo_vnops.c Log: Merge fifo_vnops.c:1.128 from HEAD to RELENG_6: For reasons of consistency (and necessity), assert an exclusive vnode lock on the fifo vnode in fifo_open(): we rely on the vnode lock to serialize access to v_fifoinfo. Approved by: re (scottl) Revision Changes Path 1.113.2.14 +1 -0 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Wed Sep 28 06:48:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 930E116A41F; Wed, 28 Sep 2005 06:48:09 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F32743D55; Wed, 28 Sep 2005 06:48:09 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S6m9jP088433; Wed, 28 Sep 2005 06:48:09 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S6m92V088432; Wed, 28 Sep 2005 06:48:09 GMT (envelope-from rwatson) Message-Id: <200509280648.j8S6m92V088432@repoman.freebsd.org> From: Robert Watson Date: Wed, 28 Sep 2005 06:48:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 06:48:09 -0000 rwatson 2005-09-28 06:48:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/fs/fifofs fifo_vnops.c Log: Merge fifo_vnops.c:1.128 from HEAD to RELENG_5: For reasons of consistency (and necessity), assert an exclusive vnode lock on the fifo vnode in fifo_open(): we rely on the vnode lock to serialize access to v_fifoinfo. Revision Changes Path 1.101.2.9 +1 -0 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Wed Sep 28 06:50:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2342316A41F; Wed, 28 Sep 2005 06:50:40 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D85F043D49; Wed, 28 Sep 2005 06:50:39 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S6odJn088604; Wed, 28 Sep 2005 06:50:39 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S6odfS088603; Wed, 28 Sep 2005 06:50:39 GMT (envelope-from linimon) Message-Id: <200509280650.j8S6odfS088603@repoman.freebsd.org> From: Mark Linimon Date: Wed, 28 Sep 2005 06:50:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/wmbsdbatt Makefile ports/www/swiggle Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 06:50:40 -0000 linimon 2005-09-28 06:50:39 UTC FreeBSD ports repository Modified files: sysutils/wmbsdbatt Makefile www/swiggle Makefile Log: Remove obsolete mastersite. Source: distfile survey Revision Changes Path 1.4 +1 -2 ports/sysutils/wmbsdbatt/Makefile 1.12 +1 -2 ports/www/swiggle/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 28 06:52:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3456216A41F; Wed, 28 Sep 2005 06:52:11 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9A2943D48; Wed, 28 Sep 2005 06:52:10 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S6qAVA089022; Wed, 28 Sep 2005 06:52:10 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S6qALu089021; Wed, 28 Sep 2005 06:52:10 GMT (envelope-from rwatson) Message-Id: <200509280652.j8S6qALu089021@repoman.freebsd.org> From: Robert Watson Date: Wed, 28 Sep 2005 06:52:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 06:52:11 -0000 rwatson 2005-09-28 06:52:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern uipc_usrreq.c Log: Merge uipc_usrreq.c:1.156 from HEAD to RELENG_6: Canonicalize the UNIX domain socket copyright layout: original holders before more recent holders. Approved by: re (scottl) Revision Changes Path 1.155.2.1 +3 -2 src/sys/kern/uipc_usrreq.c From owner-cvs-all@FreeBSD.ORG Wed Sep 28 06:52:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0F4016A41F; Wed, 28 Sep 2005 06:52:35 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1E5143D48; Wed, 28 Sep 2005 06:52:35 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S6qZMm089300; Wed, 28 Sep 2005 06:52:35 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S6qZrD089299; Wed, 28 Sep 2005 06:52:35 GMT (envelope-from rwatson) Message-Id: <200509280652.j8S6qZrD089299@repoman.freebsd.org> From: Robert Watson Date: Wed, 28 Sep 2005 06:52:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 06:52:36 -0000 rwatson 2005-09-28 06:52:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern uipc_usrreq.c Log: Merge uipc_usrreq.c:1.156 from HEAD to RELENG_5: Canonicalize the UNIX domain socket copyright layout: original holders before more recent holders. Revision Changes Path 1.138.2.15 +3 -2 src/sys/kern/uipc_usrreq.c From owner-cvs-all@FreeBSD.ORG Wed Sep 28 06:53:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 542F516A41F; Wed, 28 Sep 2005 06:53:10 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4B0043D49; Wed, 28 Sep 2005 06:53:09 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S6r97q089522; Wed, 28 Sep 2005 06:53:09 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S6r9dx089521; Wed, 28 Sep 2005 06:53:09 GMT (envelope-from erwin) Message-Id: <200509280653.j8S6r9dx089521@repoman.freebsd.org> From: Erwin Lansing Date: Wed, 28 Sep 2005 06:53:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 06:53:10 -0000 erwin 2005-09-28 06:53:09 UTC FreeBSD ports repository Modified files: . modules Log: Fix typo Revision Changes Path 1.13243 +1 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Sep 28 06:54:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6145A16A41F; Wed, 28 Sep 2005 06:54:46 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23A1043D49; Wed, 28 Sep 2005 06:54:46 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S6skLp089597; Wed, 28 Sep 2005 06:54:46 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S6skgm089596; Wed, 28 Sep 2005 06:54:46 GMT (envelope-from hrs) Message-Id: <200509280654.j8S6skgm089596@repoman.freebsd.org> From: Hiroki Sato Date: Wed, 28 Sep 2005 06:54:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/auctex Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 06:54:46 -0000 hrs 2005-09-28 06:54:45 UTC FreeBSD ports repository Modified files: print/auctex Makefile distinfo pkg-plist Log: Update to 11.81. Revision Changes Path 1.23 +1 -3 ports/print/auctex/Makefile 1.11 +2 -2 ports/print/auctex/distinfo 1.11 +24 -1 ports/print/auctex/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 28 06:55:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBFD516A41F; Wed, 28 Sep 2005 06:55:02 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 878CC43D48; Wed, 28 Sep 2005 06:55:02 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S6t2it089636; Wed, 28 Sep 2005 06:55:02 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S6t24e089635; Wed, 28 Sep 2005 06:55:02 GMT (envelope-from rwatson) Message-Id: <200509280655.j8S6t24e089635@repoman.freebsd.org> From: Robert Watson Date: Wed, 28 Sep 2005 06:55:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 06:55:03 -0000 rwatson 2005-09-28 06:55:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/fifofs fifo_vnops.c Log: Merge fifo_vnops.c:1.129 from HEAD to RELENG_6: Lock the read socket receive buffer when frobbing the sb_state flag on that socket during open, not the write socket receive buffer. Spotted by: ups Approved by: re (scottl) Revision Changes Path 1.113.2.15 +2 -2 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Wed Sep 28 06:56:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D06216A41F; Wed, 28 Sep 2005 06:56:15 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FF4643D4C; Wed, 28 Sep 2005 06:56:15 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S6uFaA089755; Wed, 28 Sep 2005 06:56:15 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S6uF8r089754; Wed, 28 Sep 2005 06:56:15 GMT (envelope-from rwatson) Message-Id: <200509280656.j8S6uF8r089754@repoman.freebsd.org> From: Robert Watson Date: Wed, 28 Sep 2005 06:56:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 06:56:15 -0000 rwatson 2005-09-28 06:56:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/fs/fifofs fifo_vnops.c Log: Merge fifo_vnops.c:1.129 from HEAD to RELENG_5: Lock the read socket receive buffer when frobbing the sb_state flag on that socket during open, not the write socket receive buffer. Spotted by: ups Revision Changes Path 1.101.2.10 +2 -2 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Wed Sep 28 06:57:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0226316A41F; Wed, 28 Sep 2005 06:57:57 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAD3E43D58; Wed, 28 Sep 2005 06:57:56 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S6vu38089835; Wed, 28 Sep 2005 06:57:56 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S6vums089834; Wed, 28 Sep 2005 06:57:56 GMT (envelope-from ru) Message-Id: <200509280657.j8S6vums089834@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 28 Sep 2005 06:57:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/reboot boot_i386.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 06:57:57 -0000 ru 2005-09-28 06:57:56 UTC FreeBSD src repository Modified files: sbin/reboot boot_i386.8 Log: Simplified markup. Revision Changes Path 1.55 +3 -10 src/sbin/reboot/boot_i386.8 From owner-cvs-all@FreeBSD.ORG Wed Sep 28 07:03:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B36116A41F; Wed, 28 Sep 2005 07:03:04 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45A8E43D49; Wed, 28 Sep 2005 07:03:04 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S734G4090378; Wed, 28 Sep 2005 07:03:04 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S734w3090377; Wed, 28 Sep 2005 07:03:04 GMT (envelope-from rwatson) Message-Id: <200509280703.j8S734w3090377@repoman.freebsd.org> From: Robert Watson Date: Wed, 28 Sep 2005 07:03:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/alpha/alpha trap.c src/sys/alpha/osf1 osf1_ioctl.c osf1_misc.c osf1_signal.c src/sys/amd64/amd64 trap.c src/sys/compat/linux linux_socket.c src/sys/compat/svr4 svr4_fcntl.c svr4_ioctl.c svr4_ipc.c svr4_misc.c svr4_signal.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 07:03:04 -0000 rwatson 2005-09-28 07:03:04 UTC FreeBSD src repository Modified files: sys/alpha/alpha trap.c sys/alpha/osf1 osf1_ioctl.c osf1_misc.c osf1_signal.c sys/amd64/amd64 trap.c sys/compat/linux linux_socket.c sys/compat/svr4 svr4_fcntl.c svr4_ioctl.c svr4_ipc.c svr4_misc.c svr4_signal.c svr4_stat.c svr4_stream.c svr4_termios.c svr4_ttold.c svr4_util.h sys/gnu/fs/ext2fs ext2_alloc.c sys/i386/i386 trap.c vm86.c sys/ia64/ia64 unaligned.c sys/kern imgact_elf.c sys/ufs/ffs ffs_alloc.c Log: Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57, osf1_signal.c:1.41, amd64/amd64/trap.c:1.291, linux_socket.c:1.60, svr4_fcntl.c:1.36, svr4_ioctl.c:1.23, svr4_ipc.c:1.18, svr4_misc.c:1.81, svr4_signal.c:1.34, svr4_stat.c:1.21, svr4_stream.c:1.55, svr4_termios.c:1.13, svr4_ttold.c:1.15, svr4_util.h:1.10, ext2_alloc.c:1.43, i386/i386/trap.c:1.279, vm86.c:1.58, unaligned.c:1.12, imgact_elf.c:1.164, ffs_alloc.c:1.133: Now that Giant is acquired in uprintf() and tprintf(), the caller no longer leads to acquire Giant unless it also holds another mutex that would generate a lock order reversal when calling into these functions. Specifically not backed out is the acquisition of Giant in nfs_socket.c and rpcclnt.c, where local mutexes are held and would otherwise violate the lock order with Giant. This aligns this code more with the eventual locking of ttys. Suggested by: bde Revision Changes Path 1.125 +0 -2 src/sys/alpha/alpha/trap.c 1.15 +0 -4 src/sys/alpha/osf1/osf1_ioctl.c 1.58 +0 -4 src/sys/alpha/osf1/osf1_misc.c 1.42 +6 -24 src/sys/alpha/osf1/osf1_signal.c 1.293 +0 -2 src/sys/amd64/amd64/trap.c 1.61 +0 -2 src/sys/compat/linux/linux_socket.c 1.37 +2 -4 src/sys/compat/svr4/svr4_fcntl.c 1.24 +0 -2 src/sys/compat/svr4/svr4_ioctl.c 1.19 +0 -2 src/sys/compat/svr4/svr4_ipc.c 1.82 +0 -2 src/sys/compat/svr4/svr4_misc.c 1.35 +1 -4 src/sys/compat/svr4/svr4_signal.c 1.22 +0 -2 src/sys/compat/svr4/svr4_stat.c 1.56 +2 -26 src/sys/compat/svr4/svr4_stream.c 1.14 +0 -9 src/sys/compat/svr4/svr4_termios.c 1.16 +0 -24 src/sys/compat/svr4/svr4_ttold.c 1.11 +1 -4 src/sys/compat/svr4/svr4_util.h 1.44 +0 -2 src/sys/gnu/fs/ext2fs/ext2_alloc.c 1.280 +0 -2 src/sys/i386/i386/trap.c 1.59 +0 -2 src/sys/i386/i386/vm86.c 1.13 +0 -4 src/sys/ia64/ia64/unaligned.c 1.165 +0 -6 src/sys/kern/imgact_elf.c 1.134 +0 -6 src/sys/ufs/ffs/ffs_alloc.c From owner-cvs-all@FreeBSD.ORG Wed Sep 28 07:14:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 758B016A41F; Wed, 28 Sep 2005 07:14:34 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32DFD43D48; Wed, 28 Sep 2005 07:14:34 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S7EXf9091649; Wed, 28 Sep 2005 07:14:34 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S7EXGK091648; Wed, 28 Sep 2005 07:14:33 GMT (envelope-from linimon) Message-Id: <200509280714.j8S7EXGK091648@repoman.freebsd.org> From: Mark Linimon Date: Wed, 28 Sep 2005 07:14:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/xfce4-windowlist-plugin Makefile ports/sysutils/xfce4-cpugraph-plugin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 07:14:34 -0000 linimon 2005-09-28 07:14:33 UTC FreeBSD ports repository Modified files: deskutils/xfce4-windowlist-plugin Makefile sysutils/xfce4-cpugraph-plugin Makefile Log: Remove obsolete mastersite. Source: distfile survey Revision Changes Path 1.9 +0 -1 ports/deskutils/xfce4-windowlist-plugin/Makefile 1.12 +1 -2 ports/sysutils/xfce4-cpugraph-plugin/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 28 07:20:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CE6F16A41F; Wed, 28 Sep 2005 07:20:47 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D4EA43D53; Wed, 28 Sep 2005 07:20:47 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S7KlUo091986; Wed, 28 Sep 2005 07:20:47 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S7KlRe091985; Wed, 28 Sep 2005 07:20:47 GMT (envelope-from ru) Message-Id: <200509280720.j8S7KlRe091985@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 28 Sep 2005 07:20:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 07:20:47 -0000 ru 2005-09-28 07:20:46 UTC FreeBSD src repository Modified files: usr.sbin Makefile Log: Sort SUBDIR. Revision Changes Path 1.337 +3 -3 src/usr.sbin/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 28 07:27:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04FE116A41F; Wed, 28 Sep 2005 07:27:15 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCC4443D49; Wed, 28 Sep 2005 07:27:14 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S7RErl092324; Wed, 28 Sep 2005 07:27:14 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S7RExd092323; Wed, 28 Sep 2005 07:27:14 GMT (envelope-from ru) Message-Id: <200509280727.j8S7RExd092323@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 28 Sep 2005 07:27:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 07:27:15 -0000 ru 2005-09-28 07:27:14 UTC FreeBSD src repository Modified files: share/man/man5 Makefile Log: Sort MAN. Revision Changes Path 1.61 +1 -1 src/share/man/man5/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 28 07:31:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF33E16A41F; Wed, 28 Sep 2005 07:31:19 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9343C43D49; Wed, 28 Sep 2005 07:31:19 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S7VJOp092630; Wed, 28 Sep 2005 07:31:19 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S7VJZ0092629; Wed, 28 Sep 2005 07:31:19 GMT (envelope-from ru) Message-Id: <200509280731.j8S7VJZ0092629@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 28 Sep 2005 07:31:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 07:31:20 -0000 ru 2005-09-28 07:31:19 UTC FreeBSD src repository Modified files: share/man/man4 Makefile Log: Sort MAN. Revision Changes Path 1.326 +3 -3 src/share/man/man4/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 28 07:32:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17D4116A41F; Wed, 28 Sep 2005 07:32:44 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A214643D48; Wed, 28 Sep 2005 07:32:43 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S7WhWE092727; Wed, 28 Sep 2005 07:32:43 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S7WhGc092726; Wed, 28 Sep 2005 07:32:43 GMT (envelope-from ru) Message-Id: <200509280732.j8S7WhGc092726@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 28 Sep 2005 07:32:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 07:32:44 -0000 ru 2005-09-28 07:32:43 UTC FreeBSD src repository Modified files: share/man/man9 Makefile Log: Sort MLINKS. Revision Changes Path 1.264 +17 -17 src/share/man/man9/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 28 07:40:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6192A16A41F; Wed, 28 Sep 2005 07:40:04 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E6A643D4C; Wed, 28 Sep 2005 07:40:04 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S7e3Dh092950; Wed, 28 Sep 2005 07:40:03 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S7e3aX092949; Wed, 28 Sep 2005 07:40:03 GMT (envelope-from ru) Message-Id: <200509280740.j8S7e3aX092949@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 28 Sep 2005 07:40:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/msgdef Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 07:40:04 -0000 ru 2005-09-28 07:40:03 UTC FreeBSD src repository Modified files: share/msgdef Makefile Log: Sort LOCALES. Revision Changes Path 1.63 +4 -4 src/share/msgdef/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 28 07:40:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A779E16A45B; Wed, 28 Sep 2005 07:40:28 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C905143D6A; Wed, 28 Sep 2005 07:40:27 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S7eRTS093027; Wed, 28 Sep 2005 07:40:27 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S7eRB0093026; Wed, 28 Sep 2005 07:40:27 GMT (envelope-from peter) Message-Id: <200509280740.j8S7eRB0093026@repoman.freebsd.org> From: Peter Wemm Date: Wed, 28 Sep 2005 07:40:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/gnu/usr.bin/gdb/kgdb trgt_amd64.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 07:40:29 -0000 peter 2005-09-28 07:40:27 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/kgdb trgt_amd64.c Log: Unbreak - remove leftover reference to pcb_rflags. Revision Changes Path 1.6 +0 -1 src/gnu/usr.bin/gdb/kgdb/trgt_amd64.c From owner-cvs-all@FreeBSD.ORG Wed Sep 28 07:41:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F1B716A41F; Wed, 28 Sep 2005 07:41:21 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C38EB43D68; Wed, 28 Sep 2005 07:41:19 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S7fJg7093073; Wed, 28 Sep 2005 07:41:19 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S7fJYZ093072; Wed, 28 Sep 2005 07:41:19 GMT (envelope-from linimon) Message-Id: <200509280741.j8S7fJYZ093072@repoman.freebsd.org> From: Mark Linimon Date: Wed, 28 Sep 2005 07:41:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/logo Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 07:41:21 -0000 linimon 2005-09-28 07:41:19 UTC FreeBSD ports repository Modified files: lang/logo Makefile Log: The GNU mastersites are way behind tracking this. Drop them. Note that the main mastersite is correct, but the latest revision of the port is now 5.5. Source: distfile survey Revision Changes Path 1.33 +1 -3 ports/lang/logo/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 28 07:49:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E09D16A41F; Wed, 28 Sep 2005 07:49:31 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12ADE43D49; Wed, 28 Sep 2005 07:49:31 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S7nU4K093370; Wed, 28 Sep 2005 07:49:30 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S7nUlZ093369; Wed, 28 Sep 2005 07:49:30 GMT (envelope-from ru) Message-Id: <200509280749.j8S7nUlZ093369@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 28 Sep 2005 07:49:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/lorder Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 07:49:31 -0000 ru 2005-09-28 07:49:30 UTC FreeBSD src repository Modified files: usr.bin/lorder Makefile Log: Add NO_OBJ. Revision Changes Path 1.9 +2 -1 src/usr.bin/lorder/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 28 07:52:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83AC016A420; Wed, 28 Sep 2005 07:52:28 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6BAE43D5C; Wed, 28 Sep 2005 07:52:27 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S7qRxD093542; Wed, 28 Sep 2005 07:52:27 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S7qRoU093537; Wed, 28 Sep 2005 07:52:27 GMT (envelope-from ru) Message-Id: <200509280752.j8S7qRoU093537@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 28 Sep 2005 07:52:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/ntp/ntptrace Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 07:52:28 -0000 ru 2005-09-28 07:52:27 UTC FreeBSD src repository Modified files: usr.sbin/ntp/ntptrace Makefile Log: Add NO_OBJ, remove redundant SCRIPTSNAME. Revision Changes Path 1.7 +1 -2 src/usr.sbin/ntp/ntptrace/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 28 07:54:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1B3016A41F; Wed, 28 Sep 2005 07:54:18 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83C3043D48; Wed, 28 Sep 2005 07:54:18 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S7sI2h093597; Wed, 28 Sep 2005 07:54:18 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S7sIeQ093596; Wed, 28 Sep 2005 07:54:18 GMT (envelope-from ru) Message-Id: <200509280754.j8S7sIeQ093596@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 28 Sep 2005 07:54:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/lorder Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 07:54:18 -0000 ru 2005-09-28 07:54:18 UTC FreeBSD src repository Modified files: usr.bin/lorder Makefile Log: Oops, revert last commit (the manpage is still built in objdir). Revision Changes Path 1.10 +0 -1 src/usr.bin/lorder/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 28 07:55:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D25716A41F; Wed, 28 Sep 2005 07:55:32 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F5D343D48; Wed, 28 Sep 2005 07:55:32 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S7tWtN093701; Wed, 28 Sep 2005 07:55:32 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S7tWuB093700; Wed, 28 Sep 2005 07:55:32 GMT (envelope-from linimon) Message-Id: <200509280755.j8S7tWuB093700@repoman.freebsd.org> From: Mark Linimon Date: Wed, 28 Sep 2005 07:55:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/tensile Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 07:55:32 -0000 linimon 2005-09-28 07:55:32 UTC FreeBSD ports repository Modified files: lang/tensile Makefile Log: Remove obsolete mastersites. Source: distfile survey Revision Changes Path 1.19 +1 -3 ports/lang/tensile/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 28 08:01:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D607D16A41F; Wed, 28 Sep 2005 08:01:15 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7F6D43D48; Wed, 28 Sep 2005 08:01:15 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S81F9D093957; Wed, 28 Sep 2005 08:01:15 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S81FpS093956; Wed, 28 Sep 2005 08:01:15 GMT (envelope-from barner) Message-Id: <200509280801.j8S81FpS093956@repoman.freebsd.org> From: Simon Barner Date: Wed, 28 Sep 2005 08:01:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/comms/klog Makefile distinfo pkg-plist ports/comms/klog/files patch-Makefile.in patch-po-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 08:01:16 -0000 barner 2005-09-28 08:01:15 UTC FreeBSD ports repository Modified files: comms/klog Makefile distinfo pkg-plist Added files: comms/klog/files patch-Makefile.in Removed files: comms/klog/files patch-po-Makefile.in Log: Update to 0.3.2 (Adds LIB_DEPENDS to comms/hamlib). Submitted by: Andrej Zverev (maintainer) PR: ports/86631 Revision Changes Path 1.6 +4 -11 ports/comms/klog/Makefile 1.2 +2 -2 ports/comms/klog/distinfo 1.1 +11 -0 ports/comms/klog/files/patch-Makefile.in (new) 1.2 +0 -11 ports/comms/klog/files/patch-po-Makefile.in (dead) 1.2 +6 -3 ports/comms/klog/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 28 08:04:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F46116A41F; Wed, 28 Sep 2005 08:04:17 +0000 (GMT) (envelope-from jcamou@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D5CD43D48; Wed, 28 Sep 2005 08:04:17 +0000 (GMT) (envelope-from jcamou@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S84H1Z094089; Wed, 28 Sep 2005 08:04:17 GMT (envelope-from jcamou@repoman.freebsd.org) Received: (from jcamou@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S84Hki094088; Wed, 28 Sep 2005 08:04:17 GMT (envelope-from jcamou) Message-Id: <200509280804.j8S84Hki094088@repoman.freebsd.org> From: "Jesus R. Camou" Date: Wed, 28 Sep 2005 08:04:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/lib/libbsnmp/modules/snmp_netgraph snmp_netgraph.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 08:04:17 -0000 jcamou 2005-09-28 08:04:16 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) lib/libbsnmp/modules/snmp_netgraph snmp_netgraph.3 Log: Fix reference paths. Noticed by: Ilya Kiselyov Approved by: trhodes (mentor) Revision Changes Path 1.5.2.1 +3 -3 src/lib/libbsnmp/modules/snmp_netgraph/snmp_netgraph.3 From owner-cvs-all@FreeBSD.ORG Wed Sep 28 08:07:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63EBF16A41F; Wed, 28 Sep 2005 08:07:40 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7BE443D5A; Wed, 28 Sep 2005 08:07:39 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S87dss094296; Wed, 28 Sep 2005 08:07:39 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S87dGC094295; Wed, 28 Sep 2005 08:07:39 GMT (envelope-from linimon) Message-Id: <200509280807.j8S87dGC094295@repoman.freebsd.org> From: Mark Linimon Date: Wed, 28 Sep 2005 08:07:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/crack Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 08:07:40 -0000 linimon 2005-09-28 08:07:39 UTC FreeBSD ports repository Modified files: security/crack Makefile Log: Remove obsolete mastersite. Source: distfile survey Revision Changes Path 1.28 +0 -1 ports/security/crack/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 28 08:08:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FFAD16A41F; Wed, 28 Sep 2005 08:08:20 +0000 (GMT) (envelope-from jcamou@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96BB543D48; Wed, 28 Sep 2005 08:08:19 +0000 (GMT) (envelope-from jcamou@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S88JeU094333; Wed, 28 Sep 2005 08:08:19 GMT (envelope-from jcamou@repoman.freebsd.org) Received: (from jcamou@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S88Jt2094332; Wed, 28 Sep 2005 08:08:19 GMT (envelope-from jcamou) Message-Id: <200509280808.j8S88Jt2094332@repoman.freebsd.org> From: "Jesus R. Camou" Date: Wed, 28 Sep 2005 08:08:19 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/commercial consult.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 08:08:20 -0000 jcamou 2005-09-28 08:08:19 UTC FreeBSD doc repository Modified files: en/commercial consult.xml Log: Add Questwork Consulting. Requested by: Don Lee Submitted by: Daniel Gerzo Approved by: trhodes (mentor) Revision Changes Path 1.48 +14 -1 www/en/commercial/consult.xml From owner-cvs-all@FreeBSD.ORG Wed Sep 28 08:10:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2434816A41F; Wed, 28 Sep 2005 08:10:46 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAA0943D48; Wed, 28 Sep 2005 08:10:45 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S8AjLO094487; Wed, 28 Sep 2005 08:10:45 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S8AjEf094486; Wed, 28 Sep 2005 08:10:45 GMT (envelope-from linimon) Message-Id: <200509280810.j8S8AjEf094486@repoman.freebsd.org> From: Mark Linimon Date: Wed, 28 Sep 2005 08:10:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/ADMsmb Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 08:10:46 -0000 linimon 2005-09-28 08:10:45 UTC FreeBSD ports repository Modified files: security/ADMsmb Makefile Log: Remove obsolete mastersite. Source: distfile survey Revision Changes Path 1.4 +1 -2 ports/security/ADMsmb/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 28 08:11:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E240716A41F; Wed, 28 Sep 2005 08:11:15 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9939843D58; Wed, 28 Sep 2005 08:11:15 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S8BFQ4094618; Wed, 28 Sep 2005 08:11:15 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S8BFpt094617; Wed, 28 Sep 2005 08:11:15 GMT (envelope-from mlaier) Message-Id: <200509280811.j8S8BFpt094617@repoman.freebsd.org> From: Max Laier Date: Wed, 28 Sep 2005 08:11:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/pf/man pf.4 pf.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 08:11:16 -0000 mlaier 2005-09-28 08:11:15 UTC FreeBSD src repository Modified files: contrib/pf/man pf.4 pf.conf.5 Log: Redirect bridge(4) to if_bridge(4). These should have pointed to if_bridge from the begining. Reminded by: ru Revision Changes Path 1.8 +1 -1 src/contrib/pf/man/pf.4 1.9 +2 -2 src/contrib/pf/man/pf.conf.5 From owner-cvs-all@FreeBSD.ORG Wed Sep 28 08:17:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6314816A41F; Wed, 28 Sep 2005 08:17:31 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2690D43D48; Wed, 28 Sep 2005 08:17:31 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S8HU3I094838; Wed, 28 Sep 2005 08:17:31 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S8HUEP094837; Wed, 28 Sep 2005 08:17:30 GMT (envelope-from ru) Message-Id: <200509280817.j8S8HUEP094837@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 28 Sep 2005 08:17:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/mk sys.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 08:17:31 -0000 ru 2005-09-28 08:17:30 UTC FreeBSD src repository Modified files: share/mk sys.mk Log: We bootstrap make(1) if necessary during an upgrade, so checking if MACHINE_ARCH is defined is no longer needed. Revision Changes Path 1.87 +0 -7 src/share/mk/sys.mk From owner-cvs-all@FreeBSD.ORG Wed Sep 28 08:18:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E2C716A41F; Wed, 28 Sep 2005 08:18:03 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FCE443D48; Wed, 28 Sep 2005 08:18:02 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S8I2F9094890; Wed, 28 Sep 2005 08:18:02 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S8I2rA094889; Wed, 28 Sep 2005 08:18:02 GMT (envelope-from linimon) Message-Id: <200509280818.j8S8I2rA094889@repoman.freebsd.org> From: Mark Linimon Date: Wed, 28 Sep 2005 08:18:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.sites.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 08:18:03 -0000 linimon 2005-09-28 08:18:02 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: Remove obsolete packetstorm mastersite. Source: distfile survey Revision Changes Path 1.314 +1 -2 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Wed Sep 28 08:18:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B95E116A41F; Wed, 28 Sep 2005 08:18:55 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7437F43D53; Wed, 28 Sep 2005 08:18:55 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S8ItXl094942; Wed, 28 Sep 2005 08:18:55 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S8ItEf094941; Wed, 28 Sep 2005 08:18:55 GMT (envelope-from mlaier) Message-Id: <200509280818.j8S8ItEf094941@repoman.freebsd.org> From: Max Laier Date: Wed, 28 Sep 2005 08:18:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ipfw ipfw.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 08:18:56 -0000 mlaier 2005-09-28 08:18:55 UTC FreeBSD src repository Modified files: sbin/ipfw ipfw.8 Log: Redirect bridge(4) to if_bridge(4) and rename sysctl accordingly. Reminded by: ru Revision Changes Path 1.177 +4 -4 src/sbin/ipfw/ipfw.8 From owner-cvs-all@FreeBSD.ORG Wed Sep 28 08:20:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FB8C16A41F; Wed, 28 Sep 2005 08:20:59 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 517CA43D49; Wed, 28 Sep 2005 08:20:59 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S8KxY5095051; Wed, 28 Sep 2005 08:20:59 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S8Kxpl095050; Wed, 28 Sep 2005 08:20:59 GMT (envelope-from linimon) Message-Id: <200509280820.j8S8Kxpl095050@repoman.freebsd.org> From: Mark Linimon Date: Wed, 28 Sep 2005 08:20:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/ruby-tcpwrap Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 08:20:59 -0000 linimon 2005-09-28 08:20:59 UTC FreeBSD ports repository Modified files: security/ruby-tcpwrap Makefile Log: Chase updated mastersite. Source: distfile survey Revision Changes Path 1.15 +1 -1 ports/security/ruby-tcpwrap/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 28 08:25:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B018D16A424; Wed, 28 Sep 2005 08:25:48 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E4F043D48; Wed, 28 Sep 2005 08:25:48 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S8PmH6095298; Wed, 28 Sep 2005 08:25:48 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S8PmSv095297; Wed, 28 Sep 2005 08:25:48 GMT (envelope-from mlaier) Message-Id: <200509280825.j8S8PmSv095297@repoman.freebsd.org> From: Max Laier Date: Wed, 28 Sep 2005 08:25:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 08:25:49 -0000 mlaier 2005-09-28 08:25:48 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: Document bridge(4) leftovers. Submitted by: maxim Revision Changes Path 1.16 +3 -0 src/ObsoleteFiles.inc From owner-cvs-all@FreeBSD.ORG Wed Sep 28 08:31:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6B1C16A420; Wed, 28 Sep 2005 08:31:15 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68E6743D49; Wed, 28 Sep 2005 08:31:15 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S8VF2u095644; Wed, 28 Sep 2005 08:31:15 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S8VFG1095643; Wed, 28 Sep 2005 08:31:15 GMT (envelope-from markus) Message-Id: <200509280831.j8S8VFG1095643@repoman.freebsd.org> From: Markus Brueffer Date: Wed, 28 Sep 2005 08:31:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/krename Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 08:31:16 -0000 markus 2005-09-28 08:31:14 UTC FreeBSD ports repository Modified files: sysutils/krename Makefile distinfo Log: Update to version 3.0.8 PR: ports/86577 Submitted by: Andrej Zverev Revision Changes Path 1.26 +1 -1 ports/sysutils/krename/Makefile 1.16 +2 -2 ports/sysutils/krename/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 28 08:40:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1248616A41F; Wed, 28 Sep 2005 08:40:54 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2684343D4C; Wed, 28 Sep 2005 08:40:52 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5CB59.dip.t-dialin.net [84.165.203.89]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id j8S8Q3MM030853; Wed, 28 Sep 2005 10:26:24 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id j8S8dmhO064552; Wed, 28 Sep 2005 10:39:48 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by netchild.homeip.net (Horde MIME library) with HTTP; Wed, 28 Sep 2005 10:39:48 +0200 Message-ID: <20050928103948.bukkifdg288k4sg8@netchild.homeip.net> X-Priority: 3 (Normal) Date: Wed, 28 Sep 2005 10:39:48 +0200 From: Alexander Leidinger To: "Greg 'groggy' Lehey" References: <200509252339.j8PNdj7c030486@repoman.freebsd.org> <20050926002701.GA73355@xor.obsecurity.org> <20050926003308.GF29567@wantadilla.lemis.com> <20050926213633.12b1b9c8@Magellan.Leidinger.net> <20050927235127.GE29567@wantadilla.lemis.com> In-Reply-To: <20050927235127.GE29567@wantadilla.lemis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: cvs-ports@FreeBSD.org, ports-committers@FreeBSD.org, cvs-all@FreeBSD.org, Kris Kennaway Subject: Re: cvs commit: ports/astro/xearth/files freebsd.committers.markers X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 08:40:54 -0000 Greg 'groggy' Lehey wrote: > On Monday, 26 September 2005 at 21:36:33 +0200, Alexander Leidinger wrote: >> On Mon, 26 Sep 2005 10:03:08 +0930 >> "Greg 'groggy' Lehey" wrote: >> >>> On Sunday, 25 September 2005 at 20:27:01 -0400, Kris Kennaway wrote: >>>> On Sun, Sep 25, 2005 at 11:39:45PM +0000, Greg Lehey wrote: >>>>> grog 2005-09-25 23:39:45 UTC >> >>>>> Log: >>>>> Specify location accurately enough for Google Maps. >>>>> >>>>> This appears to require 5 digits after the decimal point. >>>>> Specifying 6 would pinpoint the location to about 11 cm in a >>>>> north/south direction and about 8 in east/wast, which is too >>>>> specific for moving beings. >>>> >>>> What about beings who rarely move from behind their monitor, like >>>> many hackers? :) >>> >>> I had thought of that. But we're talking about distances shorter than >>> the height of a keyboard here. You'd have to be completely paralyzed ^^^^^^ I' was talking about this one. >>> and communicate with the outside world via a touch pad. >> >> The *height* of your keyboard is 8cm or more? > > I didn't mention the height. But for reference, at the back it's > about 6.5 cm. You mentioned 8 and 11 cm and compared them against the height of a keyboard. >> I'm talking about the negative direction the gravity force typically >> has here on earth. > > This is irrelevant in the current situation. Yes, it is. But I wondered about it because of your above statements and I was curious and tried to make sure we talk about the same thing. Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 Them what gets--has. From owner-cvs-all@FreeBSD.ORG Wed Sep 28 08:47:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFE2C16A41F; Wed, 28 Sep 2005 08:47:33 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59F4943D58; Wed, 28 Sep 2005 08:47:33 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (net-ix.gw.ai.net [205.134.160.6] (may be forged)) (authenticated bits=0) by pittgoth.com (8.13.4/8.13.4) with ESMTP id j8S8mwJO099875 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 28 Sep 2005 04:48:59 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Wed, 28 Sep 2005 04:46:24 -0400 From: Tom Rhodes To: Wilko Bulte Message-Id: <20050928044624.2e052569.trhodes@FreeBSD.org> In-Reply-To: <20050927184742.GB30441@freebie.xs4all.nl> References: <200509261655.j8QGtBeE012785@repoman.freebsd.org> <20050926174442.GA57238@xor.obsecurity.org> <20050926181234.GA23937@freebie.xs4all.nl> <20050927103746.364de995.trhodes@FreeBSD.org> <20050927184742.GB30441@freebie.xs4all.nl> X-Mailer: Sylpheed version 1.0.5 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, rwatson@FreeBSD.org, cvs-all@FreeBSD.org, kris@obsecurity.org Subject: Re: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 08:47:34 -0000 On Tue, 27 Sep 2005 20:47:42 +0200 Wilko Bulte wrote: > On Tue, Sep 27, 2005 at 10:37:46AM -0400, Tom Rhodes wrote.. > > On Mon, 26 Sep 2005 20:12:34 +0200 > > Wilko Bulte wrote: > > > > > On Mon, Sep 26, 2005 at 01:44:42PM -0400, Kris Kennaway wrote.. > > > > On Mon, Sep 26, 2005 at 04:55:11PM +0000, Robert Watson wrote: > > > > > rwatson 2005-09-26 16:55:11 UTC > > > > > > > > > > FreeBSD src repository > > > > > > > > > > Modified files: > > > > > sys/kern subr_pcpu.c > > > > > Log: > > > > > Add "show allpcpu" to DDB, which prints the current CPU id followed by > > > > > the per-cpu data for all CPUs. This is easier to ask users to do than > > > > > "figure out how many CPUs you have, now run show pcpu, then run it > > > > > once for each CPU you have". > > > > > > > > My 14-cpu machine thanks you :-) > > > > > > I'm curious: what machine model is that? > > > > Who cares about model, can I borrow it. :P > > A UE4500 is quite loud and quite hot. Not a box I would want at home. Could heat the house during those cold winter nights. :) -- Tom Rhodes From owner-cvs-all@FreeBSD.ORG Wed Sep 28 09:13:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A64316A41F; Wed, 28 Sep 2005 09:13:08 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from smtp1-g19.free.fr (smtp1-g19.free.fr [212.27.42.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3E2743D49; Wed, 28 Sep 2005 09:13:07 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from tatooine.tataz.chchile.org (vol75-8-82-233-239-98.fbx.proxad.net [82.233.239.98]) by smtp1-g19.free.fr (Postfix) with ESMTP id F08422FBED; Wed, 28 Sep 2005 11:13:06 +0200 (CEST) Received: by tatooine.tataz.chchile.org (Postfix, from userid 1000) id A20EB4083; Wed, 28 Sep 2005 11:13:08 +0200 (CEST) Date: Wed, 28 Sep 2005 11:13:08 +0200 From: Jeremie Le Hen To: "Christian S.J. Peron" Message-ID: <20050928091308.GA2151@obiwan.tataz.chchile.org> References: <200509280030.j8S0UuME056018@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509280030.j8S0UuME056018@repoman.freebsd.org> User-Agent: Mutt/1.5.10i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_jail.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 09:13:08 -0000 Hi Christian, On Wed, Sep 28, 2005 at 12:30:56AM +0000, Christian S.J. Peron wrote: > csjp 2005-09-28 00:30:56 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_jail.c > Log: > Push Giant down in jails. Pass the MPSAFE flag to NDINIT, and keep track > of whether or not Giant was picked up by the filesystem. Add VFS_LOCK_GIANT > macros around vrele as it's possible that this can call in the VOP_INACTIVE > filesystem specific code. Also while we are here, remove the Giant assertion. > from the sysctl handler, we do not actually require Giant here so we > shouldn't assert it. Doing so will just complicate things when Giant is removed > from the sysctl framework. Do you plan to MFC this to RELENG_6 ? Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > From owner-cvs-all@FreeBSD.ORG Wed Sep 28 09:16:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D03016A41F; Wed, 28 Sep 2005 09:16:37 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from smtp1-g19.free.fr (smtp1-g19.free.fr [212.27.42.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B27343D49; Wed, 28 Sep 2005 09:16:36 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from tatooine.tataz.chchile.org (vol75-8-82-233-239-98.fbx.proxad.net [82.233.239.98]) by smtp1-g19.free.fr (Postfix) with ESMTP id 3D09B2FBF9; Wed, 28 Sep 2005 11:16:36 +0200 (CEST) Received: by tatooine.tataz.chchile.org (Postfix, from userid 1000) id 57068405A; Wed, 28 Sep 2005 11:16:38 +0200 (CEST) Date: Wed, 28 Sep 2005 11:16:38 +0200 From: Jeremie Le Hen To: John Baldwin Message-ID: <20050928091638.GB2151@obiwan.tataz.chchile.org> References: <200509271809.j8RI9gCO020672@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509271809.j8RI9gCO020672@repoman.freebsd.org> User-Agent: Mutt/1.5.10i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_prot.c vfs_export.c src/sys/nfsserver nfs_srvsock.c nfs_srvsubs.c src/sys/sys ucred.h src/sys/ufs/ufs ufs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 09:16:37 -0000 Hi John, > jhb 2005-09-27 18:09:42 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_prot.c vfs_export.c > sys/nfsserver nfs_srvsock.c nfs_srvsubs.c > sys/sys ucred.h > sys/ufs/ufs ufs_vnops.c > Log: > Use the refcount API to manage the reference count for user credentials > rather than using pool mutexes. Regarding your great job on atomic operations and the modification you made on process argument and process limit structures as well as user credentials, I wonder if you managed to get some figures illustrating the improvement. Thanks. Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > From owner-cvs-all@FreeBSD.ORG Wed Sep 28 09:19:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B40C16A41F; Wed, 28 Sep 2005 09:19:20 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0D1A43D4C; Wed, 28 Sep 2005 09:19:19 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S9JJCC004642; Wed, 28 Sep 2005 09:19:19 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S9JJmL004637; Wed, 28 Sep 2005 09:19:19 GMT (envelope-from mlaier) Message-Id: <200509280919.j8S9JJmL004637@repoman.freebsd.org> From: Max Laier Date: Wed, 28 Sep 2005 09:19:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 09:19:20 -0000 mlaier 2005-09-28 09:19:17 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: Do not commit before the first cup of coffee. Other entries don't have a preceeding slash. Pointed out by: thompsa Revision Changes Path 1.17 +2 -2 src/ObsoleteFiles.inc From owner-cvs-all@FreeBSD.ORG Wed Sep 28 09:27:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DB7816A41F; Wed, 28 Sep 2005 09:27:47 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E37343D48; Wed, 28 Sep 2005 09:27:47 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S9Rkcx005012; Wed, 28 Sep 2005 09:27:47 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S9RkXZ005011; Wed, 28 Sep 2005 09:27:46 GMT (envelope-from ru) Message-Id: <200509280927.j8S9RkXZ005011@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 28 Sep 2005 09:27:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/wi if_wi.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 09:27:47 -0000 ru 2005-09-28 09:27:46 UTC FreeBSD src repository Modified files: sys/dev/wi if_wi.c Log: Fix "taskqueue_drain with the following non-sleepable locks held" witness(9) warning on detach. Revision Changes Path 1.191 +1 -1 src/sys/dev/wi/if_wi.c From owner-cvs-all@FreeBSD.ORG Wed Sep 28 09:40:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 121DE16A41F; Wed, 28 Sep 2005 09:40:39 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D30F243D53; Wed, 28 Sep 2005 09:40:38 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8S9ecYJ005565; Wed, 28 Sep 2005 09:40:38 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8S9ecih005564; Wed, 28 Sep 2005 09:40:38 GMT (envelope-from jylefort) Message-Id: <200509280940.j8S9ecih005564@repoman.freebsd.org> From: Jean-Yves Lefort Date: Wed, 28 Sep 2005 09:40:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/stellarium Makefile distinfo pkg-descr pkg-plist ports/astro/stellarium/files patch-configure patch-src_observator.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 09:40:39 -0000 jylefort 2005-09-28 09:40:38 UTC FreeBSD ports repository Modified files: astro/stellarium Makefile distinfo pkg-descr pkg-plist Removed files: astro/stellarium/files patch-configure patch-src_observator.cpp Log: [1]: - Update to 0.7.1 - Use %%DATADIR%% in pkg-plist - Update the WWW line Moreover: - Use GCC=3.3+ - Reword pkg-descr - Reformat the Makefile [1]: Submitted by: danfe Revision Changes Path 1.8 +20 -22 ports/astro/stellarium/Makefile 1.5 +2 -2 ports/astro/stellarium/distinfo 1.4 +0 -11 ports/astro/stellarium/files/patch-configure (dead) 1.3 +0 -31 ports/astro/stellarium/files/patch-src_observator.cpp (dead) 1.3 +4 -5 ports/astro/stellarium/pkg-descr 1.4 +342 -305 ports/astro/stellarium/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 28 10:12:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3193A16A41F; Wed, 28 Sep 2005 10:12:55 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EC7443D5D; Wed, 28 Sep 2005 10:12:54 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SACsX1006775; Wed, 28 Sep 2005 10:12:54 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SACsD3006774; Wed, 28 Sep 2005 10:12:54 GMT (envelope-from krion) Message-Id: <200509281012.j8SACsD3006774@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 28 Sep 2005 10:12:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/exim Makefile distinfo options ports/mail/exim/files patch-src::EDITME patch-src_expand.c patch-src_globals.c patch-src_globals.h patch-src_pcre_Makefile patch-src_readconf.c patch-src_routers_redirect.c patch-src_routers_redirect.h ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 10:12:55 -0000 krion 2005-09-28 10:12:53 UTC FreeBSD ports repository Modified files: mail/exim Makefile distinfo options mail/exim/files patch-src::EDITME Added files: mail/exim/files patch-src_pcre_Makefile Removed files: mail/exim/files patch-src_expand.c patch-src_globals.c patch-src_globals.h patch-src_readconf.c patch-src_routers_redirect.c patch-src_routers_redirect.h patch-src_srs.c patch-src_srs.h Log: Update to 4.53 Revision Changes Path 1.208 +21 -9 ports/mail/exim/Makefile 1.82 +2 -2 ports/mail/exim/distinfo 1.23 +24 -20 ports/mail/exim/files/patch-src::EDITME 1.2 +0 -14 ports/mail/exim/files/patch-src_expand.c (dead) 1.3 +0 -16 ports/mail/exim/files/patch-src_globals.c (dead) 1.3 +0 -16 ports/mail/exim/files/patch-src_globals.h (dead) 1.1 +14 -0 ports/mail/exim/files/patch-src_pcre_Makefile (new) 1.3 +0 -14 ports/mail/exim/files/patch-src_readconf.c (dead) 1.3 +0 -188 ports/mail/exim/files/patch-src_routers_redirect.c (dead) 1.3 +0 -16 ports/mail/exim/files/patch-src_routers_redirect.h (dead) 1.3 +0 -320 ports/mail/exim/files/patch-src_srs.c (dead) 1.3 +0 -29 ports/mail/exim/files/patch-src_srs.h (dead) 1.6 +7 -1 ports/mail/exim/options From owner-cvs-all@FreeBSD.ORG Wed Sep 28 10:14:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECFDE16A420; Wed, 28 Sep 2005 10:14:38 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CE1A43D53; Wed, 28 Sep 2005 10:14:38 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SAEcxA006943; Wed, 28 Sep 2005 10:14:38 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SAEcoC006942; Wed, 28 Sep 2005 10:14:38 GMT (envelope-from krion) Message-Id: <200509281014.j8SAEcoC006942@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 28 Sep 2005 10:14:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail Makefile ports/mail/exim-sqlite Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 10:14:39 -0000 krion 2005-09-28 10:14:38 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/exim-sqlite Makefile Log: Add exim-sqlite, to support sqlite lookups. Revision Changes Path 1.687 +1 -0 ports/mail/Makefile 1.1 +13 -0 ports/mail/exim-sqlite/Makefile (new) From owner-cvs-all@FreeBSD.ORG Wed Sep 28 10:14:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7CDD16A41F; Wed, 28 Sep 2005 10:14:52 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6984543D4C; Wed, 28 Sep 2005 10:14:52 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SAEqBY006997; Wed, 28 Sep 2005 10:14:52 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SAEqAp006996; Wed, 28 Sep 2005 10:14:52 GMT (envelope-from krion) Message-Id: <200509281014.j8SAEqAp006996@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 28 Sep 2005 10:14:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 10:14:52 -0000 krion 2005-09-28 10:14:52 UTC FreeBSD ports repository Modified files: . modules Log: exim-sqlite --> ports/mail/exim-sqlite Revision Changes Path 1.13244 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Sep 28 10:15:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1843416A41F; Wed, 28 Sep 2005 10:15:15 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received: from mp2.macomnet.net (mp2.macomnet.net [195.128.64.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 635A043D48; Wed, 28 Sep 2005 10:15:13 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received: from localhost (localhost [127.0.0.1]) by mp2.macomnet.net (8.13.3/8.13.3) with ESMTP id j8SAFCkj005077; Wed, 28 Sep 2005 14:15:12 +0400 (MSD) (envelope-from maxim@macomnet.ru) Date: Wed, 28 Sep 2005 14:15:12 +0400 (MSD) From: Maxim Konovalov To: Max Laier In-Reply-To: <200509280919.j8S9JJmL004637@repoman.freebsd.org> Message-ID: <20050928141456.L4235@mp2.macomnet.net> References: <200509280919.j8S9JJmL004637@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 10:15:15 -0000 On Wed, 28 Sep 2005, 09:19-0000, Max Laier wrote: > mlaier 2005-09-28 09:19:17 UTC > > FreeBSD src repository > > Modified files: > . ObsoleteFiles.inc > Log: > Do not commit before the first cup of coffee. Other entries don't have a > preceeding slash. Sorry, my fault. -- Maxim Konovalov From owner-cvs-all@FreeBSD.ORG Wed Sep 28 10:44:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A6BB16A41F; Wed, 28 Sep 2005 10:44:33 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFEBD43D48; Wed, 28 Sep 2005 10:44:32 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SAiWrf008034; Wed, 28 Sep 2005 10:44:32 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SAiWao008033; Wed, 28 Sep 2005 10:44:32 GMT (envelope-from sem) Message-Id: <200509281044.j8SAiWao008033@repoman.freebsd.org> From: Sergey Matveychuk Date: Wed, 28 Sep 2005 10:44:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/libhash Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 10:44:33 -0000 sem 2005-09-28 10:44:32 UTC FreeBSD ports repository Modified files: devel/libhash Makefile Log: - Fix indenting Revision Changes Path 1.5 +2 -2 ports/devel/libhash/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 28 10:53:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C415716A41F; Wed, 28 Sep 2005 10:53:26 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17D3943D49; Wed, 28 Sep 2005 10:53:25 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5EBB5.dip.t-dialin.net [84.165.235.181]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id j8SAcSLp031375; Wed, 28 Sep 2005 12:38:39 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id j8SAqE4g089124; Wed, 28 Sep 2005 12:52:14 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by netchild.homeip.net (Horde MIME library) with HTTP; Wed, 28 Sep 2005 12:52:13 +0200 Message-ID: <20050928125213.8z22vwsfksoosc8k@netchild.homeip.net> X-Priority: 3 (Normal) Date: Wed, 28 Sep 2005 12:52:13 +0200 From: Alexander Leidinger To: Wilko Bulte References: <200509261655.j8QGtBeE012785@repoman.freebsd.org> <20050926174442.GA57238@xor.obsecurity.org> <20050926181234.GA23937@freebie.xs4all.nl> <20050926220954.GA34614@xor.obsecurity.org> <20050927184702.GA30441@freebie.xs4all.nl> In-Reply-To: <20050927184702.GA30441@freebie.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Robert Watson , cvs-all@FreeBSD.org, Kris Kennaway Subject: Re: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 10:53:26 -0000 Wilko Bulte wrote: [e4500] > Ah, yes. Nice box. I gather you are not interested in the UE10k that > we have hanging around at work? ;-) Did you try FreeBSD on it? I would like to try it on the fully equipped e15k or the partly equipped e25k here (even if it is just to see the dmesg), but i doubt this will happen... > (I'm kiddin') Of course... :-) Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 BOFH excuse #353: Second-system effect From owner-cvs-all@FreeBSD.ORG Wed Sep 28 10:59:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AC8C16A41F; Wed, 28 Sep 2005 10:59:53 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 786DD43D62; Wed, 28 Sep 2005 10:59:50 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SAxoau008585; Wed, 28 Sep 2005 10:59:50 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SAxoId008584; Wed, 28 Sep 2005 10:59:50 GMT (envelope-from ceri) Message-Id: <200509281059.j8SAxoId008584@repoman.freebsd.org> From: Ceri Davies Date: Wed, 28 Sep 2005 10:59:50 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/network-servers chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 10:59:53 -0000 ceri 2005-09-28 10:59:50 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/network-servers chapter.sgml Log: Remove the ip6.int zone from the named examples. Revision Changes Path 1.70 +0 -12 doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Sep 28 11:00:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36E1716A41F; Wed, 28 Sep 2005 11:00:17 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03A3743D49; Wed, 28 Sep 2005 11:00:14 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SB0AxZ008647; Wed, 28 Sep 2005 11:00:10 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SB0AGd008646; Wed, 28 Sep 2005 11:00:10 GMT (envelope-from flz) Message-Id: <200509281100.j8SB0AGd008646@repoman.freebsd.org> From: Florent Thoumie Date: Wed, 28 Sep 2005 11:00:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/mplayer Makefile ports/multimedia/mplayer/files patch-ad X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 11:00:17 -0000 flz 2005-09-28 11:00:10 UTC FreeBSD ports repository Modified files: multimedia/mplayer Makefile multimedia/mplayer/files patch-ad Log: - Correctly detect infrared control interface lirc (by Daniel O'Connor ). - Remove obsolete "--disable-tremor" from CONFIGURE_ARGS. PR: ports/86664 Submitted by: maintainer Revision Changes Path 1.122 +15 -2 ports/multimedia/mplayer/Makefile 1.26 +18 -2 ports/multimedia/mplayer/files/patch-ad From owner-cvs-all@FreeBSD.ORG Wed Sep 28 11:08:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDA5D16A41F; Wed, 28 Sep 2005 11:08:15 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AEF643D48; Wed, 28 Sep 2005 11:08:15 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SB8FWJ008995; Wed, 28 Sep 2005 11:08:15 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SB8FxR008994; Wed, 28 Sep 2005 11:08:15 GMT (envelope-from keramida) Message-Id: <200509281108.j8SB8FxR008994@repoman.freebsd.org> From: Giorgos Keramidas Date: Wed, 28 Sep 2005 11:08:15 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/freebsd-questions article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 11:08:15 -0000 keramida 2005-09-28 11:08:15 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/freebsd-questions article.sgml Log: Reword a bit the mailman list info page reference. The original uses the exact page title Mailman produces but is relatively wrong from en English-syntax perspective. Revision Changes Path 1.24 +1 -1 doc/en_US.ISO8859-1/articles/freebsd-questions/article.sgml From owner-cvs-all@FreeBSD.ORG Wed Sep 28 11:12:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3E4116A41F; Wed, 28 Sep 2005 11:12:33 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2C0443D48; Wed, 28 Sep 2005 11:12:33 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SBCXse009199; Wed, 28 Sep 2005 11:12:33 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SBCXjC009198; Wed, 28 Sep 2005 11:12:33 GMT (envelope-from flz) Message-Id: <200509281112.j8SBCXjC009198@repoman.freebsd.org> From: Florent Thoumie Date: Wed, 28 Sep 2005 11:12:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/aolserver Makefile ports/www/aolserver/files aolserver.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 11:12:34 -0000 flz 2005-09-28 11:12:33 UTC FreeBSD ports repository Modified files: www/aolserver Makefile www/aolserver/files aolserver.sh.in Log: - Fix/update rc script (-K doesn't exist anymore, fix rc.subr path, ...). PR: ports/86658 Submitted by: maintainer Revision Changes Path 1.20 +1 -0 ports/www/aolserver/Makefile 1.2 +27 -13 ports/www/aolserver/files/aolserver.sh.in From owner-cvs-all@FreeBSD.ORG Wed Sep 28 12:06:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B09F416A41F; Wed, 28 Sep 2005 12:06:13 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7143743D49; Wed, 28 Sep 2005 12:06:13 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SC6Dvx011105; Wed, 28 Sep 2005 12:06:13 GMT (envelope-from mich@repoman.freebsd.org) Received: (from mich@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SC6DoK011104; Wed, 28 Sep 2005 12:06:13 GMT (envelope-from mich) Message-Id: <200509281206.j8SC6DoK011104@repoman.freebsd.org> From: "Michael L. Hostbaek" Date: Wed, 28 Sep 2005 12:06:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/amarok pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 12:06:13 -0000 mich 2005-09-28 12:06:13 UTC FreeBSD ports repository Modified files: audio/amarok pkg-message Log: o fix path to graphics/libvisual-plugins Noticed by: Timothy Redaelli Revision Changes Path 1.2 +1 -1 ports/audio/amarok/pkg-message From owner-cvs-all@FreeBSD.ORG Wed Sep 28 12:12:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABEE316A41F; Wed, 28 Sep 2005 12:12:15 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D5D743D48; Wed, 28 Sep 2005 12:12:15 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SCCFZA011333; Wed, 28 Sep 2005 12:12:15 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SCCFQ8011332; Wed, 28 Sep 2005 12:12:15 GMT (envelope-from tobez) Message-Id: <200509281212.j8SCCFQ8011332@repoman.freebsd.org> From: Anton Berezin Date: Wed, 28 Sep 2005 12:12:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/route keywords route.8 route.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 12:12:15 -0000 tobez 2005-09-28 12:12:15 UTC FreeBSD src repository Modified files: sbin/route keywords route.8 route.c Log: Introduce "route del" as an alias to "route delete". Reviewed by: arch Revision Changes Path 1.6 +2 -1 src/sbin/route/keywords 1.45 +5 -1 src/sbin/route/route.8 1.81 +1 -0 src/sbin/route/route.c From owner-cvs-all@FreeBSD.ORG Wed Sep 28 12:19:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E27A616A41F; Wed, 28 Sep 2005 12:19:55 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ACAC43D66; Wed, 28 Sep 2005 12:19:50 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SCJo5G011610; Wed, 28 Sep 2005 12:19:50 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SCJovi011609; Wed, 28 Sep 2005 12:19:50 GMT (envelope-from nork) Message-Id: <200509281219.j8SCJovi011609@repoman.freebsd.org> From: Norikatsu Shigemura Date: Wed, 28 Sep 2005 12:19:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/eclipse Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 12:19:56 -0000 nork 2005-09-28 12:19:50 UTC FreeBSD ports repository Modified files: java/eclipse Makefile Log: o Fix build error with WITH_MOZILA != mozilla. o Make an Eclipse menu entry visible. (add dependency) o Bump PORTREVISION, accodingly. PR: ports/86649 Submitted by: Panagiotis Astithas Revision Changes Path 1.40 +9 -6 ports/java/eclipse/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 28 12:39:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BD8F16A41F; Wed, 28 Sep 2005 12:39:07 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9073843D72; Wed, 28 Sep 2005 12:39:00 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SCd0OK012321; Wed, 28 Sep 2005 12:39:00 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SCd0WM012320; Wed, 28 Sep 2005 12:39:00 GMT (envelope-from kensmith) Message-Id: <200509281239.j8SCd0WM012320@repoman.freebsd.org> From: Ken Smith Date: Wed, 28 Sep 2005 12:39:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 12:39:07 -0000 kensmith 2005-09-28 12:39:00 UTC FreeBSD src repository Modified files: release Makefile Log: Add SHA256 checksums to the release build. Requested by: cperciva (so) Reviewed/improved by: ru MFC after: 2 days Revision Changes Path 1.890 +17 -6 src/release/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 28 12:45:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D51B316A41F; Wed, 28 Sep 2005 12:45:47 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9446543D48; Wed, 28 Sep 2005 12:45:47 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SCjlKP012649; Wed, 28 Sep 2005 12:45:47 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SCjlEI012648; Wed, 28 Sep 2005 12:45:47 GMT (envelope-from flz) Message-Id: <200509281245.j8SCjlEI012648@repoman.freebsd.org> From: Florent Thoumie Date: Wed, 28 Sep 2005 12:45:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/quixote Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 12:45:48 -0000 flz 2005-09-28 12:45:47 UTC FreeBSD ports repository Modified files: www/quixote Makefile distinfo pkg-plist Log: - Update to 2.2. PR: ports/86660 Submitted by: maintainer Revision Changes Path 1.25 +1 -1 ports/www/quixote/Makefile 1.18 +2 -2 ports/www/quixote/distinfo 1.14 +12 -0 ports/www/quixote/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 28 12:46:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7C2616A41F; Wed, 28 Sep 2005 12:46:16 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-3-1-cust208.cdif.cable.ntl.com [82.31.78.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B12C43D53; Wed, 28 Sep 2005 12:46:16 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.52 (FreeBSD)) id 1EKbKA-000LOb-KU; Wed, 28 Sep 2005 13:46:14 +0100 Date: Wed, 28 Sep 2005 13:46:14 +0100 From: Ceri Davies To: Ken Smith Message-ID: <20050928124614.GJ94010@submonkey.net> Mail-Followup-To: Ceri Davies , Ken Smith , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200509281239.j8SCd0WM012320@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="bGR76rFJjkSxVeRa" Content-Disposition: inline In-Reply-To: <200509281239.j8SCd0WM012320@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.9i Sender: Ceri Davies Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 12:46:16 -0000 --bGR76rFJjkSxVeRa Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 28, 2005 at 12:39:00PM +0000, Ken Smith wrote: > kensmith 2005-09-28 12:39:00 UTC >=20 > FreeBSD src repository >=20 > Modified files: > release Makefile=20 > Log: > Add SHA256 checksums to the release build. Good idea. Along these lines, does anyone know what the barriers are in moving the default password hash from md5 to blowfish (not for RELENG_6, just in general), or has it just not been done yet? > | @@ -654,8 +654,10 @@ release.6: > | -czf ${RD}/dists/ports/ports.tgz -C /usr ports > | @cp ${.CURDIR}/scripts/ports-install.sh ${RD}/dists/ports/install.sh > | @(cd ${RD}/dists/ports; \ > | - rm -f CHECKSUM.MD5; \ > | - md5 * > CHECKSUM.MD5) > | + rm -f .CHECKSUM.MD5 CHECKSUM.SHA256; \ > | + md5 * > .CHECKSUM.MD5; \ > | + sha256 * > CHECKSUM.SHA256; \ > | + mv .CHECKSUM.MD5 CHECKSUM.MD5) Curiosity overcomes me; why the "md5 > .blah; mv .blah blah" dance? Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --bGR76rFJjkSxVeRa Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDOpCWocfcwTS3JF8RAuP+AJwLXZS3s+7MKcv9bNduPGJGaAeNagCgv+lY RU3Y0gc/V1zur+wPBwSBEzg= =HSNB -----END PGP SIGNATURE----- --bGR76rFJjkSxVeRa-- From owner-cvs-all@FreeBSD.ORG Wed Sep 28 12:51:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 604EE16A420 for ; Wed, 28 Sep 2005 12:51:12 +0000 (GMT) (envelope-from rpaulo@fnop.net) Received: from pluricanal.net (mail.pluricanal.net [83.144.129.196]) by mx1.FreeBSD.org (Postfix) with SMTP id 8C3BE43D5A for ; Wed, 28 Sep 2005 12:51:09 +0000 (GMT) (envelope-from rpaulo@fnop.net) Received: (qmail 29346 invoked from network); 28 Sep 2005 13:18:48 -0000 Received: from unknown (HELO proton.internal.fnop.net) (83.144.140.111) by mail.pluricanal.net with SMTP; 28 Sep 2005 13:18:48 -0000 Received: by proton.internal.fnop.net (Postfix, from userid 1000) id 0933F2FD6; Wed, 28 Sep 2005 13:48:13 +0100 (WEST) Date: Wed, 28 Sep 2005 13:48:12 +0100 From: Rui Paulo To: Ceri Davies , Ken Smith , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20050928124812.GA17908@proton.internal.fnop.net> References: <200509281239.j8SCd0WM012320@repoman.freebsd.org> <20050928124614.GJ94010@submonkey.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wac7ysb48OaltWcw" Content-Disposition: inline In-Reply-To: <20050928124614.GJ94010@submonkey.net> User-Agent: Mutt/1.5.10i Cc: Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 12:51:12 -0000 --wac7ysb48OaltWcw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2005.09.28 13:46:14 +0100, Ceri Davies wrote: | > | @@ -654,8 +654,10 @@ release.6: | > | -czf ${RD}/dists/ports/ports.tgz -C /usr ports | > | @cp ${.CURDIR}/scripts/ports-install.sh ${RD}/dists/ports/install.sh | > | @(cd ${RD}/dists/ports; \ | > | - rm -f CHECKSUM.MD5; \ | > | - md5 * > CHECKSUM.MD5) | > | + rm -f .CHECKSUM.MD5 CHECKSUM.SHA256; \ | > | + md5 * > .CHECKSUM.MD5; \ | > | + sha256 * > CHECKSUM.SHA256; \ | > | + mv .CHECKSUM.MD5 CHECKSUM.MD5) |=20 | Curiosity overcomes me; why the "md5 > .blah; mv .blah blah" dance? Probably because of the previous instruction. ``sha256 *'' will not include hidden files and thus will not include '.CHECKSUM.MD5'. -- Rui Paulo --wac7ysb48OaltWcw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (NetBSD) iD8DBQFDOpELZPqyxs9FH4QRAgUKAJwNcBgUPSGtbUWbnqfQt4hzBt9lsACfXARu cZV7ZOuDA7VygVHSwBhNwEQ= =VtZq -----END PGP SIGNATURE----- --wac7ysb48OaltWcw-- From owner-cvs-all@FreeBSD.ORG Wed Sep 28 12:52:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 563C716A41F; Wed, 28 Sep 2005 12:52:24 +0000 (GMT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from opus.cse.buffalo.edu (opus.cse.Buffalo.EDU [128.205.32.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id E59F843D70; Wed, 28 Sep 2005 12:52:22 +0000 (GMT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from opus.cse.buffalo.edu (opus.cse.buffalo.edu [128.205.32.4]) by opus.cse.buffalo.edu (8.13.3/8.12.10) with ESMTP id j8SCqLg4091464; Wed, 28 Sep 2005 08:52:21 -0400 (EDT) From: Ken Smith To: Ceri Davies In-Reply-To: <20050928124614.GJ94010@submonkey.net> References: <200509281239.j8SCd0WM012320@repoman.freebsd.org> <20050928124614.GJ94010@submonkey.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-3jZLH0FYwP84g8wC0RF+" Organization: U. Buffalo CSE Department Date: Wed, 28 Sep 2005 08:52:21 -0400 Message-Id: <1127911941.91368.6.camel@opus.cse.buffalo.edu> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Ken Smith Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 12:52:24 -0000 --=-3jZLH0FYwP84g8wC0RF+ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2005-09-28 at 13:46 +0100, Ceri Davies wrote: > On Wed, Sep 28, 2005 at 12:39:00PM +0000, Ken Smith wrote: > > kensmith 2005-09-28 12:39:00 UTC > > | @@ -654,8 +654,10 @@ release.6: > > | -czf ${RD}/dists/ports/ports.tgz -C /usr ports > > | @cp ${.CURDIR}/scripts/ports-install.sh ${RD}/dists/ports/install.s= h > > | @(cd ${RD}/dists/ports; \ > > | - rm -f CHECKSUM.MD5; \ > > | - md5 * > CHECKSUM.MD5) > > | + rm -f .CHECKSUM.MD5 CHECKSUM.SHA256; \ > > | + md5 * > .CHECKSUM.MD5; \ > > | + sha256 * > CHECKSUM.SHA256; \ > > | + mv .CHECKSUM.MD5 CHECKSUM.MD5) >=20 > Curiosity overcomes me; why the "md5 > .blah; mv .blah blah" dance? So that CHECKSUM.MD5 doesn't wind up being one of the files that get checksum-ed and included in CHECKSUM.SHA256. It's not a huge deal I suppose but CHECKSUM.SHA256 wouldn't be in CHECKSUM.MD5 so this keeps them consistent. --=20 Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | --=-3jZLH0FYwP84g8wC0RF+ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBDOpIF/G14VSmup/YRAnndAJ9DWDz45Rwef9pjPt0nLShs3/IlQQCdGsqz 9eGj+9JzK4fewKv95cCt/S0= =p70A -----END PGP SIGNATURE----- --=-3jZLH0FYwP84g8wC0RF+-- From owner-cvs-all@FreeBSD.ORG Wed Sep 28 12:55:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F256C16A420; Wed, 28 Sep 2005 12:55:57 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E9FD43D55; Wed, 28 Sep 2005 12:55:57 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SCtvwn020152; Wed, 28 Sep 2005 12:55:57 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SCtvlH020151; Wed, 28 Sep 2005 12:55:57 GMT (envelope-from garga) Message-Id: <200509281255.j8SCtvlH020151@repoman.freebsd.org> From: Renato Botelho Date: Wed, 28 Sep 2005 12:55:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/squid Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 12:55:58 -0000 garga 2005-09-28 12:55:57 UTC FreeBSD ports repository Modified files: www/squid Makefile distinfo Log: Integrate a patch from : - fix delay pools behaviour which was broken by the patch for squid bug #500, introduced in squid-2.5.10_6 (squid bug #1405) PR: ports/86669 Submitted by: maintainer Revision Changes Path 1.175 +2 -1 ports/www/squid/Makefile 1.139 +2 -0 ports/www/squid/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 28 12:56:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41C7716A41F; Wed, 28 Sep 2005 12:56:26 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-3-1-cust208.cdif.cable.ntl.com [82.31.78.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0A3E43D48; Wed, 28 Sep 2005 12:56:25 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.52 (FreeBSD)) id 1EKbU0-000NSm-S9; Wed, 28 Sep 2005 13:56:24 +0100 Date: Wed, 28 Sep 2005 13:56:24 +0100 From: Ceri Davies To: Ken Smith Message-ID: <20050928125624.GM94010@submonkey.net> Mail-Followup-To: Ceri Davies , Ken Smith , Ken Smith , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200509281239.j8SCd0WM012320@repoman.freebsd.org> <20050928124614.GJ94010@submonkey.net> <1127911941.91368.6.camel@opus.cse.buffalo.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nEsDIrWrg+hrB7l1" Content-Disposition: inline In-Reply-To: <1127911941.91368.6.camel@opus.cse.buffalo.edu> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.9i Sender: Ceri Davies Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Ken Smith Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 12:56:26 -0000 --nEsDIrWrg+hrB7l1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 28, 2005 at 08:52:21AM -0400, Ken Smith wrote: > On Wed, 2005-09-28 at 13:46 +0100, Ceri Davies wrote: > > On Wed, Sep 28, 2005 at 12:39:00PM +0000, Ken Smith wrote: > > > kensmith 2005-09-28 12:39:00 UTC > > > | @@ -654,8 +654,10 @@ release.6: > > > | -czf ${RD}/dists/ports/ports.tgz -C /usr ports > > > | @cp ${.CURDIR}/scripts/ports-install.sh ${RD}/dists/ports/install= =2Esh > > > | @(cd ${RD}/dists/ports; \ > > > | - rm -f CHECKSUM.MD5; \ > > > | - md5 * > CHECKSUM.MD5) > > > | + rm -f .CHECKSUM.MD5 CHECKSUM.SHA256; \ > > > | + md5 * > .CHECKSUM.MD5; \ > > > | + sha256 * > CHECKSUM.SHA256; \ > > > | + mv .CHECKSUM.MD5 CHECKSUM.MD5) > >=20 > > Curiosity overcomes me; why the "md5 > .blah; mv .blah blah" dance? >=20 > So that CHECKSUM.MD5 doesn't wind up being one of the files that get > checksum-ed and included in CHECKSUM.SHA256. It's not a huge deal I > suppose but CHECKSUM.SHA256 wouldn't be in CHECKSUM.MD5 so this keeps > them consistent. Oh yeah. Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --nEsDIrWrg+hrB7l1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDOpL4ocfcwTS3JF8RAshcAKCiFiN2ynfJ95H5C6nC2JK2OL81FwCfUpNG fuxREDtasu3otgaETbHItMo= =bsBp -----END PGP SIGNATURE----- --nEsDIrWrg+hrB7l1-- From owner-cvs-all@FreeBSD.ORG Wed Sep 28 13:07:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4CF316A41F; Wed, 28 Sep 2005 13:07:49 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAB0E43D55; Wed, 28 Sep 2005 13:07:48 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SD7mwP020606; Wed, 28 Sep 2005 13:07:48 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SD7lAK020605; Wed, 28 Sep 2005 13:07:47 GMT (envelope-from yar) Message-Id: <200509281307.j8SD7lAK020605@repoman.freebsd.org> From: Yar Tikhiy Date: Wed, 28 Sep 2005 13:07:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 rc.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 13:07:49 -0000 yar 2005-09-28 13:07:44 UTC FreeBSD src repository Modified files: share/man/man5 rc.conf.5 Log: Minor clarifications and fixes to wording, grammar, and markup around ${network_interfaces}. Revision Changes Path 1.266 +27 -16 src/share/man/man5/rc.conf.5 From owner-cvs-all@FreeBSD.ORG Wed Sep 28 13:10:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4EB316A41F; Wed, 28 Sep 2005 13:10:37 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6921443D6E; Wed, 28 Sep 2005 13:10:31 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id A75DC52CD0; Wed, 28 Sep 2005 15:10:29 +0200 (CEST) Received: from localhost (pjd.wheel.pl [10.0.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 9975452CA8; Wed, 28 Sep 2005 15:10:24 +0200 (CEST) Date: Wed, 28 Sep 2005 15:10:19 +0200 From: Pawel Jakub Dawidek To: Ceri Davies , Ken Smith , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20050928131019.GB24355@garage.freebsd.pl> References: <200509281239.j8SCd0WM012320@repoman.freebsd.org> <20050928124614.GJ94010@submonkey.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Fba/0zbH8Xs+Fj9o" Content-Disposition: inline In-Reply-To: <20050928124614.GJ94010@submonkey.net> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng devel (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-5.9 required=3.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.4 Cc: Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 13:10:37 -0000 --Fba/0zbH8Xs+Fj9o Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 28, 2005 at 01:46:14PM +0100, Ceri Davies wrote: +> On Wed, Sep 28, 2005 at 12:39:00PM +0000, Ken Smith wrote: +> > kensmith 2005-09-28 12:39:00 UTC +> >=20 +> > FreeBSD src repository +> >=20 +> > Modified files: +> > release Makefile=20 +> > Log: +> > Add SHA256 checksums to the release build. +>=20 +> Good idea. Along these lines, does anyone know what the barriers are +> in moving the default password hash from md5 to blowfish (not for +> RELENG_6, just in general), or has it just not been done yet? I'd really like to see us using PKCS#5v2 for system passwords at some point instead of home-grown hash(hash(...(x))) or encrypt(encrypt(...(x))). --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --Fba/0zbH8Xs+Fj9o Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDOpY6ForvXbEpPzQRAu9EAJ4yc+hleoUAzVC4wWcCnLvMvZMJqACbBQQr Frwj7aRuEd9TY77zIXOVGkQ= =RVk4 -----END PGP SIGNATURE----- --Fba/0zbH8Xs+Fj9o-- From owner-cvs-all@FreeBSD.ORG Wed Sep 28 13:32:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E84D516A41F; Wed, 28 Sep 2005 13:32:33 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A66D343D4C; Wed, 28 Sep 2005 13:32:33 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SDWXKD021458; Wed, 28 Sep 2005 13:32:33 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SDWXHf021457; Wed, 28 Sep 2005 13:32:33 GMT (envelope-from garga) Message-Id: <200509281332.j8SDWXHf021457@repoman.freebsd.org> From: Renato Botelho Date: Wed, 28 Sep 2005 13:32:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/am-utils Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 13:32:34 -0000 garga 2005-09-28 13:32:33 UTC FreeBSD ports repository Modified files: sysutils/am-utils Makefile distinfo Log: - Update am-utils to 6.1.2.1 - Add mirror sites. - Add PORTDOCS. PR: ports/86648 Submitted by: TAOKA Fumiyoshi Revision Changes Path 1.5 +15 -2 ports/sysutils/am-utils/Makefile 1.4 +2 -2 ports/sysutils/am-utils/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 28 13:52:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5F1816A41F; Wed, 28 Sep 2005 13:52:37 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70C9A43D49; Wed, 28 Sep 2005 13:52:37 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SDqbsX022196; Wed, 28 Sep 2005 13:52:37 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SDqbH2022195; Wed, 28 Sep 2005 13:52:37 GMT (envelope-from garga) Message-Id: <200509281352.j8SDqbH2022195@repoman.freebsd.org> From: Renato Botelho Date: Wed, 28 Sep 2005 13:52:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/xshttpd Makefile distinfo pkg-plist ports/www/xshttpd/files patch-src_confuser.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 13:52:37 -0000 garga 2005-09-28 13:52:36 UTC FreeBSD ports repository Modified files: www/xshttpd Makefile distinfo pkg-plist Added files: www/xshttpd/files patch-src_confuser.h Log: - Update to 3.3.b30 PR: ports/86653 Submitted by: maintainer Revision Changes Path 1.4 +13 -4 ports/www/xshttpd/Makefile 1.4 +2 -2 ports/www/xshttpd/distinfo 1.1 +11 -0 ports/www/xshttpd/files/patch-src_confuser.h (new) 1.3 +4 -4 ports/www/xshttpd/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 28 13:56:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1E5716A41F; Wed, 28 Sep 2005 13:56:33 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F57443D48; Wed, 28 Sep 2005 13:56:33 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SDuX92022437; Wed, 28 Sep 2005 13:56:33 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SDuXp5022436; Wed, 28 Sep 2005 13:56:33 GMT (envelope-from tobez) Message-Id: <200509281356.j8SDuXp5022436@repoman.freebsd.org> From: Anton Berezin Date: Wed, 28 Sep 2005 13:56:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-JSON Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 13:56:34 -0000 tobez 2005-09-28 13:56:33 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-JSON Makefile distinfo pkg-descr pkg-plist Log: Add p5-JSON, a JavaScript Object Notation parser and converter for Perl. Revision Changes Path 1.860 +1 -0 ports/textproc/Makefile 1.1 +26 -0 ports/textproc/p5-JSON/Makefile (new) 1.1 +2 -0 ports/textproc/p5-JSON/distinfo (new) 1.1 +5 -0 ports/textproc/p5-JSON/pkg-descr (new) 1.1 +10 -0 ports/textproc/p5-JSON/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Sep 28 14:00:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B952916A41F; Wed, 28 Sep 2005 14:00:00 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D80A43D48; Wed, 28 Sep 2005 14:00:00 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SE00KC022603; Wed, 28 Sep 2005 14:00:00 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SE00dM022602; Wed, 28 Sep 2005 14:00:00 GMT (envelope-from jkoshy) Message-Id: <200509281400.j8SE00dM022602@repoman.freebsd.org> From: Joseph Koshy Date: Wed, 28 Sep 2005 14:00:00 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 14:00:00 -0000 jkoshy 2005-09-28 14:00:00 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Change a contributor's email address. Submitted by: Rostislav Krasny Revision Changes Path 1.456 +1 -1 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Wed Sep 28 14:00:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 170C316A454; Wed, 28 Sep 2005 14:00:14 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8CFD43D48; Wed, 28 Sep 2005 14:00:13 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SE0Dqc022648; Wed, 28 Sep 2005 14:00:13 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SE0DZq022647; Wed, 28 Sep 2005 14:00:13 GMT (envelope-from kensmith) Message-Id: <200509281400.j8SE0DZq022647@repoman.freebsd.org> From: Ken Smith Date: Wed, 28 Sep 2005 14:00:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/examples/cvsup stable-supfile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 14:00:14 -0000 kensmith 2005-09-28 14:00:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/examples/cvsup stable-supfile Log: MFC v1.30: Update for RELENG_6. Approved by: re (scottl) Revision Changes Path 1.29.2.1 +4 -3 src/share/examples/cvsup/stable-supfile From owner-cvs-all@FreeBSD.ORG Wed Sep 28 14:01:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CE6F16A41F; Wed, 28 Sep 2005 14:01:58 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E36FE43D4C; Wed, 28 Sep 2005 14:01:57 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SE1vQd022784; Wed, 28 Sep 2005 14:01:57 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SE1v3v022783; Wed, 28 Sep 2005 14:01:57 GMT (envelope-from tobez) Message-Id: <200509281401.j8SE1v3v022783@repoman.freebsd.org> From: Anton Berezin Date: Wed, 28 Sep 2005 14:01:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-JSON Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 14:01:58 -0000 tobez 2005-09-28 14:01:57 UTC FreeBSD ports repository Removed files: textproc/p5-JSON Makefile distinfo pkg-descr pkg-plist Log: Remove textproc/p5-JSON, since converters/p5-JSON is already there. Pointy hat to: tobez Revision Changes Path 1.2 +0 -26 ports/textproc/p5-JSON/Makefile (dead) 1.2 +0 -2 ports/textproc/p5-JSON/distinfo (dead) 1.2 +0 -5 ports/textproc/p5-JSON/pkg-descr (dead) 1.2 +0 -10 ports/textproc/p5-JSON/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Wed Sep 28 14:02:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC4C116A420; Wed, 28 Sep 2005 14:02:50 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D47443D4C; Wed, 28 Sep 2005 14:02:50 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SE2oxB022833; Wed, 28 Sep 2005 14:02:50 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SE2oDU022832; Wed, 28 Sep 2005 14:02:50 GMT (envelope-from tobez) Message-Id: <200509281402.j8SE2oDU022832@repoman.freebsd.org> From: Anton Berezin Date: Wed, 28 Sep 2005 14:02:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 14:02:50 -0000 tobez 2005-09-28 14:02:50 UTC FreeBSD ports repository Modified files: textproc Makefile Log: Complete textproc/p5-JSON removal. Revision Changes Path 1.861 +0 -1 ports/textproc/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 28 14:06:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F8B916A41F; Wed, 28 Sep 2005 14:06:34 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2164C43D48; Wed, 28 Sep 2005 14:06:34 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SE6Y0w023063; Wed, 28 Sep 2005 14:06:34 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SE6XXa023062; Wed, 28 Sep 2005 14:06:33 GMT (envelope-from linimon) Message-Id: <200509281406.j8SE6XXa023062@repoman.freebsd.org> From: Mark Linimon Date: Wed, 28 Sep 2005 14:06:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/sbcl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 14:06:34 -0000 linimon 2005-09-28 14:06:33 UTC FreeBSD ports repository Modified files: lang/sbcl Makefile Log: Assign maintainership to new volunteer. Approved by: current maintainer Revision Changes Path 1.18 +1 -1 ports/lang/sbcl/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 28 14:06:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38BC816A41F; Wed, 28 Sep 2005 14:06:59 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA05943D4C; Wed, 28 Sep 2005 14:06:58 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SE6wcV023121; Wed, 28 Sep 2005 14:06:58 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SE6wb6023120; Wed, 28 Sep 2005 14:06:58 GMT (envelope-from tobez) Message-Id: <200509281406.j8SE6wb6023120@repoman.freebsd.org> From: Anton Berezin Date: Wed, 28 Sep 2005 14:06:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-Text-Diff-HTML Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 14:06:59 -0000 tobez 2005-09-28 14:06:58 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-Text-Diff-HTML Makefile distinfo pkg-descr pkg-plist Log: Add p5-Text-Diff-HTML, a perl module to format unified diffs as XHTML. Revision Changes Path 1.862 +1 -0 ports/textproc/Makefile 1.1 +32 -0 ports/textproc/p5-Text-Diff-HTML/Makefile (new) 1.1 +2 -0 ports/textproc/p5-Text-Diff-HTML/distinfo (new) 1.1 +12 -0 ports/textproc/p5-Text-Diff-HTML/pkg-descr (new) 1.1 +3 -0 ports/textproc/p5-Text-Diff-HTML/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Sep 28 14:09:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EDAF16A41F; Wed, 28 Sep 2005 14:09:13 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E508643D48; Wed, 28 Sep 2005 14:09:12 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SE9C4q023219; Wed, 28 Sep 2005 14:09:12 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SE9Cv3023218; Wed, 28 Sep 2005 14:09:12 GMT (envelope-from tobez) Message-Id: <200509281409.j8SE9Cv3023218@repoman.freebsd.org> From: Anton Berezin Date: Wed, 28 Sep 2005 14:09:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 14:09:13 -0000 tobez 2005-09-28 14:09:12 UTC FreeBSD ports repository Modified files: . modules Log: Add p5-Text-Diff-HTML module by hand (broken pipe from cvs during automatic update). Revision Changes Path 1.13245 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Sep 28 14:10:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B51016A41F; Wed, 28 Sep 2005 14:10:01 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5527E43D48; Wed, 28 Sep 2005 14:10:01 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SEA1k0023273; Wed, 28 Sep 2005 14:10:01 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SEA15b023272; Wed, 28 Sep 2005 14:10:01 GMT (envelope-from kensmith) Message-Id: <200509281410.j8SEA15b023272@repoman.freebsd.org> From: Ken Smith Date: Wed, 28 Sep 2005 14:10:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/hme if_hme.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 14:10:01 -0000 kensmith 2005-09-28 14:10:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/hme if_hme.c Log: MFC v1.43: Move hme_stop() BEFORE ether_ifdetach() and if_free() to prevent a memory-referenced-after-free panic if the hme interface fails to attach. Patch obtained from: marius Suggested same thing: brooks Approved by: re (scottl) Revision Changes Path 1.37.2.4 +2 -2 src/sys/dev/hme/if_hme.c From owner-cvs-all@FreeBSD.ORG Wed Sep 28 14:18:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7301C16A41F; Wed, 28 Sep 2005 14:18:42 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0058743D76; Wed, 28 Sep 2005 14:18:36 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SEIabS023686; Wed, 28 Sep 2005 14:18:36 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SEIaqc023685; Wed, 28 Sep 2005 14:18:36 GMT (envelope-from krion) Message-Id: <200509281418.j8SEIaqc023685@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 28 Sep 2005 14:18:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/xterm Makefile ports/x11/xterm/files patch-main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 14:18:42 -0000 krion 2005-09-28 14:18:36 UTC FreeBSD ports repository Modified files: x11/xterm Makefile Added files: x11/xterm/files patch-main.c Log: Fix broken utmp(5) support. Reported by: Jukka A. Ukkonen Revision Changes Path 1.26 +1 -0 ports/x11/xterm/Makefile 1.1 +74 -0 ports/x11/xterm/files/patch-main.c (new) From owner-cvs-all@FreeBSD.ORG Wed Sep 28 14:19:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7E7A16A41F; Wed, 28 Sep 2005 14:19:32 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56CA343D60; Wed, 28 Sep 2005 14:19:31 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SEJV0U023724; Wed, 28 Sep 2005 14:19:31 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SEJVts023723; Wed, 28 Sep 2005 14:19:31 GMT (envelope-from jkoshy) Message-Id: <200509281419.j8SEJVts023723@repoman.freebsd.org> From: Joseph Koshy Date: Wed, 28 Sep 2005 14:19:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 hwpmc.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 14:19:33 -0000 jkoshy 2005-09-28 14:19:31 UTC FreeBSD src repository Modified files: share/man/man4 hwpmc.4 Log: Note the requirement for 'device apic' on i386 systems. [1] Consistently use 'x86' when referring to behaviour common to the i386 and amd64. Submitted by: Niklas Sorensson [1] Revision Changes Path 1.12 +7 -4 src/share/man/man4/hwpmc.4 From owner-cvs-all@FreeBSD.ORG Wed Sep 28 14:36:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8BF516A41F; Wed, 28 Sep 2005 14:36:16 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAA8043D48; Wed, 28 Sep 2005 14:36:16 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SEaGTc024336; Wed, 28 Sep 2005 14:36:16 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SEaGXK024335; Wed, 28 Sep 2005 14:36:16 GMT (envelope-from ru) Message-Id: <200509281436.j8SEaGXK024335@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 28 Sep 2005 14:36:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libpam/modules/pam_ssh Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 14:36:17 -0000 ru 2005-09-28 14:36:16 UTC FreeBSD src repository Modified files: lib/libpam/modules/pam_ssh Makefile Log: Commenting out WARNS actually brought it up to 4. Revision Changes Path 1.23 +1 -1 src/lib/libpam/modules/pam_ssh/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 28 14:48:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C9DE16A41F; Wed, 28 Sep 2005 14:48:59 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE29E43D58; Wed, 28 Sep 2005 14:48:58 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SEmwjv024793; Wed, 28 Sep 2005 14:48:58 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SEmwjp024792; Wed, 28 Sep 2005 14:48:58 GMT (envelope-from vsevolod) Message-Id: <200509281448.j8SEmwjp024792@repoman.freebsd.org> From: Vsevolod Stakhov Date: Wed, 28 Sep 2005 14:48:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/py-cssutils Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 14:48:59 -0000 vsevolod 2005-09-28 14:48:58 UTC FreeBSD ports repository Modified files: www/py-cssutils Makefile distinfo Added files: www/py-cssutils pkg-plist Log: - Update to version 0.8a6 that is considered by author as more or less stable - Move to static plist - Fix mode of world writeable files Revision Changes Path 1.3 +6 -9 ports/www/py-cssutils/Makefile 1.2 +2 -2 ports/www/py-cssutils/distinfo 1.1 +99 -0 ports/www/py-cssutils/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Sep 28 14:54:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A358316A41F; Wed, 28 Sep 2005 14:54:08 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69D6C43D55; Wed, 28 Sep 2005 14:54:08 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SEs8Q2025112; Wed, 28 Sep 2005 14:54:08 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SEs8V2025111; Wed, 28 Sep 2005 14:54:08 GMT (envelope-from marius) Message-Id: <200509281454.j8SEs8V2025111@repoman.freebsd.org> From: Marius Strobl Date: Wed, 28 Sep 2005 14:54:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/fb creator.c fbreg.h gfb.c machfb.c s3_pci.c tga.c vga.c src/sys/dev/syscons scgfbrndr.c scmouse.c scvgarndr.c scvidctl.c syscons.c syscons.h src/sys/i386/isa vesa.c src/sys/powerpc/ofw ofw_syscons.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 14:54:08 -0000 marius 2005-09-28 14:54:08 UTC FreeBSD src repository Modified files: sys/dev/fb creator.c fbreg.h gfb.c machfb.c s3_pci.c tga.c vga.c sys/dev/syscons scgfbrndr.c scmouse.c scvgarndr.c scvidctl.c syscons.c syscons.h sys/i386/isa vesa.c sys/powerpc/ofw ofw_syscons.c Log: Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_t and do some preparations for handling 12x22 fonts (currently lots of code implies and/or hardcodes a font width of 8 pixels). This will be required on sparc64 which uses a default font size of 12x22 in order to add font loading and saving support as well as to use a syscons(4)-supplied mouse pointer image. This API breakage is committed now so it can be MFC'ed in time for 6.0 and later on upcoming framebuffer drivers destined for use on sparc64 and which are expected to rely on using font loading internally and on a syscons(4)-supplied mouse pointer image can be easily MFC'ed to RELENG_6 rather than requiring a backport. Tested on: i386, sparc64, make universe MFC after: 1 week Revision Changes Path 1.9 +5 -5 src/sys/dev/fb/creator.c 1.19 +4 -4 src/sys/dev/fb/fbreg.h 1.8 +8 -8 src/sys/dev/fb/gfb.c 1.4 +5 -5 src/sys/dev/fb/machfb.c 1.10 +8 -6 src/sys/dev/fb/s3_pci.c 1.8 +1 -1 src/sys/dev/fb/tga.c 1.35 +6 -6 src/sys/dev/fb/vga.c 1.23 +1 -1 src/sys/dev/syscons/scgfbrndr.c 1.40 +1 -0 src/sys/dev/syscons/scmouse.c 1.20 +2 -2 src/sys/dev/syscons/scvgarndr.c 1.37 +3 -3 src/sys/dev/syscons/scvidctl.c 1.439 +18 -16 src/sys/dev/syscons/syscons.c 1.85 +6 -4 src/sys/dev/syscons/syscons.h 1.52 +8 -6 src/sys/i386/isa/vesa.c 1.9 +5 -7 src/sys/powerpc/ofw/ofw_syscons.c From owner-cvs-all@FreeBSD.ORG Wed Sep 28 14:58:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 270E116A41F; Wed, 28 Sep 2005 14:58:52 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D833E43D49; Wed, 28 Sep 2005 14:58:51 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SEwpeb025412; Wed, 28 Sep 2005 14:58:51 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SEwpse025411; Wed, 28 Sep 2005 14:58:51 GMT (envelope-from oliver) Message-Id: <200509281458.j8SEwpse025411@repoman.freebsd.org> From: Oliver Lehmann Date: Wed, 28 Sep 2005 14:58:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/atlas-devel Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 14:58:52 -0000 oliver 2005-09-28 14:58:51 UTC FreeBSD ports repository Modified files: devel/atlas-devel Makefile distinfo pkg-plist Log: update to 0.5.97 Approved by: maintainer Revision Changes Path 1.19 +1 -1 ports/devel/atlas-devel/Makefile 1.8 +2 -2 ports/devel/atlas-devel/distinfo 1.13 +1 -0 ports/devel/atlas-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 28 14:59:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C2CA16A41F; Wed, 28 Sep 2005 14:59:03 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 479CA43D49; Wed, 28 Sep 2005 14:59:03 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SEx39r025449; Wed, 28 Sep 2005 14:59:03 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SEx3Tb025448; Wed, 28 Sep 2005 14:59:03 GMT (envelope-from vsevolod) Message-Id: <200509281459.j8SEx3Tb025448@repoman.freebsd.org> From: Vsevolod Stakhov Date: Wed, 28 Sep 2005 14:59:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/py-pullparser Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 14:59:03 -0000 vsevolod 2005-09-28 14:59:03 UTC FreeBSD ports repository Modified files: www/py-pullparser Makefile distinfo Log: - Update to 0.0.6 Revision Changes Path 1.2 +1 -2 ports/www/py-pullparser/Makefile 1.2 +2 -2 ports/www/py-pullparser/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 28 14:59:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE8A416A41F; Wed, 28 Sep 2005 14:59:16 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E9E743D4C; Wed, 28 Sep 2005 14:59:16 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SExGxo025491; Wed, 28 Sep 2005 14:59:16 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SExGHb025490; Wed, 28 Sep 2005 14:59:16 GMT (envelope-from oliver) Message-Id: <200509281459.j8SExGHb025490@repoman.freebsd.org> From: Oliver Lehmann Date: Wed, 28 Sep 2005 14:59:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/eris Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 14:59:16 -0000 oliver 2005-09-28 14:59:16 UTC FreeBSD ports repository Modified files: devel/eris Makefile distinfo pkg-plist Log: update to 1.2.2 Approved by: maintainer Revision Changes Path 1.3 +4 -6 ports/devel/eris/Makefile 1.2 +2 -2 ports/devel/eris/distinfo 1.2 +2 -1 ports/devel/eris/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 28 14:59:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBFA316A41F; Wed, 28 Sep 2005 14:59:41 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73F4743D4C; Wed, 28 Sep 2005 14:59:41 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SExf1d025533; Wed, 28 Sep 2005 14:59:41 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SExf73025532; Wed, 28 Sep 2005 14:59:41 GMT (envelope-from oliver) Message-Id: <200509281459.j8SExf73025532@repoman.freebsd.org> From: Oliver Lehmann Date: Wed, 28 Sep 2005 14:59:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/mercator Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 14:59:41 -0000 oliver 2005-09-28 14:59:41 UTC FreeBSD ports repository Modified files: devel/mercator Makefile distinfo pkg-plist Log: update to 0.2.4 Approved by: maintainer Revision Changes Path 1.2 +2 -4 ports/devel/mercator/Makefile 1.2 +2 -2 ports/devel/mercator/distinfo 1.2 +6 -1 ports/devel/mercator/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 28 15:00:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D42816A431; Wed, 28 Sep 2005 15:00:13 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDC4E43D49; Wed, 28 Sep 2005 15:00:12 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SF0CF9025618; Wed, 28 Sep 2005 15:00:12 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SF0CYT025617; Wed, 28 Sep 2005 15:00:12 GMT (envelope-from oliver) Message-Id: <200509281500.j8SF0CYT025617@repoman.freebsd.org> From: Oliver Lehmann Date: Wed, 28 Sep 2005 15:00:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/skstream Makefile distinfo pkg-plist ports/net/skstream/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 15:00:13 -0000 oliver 2005-09-28 15:00:12 UTC FreeBSD ports repository Modified files: net/skstream Makefile distinfo pkg-plist Removed files: net/skstream/files patch-Makefile.in Log: update to 0.3.5 Approved by: maintainer Revision Changes Path 1.2 +3 -5 ports/net/skstream/Makefile 1.2 +2 -2 ports/net/skstream/distinfo 1.2 +0 -19 ports/net/skstream/files/patch-Makefile.in (dead) 1.2 +1 -1 ports/net/skstream/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 28 15:00:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECAC416A41F; Wed, 28 Sep 2005 15:00:58 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A703943D49; Wed, 28 Sep 2005 15:00:58 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SF0wOq025755; Wed, 28 Sep 2005 15:00:58 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SF0w8L025754; Wed, 28 Sep 2005 15:00:58 GMT (envelope-from oliver) Message-Id: <200509281500.j8SF0w8L025754@repoman.freebsd.org> From: Oliver Lehmann Date: Wed, 28 Sep 2005 15:00:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/wfmath Makefile distinfo ports/math/wfmath/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 15:00:59 -0000 oliver 2005-09-28 15:00:58 UTC FreeBSD ports repository Modified files: math/wfmath Makefile distinfo Removed files: math/wfmath/files patch-Makefile.in Log: update to 0.3.4 Approved by: maintainer Revision Changes Path 1.2 +3 -5 ports/math/wfmath/Makefile 1.2 +2 -2 ports/math/wfmath/distinfo 1.2 +0 -19 ports/math/wfmath/files/patch-Makefile.in (dead) From owner-cvs-all@FreeBSD.ORG Wed Sep 28 15:01:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2540416A41F; Wed, 28 Sep 2005 15:01:59 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D771243D49; Wed, 28 Sep 2005 15:01:58 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SF1wBp025795; Wed, 28 Sep 2005 15:01:58 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SF1wdG025794; Wed, 28 Sep 2005 15:01:58 GMT (envelope-from marius) Message-Id: <200509281501.j8SF1wdG025794@repoman.freebsd.org> From: Marius Strobl Date: Wed, 28 Sep 2005 15:01:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/isa pnp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 15:01:59 -0000 marius 2005-09-28 15:01:58 UTC FreeBSD src repository Modified files: sys/isa pnp.c Log: Fix an endianness issue in pnp_eisaformat(). This corrects printing PnP IDs on big-endian archs like sparc64, e.g.: uart0: <16550 or compatible> at port 0x3f8-0x3ff irq 43 pnpid @HEd041 on isa0 is now correctly printed as: uart0: <16550 or compatible> at port 0x3f8-0x3ff irq 43 pnpid PNP0501 on isa0 There are probably other endianness issues lurking in the PnP code which however aren't exhibited on sparc64 as the PnP devices there are sort of PnP BIOS devices rather than ISA PnP devices. Tested on: i386, sparc64 MFC after: 1 week Revision Changes Path 1.21 +4 -1 src/sys/isa/pnp.c From owner-cvs-all@FreeBSD.ORG Wed Sep 28 15:22:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09D8716A41F; Wed, 28 Sep 2005 15:22:18 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95C1543D48; Wed, 28 Sep 2005 15:22:17 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SFMHNf026574; Wed, 28 Sep 2005 15:22:17 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SFMHgP026573; Wed, 28 Sep 2005 15:22:17 GMT (envelope-from maxim) Message-Id: <200509281522.j8SFMHgP026573@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 28 Sep 2005 15:22:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ath.4 wi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 15:22:18 -0000 maxim 2005-09-28 15:22:17 UTC FreeBSD src repository Modified files: share/man/man4 ath.4 wi.4 Log: o Follow the trend and update a host-based wireless bridge example. Revision Changes Path 1.35 +3 -3 src/share/man/man4/ath.4 1.67 +3 -3 src/share/man/man4/wi.4 From owner-cvs-all@FreeBSD.ORG Wed Sep 28 15:41:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1199516A41F; Wed, 28 Sep 2005 15:41:26 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C75B643D4C; Wed, 28 Sep 2005 15:41:25 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SFfPPT027329; Wed, 28 Sep 2005 15:41:25 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SFfP0N027328; Wed, 28 Sep 2005 15:41:25 GMT (envelope-from marius) Message-Id: <200509281541.j8SFfP0N027328@repoman.freebsd.org> From: Marius Strobl Date: Wed, 28 Sep 2005 15:41:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/antivir-milter Makefile distinfo pkg-descr pkg-message pkg-plist ports/security/antivir-milter/files patch-doc::MANUAL patch-init::rc.avmilter patch-pgp::README patch-script::rc.avmilter X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 15:41:26 -0000 marius 2005-09-28 15:41:25 UTC FreeBSD ports repository (src committer) Modified files: security/antivir-milter Makefile distinfo pkg-descr pkg-message pkg-plist security/antivir-milter/files patch-doc::MANUAL Added files: security/antivir-milter/files patch-script::rc.avmilter Removed files: security/antivir-milter/files patch-init::rc.avmilter patch-pgp::README Log: - Update to 1.1.1-9. For a list of changes since 1.1.0-7 please see the installed ChangeLog. - Remove the references to the no longer available free license key for private use from pkg-descr and pkg-message. Approved by: netchild Revision Changes Path 1.14 +7 -13 ports/security/antivir-milter/Makefile 1.10 +2 -2 ports/security/antivir-milter/distinfo 1.5 +16 -7 ports/security/antivir-milter/files/patch-doc::MANUAL 1.7 +0 -45 ports/security/antivir-milter/files/patch-init::rc.avmilter (dead) 1.2 +0 -16 ports/security/antivir-milter/files/patch-pgp::README (dead) 1.1 +45 -0 ports/security/antivir-milter/files/patch-script::rc.avmilter (new) 1.5 +1 -3 ports/security/antivir-milter/pkg-descr 1.7 +0 -11 ports/security/antivir-milter/pkg-message 1.8 +2 -3 ports/security/antivir-milter/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 28 15:49:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FA2116A420; Wed, 28 Sep 2005 15:49:10 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3FCA43D55; Wed, 28 Sep 2005 15:49:09 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SFn9og027615; Wed, 28 Sep 2005 15:49:09 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SFn9tf027614; Wed, 28 Sep 2005 15:49:09 GMT (envelope-from thierry) Message-Id: <200509281549.j8SFn9tf027614@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 28 Sep 2005 15:49:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/petsc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 15:49:10 -0000 thierry 2005-09-28 15:49:09 UTC FreeBSD ports repository Modified files: math/petsc Makefile distinfo Log: - Upgrade from PETSC_VERSION_PATCH 31 (September, 14, 2005) to PETSC_VERSION_PATCH 32 (September, 26, 2005), with the same DISTNAME. - Changelog available at . Reported by: pointyhat via Kris Revision Changes Path 1.5 +1 -0 ports/math/petsc/Makefile 1.3 +2 -2 ports/math/petsc/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 28 15:51:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7D4D16A41F; Wed, 28 Sep 2005 15:51:39 +0000 (GMT) (envelope-from ade@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC92C43D64; Wed, 28 Sep 2005 15:51:36 +0000 (GMT) (envelope-from ade@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SFpaog027780; Wed, 28 Sep 2005 15:51:36 GMT (envelope-from ade@repoman.freebsd.org) Received: (from ade@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SFpaT4027779; Wed, 28 Sep 2005 15:51:36 GMT (envelope-from ade) Message-Id: <200509281551.j8SFpaT4027779@repoman.freebsd.org> From: Ade Lovett Date: Wed, 28 Sep 2005 15:51:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 15:51:40 -0000 ade 2005-09-28 15:51:36 UTC FreeBSD ports repository Modified files: . access Log: Reset my email address Revision Changes Path 1.666 +1 -1 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Wed Sep 28 16:05:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E49F16A420; Wed, 28 Sep 2005 16:05:14 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B729D43D55; Wed, 28 Sep 2005 16:05:13 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SG5Djf028253; Wed, 28 Sep 2005 16:05:13 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SG5DGL028252; Wed, 28 Sep 2005 16:05:13 GMT (envelope-from cognet) Message-Id: <200509281605.j8SG5DGL028252@repoman.freebsd.org> From: Olivier Houchard Date: Wed, 28 Sep 2005 16:05:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/syslogd syslogd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 16:05:14 -0000 cognet 2005-09-28 16:05:13 UTC FreeBSD src repository Modified files: usr.sbin/syslogd syslogd.c Log: Use SO_REUSEADDR on the socket, to make the use of syslogd in jails easier. Submitted by: Jeremie Le Hen Revision Changes Path 1.146 +7 -1 src/usr.sbin/syslogd/syslogd.c From owner-cvs-all@FreeBSD.ORG Wed Sep 28 16:14:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70D6616A41F; Wed, 28 Sep 2005 16:14:44 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3136643D49; Wed, 28 Sep 2005 16:14:44 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SGEiTC028716; Wed, 28 Sep 2005 16:14:44 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SGEheA028715; Wed, 28 Sep 2005 16:14:44 GMT (envelope-from cognet) Message-Id: <200509281614.j8SGEheA028715@repoman.freebsd.org> From: Olivier Houchard Date: Wed, 28 Sep 2005 16:14:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/syslogd syslogd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 16:14:44 -0000 cognet 2005-09-28 16:14:43 UTC FreeBSD src repository Modified files: usr.sbin/syslogd syslogd.c Log: setsockopt() will return -1 on error, not 0. Pointy hat to: Jeremie Le Hen Revision Changes Path 1.147 +1 -1 src/usr.sbin/syslogd/syslogd.c From owner-cvs-all@FreeBSD.ORG Wed Sep 28 16:24:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C73216A41F; Wed, 28 Sep 2005 16:24:48 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25E7143D53; Wed, 28 Sep 2005 16:24:48 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SGOmHL029099; Wed, 28 Sep 2005 16:24:48 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SGOmor029098; Wed, 28 Sep 2005 16:24:48 GMT (envelope-from yar) Message-Id: <200509281624.j8SGOmor029098@repoman.freebsd.org> From: Yar Tikhiy Date: Wed, 28 Sep 2005 16:24:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d archdep X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 16:24:48 -0000 yar 2005-09-28 16:24:47 UTC FreeBSD src repository Modified files: etc/rc.d archdep Log: Make it a good-mannered rcNG script respectful to the command line. Revision Changes Path 1.8 +23 -16 src/etc/rc.d/archdep From owner-cvs-all@FreeBSD.ORG Wed Sep 28 16:27:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02B4716A41F; Wed, 28 Sep 2005 16:27:43 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B85C343D48; Wed, 28 Sep 2005 16:27:42 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SGRgUj029233; Wed, 28 Sep 2005 16:27:42 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SGRgSi029231; Wed, 28 Sep 2005 16:27:42 GMT (envelope-from mnag) Message-Id: <200509281627.j8SGRgSi029231@repoman.freebsd.org> From: Marcus Alves Grando Date: Wed, 28 Sep 2005 16:27:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/bsnmpd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 16:27:43 -0000 mnag 2005-09-28 16:27:42 UTC FreeBSD ports repository Modified files: net-mgmt/bsnmpd Makefile Log: Fix build Notified by: kris Approved by: pav (mentor) Revision Changes Path 1.2 +3 -3 ports/net-mgmt/bsnmpd/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 28 16:28:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABCD516A41F; Wed, 28 Sep 2005 16:28:31 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F6E043D48; Wed, 28 Sep 2005 16:28:31 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SGSVkt029371; Wed, 28 Sep 2005 16:28:31 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SGSV3w029370; Wed, 28 Sep 2005 16:28:31 GMT (envelope-from mnag) Message-Id: <200509281628.j8SGSV3w029370@repoman.freebsd.org> From: Marcus Alves Grando Date: Wed, 28 Sep 2005 16:28:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/up-imapproxy Makefile distinfo pkg-plist ports/mail/up-imapproxy/files imapproxyd.conf imapproxyd.sh imapproxyd.sh.in patch-config.h.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 16:28:31 -0000 mnag 2005-09-28 16:28:31 UTC FreeBSD ports repository Modified files: mail/up-imapproxy Makefile distinfo pkg-plist Added files: mail/up-imapproxy/files imapproxyd.sh.in patch-config.h.in Removed files: mail/up-imapproxy/files imapproxyd.conf imapproxyd.sh Log: Update to 1.2.4 PR: 86043 Approved by: mbr (maintainer timeout, 15 days), pav (mentor) Revision Changes Path 1.7 +10 -22 ports/mail/up-imapproxy/Makefile 1.4 +2 -2 ports/mail/up-imapproxy/distinfo 1.2 +0 -11 ports/mail/up-imapproxy/files/imapproxyd.conf (dead) 1.2 +0 -25 ports/mail/up-imapproxy/files/imapproxyd.sh (dead) 1.1 +25 -0 ports/mail/up-imapproxy/files/imapproxyd.sh.in (new) 1.1 +13 -0 ports/mail/up-imapproxy/files/patch-config.h.in (new) 1.4 +2 -3 ports/mail/up-imapproxy/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 28 16:30:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B7A116A41F; Wed, 28 Sep 2005 16:30:37 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B4DD43D48; Wed, 28 Sep 2005 16:30:37 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SGUa4B029516; Wed, 28 Sep 2005 16:30:36 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SGUaTc029515; Wed, 28 Sep 2005 16:30:36 GMT (envelope-from mnag) Message-Id: <200509281630.j8SGUaTc029515@repoman.freebsd.org> From: Marcus Alves Grando Date: Wed, 28 Sep 2005 16:30:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/uni2ascii Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 16:30:37 -0000 mnag 2005-09-28 16:30:36 UTC FreeBSD ports repository Modified files: textproc/uni2ascii Makefile distinfo Log: Update to 2.5 PR: 86652 Submitted by: Emanuel Haupt Approved by: pav (mentor) Revision Changes Path 1.3 +1 -1 ports/textproc/uni2ascii/Makefile 1.3 +2 -2 ports/textproc/uni2ascii/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 28 16:34:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A943916A41F; Wed, 28 Sep 2005 16:34:40 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73C4543D48; Wed, 28 Sep 2005 16:34:40 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SGYet8029690; Wed, 28 Sep 2005 16:34:40 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SGYeZ3029689; Wed, 28 Sep 2005 16:34:40 GMT (envelope-from mnag) Message-Id: <200509281634.j8SGYeZ3029689@repoman.freebsd.org> From: Marcus Alves Grando Date: Wed, 28 Sep 2005 16:34:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/traff Makefile distinfo pkg-descr pkg-plist ports/net/traff/files patch-Makefile patch-readconfig.h patch-traff.c patch-traff.conf traff.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 16:34:40 -0000 mnag 2005-09-28 16:34:40 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/traff Makefile distinfo pkg-descr pkg-plist net/traff/files patch-Makefile patch-readconfig.h patch-traff.c patch-traff.conf traff.sh.in Log: New port Traff is a program that attaches itself to one or more network interfaces, sniffs all IP-packages passing at it and accounts each packets size. The collected information can be dumped to a mysql-Database, for further processing. The configuration is very flexible, allowing you to create different/multiple accounting rules. PR: 86615 Submitted by: Dan Caescu Approved by: pav (mentor) Revision Changes Path 1.1544 +1 -0 ports/net/Makefile 1.1 +55 -0 ports/net/traff/Makefile (new) 1.1 +2 -0 ports/net/traff/distinfo (new) 1.1 +20 -0 ports/net/traff/files/patch-Makefile (new) 1.1 +11 -0 ports/net/traff/files/patch-readconfig.h (new) 1.1 +28 -0 ports/net/traff/files/patch-traff.c (new) 1.1 +18 -0 ports/net/traff/files/patch-traff.conf (new) 1.1 +39 -0 ports/net/traff/files/traff.sh.in (new) 1.1 +10 -0 ports/net/traff/pkg-descr (new) 1.1 +3 -0 ports/net/traff/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Sep 28 16:35:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6802F16A41F; Wed, 28 Sep 2005 16:35:16 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26F2543D49; Wed, 28 Sep 2005 16:35:16 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SGZFpm029765; Wed, 28 Sep 2005 16:35:15 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SGZFa3029764; Wed, 28 Sep 2005 16:35:15 GMT (envelope-from mnag) Message-Id: <200509281635.j8SGZFa3029764@repoman.freebsd.org> From: Marcus Alves Grando Date: Wed, 28 Sep 2005 16:35:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 16:35:16 -0000 mnag 2005-09-28 16:35:15 UTC FreeBSD ports repository Modified files: . modules Log: traff --> ports/net/traff Approved by: pav (mentor) Revision Changes Path 1.13246 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Sep 28 16:36:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F0AA16A41F; Wed, 28 Sep 2005 16:36:55 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFF5143D48; Wed, 28 Sep 2005 16:36:54 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SGasoB029883; Wed, 28 Sep 2005 16:36:54 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SGasQs029882; Wed, 28 Sep 2005 16:36:54 GMT (envelope-from arved) Message-Id: <200509281636.j8SGasQs029882@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 28 Sep 2005 16:36:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/zile Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 16:36:55 -0000 arved 2005-09-28 16:36:54 UTC FreeBSD ports repository Modified files: editors/zile Makefile distinfo Log: Update to 2.2.8 PR: 86678 SUbmitted by: KATO Tsuguru Revision Changes Path 1.30 +1 -1 ports/editors/zile/Makefile 1.24 +2 -2 ports/editors/zile/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 28 16:37:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 530AE16A41F; Wed, 28 Sep 2005 16:37:36 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2635B43D48; Wed, 28 Sep 2005 16:37:36 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SGbajD029959; Wed, 28 Sep 2005 16:37:36 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SGbaeh029958; Wed, 28 Sep 2005 16:37:36 GMT (envelope-from mnag) Message-Id: <200509281637.j8SGbaeh029958@repoman.freebsd.org> From: Marcus Alves Grando Date: Wed, 28 Sep 2005 16:37:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers Makefile ports/archivers/deb2targz Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 16:37:36 -0000 mnag 2005-09-28 16:37:35 UTC FreeBSD ports repository Modified files: archivers Makefile Added files: archivers/deb2targz Makefile distinfo pkg-descr Log: New port deb2targz is a very small perl script for converting Debian Linux .deb packages to a .tar.gz. deb2targz does not need any external programs like 'ar' or 'tar'. PR: 86641 Submitted by: Emanuel Haupt Approved by: pav (mentor) Revision Changes Path 1.133 +1 -0 ports/archivers/Makefile 1.1 +29 -0 ports/archivers/deb2targz/Makefile (new) 1.1 +2 -0 ports/archivers/deb2targz/distinfo (new) 1.1 +4 -0 ports/archivers/deb2targz/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Sep 28 16:38:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5B0016A41F; Wed, 28 Sep 2005 16:38:30 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 805BC43D53; Wed, 28 Sep 2005 16:38:30 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SGcUF8030071; Wed, 28 Sep 2005 16:38:30 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SGcUZW030070; Wed, 28 Sep 2005 16:38:30 GMT (envelope-from arved) Message-Id: <200509281638.j8SGcUZW030070@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 28 Sep 2005 16:38:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/lfhex Makefile distinfo ports/editors/lfhex/files patch-src::reader.cpp patch-src::reader.hpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 16:38:30 -0000 arved 2005-09-28 16:38:30 UTC FreeBSD ports repository Modified files: editors/lfhex Makefile distinfo Removed files: editors/lfhex/files patch-src::reader.cpp patch-src::reader.hpp Log: Update to 0.3.7.2 PR: 86677 Submitted by: KATO Tsuguru (update to 0.3.7.1) Revision Changes Path 1.17 +2 -1 ports/editors/lfhex/Makefile 1.7 +2 -2 ports/editors/lfhex/distinfo 1.6 +0 -48 ports/editors/lfhex/files/patch-src::reader.cpp (dead) 1.3 +0 -34 ports/editors/lfhex/files/patch-src::reader.hpp (dead) From owner-cvs-all@FreeBSD.ORG Wed Sep 28 16:38:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FB5016A420; Wed, 28 Sep 2005 16:38:31 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F384643D55; Wed, 28 Sep 2005 16:38:30 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SGcUaX030078; Wed, 28 Sep 2005 16:38:30 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SGcUoN030077; Wed, 28 Sep 2005 16:38:30 GMT (envelope-from mnag) Message-Id: <200509281638.j8SGcUoN030077@repoman.freebsd.org> From: Marcus Alves Grando Date: Wed, 28 Sep 2005 16:38:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 16:38:31 -0000 mnag 2005-09-28 16:38:30 UTC FreeBSD ports repository Modified files: . modules Log: deb2targz --> ports/archivers/deb2targz Approved by: pav (mentor) Revision Changes Path 1.13247 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Sep 28 16:46:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A09D16A420; Wed, 28 Sep 2005 16:46:18 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCFD543D4C; Wed, 28 Sep 2005 16:46:17 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SGkH8M030690; Wed, 28 Sep 2005 16:46:17 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SGkH7j030689; Wed, 28 Sep 2005 16:46:17 GMT (envelope-from ru) Message-Id: <200509281646.j8SGkH7j030689@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 28 Sep 2005 16:46:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/vx if_vx.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 16:46:18 -0000 ru 2005-09-28 16:46:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/vx if_vx.c Log: MFC: 1.57: Respect IFF_PROMISC. Approved by: re (scottl) Revision Changes Path 1.56.2.2 +2 -1 src/sys/dev/vx/if_vx.c From owner-cvs-all@FreeBSD.ORG Wed Sep 28 16:47:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0546916A41F; Wed, 28 Sep 2005 16:47:18 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7F9443D4C; Wed, 28 Sep 2005 16:47:17 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SGlHCb037879; Wed, 28 Sep 2005 16:47:17 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SGlHjN037878; Wed, 28 Sep 2005 16:47:17 GMT (envelope-from arved) Message-Id: <200509281647.j8SGlHjN037878@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 28 Sep 2005 16:47:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/rubrica pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 16:47:18 -0000 arved 2005-09-28 16:47:17 UTC FreeBSD ports repository Modified files: deskutils/rubrica pkg-descr Log: New rubrica homepage PR: 86675 Submitted by: KATO Tsuguru Revision Changes Path 1.2 +1 -1 ports/deskutils/rubrica/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Sep 28 16:50:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0975716A41F; Wed, 28 Sep 2005 16:50:26 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FB4443D4C; Wed, 28 Sep 2005 16:50:25 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SGoP2A038088; Wed, 28 Sep 2005 16:50:25 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SGoPnV038087; Wed, 28 Sep 2005 16:50:25 GMT (envelope-from ru) Message-Id: <200509281650.j8SGoPnV038087@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 28 Sep 2005 16:50:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/dev/vx if_vx.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 16:50:26 -0000 ru 2005-09-28 16:50:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/vx if_vx.c Log: MFC: 1.57: Respect IFF_PROMISC. Revision Changes Path 1.51.2.2 +2 -1 src/sys/dev/vx/if_vx.c From owner-cvs-all@FreeBSD.ORG Wed Sep 28 16:51:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E821016A41F; Wed, 28 Sep 2005 16:51:27 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A486743D49; Wed, 28 Sep 2005 16:51:27 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SGpRYp038207; Wed, 28 Sep 2005 16:51:27 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SGpRuf038206; Wed, 28 Sep 2005 16:51:27 GMT (envelope-from brueffer) Message-Id: <200509281651.j8SGpRuf038206@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 28 Sep 2005 16:51:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/amd64 proc-amd64.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 16:51:28 -0000 brueffer 2005-09-28 16:51:27 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) release/doc/en_US.ISO8859-1/hardware/amd64 proc-amd64.sgml Log: MFC: rev. 1.6 Fix typo. Approved by: re (hrs) Revision Changes Path 1.5.2.1 +1 -1 src/release/doc/en_US.ISO8859-1/hardware/amd64/proc-amd64.sgml From owner-cvs-all@FreeBSD.ORG Wed Sep 28 16:52:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69D9016A41F; Wed, 28 Sep 2005 16:52:10 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2801D43D58; Wed, 28 Sep 2005 16:52:10 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SGqAMU038303; Wed, 28 Sep 2005 16:52:10 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SGqAGw038302; Wed, 28 Sep 2005 16:52:10 GMT (envelope-from brueffer) Message-Id: <200509281652.j8SGqAGw038302@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 28 Sep 2005 16:52:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/amd64 proc-amd64.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 16:52:10 -0000 brueffer 2005-09-28 16:52:10 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) release/doc/en_US.ISO8859-1/hardware/amd64 proc-amd64.sgml Log: MFC: rev. 1.6 Fix typo. Revision Changes Path 1.3.4.2 +1 -1 src/release/doc/en_US.ISO8859-1/hardware/amd64/proc-amd64.sgml From owner-cvs-all@FreeBSD.ORG Wed Sep 28 17:04:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E76B916A41F; Wed, 28 Sep 2005 17:04:06 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B49F43D55; Wed, 28 Sep 2005 17:04:06 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SH4620038743; Wed, 28 Sep 2005 17:04:06 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SH46fq038742; Wed, 28 Sep 2005 17:04:06 GMT (envelope-from arved) Message-Id: <200509281704.j8SH46fq038742@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 28 Sep 2005 17:04:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/cherokee Makefile distinfo pkg-plist ports/www/cherokee/files patch-cherokee-util.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 17:04:07 -0000 arved 2005-09-28 17:04:05 UTC FreeBSD ports repository Modified files: www/cherokee Makefile distinfo pkg-plist www/cherokee/files patch-cherokee-util.h Log: Update to 0.4.26 PR: 86681 Submitted by: KATO Tsuguru Revision Changes Path 1.12 +1 -1 ports/www/cherokee/Makefile 1.9 +2 -2 ports/www/cherokee/distinfo 1.2 +16 -12 ports/www/cherokee/files/patch-cherokee-util.h 1.9 +9 -2 ports/www/cherokee/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 28 17:23:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C00D716A41F; Wed, 28 Sep 2005 17:23:43 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8003243D58; Wed, 28 Sep 2005 17:23:43 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SHNhNW039703; Wed, 28 Sep 2005 17:23:43 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SHNh89039702; Wed, 28 Sep 2005 17:23:43 GMT (envelope-from joel) Message-Id: <200509281723.j8SHNh89039702@repoman.freebsd.org> From: Joel Dahl Date: Wed, 28 Sep 2005 17:23:43 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/smp index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 17:23:43 -0000 joel 2005-09-28 17:23:43 UTC FreeBSD doc repository Modified files: en/smp index.sgml Log: End sentences with full stops. Revision Changes Path 1.154 +5 -5 www/en/smp/index.sgml From owner-cvs-all@FreeBSD.ORG Wed Sep 28 17:24:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9109616A420; Wed, 28 Sep 2005 17:24:00 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id C124B43D55; Wed, 28 Sep 2005 17:23:58 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.41.233] (Not Verified[10.50.41.233]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Wed, 28 Sep 2005 13:39:56 -0400 From: John Baldwin To: Jeremie Le Hen Date: Wed, 28 Sep 2005 13:07:11 -0400 User-Agent: KMail/1.8 References: <200509271809.j8RI9gCO020672@repoman.freebsd.org> <20050928091638.GB2151@obiwan.tataz.chchile.org> In-Reply-To: <20050928091638.GB2151@obiwan.tataz.chchile.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509281307.13026.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_prot.c vfs_export.c src/sys/nfsserver nfs_srvsock.c nfs_srvsubs.c src/sys/sys ucred.h src/sys/ufs/ufs ufs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 17:24:00 -0000 On Wednesday 28 September 2005 05:16 am, Jeremie Le Hen wrote: > Hi John, > > > jhb 2005-09-27 18:09:42 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/kern kern_prot.c vfs_export.c > > sys/nfsserver nfs_srvsock.c nfs_srvsubs.c > > sys/sys ucred.h > > sys/ufs/ufs ufs_vnops.c > > Log: > > Use the refcount API to manage the reference count for user credentials > > rather than using pool mutexes. > > Regarding your great job on atomic operations and the modification you > made on process argument and process limit structures as well as > user credentials, I wonder if you managed to get some figures > illustrating the improvement. No, I didn't run any before/after benchmarks, just stability tests to make sure I didn't break anything. I'm pretty sure 2 atomic operations aren't cheaper than just 1 though. However, on some archs (ppc and ia64 currently) there might be a penalty in the edge case where the atomic_cmpset loop races and has to do more than one atomic_cmpset. However, in that case it would have had to contest on the mutex anyways, so even then I still think it would be a win. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Wed Sep 28 17:24:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0CE316A41F; Wed, 28 Sep 2005 17:24:18 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3AB743D55; Wed, 28 Sep 2005 17:24:16 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.41.233] (Not Verified[10.50.41.233]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Wed, 28 Sep 2005 13:39:56 -0400 From: John Baldwin To: Maxim.Sobolev@portaone.com Date: Wed, 28 Sep 2005 13:04:27 -0400 User-Agent: KMail/1.8 References: <200509270751.j8R7pjbj068445@repoman.freebsd.org> <433A04D4.9040602@portaone.com> In-Reply-To: <433A04D4.9040602@portaone.com> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509281304.29338.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, Kirill Ponomarew , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/lib match.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 17:24:19 -0000 On Tuesday 27 September 2005 10:49 pm, Maxim Sobolev wrote: > IMHO this is an ugly hack. Handling some packages differently purely > based on their name is simply a completely wrong way to go. The proper > way to implement this is to add additional PLIST flag which will tell > pkg_* tools to ignore absent origin. Umm, there's a bit of a chicken and egg in that if you could edit the package in question to put a custom @noorigin in the packing list you could already just put a bogus @origin in the packing list. I think the warning should just be shut up across the board anyways as not all pkg's have valid origins. > Kirill Ponomarew wrote: > > krion 2005-09-27 07:51:44 UTC > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_5) > > usr.sbin/pkg_install/lib match.c > > Log: > > MFC: 1.20 > > > > date: 2005/09/24 21:41:47; author: krion; state: Exp; lines: +1 -1 > > Do not bitch about bsdpan modules not having origin. > > > > Based on PR: bin/82269 > > Submitted by: Steven Hartland > > MFC after: 3 days > > > > Revision Changes Path > > 1.19.2.1 +1 -1 src/usr.sbin/pkg_install/lib/match.c -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Wed Sep 28 17:31:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F28216A41F; Wed, 28 Sep 2005 17:31:25 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A3D343D6A; Wed, 28 Sep 2005 17:31:20 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SHVKCi040018; Wed, 28 Sep 2005 17:31:20 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SHVKAO040017; Wed, 28 Sep 2005 17:31:20 GMT (envelope-from arved) Message-Id: <200509281731.j8SHVKAO040017@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 28 Sep 2005 17:31:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/genius Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 17:31:25 -0000 arved 2005-09-28 17:31:20 UTC FreeBSD ports repository Modified files: deskutils/genius Makefile Log: LIB_DEPEND on libmfr Bump PORTREVISION PR: 86674 Submitted by: KATO Tsuguru Revision Changes Path 1.40 +2 -2 ports/deskutils/genius/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 28 17:39:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7629816A41F; Wed, 28 Sep 2005 17:39:20 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 359E243D48; Wed, 28 Sep 2005 17:39:20 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SHdKmL040252; Wed, 28 Sep 2005 17:39:20 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SHdKIw040251; Wed, 28 Sep 2005 17:39:20 GMT (envelope-from arved) Message-Id: <200509281739.j8SHdKIw040251@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 28 Sep 2005 17:39:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/solfege Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 17:39:20 -0000 arved 2005-09-28 17:39:20 UTC FreeBSD ports repository Modified files: audio/solfege Makefile distinfo pkg-plist Log: Update to 3.0.1 PR: 86673 Submitted by: KATO Tsuguru Revision Changes Path 1.15 +3 -3 ports/audio/solfege/Makefile 1.8 +2 -2 ports/audio/solfege/distinfo 1.7 +121 -54 ports/audio/solfege/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 28 17:46:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E830C16A41F; Wed, 28 Sep 2005 17:46:48 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A85AA43D48; Wed, 28 Sep 2005 17:46:48 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SHkmUo040595; Wed, 28 Sep 2005 17:46:48 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SHkmvg040594; Wed, 28 Sep 2005 17:46:48 GMT (envelope-from novel) Message-Id: <200509281746.j8SHkmvg040594@repoman.freebsd.org> From: Roman Bogorodskiy Date: Wed, 28 Sep 2005 17:46:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/tdiary-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 17:46:49 -0000 novel 2005-09-28 17:46:48 UTC FreeBSD ports repository Modified files: www/tdiary-devel Makefile distinfo Log: Update to 2.1.3. PR: 86683 Submitted by: Fumihiko Kimura (maintainer) Revision Changes Path 1.18 +2 -3 ports/www/tdiary-devel/Makefile 1.10 +2 -2 ports/www/tdiary-devel/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 28 17:47:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE55F16A41F; Wed, 28 Sep 2005 17:47:20 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D27643D4C; Wed, 28 Sep 2005 17:47:20 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SHlKaP040643; Wed, 28 Sep 2005 17:47:20 GMT (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SHlK5w040642; Wed, 28 Sep 2005 17:47:20 GMT (envelope-from jeh) Message-Id: <200509281747.j8SHlK5w040642@repoman.freebsd.org> From: "James E. Housley" Date: Wed, 28 Sep 2005 17:47:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 17:47:20 -0000 jeh 2005-09-28 17:47:20 UTC FreeBSD ports repository Modified files: security/uvscan-dat Makefile distinfo Log: Update to 4592 Revision Changes Path 1.421 +1 -1 ports/security/uvscan-dat/Makefile 1.416 +2 -2 ports/security/uvscan-dat/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 28 18:01:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D86916A41F; Wed, 28 Sep 2005 18:01:42 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DF3643D48; Wed, 28 Sep 2005 18:01:42 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SI1gCU041215; Wed, 28 Sep 2005 18:01:42 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SI1gNC041214; Wed, 28 Sep 2005 18:01:42 GMT (envelope-from jhb) Message-Id: <200509281801.j8SI1gNC041214@repoman.freebsd.org> From: John Baldwin Date: Wed, 28 Sep 2005 18:01:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 local_apic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 18:01:42 -0000 jhb 2005-09-28 18:01:42 UTC FreeBSD src repository Modified files: sys/i386/i386 local_apic.c Log: Rename the lapic timer interrupt counters from lapicX: timer to cpuX: timer since it's not always obvious that lapic == cpu. MFC after: 3 days Revision Changes Path 1.19 +1 -1 src/sys/i386/i386/local_apic.c From owner-cvs-all@FreeBSD.ORG Wed Sep 28 18:03:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6199016A41F; Wed, 28 Sep 2005 18:03:52 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2131543D53; Wed, 28 Sep 2005 18:03:52 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SI3q1t041277; Wed, 28 Sep 2005 18:03:52 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SI3pwC041276; Wed, 28 Sep 2005 18:03:52 GMT (envelope-from hrs) Message-Id: <200509281803.j8SI3pwC041276@repoman.freebsd.org> From: Hiroki Sato Date: Wed, 28 Sep 2005 18:03:51 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/share/sgml transtable-common.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 18:03:52 -0000 hrs 2005-09-28 18:03:51 UTC FreeBSD doc repository Modified files: share/sgml transtable-common.xsl Log: Optimize the word search algorithm. Comparison using product set is a better solution to evaluate whether a node is included in a partial node-set or not. Revision Changes Path 1.3 +19 -19 doc/share/sgml/transtable-common.xsl From owner-cvs-all@FreeBSD.ORG Wed Sep 28 18:04:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0DEC16A41F; Wed, 28 Sep 2005 18:04:11 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3C0743D53; Wed, 28 Sep 2005 18:04:11 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SI4BL3041339; Wed, 28 Sep 2005 18:04:11 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SI4Bcd041338; Wed, 28 Sep 2005 18:04:11 GMT (envelope-from jhb) Message-Id: <200509281804.j8SI4Bcd041338@repoman.freebsd.org> From: John Baldwin Date: Wed, 28 Sep 2005 18:04:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 apic_vector.s mp_machdep.c src/sys/i386/include smptests.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 18:04:12 -0000 jhb 2005-09-28 18:04:11 UTC FreeBSD src repository Modified files: sys/i386/i386 apic_vector.s mp_machdep.c sys/i386/include smptests.h Log: Add interrupt counters for IPIs. By default they are disabled, but they can be enabled by enabling COUNT_IPIS in smptests.h. When enabled, each CPU provides an interrupt counter for nearly all of the IPIs it receives (IPI_STOP currently doesn't have a counter) that can be examined using vmstat -i, etc. MFC after: 3 days Requested by: rwatson Revision Changes Path 1.104 +34 -6 src/sys/i386/i386/apic_vector.s 1.254 +56 -1 src/sys/i386/i386/mp_machdep.c 1.48 +7 -1 src/sys/i386/include/smptests.h From owner-cvs-all@FreeBSD.ORG Wed Sep 28 18:06:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B10A16A41F; Wed, 28 Sep 2005 18:06:25 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 591BD43D49; Wed, 28 Sep 2005 18:06:25 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SI6PqH041625; Wed, 28 Sep 2005 18:06:25 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SI6PAH041624; Wed, 28 Sep 2005 18:06:25 GMT (envelope-from phk) Message-Id: <200509281806.j8SI6PAH041624@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 28 Sep 2005 18:06:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys rman.h src/sys/kern subr_rman.c src/sys/dev/puc puc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 18:06:25 -0000 phk 2005-09-28 18:06:25 UTC FreeBSD src repository Modified files: sys/sys rman.h sys/kern subr_rman.c sys/dev/puc puc.c Log: puc(4) does strange things to resources in order to fool the subdrivers to hook up. It should probably be rewritten to implement a simple bus to which the sub drivers attach using some kind of hint. Until then, provide a couple of crutch functions with big warning signs so it can survive the recent changes to struct resource. Revision Changes Path 1.41 +3 -4 src/sys/dev/puc/puc.c 1.46 +25 -0 src/sys/kern/subr_rman.c 1.31 +9 -0 src/sys/sys/rman.h From owner-cvs-all@FreeBSD.ORG Wed Sep 28 18:13:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6454016A41F; Wed, 28 Sep 2005 18:13:48 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB94643D53; Wed, 28 Sep 2005 18:13:47 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id j8SIDk3R020427; Wed, 28 Sep 2005 12:13:46 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <433ADD5A.90104@samsco.org> Date: Wed, 28 Sep 2005 12:13:46 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050615 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <200509281806.j8SI6PAH041624@repoman.freebsd.org> In-Reply-To: <200509281806.j8SI6PAH041624@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.2 required=3.8 tests=ALL_TRUSTED, SUBJ_HAS_SPACES autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys rman.h src/sys/kern subr_rman.c src/sys/dev/puc puc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 18:13:48 -0000 Poul-Henning Kamp wrote: > phk 2005-09-28 18:06:25 UTC > > FreeBSD src repository > > Modified files: > sys/sys rman.h > sys/kern subr_rman.c > sys/dev/puc puc.c > Log: > puc(4) does strange things to resources in order to fool the > subdrivers to hook up. > > It should probably be rewritten to implement a simple bus to which > the sub drivers attach using some kind of hint. > > Until then, provide a couple of crutch functions with big warning > signs so it can survive the recent changes to struct resource. > > Revision Changes Path > 1.41 +3 -4 src/sys/dev/puc/puc.c > 1.46 +25 -0 src/sys/kern/subr_rman.c > 1.31 +9 -0 src/sys/sys/rman.h #ifndef BURN_BRIDGES_FOR_GREAT_JUSTICE ? Scott From owner-cvs-all@FreeBSD.ORG Wed Sep 28 18:15:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2971316A41F; Wed, 28 Sep 2005 18:15:58 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FA0943D5F; Wed, 28 Sep 2005 18:15:57 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SIFuN3042084; Wed, 28 Sep 2005 18:15:56 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SIFuOD042083; Wed, 28 Sep 2005 18:15:56 GMT (envelope-from simon) Message-Id: <200509281815.j8SIFuOD042083@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 28 Sep 2005 18:15:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/twiki Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 18:15:58 -0000 simon 2005-09-28 18:15:56 UTC FreeBSD ports repository Modified files: www/twiki Makefile Log: Mark FORBIDDEN due to remote arbitrary shell command execution. Security: http://twiki.org/cgi-bin/view/Codev/SecurityAlertExecuteCommandsWithInclude Security: CVE-2005-3056 With hat: secteam Revision Changes Path 1.4 +2 -0 ports/www/twiki/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 28 18:17:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 659B716A41F; Wed, 28 Sep 2005 18:17:00 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25DF143D49; Wed, 28 Sep 2005 18:17:00 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SIH0uS042135; Wed, 28 Sep 2005 18:17:00 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SIH0Mv042134; Wed, 28 Sep 2005 18:17:00 GMT (envelope-from garga) Message-Id: <200509281817.j8SIH0Mv042134@repoman.freebsd.org> From: Renato Botelho Date: Wed, 28 Sep 2005 18:16:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/xmame Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 18:17:00 -0000 garga 2005-09-28 18:16:59 UTC FreeBSD ports repository Modified files: emulators/xmame Makefile Log: - Mark xmess BROKEN on 5.x until a solution is not found Reported by: pointyhat via kris Revision Changes Path 1.93 +2 -0 ports/emulators/xmame/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 28 18:18:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2C2116A41F; Wed, 28 Sep 2005 18:18:29 +0000 (GMT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A084143D4C; Wed, 28 Sep 2005 18:18:29 +0000 (GMT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SIITxL042220; Wed, 28 Sep 2005 18:18:29 GMT (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SIITwf042217; Wed, 28 Sep 2005 18:18:29 GMT (envelope-from schweikh) Message-Id: <200509281818.j8SIITwf042217@repoman.freebsd.org> From: Jens Schweikhardt Date: Wed, 28 Sep 2005 18:18:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/games/fortune/datfiles limerick X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 18:18:30 -0000 schweikh 2005-09-28 18:18:29 UTC FreeBSD src repository Modified files: games/fortune/datfiles limerick Log: Nuke duplicates found via fuzzy logic: - typos - different spelling, punctuation, whitespace - phonetically similar names - words rearranged ("was once" vs "once was" etc) If a limerick appeared as a single one and as part of a double or triple, the singleton was removed. With a little help from: sort limerick|uniq -d This still turns up 20 lines being repeated, but the respective limericks are sufficiently unique to leave them in (i.e. most differ in at least two lines). Nuke spaces in front of colons while I'm here. Revision Changes Path 1.9 +15 -401 src/games/fortune/datfiles/limerick From owner-cvs-all@FreeBSD.ORG Wed Sep 28 18:26:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A34EC16A41F; Wed, 28 Sep 2005 18:26:38 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2703C43D72; Wed, 28 Sep 2005 18:26:32 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SIQW0h042559; Wed, 28 Sep 2005 18:26:32 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SIQWE8042558; Wed, 28 Sep 2005 18:26:32 GMT (envelope-from arved) Message-Id: <200509281826.j8SIQWE8042558@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 28 Sep 2005 18:26:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/pstoedit Makefile distinfo ports/graphics/pstoedit/files patch-src-drvlatex2e.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 18:26:38 -0000 arved 2005-09-28 18:26:32 UTC FreeBSD ports repository Modified files: graphics/pstoedit Makefile distinfo Removed files: graphics/pstoedit/files patch-src-drvlatex2e.cpp Log: Update to 3.42 PR: 86679 Submitted by: KATO Tsuguru Revision Changes Path 1.40 +4 -1 ports/graphics/pstoedit/Makefile 1.11 +2 -2 ports/graphics/pstoedit/distinfo 1.2 +0 -30 ports/graphics/pstoedit/files/patch-src-drvlatex2e.cpp (dead) From owner-cvs-all@FreeBSD.ORG Wed Sep 28 18:28:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03A6E16A41F; Wed, 28 Sep 2005 18:28:28 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A042743D64; Wed, 28 Sep 2005 18:28:27 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SISRWV042676; Wed, 28 Sep 2005 18:28:27 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SISRx7042675; Wed, 28 Sep 2005 18:28:27 GMT (envelope-from sobomax) Message-Id: <200509281828.j8SISRx7042675@repoman.freebsd.org> From: Maxim Sobolev Date: Wed, 28 Sep 2005 18:28:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/comms/spandsp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 18:28:28 -0000 sobomax 2005-09-28 18:28:27 UTC FreeBSD ports repository Modified files: comms/spandsp Makefile Log: Update MASTER_SITES. Revision Changes Path 1.3 +2 -1 ports/comms/spandsp/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 28 18:35:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA3D916A41F; Wed, 28 Sep 2005 18:35:43 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A91B343D53; Wed, 28 Sep 2005 18:35:43 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SIZhFp043028; Wed, 28 Sep 2005 18:35:43 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SIZh4s043027; Wed, 28 Sep 2005 18:35:43 GMT (envelope-from glewis) Message-Id: <200509281835.j8SIZh4s043027@repoman.freebsd.org> From: Greg Lewis Date: Wed, 28 Sep 2005 18:35:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/linux-sun-jdk14 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 18:35:44 -0000 glewis 2005-09-28 18:35:43 UTC FreeBSD ports repository Modified files: java/linux-sun-jdk14 Makefile distinfo pkg-plist Log: . Update to 1.4.2_09. Revision Changes Path 1.55 +2 -3 ports/java/linux-sun-jdk14/Makefile 1.21 +2 -2 ports/java/linux-sun-jdk14/distinfo 1.24 +1 -0 ports/java/linux-sun-jdk14/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 28 18:40:24 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4C1416A41F; Wed, 28 Sep 2005 18:40:24 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr7.xs4all.nl (smtp-vbr7.xs4all.nl [194.109.24.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 019DB43D4C; Wed, 28 Sep 2005 18:40:23 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr7.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8SIeLAL056681; Wed, 28 Sep 2005 20:40:22 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8SIeLc1038480; Wed, 28 Sep 2005 20:40:21 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.3/8.13.1/Submit) id j8SIeLqT038479; Wed, 28 Sep 2005 20:40:21 +0200 (CEST) (envelope-from wb) Date: Wed, 28 Sep 2005 20:40:21 +0200 From: Wilko Bulte To: Tom Rhodes Message-ID: <20050928184021.GA38430@freebie.xs4all.nl> References: <200509261655.j8QGtBeE012785@repoman.freebsd.org> <20050926174442.GA57238@xor.obsecurity.org> <20050926181234.GA23937@freebie.xs4all.nl> <20050927103746.364de995.trhodes@FreeBSD.org> <20050927184742.GB30441@freebie.xs4all.nl> <20050928044624.2e052569.trhodes@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050928044624.2e052569.trhodes@FreeBSD.org> X-OS: FreeBSD 5.4-STABLE User-Agent: Mutt/1.5.9i X-Virus-Scanned: by XS4ALL Virus Scanner Cc: cvs-src@freebsd.org, src-committers@freebsd.org, rwatson@freebsd.org, cvs-all@freebsd.org, kris@obsecurity.org Subject: Re: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 18:40:24 -0000 On Wed, Sep 28, 2005 at 04:46:24AM -0400, Tom Rhodes wrote.. > On Tue, 27 Sep 2005 20:47:42 +0200 > Wilko Bulte wrote: > > > On Tue, Sep 27, 2005 at 10:37:46AM -0400, Tom Rhodes wrote.. > > > On Mon, 26 Sep 2005 20:12:34 +0200 > > > Wilko Bulte wrote: > > > > > > > On Mon, Sep 26, 2005 at 01:44:42PM -0400, Kris Kennaway wrote.. > > > > > On Mon, Sep 26, 2005 at 04:55:11PM +0000, Robert Watson wrote: > > > > > > rwatson 2005-09-26 16:55:11 UTC > > > > > > > > > > > > FreeBSD src repository > > > > > > > > > > > > Modified files: > > > > > > sys/kern subr_pcpu.c > > > > > > Log: > > > > > > Add "show allpcpu" to DDB, which prints the current CPU id followed by > > > > > > the per-cpu data for all CPUs. This is easier to ask users to do than > > > > > > "figure out how many CPUs you have, now run show pcpu, then run it > > > > > > once for each CPU you have". > > > > > > > > > > My 14-cpu machine thanks you :-) > > > > > > > > I'm curious: what machine model is that? > > > > > > Who cares about model, can I borrow it. :P > > > > A UE4500 is quite loud and quite hot. Not a box I would want at home. > > Could heat the house during those cold winter nights. :) And burn it to charcoal during summer. Sure.. -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Wed Sep 28 18:41:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA5FD16A41F; Wed, 28 Sep 2005 18:41:40 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr12.xs4all.nl (smtp-vbr12.xs4all.nl [194.109.24.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B5AF43D58; Wed, 28 Sep 2005 18:41:32 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr12.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8SIfVUP039675; Wed, 28 Sep 2005 20:41:31 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8SIfULS038493; Wed, 28 Sep 2005 20:41:30 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.3/8.13.1/Submit) id j8SIfUwA038492; Wed, 28 Sep 2005 20:41:30 +0200 (CEST) (envelope-from wb) Date: Wed, 28 Sep 2005 20:41:30 +0200 From: Wilko Bulte To: Alexander Leidinger Message-ID: <20050928184130.GB38430@freebie.xs4all.nl> References: <200509261655.j8QGtBeE012785@repoman.freebsd.org> <20050926174442.GA57238@xor.obsecurity.org> <20050926181234.GA23937@freebie.xs4all.nl> <20050926220954.GA34614@xor.obsecurity.org> <20050927184702.GA30441@freebie.xs4all.nl> <20050928125213.8z22vwsfksoosc8k@netchild.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050928125213.8z22vwsfksoosc8k@netchild.homeip.net> X-OS: FreeBSD 5.4-STABLE User-Agent: Mutt/1.5.9i X-Virus-Scanned: by XS4ALL Virus Scanner Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Robert Watson , cvs-all@FreeBSD.org, Kris Kennaway Subject: Re: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 18:41:41 -0000 On Wed, Sep 28, 2005 at 12:52:13PM +0200, Alexander Leidinger wrote.. > Wilko Bulte wrote: > > [e4500] > > >Ah, yes. Nice box. I gather you are not interested in the UE10k that > >we have hanging around at work? ;-) > > Did you try FreeBSD on it? I would like to try it on the fully equipped > e15k No, never. > or the partly equipped e25k here (even if it is just to see the dmesg), but > i doubt this will happen... I have a much nicer machine at work I would like FreeBSD to run on: a Marvel (AlphaServer ES80). EV7 dual CPU box. -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Wed Sep 28 18:43:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 78C3E16A421; Wed, 28 Sep 2005 18:43:18 +0000 (GMT) Date: Wed, 28 Sep 2005 18:43:18 +0000 From: Alexey Dokuchaev To: Marcus Alves Grando Message-ID: <20050928184318.GA66358@FreeBSD.org> References: <200509281637.j8SGbaeh029958@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200509281637.j8SGbaeh029958@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/archivers Makefile ports/archivers/deb2targz Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 18:43:18 -0000 On Wed, Sep 28, 2005 at 04:37:35PM +0000, Marcus Alves Grando wrote: > mnag 2005-09-28 16:37:35 UTC > > FreeBSD ports repository > > Modified files: > archivers Makefile > Added files: > archivers/deb2targz Makefile distinfo pkg-descr > Log: > New port > > deb2targz is a very small perl script for converting Debian Linux .deb packages > to a .tar.gz. deb2targz does not need any external programs like 'ar' or 'tar'. I really think that it's about time for us to augment the meaning of "converters" category (right now it only says about character code conversions). There lots of software in ports already that are best described by being a _converter_, and IMHO lots of our users would start looking for one exactly in this category, and would probably get frustrated to find out it's not there. ./danfe From owner-cvs-all@FreeBSD.ORG Wed Sep 28 18:50:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E56CB16A425; Wed, 28 Sep 2005 18:50:19 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 097A043D48; Wed, 28 Sep 2005 18:50:18 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.41.233] (Not Verified[10.50.41.233]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Wed, 28 Sep 2005 15:06:18 -0400 From: John Baldwin To: src-committers@FreeBSD.org Date: Wed, 28 Sep 2005 14:23:49 -0400 User-Agent: KMail/1.8 References: <200509281804.j8SI4Bcd041338@repoman.freebsd.org> In-Reply-To: <200509281804.j8SI4Bcd041338@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509281423.51002.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 apic_vector.s mp_machdep.c src/sys/i386/include smptests.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 18:50:20 -0000 On Wednesday 28 September 2005 02:04 pm, John Baldwin wrote: > jhb 2005-09-28 18:04:11 UTC > > FreeBSD src repository > > Modified files: > sys/i386/i386 apic_vector.s mp_machdep.c > sys/i386/include smptests.h > Log: > Add interrupt counters for IPIs. By default they are disabled, but they > can be enabled by enabling COUNT_IPIS in smptests.h. When enabled, each > CPU provides an interrupt counter for nearly all of the IPIs it receives > (IPI_STOP currently doesn't have a counter) that can be examined using > vmstat -i, etc. > > MFC after: 3 days > Requested by: rwatson Sample output: > vmstat -i interrupt total rate irq4: sio0 280 0 irq6: fdc0 7 0 irq14: ata0 37 0 irq19: fxp0 uhci0 17033 0 irq23: ahc0 ahc1 138407 1 cpu0: timer 148380184 2000 cpu0: invltlb 7072 0 cpu0: invlrng 83176 1 cpu0: invlpg 14355 0 cpu1: invltlb 9413 0 cpu1: invlrng 79973 1 cpu1: invlpg 17284 0 cpu2: invltlb 7225 0 cpu2: invlrng 78156 1 cpu2: invlpg 10619 0 cpu3: invltlb 7384 0 cpu3: invlrng 81039 1 cpu3: invlpg 9739 0 cpu2: timer 148364410 2000 cpu3: timer 148364409 2000 cpu1: timer 148364409 2000 Total 594034611 8008 This is after the box has been idle overnight. During a -j 32 buildworld I saw it up as high as 1000 invlrng IPIs per second on all 4 CPUs. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Wed Sep 28 18:50:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79DAB16A41F; Wed, 28 Sep 2005 18:50:20 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A55443D53; Wed, 28 Sep 2005 18:50:19 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.41.233] (Not Verified[10.50.41.233]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Wed, 28 Sep 2005 15:06:19 -0400 From: John Baldwin To: Scott Long Date: Wed, 28 Sep 2005 14:51:32 -0400 User-Agent: KMail/1.8 References: <200509281806.j8SI6PAH041624@repoman.freebsd.org> <433ADD5A.90104@samsco.org> In-Reply-To: <433ADD5A.90104@samsco.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509281451.34142.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Poul-Henning Kamp , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys rman.h src/sys/kern subr_rman.c src/sys/dev/puc puc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 18:50:20 -0000 On Wednesday 28 September 2005 02:13 pm, Scott Long wrote: > Poul-Henning Kamp wrote: > > phk 2005-09-28 18:06:25 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/sys rman.h > > sys/kern subr_rman.c > > sys/dev/puc puc.c > > Log: > > puc(4) does strange things to resources in order to fool the > > subdrivers to hook up. > > > > It should probably be rewritten to implement a simple bus to which > > the sub drivers attach using some kind of hint. > > > > Until then, provide a couple of crutch functions with big warning > > signs so it can survive the recent changes to struct resource. > > > > Revision Changes Path > > 1.41 +3 -4 src/sys/dev/puc/puc.c > > 1.46 +25 -0 src/sys/kern/subr_rman.c > > 1.31 +9 -0 src/sys/sys/rman.h > > #ifndef BURN_BRIDGES_FOR_GREAT_JUSTICE > > ? #define ALL_YOUR_RESOURCE_ARE_BELONG_TO_PHK -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Wed Sep 28 18:59:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99AAE16A41F; Wed, 28 Sep 2005 18:59:22 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from mail.grupos.com.br (mail.grupos.com.br [200.203.183.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id E608F43D48; Wed, 28 Sep 2005 18:59:20 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from corp.grupos.com.br (unknown [150.162.166.55]) by mail.grupos.com.br (Postfix) with ESMTP id 08E2D11E2F7; Wed, 28 Sep 2005 15:59:17 -0300 (BRT) Received: from [150.162.166.51] (unknown [150.162.166.51]) by corp.grupos.com.br (Postfix) with ESMTP id E11CF553B; Wed, 28 Sep 2005 15:59:16 -0300 (BRT) Message-ID: <433AE804.3020300@FreeBSD.org> Date: Wed, 28 Sep 2005 15:59:16 -0300 From: Marcus Alves Grando User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050927) X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports-committers@FreeBSD.org References: <200509281637.j8SGbaeh029958@repoman.freebsd.org> <20050928184318.GA66358@FreeBSD.org> In-Reply-To: <20050928184318.GA66358@FreeBSD.org> X-Enigmail-Version: 0.92.0.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/archivers Makefile ports/archivers/deb2targz Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 18:59:22 -0000 Alexey Dokuchaev wrote: > On Wed, Sep 28, 2005 at 04:37:35PM +0000, Marcus Alves Grando wrote: > >>mnag 2005-09-28 16:37:35 UTC >> >> FreeBSD ports repository >> >> Modified files: >> archivers Makefile >> Added files: >> archivers/deb2targz Makefile distinfo pkg-descr >> Log: >> New port >> >> deb2targz is a very small perl script for converting Debian Linux .deb packages >> to a .tar.gz. deb2targz does not need any external programs like 'ar' or 'tar'. > > > I really think that it's about time for us to augment the meaning of > "converters" category (right now it only says about character code > conversions). There lots of software in ports already that are best > described by being a _converter_, and IMHO lots of our users would start > looking for one exactly in this category, and would probably get frustrated > to find out it's not there. I think converters are only to character converters and i think that users use "make search", because it's more easy. Regards -- Marcus Alves Grando Grupos Internet S/A marcus(at)corp.grupos.com.br mnag(at)FreeBSD.org From owner-cvs-all@FreeBSD.ORG Wed Sep 28 19:02:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5B6716A41F; Wed, 28 Sep 2005 19:02:15 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55A0843D58; Wed, 28 Sep 2005 19:02:15 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SJ2FH1043958; Wed, 28 Sep 2005 19:02:15 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SJ2Fbf043957; Wed, 28 Sep 2005 19:02:15 GMT (envelope-from mnag) Message-Id: <200509281902.j8SJ2Fbf043957@repoman.freebsd.org> From: Marcus Alves Grando Date: Wed, 28 Sep 2005 19:02:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/postfix distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 19:02:15 -0000 mnag 2005-09-28 19:02:14 UTC FreeBSD ports repository Modified files: mail/postfix distinfo Log: VDA bugfix Approved by: vivek@khera.org (maintainer via email), pav (mentor) Revision Changes Path 1.68 +2 -2 ports/mail/postfix/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 28 19:03:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BF9016A41F; Wed, 28 Sep 2005 19:03:05 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB09643D6E; Wed, 28 Sep 2005 19:03:00 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SJ30jP044013; Wed, 28 Sep 2005 19:03:00 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SJ30k7044012; Wed, 28 Sep 2005 19:03:00 GMT (envelope-from mnag) Message-Id: <200509281903.j8SJ30k7044012@repoman.freebsd.org> From: Marcus Alves Grando Date: Wed, 28 Sep 2005 19:03:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/qsf Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 19:03:05 -0000 mnag 2005-09-28 19:03:00 UTC FreeBSD ports repository Modified files: mail/qsf Makefile distinfo pkg-descr Log: Update to 1.1.2 PR: 86680 Submitted by: KATO Tsuguru Approved by: pav (mentor) Revision Changes Path 1.8 +7 -11 ports/mail/qsf/Makefile 1.5 +2 -2 ports/mail/qsf/distinfo 1.3 +4 -6 ports/mail/qsf/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Sep 28 19:03:14 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CDD616A420; Wed, 28 Sep 2005 19:03:14 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from mail23.syd.optusnet.com.au (mail23.syd.optusnet.com.au [211.29.133.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDA2143D5D; Wed, 28 Sep 2005 19:03:09 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail23.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id j8SJ2KKe025542 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 29 Sep 2005 05:02:36 +1000 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1]) by cirb503493.alcatel.com.au (8.12.10/8.12.10) with ESMTP id j8SJ2JSR073143; Thu, 29 Sep 2005 05:02:19 +1000 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost) by cirb503493.alcatel.com.au (8.12.10/8.12.9/Submit) id j8SJ2GJR073142; Thu, 29 Sep 2005 05:02:16 +1000 (EST) (envelope-from pjeremy) Date: Thu, 29 Sep 2005 05:02:16 +1000 From: Peter Jeremy To: Pawel Jakub Dawidek Message-ID: <20050928190216.GB72352@cirb503493.alcatel.com.au> References: <200509281239.j8SCd0WM012320@repoman.freebsd.org> <20050928124614.GJ94010@submonkey.net> <20050928131019.GB24355@garage.freebsd.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050928131019.GB24355@garage.freebsd.pl> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@freebsd.org, Ceri Davies , src-committers@freebsd.org, cvs-all@freebsd.org, Ken Smith Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 19:03:14 -0000 On Wed, 2005-Sep-28 15:10:19 +0200, Pawel Jakub Dawidek wrote: >On Wed, Sep 28, 2005 at 01:46:14PM +0100, Ceri Davies wrote: >+> On Wed, Sep 28, 2005 at 12:39:00PM +0000, Ken Smith wrote: >+> > kensmith 2005-09-28 12:39:00 UTC >+> > >+> > FreeBSD src repository >+> > >+> > Modified files: >+> > release Makefile >+> > Log: >+> > Add SHA256 checksums to the release build. >+> >+> Good idea. Along these lines, does anyone know what the barriers are >+> in moving the default password hash from md5 to blowfish (not for >+> RELENG_6, just in general), or has it just not been done yet? You need to a line "crypt_default = blf" to /etc/auth.conf That said, the blowfish magic string looks wrong - the MD5 and NT hashes both have a training '$' but blowfish doesn't. Is this deliberate or a typo? >I'd really like to see us using PKCS#5v2 for system passwords at some >point instead of home-grown hash(hash(...(x))) or encrypt(encrypt(...(x))). As long as you can describe PKCS in a way that's compatible with the modular crypt described in crypt(3), this is trivial. -- Peter Jeremy From owner-cvs-all@FreeBSD.ORG Wed Sep 28 19:04:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDAA516A41F; Wed, 28 Sep 2005 19:04:20 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3F4843D5E; Wed, 28 Sep 2005 19:04:19 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SJ4J3I044070; Wed, 28 Sep 2005 19:04:19 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SJ4JKv044069; Wed, 28 Sep 2005 19:04:19 GMT (envelope-from mnag) Message-Id: <200509281904.j8SJ4JKv044069@repoman.freebsd.org> From: Marcus Alves Grando Date: Wed, 28 Sep 2005 19:04:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/ossp-uuid Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 19:04:21 -0000 mnag 2005-09-28 19:04:19 UTC FreeBSD ports repository Modified files: misc/ossp-uuid Makefile distinfo Log: Update to 1.3.1 Approved by: pav (mentor) Revision Changes Path 1.14 +1 -1 ports/misc/ossp-uuid/Makefile 1.9 +2 -2 ports/misc/ossp-uuid/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 28 19:08:13 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57CD716A41F; Wed, 28 Sep 2005 19:08:13 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-3-1-cust208.cdif.cable.ntl.com [82.31.78.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC63E43D48; Wed, 28 Sep 2005 19:08:12 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.52 (FreeBSD)) id 1EKhHn-00098V-2t; Wed, 28 Sep 2005 20:08:11 +0100 Date: Wed, 28 Sep 2005 20:08:11 +0100 From: Ceri Davies To: Peter Jeremy Message-ID: <20050928190810.GP94010@submonkey.net> Mail-Followup-To: Ceri Davies , Peter Jeremy , Pawel Jakub Dawidek , Ken Smith , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org References: <200509281239.j8SCd0WM012320@repoman.freebsd.org> <20050928124614.GJ94010@submonkey.net> <20050928131019.GB24355@garage.freebsd.pl> <20050928190216.GB72352@cirb503493.alcatel.com.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="eWbcAUUbgrfSEG1c" Content-Disposition: inline In-Reply-To: <20050928190216.GB72352@cirb503493.alcatel.com.au> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.9i Sender: Ceri Davies Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Pawel Jakub Dawidek , cvs-all@freebsd.org, Ken Smith Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 19:08:13 -0000 --eWbcAUUbgrfSEG1c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 29, 2005 at 05:02:16AM +1000, Peter Jeremy wrote: > On Wed, 2005-Sep-28 15:10:19 +0200, Pawel Jakub Dawidek wrote: > >On Wed, Sep 28, 2005 at 01:46:14PM +0100, Ceri Davies wrote: > >+> On Wed, Sep 28, 2005 at 12:39:00PM +0000, Ken Smith wrote: > >+> > kensmith 2005-09-28 12:39:00 UTC > >+> >=20 > >+> > FreeBSD src repository > >+> >=20 > >+> > Modified files: > >+> > release Makefile=20 > >+> > Log: > >+> > Add SHA256 checksums to the release build. > >+>=20 > >+> Good idea. Along these lines, does anyone know what the barriers are > >+> in moving the default password hash from md5 to blowfish (not for > >+> RELENG_6, just in general), or has it just not been done yet? >=20 > You need to a line "crypt_default =3D blf" to /etc/auth.conf > That said, the blowfish magic string looks wrong - the MD5 and NT > hashes both have a training '$' but blowfish doesn't. Is this > deliberate or a typo? I know how to do it, and it does work (it has been the first thing I do on any system I build from 4.x up - you also need to update the default login class in login.conf). I'm just wondering why it isn't default. Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --eWbcAUUbgrfSEG1c Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDOuoaocfcwTS3JF8RAgwcAKC1Z3RzUhhS2eJyKnTQBqtIeCsoJACffBax un3LHYABl2DFf8O3NBTrEFE= =+f6j -----END PGP SIGNATURE----- --eWbcAUUbgrfSEG1c-- From owner-cvs-all@FreeBSD.ORG Wed Sep 28 19:20:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF72C16A41F; Wed, 28 Sep 2005 19:20:49 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A028F43D49; Wed, 28 Sep 2005 19:20:49 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SJKnTc044795; Wed, 28 Sep 2005 19:20:49 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SJKn9C044794; Wed, 28 Sep 2005 19:20:49 GMT (envelope-from pjd) Message-Id: <200509281920.j8SJKn9C044794@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 28 Sep 2005 19:20:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 19:20:50 -0000 pjd 2005-09-28 19:20:49 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: Implement suspend/resume methods to be more ACPI friendly. I'm able to suspend/resume my laptop without this change, but then I need to wait for the watchdog to reset the card. With this change, it is ready immediately. Glanced at by: glebius Revision Changes Path 1.96 +36 -0 src/sys/dev/bge/if_bge.c From owner-cvs-all@FreeBSD.ORG Wed Sep 28 19:31:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D54516A41F; Wed, 28 Sep 2005 19:31:21 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4233F43D53; Wed, 28 Sep 2005 19:31:19 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.33] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j8SJVMo5028461 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 28 Sep 2005 12:31:23 -0700 Message-ID: <433AEF82.5070007@root.org> Date: Wed, 28 Sep 2005 12:31:14 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <20050928192056.B7E6D16A42B@hub.freebsd.org> In-Reply-To: <20050928192056.B7E6D16A42B@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 19:31:21 -0000 Pawel Jakub Dawidek wrote: > pjd 2005-09-28 19:20:49 UTC > > FreeBSD src repository > > Modified files: > sys/dev/bge if_bge.c > Log: > Implement suspend/resume methods to be more ACPI friendly. > I'm able to suspend/resume my laptop without this change, but then I need > to wait for the watchdog to reset the card. > With this change, it is ready immediately. > > Glanced at by: glebius > > Revision Changes Path > 1.96 +36 -0 src/sys/dev/bge/if_bge.c Great, thanks! To other developers with hardware that doesn't work for suspend/resume, this is the area that needs the most improvement. There are known cases of at least agp and apic breaking resume. -- Nate From owner-cvs-all@FreeBSD.ORG Wed Sep 28 19:38:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4FBC16A41F; Wed, 28 Sep 2005 19:38:15 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CCE043D55; Wed, 28 Sep 2005 19:38:14 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (ip68-105-180-11.dc.dc.cox.net [68.105.180.11]) (authenticated bits=0) by pittgoth.com (8.13.4/8.13.4) with ESMTP id j8SJdvTI002643 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 28 Sep 2005 15:39:57 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Wed, 28 Sep 2005 15:37:11 -0400 From: Tom Rhodes To: Ceri Davies Message-Id: <20050928153711.461b4743.trhodes@FreeBSD.org> In-Reply-To: <20050928190810.GP94010@submonkey.net> References: <200509281239.j8SCd0WM012320@repoman.freebsd.org> <20050928124614.GJ94010@submonkey.net> <20050928131019.GB24355@garage.freebsd.pl> <20050928190216.GB72352@cirb503493.alcatel.com.au> <20050928190810.GP94010@submonkey.net> X-Mailer: Sylpheed version 1.0.5 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: src-committers@FreeBSD.org, pjd@FreeBSD.org, PeterJeremy@optushome.com.au, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org, kensmith@FreeBSD.org Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 19:38:15 -0000 On Wed, 28 Sep 2005 20:08:11 +0100 Ceri Davies wrote: > On Thu, Sep 29, 2005 at 05:02:16AM +1000, Peter Jeremy wrote: > > On Wed, 2005-Sep-28 15:10:19 +0200, Pawel Jakub Dawidek wrote: > > >On Wed, Sep 28, 2005 at 01:46:14PM +0100, Ceri Davies wrote: > > >+> On Wed, Sep 28, 2005 at 12:39:00PM +0000, Ken Smith wrote: > > >+> > kensmith 2005-09-28 12:39:00 UTC > > >+> > > > >+> > FreeBSD src repository > > >+> > > > >+> > Modified files: > > >+> > release Makefile > > >+> > Log: > > >+> > Add SHA256 checksums to the release build. > > >+> > > >+> Good idea. Along these lines, does anyone know what the barriers are > > >+> in moving the default password hash from md5 to blowfish (not for > > >+> RELENG_6, just in general), or has it just not been done yet? > > > > You need to a line "crypt_default = blf" to /etc/auth.conf > > That said, the blowfish magic string looks wrong - the MD5 and NT > > hashes both have a training '$' but blowfish doesn't. Is this > > deliberate or a typo? > > I know how to do it, and it does work (it has been the first thing I do > on any system I build from 4.x up - you also need to update the default > login class in login.conf). I'm just wondering why it isn't default. Issues interacting with NIS(+)? Not listed in FIPS as an approved US government algorithm yet? Everyone's too lazy? :) -- Tom Rhodes From owner-cvs-all@FreeBSD.ORG Wed Sep 28 19:38:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BF9116A41F; Wed, 28 Sep 2005 19:38:57 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C72843D6B; Wed, 28 Sep 2005 19:38:50 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id AAB0152CD0; Wed, 28 Sep 2005 21:38:48 +0200 (CEST) Received: from localhost (dkl11.neoplus.adsl.tpnet.pl [83.24.15.11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 20CF152CA8; Wed, 28 Sep 2005 21:38:39 +0200 (CEST) Date: Wed, 28 Sep 2005 21:38:33 +0200 From: Pawel Jakub Dawidek To: Nate Lawson Message-ID: <20050928193833.GA1235@garage.freebsd.pl> References: <20050928192056.B7E6D16A42B@hub.freebsd.org> <433AEF82.5070007@root.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fUYQa+Pmc3FrFX/N" Content-Disposition: inline In-Reply-To: <433AEF82.5070007@root.org> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng devel (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=BAYES_00,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 19:38:57 -0000 --fUYQa+Pmc3FrFX/N Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 28, 2005 at 12:31:14PM -0700, Nate Lawson wrote: +> Pawel Jakub Dawidek wrote: +> >pjd 2005-09-28 19:20:49 UTC +> > FreeBSD src repository +> > Modified files: +> > sys/dev/bge if_bge.c Log: +> > Implement suspend/resume methods to be more ACPI friendly. +> > I'm able to suspend/resume my laptop without this change, but then I = need +> > to wait for the watchdog to reset the card. +> > With this change, it is ready immediately. +> > Glanced at by: glebius +> > Revision Changes Path +> > 1.96 +36 -0 src/sys/dev/bge/if_bge.c +>=20 +> Great, thanks! To other developers with hardware that doesn't work for = suspend/resume, this is the area that needs the most improvement. There ar= e known cases of at least=20 +> agp and apic breaking resume. On my ThinkPad t43 suspend/resume works just fine in most cases, but sometimes (once every ~20 suspends) it stops before turning off LCD - the moon-led is turned on, but LCD is on as well and system freeze hard. What kind of debug can I add to track down the problem? Can we printf some steps done on suspend (which device's suspend method is called, etc.)? --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --fUYQa+Pmc3FrFX/N Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDOvE5ForvXbEpPzQRAsokAJ4iEccS/7W7oQE0+Yp2ix4mmz+PmACgviqw SVTcVTEEQRASpSXzyxvl+2U= =Gqlu -----END PGP SIGNATURE----- --fUYQa+Pmc3FrFX/N-- From owner-cvs-all@FreeBSD.ORG Wed Sep 28 19:41:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C24A816A41F; Wed, 28 Sep 2005 19:41:25 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82C7743D48; Wed, 28 Sep 2005 19:41:25 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SJfPc9045820; Wed, 28 Sep 2005 19:41:25 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SJfPaL045819; Wed, 28 Sep 2005 19:41:25 GMT (envelope-from ume) Message-Id: <200509281941.j8SJfPaL045819@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Wed, 28 Sep 2005 19:41:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb if_cdce.c usbdevs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 19:41:25 -0000 ume 2005-09-28 19:41:25 UTC FreeBSD src repository Modified files: sys/dev/usb if_cdce.c usbdevs Log: add product ID for Linux Ethernet/RNDIS gadget on pxa210/25x/26x. Submitted by: Keiichi SHIMA MFC after: 2 days Revision Changes Path 1.11 +1 -0 src/sys/dev/usb/if_cdce.c 1.234 +1 -0 src/sys/dev/usb/usbdevs From owner-cvs-all@FreeBSD.ORG Wed Sep 28 19:59:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE33616A41F; Wed, 28 Sep 2005 19:59:18 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F24243D4C; Wed, 28 Sep 2005 19:59:18 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SJxILJ046473; Wed, 28 Sep 2005 19:59:18 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SJxIpD046472; Wed, 28 Sep 2005 19:59:18 GMT (envelope-from brooks) Message-Id: <200509281959.j8SJxIpD046472@repoman.freebsd.org> From: Brooks Davis Date: Wed, 28 Sep 2005 19:59:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc pccard_ether X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 19:59:18 -0000 brooks 2005-09-28 19:59:18 UTC FreeBSD src repository Modified files: etc pccard_ether Log: Be less IPv4 centric. When checking if the interface is already configured, check if the UP flag is set instead of checking for the netmask keyword. Revision Changes Path 1.47 +1 -1 src/etc/pccard_ether From owner-cvs-all@FreeBSD.ORG Wed Sep 28 20:11:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AA4116A41F; Wed, 28 Sep 2005 20:11:18 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from ameno.mahoroba.org (gw4.mahoroba.org [218.45.22.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id D02F743D48; Wed, 28 Sep 2005 20:11:17 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from kasuga.mahoroba.org (IDENT:/T/PDBeXHwhH7z9Zn/EBGo/E9I/tR21UxLw4zcYMPTrxpsURmxwR2Pu0inJglZbr@kasuga-iwi.mahoroba.org [IPv6:3ffe:501:185b:8010:212:f0ff:fe52:6ac]) (user=ume mech=CRAM-MD5 bits=0) by ameno.mahoroba.org (8.13.4/8.13.4) with ESMTP/inet6 id j8SKBAnk081860 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 29 Sep 2005 05:11:10 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Thu, 29 Sep 2005 05:11:10 +0900 Message-ID: From: Hajimu UMEMOTO To: Brooks Davis In-Reply-To: <200509281959.j8SJxIpD046472@repoman.freebsd.org> References: <200509281959.j8SJxIpD046472@repoman.freebsd.org> User-Agent: xcite1.38> Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/22.0.50 (i386-unknown-freebsd6.0) MULE/5.0 (SAKAKI) X-Operating-System: FreeBSD 6.0-BETA5 X-PGP-Key: http://www.imasy.or.jp/~ume/publickey.asc X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5 BF5F 04E9 F086 BF90 71FE Organization: Internet Mutual Aid Society, YOKOHAMA MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0 (ameno.mahoroba.org [IPv6:3ffe:501:185b:8010::1]); Thu, 29 Sep 2005 05:11:11 +0900 (JST) X-Virus-Scanned: by amavisd-new X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on ameno.mahoroba.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc pccard_ether X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 20:11:18 -0000 Hi, >>>>> On Wed, 28 Sep 2005 19:59:18 +0000 (UTC) >>>>> Brooks Davis said: brooks> Modified files: brooks> etc pccard_ether brooks> Log: brooks> Be less IPv4 centric. When checking if the interface is already brooks> configured, check if the UP flag is set instead of checking for the brooks> netmask keyword. Umm, it means we cannot use pccard_ether for already upped interface, anymore. :( Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ From owner-cvs-all@FreeBSD.ORG Wed Sep 28 20:14:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04C7C16A41F; Wed, 28 Sep 2005 20:14:32 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90AD043D48; Wed, 28 Sep 2005 20:14:31 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id j8SKEVw1018849; Wed, 28 Sep 2005 13:14:31 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id j8SKEVmv018848; Wed, 28 Sep 2005 13:14:31 -0700 Date: Wed, 28 Sep 2005 13:14:31 -0700 From: Brooks Davis To: Hajimu UMEMOTO Message-ID: <20050928201431.GA18560@odin.ac.hmc.edu> References: <200509281959.j8SJxIpD046472@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PNTmBPCT7hxwcZjr" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Cc: cvs-src@FreeBSD.org, Brooks Davis , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/etc pccard_ether X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 20:14:32 -0000 --PNTmBPCT7hxwcZjr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 29, 2005 at 05:11:10AM +0900, Hajimu UMEMOTO wrote: > Hi, >=20 > >>>>> On Wed, 28 Sep 2005 19:59:18 +0000 (UTC) > >>>>> Brooks Davis said: >=20 > brooks> Modified files: > brooks> etc pccard_ether=20 > brooks> Log: > brooks> Be less IPv4 centric. When checking if the interface is already > brooks> configured, check if the UP flag is set instead of checking for= the > brooks> netmask keyword. >=20 > Umm, it means we cannot use pccard_ether for already upped interface, > anymore. :( That's correct. What is the specific use case you are concerned about? -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --PNTmBPCT7hxwcZjr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFDOvmmXY6L6fI4GtQRAiKPAKDTuDyJHg8faqvjb9upXc8HRJdG+QCeKGbB RxnN9cNIaUjt4d+68IKgxZI= =eZiY -----END PGP SIGNATURE----- --PNTmBPCT7hxwcZjr-- From owner-cvs-all@FreeBSD.ORG Wed Sep 28 20:28:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 037AD16A41F; Wed, 28 Sep 2005 20:28:09 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from ameno.mahoroba.org (gw4.mahoroba.org [218.45.22.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1FEF43D48; Wed, 28 Sep 2005 20:28:07 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from kasuga.mahoroba.org (IDENT:wam3WQK/PMhVM0CvH+YO9/WSebIlOrFTxmIzdVH0EkQL4edVYdg83hUflfFR98r5@kasuga-iwi.mahoroba.org [IPv6:3ffe:501:185b:8010:212:f0ff:fe52:6ac]) (user=ume mech=CRAM-MD5 bits=0) by ameno.mahoroba.org (8.13.4/8.13.4) with ESMTP/inet6 id j8SKRrwS005046 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 29 Sep 2005 05:27:58 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Thu, 29 Sep 2005 05:27:53 +0900 Message-ID: From: Hajimu UMEMOTO To: Brooks Davis In-Reply-To: <20050928201431.GA18560@odin.ac.hmc.edu> References: <200509281959.j8SJxIpD046472@repoman.freebsd.org> <20050928201431.GA18560@odin.ac.hmc.edu> User-Agent: xcite1.38> Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/22.0.50 (i386-unknown-freebsd6.0) MULE/5.0 (SAKAKI) X-Operating-System: FreeBSD 6.0-BETA5 X-PGP-Key: http://www.imasy.or.jp/~ume/publickey.asc X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5 BF5F 04E9 F086 BF90 71FE Organization: Internet Mutual Aid Society, YOKOHAMA MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0 (ameno.mahoroba.org [IPv6:3ffe:501:185b:8010::1]); Thu, 29 Sep 2005 05:27:59 +0900 (JST) X-Virus-Scanned: by amavisd-new X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on ameno.mahoroba.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc pccard_ether X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 20:28:09 -0000 Hi, >>>>> On Wed, 28 Sep 2005 13:14:31 -0700 >>>>> Brooks Davis said: brooks> On Thu, Sep 29, 2005 at 05:11:10AM +0900, Hajimu UMEMOTO wrote: > Hi, > > >>>>> On Wed, 28 Sep 2005 19:59:18 +0000 (UTC) > >>>>> Brooks Davis said: > > brooks> Modified files: > brooks> etc pccard_ether > brooks> Log: > brooks> Be less IPv4 centric. When checking if the interface is already > brooks> configured, check if the UP flag is set instead of checking for the > brooks> netmask keyword. > > Umm, it means we cannot use pccard_ether for already upped interface, > anymore. :( brooks> That's correct. What is the specific use case you are concerned about? I'm calling pccard_ether from my tool to manage interface for laptop environment. I want to invoke dhclient after linkup to avoid weired delay. I need to up wireless interface before calling pccard_ether to confirm that a link could be associated. http://www.imasy.or.jp/~ume/FreeBSD/ifstatd-20050926.tar.gz Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ From owner-cvs-all@FreeBSD.ORG Wed Sep 28 20:34:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B44516A41F; Wed, 28 Sep 2005 20:34:47 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (hood.oook.cz [212.27.205.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CD3F43D48; Wed, 28 Sep 2005 20:34:45 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from ikaros.oook.cz (localhost [127.0.0.1]) by hood.oook.cz (8.13.4/8.13.4) with ESMTP id j8SKYijs080118 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 28 Sep 2005 22:34:44 +0200 (CEST) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by ikaros.oook.cz (8.13.4/8.13.4/Submit) id j8SKYh9E080117; Wed, 28 Sep 2005 22:34:43 +0200 (CEST) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: ikaros.oook.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Alexey Dokuchaev In-Reply-To: <20050928184318.GA66358@FreeBSD.org> References: <200509281637.j8SGbaeh029958@repoman.freebsd.org> <20050928184318.GA66358@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-tBpHfxW6G/tjdbZ8/IGu" Date: Wed, 28 Sep 2005 22:34:43 +0200 Message-Id: <1127939683.77088.29.camel@ikaros.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Cc: Marcus Alves Grando , cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/archivers Makefile ports/archivers/deb2targz Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 20:34:47 -0000 --=-tBpHfxW6G/tjdbZ8/IGu Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Alexey Dokuchaev p=ED=B9e v st 28. 09. 2005 v 18:43 +0000: > On Wed, Sep 28, 2005 at 04:37:35PM +0000, Marcus Alves Grando wrote: > > mnag 2005-09-28 16:37:35 UTC > >=20 > > FreeBSD ports repository > >=20 > > Modified files: > > archivers Makefile=20 > > Added files: > > archivers/deb2targz Makefile distinfo pkg-descr=20 > > Log: > > New port > > =20 > > deb2targz is a very small perl script for converting Debian Linux .de= b packages > > to a .tar.gz. deb2targz does not need any external programs like 'ar'= or 'tar'. >=20 > I really think that it's about time for us to augment the meaning of > "converters" category (right now it only says about character code > conversions). There lots of software in ports already that are best > described by being a _converter_, and IMHO lots of our users would start > looking for one exactly in this category, and would probably get frustrat= ed > to find out it's not there. Program that transforms one archive type to another is 100% "archivers" candidate. --=20 Pav Lucistnik --=-tBpHfxW6G/tjdbZ8/IGu Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDOv5jntdYP8FOsoIRAseWAKCXf7L1elPY6KFWf1TZpynz/d3B7gCgmvZZ +UatGwALkiZ2p0DyV/JyFxE= =+gCR -----END PGP SIGNATURE----- --=-tBpHfxW6G/tjdbZ8/IGu-- From owner-cvs-all@FreeBSD.ORG Wed Sep 28 20:36:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F34116A41F; Wed, 28 Sep 2005 20:36:52 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9823643D49; Wed, 28 Sep 2005 20:36:51 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.33] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j8SKato5029131 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 28 Sep 2005 13:36:55 -0700 Message-ID: <433AFEDE.2000902@root.org> Date: Wed, 28 Sep 2005 13:36:46 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <20050928192056.B7E6D16A42B@hub.freebsd.org> <433AEF82.5070007@root.org> <20050928193833.GA1235@garage.freebsd.pl> In-Reply-To: <20050928193833.GA1235@garage.freebsd.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 20:36:52 -0000 Pawel Jakub Dawidek wrote: > On Wed, Sep 28, 2005 at 12:31:14PM -0700, Nate Lawson wrote: > +> Pawel Jakub Dawidek wrote: > +> >pjd 2005-09-28 19:20:49 UTC > +> > FreeBSD src repository > +> > Modified files: > +> > sys/dev/bge if_bge.c Log: > +> > Implement suspend/resume methods to be more ACPI friendly. > +> > I'm able to suspend/resume my laptop without this change, but then I need > +> > to wait for the watchdog to reset the card. > +> > With this change, it is ready immediately. > +> > Glanced at by: glebius > +> > Revision Changes Path > +> > 1.96 +36 -0 src/sys/dev/bge/if_bge.c > +> > +> Great, thanks! To other developers with hardware that doesn't work for suspend/resume, this is the area that needs the most improvement. There are known cases of at least > +> agp and apic breaking resume. > > On my ThinkPad t43 suspend/resume works just fine in most cases, but > sometimes (once every ~20 suspends) it stops before turning off LCD - > the moon-led is turned on, but LCD is on as well and system freeze > hard. > What kind of debug can I add to track down the problem? > Can we printf some steps done on suspend (which device's suspend method > is called, etc.)? I've heard disabling apic helps T42s, otherwise they get a hard hang. It's difficult to print the driver progress while suspending because the function call stack is recursive, not iterative. For example, root_suspend -> pci_suspend -> fxp_suspend -> mii_suspend (if that exists). You'd have to add a printf in every driver and bus. A better way might be to add printf or KTR to bus_generic_suspend() to print the device name before calling its method. BTW, I'm working on committing a patch that adds KTR to acpi so we can track down issues like this although the device suspending stuff should be done separately as listed above. -- Nate From owner-cvs-all@FreeBSD.ORG Wed Sep 28 20:41:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FC2916A41F; Wed, 28 Sep 2005 20:41:46 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9336543D48; Wed, 28 Sep 2005 20:41:45 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id j8SKfjNx022869; Wed, 28 Sep 2005 13:41:45 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id j8SKfjMH022868; Wed, 28 Sep 2005 13:41:45 -0700 Date: Wed, 28 Sep 2005 13:41:45 -0700 From: Brooks Davis To: Hajimu UMEMOTO , 4@odin.ac.hmc.edu Message-ID: <20050928204145.GA20866@odin.ac.hmc.edu> References: <200509281959.j8SJxIpD046472@repoman.freebsd.org> <20050928201431.GA18560@odin.ac.hmc.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vtzGhvizbBRQ85DL" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Cc: Brooks Davis , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc pccard_ether X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 20:41:46 -0000 --vtzGhvizbBRQ85DL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 29, 2005 at 05:27:53AM +0900, Hajimu UMEMOTO wrote: > Hi, >=20 > >>>>> On Wed, 28 Sep 2005 13:14:31 -0700 > >>>>> Brooks Davis said: >=20 > brooks> On Thu, Sep 29, 2005 at 05:11:10AM +0900, Hajimu UMEMOTO wrote: > > Hi, > >=20 > > >>>>> On Wed, 28 Sep 2005 19:59:18 +0000 (UTC) > > >>>>> Brooks Davis said: > >=20 > > brooks> Modified files: > > brooks> etc pccard_ether=20 > > brooks> Log: > > brooks> Be less IPv4 centric. When checking if the interface is alre= ady > > brooks> configured, check if the UP flag is set instead of checking f= or the > > brooks> netmask keyword. > >=20 > > Umm, it means we cannot use pccard_ether for already upped interface, > > anymore. :( >=20 > brooks> That's correct. What is the specific use case you are concerned = about? >=20 > I'm calling pccard_ether from my tool to manage interface for laptop > environment. I want to invoke dhclient after linkup to avoid weired > delay. I need to up wireless interface before calling pccard_ether to > confirm that a link could be associated. >=20 > http://www.imasy.or.jp/~ume/FreeBSD/ifstatd-20050926.tar.gz If you just want dhclient just use /etc/rc.d/dhclient to start it. pccard_ether does more than that. Specificaly it calls /etc/rc.d/netif which may do static confirguration, start wpa_supplicant, and start dhclient. Then it does some routing configuration for static interfaces and finaly does IPv6 configuraition of the interface. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --vtzGhvizbBRQ85DL Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFDOwAIXY6L6fI4GtQRApzoAJwLa+AAJaR1QP04fjLdWnfrsqOb9gCgxnoi Sq6Jmru9/KxAvW0JNffTY8s= =tRIf -----END PGP SIGNATURE----- --vtzGhvizbBRQ85DL-- From owner-cvs-all@FreeBSD.ORG Wed Sep 28 20:42:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F17A316A41F; Wed, 28 Sep 2005 20:42:27 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9916D43D48; Wed, 28 Sep 2005 20:42:27 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id j8SKgRnO023025; Wed, 28 Sep 2005 13:42:27 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id j8SKgRXL023024; Wed, 28 Sep 2005 13:42:27 -0700 Date: Wed, 28 Sep 2005 13:42:27 -0700 From: Brooks Davis To: Hajimu UMEMOTO Message-ID: <20050928204145.GA20866@odin.ac.hmc.edu> References: <200509281959.j8SJxIpD046472@repoman.freebsd.org> <20050928201431.GA18560@odin.ac.hmc.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EuxKj2iCbKjpUGkD" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Cc: Brooks Davis , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc pccard_ether X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 20:42:28 -0000 --EuxKj2iCbKjpUGkD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 29, 2005 at 05:27:53AM +0900, Hajimu UMEMOTO wrote: > Hi, >=20 > >>>>> On Wed, 28 Sep 2005 13:14:31 -0700 > >>>>> Brooks Davis said: >=20 > brooks> On Thu, Sep 29, 2005 at 05:11:10AM +0900, Hajimu UMEMOTO wrote: > > Hi, > >=20 > > >>>>> On Wed, 28 Sep 2005 19:59:18 +0000 (UTC) > > >>>>> Brooks Davis said: > >=20 > > brooks> Modified files: > > brooks> etc pccard_ether=20 > > brooks> Log: > > brooks> Be less IPv4 centric. When checking if the interface is alre= ady > > brooks> configured, check if the UP flag is set instead of checking f= or the > > brooks> netmask keyword. > >=20 > > Umm, it means we cannot use pccard_ether for already upped interface, > > anymore. :( >=20 > brooks> That's correct. What is the specific use case you are concerned = about? >=20 > I'm calling pccard_ether from my tool to manage interface for laptop > environment. I want to invoke dhclient after linkup to avoid weired > delay. I need to up wireless interface before calling pccard_ether to > confirm that a link could be associated. >=20 > http://www.imasy.or.jp/~ume/FreeBSD/ifstatd-20050926.tar.gz If you just want dhclient just use /etc/rc.d/dhclient to start it. pccard_ether does more than that. Specificaly it calls /etc/rc.d/netif which may do static confirguration, start wpa_supplicant, and start dhclient. Then it does some routing configuration for static interfaces and finaly does IPv6 configuraition of the interface. pccard_ether is intended to configure a cold interface on insert. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --EuxKj2iCbKjpUGkD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFDOwAyXY6L6fI4GtQRAqHgAKCnOeAdA/r1exFmdJE+4EXdno0laACfbxyl EJlVseq+vhhUVogo2SL0W+Y= =GiP7 -----END PGP SIGNATURE----- --EuxKj2iCbKjpUGkD-- From owner-cvs-all@FreeBSD.ORG Wed Sep 28 20:43:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C237D16A41F; Wed, 28 Sep 2005 20:43:56 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C9CF43D69; Wed, 28 Sep 2005 20:43:51 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SKhpmq048082; Wed, 28 Sep 2005 20:43:51 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SKhpG6048081; Wed, 28 Sep 2005 20:43:51 GMT (envelope-from vsevolod) Message-Id: <200509282043.j8SKhpG6048081@repoman.freebsd.org> From: Vsevolod Stakhov Date: Wed, 28 Sep 2005 20:43:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/mutt-ng Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 20:43:56 -0000 vsevolod 2005-09-28 20:43:51 UTC FreeBSD ports repository Modified files: mail/mutt-ng Makefile distinfo Log: Update to snapshot 20050927 Revision Changes Path 1.6 +1 -1 ports/mail/mutt-ng/Makefile 1.4 +2 -2 ports/mail/mutt-ng/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 28 21:01:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C39F16A420; Wed, 28 Sep 2005 21:01:38 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36C3743D6B; Wed, 28 Sep 2005 21:01:35 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SL1ZIF055869; Wed, 28 Sep 2005 21:01:35 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SL1Zie055868; Wed, 28 Sep 2005 21:01:35 GMT (envelope-from mnag) Message-Id: <200509282101.j8SL1Zie055868@repoman.freebsd.org> From: Marcus Alves Grando Date: Wed, 28 Sep 2005 21:01:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/xmlstarlet Makefile ports/textproc/xmlstarlet/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 21:01:38 -0000 mnag 2005-09-28 21:01:34 UTC FreeBSD ports repository Modified files: textproc/xmlstarlet Makefile Added files: textproc/xmlstarlet/files patch-configure Log: Fix build when textproc/libxslt are compiled with GCRYPT PR: 86632 Reported by: Adam VanderHook Approved by: pav (mentor) Revision Changes Path 1.5 +3 -6 ports/textproc/xmlstarlet/Makefile 1.3 +113 -0 ports/textproc/xmlstarlet/files/patch-configure (new) From owner-cvs-all@FreeBSD.ORG Wed Sep 28 21:10:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8483816A421; Wed, 28 Sep 2005 21:10:12 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from ameno.mahoroba.org (gw4.mahoroba.org [218.45.22.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54B2243D64; Wed, 28 Sep 2005 21:10:02 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from kasuga.mahoroba.org (IDENT:+ryu0lIOwUTk674QtSLZvAWFpMct94yNjoPyOepz/mCpKvVU8FvtfQ8VtdTbO3uW@kasuga-iwi.mahoroba.org [IPv6:3ffe:501:185b:8010:212:f0ff:fe52:6ac]) (user=ume mech=CRAM-MD5 bits=0) by ameno.mahoroba.org (8.13.4/8.13.4) with ESMTP/inet6 id j8SL9qQh054695 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 29 Sep 2005 06:09:53 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Thu, 29 Sep 2005 06:09:52 +0900 Message-ID: From: Hajimu UMEMOTO To: Brooks Davis In-Reply-To: <20050928204145.GA20866@odin.ac.hmc.edu> References: <200509281959.j8SJxIpD046472@repoman.freebsd.org> <20050928201431.GA18560@odin.ac.hmc.edu> <20050928204145.GA20866@odin.ac.hmc.edu> User-Agent: xcite1.38> Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/22.0.50 (i386-unknown-freebsd6.0) MULE/5.0 (SAKAKI) X-Operating-System: FreeBSD 6.0-BETA5 X-PGP-Key: http://www.imasy.or.jp/~ume/publickey.asc X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5 BF5F 04E9 F086 BF90 71FE Organization: Internet Mutual Aid Society, YOKOHAMA MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0 (ameno.mahoroba.org [IPv6:3ffe:501:185b:8010::1]); Thu, 29 Sep 2005 06:09:54 +0900 (JST) X-Virus-Scanned: by amavisd-new X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on ameno.mahoroba.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, 4@odin.ac.hmc.edu Subject: Re: cvs commit: src/etc pccard_ether X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 21:10:12 -0000 Hi, >>>>> On Wed, 28 Sep 2005 13:41:45 -0700 >>>>> Brooks Davis said: brooks> If you just want dhclient just use /etc/rc.d/dhclient to start it. brooks> pccard_ether does more than that. Specificaly it calls /etc/rc.d/netif brooks> which may do static confirguration, start wpa_supplicant, and start brooks> dhclient. Then it does some routing configuration for static interfaces brooks> and finaly does IPv6 configuraition of the interface. Yup, since we have such convenient script as pccard_ether already, we can just use it. Perhaps, I'm not the only person who use it. :) Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ From owner-cvs-all@FreeBSD.ORG Wed Sep 28 21:18:28 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A24516A41F; Wed, 28 Sep 2005 21:18:28 +0000 (GMT) (envelope-from schmidtm@mathematik.uni-marburg.de) Received: from outpost.cyberadaptor.de (outpost.cyberadaptor.de [213.133.123.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 000D543D49; Wed, 28 Sep 2005 21:18:27 +0000 (GMT) (envelope-from schmidtm@mathematik.uni-marburg.de) Received: from p54ae209a.dip0.t-ipconnect.de ([84.174.32.154] helo=mail.xhr.gi.mrm) by outpost.cyberadaptor.de with asmtp (Exim 3.35 #1 (Debian)) id 1EKjJq-0002wp-00; Wed, 28 Sep 2005 23:18:26 +0200 Received: from [10.253.195.98] (zwerg [10.253.195.98]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.xhr.gi.mrm (Postfix) with ESMTP id D094C46ABC; Wed, 28 Sep 2005 23:18:24 +0200 (CEST) Message-ID: <433B08A0.4010004@mathematik.uni-marburg.de> Date: Wed, 28 Sep 2005 23:18:24 +0200 From: Matthias Schmidt User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050806) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <200509281920.j8SJKn9C044794@repoman.freebsd.org> In-Reply-To: <200509281920.j8SJKn9C044794@repoman.freebsd.org> X-Enigmail-Version: 0.89.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 21:18:28 -0000 Hi Pawel, Pawel Jakub Dawidek wrote: > pjd 2005-09-28 19:20:49 UTC > > FreeBSD src repository > > Modified files: > sys/dev/bge if_bge.c > Log: > Implement suspend/resume methods to be more ACPI friendly. > I'm able to suspend/resume my laptop without this change, but then I need > to wait for the watchdog to reset the card. > With this change, it is ready immediately. Do you plan to MFC this? I have a T43 too and waiting for the watchdog is really annoing ;) Matthias From owner-cvs-all@FreeBSD.ORG Wed Sep 28 21:26:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 651FD16A41F; Wed, 28 Sep 2005 21:26:37 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5FD743D48; Wed, 28 Sep 2005 21:26:36 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 1BBCC52CD0; Wed, 28 Sep 2005 23:26:35 +0200 (CEST) Received: from localhost (dkc128.neoplus.adsl.tpnet.pl [83.24.6.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id E72CD52CA8; Wed, 28 Sep 2005 23:26:28 +0200 (CEST) Date: Wed, 28 Sep 2005 23:26:22 +0200 From: Pawel Jakub Dawidek To: Matthias Schmidt Message-ID: <20050928212621.GB1235@garage.freebsd.pl> References: <200509281920.j8SJKn9C044794@repoman.freebsd.org> <433B08A0.4010004@mathematik.uni-marburg.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="V0207lvV8h4k8FAm" Content-Disposition: inline In-Reply-To: <433B08A0.4010004@mathematik.uni-marburg.de> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng devel (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=BAYES_00,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 21:26:37 -0000 --V0207lvV8h4k8FAm Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 28, 2005 at 11:18:24PM +0200, Matthias Schmidt wrote: +> Hi Pawel, +>=20 +> Pawel Jakub Dawidek wrote: +> >pjd 2005-09-28 19:20:49 UTC +> > FreeBSD src repository +> > Modified files: +> > sys/dev/bge if_bge.c Log: +> > Implement suspend/resume methods to be more ACPI friendly. +> > I'm able to suspend/resume my laptop without this change, but then I = need +> > to wait for the watchdog to reset the card. +> > With this change, it is ready immediately. +>=20 +> Do you plan to MFC this? I have a T43 too and waiting for the watchdog = is really annoing ;) Maybe, if it gets more testing. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --V0207lvV8h4k8FAm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDOwp9ForvXbEpPzQRAsA0AKCtLMVgQZKRMz6g3OfOkQNXs0FDOgCg+NNP YlkqM7v8ROtOfkqvUrjrhcI= =S7/G -----END PGP SIGNATURE----- --V0207lvV8h4k8FAm-- From owner-cvs-all@FreeBSD.ORG Wed Sep 28 22:05:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AB7616A41F; Wed, 28 Sep 2005 22:05:50 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id F30D843D48; Wed, 28 Sep 2005 22:05:49 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id j8SM5nf9003814; Wed, 28 Sep 2005 15:05:49 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id j8SM5nme003813; Wed, 28 Sep 2005 15:05:49 -0700 Date: Wed, 28 Sep 2005 15:05:49 -0700 From: Brooks Davis To: Hajimu UMEMOTO Message-ID: <20050928220549.GA28378@odin.ac.hmc.edu> References: <200509281959.j8SJxIpD046472@repoman.freebsd.org> <20050928201431.GA18560@odin.ac.hmc.edu> <20050928204145.GA20866@odin.ac.hmc.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6c2NcOVqGQ03X4Wi" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Cc: Brooks Davis , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc pccard_ether X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 22:05:50 -0000 --6c2NcOVqGQ03X4Wi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 29, 2005 at 06:09:52AM +0900, Hajimu UMEMOTO wrote: > Hi, >=20 > >>>>> On Wed, 28 Sep 2005 13:41:45 -0700 > >>>>> Brooks Davis said: >=20 > brooks> If you just want dhclient just use /etc/rc.d/dhclient to start it. > brooks> pccard_ether does more than that. Specificaly it calls /etc/rc.d= /netif > brooks> which may do static confirguration, start wpa_supplicant, and sta= rt > brooks> dhclient. Then it does some routing configuration for static int= erfaces > brooks> and finaly does IPv6 configuraition of the interface. >=20 > Yup, since we have such convenient script as pccard_ether already, we > can just use it. Perhaps, I'm not the only person who use it. :) I'm not sure the static routing stuff should exist at all. It's certainly using undocumented variables and without profile.sh type probing the current support is pretty much useless for removable interfaces. The IPv6 interface configuration really needs to move into /etc/rc.d/netif. Overall I think /etc/rc.d/network_ipv6 needs to die if IPv6 is ever going to be anything by a second class citizen in the startup scripts. My goal is to do away with /etc/pccard_ether in some future release, but it's go functionality I can't replace yet. How would you feel about a forcestart option as a compromise for now? That would override both the AUTO check and the up check. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --6c2NcOVqGQ03X4Wi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFDOxO8XY6L6fI4GtQRAoJNAKChzLYyJcBnoBDyTagxK+8xXgJzngCgljMg zfWFluTzyPwOxG+yLFZGdeA= =JHl2 -----END PGP SIGNATURE----- --6c2NcOVqGQ03X4Wi-- From owner-cvs-all@FreeBSD.ORG Wed Sep 28 22:45:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8869716A41F; Wed, 28 Sep 2005 22:45:28 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46A6943D49; Wed, 28 Sep 2005 22:45:28 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SMjSAS059419; Wed, 28 Sep 2005 22:45:28 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SMjSQr059418; Wed, 28 Sep 2005 22:45:28 GMT (envelope-from vsevolod) Message-Id: <200509282245.j8SMjSQr059418@repoman.freebsd.org> From: Vsevolod Stakhov Date: Wed, 28 Sep 2005 22:45:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/phpmyfaq Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 22:45:28 -0000 vsevolod 2005-09-28 22:45:27 UTC FreeBSD ports repository Modified files: www/phpmyfaq Makefile distinfo Log: - Update to 1.5.2 that fixes some security issues and have lots of features - Do not define WWWOWN and WWWGRP, also fix bug with PHPMYFAQ_URL variable - Take maintainership as I use this system somewhere Revision Changes Path 1.7 +9 -9 ports/www/phpmyfaq/Makefile 1.4 +2 -2 ports/www/phpmyfaq/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 28 22:54:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DBA916A41F; Wed, 28 Sep 2005 22:54:44 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3B6343D48; Wed, 28 Sep 2005 22:54:43 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SMshJE059685; Wed, 28 Sep 2005 22:54:43 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SMshkr059684; Wed, 28 Sep 2005 22:54:43 GMT (envelope-from vsevolod) Message-Id: <200509282254.j8SMshkr059684@repoman.freebsd.org> From: Vsevolod Stakhov Date: Wed, 28 Sep 2005 22:54:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 22:54:44 -0000 vsevolod 2005-09-28 22:54:43 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Document vulnerabilities in www/phpmyfaq Revision Changes Path 1.830 +26 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Wed Sep 28 23:12:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BB0916A41F; Wed, 28 Sep 2005 23:12:19 +0000 (GMT) (envelope-from girgen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C74243D48; Wed, 28 Sep 2005 23:12:19 +0000 (GMT) (envelope-from girgen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SNCJGc060328; Wed, 28 Sep 2005 23:12:19 GMT (envelope-from girgen@repoman.freebsd.org) Received: (from girgen@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SNCJsl060327; Wed, 28 Sep 2005 23:12:19 GMT (envelope-from girgen) Message-Id: <200509282312.j8SNCJsl060327@repoman.freebsd.org> From: Palle Girgensohn Date: Wed, 28 Sep 2005 23:12:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/postgresql81-server Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 23:12:19 -0000 girgen 2005-09-28 23:12:18 UTC FreeBSD ports repository Modified files: databases/postgresql81-server Makefile Log: Mark as work-in-progress Revision Changes Path 1.145 +2 -0 ports/databases/postgresql81-server/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 28 23:20:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A01BB16A420; Wed, 28 Sep 2005 23:20:16 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 577D843D48; Wed, 28 Sep 2005 23:20:16 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SNKGwF060638; Wed, 28 Sep 2005 23:20:16 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SNKGCV060637; Wed, 28 Sep 2005 23:20:16 GMT (envelope-from vsevolod) Message-Id: <200509282320.j8SNKGCV060637@repoman.freebsd.org> From: Vsevolod Stakhov Date: Wed, 28 Sep 2005 23:20:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/py-ldap2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 23:20:16 -0000 vsevolod 2005-09-28 23:20:16 UTC FreeBSD ports repository Modified files: net/py-ldap2 Makefile distinfo Log: - Update to 2.0.10 Revision Changes Path 1.31 +6 -6 ports/net/py-ldap2/Makefile 1.12 +2 -2 ports/net/py-ldap2/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 28 23:39:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D45416A41F for ; Wed, 28 Sep 2005 23:39:50 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mail2.fluidhosting.com [204.14.90.62]) by mx1.FreeBSD.org (Postfix) with SMTP id 4005E43D58 for ; Wed, 28 Sep 2005 23:39:48 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 13258 invoked by uid 399); 28 Sep 2005 23:39:47 -0000 Received: from mail1.fluidhosting.com (204.14.90.61) by mail2.fluidhosting.com with SMTP; 28 Sep 2005 23:39:47 -0000 Received: (qmail 65575 invoked by uid 399); 28 Sep 2005 23:39:47 -0000 Received: from localhost (HELO ?192.168.0.5?) (dougb@dougbarton.net@127.0.0.1) by localhost with SMTP; 28 Sep 2005 23:39:47 -0000 Message-ID: <433B29C2.10504@FreeBSD.org> Date: Wed, 28 Sep 2005 16:39:46 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <200509270751.j8R7pjbj068445@repoman.freebsd.org> <433A04D4.9040602@portaone.com> <200509281304.29338.jhb@FreeBSD.org> In-Reply-To: <200509281304.29338.jhb@FreeBSD.org> X-Enigmail-Version: 0.92.1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-all@FreeBSD.org, cvs-src@FreeBSD.org, Maxim.Sobolev@portaone.com, Kirill Ponomarew , src-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/lib match.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 23:39:50 -0000 John Baldwin wrote: > On Tuesday 27 September 2005 10:49 pm, Maxim Sobolev wrote: > >>IMHO this is an ugly hack. Handling some packages differently purely >>based on their name is simply a completely wrong way to go. The proper >>way to implement this is to add additional PLIST flag which will tell >>pkg_* tools to ignore absent origin. > > > Umm, there's a bit of a chicken and egg in that if you could edit the package > in question to put a custom @noorigin in the packing list you could already > just put a bogus @origin in the packing list. I think the warning should just > be shut up across the board anyways as not all pkg's have valid origins. Unless a good reason can be found for the check, I agree with John here. Doug From owner-cvs-all@FreeBSD.ORG Thu Sep 29 01:03:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A97A616A41F; Thu, 29 Sep 2005 01:03:39 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67E9A43D48; Thu, 29 Sep 2005 01:03:39 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8T13dVi071220; Thu, 29 Sep 2005 01:03:39 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8T13dXs071219; Thu, 29 Sep 2005 01:03:39 GMT (envelope-from linimon) Message-Id: <200509290103.j8T13dXs071219@repoman.freebsd.org> From: Mark Linimon Date: Thu, 29 Sep 2005 01:03:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.sites.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 01:03:39 -0000 linimon 2005-09-29 01:03:39 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: Remove mastersite that only accepts 3 simultaneous connections. There are dozens of alternative sites. Source: distfile survey Revision Changes Path 1.315 +1 -4 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Thu Sep 29 01:04:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21E9E16A41F; Thu, 29 Sep 2005 01:04:40 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D549543D48; Thu, 29 Sep 2005 01:04:39 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8T14d2H071261; Thu, 29 Sep 2005 01:04:39 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8T14dN6071260; Thu, 29 Sep 2005 01:04:39 GMT (envelope-from linimon) Message-Id: <200509290104.j8T14dN6071260@repoman.freebsd.org> From: Mark Linimon Date: Thu, 29 Sep 2005 01:04:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.sites.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 01:04:40 -0000 linimon 2005-09-29 01:04:39 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: Remove mastersite that no longer mirrors netscape/. Source: distfile survey Revision Changes Path 1.316 +1 -2 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Thu Sep 29 01:40:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2281116A41F; Thu, 29 Sep 2005 01:40:04 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBDE243D48; Thu, 29 Sep 2005 01:40:03 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8T1e3Ln072503; Thu, 29 Sep 2005 01:40:03 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8T1e3UN072502; Thu, 29 Sep 2005 01:40:03 GMT (envelope-from jkoshy) Message-Id: <200509290140.j8T1e3UN072502@repoman.freebsd.org> From: Joseph Koshy Date: Thu, 29 Sep 2005 01:40:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/pmccontrol pmccontrol.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 01:40:04 -0000 jkoshy 2005-09-29 01:40:03 UTC FreeBSD src repository Modified files: usr.sbin/pmccontrol pmccontrol.c Log: The 'intr_bufferfull' driver statistic actually counts the number of times sampling was stopped due to a space shortage; change its description in the output of `pmcstat -s` to match reality. MFC after: 3 days Revision Changes Path 1.5 +1 -1 src/usr.sbin/pmccontrol/pmccontrol.c From owner-cvs-all@FreeBSD.ORG Thu Sep 29 01:50:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D67B516A41F; Thu, 29 Sep 2005 01:50:47 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 916E443D49; Thu, 29 Sep 2005 01:50:47 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8T1olBC072949; Thu, 29 Sep 2005 01:50:47 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8T1olSQ072948; Thu, 29 Sep 2005 01:50:47 GMT (envelope-from clsung) Message-Id: <200509290150.j8T1olSQ072948@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 29 Sep 2005 01:50:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Tie-FileLRUCache Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 01:50:48 -0000 clsung 2005-09-29 01:50:47 UTC FreeBSD ports repository Modified files: devel/p5-Tie-FileLRUCache Makefile distinfo Log: - update to 1.05 PR: 86278 Submitted by: leeym Revision Changes Path 1.4 +1 -1 ports/devel/p5-Tie-FileLRUCache/Makefile 1.4 +2 -2 ports/devel/p5-Tie-FileLRUCache/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 29 01:57:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0FFC16A41F; Thu, 29 Sep 2005 01:57:45 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A58343D4C; Thu, 29 Sep 2005 01:57:45 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8T1vjeK073158; Thu, 29 Sep 2005 01:57:45 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8T1vj2q073157; Thu, 29 Sep 2005 01:57:45 GMT (envelope-from clsung) Message-Id: <200509290157.j8T1vj2q073157@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 29 Sep 2005 01:57:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Class-ParmList Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 01:57:45 -0000 clsung 2005-09-29 01:57:45 UTC FreeBSD ports repository Modified files: devel/p5-Class-ParmList Makefile distinfo pkg-plist Log: - update to 1.04 PR: 86341 Submitted by: leeym Revision Changes Path 1.3 +1 -1 ports/devel/p5-Class-ParmList/Makefile 1.3 +2 -2 ports/devel/p5-Class-ParmList/distinfo 1.3 +1 -0 ports/devel/p5-Class-ParmList/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 29 03:36:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 252C616A44F; Thu, 29 Sep 2005 03:36:26 +0000 (GMT) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E117043D4C; Thu, 29 Sep 2005 03:36:25 +0000 (GMT) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8T3aPNL077322; Thu, 29 Sep 2005 03:36:25 GMT (envelope-from tmclaugh@repoman.freebsd.org) Received: (from tmclaugh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8T3aPAA077321; Thu, 29 Sep 2005 03:36:25 GMT (envelope-from tmclaugh) Message-Id: <200509290336.j8T3aPAA077321@repoman.freebsd.org> From: Tom McLaughlin Date: Thu, 29 Sep 2005 03:36:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports MOVED ports/x11-toolkits Makefile ports/x11-toolkits/gtk-sharp10 Makefile ports/x11-toolkits/gtk-sharp20 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 03:36:26 -0000 tmclaugh 2005-09-29 03:36:25 UTC FreeBSD ports repository Modified files: . MOVED x11-toolkits Makefile x11-toolkits/gtk-sharp10 Makefile x11-toolkits/gtk-sharp20 Makefile Log: - Enable gtk-sharp10 and gtk-sharp20 in the ports tree. - gtk-sharp has been repo-copied to gtk-sharp10 and gtk-sharp-devel has been repo-copied to gtk-sharp20 so both ports reflect their respective GTK# API versions. Approved by: ahze (mentor) Revision Changes Path 1.757 +3 -1 ports/MOVED 1.373 +2 -0 ports/x11-toolkits/Makefile 1.39 +1 -0 ports/x11-toolkits/gtk-sharp10/Makefile 1.40 +1 -0 ports/x11-toolkits/gtk-sharp20/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 29 03:43:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16DBE16A41F; Thu, 29 Sep 2005 03:43:26 +0000 (GMT) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3A9043D4C; Thu, 29 Sep 2005 03:43:25 +0000 (GMT) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8T3hPRk077792; Thu, 29 Sep 2005 03:43:25 GMT (envelope-from tmclaugh@repoman.freebsd.org) Received: (from tmclaugh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8T3hPcx077791; Thu, 29 Sep 2005 03:43:25 GMT (envelope-from tmclaugh) Message-Id: <200509290343.j8T3hPcx077791@repoman.freebsd.org> From: Tom McLaughlin Date: Thu, 29 Sep 2005 03:43:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/muine Makefile ports/comms/gfax Makefile ports/deskutils/mcatalog Makefile ports/deskutils/tomboy Makefile ports/devel/mono-tools Makefile ports/editors/bless Makefile ports/graphics/f-spot Makefile ports/net/blam Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 03:43:26 -0000 tmclaugh 2005-09-29 03:43:25 UTC FreeBSD ports repository Modified files: audio/muine Makefile comms/gfax Makefile deskutils/mcatalog Makefile deskutils/tomboy Makefile devel/mono-tools Makefile editors/bless Makefile graphics/f-spot Makefile net/blam Makefile www/gecko-sharp10 Makefile www/gecko-sharp20 Makefile Log: - Chase move of gtk-sharp to gtk-sharp10 and gtk-sharp-devel to gtk-sharp20 for affected ports. - Also correct incorrect RUN_DEPENDS=${BUILD_DEPENDS} still remaining in mcatalog, bless, f-spot, and gecko-sharp10. Approved by: ahze (mentor) Revision Changes Path 1.17 +2 -2 ports/audio/muine/Makefile 1.19 +2 -2 ports/comms/gfax/Makefile 1.7 +2 -2 ports/deskutils/mcatalog/Makefile 1.7 +2 -2 ports/deskutils/tomboy/Makefile 1.2 +2 -2 ports/devel/mono-tools/Makefile 1.12 +2 -2 ports/editors/bless/Makefile 1.3 +2 -2 ports/graphics/f-spot/Makefile 1.9 +2 -2 ports/net/blam/Makefile 1.8 +2 -2 ports/www/gecko-sharp10/Makefile 1.3 +2 -2 ports/www/gecko-sharp20/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 29 03:49:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BB5416A420; Thu, 29 Sep 2005 03:49:02 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8FDB43D48; Thu, 29 Sep 2005 03:49:01 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8T3n17m078010; Thu, 29 Sep 2005 03:49:01 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8T3n1Bl078009; Thu, 29 Sep 2005 03:49:01 GMT (envelope-from sem) Message-Id: <200509290349.j8T3n1Bl078009@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 29 Sep 2005 03:49:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/mhwaveedit Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 03:49:02 -0000 sem 2005-09-29 03:49:01 UTC FreeBSD ports repository Modified files: audio/mhwaveedit Makefile distinfo Log: - Update to 1.4.5b - Add WITH_/WITHOUT_ARTS in OPTIONS PR: ports/86672 Submitted by: Ports Fury Revision Changes Path 1.38 +14 -7 ports/audio/mhwaveedit/Makefile 1.26 +2 -2 ports/audio/mhwaveedit/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 29 03:49:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3FDC16A41F; Thu, 29 Sep 2005 03:49:43 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A001C43D49; Thu, 29 Sep 2005 03:49:43 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8T3nheN078050; Thu, 29 Sep 2005 03:49:43 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8T3nhU9078049; Thu, 29 Sep 2005 03:49:43 GMT (envelope-from sem) Message-Id: <200509290349.j8T3nhU9078049@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 29 Sep 2005 03:49:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/code-browser Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 03:49:44 -0000 sem 2005-09-29 03:49:43 UTC FreeBSD ports repository Modified files: editors/code-browser Makefile distinfo Log: - Update to 2.2 PR: ports/86676 Submitted by: Ports Fury Revision Changes Path 1.9 +3 -2 ports/editors/code-browser/Makefile 1.6 +2 -2 ports/editors/code-browser/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 29 03:54:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E40E116A41F; Thu, 29 Sep 2005 03:54:38 +0000 (GMT) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6641C43D58; Thu, 29 Sep 2005 03:54:37 +0000 (GMT) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8T3sbx3078409; Thu, 29 Sep 2005 03:54:37 GMT (envelope-from tmclaugh@repoman.freebsd.org) Received: (from tmclaugh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8T3sbhd078408; Thu, 29 Sep 2005 03:54:37 GMT (envelope-from tmclaugh) Message-Id: <200509290354.j8T3sbhd078408@repoman.freebsd.org> From: Tom McLaughlin Date: Thu, 29 Sep 2005 03:54:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/gtk-sharp10 Makefile distinfo pkg-descr pkg-plist ports/x11-toolkits/gtk-sharp10/files patch-art_art-sharp.dll.config.in patch-atk_atk-sharp.dll.config.in patch-configure patch-gconf_GConf_gconf-sharp.dll.config.in patch-gda_gda-sharp.dll.config.in ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 03:54:39 -0000 tmclaugh 2005-09-29 03:54:37 UTC FreeBSD ports repository Modified files: x11-toolkits Makefile Removed files: x11-toolkits/gtk-sharp10 Makefile distinfo pkg-descr pkg-plist x11-toolkits/gtk-sharp10/files patch-art_art-sharp.dll.config.in patch-atk_atk-sharp.dll.config.in patch-configure patch-gconf_GConf_gconf-sharp.dll.config.in patch-gda_gda-sharp.dll.config.in patch-gdk_gdk-sharp.dll.config.in patch-glade_glade-sharp.dll.config.in patch-glib_glib-sharp.dll.config.in patch-gnome_gnome-sharp.dll.config.in patch-gnomedb_gnomedb-sharp.dll.config.in patch-gtk_gtk-sharp.dll.config.in patch-gtkhtml_gtkhtml-sharp.dll.config.in patch-pango_pango-sharp.dll.config.in patch-rsvg_rsvg-sharp.dll.config.in patch-vte_vte-sharp.dll.config.in x11-toolkits/gtk-sharp20 Makefile distinfo pkg-descr pkg-plist x11-toolkits/gtk-sharp20/files patch-art_art-sharp.dll.config.in patch-atk_atk-sharp.dll.config.in patch-configure patch-gconf_GConf_gconf-sharp.dll.config.in patch-gda_gda-sharp.dll.config.in patch-gdk_gdk-sharp.dll.config.in patch-glade_glade-sharp.dll.config.in patch-glib_glib-sharp.dll.config.in patch-gnome_gnome-sharp.dll.config.in patch-gnomedb_gnomedb-sharp.dll.config.in patch-gnomevfs_gnome-vfs-sharp.dll.config.in patch-gtk_gtk-sharp.dll.config.in patch-gtkdotnet_gtk-dotnet.dll.config.in patch-gtkhtml_gtkhtml-sharp.dll.config.in patch-pango_pango-sharp.dll.config.in patch-rsvg_rsvg-sharp.dll.config.in patch-vte_vte-sharp.dll.config.in Log: - Remove gtk-sharp and gtk-sharp-devel now that they have been repo-copied to gtk-sharp10 and gtk-sharp20 respectively. Approved by: ahze (mentor) Repocopy by: marcus Revision Changes Path 1.374 +0 -2 ports/x11-toolkits/Makefile 1.40 +0 -39 ports/x11-toolkits/gtk-sharp10/Makefile (dead) 1.13 +0 -2 ports/x11-toolkits/gtk-sharp10/distinfo (dead) 1.4 +0 -7 ports/x11-toolkits/gtk-sharp10/files/patch-art_art-sharp.dll.config.in (dead) 1.3 +0 -7 ports/x11-toolkits/gtk-sharp10/files/patch-atk_atk-sharp.dll.config.in (dead) 1.6 +0 -20 ports/x11-toolkits/gtk-sharp10/files/patch-configure (dead) 1.3 +0 -7 ports/x11-toolkits/gtk-sharp10/files/patch-gconf_GConf_gconf-sharp.dll.config.in (dead) 1.3 +0 -7 ports/x11-toolkits/gtk-sharp10/files/patch-gda_gda-sharp.dll.config.in (dead) 1.3 +0 -13 ports/x11-toolkits/gtk-sharp10/files/patch-gdk_gdk-sharp.dll.config.in (dead) 1.2 +0 -7 ports/x11-toolkits/gtk-sharp10/files/patch-glade_glade-sharp.dll.config.in (dead) 1.3 +0 -11 ports/x11-toolkits/gtk-sharp10/files/patch-glib_glib-sharp.dll.config.in (dead) 1.3 +0 -23 ports/x11-toolkits/gtk-sharp10/files/patch-gnome_gnome-sharp.dll.config.in (dead) 1.2 +0 -7 ports/x11-toolkits/gtk-sharp10/files/patch-gnomedb_gnomedb-sharp.dll.config.in (dead) 1.3 +0 -13 ports/x11-toolkits/gtk-sharp10/files/patch-gtk_gtk-sharp.dll.config.in (dead) 1.4 +0 -7 ports/x11-toolkits/gtk-sharp10/files/patch-gtkhtml_gtkhtml-sharp.dll.config.in (dead) 1.4 +0 -9 ports/x11-toolkits/gtk-sharp10/files/patch-pango_pango-sharp.dll.config.in (dead) 1.3 +0 -7 ports/x11-toolkits/gtk-sharp10/files/patch-rsvg_rsvg-sharp.dll.config.in (dead) 1.3 +0 -9 ports/x11-toolkits/gtk-sharp10/files/patch-vte_vte-sharp.dll.config.in (dead) 1.4 +0 -5 ports/x11-toolkits/gtk-sharp10/pkg-descr (dead) 1.14 +0 -121 ports/x11-toolkits/gtk-sharp10/pkg-plist (dead) 1.41 +0 -39 ports/x11-toolkits/gtk-sharp20/Makefile (dead) 1.14 +0 -2 ports/x11-toolkits/gtk-sharp20/distinfo (dead) 1.4 +0 -7 ports/x11-toolkits/gtk-sharp20/files/patch-art_art-sharp.dll.config.in (dead) 1.4 +0 -9 ports/x11-toolkits/gtk-sharp20/files/patch-atk_atk-sharp.dll.config.in (dead) 1.7 +0 -20 ports/x11-toolkits/gtk-sharp20/files/patch-configure (dead) 1.3 +0 -7 ports/x11-toolkits/gtk-sharp20/files/patch-gconf_GConf_gconf-sharp.dll.config.in (dead) 1.4 +0 -9 ports/x11-toolkits/gtk-sharp20/files/patch-gda_gda-sharp.dll.config.in (dead) 1.3 +0 -13 ports/x11-toolkits/gtk-sharp20/files/patch-gdk_gdk-sharp.dll.config.in (dead) 1.2 +0 -7 ports/x11-toolkits/gtk-sharp20/files/patch-glade_glade-sharp.dll.config.in (dead) 1.3 +0 -11 ports/x11-toolkits/gtk-sharp20/files/patch-glib_glib-sharp.dll.config.in (dead) 1.3 +0 -23 ports/x11-toolkits/gtk-sharp20/files/patch-gnome_gnome-sharp.dll.config.in (dead) 1.3 +0 -9 ports/x11-toolkits/gtk-sharp20/files/patch-gnomedb_gnomedb-sharp.dll.config.in (dead) 1.2 +0 -7 ports/x11-toolkits/gtk-sharp20/files/patch-gnomevfs_gnome-vfs-sharp.dll.config.in (dead) 1.3 +0 -13 ports/x11-toolkits/gtk-sharp20/files/patch-gtk_gtk-sharp.dll.config.in (dead) 1.2 +0 -7 ports/x11-toolkits/gtk-sharp20/files/patch-gtkdotnet_gtk-dotnet.dll.config.in (dead) 1.5 +0 -8 ports/x11-toolkits/gtk-sharp20/files/patch-gtkhtml_gtkhtml-sharp.dll.config.in (dead) 1.5 +0 -11 ports/x11-toolkits/gtk-sharp20/files/patch-pango_pango-sharp.dll.config.in (dead) 1.3 +0 -7 ports/x11-toolkits/gtk-sharp20/files/patch-rsvg_rsvg-sharp.dll.config.in (dead) 1.4 +0 -11 ports/x11-toolkits/gtk-sharp20/files/patch-vte_vte-sharp.dll.config.in (dead) 1.4 +0 -5 ports/x11-toolkits/gtk-sharp20/pkg-descr (dead) 1.15 +0 -133 ports/x11-toolkits/gtk-sharp20/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Thu Sep 29 03:57:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0238216A41F; Thu, 29 Sep 2005 03:57:23 +0000 (GMT) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1D3843D49; Thu, 29 Sep 2005 03:57:22 +0000 (GMT) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8T3vMux078548; Thu, 29 Sep 2005 03:57:22 GMT (envelope-from tmclaugh@repoman.freebsd.org) Received: (from tmclaugh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8T3vMdg078547; Thu, 29 Sep 2005 03:57:22 GMT (envelope-from tmclaugh) Message-Id: <200509290357.j8T3vMdg078547@repoman.freebsd.org> From: Tom McLaughlin Date: Thu, 29 Sep 2005 03:57:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 03:57:23 -0000 tmclaugh 2005-09-29 03:57:22 UTC FreeBSD ports repository Modified files: . modules Log: - gtk-sharp10 --> ports/x11-toolkits/gtk-sharp10 - gtk-sharp20 --> ports/x11-toolkits/gtk-sharp20 - Remove gtk-sharp and gtk-sharp-devel Approved by: ahze (mentor) Revision Changes Path 1.13248 +2 -2 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Sep 29 04:23:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70C0A16A41F; Thu, 29 Sep 2005 04:23:59 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D13543D53; Thu, 29 Sep 2005 04:23:59 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8T4NxXs079580; Thu, 29 Sep 2005 04:23:59 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8T4Nxi1079579; Thu, 29 Sep 2005 04:23:59 GMT (envelope-from ahze) Message-Id: <200509290423.j8T4Nxi1079579@repoman.freebsd.org> From: Michael Johnson Date: Thu, 29 Sep 2005 04:23:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/hyperestraier Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 04:23:59 -0000 ahze 2005-09-29 04:23:59 UTC FreeBSD ports repository Modified files: textproc/hyperestraier Makefile distinfo pkg-plist Log: - Update to 0.9.1 Revision Changes Path 1.3 +1 -1 ports/textproc/hyperestraier/Makefile 1.3 +2 -2 ports/textproc/hyperestraier/distinfo 1.3 +0 -2 ports/textproc/hyperestraier/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 29 04:56:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F06916A41F; Thu, 29 Sep 2005 04:56:43 +0000 (GMT) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F1AC43D4C; Thu, 29 Sep 2005 04:56:43 +0000 (GMT) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8T4uhZe090080; Thu, 29 Sep 2005 04:56:43 GMT (envelope-from tmclaugh@repoman.freebsd.org) Received: (from tmclaugh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8T4uh0X090079; Thu, 29 Sep 2005 04:56:43 GMT (envelope-from tmclaugh) Message-Id: <200509290456.j8T4uh0X090079@repoman.freebsd.org> From: Tom McLaughlin Date: Thu, 29 Sep 2005 04:56:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/gtk-sharp10 Makefile distinfo pkg-descr pkg-plist ports/x11-toolkits/gtk-sharp10/files patch-art_art-sharp.dll.config.in patch-atk_atk-sharp.dll.config.in patch-configure patch-gconf_GConf_gconf-sharp.dll.config.in patch-gda_gda-sharp.dll.config.in patch-gdk_gdk-sharp.dll.config.in ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 04:56:43 -0000 tmclaugh 2005-09-29 04:56:42 UTC FreeBSD ports repository Added files: x11-toolkits/gtk-sharp10 Makefile distinfo pkg-descr pkg-plist x11-toolkits/gtk-sharp10/files patch-art_art-sharp.dll.config.in patch-atk_atk-sharp.dll.config.in patch-configure patch-gconf_GConf_gconf-sharp.dll.config.in patch-gda_gda-sharp.dll.config.in patch-gdk_gdk-sharp.dll.config.in patch-glade_glade-sharp.dll.config.in patch-glib_glib-sharp.dll.config.in patch-gnome_gnome-sharp.dll.config.in patch-gnomedb_gnomedb-sharp.dll.config.in patch-gtk_gtk-sharp.dll.config.in patch-gtkhtml_gtkhtml-sharp.dll.config.in patch-pango_pango-sharp.dll.config.in patch-rsvg_rsvg-sharp.dll.config.in patch-vte_vte-sharp.dll.config.in x11-toolkits/gtk-sharp20 Makefile distinfo pkg-descr pkg-plist x11-toolkits/gtk-sharp20/files patch-art_art-sharp.dll.config.in patch-atk_atk-sharp.dll.config.in patch-configure patch-gconf_GConf_gconf-sharp.dll.config.in patch-gda_gda-sharp.dll.config.in patch-gdk_gdk-sharp.dll.config.in patch-glade_glade-sharp.dll.config.in patch-glib_glib-sharp.dll.config.in patch-gnome_gnome-sharp.dll.config.in patch-gnomedb_gnomedb-sharp.dll.config.in patch-gnomevfs_gnome-vfs-sharp.dll.config.in patch-gtk_gtk-sharp.dll.config.in patch-gtkdotnet_gtk-dotnet.dll.config.in patch-gtkhtml_gtkhtml-sharp.dll.config.in patch-pango_pango-sharp.dll.config.in patch-rsvg_rsvg-sharp.dll.config.in patch-vte_vte-sharp.dll.config.in Log: - Readd gtk-sharp10 and gtk-sharp20 which I accidently deleted. Notified by: Kris INDEX mail Revision Changes Path 1.41 +39 -0 ports/x11-toolkits/gtk-sharp10/Makefile (new) 1.14 +2 -0 ports/x11-toolkits/gtk-sharp10/distinfo (new) 1.5 +7 -0 ports/x11-toolkits/gtk-sharp10/files/patch-art_art-sharp.dll.config.in (new) 1.4 +7 -0 ports/x11-toolkits/gtk-sharp10/files/patch-atk_atk-sharp.dll.config.in (new) 1.7 +20 -0 ports/x11-toolkits/gtk-sharp10/files/patch-configure (new) 1.4 +7 -0 ports/x11-toolkits/gtk-sharp10/files/patch-gconf_GConf_gconf-sharp.dll.config.in (new) 1.4 +7 -0 ports/x11-toolkits/gtk-sharp10/files/patch-gda_gda-sharp.dll.config.in (new) 1.4 +13 -0 ports/x11-toolkits/gtk-sharp10/files/patch-gdk_gdk-sharp.dll.config.in (new) 1.3 +7 -0 ports/x11-toolkits/gtk-sharp10/files/patch-glade_glade-sharp.dll.config.in (new) 1.4 +11 -0 ports/x11-toolkits/gtk-sharp10/files/patch-glib_glib-sharp.dll.config.in (new) 1.4 +23 -0 ports/x11-toolkits/gtk-sharp10/files/patch-gnome_gnome-sharp.dll.config.in (new) 1.3 +7 -0 ports/x11-toolkits/gtk-sharp10/files/patch-gnomedb_gnomedb-sharp.dll.config.in (new) 1.4 +13 -0 ports/x11-toolkits/gtk-sharp10/files/patch-gtk_gtk-sharp.dll.config.in (new) 1.5 +7 -0 ports/x11-toolkits/gtk-sharp10/files/patch-gtkhtml_gtkhtml-sharp.dll.config.in (new) 1.5 +9 -0 ports/x11-toolkits/gtk-sharp10/files/patch-pango_pango-sharp.dll.config.in (new) 1.4 +7 -0 ports/x11-toolkits/gtk-sharp10/files/patch-rsvg_rsvg-sharp.dll.config.in (new) 1.4 +9 -0 ports/x11-toolkits/gtk-sharp10/files/patch-vte_vte-sharp.dll.config.in (new) 1.5 +5 -0 ports/x11-toolkits/gtk-sharp10/pkg-descr (new) 1.15 +121 -0 ports/x11-toolkits/gtk-sharp10/pkg-plist (new) 1.42 +39 -0 ports/x11-toolkits/gtk-sharp20/Makefile (new) 1.15 +2 -0 ports/x11-toolkits/gtk-sharp20/distinfo (new) 1.5 +7 -0 ports/x11-toolkits/gtk-sharp20/files/patch-art_art-sharp.dll.config.in (new) 1.5 +9 -0 ports/x11-toolkits/gtk-sharp20/files/patch-atk_atk-sharp.dll.config.in (new) 1.8 +20 -0 ports/x11-toolkits/gtk-sharp20/files/patch-configure (new) 1.4 +7 -0 ports/x11-toolkits/gtk-sharp20/files/patch-gconf_GConf_gconf-sharp.dll.config.in (new) 1.5 +9 -0 ports/x11-toolkits/gtk-sharp20/files/patch-gda_gda-sharp.dll.config.in (new) 1.4 +13 -0 ports/x11-toolkits/gtk-sharp20/files/patch-gdk_gdk-sharp.dll.config.in (new) 1.3 +7 -0 ports/x11-toolkits/gtk-sharp20/files/patch-glade_glade-sharp.dll.config.in (new) 1.4 +11 -0 ports/x11-toolkits/gtk-sharp20/files/patch-glib_glib-sharp.dll.config.in (new) 1.4 +23 -0 ports/x11-toolkits/gtk-sharp20/files/patch-gnome_gnome-sharp.dll.config.in (new) 1.4 +9 -0 ports/x11-toolkits/gtk-sharp20/files/patch-gnomedb_gnomedb-sharp.dll.config.in (new) 1.3 +7 -0 ports/x11-toolkits/gtk-sharp20/files/patch-gnomevfs_gnome-vfs-sharp.dll.config.in (new) 1.4 +13 -0 ports/x11-toolkits/gtk-sharp20/files/patch-gtk_gtk-sharp.dll.config.in (new) 1.3 +7 -0 ports/x11-toolkits/gtk-sharp20/files/patch-gtkdotnet_gtk-dotnet.dll.config.in (new) 1.6 +8 -0 ports/x11-toolkits/gtk-sharp20/files/patch-gtkhtml_gtkhtml-sharp.dll.config.in (new) 1.6 +11 -0 ports/x11-toolkits/gtk-sharp20/files/patch-pango_pango-sharp.dll.config.in (new) 1.4 +7 -0 ports/x11-toolkits/gtk-sharp20/files/patch-rsvg_rsvg-sharp.dll.config.in (new) 1.5 +11 -0 ports/x11-toolkits/gtk-sharp20/files/patch-vte_vte-sharp.dll.config.in (new) 1.5 +5 -0 ports/x11-toolkits/gtk-sharp20/pkg-descr (new) 1.16 +133 -0 ports/x11-toolkits/gtk-sharp20/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Sep 29 04:58:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43A1216A41F; Thu, 29 Sep 2005 04:58:43 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0138643D48; Thu, 29 Sep 2005 04:58:43 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8T4wg7B090195; Thu, 29 Sep 2005 04:58:42 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8T4wgib090194; Thu, 29 Sep 2005 04:58:42 GMT (envelope-from linimon) Message-Id: <200509290458.j8T4wgib090194@repoman.freebsd.org> From: Mark Linimon Date: Thu, 29 Sep 2005 04:58:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.sites.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 04:58:43 -0000 linimon 2005-09-29 04:58:42 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: Remove several dozen obsolete mastersites. The next run of the distfile survey should have a lot less red and pink lines in the output. Source: distfile survey Revision Changes Path 1.317 +3 -49 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Thu Sep 29 05:01:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F90816A41F; Thu, 29 Sep 2005 05:01:58 +0000 (GMT) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E742143D48; Thu, 29 Sep 2005 05:01:57 +0000 (GMT) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8T51vRq090477; Thu, 29 Sep 2005 05:01:57 GMT (envelope-from tmclaugh@repoman.freebsd.org) Received: (from tmclaugh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8T51v9Y090476; Thu, 29 Sep 2005 05:01:57 GMT (envelope-from tmclaugh) Message-Id: <200509290501.j8T51v9Y090476@repoman.freebsd.org> From: Tom McLaughlin Date: Thu, 29 Sep 2005 05:01:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/gtk-sharp Makefile distinfo pkg-descr pkg-plist ports/x11-toolkits/gtk-sharp/files patch-art_art-sharp.dll.config.in patch-atk_atk-sharp.dll.config.in patch-configure patch-gconf_GConf_gconf-sharp.dll.config.in patch-gda_gda-sharp.dll.config.in patch-gdk_gdk-sharp.dll.config.in ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 05:01:58 -0000 tmclaugh 2005-09-29 05:01:57 UTC FreeBSD ports repository Removed files: x11-toolkits/gtk-sharp Makefile distinfo pkg-descr pkg-plist x11-toolkits/gtk-sharp/files patch-art_art-sharp.dll.config.in patch-atk_atk-sharp.dll.config.in patch-configure patch-gconf_GConf_gconf-sharp.dll.config.in patch-gda_gda-sharp.dll.config.in patch-gdk_gdk-sharp.dll.config.in patch-glade_glade-sharp.dll.config.in patch-glib_glib-sharp.dll.config.in patch-gnome_gnome-sharp.dll.config.in patch-gnomedb_gnomedb-sharp.dll.config.in patch-gtk_gtk-sharp.dll.config.in patch-gtkhtml_gtkhtml-sharp.dll.config.in patch-pango_pango-sharp.dll.config.in patch-rsvg_rsvg-sharp.dll.config.in patch-vte_vte-sharp.dll.config.in x11-toolkits/gtk-sharp-devel Makefile distinfo pkg-descr pkg-plist x11-toolkits/gtk-sharp-devel/files patch-art_art-sharp.dll.config.in patch-atk_atk-sharp.dll.config.in patch-configure patch-gconf_GConf_gconf-sharp.dll.config.in patch-gda_gda-sharp.dll.config.in patch-gdk_gdk-sharp.dll.config.in patch-glade_glade-sharp.dll.config.in patch-glib_glib-sharp.dll.config.in patch-gnome_gnome-sharp.dll.config.in patch-gnomedb_gnomedb-sharp.dll.config.in patch-gnomevfs_gnome-vfs-sharp.dll.config.in patch-gtk_gtk-sharp.dll.config.in patch-gtkdotnet_gtk-dotnet.dll.config.in patch-gtkhtml_gtkhtml-sharp.dll.config.in patch-pango_pango-sharp.dll.config.in patch-rsvg_rsvg-sharp.dll.config.in patch-vte_vte-sharp.dll.config.in Log: - Correctly remove gtk-sharp and gtk-sharp-devel now that they have been repo-copied to gtk-sharp10 and gtk-sharp20 respectively. Reviewed by: ahze (mentor) Repo-copy by: marcus Revision Changes Path 1.40 +0 -38 ports/x11-toolkits/gtk-sharp-devel/Makefile (dead) 1.14 +0 -2 ports/x11-toolkits/gtk-sharp-devel/distinfo (dead) 1.4 +0 -7 ports/x11-toolkits/gtk-sharp-devel/files/patch-art_art-sharp.dll.config.in (dead) 1.4 +0 -9 ports/x11-toolkits/gtk-sharp-devel/files/patch-atk_atk-sharp.dll.config.in (dead) 1.7 +0 -20 ports/x11-toolkits/gtk-sharp-devel/files/patch-configure (dead) 1.3 +0 -7 ports/x11-toolkits/gtk-sharp-devel/files/patch-gconf_GConf_gconf-sharp.dll.config.in (dead) 1.4 +0 -9 ports/x11-toolkits/gtk-sharp-devel/files/patch-gda_gda-sharp.dll.config.in (dead) 1.3 +0 -13 ports/x11-toolkits/gtk-sharp-devel/files/patch-gdk_gdk-sharp.dll.config.in (dead) 1.2 +0 -7 ports/x11-toolkits/gtk-sharp-devel/files/patch-glade_glade-sharp.dll.config.in (dead) 1.3 +0 -11 ports/x11-toolkits/gtk-sharp-devel/files/patch-glib_glib-sharp.dll.config.in (dead) 1.3 +0 -23 ports/x11-toolkits/gtk-sharp-devel/files/patch-gnome_gnome-sharp.dll.config.in (dead) 1.3 +0 -9 ports/x11-toolkits/gtk-sharp-devel/files/patch-gnomedb_gnomedb-sharp.dll.config.in (dead) 1.2 +0 -7 ports/x11-toolkits/gtk-sharp-devel/files/patch-gnomevfs_gnome-vfs-sharp.dll.config.in (dead) 1.3 +0 -13 ports/x11-toolkits/gtk-sharp-devel/files/patch-gtk_gtk-sharp.dll.config.in (dead) 1.2 +0 -7 ports/x11-toolkits/gtk-sharp-devel/files/patch-gtkdotnet_gtk-dotnet.dll.config.in (dead) 1.5 +0 -8 ports/x11-toolkits/gtk-sharp-devel/files/patch-gtkhtml_gtkhtml-sharp.dll.config.in (dead) 1.5 +0 -11 ports/x11-toolkits/gtk-sharp-devel/files/patch-pango_pango-sharp.dll.config.in (dead) 1.3 +0 -7 ports/x11-toolkits/gtk-sharp-devel/files/patch-rsvg_rsvg-sharp.dll.config.in (dead) 1.4 +0 -11 ports/x11-toolkits/gtk-sharp-devel/files/patch-vte_vte-sharp.dll.config.in (dead) 1.4 +0 -5 ports/x11-toolkits/gtk-sharp-devel/pkg-descr (dead) 1.15 +0 -133 ports/x11-toolkits/gtk-sharp-devel/pkg-plist (dead) 1.39 +0 -38 ports/x11-toolkits/gtk-sharp/Makefile (dead) 1.13 +0 -2 ports/x11-toolkits/gtk-sharp/distinfo (dead) 1.4 +0 -7 ports/x11-toolkits/gtk-sharp/files/patch-art_art-sharp.dll.config.in (dead) 1.3 +0 -7 ports/x11-toolkits/gtk-sharp/files/patch-atk_atk-sharp.dll.config.in (dead) 1.6 +0 -20 ports/x11-toolkits/gtk-sharp/files/patch-configure (dead) 1.3 +0 -7 ports/x11-toolkits/gtk-sharp/files/patch-gconf_GConf_gconf-sharp.dll.config.in (dead) 1.3 +0 -7 ports/x11-toolkits/gtk-sharp/files/patch-gda_gda-sharp.dll.config.in (dead) 1.3 +0 -13 ports/x11-toolkits/gtk-sharp/files/patch-gdk_gdk-sharp.dll.config.in (dead) 1.2 +0 -7 ports/x11-toolkits/gtk-sharp/files/patch-glade_glade-sharp.dll.config.in (dead) 1.3 +0 -11 ports/x11-toolkits/gtk-sharp/files/patch-glib_glib-sharp.dll.config.in (dead) 1.3 +0 -23 ports/x11-toolkits/gtk-sharp/files/patch-gnome_gnome-sharp.dll.config.in (dead) 1.2 +0 -7 ports/x11-toolkits/gtk-sharp/files/patch-gnomedb_gnomedb-sharp.dll.config.in (dead) 1.3 +0 -13 ports/x11-toolkits/gtk-sharp/files/patch-gtk_gtk-sharp.dll.config.in (dead) 1.4 +0 -7 ports/x11-toolkits/gtk-sharp/files/patch-gtkhtml_gtkhtml-sharp.dll.config.in (dead) 1.4 +0 -9 ports/x11-toolkits/gtk-sharp/files/patch-pango_pango-sharp.dll.config.in (dead) 1.3 +0 -7 ports/x11-toolkits/gtk-sharp/files/patch-rsvg_rsvg-sharp.dll.config.in (dead) 1.3 +0 -9 ports/x11-toolkits/gtk-sharp/files/patch-vte_vte-sharp.dll.config.in (dead) 1.4 +0 -5 ports/x11-toolkits/gtk-sharp/pkg-descr (dead) 1.14 +0 -121 ports/x11-toolkits/gtk-sharp/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Thu Sep 29 05:41:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76A6D16A41F; Thu, 29 Sep 2005 05:41:39 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3601543D48; Thu, 29 Sep 2005 05:41:39 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8T5fdTc091868; Thu, 29 Sep 2005 05:41:39 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8T5fdoh091867; Thu, 29 Sep 2005 05:41:39 GMT (envelope-from linimon) Message-Id: <200509290541.j8T5fdoh091867@repoman.freebsd.org> From: Mark Linimon Date: Thu, 29 Sep 2005 05:41:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.sites.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 05:41:39 -0000 linimon 2005-09-29 05:41:38 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: Yet one more mastersite. Actually the site works but no longer mirrors that particular directory. Revision Changes Path 1.318 +1 -2 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Thu Sep 29 05:45:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BA0B16A41F; Thu, 29 Sep 2005 05:45:36 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from ameno.mahoroba.org (gw4.mahoroba.org [218.45.22.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ACF343D48; Thu, 29 Sep 2005 05:45:34 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from localhost (IDENT:FRx+X6FvkeVh+sbSw85smftJaAhXyDqMcUIIAR3/Hzh9HIugBWuLgjhUsqSUgPFO@localhost [IPv6:::1]) (user=ume mech=CRAM-MD5 bits=0) by ameno.mahoroba.org (8.13.4/8.13.4) with ESMTP/inet6 id j8T5jPW5084473 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 29 Sep 2005 14:45:28 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Thu, 29 Sep 2005 14:45:25 +0900 Message-ID: From: Hajimu UMEMOTO To: Brooks Davis In-Reply-To: <20050928220549.GA28378@odin.ac.hmc.edu> References: <200509281959.j8SJxIpD046472@repoman.freebsd.org> <20050928201431.GA18560@odin.ac.hmc.edu> <20050928204145.GA20866@odin.ac.hmc.edu> <20050928220549.GA28378@odin.ac.hmc.edu> User-Agent: xcite1.38> Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) X-Operating-System: FreeBSD 5.4-STABLE X-PGP-Key: http://www.imasy.or.jp/~ume/publickey.asc X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5 BF5F 04E9 F086 BF90 71FE Organization: Internet Mutual Aid Society, YOKOHAMA MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0 (ameno.mahoroba.org [IPv6:::1]); Thu, 29 Sep 2005 14:45:29 +0900 (JST) X-Virus-Scanned: by amavisd-new X-Virus-Status: Clean X-Spam-Status: No, score=-4.1 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on ameno.mahoroba.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc pccard_ether X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 05:45:36 -0000 Hi, >>>>> On Wed, 28 Sep 2005 15:05:49 -0700 >>>>> Brooks Davis said: brooks> How would you feel about a forcestart option as a compromise for now? brooks> That would override both the AUTO check and the up check. Yes, I'll be happy with your offer. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ From owner-cvs-all@FreeBSD.ORG Thu Sep 29 06:35:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0F0516A437; Thu, 29 Sep 2005 06:35:36 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65CD243D62; Thu, 29 Sep 2005 06:35:36 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8T6ZaMS093971; Thu, 29 Sep 2005 06:35:36 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8T6Zax3093970; Thu, 29 Sep 2005 06:35:36 GMT (envelope-from linimon) Message-Id: <200509290635.j8T6Zax3093970@repoman.freebsd.org> From: Mark Linimon Date: Thu, 29 Sep 2005 06:35:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.sites.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 06:35:37 -0000 linimon 2005-09-29 06:35:35 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: Clean up MASTER_SITES_KDE. Mostly these are directory changes. Source: distfile survey Revision Changes Path 1.319 +12 -13 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Thu Sep 29 06:55:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AC4316A41F; Thu, 29 Sep 2005 06:55:19 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AD4343D55; Thu, 29 Sep 2005 06:55:19 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8T6tItm094613; Thu, 29 Sep 2005 06:55:18 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8T6tIJw094612; Thu, 29 Sep 2005 06:55:18 GMT (envelope-from vanilla) Message-Id: <200509290655.j8T6tIJw094612@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 29 Sep 2005 06:55:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc/irssi Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 06:55:19 -0000 vanilla 2005-09-29 06:55:18 UTC FreeBSD ports repository Modified files: irc/irssi Makefile Log: Fix manpage pathnames. PR: ports/84909 Submitted by: Ed Schouten Revision Changes Path 1.84 +5 -0 ports/irc/irssi/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 29 07:32:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2EB116A41F; Thu, 29 Sep 2005 07:32:20 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73F3243D53; Thu, 29 Sep 2005 07:32:20 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8T7WKe4096024; Thu, 29 Sep 2005 07:32:20 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8T7WKrj096023; Thu, 29 Sep 2005 07:32:20 GMT (envelope-from vanilla) Message-Id: <200509290732.j8T7WKrj096023@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 29 Sep 2005 07:32:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc/irssi Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 07:32:20 -0000 vanilla 2005-09-29 07:32:20 UTC FreeBSD ports repository Modified files: irc/irssi Makefile Log: Fix typo error (USE_REPLACE => USE_REINPLACE), my fault :( Submitted by: Ed Schouten Revision Changes Path 1.85 +1 -1 ports/irc/irssi/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 29 07:35:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7E0416A420; Thu, 29 Sep 2005 07:35:23 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72E2443D4C; Thu, 29 Sep 2005 07:35:23 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8T7ZNhv096138; Thu, 29 Sep 2005 07:35:23 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8T7ZNoF096137; Thu, 29 Sep 2005 07:35:23 GMT (envelope-from dinoex) Message-Id: <200509290735.j8T7ZNoF096137@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 29 Sep 2005 07:35:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/netpbm Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 07:35:24 -0000 dinoex 2005-09-29 07:35:23 UTC FreeBSD ports repository Modified files: graphics/netpbm Makefile distinfo Log: - update to 10.26.16 Revision Changes Path 1.114 +1 -1 ports/graphics/netpbm/Makefile 1.62 +2 -2 ports/graphics/netpbm/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 29 08:05:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3D2E16A420; Thu, 29 Sep 2005 08:05:05 +0000 (GMT) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EF2543D48; Thu, 29 Sep 2005 08:05:05 +0000 (GMT) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8T855Vd097074; Thu, 29 Sep 2005 08:05:05 GMT (envelope-from kwm@repoman.freebsd.org) Received: (from kwm@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8T855jl097073; Thu, 29 Sep 2005 08:05:05 GMT (envelope-from kwm) Message-Id: <200509290805.j8T855jl097073@repoman.freebsd.org> From: Koop Mast Date: Thu, 29 Sep 2005 08:05:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/bluefish Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 08:05:05 -0000 kwm 2005-09-29 08:05:04 UTC FreeBSD ports repository Modified files: www/bluefish Makefile Log: Remove dead mirror. Submitted by: linimon Revision Changes Path 1.39 +1 -2 ports/www/bluefish/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 29 08:34:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37FD716A41F; Thu, 29 Sep 2005 08:34:47 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EECC443D49; Thu, 29 Sep 2005 08:34:46 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8T8Yklk098130; Thu, 29 Sep 2005 08:34:46 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8T8Yk18098129; Thu, 29 Sep 2005 08:34:46 GMT (envelope-from vs) Message-Id: <200509290834.j8T8Yk18098129@repoman.freebsd.org> From: Volker Stolz Date: Thu, 29 Sep 2005 08:34:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/rvm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 08:34:47 -0000 vs 2005-09-29 08:34:46 UTC FreeBSD ports repository Modified files: archivers/rvm Makefile Log: Use DISTVERSION Revision Changes Path 1.10 +1 -2 ports/archivers/rvm/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 29 08:48:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B431516A41F; Thu, 29 Sep 2005 08:48:32 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74EA643D49; Thu, 29 Sep 2005 08:48:32 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8T8mWt9005917; Thu, 29 Sep 2005 08:48:32 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8T8mWoG005916; Thu, 29 Sep 2005 08:48:32 GMT (envelope-from vs) Message-Id: <200509290848.j8T8mWoG005916@repoman.freebsd.org> From: Volker Stolz Date: Thu, 29 Sep 2005 08:48:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/untar Makefile ports/archivers/untar/files Makefile.untar X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 08:48:32 -0000 vs 2005-09-29 08:48:31 UTC FreeBSD ports repository Modified files: archivers/untar Makefile Removed files: archivers/untar/files Makefile.untar Log: Use bsd.prog.mk directly Revision Changes Path 1.6 +5 -4 ports/archivers/untar/Makefile 1.2 +0 -11 ports/archivers/untar/files/Makefile.untar (dead) From owner-cvs-all@FreeBSD.ORG Thu Sep 29 08:56:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0334416A41F; Thu, 29 Sep 2005 08:56:17 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7B1B43D4C; Thu, 29 Sep 2005 08:56:16 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8T8uGvq006195; Thu, 29 Sep 2005 08:56:16 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8T8uGVG006194; Thu, 29 Sep 2005 08:56:16 GMT (envelope-from pjd) Message-Id: <200509290856.j8T8uGVG006194@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 29 Sep 2005 08:56:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/geom/class/mirror gmirror.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 08:56:17 -0000 pjd 2005-09-29 08:56:15 UTC FreeBSD src repository Modified files: sbin/geom/class/mirror gmirror.8 Log: Add a note in example as well, that last sector is used for metadata, so it don't provoke confusions. Noticed by: Victor Sudakov MFC after: 2 days Revision Changes Path 1.17 +2 -1 src/sbin/geom/class/mirror/gmirror.8 From owner-cvs-all@FreeBSD.ORG Thu Sep 29 09:05:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC26B16A41F; Thu, 29 Sep 2005 09:05:35 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAE9143D49; Thu, 29 Sep 2005 09:05:35 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8T95Zsn006556; Thu, 29 Sep 2005 09:05:35 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8T95Z6l006555; Thu, 29 Sep 2005 09:05:35 GMT (envelope-from ahze) Message-Id: <200509290905.j8T95Z6l006555@repoman.freebsd.org> From: Michael Johnson Date: Thu, 29 Sep 2005 09:05:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/kazehakase Makefile distinfo pkg-plist ports/www/kazehakase/files patch-src_dialogs_kz-copy-format-dialog.c patch-src_dialogs_kz-prompt-dialog.c patch-src_kz-tab-label.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 09:05:36 -0000 ahze 2005-09-29 09:05:34 UTC FreeBSD ports repository Modified files: www/kazehakase Makefile distinfo pkg-plist Removed files: www/kazehakase/files patch-src_dialogs_kz-copy-format-dialog.c patch-src_dialogs_kz-prompt-dialog.c patch-src_kz-tab-label.c Log: - Update to 0.3.1 Revision Changes Path 1.29 +2 -2 ports/www/kazehakase/Makefile 1.15 +2 -2 ports/www/kazehakase/distinfo 1.2 +0 -13 ports/www/kazehakase/files/patch-src_dialogs_kz-copy-format-dialog.c (dead) 1.2 +0 -17 ports/www/kazehakase/files/patch-src_dialogs_kz-prompt-dialog.c (dead) 1.2 +0 -14 ports/www/kazehakase/files/patch-src_kz-tab-label.c (dead) 1.10 +1 -0 ports/www/kazehakase/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 29 09:34:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FBA116A41F; Thu, 29 Sep 2005 09:34:49 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E5DC43D4C; Thu, 29 Sep 2005 09:34:49 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8T9Yn74007568; Thu, 29 Sep 2005 09:34:49 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8T9Yn4o007567; Thu, 29 Sep 2005 09:34:49 GMT (envelope-from tobez) Message-Id: <200509290934.j8T9Yn4o007567@repoman.freebsd.org> From: Anton Berezin Date: Thu, 29 Sep 2005 09:34:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/p5-Net-XMPP pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 09:34:49 -0000 tobez 2005-09-29 09:34:48 UTC FreeBSD ports repository Modified files: net/p5-Net-XMPP pkg-descr Log: Fix WWW. Submitted by: maintainer PR: 86702 Revision Changes Path 1.2 +1 -1 ports/net/p5-Net-XMPP/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Sep 29 09:38:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A2C716A41F; Thu, 29 Sep 2005 09:38:43 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF04D43D4C; Thu, 29 Sep 2005 09:38:42 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8T9cgAi007727; Thu, 29 Sep 2005 09:38:42 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8T9cgbN007726; Thu, 29 Sep 2005 09:38:42 GMT (envelope-from tobez) Message-Id: <200509290938.j8T9cgbN007726@repoman.freebsd.org> From: Anton Berezin Date: Thu, 29 Sep 2005 09:38:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Sub-Override Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 09:38:43 -0000 tobez 2005-09-29 09:38:42 UTC FreeBSD ports repository Modified files: devel/p5-Sub-Override Makefile distinfo Log: Update to 0.08. Submitted by: maintainer PR: 86703 Revision Changes Path 1.2 +1 -1 ports/devel/p5-Sub-Override/Makefile 1.2 +2 -2 ports/devel/p5-Sub-Override/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 29 09:39:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B865416A41F; Thu, 29 Sep 2005 09:39:01 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B58643D53; Thu, 29 Sep 2005 09:39:01 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8T9d142007765; Thu, 29 Sep 2005 09:39:01 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8T9d1tR007764; Thu, 29 Sep 2005 09:39:01 GMT (envelope-from linimon) Message-Id: <200509290939.j8T9d1tR007764@repoman.freebsd.org> From: Mark Linimon Date: Thu, 29 Sep 2005 09:39:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc/fisg Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 09:39:01 -0000 linimon 2005-09-29 09:39:01 UTC FreeBSD ports repository Modified files: irc/fisg Makefile Log: Remove obsolete mastersites. Source: distfile survey Approved by: maintainer Revision Changes Path 1.4 +1 -2 ports/irc/fisg/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 29 09:41:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9546F16A41F; Thu, 29 Sep 2005 09:41:47 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56C6143D49; Thu, 29 Sep 2005 09:41:47 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8T9flKg007892; Thu, 29 Sep 2005 09:41:47 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8T9fl83007891; Thu, 29 Sep 2005 09:41:47 GMT (envelope-from tobez) Message-Id: <200509290941.j8T9fl83007891@repoman.freebsd.org> From: Anton Berezin Date: Thu, 29 Sep 2005 09:41:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/p5-Mail-SpamAssassin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 09:41:47 -0000 tobez 2005-09-29 09:41:46 UTC FreeBSD ports repository Modified files: mail/p5-Mail-SpamAssassin Makefile Log: Add RELAY_COUNTRY support. Submitted by: Zach Thompson PR: 86689 Revision Changes Path 1.80 +6 -0 ports/mail/p5-Mail-SpamAssassin/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 29 09:45:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24F3116A41F; Thu, 29 Sep 2005 09:45:06 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D18B243D48; Thu, 29 Sep 2005 09:45:05 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8T9j54O008097; Thu, 29 Sep 2005 09:45:05 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8T9j5qZ008096; Thu, 29 Sep 2005 09:45:05 GMT (envelope-from tobez) Message-Id: <200509290945.j8T9j5qZ008096@repoman.freebsd.org> From: Anton Berezin Date: Thu, 29 Sep 2005 09:45:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-Text-Aspell Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 09:45:06 -0000 tobez 2005-09-29 09:45:05 UTC FreeBSD ports repository Modified files: textproc/p5-Text-Aspell Makefile distinfo Log: Update to 0.05. Submitted by: maintainer PR: 86704 Revision Changes Path 1.3 +1 -2 ports/textproc/p5-Text-Aspell/Makefile 1.2 +2 -2 ports/textproc/p5-Text-Aspell/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 29 10:01:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A51116A41F; Thu, 29 Sep 2005 10:01:30 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEB1E43D49; Thu, 29 Sep 2005 10:01:29 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TA1TJk008797; Thu, 29 Sep 2005 10:01:29 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TA1TPm008796; Thu, 29 Sep 2005 10:01:29 GMT (envelope-from tobez) Message-Id: <200509291001.j8TA1TPm008796@repoman.freebsd.org> From: Anton Berezin Date: Thu, 29 Sep 2005 10:01:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Set-Object Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 10:01:30 -0000 tobez 2005-09-29 10:01:29 UTC FreeBSD ports repository Modified files: devel/p5-Set-Object Makefile distinfo Log: Update to 1.14. Revision Changes Path 1.15 +1 -1 ports/devel/p5-Set-Object/Makefile 1.8 +2 -2 ports/devel/p5-Set-Object/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 29 10:10:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2327F16A41F; Thu, 29 Sep 2005 10:10:38 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D752943D49; Thu, 29 Sep 2005 10:10:37 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TAAbc8009163; Thu, 29 Sep 2005 10:10:37 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TAAbuF009162; Thu, 29 Sep 2005 10:10:37 GMT (envelope-from vs) Message-Id: <200509291010.j8TAAbuF009162@repoman.freebsd.org> From: Volker Stolz Date: Thu, 29 Sep 2005 10:10:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/zipios++ Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 10:10:38 -0000 vs 2005-09-29 10:10:37 UTC FreeBSD ports repository Modified files: archivers/zipios++ Makefile pkg-plist Log: Uses INC_LIBTOOL, drop static lib while here Revision Changes Path 1.10 +2 -0 ports/archivers/zipios++/Makefile 1.4 +0 -1 ports/archivers/zipios++/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 29 10:31:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C452016A41F; Thu, 29 Sep 2005 10:31:48 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85D0343D48; Thu, 29 Sep 2005 10:31:48 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TAVmVw010040; Thu, 29 Sep 2005 10:31:48 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TAVmuT010039; Thu, 29 Sep 2005 10:31:48 GMT (envelope-from vs) Message-Id: <200509291031.j8TAVmuT010039@repoman.freebsd.org> From: Volker Stolz Date: Thu, 29 Sep 2005 10:31:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/cfitsio Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 10:31:49 -0000 vs 2005-09-29 10:31:48 UTC FreeBSD ports repository Modified files: astro/cfitsio Makefile pkg-plist Log: science/kst doesn't need the archive Revision Changes Path 1.4 +2 -2 ports/astro/cfitsio/Makefile 1.2 +0 -1 ports/astro/cfitsio/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 29 10:37:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D63816A41F; Thu, 29 Sep 2005 10:37:21 +0000 (GMT) (envelope-from peadar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2DA043D48; Thu, 29 Sep 2005 10:37:20 +0000 (GMT) (envelope-from peadar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TAbKw4010228; Thu, 29 Sep 2005 10:37:20 GMT (envelope-from peadar@repoman.freebsd.org) Received: (from peadar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TAbKdI010227; Thu, 29 Sep 2005 10:37:20 GMT (envelope-from peadar) Message-Id: <200509291037.j8TAbKdI010227@repoman.freebsd.org> From: Peter Edwards Date: Thu, 29 Sep 2005 10:37:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 10:37:21 -0000 peadar 2005-09-29 10:37:20 UTC FreeBSD src repository Modified files: sys/kern vfs_bio.c Log: Close a race in biodone(), whereby the bio_done field of the passed bio may have been freed and reassigned by the wakeup before being tested after releasing the bdonelock. There's a non-zero chance this is the cause of a few of the crashes knocking around with biodone() sitting in the stack backtrace. Reviewed By: phk@ Revision Changes Path 1.494 +5 -3 src/sys/kern/vfs_bio.c From owner-cvs-all@FreeBSD.ORG Thu Sep 29 10:38:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45C9B16A420; Thu, 29 Sep 2005 10:38:36 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05BF143D4C; Thu, 29 Sep 2005 10:38:36 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TAcZ8S010343; Thu, 29 Sep 2005 10:38:35 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TAcZNn010342; Thu, 29 Sep 2005 10:38:35 GMT (envelope-from oliver) Message-Id: <200509291038.j8TAcZNn010342@repoman.freebsd.org> From: Oliver Lehmann Date: Thu, 29 Sep 2005 10:38:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/sylpheed2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 10:38:36 -0000 oliver 2005-09-29 10:38:35 UTC FreeBSD ports repository Modified files: mail/sylpheed2 Makefile distinfo Log: update to 2.0.2 Revision Changes Path 1.121 +1 -1 ports/mail/sylpheed2/Makefile 1.87 +2 -2 ports/mail/sylpheed2/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 29 10:56:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2418916A41F; Thu, 29 Sep 2005 10:56:46 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D904443D49; Thu, 29 Sep 2005 10:56:45 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TAuj9t011069; Thu, 29 Sep 2005 10:56:45 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TAujvc011068; Thu, 29 Sep 2005 10:56:45 GMT (envelope-from novel) Message-Id: <200509291056.j8TAujvc011068@repoman.freebsd.org> From: Roman Bogorodskiy Date: Thu, 29 Sep 2005 10:56:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/rfcdiff Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 10:56:46 -0000 novel 2005-09-29 10:56:45 UTC FreeBSD ports repository Modified files: textproc/rfcdiff Makefile distinfo Log: Update to 1.27. PR: 86705 Submitted by: Lars Eggert (maintainer) Revision Changes Path 1.6 +1 -1 ports/textproc/rfcdiff/Makefile 1.5 +2 -2 ports/textproc/rfcdiff/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 29 11:07:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B0E416A41F; Thu, 29 Sep 2005 11:07:20 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBEDE43D49; Thu, 29 Sep 2005 11:07:19 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TB7JWP011529; Thu, 29 Sep 2005 11:07:19 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TB7JF3011528; Thu, 29 Sep 2005 11:07:19 GMT (envelope-from novel) Message-Id: <200509291107.j8TB7JF3011528@repoman.freebsd.org> From: Roman Bogorodskiy Date: Thu, 29 Sep 2005 11:07:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese/jls Makefile ports/sysutils/sleuthkit Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 11:07:20 -0000 novel 2005-09-29 11:07:19 UTC FreeBSD ports repository Modified files: japanese/jls Makefile sysutils/sleuthkit Makefile Log: Mark CONFLICTS - both install bin/jls and jls.1 man. PR: 86698 Submitted by: Fumiyoshi TAOKA Revision Changes Path 1.16 +2 -0 ports/japanese/jls/Makefile 1.9 +2 -0 ports/sysutils/sleuthkit/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 29 11:13:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE9A016A41F; Thu, 29 Sep 2005 11:13:19 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 809F443D4C; Thu, 29 Sep 2005 11:13:19 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TBDJIG011765; Thu, 29 Sep 2005 11:13:19 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TBDJFf011764; Thu, 29 Sep 2005 11:13:19 GMT (envelope-from joel) Message-Id: <200509291113.j8TBDJFf011764@repoman.freebsd.org> From: Joel Dahl Date: Thu, 29 Sep 2005 11:13:19 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/projects summerofcode.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 11:13:20 -0000 joel 2005-09-29 11:13:18 UTC FreeBSD doc repository Modified files: en/projects summerofcode.sgml Log: Fix typos. Revision Changes Path 1.32 +5 -5 www/en/projects/summerofcode.sgml From owner-cvs-all@FreeBSD.ORG Thu Sep 29 11:17:55 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id AD5F216A420; Thu, 29 Sep 2005 11:17:55 +0000 (GMT) Date: Thu, 29 Sep 2005 11:17:55 +0000 From: Alexey Dokuchaev To: Peter Jeremy Message-ID: <20050929111755.GB72050@FreeBSD.org> References: <200509281239.j8SCd0WM012320@repoman.freebsd.org> <20050928124614.GJ94010@submonkey.net> <20050928131019.GB24355@garage.freebsd.pl> <20050928190216.GB72352@cirb503493.alcatel.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20050928190216.GB72352@cirb503493.alcatel.com.au> User-Agent: Mutt/1.4.2.1i Cc: src-committers@freebsd.org, Pawel Jakub Dawidek , cvs-src@freebsd.org, cvs-all@freebsd.org, Ceri Davies , Ken Smith Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 11:17:55 -0000 On Thu, Sep 29, 2005 at 05:02:16AM +1000, Peter Jeremy wrote: > On Wed, 2005-Sep-28 15:10:19 +0200, Pawel Jakub Dawidek wrote: > >On Wed, Sep 28, 2005 at 01:46:14PM +0100, Ceri Davies wrote: > >+> On Wed, Sep 28, 2005 at 12:39:00PM +0000, Ken Smith wrote: > >+> > kensmith 2005-09-28 12:39:00 UTC > >+> > > >+> > FreeBSD src repository > >+> > > >+> > Modified files: > >+> > release Makefile > >+> > Log: > >+> > Add SHA256 checksums to the release build. > >+> > >+> Good idea. Along these lines, does anyone know what the barriers are > >+> in moving the default password hash from md5 to blowfish (not for > >+> RELENG_6, just in general), or has it just not been done yet? > > You need to a line "crypt_default = blf" to /etc/auth.conf And you also have to change /etc/login.conf in the same manner for passwd(1) to work. ./danfe From owner-cvs-all@FreeBSD.ORG Thu Sep 29 11:36:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4D7F16A41F; Thu, 29 Sep 2005 11:36:48 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 440AD43D5A; Thu, 29 Sep 2005 11:36:48 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TBam64012693; Thu, 29 Sep 2005 11:36:48 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TBalNi012692; Thu, 29 Sep 2005 11:36:47 GMT (envelope-from joel) Message-Id: <200509291136.j8TBalNi012692@repoman.freebsd.org> From: Joel Dahl Date: Thu, 29 Sep 2005 11:36:47 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/projects/busdma index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 11:36:49 -0000 joel 2005-09-29 11:36:47 UTC FreeBSD doc repository Modified files: en/projects/busdma index.sgml Log: Minor improvements. Revision Changes Path 1.111 +9 -9 www/en/projects/busdma/index.sgml From owner-cvs-all@FreeBSD.ORG Thu Sep 29 11:56:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA7F216A420; Thu, 29 Sep 2005 11:56:23 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 218E243D76; Thu, 29 Sep 2005 11:56:16 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TBuGiC013356; Thu, 29 Sep 2005 11:56:16 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TBuGOA013355; Thu, 29 Sep 2005 11:56:16 GMT (envelope-from fjoe) Message-Id: <200509291156.j8TBuGOA013355@repoman.freebsd.org> From: Max Khon Date: Thu, 29 Sep 2005 11:56:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules/geom/geom_uzip Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 11:56:24 -0000 fjoe 2005-09-29 11:56:16 UTC FreeBSD src repository Modified files: sys/modules/geom/geom_uzip Makefile Log: Add -DINVARIANT_SUPPORT -DINVARIANTS (to commented out CFLAGS, used for debugging). Revision Changes Path 1.3 +1 -1 src/sys/modules/geom/geom_uzip/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 29 12:00:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCBD416A420; Thu, 29 Sep 2005 12:00:48 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89FF643D55; Thu, 29 Sep 2005 12:00:48 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TC0mna013555; Thu, 29 Sep 2005 12:00:48 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TC0mf3013554; Thu, 29 Sep 2005 12:00:48 GMT (envelope-from tobez) Message-Id: <200509291200.j8TC0mf3013554@repoman.freebsd.org> From: Anton Berezin Date: Thu, 29 Sep 2005 12:00:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-IPC-Run3 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 12:00:49 -0000 tobez 2005-09-29 12:00:48 UTC FreeBSD ports repository Modified files: devel/p5-IPC-Run3 Makefile distinfo Log: Update to 0.031. Revision Changes Path 1.6 +1 -1 ports/devel/p5-IPC-Run3/Makefile 1.4 +2 -2 ports/devel/p5-IPC-Run3/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 29 12:16:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F1CE16A41F; Thu, 29 Sep 2005 12:16:12 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F2F043D49; Thu, 29 Sep 2005 12:16:12 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TCGBVw014136; Thu, 29 Sep 2005 12:16:11 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TCGBLd014135; Thu, 29 Sep 2005 12:16:11 GMT (envelope-from pav) Message-Id: <200509291216.j8TCGBLd014135@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 29 Sep 2005 12:16:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/gnomedocutils pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 12:16:12 -0000 pav 2005-09-29 12:16:11 UTC FreeBSD ports repository Modified files: textproc/gnomedocutils pkg-descr Log: - Inserting decent comments since 2003 Revision Changes Path 1.2 +5 -1 ports/textproc/gnomedocutils/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Sep 29 12:31:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06FA016A41F; Thu, 29 Sep 2005 12:31:45 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD0D943D53; Thu, 29 Sep 2005 12:31:44 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TCViLS014722; Thu, 29 Sep 2005 12:31:44 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TCViWY014721; Thu, 29 Sep 2005 12:31:44 GMT (envelope-from phk) Message-Id: <200509291231.j8TCViWY014721@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 29 Sep 2005 12:31:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/watchdog watchdog.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 12:31:45 -0000 phk 2005-09-29 12:31:44 UTC FreeBSD src repository Modified files: sys/dev/watchdog watchdog.c Log: Return zero when disabling watchdog, unless any of the drivers complain. Revision Changes Path 1.3 +6 -2 src/sys/dev/watchdog/watchdog.c From owner-cvs-all@FreeBSD.ORG Thu Sep 29 12:34:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 467EA16A41F; Thu, 29 Sep 2005 12:34:13 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0648343D49; Thu, 29 Sep 2005 12:34:13 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TCYCCd014800; Thu, 29 Sep 2005 12:34:12 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TCYCsb014799; Thu, 29 Sep 2005 12:34:12 GMT (envelope-from tobez) Message-Id: <200509291234.j8TCYCsb014799@repoman.freebsd.org> From: Anton Berezin Date: Thu, 29 Sep 2005 12:34:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-Lingua-Preferred Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 12:34:13 -0000 tobez 2005-09-29 12:34:12 UTC FreeBSD ports repository Modified files: textproc/p5-Lingua-Preferred Makefile distinfo Log: Update to 0.2.4. Assign maintainer to perl@. Revision Changes Path 1.8 +4 -3 ports/textproc/p5-Lingua-Preferred/Makefile 1.4 +2 -2 ports/textproc/p5-Lingua-Preferred/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 29 12:36:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A02F416A420; Thu, 29 Sep 2005 12:36:00 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62E4B43D49; Thu, 29 Sep 2005 12:36:00 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TCa0I4014979; Thu, 29 Sep 2005 12:36:00 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TCa07h014978; Thu, 29 Sep 2005 12:36:00 GMT (envelope-from mnag) Message-Id: <200509291236.j8TCa07h014978@repoman.freebsd.org> From: Marcus Alves Grando Date: Thu, 29 Sep 2005 12:36:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/pptpclient Makefile distinfo pkg-plist ports/net/pptpclient/files patch-aa patch-ad X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 12:36:00 -0000 mnag 2005-09-29 12:36:00 UTC FreeBSD ports repository Modified files: net/pptpclient Makefile distinfo pkg-plist net/pptpclient/files patch-aa Removed files: net/pptpclient/files patch-ad Log: Update to 1.6.0 PR: 85033 Pointed by: Dmitry Nikulenko Approved by: pav (mentor), thomas@cuivre.fr.eu.org (maintainer timeout, 43 days) Revision Changes Path 1.12 +2 -2 ports/net/pptpclient/Makefile 1.7 +2 -2 ports/net/pptpclient/distinfo 1.6 +4 -4 ports/net/pptpclient/files/patch-aa 1.5 +0 -11 ports/net/pptpclient/files/patch-ad (dead) 1.4 +3 -3 ports/net/pptpclient/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 29 12:44:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACAC616A41F; Thu, 29 Sep 2005 12:44:20 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A22543D48; Thu, 29 Sep 2005 12:44:20 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TCiKGg015337; Thu, 29 Sep 2005 12:44:20 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TCiK79015336; Thu, 29 Sep 2005 12:44:20 GMT (envelope-from lofi) Message-Id: <200509291244.j8TCiK79015336@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 29 Sep 2005 12:44:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/kmenc15 Makefile ports/multimedia/kmenc15/files patch-wcon.ui X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 12:44:20 -0000 lofi 2005-09-29 12:44:20 UTC FreeBSD ports repository Modified files: multimedia/kmenc15 Makefile Added files: multimedia/kmenc15/files patch-wcon.ui Log: Fix MASTER_SITES and patch bogus ui file in preparation for Qt 3.3.5. Revision Changes Path 1.5 +2 -1 ports/multimedia/kmenc15/Makefile 1.1 +29 -0 ports/multimedia/kmenc15/files/patch-wcon.ui (new) From owner-cvs-all@FreeBSD.ORG Thu Sep 29 12:51:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41A5916A41F; Thu, 29 Sep 2005 12:51:40 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D01CE43D58; Thu, 29 Sep 2005 12:51:39 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TCpdiF022743; Thu, 29 Sep 2005 12:51:39 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TCpdUD022742; Thu, 29 Sep 2005 12:51:39 GMT (envelope-from krion) Message-Id: <200509291251.j8TCpdUD022742@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 29 Sep 2005 12:51:39 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/share/pgpkeys krion.key X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 12:51:40 -0000 krion 2005-09-29 12:51:39 UTC FreeBSD doc repository Modified files: share/pgpkeys krion.key Log: Update my GPG key. Revision Changes Path 1.4 +141 -137 doc/share/pgpkeys/krion.key From owner-cvs-all@FreeBSD.ORG Thu Sep 29 13:02:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFB4516A41F; Thu, 29 Sep 2005 13:02:53 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A50DC43D49; Thu, 29 Sep 2005 13:02:53 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TD2r8K023253; Thu, 29 Sep 2005 13:02:53 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TD2raI023252; Thu, 29 Sep 2005 13:02:53 GMT (envelope-from garga) Message-Id: <200509291302.j8TD2raI023252@repoman.freebsd.org> From: Renato Botelho Date: Thu, 29 Sep 2005 13:02:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail Makefile ports/mail/sympa5 Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-plist ports/mail/sympa5/files patch-Makefile.in patch-check_perl_modules.pl patch-src-Language.pm patch-src-etc-script-sympa patch-src-sympa_wizard.pl ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 13:02:54 -0000 garga 2005-09-29 13:02:53 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/sympa5 Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-plist mail/sympa5/files patch-Makefile.in patch-check_perl_modules.pl patch-src-Language.pm patch-src-etc-script-sympa patch-src-sympa_wizard.pl patch-wwsympa-Makefile patch-wwsympa-wwsympa-wrapper.c Log: Add sympa5 5.1, sympa is an electronic mailing list manager. PR: ports/86599 Submitted by: Olivier Girard Revision Changes Path 1.688 +1 -0 ports/mail/Makefile 1.1 +142 -0 ports/mail/sympa5/Makefile (new) 1.1 +2 -0 ports/mail/sympa5/distinfo (new) 1.1 +80 -0 ports/mail/sympa5/files/patch-Makefile.in (new) 1.1 +19 -0 ports/mail/sympa5/files/patch-check_perl_modules.pl (new) 1.1 +36 -0 ports/mail/sympa5/files/patch-src-Language.pm (new) 1.1 +85 -0 ports/mail/sympa5/files/patch-src-etc-script-sympa (new) 1.1 +35 -0 ports/mail/sympa5/files/patch-src-sympa_wizard.pl (new) 1.1 +24 -0 ports/mail/sympa5/files/patch-wwsympa-Makefile (new) 1.1 +11 -0 ports/mail/sympa5/files/patch-wwsympa-wwsympa-wrapper.c (new) 1.1 +21 -0 ports/mail/sympa5/pkg-deinstall (new) 1.1 +12 -0 ports/mail/sympa5/pkg-descr (new) 1.1 +73 -0 ports/mail/sympa5/pkg-install (new) 1.1 +454 -0 ports/mail/sympa5/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Sep 29 13:03:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD0D116A421; Thu, 29 Sep 2005 13:03:10 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CC7F43D48; Thu, 29 Sep 2005 13:03:10 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TD3Akx023306; Thu, 29 Sep 2005 13:03:10 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TD3Avk023305; Thu, 29 Sep 2005 13:03:10 GMT (envelope-from garga) Message-Id: <200509291303.j8TD3Avk023305@repoman.freebsd.org> From: Renato Botelho Date: Thu, 29 Sep 2005 13:03:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 13:03:11 -0000 garga 2005-09-29 13:03:10 UTC FreeBSD ports repository Modified files: . modules Log: sympa5 --> ports/mail/sympa5 Revision Changes Path 1.13249 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Sep 29 13:03:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B211916A420; Thu, 29 Sep 2005 13:03:19 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CCC843D49; Thu, 29 Sep 2005 13:03:19 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TD3J41023339; Thu, 29 Sep 2005 13:03:19 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TD3JjL023338; Thu, 29 Sep 2005 13:03:19 GMT (envelope-from mnag) Message-Id: <200509291303.j8TD3JjL023338@repoman.freebsd.org> From: Marcus Alves Grando Date: Thu, 29 Sep 2005 13:03:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/xmms/files patch-Output__OSS__mixer.c patch-Output__esd__mixer.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 13:03:19 -0000 mnag 2005-09-29 13:03:19 UTC FreeBSD ports repository Added files: multimedia/xmms/files patch-Output__OSS__mixer.c patch-Output__esd__mixer.c Log: Uses 32bit int for ioctl rather than 64bit long on amd64 Patches are obtained from (multimedia/beep-media-player) PR: 82618 Submitted by: Ryan R. Approved by: pav (mentor), esk@ira.uka.de (maintainer timeout, 96 days) Revision Changes Path 1.1 +22 -0 ports/multimedia/xmms/files/patch-Output__OSS__mixer.c (new) 1.1 +22 -0 ports/multimedia/xmms/files/patch-Output__esd__mixer.c (new) From owner-cvs-all@FreeBSD.ORG Thu Sep 29 13:03:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16BE416A420; Thu, 29 Sep 2005 13:03:55 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2BFF43D49; Thu, 29 Sep 2005 13:03:53 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 7D09052D13; Thu, 29 Sep 2005 15:03:52 +0200 (CEST) Received: from localhost (pjd.wheel.pl [10.0.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id BF7D852CD7; Thu, 29 Sep 2005 15:03:45 +0200 (CEST) Date: Thu, 29 Sep 2005 15:03:38 +0200 From: Pawel Jakub Dawidek To: Peter Edwards Message-ID: <20050929130338.GC1715@garage.freebsd.pl> References: <200509291037.j8TAbKdI010227@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0/kgSOzhNoDC5T3a" Content-Disposition: inline In-Reply-To: <200509291037.j8TAbKdI010227@repoman.freebsd.org> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng devel (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-5.9 required=3.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.4 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 13:03:55 -0000 --0/kgSOzhNoDC5T3a Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 29, 2005 at 10:37:20AM +0000, Peter Edwards wrote: +> peadar 2005-09-29 10:37:20 UTC +>=20 +> FreeBSD src repository +>=20 +> Modified files: +> sys/kern vfs_bio.c=20 +> Log: +> Close a race in biodone(), whereby the bio_done field of the passed +> bio may have been freed and reassigned by the wakeup before being +> tested after releasing the bdonelock. +> =20 +> There's a non-zero chance this is the cause of a few of the crashes +> knocking around with biodone() sitting in the stack backtrace. Should this fix the panic on boot in vmware? --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --0/kgSOzhNoDC5T3a Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDO+YpForvXbEpPzQRAoj4AJ43TSi7Vdvt7DqJJoyC6QWt/yBJmwCdFMbO 4TAYj20P9mbnnwYjw5lZ1N0= =Aj0v -----END PGP SIGNATURE----- --0/kgSOzhNoDC5T3a-- From owner-cvs-all@FreeBSD.ORG Thu Sep 29 13:03:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B212E16A41F; Thu, 29 Sep 2005 13:03:55 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7144543D48; Thu, 29 Sep 2005 13:03:55 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TD3tta023377; Thu, 29 Sep 2005 13:03:55 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TD3tG1023376; Thu, 29 Sep 2005 13:03:55 GMT (envelope-from garga) Message-Id: <200509291303.j8TD3tG1023376@repoman.freebsd.org> From: Renato Botelho Date: Thu, 29 Sep 2005 13:03:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/sympa Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 13:03:55 -0000 garga 2005-09-29 13:03:55 UTC FreeBSD ports repository Modified files: mail/sympa Makefile Log: - Add sympa5 to CONFLICTS Revision Changes Path 1.18 +2 -0 ports/mail/sympa/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 29 13:09:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3B5816A41F; Thu, 29 Sep 2005 13:09:04 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B537843D49; Thu, 29 Sep 2005 13:09:04 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TD94I0023621; Thu, 29 Sep 2005 13:09:04 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TD94NQ023620; Thu, 29 Sep 2005 13:09:04 GMT (envelope-from ru) Message-Id: <200509291309.j8TD94NQ023620@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 29 Sep 2005 13:09:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig ifieee80211.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 13:09:05 -0000 ru 2005-09-29 13:09:04 UTC FreeBSD src repository Modified files: sbin/ifconfig ifieee80211.c Log: err() -> errx() where appropriate. Revision Changes Path 1.26 +5 -5 src/sbin/ifconfig/ifieee80211.c From owner-cvs-all@FreeBSD.ORG Thu Sep 29 13:11:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49CB816A41F; Thu, 29 Sep 2005 13:11:23 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 084E743D48; Thu, 29 Sep 2005 13:11:23 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TDBMUq023742; Thu, 29 Sep 2005 13:11:22 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TDBM6p023741; Thu, 29 Sep 2005 13:11:22 GMT (envelope-from garga) Message-Id: <200509291311.j8TDBM6p023741@repoman.freebsd.org> From: Renato Botelho Date: Thu, 29 Sep 2005 13:11:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/bsnmpd/files patch-configure.ac X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 13:11:23 -0000 garga 2005-09-29 13:11:22 UTC FreeBSD ports repository Modified files: net-mgmt/bsnmpd/files patch-configure.ac Log: - Fix build on 5.x PR: ports/86696 Submitted by: maintainer Reported by: pointyhat Revision Changes Path 1.2 +14 -5 ports/net-mgmt/bsnmpd/files/patch-configure.ac From owner-cvs-all@FreeBSD.ORG Thu Sep 29 13:19:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 104B116A41F; Thu, 29 Sep 2005 13:19:12 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C26C243D48; Thu, 29 Sep 2005 13:19:11 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TDJB00024051; Thu, 29 Sep 2005 13:19:11 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TDJBul024050; Thu, 29 Sep 2005 13:19:11 GMT (envelope-from glebius) Message-Id: <200509291319.j8TDJBul024050@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 29 Sep 2005 13:19:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/netstat if.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 13:19:12 -0000 glebius 2005-09-29 13:19:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/netstat if.c Log: MFC 1.62: - Print space character in show_stat(). Remove a lot of priuntf(" "). - Utilize show_stat() in sidewaysintpr() loop. This makes periodic statistics to honor -h flag. Approved by: re (kensmith) Revision Changes Path 1.58.8.3 +29 -37 src/usr.bin/netstat/if.c From owner-cvs-all@FreeBSD.ORG Thu Sep 29 13:20:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8436916A41F; Thu, 29 Sep 2005 13:20:58 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41F4543D48; Thu, 29 Sep 2005 13:20:58 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TDKw1u024169; Thu, 29 Sep 2005 13:20:58 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TDKwRQ024168; Thu, 29 Sep 2005 13:20:58 GMT (envelope-from marius) Message-Id: <200509291320.j8TDKwRQ024168@repoman.freebsd.org> From: Marius Strobl Date: Thu, 29 Sep 2005 13:20:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-fonts/linux-fontconfig Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 13:20:58 -0000 marius 2005-09-29 13:20:58 UTC FreeBSD ports repository (src committer) Modified files: x11-fonts/linux-fontconfig Makefile Log: Fix a dependency bug that crept in with rev. 1.7, even when using the currently commented out pkg-install script linux-expat is only a RUN_DEPENDS rather than a BUILD_DEPENDS so declare it as such instead of a BUILD_DEPENDS and setting RUN_DEPENDS=${BUILD_DEPENDS}. The latter caused archivers/rpm and devel/popt to be unnecessarily dragged in as RUN_DEPENDS (via the included x11-toolkits/linux-gtk/Makefile). Approved by: netchild Revision Changes Path 1.10 +2 -3 ports/x11-fonts/linux-fontconfig/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 29 13:23:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85D0016A41F; Thu, 29 Sep 2005 13:23:35 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4411843D48; Thu, 29 Sep 2005 13:23:35 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TDNZ9r024304; Thu, 29 Sep 2005 13:23:35 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TDNZCQ024303; Thu, 29 Sep 2005 13:23:35 GMT (envelope-from glebius) Message-Id: <200509291323.j8TDNZCQ024303@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 29 Sep 2005 13:23:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 13:23:35 -0000 glebius 2005-09-29 13:23:35 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: In em_process_receive_interrupts() store and clear adapter->fmt. This make function reenterable. In the runtime the race is masked by serializing of em_process_receive_interrupts() either by interrupt thread, or by polling. The race can be triggered when polling is switched on or off. Revision Changes Path 1.73 +4 -2 src/sys/dev/em/if_em.c From owner-cvs-all@FreeBSD.ORG Thu Sep 29 13:34:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A5BF16A41F; Thu, 29 Sep 2005 13:34:45 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C9BA43D49; Thu, 29 Sep 2005 13:34:45 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TDYiAO024945; Thu, 29 Sep 2005 13:34:45 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TDYiLq024944; Thu, 29 Sep 2005 13:34:44 GMT (envelope-from roam) Message-Id: <200509291334.j8TDYiLq024944@repoman.freebsd.org> From: Peter Pentchev Date: Thu, 29 Sep 2005 13:34:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio Makefile ports/audio/p5-Net-FreeDB Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 13:34:45 -0000 roam 2005-09-29 13:34:44 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/p5-Net-FreeDB Makefile distinfo pkg-descr pkg-plist Log: Add a port for David Schultz's Net::FreeDB module, one of the few modules that allow a Perl script to query an audio CD's ID under both Windows and Linux, and now FreeBSD, too. I've submitted the FreeBSD implementation patch to David Schultz, but in the meantime, here it is. Revision Changes Path 1.659 +1 -0 ports/audio/Makefile 1.1 +31 -0 ports/audio/p5-Net-FreeDB/Makefile (new) 1.1 +4 -0 ports/audio/p5-Net-FreeDB/distinfo (new) 1.1 +8 -0 ports/audio/p5-Net-FreeDB/pkg-descr (new) 1.1 +5 -0 ports/audio/p5-Net-FreeDB/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Sep 29 13:34:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D36A916A41F; Thu, 29 Sep 2005 13:34:57 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9411443D48; Thu, 29 Sep 2005 13:34:57 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TDYvEL024991; Thu, 29 Sep 2005 13:34:57 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TDYvu6024990; Thu, 29 Sep 2005 13:34:57 GMT (envelope-from roam) Message-Id: <200509291334.j8TDYvu6024990@repoman.freebsd.org> From: Peter Pentchev Date: Thu, 29 Sep 2005 13:34:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 13:34:58 -0000 roam 2005-09-29 13:34:57 UTC FreeBSD ports repository Modified files: . modules Log: p5-Net-FreeDB --> ports/audio/p5-Net-FreeDB Revision Changes Path 1.13250 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Sep 29 13:37:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1443916A41F; Thu, 29 Sep 2005 13:37:46 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9ABE43D4C; Thu, 29 Sep 2005 13:37:44 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TDbiKF025574; Thu, 29 Sep 2005 13:37:44 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TDbiAb025573; Thu, 29 Sep 2005 13:37:44 GMT (envelope-from lofi) Message-Id: <200509291337.j8TDbiAb025573@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 29 Sep 2005 13:37:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/lplayer/files patch-src_lpformsearchbase.ui ports/cad/qfsm/files patch-src_SimulatorDlg.ui ports/deskutils/tuxcards/files patch-src_gui_dialogs_optionsDialog-IOptionsDialog.ui ports/devel/esvn/files patch-.ui-frm_main.ui ports/devel/lincvs/files patch-src-AnnotateDialog.ui patch-src-CheckoutDialog.ui patch-src-LogDialog.ui ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 13:37:46 -0000 lofi 2005-09-29 13:37:44 UTC FreeBSD ports repository Added files: audio/lplayer/files patch-src_lpformsearchbase.ui cad/qfsm/files patch-src_SimulatorDlg.ui deskutils/tuxcards/files patch-src_gui_dialogs_optionsDialog-IOptionsDialog.ui devel/esvn/files patch-.ui-frm_main.ui devel/lincvs/files patch-src-AnnotateDialog.ui patch-src-CheckoutDialog.ui patch-src-LogDialog.ui patch-src-ResolvDialog.ui patch-src-UpdateOtherRevisionStdDialog.ui patch-src-settingsdialog.ui games/qgo/files patch-src-mainwidget_gui.ui misc/mango/files patch-AdvancedSearchForm.ui net/cphone/files patch-mainwindow.ui net/psi/files patch-src-ui_about.ui patch-src_options-opt_appearance-ui.ui finance/kmymoney2/files patch-kmymoney2_dialogs-kcurrencycalculatordecl.ui patch-kmymoney2_dialogs-kcurrencyeditdlgdecl.ui patch-kmymoney2_dialogs-keditequityentrydecl.ui patch-kmymoney2_dialogs-keditschedtransdlgdecl.ui patch-kmymoney2_dialogs-kendingbalancedlgdecl.ui patch-kmymoney2_dialogs-kenterscheduledialogdecl.ui patch-kmymoney2_dialogs-kexportdlgdecl.ui patch-kmymoney2_dialogs-kfindtransactiondlgdecl.ui patch-kmymoney2_dialogs-kmymoneypricedlgdecl.ui patch-kmymoney2_dialogs-knewaccountdlgdecl.ui patch-kmymoney2_dialogs-knewaccountwizarddecl.ui patch-kmymoney2_dialogs-knewequityentrydecl.ui patch-kmymoney2_dialogs-knewinvestmentwizarddecl.ui patch-kmymoney2_dialogs-knewloanwizarddecl.ui patch-kmymoney2_dialogs-ksplittransactiondlgdecl.ui patch-kmymoney2_dialogs-kupdatestockpricedlgdecl.ui patch-kmymoney2_views-kbankviewdecl.ui patch-kmymoney2_views-kcategoriesviewdecl.ui patch-kmymoney2_views-kinvestmentviewdecl.ui patch-kmymoney2_views-kpayeesviewdecl.ui patch-kmymoney2_views-kscheduledviewdecl.ui graphics/landscape/files patch-windows_unix-widget_lighting.ui irc/kmyirc patch-kmyirc_ircgui-mdirawircwin.ui irc/kmyirc/files patch-kmyirc_ircgui-mdirawircwin.ui science/kst/files patch-kst_kst-changenptsdialog.ui patch-kst_kst-datawizard.ui patch-kst_kst-psddialog.ui patch-kst_kst-vectordialog.ui textproc/skim/files patch-plugins_setupwindow-scim-global.ui sysutils/k3b/files patch-src_option-base_k3bdivxoptiontab.ui Log: Fix bogus ui files in preparation for Qt 3.3.5 Revision Changes Path 1.1 +13 -0 ports/audio/lplayer/files/patch-src_lpformsearchbase.ui (new) 1.1 +10 -0 ports/cad/qfsm/files/patch-src_SimulatorDlg.ui (new) 1.1 +10 -0 ports/deskutils/tuxcards/files/patch-src_gui_dialogs_optionsDialog-IOptionsDialog.ui (new) 1.1 +10 -0 ports/devel/esvn/files/patch-.ui-frm_main.ui (new) 1.1 +10 -0 ports/devel/lincvs/files/patch-src-AnnotateDialog.ui (new) 1.1 +10 -0 ports/devel/lincvs/files/patch-src-CheckoutDialog.ui (new) 1.1 +11 -0 ports/devel/lincvs/files/patch-src-LogDialog.ui (new) 1.1 +12 -0 ports/devel/lincvs/files/patch-src-ResolvDialog.ui (new) 1.1 +10 -0 ports/devel/lincvs/files/patch-src-UpdateOtherRevisionStdDialog.ui (new) 1.1 +21 -0 ports/devel/lincvs/files/patch-src-settingsdialog.ui (new) 1.1 +11 -0 ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-kcurrencycalculatordecl.ui (new) 1.1 +10 -0 ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-kcurrencyeditdlgdecl.ui (new) 1.1 +11 -0 ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-keditequityentrydecl.ui (new) 1.1 +21 -0 ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-keditschedtransdlgdecl.ui (new) 1.1 +22 -0 ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-kendingbalancedlgdecl.ui (new) 1.1 +15 -0 ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-kenterscheduledialogdecl.ui (new) 1.1 +15 -0 ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-kexportdlgdecl.ui (new) 1.1 +20 -0 ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-kfindtransactiondlgdecl.ui (new) 1.1 +10 -0 ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-kmymoneypricedlgdecl.ui (new) 1.1 +14 -0 ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-knewaccountdlgdecl.ui (new) 1.1 +16 -0 ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-knewaccountwizarddecl.ui (new) 1.1 +10 -0 ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-knewequityentrydecl.ui (new) 1.1 +14 -0 ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-knewinvestmentwizarddecl.ui (new) 1.1 +28 -0 ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-knewloanwizarddecl.ui (new) 1.1 +10 -0 ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-ksplittransactiondlgdecl.ui (new) 1.1 +12 -0 ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-kupdatestockpricedlgdecl.ui (new) 1.1 +11 -0 ports/finance/kmymoney2/files/patch-kmymoney2_views-kbankviewdecl.ui (new) 1.1 +11 -0 ports/finance/kmymoney2/files/patch-kmymoney2_views-kcategoriesviewdecl.ui (new) 1.1 +11 -0 ports/finance/kmymoney2/files/patch-kmymoney2_views-kinvestmentviewdecl.ui (new) 1.1 +10 -0 ports/finance/kmymoney2/files/patch-kmymoney2_views-kpayeesviewdecl.ui (new) 1.1 +12 -0 ports/finance/kmymoney2/files/patch-kmymoney2_views-kscheduledviewdecl.ui (new) 1.1 +10 -0 ports/games/qgo/files/patch-src-mainwidget_gui.ui (new) 1.1 +12 -0 ports/graphics/landscape/files/patch-windows_unix-widget_lighting.ui (new) 1.1 +13 -0 ports/irc/kmyirc/files/patch-kmyirc_ircgui-mdirawircwin.ui (new) 1.1 +13 -0 ports/irc/kmyirc/patch-kmyirc_ircgui-mdirawircwin.ui (new) 1.1 +9 -0 ports/misc/mango/files/patch-AdvancedSearchForm.ui (new) 1.1 +12 -0 ports/net/cphone/files/patch-mainwindow.ui (new) 1.1 +10 -0 ports/net/psi/files/patch-src-ui_about.ui (new) 1.1 +13 -0 ports/net/psi/files/patch-src_options-opt_appearance-ui.ui (new) 1.1 +10 -0 ports/science/kst/files/patch-kst_kst-changenptsdialog.ui (new) 1.1 +14 -0 ports/science/kst/files/patch-kst_kst-datawizard.ui (new) 1.1 +10 -0 ports/science/kst/files/patch-kst_kst-psddialog.ui (new) 1.1 +9 -0 ports/science/kst/files/patch-kst_kst-vectordialog.ui (new) 1.1 +13 -0 ports/sysutils/k3b/files/patch-src_option-base_k3bdivxoptiontab.ui (new) 1.1 +19 -0 ports/textproc/skim/files/patch-plugins_setupwindow-scim-global.ui (new) From owner-cvs-all@FreeBSD.ORG Thu Sep 29 13:43:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90F6816A41F; Thu, 29 Sep 2005 13:43:45 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F9A743D48; Thu, 29 Sep 2005 13:43:45 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TDhjPs025915; Thu, 29 Sep 2005 13:43:45 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TDhjbr025914; Thu, 29 Sep 2005 13:43:45 GMT (envelope-from marius) Message-Id: <200509291343.j8TDhjbr025914@repoman.freebsd.org> From: Marius Strobl Date: Thu, 29 Sep 2005 13:43:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/rpm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 13:43:45 -0000 marius 2005-09-29 13:43:45 UTC FreeBSD ports repository (src committer) Modified files: archivers/rpm Makefile Log: Add a missing CONFLICTS on archivers/rpm4. Approved by: netchild Revision Changes Path 1.54 +2 -0 ports/archivers/rpm/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 29 13:49:09 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB4B116A420 for ; Thu, 29 Sep 2005 13:49:09 +0000 (GMT) (envelope-from peadar.edwards@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0258243D55 for ; Thu, 29 Sep 2005 13:49:07 +0000 (GMT) (envelope-from peadar.edwards@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so222353nzd for ; Thu, 29 Sep 2005 06:49:07 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=m+a03kqIBvhyhyGfCIS0LP4165BERghvGuBX0lFUJsjLcOeDRziGXFjHrc8BOcwhhbx2DuggkjxXKhCQL1EkyhukM/Hj96rObuGPGUF4MXAevPkiV6u1dqdjMfKdKaASfO3EoTii0Q8fSNtHdIvmbeCnErrmvrIvM7ldscK1TdA= Received: by 10.37.15.4 with SMTP id s4mr1817069nzi; Thu, 29 Sep 2005 06:49:07 -0700 (PDT) Received: by 10.36.68.16 with HTTP; Thu, 29 Sep 2005 06:49:07 -0700 (PDT) Message-ID: <34cb7c84050929064918862231@mail.gmail.com> Date: Thu, 29 Sep 2005 14:49:07 +0100 From: Peter Edwards To: Pawel Jakub Dawidek In-Reply-To: <20050929130338.GC1715@garage.freebsd.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200509291037.j8TAbKdI010227@repoman.freebsd.org> <20050929130338.GC1715@garage.freebsd.pl> Cc: Peter Edwards , cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Peter Edwards List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 13:49:10 -0000 On 9/29/05, Pawel Jakub Dawidek wrote: > On Thu, Sep 29, 2005 at 10:37:20AM +0000, Peter Edwards wrote: > +> peadar 2005-09-29 10:37:20 UTC > +> > +> FreeBSD src repository > +> > +> Modified files: > +> sys/kern vfs_bio.c > +> Log: > +> Close a race in biodone(), whereby the bio_done field of the passed > +> bio may have been freed and reassigned by the wakeup before being > +> tested after releasing the bdonelock. > +> > +> There's a non-zero chance this is the cause of a few of the crashes > +> knocking around with biodone() sitting in the stack backtrace. > > Should this fix the panic on boot in vmware? > That one falls under the "non-zero chance" mentioned above :-) The problem was very intermittent for me, and wanting the laptop not to fall over seemed to be a prerequisite to reproducing the panic, so I can't positively say it's fixed the problem yet. If you have a reliable way of reproducing the panic, can you try out the patch and let me know? From owner-cvs-all@FreeBSD.ORG Thu Sep 29 14:09:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8901F16A41F; Thu, 29 Sep 2005 14:09:47 +0000 (GMT) (envelope-from peadar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43B4043D48; Thu, 29 Sep 2005 14:09:47 +0000 (GMT) (envelope-from peadar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TE9lhw026866; Thu, 29 Sep 2005 14:09:47 GMT (envelope-from peadar@repoman.freebsd.org) Received: (from peadar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TE9lvP026865; Thu, 29 Sep 2005 14:09:47 GMT (envelope-from peadar) Message-Id: <200509291409.j8TE9lvP026865@repoman.freebsd.org> From: Peter Edwards Date: Thu, 29 Sep 2005 14:09:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/msdosfs bootsect.h msdosfs_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 14:09:47 -0000 peadar 2005-09-29 14:09:46 UTC FreeBSD src repository Modified files: sys/fs/msdosfs bootsect.h msdosfs_vfsops.c Log: Remove checks for BOOTSIG[23] from FAT32 bootblocks. There seems to be very little documentary evidence outside this implementation to suggest a these checks are neccessary, and more than one camera-formatted flash disk fails the check, but mounts successfully on most other systems. Reviewed By: bde@ Revision Changes Path 1.13 +1 -5 src/sys/fs/msdosfs/bootsect.h 1.146 +1 -3 src/sys/fs/msdosfs/msdosfs_vfsops.c From owner-cvs-all@FreeBSD.ORG Thu Sep 29 14:56:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55C3816A41F; Thu, 29 Sep 2005 14:56:01 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0416743D48; Thu, 29 Sep 2005 14:56:01 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TEu0k7028696; Thu, 29 Sep 2005 14:56:00 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TEu0NP028695; Thu, 29 Sep 2005 14:56:00 GMT (envelope-from garga) Message-Id: <200509291456.j8TEu0NP028695@repoman.freebsd.org> From: Renato Botelho Date: Thu, 29 Sep 2005 14:56:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/ftnchek Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 14:56:01 -0000 garga 2005-09-29 14:56:00 UTC FreeBSD ports repository Modified files: devel/ftnchek Makefile distinfo pkg-plist Log: - Update to 3.3.1 PR: ports/86694 Submitted by: Fumiyoshi TAOKA Revision Changes Path 1.27 +1 -1 ports/devel/ftnchek/Makefile 1.17 +2 -2 ports/devel/ftnchek/distinfo 1.7 +4 -2 ports/devel/ftnchek/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 29 14:56:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20CA416A41F; Thu, 29 Sep 2005 14:56:31 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1AA743D49; Thu, 29 Sep 2005 14:56:30 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TEuUtU028725; Thu, 29 Sep 2005 14:56:30 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TEuUmG028724; Thu, 29 Sep 2005 14:56:30 GMT (envelope-from jhb) Message-Id: <200509291456.j8TEuUmG028724@repoman.freebsd.org> From: John Baldwin Date: Thu, 29 Sep 2005 14:56:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/en if_en_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 14:56:31 -0000 jhb 2005-09-29 14:56:30 UTC FreeBSD src repository Modified files: sys/dev/en if_en_pci.c Log: - Use PCIR_BAR macro rather than hardcoding 0x10. - Use pci_enable_busmaster() rather than doing it by hand. - Remove duplicate if_free(). Revision Changes Path 1.40 +2 -6 src/sys/dev/en/if_en_pci.c From owner-cvs-all@FreeBSD.ORG Thu Sep 29 14:57:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF97E16A41F; Thu, 29 Sep 2005 14:57:51 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EDB443D48; Thu, 29 Sep 2005 14:57:51 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TEvpES028784; Thu, 29 Sep 2005 14:57:51 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TEvpM1028783; Thu, 29 Sep 2005 14:57:51 GMT (envelope-from imp) Message-Id: <200509291457.j8TEvpM1028783@repoman.freebsd.org> From: Warner Losh Date: Thu, 29 Sep 2005 14:57:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pccbb pccbb_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 14:57:51 -0000 imp 2005-09-29 14:57:51 UTC FreeBSD src repository Modified files: sys/dev/pccbb pccbb_pci.c Log: I added the device IDs to the header, but not to the table. Add them to the table. MFC After: 3 days Revision Changes Path 1.12 +9 -0 src/sys/dev/pccbb/pccbb_pci.c From owner-cvs-all@FreeBSD.ORG Thu Sep 29 14:58:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6890216A41F; Thu, 29 Sep 2005 14:58:32 +0000 (GMT) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 244FD43D4C; Thu, 29 Sep 2005 14:58:32 +0000 (GMT) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TEwW9e028891; Thu, 29 Sep 2005 14:58:32 GMT (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TEwWC4028890; Thu, 29 Sep 2005 14:58:32 GMT (envelope-from bland) Message-Id: <200509291458.j8TEwWC4028890@repoman.freebsd.org> From: Alexander Nedotsukov Date: Thu, 29 Sep 2005 14:58:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/libxml++ Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 14:58:32 -0000 bland 2005-09-29 14:58:32 UTC FreeBSD ports repository Modified files: textproc/libxml++ Makefile distinfo Log: Update to 1.0.5 Revision Changes Path 1.31 +2 -2 ports/textproc/libxml++/Makefile 1.21 +2 -2 ports/textproc/libxml++/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 29 15:00:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04DFA16A41F; Thu, 29 Sep 2005 15:00:09 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAED543D48; Thu, 29 Sep 2005 15:00:09 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TF09xQ028953; Thu, 29 Sep 2005 15:00:09 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TF09MF028952; Thu, 29 Sep 2005 15:00:09 GMT (envelope-from jhb) Message-Id: <200509291500.j8TF09MF028952@repoman.freebsd.org> From: John Baldwin Date: Thu, 29 Sep 2005 15:00:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pci isa_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 15:00:10 -0000 jhb 2005-09-29 15:00:09 UTC FreeBSD src repository Modified files: sys/dev/pci isa_pci.c Log: Don't save and restore the ELCR register across suspend and resume for the Intel 82371AB PCI-ISA bridge. We now do this all the time for the !APIC case in the atpic driver. This cuts the raw line count for this driver by about 40%. MFC after: 1 week Revision Changes Path 1.13 +5 -100 src/sys/dev/pci/isa_pci.c From owner-cvs-all@FreeBSD.ORG Thu Sep 29 15:01:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB6DD16A41F; Thu, 29 Sep 2005 15:01:49 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7058143D48; Thu, 29 Sep 2005 15:01:49 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TF1nH2029098; Thu, 29 Sep 2005 15:01:49 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TF1ngo029097; Thu, 29 Sep 2005 15:01:49 GMT (envelope-from remko) Message-Id: <200509291501.j8TF1ngo029097@repoman.freebsd.org> From: Remko Lodder Date: Thu, 29 Sep 2005 15:01:49 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/commercial consult.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 15:01:50 -0000 remko 2005-09-29 15:01:49 UTC FreeBSD doc repository Modified files: en/commercial consult.xml Log: Remove DaemonTechnologies from the consult list. It's no longer a consulting service. Spotted by: K. C. Smith Submitted by: Daniel Gerzo Revision Changes Path 1.49 +1 -18 www/en/commercial/consult.xml From owner-cvs-all@FreeBSD.ORG Thu Sep 29 15:04:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4953216A41F; Thu, 29 Sep 2005 15:04:42 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D01D43D48; Thu, 29 Sep 2005 15:04:42 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TF4frd029205; Thu, 29 Sep 2005 15:04:42 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TF4fFe029204; Thu, 29 Sep 2005 15:04:41 GMT (envelope-from jhb) Message-Id: <200509291504.j8TF4fFe029204@repoman.freebsd.org> From: John Baldwin Date: Thu, 29 Sep 2005 15:04:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pci pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 15:04:42 -0000 jhb 2005-09-29 15:04:41 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: - Consolidate duplicated code for assigning interrupts to PCI devices via routing, etc. in a static pci_assign_interrupt() function. - Add a sledgehammer that allows the user to override the interrupt assignment of any PCI device via a tunable (e.g. "hw.pci0.7.INTB=5" would force any functions on the pci device in slot 7 of bus 0 that use B# to use IRQ 5). This should be used with great caution! Generally, if the interrupt routing in use provides specific tunables (such as hard-wiring the IRQ for a given $PIR or ACPI PCI link device), then those should be used instead. One instance where this tunable might be useful is if a box has an MPTable with duplicate entries for the same PCI device with different IRQs. MFC after: 1 week Revision Changes Path 1.299 +55 -17 src/sys/dev/pci/pci.c From owner-cvs-all@FreeBSD.ORG Thu Sep 29 15:04:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC3B316A41F; Thu, 29 Sep 2005 15:04:58 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D4E543D53; Thu, 29 Sep 2005 15:04:58 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TF4wns029249; Thu, 29 Sep 2005 15:04:58 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TF4wVl029248; Thu, 29 Sep 2005 15:04:58 GMT (envelope-from jhb) Message-Id: <200509291504.j8TF4wVl029248@repoman.freebsd.org> From: John Baldwin Date: Thu, 29 Sep 2005 15:04:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci if_tireg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 15:04:58 -0000 jhb 2005-09-29 15:04:58 UTC FreeBSD src repository Modified files: sys/pci if_tireg.h Log: Typo. Revision Changes Path 1.32 +1 -1 src/sys/pci/if_tireg.h From owner-cvs-all@FreeBSD.ORG Thu Sep 29 15:08:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D15616A41F; Thu, 29 Sep 2005 15:08:24 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB4DA43D4C; Thu, 29 Sep 2005 15:08:23 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TF8NnF029456; Thu, 29 Sep 2005 15:08:23 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TF8Nku029455; Thu, 29 Sep 2005 15:08:23 GMT (envelope-from hq) Message-Id: <200509291508.j8TF8Nku029455@repoman.freebsd.org> From: Herve Quiroz Date: Thu, 29 Sep 2005 15:08:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/jakarta-tomcat55 Makefile pkg-deinstall pkg-install X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 15:08:24 -0000 hq 2005-09-29 15:08:23 UTC FreeBSD ports repository Modified files: www/jakarta-tomcat55 Makefile pkg-deinstall pkg-install Log: - Allow user to specify a Tomcat deamon user/group through TOMCAT_USER and TOMCAT_GROUP (www/www by default) - Make it possible to add user/group even if UID/GID number is reserved PR: 85761 Submitted by: Pawel Wieleba Approved by: maintainer Revision Changes Path 1.29 +21 -14 ports/www/jakarta-tomcat55/Makefile 1.3 +4 -4 ports/www/jakarta-tomcat55/pkg-deinstall 1.3 +19 -14 ports/www/jakarta-tomcat55/pkg-install From owner-cvs-all@FreeBSD.ORG Thu Sep 29 15:12:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5850916A41F; Thu, 29 Sep 2005 15:12:46 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 159C443D48; Thu, 29 Sep 2005 15:12:46 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TFCjmu029672; Thu, 29 Sep 2005 15:12:45 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TFCjQ9029671; Thu, 29 Sep 2005 15:12:45 GMT (envelope-from vsevolod) Message-Id: <200509291512.j8TFCjQ9029671@repoman.freebsd.org> From: Vsevolod Stakhov Date: Thu, 29 Sep 2005 15:12:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/openldap23-server Makefile ports/net/openldap22-server Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 15:12:46 -0000 vsevolod 2005-09-29 15:12:45 UTC FreeBSD ports repository Modified files: net/openldap23-server Makefile net/openldap22-server Makefile Log: Remove two dead mirrors of openldap. Reminded by: linimon Revision Changes Path 1.111 +0 -2 ports/net/openldap22-server/Makefile 1.113 +0 -2 ports/net/openldap23-server/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 29 15:19:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7251516A41F; Thu, 29 Sep 2005 15:19:18 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21A7A43D49; Thu, 29 Sep 2005 15:19:18 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id 3665046BAC; Thu, 29 Sep 2005 11:19:17 -0400 (EDT) Date: Thu, 29 Sep 2005 16:19:17 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Tom Rhodes In-Reply-To: <20050928044624.2e052569.trhodes@FreeBSD.org> Message-ID: <20050929161804.F34322@fledge.watson.org> References: <200509261655.j8QGtBeE012785@repoman.freebsd.org> <20050926174442.GA57238@xor.obsecurity.org> <20050926181234.GA23937@freebie.xs4all.nl> <20050927103746.364de995.trhodes@FreeBSD.org> <20050927184742.GB30441@freebie.xs4all.nl> <20050928044624.2e052569.trhodes@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Wilko Bulte , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, kris@obsecurity.org Subject: Re: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 15:19:18 -0000 On Wed, 28 Sep 2005, Tom Rhodes wrote: >>>>> My 14-cpu machine thanks you :-) >>>> >>>> I'm curious: what machine model is that? >>> >>> Who cares about model, can I borrow it. :P >> >> A UE4500 is quite loud and quite hot. Not a box I would want at home. > > Could heat the house during those cold winter nights. :) I remember my old sparcstation hardware at CMU with some fondness for this reason -- on a cold Pittsburgh evening, overheating computer hardware was strictly necessary, even in the presence of decent radiators. However, with 14+ cooling fans for one machine, it did need to be a couple of rooms down. Robert N M Watson From owner-cvs-all@FreeBSD.ORG Thu Sep 29 15:25:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DED0A16A41F; Thu, 29 Sep 2005 15:25:15 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 967A843D48; Thu, 29 Sep 2005 15:25:15 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TFPFTf030341; Thu, 29 Sep 2005 15:25:15 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TFPF8D030340; Thu, 29 Sep 2005 15:25:15 GMT (envelope-from ale) Message-Id: <200509291525.j8TFPF8D030340@repoman.freebsd.org> From: Alex Dupre Date: Thu, 29 Sep 2005 15:25:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/enigmail Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 15:25:16 -0000 ale 2005-09-29 15:25:15 UTC FreeBSD ports repository Modified files: mail/enigmail Makefile distinfo Log: Update to 0.92.1 release. Revision Changes Path 1.28 +1 -1 ports/mail/enigmail/Makefile 1.19 +2 -2 ports/mail/enigmail/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 29 15:31:34 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB25E16A41F for ; Thu, 29 Sep 2005 15:31:34 +0000 (GMT) (envelope-from NotesAdministration@themooreco.com) Received: from firewall.THEMOORECO.COM (firewall.themooreco.com [12.25.36.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0EB943D53 for ; Thu, 29 Sep 2005 15:31:33 +0000 (GMT) (envelope-from NotesAdministration@themooreco.com) Received: from westl by firewall.THEMOORECO.COM; Thu, 29 Sep 2005 GMT To: cvs-all@freebsd.org Date: Thu, 29 Sep 2005 11:29:30 -0400 X-Priority: 3 (Normal) From: NotesAdministration@themooreco.com Message-ID: X-MIMETrack: Serialize by Router on WESTL/The Moore Company(Release 6.0.3|September 18, 2003) at 09/29/2005 11:31:24 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Virus Alert - ScanMail for Lotus Notes --> Delivery reports about your e-mail X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 15:31:35 -0000 ScanMail has blocked your infected mail due to mail restrictions. Date: 09/29/2005 11:29:30 Subject: Delivery reports about your e-mail Virus: WORM_MYDOOM.M File: SMTP Mail Body From: cvs-all@freebsd.org To: lbrannan@fulflexinc.com Action: Blocked; Scanned by ScanMail for Lotus Notes 2.6 SP1 with scanengine 7.510-1002 and pattern version 2.863.00 From owner-cvs-all@FreeBSD.ORG Thu Sep 29 15:33:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3078116A41F; Thu, 29 Sep 2005 15:33:16 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E413C43D48; Thu, 29 Sep 2005 15:33:15 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TFXFhQ030631; Thu, 29 Sep 2005 15:33:15 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TFXFW2030630; Thu, 29 Sep 2005 15:33:15 GMT (envelope-from ale) Message-Id: <200509291533.j8TFXFW2030630@repoman.freebsd.org> From: Alex Dupre Date: Thu, 29 Sep 2005 15:33:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/enigmail-thunderbird Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 15:33:16 -0000 ale 2005-09-29 15:33:15 UTC FreeBSD ports repository Modified files: mail/enigmail-thunderbird Makefile Log: Reset PORTREVISION. Revision Changes Path 1.22 +0 -1 ports/mail/enigmail-thunderbird/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 29 15:38:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45D6F16A41F; Thu, 29 Sep 2005 15:38:06 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4FE543D49; Thu, 29 Sep 2005 15:38:05 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.200] ([10.0.0.200]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j8TFc36j048498 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 29 Sep 2005 08:38:04 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <433C0A4B.8030504@errno.com> Date: Thu, 29 Sep 2005 08:37:47 -0700 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050927) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Edwards References: <200509291037.j8TAbKdI010227@repoman.freebsd.org> <20050929130338.GC1715@garage.freebsd.pl> <34cb7c84050929064918862231@mail.gmail.com> In-Reply-To: <34cb7c84050929064918862231@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Peter Edwards , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Pawel Jakub Dawidek , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 15:38:06 -0000 Peter Edwards wrote: > On 9/29/05, Pawel Jakub Dawidek wrote: > >>On Thu, Sep 29, 2005 at 10:37:20AM +0000, Peter Edwards wrote: >>+> peadar 2005-09-29 10:37:20 UTC >>+> >>+> FreeBSD src repository >>+> >>+> Modified files: >>+> sys/kern vfs_bio.c >>+> Log: >>+> Close a race in biodone(), whereby the bio_done field of the passed >>+> bio may have been freed and reassigned by the wakeup before being >>+> tested after releasing the bdonelock. >>+> >>+> There's a non-zero chance this is the cause of a few of the crashes >>+> knocking around with biodone() sitting in the stack backtrace. >> >>Should this fix the panic on boot in vmware? >> > > > That one falls under the "non-zero chance" mentioned above :-) The > problem was very intermittent for me, and wanting the laptop not to > fall over seemed to be a prerequisite to reproducing the panic, so I > can't positively say it's fixed the problem yet. > > If you have a reliable way of reproducing the panic, can you try out > the patch and let me know? vmware is great for finding races like these because of the way it handles concurrency. I can remember finding many problems like this in "client operating systems" when I worked on it. Sam From owner-cvs-all@FreeBSD.ORG Thu Sep 29 15:38:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5206A16A41F; Thu, 29 Sep 2005 15:38:59 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DA3143D48; Thu, 29 Sep 2005 15:38:59 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TFcwpJ030829; Thu, 29 Sep 2005 15:38:58 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TFcws3030828; Thu, 29 Sep 2005 15:38:58 GMT (envelope-from skv) Message-Id: <200509291538.j8TFcws3030828@repoman.freebsd.org> From: Sergey Skvortsov Date: Thu, 29 Sep 2005 15:38:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Data-Serializer Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 15:38:59 -0000 skv 2005-09-29 15:38:58 UTC FreeBSD ports repository Modified files: devel/p5-Data-Serializer Makefile distinfo Log: Update to 0.32 Changes: http://search.cpan.org/src/NEELY/Data-Serializer-0.32/Changes Revision Changes Path 1.12 +2 -2 ports/devel/p5-Data-Serializer/Makefile 1.9 +2 -2 ports/devel/p5-Data-Serializer/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 29 15:43:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1949A16A41F; Thu, 29 Sep 2005 15:43:10 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C8C343D53; Thu, 29 Sep 2005 15:43:09 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TFh9Ts031019; Thu, 29 Sep 2005 15:43:09 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TFh94V031018; Thu, 29 Sep 2005 15:43:09 GMT (envelope-from skv) Message-Id: <200509291543.j8TFh94V031018@repoman.freebsd.org> From: Sergey Skvortsov Date: Thu, 29 Sep 2005 15:43:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-Pod-ProjectDocs Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 15:43:10 -0000 skv 2005-09-29 15:43:09 UTC FreeBSD ports repository Modified files: textproc/p5-Pod-ProjectDocs Makefile distinfo Log: Update to 0.21 Changes: http://search.cpan.org/src/LYOKATO/Pod-ProjectDocs-0.21/Changes Revision Changes Path 1.3 +2 -1 ports/textproc/p5-Pod-ProjectDocs/Makefile 1.3 +2 -2 ports/textproc/p5-Pod-ProjectDocs/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 29 15:48:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88AD216A41F; Thu, 29 Sep 2005 15:48:06 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1184143D69; Thu, 29 Sep 2005 15:48:05 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TFm4Ou031210; Thu, 29 Sep 2005 15:48:04 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TFm4TY031209; Thu, 29 Sep 2005 15:48:04 GMT (envelope-from skv) Message-Id: <200509291548.j8TFm4TY031209@repoman.freebsd.org> From: Sergey Skvortsov Date: Thu, 29 Sep 2005 15:48:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/p5-DBD-LDAP Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 15:48:06 -0000 skv 2005-09-29 15:48:04 UTC FreeBSD ports repository Modified files: databases/p5-DBD-LDAP Makefile distinfo pkg-descr Log: * update to 0.07 * change maintainer to perl@ Changes: http://search.cpan.org/src/TURNERJW/DBD-LDAP-0.07/Changes Revision Changes Path 1.12 +2 -2 ports/databases/p5-DBD-LDAP/Makefile 1.5 +2 -2 ports/databases/p5-DBD-LDAP/distinfo 1.3 +0 -2 ports/databases/p5-DBD-LDAP/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Sep 29 15:59:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C425416A41F; Thu, 29 Sep 2005 15:59:00 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80E1943D48; Thu, 29 Sep 2005 15:59:00 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TFx0BZ031612; Thu, 29 Sep 2005 15:59:00 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TFx0OT031611; Thu, 29 Sep 2005 15:59:00 GMT (envelope-from skv) Message-Id: <200509291559.j8TFx0OT031611@repoman.freebsd.org> From: Sergey Skvortsov Date: Thu, 29 Sep 2005 15:59:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-POE-Component-Client-HTTP Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 15:59:00 -0000 skv 2005-09-29 15:59:00 UTC FreeBSD ports repository Modified files: www/p5-POE-Component-Client-HTTP Makefile distinfo Log: Update to 0.72 Changes: http://search.cpan.org/src/RCAPUTO/POE-Component-Client-HTTP-0.72/CHANGES Revision Changes Path 1.18 +3 -3 ports/www/p5-POE-Component-Client-HTTP/Makefile 1.16 +2 -2 ports/www/p5-POE-Component-Client-HTTP/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 29 16:00:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07D0216A41F; Thu, 29 Sep 2005 16:00:47 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91CD343D48; Thu, 29 Sep 2005 16:00:44 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id j8TG7JwK020093; Thu, 29 Sep 2005 12:07:19 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Pawel Jakub Dawidek Date: Thu, 29 Sep 2005 12:00:26 -0400 User-Agent: KMail/1.6.2 References: <200509291037.j8TAbKdI010227@repoman.freebsd.org> <20050929130338.GC1715@garage.freebsd.pl> In-Reply-To: <20050929130338.GC1715@garage.freebsd.pl> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="euc-kr" Content-Transfer-Encoding: 7bit Message-Id: <200509291200.29735.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV devel-20050919/1104/Wed Sep 28 18:20:40 2005 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Peter Edwards , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 16:00:47 -0000 On Thursday 29 September 2005 09:03 am, Pawel Jakub Dawidek wrote: > On Thu, Sep 29, 2005 at 10:37:20AM +0000, Peter Edwards wrote: > +> peadar 2005-09-29 10:37:20 UTC > +> > +> FreeBSD src repository > +> > +> Modified files: > +> sys/kern vfs_bio.c > +> Log: > +> Close a race in biodone(), whereby the bio_done field of the > passed +> bio may have been freed and reassigned by the wakeup > before being +> tested after releasing the bdonelock. > +> > +> There's a non-zero chance this is the cause of a few of the > crashes +> knocking around with biodone() sitting in the stack > backtrace. > > Should this fix the panic on boot in vmware? I thought that might be it, too. I tried it with 6.0-BETA5 on QEMU but no change. :-( Jung-uk Kim From owner-cvs-all@FreeBSD.ORG Thu Sep 29 16:00:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDE9416A424; Thu, 29 Sep 2005 16:00:54 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A46543D48; Thu, 29 Sep 2005 16:00:54 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TG0s2W031739; Thu, 29 Sep 2005 16:00:54 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TG0suZ031738; Thu, 29 Sep 2005 16:00:54 GMT (envelope-from skv) Message-Id: <200509291600.j8TG0suZ031738@repoman.freebsd.org> From: Sergey Skvortsov Date: Thu, 29 Sep 2005 16:00:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/p5-SWF-Builder Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 16:00:55 -0000 skv 2005-09-29 16:00:54 UTC FreeBSD ports repository Modified files: graphics/p5-SWF-Builder Makefile distinfo Log: Update to 0.12 Changes: http://search.cpan.org/src/YSAS/SWF-Builder-0.12/Changes Revision Changes Path 1.8 +1 -1 ports/graphics/p5-SWF-Builder/Makefile 1.7 +2 -2 ports/graphics/p5-SWF-Builder/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 29 16:07:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17C0016A41F; Thu, 29 Sep 2005 16:07:01 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2948743D5A; Thu, 29 Sep 2005 16:07:00 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TG6xAY031949; Thu, 29 Sep 2005 16:06:59 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TG6xEP031948; Thu, 29 Sep 2005 16:06:59 GMT (envelope-from phk) Message-Id: <200509291606.j8TG6xEP031948@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 29 Sep 2005 16:06:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/nanobsd nanobsd.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 16:07:01 -0000 phk 2005-09-29 16:06:59 UTC FreeBSD src repository Modified files: tools/tools/nanobsd nanobsd.sh Log: Fix a bug in disk geometry calculation. Fix NANO_TOOLS usage in FlashDevice() Revision Changes Path 1.15 +12 -4 src/tools/tools/nanobsd/nanobsd.sh From owner-cvs-all@FreeBSD.ORG Thu Sep 29 16:17:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8882F16A41F; Thu, 29 Sep 2005 16:17:24 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CFD443D68; Thu, 29 Sep 2005 16:17:20 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.41.233] (Not Verified[10.50.41.233]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Thu, 29 Sep 2005 12:32:49 -0400 From: John Baldwin To: Nate Lawson Date: Thu, 29 Sep 2005 10:54:38 -0400 User-Agent: KMail/1.8 References: <20050928192056.B7E6D16A42B@hub.freebsd.org> <20050928193833.GA1235@garage.freebsd.pl> <433AFEDE.2000902@root.org> In-Reply-To: <433AFEDE.2000902@root.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509291054.40587.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Pawel Jakub Dawidek , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 16:17:24 -0000 On Wednesday 28 September 2005 04:36 pm, Nate Lawson wrote: > Pawel Jakub Dawidek wrote: > > On Wed, Sep 28, 2005 at 12:31:14PM -0700, Nate Lawson wrote: > > +> Pawel Jakub Dawidek wrote: > > +> >pjd 2005-09-28 19:20:49 UTC > > +> > FreeBSD src repository > > +> > Modified files: > > +> > sys/dev/bge if_bge.c Log: > > +> > Implement suspend/resume methods to be more ACPI friendly. > > +> > I'm able to suspend/resume my laptop without this change, but then > > I need +> > to wait for the watchdog to reset the card. > > +> > With this change, it is ready immediately. > > +> > Glanced at by: glebius > > +> > Revision Changes Path > > +> > 1.96 +36 -0 src/sys/dev/bge/if_bge.c > > +> > > +> Great, thanks! To other developers with hardware that doesn't work > > for suspend/resume, this is the area that needs the most improvement. > > There are known cases of at least +> agp and apic breaking resume. > > > > On my ThinkPad t43 suspend/resume works just fine in most cases, but > > sometimes (once every ~20 suspends) it stops before turning off LCD - > > the moon-led is turned on, but LCD is on as well and system freeze > > hard. > > What kind of debug can I add to track down the problem? > > Can we printf some steps done on suspend (which device's suspend method > > is called, etc.)? > > I've heard disabling apic helps T42s, otherwise they get a hard hang. > It's difficult to print the driver progress while suspending because the > function call stack is recursive, not iterative. For example, > root_suspend -> pci_suspend -> fxp_suspend -> mii_suspend (if that > exists). You'd have to add a printf in every driver and bus. A better > way might be to add printf or KTR to bus_generic_suspend() to print the > device name before calling its method. > > BTW, I'm working on committing a patch that adds KTR to acpi so we can > track down issues like this although the device suspending stuff should > be done separately as listed above. BTW, the issue with APIC on some systems is that when we use the APIC, the current code doesn't end up doing suspend/resume for the ATPIC and so it ends up in some random state. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Thu Sep 29 16:33:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E70516A41F; Thu, 29 Sep 2005 16:33:57 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4009443D49; Thu, 29 Sep 2005 16:33:57 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [70.30.70.180]) by elvis.mu.org (Postfix) with ESMTP id E9B691A3C1F; Thu, 29 Sep 2005 09:33:56 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 6A593513C0; Thu, 29 Sep 2005 12:33:50 -0400 (EDT) Date: Thu, 29 Sep 2005 12:33:50 -0400 From: Kris Kennaway To: Jung-uk Kim Message-ID: <20050929163350.GA53677@xor.obsecurity.org> References: <200509291037.j8TAbKdI010227@repoman.freebsd.org> <20050929130338.GC1715@garage.freebsd.pl> <200509291200.29735.jkim@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XsQoSWH+UP9D9v3l" Content-Disposition: inline In-Reply-To: <200509291200.29735.jkim@FreeBSD.org> User-Agent: Mutt/1.4.2.1i Cc: Peter Edwards , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Pawel Jakub Dawidek , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 16:33:57 -0000 --XsQoSWH+UP9D9v3l Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 29, 2005 at 12:00:26PM -0400, Jung-uk Kim wrote: > On Thursday 29 September 2005 09:03 am, Pawel Jakub Dawidek wrote: > > On Thu, Sep 29, 2005 at 10:37:20AM +0000, Peter Edwards wrote: > > +> peadar 2005-09-29 10:37:20 UTC > > +> > > +> FreeBSD src repository > > +> > > +> Modified files: > > +> sys/kern vfs_bio.c > > +> Log: > > +> Close a race in biodone(), whereby the bio_done field of the > > passed +> bio may have been freed and reassigned by the wakeup > > before being +> tested after releasing the bdonelock. > > +> > > +> There's a non-zero chance this is the cause of a few of the > > crashes +> knocking around with biodone() sitting in the stack > > backtrace. > > > > Should this fix the panic on boot in vmware? >=20 > I thought that might be it, too. I tried it with 6.0-BETA5 on QEMU=20 > but no change. :-( This patch is not part of 6.0-BETA5. Kris --XsQoSWH+UP9D9v3l Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDPBdtWry0BWjoQKURAnaoAJ920TDdOdzTLDcIqEBKWqEtLyV77ACg2zsB z3OEfCVt6kj3M8kDPDCKUVk= =FOJ3 -----END PGP SIGNATURE----- --XsQoSWH+UP9D9v3l-- From owner-cvs-all@FreeBSD.ORG Thu Sep 29 16:37:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FE5016A41F; Thu, 29 Sep 2005 16:37:34 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2204743D5D; Thu, 29 Sep 2005 16:37:33 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id j8TGiAWM021904; Thu, 29 Sep 2005 12:44:10 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Kris Kennaway Date: Thu, 29 Sep 2005 12:37:18 -0400 User-Agent: KMail/1.6.2 References: <200509291037.j8TAbKdI010227@repoman.freebsd.org> <200509291200.29735.jkim@FreeBSD.org> <20050929163350.GA53677@xor.obsecurity.org> In-Reply-To: <20050929163350.GA53677@xor.obsecurity.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="euc-kr" Content-Transfer-Encoding: 7bit Message-Id: <200509291237.19873.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV devel-20050919/1104/Wed Sep 28 18:20:40 2005 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Peter Edwards , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Pawel Jakub Dawidek , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 16:37:34 -0000 On Thursday 29 September 2005 12:33 pm, Kris Kennaway wrote: > On Thu, Sep 29, 2005 at 12:00:26PM -0400, Jung-uk Kim wrote: > > On Thursday 29 September 2005 09:03 am, Pawel Jakub Dawidek wrote: > > > On Thu, Sep 29, 2005 at 10:37:20AM +0000, Peter Edwards wrote: > > > +> peadar 2005-09-29 10:37:20 UTC > > > +> > > > +> FreeBSD src repository > > > +> > > > +> Modified files: > > > +> sys/kern vfs_bio.c > > > +> Log: > > > +> Close a race in biodone(), whereby the bio_done field of > > > the passed +> bio may have been freed and reassigned by the > > > wakeup before being +> tested after releasing the bdonelock. > > > +> > > > +> There's a non-zero chance this is the cause of a few of > > > the crashes +> knocking around with biodone() sitting in the > > > stack backtrace. > > > > > > Should this fix the panic on boot in vmware? > > > > I thought that might be it, too. I tried it with 6.0-BETA5 on > > QEMU but no change. :-( > > This patch is not part of 6.0-BETA5. I meant 6.0-BETA5 with patched kernel, of course. I am sorry about the confusion. Jung-uk Kim > Kris From owner-cvs-all@FreeBSD.ORG Thu Sep 29 16:45:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F61216A41F; Thu, 29 Sep 2005 16:45:54 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D3DF43D4C; Thu, 29 Sep 2005 16:45:54 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TGjrR7033348; Thu, 29 Sep 2005 16:45:54 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TGjrMi033347; Thu, 29 Sep 2005 16:45:53 GMT (envelope-from imp) Message-Id: <200509291645.j8TGjrMi033347@repoman.freebsd.org> From: Warner Losh Date: Thu, 29 Sep 2005 16:45:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 cardbus.4 pccard.4 pccbb.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 16:45:54 -0000 imp 2005-09-29 16:45:53 UTC FreeBSD src repository Modified files: share/man/man4 cardbus.4 pccard.4 pccbb.4 Log: Dcoument typical debugging options, plus the new CIS device for pccard. Revision Changes Path 1.5 +15 -0 src/share/man/man4/cardbus.4 1.6 +33 -2 src/share/man/man4/pccard.4 1.7 +12 -0 src/share/man/man4/pccbb.4 From owner-cvs-all@FreeBSD.ORG Thu Sep 29 16:47:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CFB316A41F; Thu, 29 Sep 2005 16:47:09 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B039B43D4C; Thu, 29 Sep 2005 16:47:08 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TGl8eO037898; Thu, 29 Sep 2005 16:47:08 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TGl8Up037879; Thu, 29 Sep 2005 16:47:08 GMT (envelope-from jhb) Message-Id: <200509291647.j8TGl8Up037879@repoman.freebsd.org> From: John Baldwin Date: Thu, 29 Sep 2005 16:47:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci if_ti.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 16:47:09 -0000 jhb 2005-09-29 16:47:08 UTC FreeBSD src repository Modified files: sys/pci if_ti.c Log: Use if_printf() and device_printf(). Revision Changes Path 1.111 +92 -90 src/sys/pci/if_ti.c From owner-cvs-all@FreeBSD.ORG Thu Sep 29 16:49:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B536F16A41F; Thu, 29 Sep 2005 16:49:26 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77D4C43D62; Thu, 29 Sep 2005 16:49:22 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TGnMcq040640; Thu, 29 Sep 2005 16:49:22 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TGnMUr040639; Thu, 29 Sep 2005 16:49:22 GMT (envelope-from danfe) Message-Id: <200509291649.j8TGnMUr040639@repoman.freebsd.org> From: Alexey Dokuchaev Date: Thu, 29 Sep 2005 16:49:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/umark/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 16:49:26 -0000 danfe 2005-09-29 16:49:22 UTC FreeBSD ports repository Modified files: games/umark/files pkg-message.in Log: Make a sentence sound better. Revision Changes Path 1.2 +1 -1 ports/games/umark/files/pkg-message.in From owner-cvs-all@FreeBSD.ORG Thu Sep 29 16:52:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4035716A41F; Thu, 29 Sep 2005 16:52:20 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 115D843D48; Thu, 29 Sep 2005 16:52:20 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TGqJgD040867; Thu, 29 Sep 2005 16:52:19 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TGqJhZ040866; Thu, 29 Sep 2005 16:52:19 GMT (envelope-from jhb) Message-Id: <200509291652.j8TGqJhZ040866@repoman.freebsd.org> From: John Baldwin Date: Thu, 29 Sep 2005 16:52:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/re if_re.c src/sys/pci if_rl.c if_rlreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 16:52:20 -0000 jhb 2005-09-29 16:52:19 UTC FreeBSD src repository Modified files: sys/dev/re if_re.c sys/pci if_rl.c if_rlreg.h Log: - Use if_printf() and device_printf() in re(4) and remove rl_unit from the softc. - Use callout_init_mtx() and rather than timeout/untimeout in both rl(4) and re(4). - Fix locking for ifmedia by locking the driver in the ifmedia handlers rather than in the miibus functions. (re(4) didn't lock the mii stuff at all!) - Fix some locking in re_ioctl(). Note: the two drivers share the same softc declared in if_rlreg.h, so they had to be change simultaneously. MFC after: 1 week Tested by: several on rl(4), none on re(4) Revision Changes Path 1.55 +49 -54 src/sys/dev/re/if_re.c 1.157 +11 -17 src/sys/pci/if_rl.c 1.53 +1 -2 src/sys/pci/if_rlreg.h From owner-cvs-all@FreeBSD.ORG Thu Sep 29 16:57:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FC0516A41F; Thu, 29 Sep 2005 16:57:13 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76D3B43D48; Thu, 29 Sep 2005 16:57:12 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id j8TH3lB3022747; Thu, 29 Sep 2005 13:03:47 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Peter Edwards Date: Thu, 29 Sep 2005 12:56:46 -0400 User-Agent: KMail/1.6.2 References: <200509291037.j8TAbKdI010227@repoman.freebsd.org> <200509291200.29735.jkim@FreeBSD.org> <34cb7c8405092909181163c887@mail.gmail.com> In-Reply-To: <34cb7c8405092909181163c887@mail.gmail.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="euc-kr" Content-Transfer-Encoding: 7bit Message-Id: <200509291256.55435.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV devel-20050919/1104/Wed Sep 28 18:20:40 2005 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 16:57:13 -0000 On Thursday 29 September 2005 12:18 pm, Peter Edwards wrote: > On 9/29/05, Jung-uk Kim wrote: > > On Thursday 29 September 2005 09:03 am, Pawel Jakub Dawidek wrote: > > > On Thu, Sep 29, 2005 at 10:37:20AM +0000, Peter Edwards wrote: > > > +> peadar 2005-09-29 10:37:20 UTC > > > +> > > > +> FreeBSD src repository > > > +> > > > +> Modified files: > > > +> sys/kern vfs_bio.c > > > +> Log: > > > +> Close a race in biodone(), whereby the bio_done field of > > > the passed +> bio may have been freed and reassigned by the > > > wakeup before being +> tested after releasing the bdonelock. > > > +> > > > +> There's a non-zero chance this is the cause of a few of > > > the crashes +> knocking around with biodone() sitting in the > > > stack backtrace. > > > > > > Should this fix the panic on boot in vmware? > > > > I thought that might be it, too. I tried it with 6.0-BETA5 on > > QEMU but no change. :-( > > Ah: If it fails in QEMU, I might be able to reproduce it. FYI, the most reliable way to reproduce is to 'tar tfv BIG_TARBALL' from CD-ROM image. I have been using 16 MB something.tar.bz2 file as a test case. 100% success. BTW, depending on the emulated CD-ROM mode, i. e., DMA or PIO, you will see different crash because of different code path. DMA case: http://www.freebsd.org/cgi/query-pr.cgi?pr=84102 PIO case: http://docs.freebsd.org/cgi/mid.cgi?42C626C9.60206 It seems the similar things happened on real hardware: http://www.freebsd.org/cgi/query-pr.cgi?pr=84568 http://docs.freebsd.org/cgi/mid.cgi?20050921181336.GF72516 I am not sure they are really related but it looks very suspicious. BTW, 5.4 is okay. 5.4 with ATA mkIII patch is okay. 6.0 without PEEMPTION is okay. So, please don't blame it on the emulators. Like sam@ said, it is good tool to find real bugs without causing real damage. ;-) > Do you mean you replaced the 6.0-BETA5 with your own kernel, yes? Correct. Jung-uk Kim From owner-cvs-all@FreeBSD.ORG Thu Sep 29 17:46:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C123316A41F; Thu, 29 Sep 2005 17:46:09 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr3.xs4all.nl (smtp-vbr3.xs4all.nl [194.109.24.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2013143D4C; Thu, 29 Sep 2005 17:46:08 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr3.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8THk3FK005161; Thu, 29 Sep 2005 19:46:07 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8THk2Gl045551; Thu, 29 Sep 2005 19:46:02 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.3/8.13.1/Submit) id j8THk2eC045550; Thu, 29 Sep 2005 19:46:02 +0200 (CEST) (envelope-from wb) Date: Thu, 29 Sep 2005 19:46:02 +0200 From: Wilko Bulte To: Robert Watson Message-ID: <20050929174602.GA45515@freebie.xs4all.nl> References: <200509261655.j8QGtBeE012785@repoman.freebsd.org> <20050926174442.GA57238@xor.obsecurity.org> <20050926181234.GA23937@freebie.xs4all.nl> <20050927103746.364de995.trhodes@FreeBSD.org> <20050927184742.GB30441@freebie.xs4all.nl> <20050928044624.2e052569.trhodes@FreeBSD.org> <20050929161804.F34322@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050929161804.F34322@fledge.watson.org> X-OS: FreeBSD 5.4-STABLE User-Agent: Mutt/1.5.9i X-Virus-Scanned: by XS4ALL Virus Scanner Cc: Tom Rhodes , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, kris@obsecurity.org Subject: Re: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 17:46:09 -0000 On Thu, Sep 29, 2005 at 04:19:17PM +0100, Robert Watson wrote.. > On Wed, 28 Sep 2005, Tom Rhodes wrote: > > >>>>>My 14-cpu machine thanks you :-) > >>>> > >>>>I'm curious: what machine model is that? > >>> > >>>Who cares about model, can I borrow it. :P > >> > >>A UE4500 is quite loud and quite hot. Not a box I would want at home. > > > >Could heat the house during those cold winter nights. :) > > I remember my old sparcstation hardware at CMU with some fondness for this > reason -- on a cold Pittsburgh evening, overheating computer hardware was > strictly necessary, even in the presence of decent radiators. However, > with 14+ cooling fans for one machine, it did need to be a couple of rooms > down. Hum, yes. That is why I handed down my AS4100 to ticso ;) -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Thu Sep 29 17:49:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8601416A41F; Thu, 29 Sep 2005 17:49:22 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3079D43D49; Thu, 29 Sep 2005 17:49:21 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.33] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j8THnPo5010760 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 29 Sep 2005 10:49:26 -0700 Message-ID: <433C291E.3050409@root.org> Date: Thu, 29 Sep 2005 10:49:18 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <20050928192056.B7E6D16A42B@hub.freebsd.org> <20050928193833.GA1235@garage.freebsd.pl> <433AFEDE.2000902@root.org> <200509291054.40587.jhb@FreeBSD.org> In-Reply-To: <200509291054.40587.jhb@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Pawel Jakub Dawidek , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 17:49:22 -0000 John Baldwin wrote: > On Wednesday 28 September 2005 04:36 pm, Nate Lawson wrote: >>I've heard disabling apic helps T42s, otherwise they get a hard hang. >>It's difficult to print the driver progress while suspending because the >>function call stack is recursive, not iterative. For example, >>root_suspend -> pci_suspend -> fxp_suspend -> mii_suspend (if that >>exists). You'd have to add a printf in every driver and bus. A better >>way might be to add printf or KTR to bus_generic_suspend() to print the >>device name before calling its method. >> >>BTW, I'm working on committing a patch that adds KTR to acpi so we can >>track down issues like this although the device suspending stuff should >>be done separately as listed above. > > > BTW, the issue with APIC on some systems is that when we use the APIC, the > current code doesn't end up doing suspend/resume for the ATPIC and so it ends > up in some random state. > Ah, is a fix for that upcoming? :) -- Nate From owner-cvs-all@FreeBSD.ORG Thu Sep 29 17:51:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8336816A41F; Thu, 29 Sep 2005 17:51:07 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 374FD43D48; Thu, 29 Sep 2005 17:51:07 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id BD1427DD; Thu, 29 Sep 2005 12:51:06 -0500 (CDT) Date: Thu, 29 Sep 2005 12:51:06 -0500 To: Michael Nottebrock Message-ID: <20050929175106.GA24423@soaustin.net> References: <200509291337.j8TDbiAb025573@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509291337.j8TDbiAb025573@repoman.freebsd.org> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/audio/lplayer/files patch-src_lpformsearchbase.ui ports/cad/qfsm/files patch-src_SimulatorDlg.ui ports/deskutils/tuxcards/files patch-src_gui_dialogs_optionsDialog-IOptionsDialog.ui ports/devel/esvn/files patch-.ui-frm_main.ui ports/devel/lincvs/files patch-src-AnnotateDialog.ui patch-src-CheckoutDialog.ui patch-src-LogDialog.ui ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 17:51:07 -0000 On Thu, Sep 29, 2005 at 01:37:44PM +0000, Michael Nottebrock wrote: > Fix bogus ui files in preparation for Qt 3.3.5 As a reminder, we are _still_ in a ports slush, which means no sweeping changes while we wait for the release. Based on the number of packages affected by this change, it would at least meet my own definition, because it would be very difficult to roll a (possible-unrelated) security update back into one of these ports. mcl From owner-cvs-all@FreeBSD.ORG Thu Sep 29 18:07:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15CB716A41F; Thu, 29 Sep 2005 18:07:02 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id F14B943D48; Thu, 29 Sep 2005 18:07:00 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.41.233] (Not Verified[10.50.41.233]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Thu, 29 Sep 2005 14:23:01 -0400 From: John Baldwin To: Nate Lawson Date: Thu, 29 Sep 2005 14:06:17 -0400 User-Agent: KMail/1.8 References: <20050928192056.B7E6D16A42B@hub.freebsd.org> <200509291054.40587.jhb@FreeBSD.org> <433C291E.3050409@root.org> In-Reply-To: <433C291E.3050409@root.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509291406.19775.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Pawel Jakub Dawidek , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 18:07:02 -0000 On Thursday 29 September 2005 01:49 pm, Nate Lawson wrote: > John Baldwin wrote: > > On Wednesday 28 September 2005 04:36 pm, Nate Lawson wrote: > >>I've heard disabling apic helps T42s, otherwise they get a hard hang. > >>It's difficult to print the driver progress while suspending because the > >>function call stack is recursive, not iterative. For example, > >>root_suspend -> pci_suspend -> fxp_suspend -> mii_suspend (if that > >>exists). You'd have to add a printf in every driver and bus. A better > >>way might be to add printf or KTR to bus_generic_suspend() to print the > >>device name before calling its method. > >> > >>BTW, I'm working on committing a patch that adds KTR to acpi so we can > >>track down issues like this although the device suspending stuff should > >>be done separately as listed above. > > > > BTW, the issue with APIC on some systems is that when we use the APIC, > > the current code doesn't end up doing suspend/resume for the ATPIC and so > > it ends up in some random state. > > Ah, is a fix for that upcoming? :) It's in my head. I think I need to rework the suspend/resume support in the x86 interrupt code to instead of doing all the interrupt sources, having the atpic and apic code register pic devices in a separate list that gets iterated on suspend and resume. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Thu Sep 29 18:11:49 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A65B16A420; Thu, 29 Sep 2005 18:11:49 +0000 (GMT) (envelope-from lofi@freebsd.org) Received: from mail-in-01.arcor-online.net (mail-in-06.arcor-online.net [151.189.21.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ED4043D48; Thu, 29 Sep 2005 18:11:47 +0000 (GMT) (envelope-from lofi@freebsd.org) Received: from mail-in-08-z2.arcor-online.net (mail-in-08-z2.arcor-online.net [151.189.8.20]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id D74D25077D; Thu, 29 Sep 2005 20:11:45 +0200 (CEST) Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) by mail-in-08-z2.arcor-online.net (Postfix) with ESMTP id C02AF24A38; Thu, 29 Sep 2005 20:11:45 +0200 (CEST) Received: from lofi.dyndns.org (dsl-084-061-138-164.arcor-ip.net [84.61.138.164]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id 9B60336154; Thu, 29 Sep 2005 20:11:44 +0200 (CEST) Received: from kiste.my.domain (root@kiste.my.domain [192.168.8.4]) by lofi.dyndns.org (8.13.4/8.13.3) with ESMTP id j8TIBhbA007400 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 29 Sep 2005 20:11:43 +0200 (CEST) (envelope-from lofi@freebsd.org) Received: from kiste.my.domain (lofi@localhost [127.0.0.1]) by kiste.my.domain (8.13.4/8.13.1) with ESMTP id j8TIBgDj098349; Thu, 29 Sep 2005 20:11:42 +0200 (CEST) (envelope-from lofi@freebsd.org) Received: from localhost (localhost [[UNIX: localhost]]) by kiste.my.domain (8.13.4/8.13.1/Submit) id j8TIBefB098334; Thu, 29 Sep 2005 20:11:40 +0200 (CEST) (envelope-from lofi@freebsd.org) X-Authentication-Warning: kiste.my.domain: lofi set sender to lofi@freebsd.org using -f From: Michael Nottebrock To: Mark Linimon Date: Thu, 29 Sep 2005 20:11:36 +0200 User-Agent: KMail/1.8.2 References: <200509291337.j8TDbiAb025573@repoman.freebsd.org> <20050929175106.GA24423@soaustin.net> In-Reply-To: <20050929175106.GA24423@soaustin.net> X-Face: =Ym$`&q\+S2X$4`X%x%6"L4>Y,$]<":'L%c9"#7#`2tb&E&wsN31on!N\)3BD[g<=?utf-8?q?=2EjnfV=5B=0A=093=23?=>XchLK,o; >bD>c:]^; :>0>vyZ.X[,63GW`&M>}nYnr]-Fp``,[[@lJ!QL|sfW!s)=?utf-8?q?A2!*=0A=09vNkB/=7CL-?=>&QdSbQg X-Virus-Scanned: by amavisd-new Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/audio/lplayer/files patch-src_lpformsearchbase.ui ports/cad/qfsm/files patch-src_SimulatorDlg.ui ports/deskutils/tuxcards/files patch-src_gui_dialogs_optionsDialog-IOptionsDialog.ui ports/devel/esvn/files patch-.ui-frm_main.ui ports/devel/lincvs/files patch-src-AnnotateDialog.ui patch-src-CheckoutDialog.ui patch-src-LogDialog.ui ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 18:11:49 -0000 --nextPart4017211.CKvhA0KsIg Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Thursday, 29. September 2005 19:51, Mark Linimon wrote: > On Thu, Sep 29, 2005 at 01:37:44PM +0000, Michael Nottebrock wrote: > > Fix bogus ui files in preparation for Qt 3.3.5 > > As a reminder, we are _still_ in a ports slush, which means no sweeping > changes while we wait for the release. I have to admit, I forgot. > Based on the number of packages=20 > affected by this change, it would at least meet my own definition, > because it would be very difficult to roll a (possible-unrelated) security > update back into one of these ports. How would it make it difficult, exactly? =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --nextPart4017211.CKvhA0KsIg Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDPC5cXhc68WspdLARAuGkAKCbHdZmsO8GpMaKGGSZeR6tZ7s6iwCffZjg SSIQ0IGaKI4omoK2AYGfrCw= =fkiT -----END PGP SIGNATURE----- --nextPart4017211.CKvhA0KsIg-- From owner-cvs-all@FreeBSD.ORG Thu Sep 29 18:15:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7761516A41F; Thu, 29 Sep 2005 18:15:26 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DD1543D69; Thu, 29 Sep 2005 18:15:24 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TIFNug044690; Thu, 29 Sep 2005 18:15:24 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TIFN8B044689; Thu, 29 Sep 2005 18:15:23 GMT (envelope-from garga) Message-Id: <200509291815.j8TIFN8B044689@repoman.freebsd.org> From: Renato Botelho Date: Thu, 29 Sep 2005 18:15:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/ruby-zoom Makefile distinfo pkg-descr pkg-plist ports/devel/ruby-zoom/files patch-extconf.rb X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 18:15:26 -0000 garga 2005-09-29 18:15:23 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/ruby-zoom Makefile distinfo pkg-descr pkg-plist devel/ruby-zoom/files patch-extconf.rb Log: Add ruby-zoom 0.2.0, a Ruby binding to the Z39.50 Object-Orientation Model (ZOOM). PR: ports/86213 Submitted by: Mitsuru YOSHIDA Revision Changes Path 1.1981 +1 -0 ports/devel/Makefile 1.1 +44 -0 ports/devel/ruby-zoom/Makefile (new) 1.1 +2 -0 ports/devel/ruby-zoom/distinfo (new) 1.1 +10 -0 ports/devel/ruby-zoom/files/patch-extconf.rb (new) 1.1 +6 -0 ports/devel/ruby-zoom/pkg-descr (new) 1.1 +15 -0 ports/devel/ruby-zoom/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Sep 29 18:15:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD67316A41F; Thu, 29 Sep 2005 18:15:57 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C39EB43D55; Thu, 29 Sep 2005 18:15:53 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TIFr6O044763; Thu, 29 Sep 2005 18:15:53 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TIFroD044762; Thu, 29 Sep 2005 18:15:53 GMT (envelope-from garga) Message-Id: <200509291815.j8TIFroD044762@repoman.freebsd.org> From: Renato Botelho Date: Thu, 29 Sep 2005 18:15:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 18:15:58 -0000 garga 2005-09-29 18:15:53 UTC FreeBSD ports repository Modified files: . modules Log: ruby-zoom --> ports/devel/ruby-zoom Revision Changes Path 1.13251 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Sep 29 18:23:42 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CD1A16A41F; Thu, 29 Sep 2005 18:23:42 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFC4143D48; Thu, 29 Sep 2005 18:23:41 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 3A2DB2BEA; Thu, 29 Sep 2005 13:23:41 -0500 (CDT) Date: Thu, 29 Sep 2005 13:23:41 -0500 To: Michael Nottebrock Message-ID: <20050929182341.GB26145@soaustin.net> References: <200509291337.j8TDbiAb025573@repoman.freebsd.org> <20050929175106.GA24423@soaustin.net> <200509292011.40084.lofi@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509292011.40084.lofi@freebsd.org> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: Mark Linimon , cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/audio/lplayer/files patch-src_lpformsearchbase.ui ports/cad/qfsm/files patch-src_SimulatorDlg.ui ports/deskutils/tuxcards/files patch-src_gui_dialogs_optionsDialog-IOptionsDialog.ui ports/devel/esvn/files patch-.ui-frm_main.ui ports/devel/lincvs/files patch-src-AnnotateDialog.ui patch-src-CheckoutDialog.ui patch-src-LogDialog.ui ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 18:23:42 -0000 On Thu, Sep 29, 2005 at 08:11:36PM +0200, Michael Nottebrock wrote: > How would it make it difficult, exactly? If there were a security update needed in one of these ports, how many other ports would be affected? e.g. how many different dependent ports would need to be back-merged? That should be the test. Without looking at each part of your commit I can't really tell that. mcl From owner-cvs-all@FreeBSD.ORG Thu Sep 29 18:28:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A4A316A41F; Thu, 29 Sep 2005 18:28:04 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D537943D49; Thu, 29 Sep 2005 18:28:03 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TIS3kC055100; Thu, 29 Sep 2005 18:28:03 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TIS3r0055092; Thu, 29 Sep 2005 18:28:03 GMT (envelope-from garga) Message-Id: <200509291828.j8TIS3r0055092@repoman.freebsd.org> From: Renato Botelho Date: Thu, 29 Sep 2005 18:28:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/freesbie Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 18:28:04 -0000 garga 2005-09-29 18:28:03 UTC FreeBSD ports repository Modified files: sysutils/freesbie Makefile distinfo Log: - Update to 1.1.20050929 PR: ports/86714 Submitted by: maintainer Revision Changes Path 1.8 +3 -4 ports/sysutils/freesbie/Makefile 1.5 +2 -2 ports/sysutils/freesbie/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 29 18:39:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 346AD16A41F; Thu, 29 Sep 2005 18:39:44 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E51DB43D48; Thu, 29 Sep 2005 18:39:43 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TIdhnj061652; Thu, 29 Sep 2005 18:39:43 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TIdhlg061651; Thu, 29 Sep 2005 18:39:43 GMT (envelope-from dinoex) Message-Id: <200509291839.j8TIdhlg061651@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 29 Sep 2005 18:39:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/comms/kermit/files patch-ck_ssl.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 18:39:44 -0000 dinoex 2005-09-29 18:39:43 UTC FreeBSD ports repository Added files: comms/kermit/files patch-ck_ssl.h Log: - Fix conflicts with openssl Revision Changes Path 1.1 +10 -0 ports/comms/kermit/files/patch-ck_ssl.h (new) From owner-cvs-all@FreeBSD.ORG Thu Sep 29 18:39:45 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F28A16A425; Thu, 29 Sep 2005 18:39:45 +0000 (GMT) (envelope-from lofi@freebsd.org) Received: from mail-in-03.arcor-online.net (mail-in-03.arcor-online.net [151.189.21.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1289243D49; Thu, 29 Sep 2005 18:39:43 +0000 (GMT) (envelope-from lofi@freebsd.org) Received: from mail-in-04-z2.arcor-online.net (mail-in-04-z2.arcor-online.net [151.189.8.16]) by mail-in-03.arcor-online.net (Postfix) with ESMTP id 7F82964777; Thu, 29 Sep 2005 20:39:42 +0200 (CEST) Received: from mail-in-05.arcor-online.net (mail-in-05.arcor-online.net [151.189.21.45]) by mail-in-04-z2.arcor-online.net (Postfix) with ESMTP id 5D20B12E2D2; Thu, 29 Sep 2005 20:39:38 +0200 (CEST) Received: from lofi.dyndns.org (dsl-084-061-138-164.arcor-ip.net [84.61.138.164]) by mail-in-05.arcor-online.net (Postfix) with ESMTP id 18F7A90C0C; Thu, 29 Sep 2005 20:39:42 +0200 (CEST) Received: from kiste.my.domain (root@kiste.my.domain [192.168.8.4]) by lofi.dyndns.org (8.13.4/8.13.3) with ESMTP id j8TIdew5008019 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 29 Sep 2005 20:39:40 +0200 (CEST) (envelope-from lofi@freebsd.org) Received: from kiste.my.domain (lofi@localhost [127.0.0.1]) by kiste.my.domain (8.13.4/8.13.1) with ESMTP id j8TIddKA020562; Thu, 29 Sep 2005 20:39:39 +0200 (CEST) (envelope-from lofi@freebsd.org) Received: from localhost (localhost [[UNIX: localhost]]) by kiste.my.domain (8.13.4/8.13.1/Submit) id j8TIddoF020561; Thu, 29 Sep 2005 20:39:39 +0200 (CEST) (envelope-from lofi@freebsd.org) X-Authentication-Warning: kiste.my.domain: lofi set sender to lofi@freebsd.org using -f From: Michael Nottebrock To: Mark Linimon Date: Thu, 29 Sep 2005 20:39:34 +0200 User-Agent: KMail/1.8.2 References: <200509291337.j8TDbiAb025573@repoman.freebsd.org> <200509292011.40084.lofi@freebsd.org> <20050929182341.GB26145@soaustin.net> In-Reply-To: <20050929182341.GB26145@soaustin.net> X-Face: =Ym$`&q\+S2X$4`X%x%6"L4>Y,$]<":'L%c9"#7#`2tb&E&wsN31on!N\)3BD[g<=?utf-8?q?=2EjnfV=5B=0A=093=23?=>XchLK,o; >bD>c:]^; :>0>vyZ.X[,63GW`&M>}nYnr]-Fp``,[[@lJ!QL|sfW!s)=?utf-8?q?A2!*=0A=09vNkB/=7CL-?=>&QdSbQg X-Virus-Scanned: by amavisd-new Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/audio/lplayer/files patch-src_lpformsearchbase.ui ports/cad/qfsm/files patch-src_SimulatorDlg.ui ports/deskutils/tuxcards/files patch-src_gui_dialogs_optionsDialog-IOptionsDialog.ui ports/devel/esvn/files patch-.ui-frm_main.ui ports/devel/lincvs/files patch-src-AnnotateDialog.ui patch-src-CheckoutDialog.ui patch-src-LogDialog.ui ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 18:39:46 -0000 --nextPart3845733.FPrk72Dzb4 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Thursday, 29. September 2005 20:23, Mark Linimon wrote: > On Thu, Sep 29, 2005 at 08:11:36PM +0200, Michael Nottebrock wrote: > > How would it make it difficult, exactly? > > If there were a security update needed in one of these ports, how many > other ports would be affected? e.g. how many different dependent ports > would need to be back-merged? None. Tag-slippage is still possible for each and everyone of those ports=20 individually without any problems (note that Qt 3.3.5 isn't committed yet a= t=20 all). I plan to make a good deal more UI-file fixing commits in the near=20 future (for the KDE core ports), too - those will be equally tag-slipping=20 friendly. However, I'm afraid that others have indeed (potentially) made life difficu= lt=20 for RE in that respect - one commit I can think of would be the recent=20 libxine update which bumps the major shared library revision and thus affec= ts=20 a great deal of dependent ports. =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --nextPart3845733.FPrk72Dzb4 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDPDTrXhc68WspdLARAhyGAKCeaZf1m1tHBzE+F6qouX/C5X7IVQCdEuAJ mvtxyHanOgTqkbjee/Kbb5k= =L+GF -----END PGP SIGNATURE----- --nextPart3845733.FPrk72Dzb4-- From owner-cvs-all@FreeBSD.ORG Thu Sep 29 18:40:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E19D016A420; Thu, 29 Sep 2005 18:40:36 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ACC943D5A; Thu, 29 Sep 2005 18:40:36 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TIeanU061811; Thu, 29 Sep 2005 18:40:36 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TIeaKK061810; Thu, 29 Sep 2005 18:40:36 GMT (envelope-from rwatson) Message-Id: <200509291840.j8TIeaKK061810@repoman.freebsd.org> From: Robert Watson Date: Thu, 29 Sep 2005 18:40:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern subr_prf.c src/sys/nfsclient nfs_socket.c src/sys/rpc rpcclnt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 18:40:37 -0000 rwatson 2005-09-29 18:40:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern subr_prf.c sys/nfsclient nfs_socket.c sys/rpc rpcclnt.c Log: Merge subr_prof.c:1.119, 1.120, 1.121, nfs_socket.c:1.130, rpcclnt.c:1.14 from HEAD to RELENG_6: Acquire Giant in uprintf() and tprintf() due to the non-MPSAFEty of the tty code invoked from these functions. In two cases, during timeout handling in NFS-related RPC client code, acquire Giant in the caller before other mutexes the caller might hold, in order to avoid lock order reversals with Giant (a recursive acquire is not a reversal as it won't ever wait). Correct age-old comments about uprintf()/tprintf() sleeping: they will never sleep. Much useful feedback from: bde Approved by: re (scottl) Revision Changes Path 1.116.2.2 +13 -8 src/sys/kern/subr_prf.c 1.125.2.2 +13 -1 src/sys/nfsclient/nfs_socket.c 1.13.2.1 +8 -1 src/sys/rpc/rpcclnt.c From owner-cvs-all@FreeBSD.ORG Thu Sep 29 18:40:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D8EB16A41F; Thu, 29 Sep 2005 18:40:45 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A29343D48; Thu, 29 Sep 2005 18:40:45 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TIeiU1061836; Thu, 29 Sep 2005 18:40:44 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TIei9i061835; Thu, 29 Sep 2005 18:40:44 GMT (envelope-from rwatson) Message-Id: <200509291840.j8TIei9i061835@repoman.freebsd.org> From: Robert Watson Date: Thu, 29 Sep 2005 18:40:44 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/releases/6.0R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 18:40:45 -0000 rwatson 2005-09-29 18:40:44 UTC FreeBSD doc repository Modified files: en/releases/6.0R todo.sgml Log: Move uprintf/tprintf show stopper from "Required" to "Testing" now that Giant use around uprintf/tprintf has been fixed and cleaned up in HEAD, and MFC'd to RELENG_6. Test test test. Revision Changes Path 1.40 +16 -15 www/en/releases/6.0R/todo.sgml From owner-cvs-all@FreeBSD.ORG Thu Sep 29 18:45:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEA9A16A41F; Thu, 29 Sep 2005 18:45:02 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BF2343D48; Thu, 29 Sep 2005 18:45:02 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TIj2Oq062002; Thu, 29 Sep 2005 18:45:02 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TIj2R5062001; Thu, 29 Sep 2005 18:45:02 GMT (envelope-from rwatson) Message-Id: <200509291845.j8TIj2R5062001@repoman.freebsd.org> From: Robert Watson Date: Thu, 29 Sep 2005 18:45:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/kern subr_prf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 18:45:02 -0000 rwatson 2005-09-29 18:45:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern subr_prf.c Log: Merge subr_prof.c:1.119, 1.120, 1.121 from HEAD to RELENG_6: Acquire Giant in uprintf() and tprintf() due to the non-MPSAFEty of the tty code invoked from these functions. Correct age-old comments about uprintf()/tprintf() sleeping: they will never sleep. Unlike in the merge to RELENG_6, it is not necesary to acquire Giant in the NFS code, as the NFS client runs entirely under Giant in 5.x. Likewise, this is not a critical fix in 5.x as the vast majority of relevant calls to uprintf() are in the VFS code, which also runs with Giant in 5.x. However, there are some exposed code paths that make this MFC a good idea. Much useful feedback from: bde Approved by: re (scottl) Revision Changes Path 1.113.2.2 +13 -8 src/sys/kern/subr_prf.c From owner-cvs-all@FreeBSD.ORG Thu Sep 29 18:47:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01C5B16A41F; Thu, 29 Sep 2005 18:47:32 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B464743D48; Thu, 29 Sep 2005 18:47:31 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TIlVcR062152; Thu, 29 Sep 2005 18:47:31 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TIlVbK062151; Thu, 29 Sep 2005 18:47:31 GMT (envelope-from jhb) Message-Id: <200509291847.j8TIlVbK062151@repoman.freebsd.org> From: John Baldwin Date: Thu, 29 Sep 2005 18:47:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern subr_witness.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 18:47:32 -0000 jhb 2005-09-29 18:47:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern subr_witness.c Log: MFC: Add the spin lock used by the binary nvidia-driver to the static lock order list. Approved by: re (scottl) Revision Changes Path 1.195.2.3 +1 -0 src/sys/kern/subr_witness.c From owner-cvs-all@FreeBSD.ORG Thu Sep 29 18:52:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6939116A41F; Thu, 29 Sep 2005 18:52:22 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26FA043D48; Thu, 29 Sep 2005 18:52:22 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TIqMRj062363; Thu, 29 Sep 2005 18:52:22 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TIqMHc062362; Thu, 29 Sep 2005 18:52:22 GMT (envelope-from jhb) Message-Id: <200509291852.j8TIqMHc062362@repoman.freebsd.org> From: John Baldwin Date: Thu, 29 Sep 2005 18:52:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/pci if_sis.c if_sisreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 18:52:22 -0000 jhb 2005-09-29 18:52:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/pci if_sis.c if_sisreg.h Log: MFC various fixes to sis(4): - Remove sis_unit and use device_printf() and if_printf() instead. - Use callout_init_mtx() for the callout. - Remove spls. - Fix locking for ifmedia to happen in the ifmedia handlers rather than in sis_ioctl(). Approved by: re (scottl) Revision Changes Path 1.132.2.4 +31 -43 src/sys/pci/if_sis.c 1.33.2.1 +0 -1 src/sys/pci/if_sisreg.h From owner-cvs-all@FreeBSD.ORG Thu Sep 29 18:53:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88F6216A41F; Thu, 29 Sep 2005 18:53:10 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46DAE43D48; Thu, 29 Sep 2005 18:53:10 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TIrAHx062415; Thu, 29 Sep 2005 18:53:10 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TIrAJK062414; Thu, 29 Sep 2005 18:53:10 GMT (envelope-from jhb) Message-Id: <200509291853.j8TIrAJK062414@repoman.freebsd.org> From: John Baldwin Date: Thu, 29 Sep 2005 18:53:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern vfs_lookup.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 18:53:10 -0000 jhb 2005-09-29 18:53:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_lookup.c Log: MFC: Use correct VFS locking in kern_alternate_path(). Approved by: re (scottl) Revision Changes Path 1.80.2.3 +8 -12 src/sys/kern/vfs_lookup.c From owner-cvs-all@FreeBSD.ORG Thu Sep 29 18:57:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E104016A41F; Thu, 29 Sep 2005 18:57:57 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E02443D49; Thu, 29 Sep 2005 18:57:57 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TIvvi7062590; Thu, 29 Sep 2005 18:57:57 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TIvv6U062589; Thu, 29 Sep 2005 18:57:57 GMT (envelope-from garga) Message-Id: <200509291857.j8TIvv6U062589@repoman.freebsd.org> From: Renato Botelho Date: Thu, 29 Sep 2005 18:57:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/sysconftool Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 18:57:58 -0000 garga 2005-09-29 18:57:57 UTC FreeBSD ports repository Modified files: devel/sysconftool Makefile distinfo pkg-plist Log: - Update to 0.15 Revision Changes Path 1.11 +9 -6 ports/devel/sysconftool/Makefile 1.4 +2 -2 ports/devel/sysconftool/distinfo 1.5 +1 -1 ports/devel/sysconftool/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 29 19:01:31 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EA8C16A420; Thu, 29 Sep 2005 19:01:31 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11BB843D4C; Thu, 29 Sep 2005 19:01:30 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 7EC152D63; Thu, 29 Sep 2005 14:01:30 -0500 (CDT) Date: Thu, 29 Sep 2005 14:01:30 -0500 To: Michael Nottebrock Message-ID: <20050929190130.GA27024@soaustin.net> References: <200509291337.j8TDbiAb025573@repoman.freebsd.org> <200509292011.40084.lofi@freebsd.org> <20050929182341.GB26145@soaustin.net> <200509292039.39236.lofi@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509292039.39236.lofi@freebsd.org> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: Mark Linimon , cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/audio/lplayer/files patch-src_lpformsearchbase.ui ports/cad/qfsm/files patch-src_SimulatorDlg.ui ports/deskutils/tuxcards/files patch-src_gui_dialogs_optionsDialog-IOptionsDialog.ui ports/devel/esvn/files patch-.ui-frm_main.ui ports/devel/lincvs/files patch-src-AnnotateDialog.ui patch-src-CheckoutDialog.ui patch-src-LogDialog.ui ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 19:01:31 -0000 On Thu, Sep 29, 2005 at 08:39:34PM +0200, Michael Nottebrock wrote: > However, I'm afraid that others have indeed (potentially) made life difficult > for RE in that respect - one commit I can think of would be the recent > libxine update which bumps the major shared library revision and thus affects > a great deal of dependent ports. That's a perfect example of things that need to be run by portmgr@ during thaws. If it had, I would have voted against approving it. (I had not noticed it earlier in all the email messages). My own feeling is that we had better hope that we don't have to do any ports tag slipping this release, since we have accumulated over 4 weeks' worth of commits to the tree since the freeze ended. If we do, my guess is that we're at a pretty high risk of having to re-freeze the tree and rebuild all the packages. mcl From owner-cvs-all@FreeBSD.ORG Thu Sep 29 19:12:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7BA016A41F; Thu, 29 Sep 2005 19:12:35 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5B7A43D48; Thu, 29 Sep 2005 19:12:35 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TJCZws063294; Thu, 29 Sep 2005 19:12:35 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TJCZlX063293; Thu, 29 Sep 2005 19:12:35 GMT (envelope-from garga) Message-Id: <200509291912.j8TJCZlX063293@repoman.freebsd.org> From: Renato Botelho Date: Thu, 29 Sep 2005 19:12:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/c3270 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 19:12:36 -0000 garga 2005-09-29 19:12:35 UTC FreeBSD ports repository Modified files: net/c3270 Makefile distinfo Log: - Update to 3.3.4p6 Revision Changes Path 1.13 +1 -1 ports/net/c3270/Makefile 1.3 +2 -2 ports/net/c3270/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 29 19:12:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A0FE16A41F; Thu, 29 Sep 2005 19:12:45 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBC3443D49; Thu, 29 Sep 2005 19:12:44 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TJCixf063323; Thu, 29 Sep 2005 19:12:44 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TJCiFN063322; Thu, 29 Sep 2005 19:12:44 GMT (envelope-from jhb) Message-Id: <200509291912.j8TJCiFN063322@repoman.freebsd.org> From: John Baldwin Date: Thu, 29 Sep 2005 19:12:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/alpha/alpha interrupt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 19:12:45 -0000 jhb 2005-09-29 19:12:44 UTC FreeBSD src repository Modified files: sys/alpha/alpha interrupt.c Log: Remove the hack to clear the owepreempt flag after running a fast interrupt handler from Alpha. Instead, expand the scheduler pinning in the interrupt handling code so that curthread is pinned while executing fast interrupt handlers. MFC after: 1 week Revision Changes Path 1.87 +16 -17 src/sys/alpha/alpha/interrupt.c From owner-cvs-all@FreeBSD.ORG Thu Sep 29 19:13:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25FF416A41F; Thu, 29 Sep 2005 19:13:53 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D83F343D49; Thu, 29 Sep 2005 19:13:52 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TJDq8s063408; Thu, 29 Sep 2005 19:13:52 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TJDqmt063407; Thu, 29 Sep 2005 19:13:52 GMT (envelope-from jhb) Message-Id: <200509291913.j8TJDqmt063407@repoman.freebsd.org> From: John Baldwin Date: Thu, 29 Sep 2005 19:13:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_turnstile.c src/sys/vm vm_zeroidle.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 19:13:53 -0000 jhb 2005-09-29 19:13:52 UTC FreeBSD src repository Modified files: sys/kern subr_turnstile.c sys/vm vm_zeroidle.c Log: Trim a couple of unneeded includes. Revision Changes Path 1.153 +0 -1 src/sys/kern/subr_turnstile.c 1.35 +0 -1 src/sys/vm/vm_zeroidle.c From owner-cvs-all@FreeBSD.ORG Thu Sep 29 19:13:59 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBD7C16A440; Thu, 29 Sep 2005 19:13:58 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: from zaphod.nitro.dk (cpe.atm2-0-71337.0x535ccf26.taanxx2.customer.tele.dk [83.92.207.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id A30EF43D53; Thu, 29 Sep 2005 19:13:57 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 1BBE8119EB; Thu, 29 Sep 2005 21:13:56 +0200 (CEST) Date: Thu, 29 Sep 2005 21:13:56 +0200 From: "Simon L. Nielsen" To: Mark Linimon Message-ID: <20050929191355.GC898@zaphod.nitro.dk> References: <200509291337.j8TDbiAb025573@repoman.freebsd.org> <200509292011.40084.lofi@freebsd.org> <20050929182341.GB26145@soaustin.net> <200509292039.39236.lofi@freebsd.org> <20050929190130.GA27024@soaustin.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="w7PDEPdKQumQfZlR" Content-Disposition: inline In-Reply-To: <20050929190130.GA27024@soaustin.net> User-Agent: Mutt/1.5.10i Cc: cvs-ports@freebsd.org, Michael Nottebrock , cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/audio/lplayer/files patch-src_lpformsearchbase.ui ports/cad/qfsm/files patch-src_SimulatorDlg.ui ports/deskutils/tuxcards/files patch-src_gui_dialogs_optionsDialog-IOptionsDialog.ui ports/devel/esvn/files patch-.ui-frm_main.ui ports/devel/lincvs/files patch-src-AnnotateDialog.ui patch-src-CheckoutDialog.ui patch-src-LogDialog.ui ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 19:13:59 -0000 --w7PDEPdKQumQfZlR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2005.09.29 14:01:30 -0500, Mark Linimon wrote: > My own feeling is that we had better hope that we don't have to do any > ports tag slipping this release, since we have accumulated over 4 weeks' > worth of commits to the tree since the freeze ended. If we do, my guess > is that we're at a pretty high risk of having to re-freeze the tree and > rebuild all the packages. Actually Kris has already done a bunch, with the latest batch earlier today / last night. I also know that there will be more (at least requests for tag slips)... Did I mention that software sucks? Oh well. --=20 Simon L. Nielsen If Firefox is more secure than Internet Explorer, then that says more about Internet Explorer than Firefox. --w7PDEPdKQumQfZlR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDPDzzh9pcDSc1mlERAorLAJ9T5yWZttPi/xWKVRqdYS8ull1cnACgijmQ Hzn9W0HmsMoAa+8c+TbAr+c= =SGPp -----END PGP SIGNATURE----- --w7PDEPdKQumQfZlR-- From owner-cvs-all@FreeBSD.ORG Thu Sep 29 19:29:12 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 065BC16A41F; Thu, 29 Sep 2005 19:29:12 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from mail26.syd.optusnet.com.au (mail26.syd.optusnet.com.au [211.29.133.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54D4B43D48; Thu, 29 Sep 2005 19:29:10 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail26.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id j8TJSxeu028796 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Fri, 30 Sep 2005 05:29:01 +1000 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1]) by cirb503493.alcatel.com.au (8.12.10/8.12.10) with ESMTP id j8TJSxSR074753; Fri, 30 Sep 2005 05:28:59 +1000 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost) by cirb503493.alcatel.com.au (8.12.10/8.12.9/Submit) id j8TJSx9V074752; Fri, 30 Sep 2005 05:28:59 +1000 (EST) (envelope-from pjeremy) Date: Fri, 30 Sep 2005 05:28:59 +1000 From: Peter Jeremy To: Wilko Bulte Message-ID: <20050929192859.GD72352@cirb503493.alcatel.com.au> References: <200509261655.j8QGtBeE012785@repoman.freebsd.org> <20050926174442.GA57238@xor.obsecurity.org> <20050926181234.GA23937@freebie.xs4all.nl> <20050927103746.364de995.trhodes@FreeBSD.org> <20050927184742.GB30441@freebie.xs4all.nl> <20050928044624.2e052569.trhodes@FreeBSD.org> <20050929161804.F34322@fledge.watson.org> <20050929174602.GA45515@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050929174602.GA45515@freebie.xs4all.nl> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 19:29:12 -0000 On Thu, 2005-Sep-29 19:46:02 +0200, Wilko Bulte wrote: >> I remember my old sparcstation hardware at CMU with some fondness for this >> reason -- on a cold Pittsburgh evening, overheating computer hardware was >> strictly necessary, even in the presence of decent radiators. However, >> with 14+ cooling fans for one machine, it did need to be a couple of rooms >> down. > >Hum, yes. That is why I handed down my AS4100 to ticso ;) Compared to ES40/ES45's, AS4100's run very cool and I think they're quieter. If you want to warm things up, try a 42U cabinet full of SunFire V440's. -- Peter Jeremy From owner-cvs-all@FreeBSD.ORG Thu Sep 29 19:31:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BCCF16A41F; Thu, 29 Sep 2005 19:31:13 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 490D843D48; Thu, 29 Sep 2005 19:31:13 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TJVD1n064175; Thu, 29 Sep 2005 19:31:13 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TJVDYG064174; Thu, 29 Sep 2005 19:31:13 GMT (envelope-from simon) Message-Id: <200509291931.j8TJVDYG064174@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Thu, 29 Sep 2005 19:31:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 19:31:13 -0000 simon 2005-09-29 19:31:13 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: - Add a note that new entries, per convention, should be added to the start of this file. For latest phpmyfaq entry: - Use port directory name as first part of topic. - No need to include information about affected releases in topic (it's somewhat redundant and makes the title longer). - Reindent body with standard FreeBSD Doc Project (more or less) style. Revision Changes Path 1.831 +12 -6 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Thu Sep 29 19:44:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECED216A41F; Thu, 29 Sep 2005 19:44:30 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9628F43D49; Thu, 29 Sep 2005 19:44:30 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.33] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j8TJiXo5012084 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 29 Sep 2005 12:44:34 -0700 Message-ID: <433C441A.8050508@root.org> Date: Thu, 29 Sep 2005 12:44:26 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <20050928192056.B7E6D16A42B@hub.freebsd.org> <200509291054.40587.jhb@FreeBSD.org> <433C291E.3050409@root.org> <200509291406.19775.jhb@FreeBSD.org> In-Reply-To: <200509291406.19775.jhb@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Pawel Jakub Dawidek , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 19:44:31 -0000 John Baldwin wrote: > On Thursday 29 September 2005 01:49 pm, Nate Lawson wrote: > >>John Baldwin wrote: >> >>>On Wednesday 28 September 2005 04:36 pm, Nate Lawson wrote: >>> >>>>I've heard disabling apic helps T42s, otherwise they get a hard hang. >>>>It's difficult to print the driver progress while suspending because the >>>>function call stack is recursive, not iterative. For example, >>>>root_suspend -> pci_suspend -> fxp_suspend -> mii_suspend (if that >>>>exists). You'd have to add a printf in every driver and bus. A better >>>>way might be to add printf or KTR to bus_generic_suspend() to print the >>>>device name before calling its method. >>>> >>>>BTW, I'm working on committing a patch that adds KTR to acpi so we can >>>>track down issues like this although the device suspending stuff should >>>>be done separately as listed above. >>> >>>BTW, the issue with APIC on some systems is that when we use the APIC, >>>the current code doesn't end up doing suspend/resume for the ATPIC and so >>>it ends up in some random state. >> >>Ah, is a fix for that upcoming? :) > > > It's in my head. I think I need to rework the suspend/resume support in the > x86 interrupt code to instead of doing all the interrupt sources, having the > atpic and apic code register pic devices in a separate list that gets > iterated on suspend and resume. I think that makes sense since they have different programming methods. Does it make sense to separate them into different newbus devices as well, so you get proper ordering? -- Nate From owner-cvs-all@FreeBSD.ORG Thu Sep 29 19:58:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50D1116A41F; Thu, 29 Sep 2005 19:58:04 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C55143D48; Thu, 29 Sep 2005 19:58:04 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TJw3I0065156; Thu, 29 Sep 2005 19:58:03 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TJw3NC065155; Thu, 29 Sep 2005 19:58:03 GMT (envelope-from ale) Message-Id: <200509291958.j8TJw3NC065155@repoman.freebsd.org> From: Alex Dupre Date: Thu, 29 Sep 2005 19:58:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/mysql50-server Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 19:58:04 -0000 ale 2005-09-29 19:58:03 UTC FreeBSD ports repository Modified files: databases/mysql50-server Makefile distinfo pkg-plist Log: Update to 5.0.13 rc release: - Add knob to enable Archive Storage Engine [1] Submitted by: Justin Bastedo via grog [1] Revision Changes Path 1.200 +7 -3 ports/databases/mysql50-server/Makefile 1.81 +2 -2 ports/databases/mysql50-server/distinfo 1.68 +1 -0 ports/databases/mysql50-server/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 29 19:59:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC2B116A41F; Thu, 29 Sep 2005 19:59:03 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A05843D48; Thu, 29 Sep 2005 19:59:03 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TJx3UG065251; Thu, 29 Sep 2005 19:59:03 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TJx3cE065250; Thu, 29 Sep 2005 19:59:03 GMT (envelope-from imp) Message-Id: <200509291959.j8TJx3cE065250@repoman.freebsd.org> From: Warner Losh Date: Thu, 29 Sep 2005 19:59:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pccbb pccbb_pci.c pccbbdevid.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 19:59:03 -0000 imp 2005-09-29 19:59:03 UTC FreeBSD src repository Modified files: sys/dev/pccbb pccbb_pci.c pccbbdevid.h Log: o Add a bunch of o2micro controller IDs o Add SMC34C90 to list as well, since I've found enough more data about it since my original research to know it is appropriate for this driver. Revision Changes Path 1.13 +7 -0 src/sys/dev/pccbb/pccbb_pci.c 1.20 +6 -2 src/sys/dev/pccbb/pccbbdevid.h From owner-cvs-all@FreeBSD.ORG Thu Sep 29 20:01:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC1B516A420; Thu, 29 Sep 2005 20:01:41 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A00243D49; Thu, 29 Sep 2005 20:01:41 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TK1fUx065440; Thu, 29 Sep 2005 20:01:41 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TK1fMI065439; Thu, 29 Sep 2005 20:01:41 GMT (envelope-from simon) Message-Id: <200509292001.j8TK1fMI065439@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Thu, 29 Sep 2005 20:01:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 20:01:42 -0000 simon 2005-09-29 20:01:41 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add more references for latest phpmyfaq entry. Revision Changes Path 1.832 +10 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Thu Sep 29 20:40:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B075E16A420; Thu, 29 Sep 2005 20:40:30 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5620643D55; Thu, 29 Sep 2005 20:40:30 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TKeT42068157; Thu, 29 Sep 2005 20:40:30 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TKeTPf068156; Thu, 29 Sep 2005 20:40:29 GMT (envelope-from dougb) Message-Id: <200509292040.j8TKeTPf068156@repoman.freebsd.org> From: Doug Barton Date: Thu, 29 Sep 2005 20:40:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/bin/rm rm.1 rm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 20:40:30 -0000 dougb 2005-09-29 20:40:29 UTC FreeBSD src repository Modified files: bin/rm rm.1 rm.c Log: Handle the case where the -P flag is specified for a read-only file earlier, and more gracefully. Previously, this combination would be ignored early in the code where permissions are tested and fail later with a very unhelpful "permission denied" error. Instead, test for this flag in the same block that generates the "override?" messages for read-only files, but instead of trying to guess what the user has in mind, generate an error and exit. Update the man page to reflect this new behavior. Not objected to by: freebsd-hackers@ Revision Changes Path 1.37 +4 -0 src/bin/rm/rm.1 1.53 +5 -4 src/bin/rm/rm.c From owner-cvs-all@FreeBSD.ORG Thu Sep 29 20:41:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBABE16A41F; Thu, 29 Sep 2005 20:41:04 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A15D43D4C; Thu, 29 Sep 2005 20:41:04 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TKf4W8068238; Thu, 29 Sep 2005 20:41:04 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TKf42a068237; Thu, 29 Sep 2005 20:41:04 GMT (envelope-from imp) Message-Id: <200509292041.j8TKf42a068237@repoman.freebsd.org> From: Warner Losh Date: Thu, 29 Sep 2005 20:41:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pccbb pccbb_pci.c pccbbdevid.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 20:41:05 -0000 imp 2005-09-29 20:41:04 UTC FreeBSD src repository Modified files: sys/dev/pccbb pccbb_pci.c pccbbdevid.h Log: Fix bad compile. Pointy hat to: imp Revision Changes Path 1.14 +1 -1 src/sys/dev/pccbb/pccbb_pci.c 1.21 +1 -1 src/sys/dev/pccbb/pccbbdevid.h From owner-cvs-all@FreeBSD.ORG Thu Sep 29 20:51:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD33316A41F; Thu, 29 Sep 2005 20:51:29 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AA3543D4C; Thu, 29 Sep 2005 20:51:29 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id j8TKpStF018710; Thu, 29 Sep 2005 13:51:28 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id j8TKpScu018709; Thu, 29 Sep 2005 13:51:28 -0700 Date: Thu, 29 Sep 2005 13:51:28 -0700 From: Brooks Davis To: Hajimu UMEMOTO Message-ID: <20050929205128.GA18164@odin.ac.hmc.edu> References: <200509281959.j8SJxIpD046472@repoman.freebsd.org> <20050928201431.GA18560@odin.ac.hmc.edu> <20050928204145.GA20866@odin.ac.hmc.edu> <20050928220549.GA28378@odin.ac.hmc.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0OAP2g/MAC+5xKAE" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Cc: Brooks Davis , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc pccard_ether X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 20:51:30 -0000 --0OAP2g/MAC+5xKAE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 29, 2005 at 02:45:25PM +0900, Hajimu UMEMOTO wrote: > Hi, >=20 > >>>>> On Wed, 28 Sep 2005 15:05:49 -0700 > >>>>> Brooks Davis said: >=20 > brooks> How would you feel about a forcestart option as a compromise for = now? > brooks> That would override both the AUTO check and the up check. >=20 > Yes, I'll be happy with your offer. Here's a lightly tested implementation based on rc.subr. It adds support for the force prefix to start and stop as well as a new restart option. It seems to work in limited testing. -- Brooks Index: pccard_ether =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/etc/pccard_ether,v retrieving revision 1.47 diff -u -p -r1.47 pccard_ether --- pccard_ether 28 Sep 2005 19:59:18 -0000 1.47 +++ pccard_ether 29 Sep 2005 20:36:48 -0000 @@ -2,7 +2,7 @@ # # $FreeBSD: src/etc/pccard_ether,v 1.47 2005/09/28 19:59:18 brooks Exp $ # -# pccard_ether interfacename [start|stop] +# pccard_ether interfacename [start|stop|restart] # # example: pccard_ether fxp0 start # @@ -10,10 +10,13 @@ . /etc/rc.subr . /etc/network.subr =20 -usage() -{ - err 3 'USAGE: $0 interface (start|stop)' -} +name=3D"pccard_ether" +start_precmd=3D"checkauto" +start_cmd=3D"pccard_ether_start" +stop_precmd=3D"checkauto" +stop_cmd=3D"pccard_ether_stop" +restart_precmd=3D"checkauto" +restart_cmd=3D"pccard_ether_restart" =20 setup_routes() { @@ -54,23 +57,17 @@ remove_routes() fi } =20 -ifn=3D$1 -shift -startstop=3D$1 -shift - -load_rc_config pccard_ether - -# Ignore interfaces with the NOAUTO keyword -autoif $ifn || exit 0 - -if [ -n "$1" ]; then - usage -fi +checkauto() +{ + if [ -z "$rc_force" ]; then + # Ignore interfaces with the NOAUTO keyword + autoif $ifn || exit 0 + fi +} =20 -case ${startstop} in -[Ss][Tt][Aa][Rr][Tt] | '') - if [ -x /usr/bin/grep ]; then +pccard_ether_start() +{ + if [ -z "$rc_force" -a -x /usr/bin/grep ]; then if ifconfig $ifn | grep -s '[<,]UP[,>]' > /dev/null 2>&1; then # Interface is already up, so ignore it. exit 0 @@ -91,10 +88,10 @@ case ${startstop} in if checkyesno ipv6_enable; then network6_interface_setup $ifn fi - ;; +} =20 -# Stop the interface -[Ss][Tt][Oo][Pp]) +pccard_ether_stop() +{ if [ -n "`ifconfig_getargs $ifn`" ]; then if ! dhcpif $ifn; then remove_routes @@ -110,7 +107,24 @@ case ${startstop} in if checkyesno removable_route_flush; then route -n flush -inet > /dev/null fi - ;; -*) - usage -esac +} + +pccard_ether_restart() +{ + # Hand implemented because the default implementation runs + # the equivalent of "$0 start; $0 stop" and this script + # doesn't support that syntax + pccard_ether_stop + pccard_ether_start +} + +ifn=3D$1 +shift +if [ -z "$*" ]; then + args=3D"start" +else + args=3D$* +fi + +load_rc_config pccard_ether +run_rc_command $args --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --0OAP2g/MAC+5xKAE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFDPFPPXY6L6fI4GtQRAptSAJ4qW5VTZAx2YQImYx4LXisedqPyJwCeK0PB C+CmILqtK4gfrtwFfMRK5BE= =JOjo -----END PGP SIGNATURE----- --0OAP2g/MAC+5xKAE-- From owner-cvs-all@FreeBSD.ORG Thu Sep 29 20:57:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1B4A16A41F; Thu, 29 Sep 2005 20:57:08 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7375F43D48; Thu, 29 Sep 2005 20:57:08 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TKv8ZS076043; Thu, 29 Sep 2005 20:57:08 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TKv8U0076042; Thu, 29 Sep 2005 20:57:08 GMT (envelope-from rwatson) Message-Id: <200509292057.j8TKv8U0076042@repoman.freebsd.org> From: Robert Watson Date: Thu, 29 Sep 2005 20:57:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if.c src/sys/netinet in.c in.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 20:57:08 -0000 rwatson 2005-09-29 20:57:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if.c sys/netinet in.c in.h Log: Merge if.c:1.247, in.c:1.88, in.h:1.92 from HEAD to RELENG_6: Take a first cut at cleaning up ifnet removal and multicast socket panics, which occur when stale ifnet pointers are left in struct moptions hung off of inpcbs: - Add in_ifdetach(), which matches in6_ifdetach(), and allows the protocol to perform early tear-down on the interface early in if_detach(). - Annotate that if_detach() needs careful consideration. - Remove calls to in_pcbpurgeif0() in the handling of SIOCDIFADDR -- this is not the place to detect interface removal! This also removes what is basically a nasty (and now unnecessary) hack. - Invoke in_pcbpurgeif0() from in_ifdetach(), in both raw and UDP IPv4 sockets. It is now possible to run the msocket_ifnet_remove regression test using HEAD without panicking. Reported by: Gavin Atkinson Approved by: re (scottl) Revision Changes Path 1.234.2.12 +7 -0 src/sys/net/if.c 1.85.2.3 +12 -8 src/sys/netinet/in.c 1.90.2.1 +1 -0 src/sys/netinet/in.h From owner-cvs-all@FreeBSD.ORG Thu Sep 29 20:58:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCC5116A41F; Thu, 29 Sep 2005 20:58:51 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F7CF43D5D; Thu, 29 Sep 2005 20:58:51 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TKwpLI076155; Thu, 29 Sep 2005 20:58:51 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TKwpAf076154; Thu, 29 Sep 2005 20:58:51 GMT (envelope-from rwatson) Message-Id: <200509292058.j8TKwpAf076154@repoman.freebsd.org> From: Robert Watson Date: Thu, 29 Sep 2005 20:58:51 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/releases/6.0R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 20:58:51 -0000 rwatson 2005-09-29 20:58:51 UTC FreeBSD doc repository Modified files: en/releases/6.0R todo.sgml Log: Update TODO list to reflect MFC of the multicast socket / ifnet removal fix. Testing required. Revision Changes Path 1.41 +18 -19 www/en/releases/6.0R/todo.sgml From owner-cvs-all@FreeBSD.ORG Thu Sep 29 20:59:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD30816A421 for ; Thu, 29 Sep 2005 20:59:45 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mail2.fluidhosting.com [204.14.90.62]) by mx1.FreeBSD.org (Postfix) with SMTP id E53C043D75 for ; Thu, 29 Sep 2005 20:59:38 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 90425 invoked by uid 399); 29 Sep 2005 20:59:38 -0000 Received: from mail1.fluidhosting.com (204.14.90.61) by mail2.fluidhosting.com with SMTP; 29 Sep 2005 20:59:38 -0000 Received: (qmail 8333 invoked by uid 399); 29 Sep 2005 20:59:37 -0000 Received: from localhost (HELO ?192.168.1.100?) (dougb@dougbarton.net@127.0.0.1) by localhost with SMTP; 29 Sep 2005 20:59:37 -0000 Message-ID: <433C55B7.8060901@FreeBSD.org> Date: Thu, 29 Sep 2005 13:59:35 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050908) X-Accept-Language: en-us, en MIME-Version: 1.0 To: src-committers@FreeBSD.org References: <200509292040.j8TKeTPf068156@repoman.freebsd.org> In-Reply-To: <200509292040.j8TKeTPf068156@repoman.freebsd.org> X-Enigmail-Version: 0.92.0.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/rm rm.1 rm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 20:59:45 -0000 Doug Barton wrote: > dougb 2005-09-29 20:40:29 UTC > > FreeBSD src repository > > Modified files: > bin/rm rm.1 rm.c > Log: > Handle the case where the -P flag is specified for a read-only file > earlier, and more gracefully. Previously, this combination would be > ignored early in the code where permissions are tested and fail later > with a very unhelpful "permission denied" error. > > Instead, test for this flag in the same block that generates the > "override?" messages for read-only files, but instead of trying > to guess what the user has in mind, generate an error and exit. > > Update the man page to reflect this new behavior. > > Not objected to by: freebsd-hackers@ > > Revision Changes Path > 1.37 +4 -0 src/bin/rm/rm.1 > 1.53 +5 -4 src/bin/rm/rm.c > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/bin/rm/rm.1.diff?&r1=1.36&r2=1.37&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/bin/rm/rm.c.diff?&r1=1.52&r2=1.53&f=h Assuming there is no overwhelming bikeshed over this change, I'll request an MFC prior to 6.0-RELEASE. I am of course still willing to listen to rational arguments about why this change might be a bad idea, or could be handled in a better way. Doug -- This .signature sanitized for your protection From owner-cvs-all@FreeBSD.ORG Thu Sep 29 21:09:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F3AA16A41F; Thu, 29 Sep 2005 21:09:13 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2911743D66; Thu, 29 Sep 2005 21:09:11 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TL9Bud076503; Thu, 29 Sep 2005 21:09:11 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TL9Bis076502; Thu, 29 Sep 2005 21:09:11 GMT (envelope-from mnag) Message-Id: <200509292109.j8TL9Bis076502@repoman.freebsd.org> From: Marcus Alves Grando Date: Thu, 29 Sep 2005 21:09:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/keychain Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 21:09:13 -0000 mnag 2005-09-29 21:09:11 UTC FreeBSD ports repository Modified files: security/keychain Makefile distinfo Log: Update to 2.5.5 Approved by: olive@oban.frmug.org (maintainer via email), pav (mentor) Revision Changes Path 1.22 +13 -14 ports/security/keychain/Makefile 1.17 +2 -2 ports/security/keychain/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 29 21:10:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18BDC16A41F; Thu, 29 Sep 2005 21:10:29 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD6BB43D53; Thu, 29 Sep 2005 21:10:28 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TLASZ5076647; Thu, 29 Sep 2005 21:10:28 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TLASTu076646; Thu, 29 Sep 2005 21:10:28 GMT (envelope-from mnag) Message-Id: <200509292110.j8TLASTu076646@repoman.freebsd.org> From: Marcus Alves Grando Date: Thu, 29 Sep 2005 21:10:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/twiki Makefile distinfo pkg-install ports/www/twiki/files pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 21:10:29 -0000 mnag 2005-09-29 21:10:28 UTC FreeBSD ports repository Modified files: www/twiki Makefile distinfo Added files: www/twiki/files pkg-install.in Removed files: www/twiki pkg-install Log: Update to 20040904 (security fix) [1] Remove FORBIDDEN [1] Don't use perl in pkg-install (change to sed) PR: 86691 [1] Submitted by: justin@hawkins.id.au (maintainer) Approved by: pav (mentor) Revision Changes Path 1.5 +19 -16 ports/www/twiki/Makefile 1.5 +2 -2 ports/www/twiki/distinfo 1.1 +104 -0 ports/www/twiki/files/pkg-install.in (new) 1.2 +0 -99 ports/www/twiki/pkg-install (dead) From owner-cvs-all@FreeBSD.ORG Thu Sep 29 21:32:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BF8316A41F; Thu, 29 Sep 2005 21:32:59 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8CD443D66; Thu, 29 Sep 2005 21:32:57 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TLWvAR077481; Thu, 29 Sep 2005 21:32:57 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TLWvSe077480; Thu, 29 Sep 2005 21:32:57 GMT (envelope-from imp) Message-Id: <200509292132.j8TLWvSe077480@repoman.freebsd.org> From: Warner Losh Date: Thu, 29 Sep 2005 21:32:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/pccard Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 21:32:59 -0000 imp 2005-09-29 21:32:57 UTC FreeBSD src repository Modified files: usr.sbin/pccard Makefile Log: Don't build pccardd anymore. Revision Changes Path 1.7 +2 -2 src/usr.sbin/pccard/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 29 21:50:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28A6816A41F; Thu, 29 Sep 2005 21:50:27 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED72943D4C; Thu, 29 Sep 2005 21:50:26 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TLoQms078260; Thu, 29 Sep 2005 21:50:26 GMT (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TLoQLs078259; Thu, 29 Sep 2005 21:50:26 GMT (envelope-from truckman) Message-Id: <200509292150.j8TLoQLs078259@repoman.freebsd.org> From: Don Lewis Date: Thu, 29 Sep 2005 21:50:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_softdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 21:50:27 -0000 truckman 2005-09-29 21:50:26 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_softdep.c Log: After a rmdir()ed directory has been truncated, force an update of the directory's inode after queuing the dirrem that will decrement the parent directory's link count. This will force the update of the parent directory's actual link to actually be scheduled. Without this change the parent directory's actual link count would not be updated until ufs_inactive() cleared the inode of the newly removed directory, which might be deferred indefinitely. ufs_inactive() will not be called as long as any process holds a reference to the removed directory, and ufs_inactive() will not clear the inode if the link count is non-zero, which could be the result of an earlier system crash. If a background fsck is run before the update of the parent directory's actual link count has been performed, or at least scheduled by putting the dirrem on the leaf directory's inodedep id_bufwait list, fsck will corrupt the file system by decrementing the parent directory's effective link count, which was previously correct because it already took the removal of the leaf directory into account, and setting the actual link count to the same value as the effective link count after the dangling, removed, leaf directory has been removed. This happens because fsck acts based on the actual link count, which will be too high when fsck creates the file system snapshot that it references. This change has the fortunate side effect of more quickly cleaning up the large number dirrem structures that linger for an extended time after the removal of a large directory tree. It also fixes a potential problem with the shutdown of the syncer thread timing out if the system is rebooted immediately after removing a large directory tree. Submitted by: tegge MFC after: 3 days Revision Changes Path 1.185 +2 -0 src/sys/ufs/ffs/ffs_softdep.c From owner-cvs-all@FreeBSD.ORG Thu Sep 29 21:51:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4917D16A41F; Thu, 29 Sep 2005 21:51:10 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D373743D53; Thu, 29 Sep 2005 21:51:09 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TLp9p8078343; Thu, 29 Sep 2005 21:51:09 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TLp9Ag078342; Thu, 29 Sep 2005 21:51:09 GMT (envelope-from danfe) Message-Id: <200509292151.j8TLp9Ag078342@repoman.freebsd.org> From: Alexey Dokuchaev Date: Thu, 29 Sep 2005 21:51:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/libxml Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 21:51:10 -0000 danfe 2005-09-29 21:51:09 UTC FreeBSD ports repository Modified files: textproc/libxml Makefile Log: Spell XML correctly in COMMENT. Approved by: gnome (pav) Revision Changes Path 1.52 +1 -1 ports/textproc/libxml/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 29 22:01:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 101F816A41F; Thu, 29 Sep 2005 22:01:55 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C89643D53; Thu, 29 Sep 2005 22:01:51 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TM1pIs078784; Thu, 29 Sep 2005 22:01:51 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TM1p83078783; Thu, 29 Sep 2005 22:01:51 GMT (envelope-from danfe) Message-Id: <200509292201.j8TM1p83078783@repoman.freebsd.org> From: Alexey Dokuchaev Date: Thu, 29 Sep 2005 22:01:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/libxml pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 22:01:55 -0000 danfe 2005-09-29 22:01:51 UTC FreeBSD ports repository Modified files: textproc/libxml pkg-descr Log: Forgot to fix it here to. Approved by: gnome (implicit) Revision Changes Path 1.3 +1 -1 ports/textproc/libxml/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Sep 29 22:05:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D61AF16A41F; Thu, 29 Sep 2005 22:05:27 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9365643D49; Thu, 29 Sep 2005 22:05:27 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TM5Rxt078937; Thu, 29 Sep 2005 22:05:27 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TM5RPU078936; Thu, 29 Sep 2005 22:05:27 GMT (envelope-from markus) Message-Id: <200509292205.j8TM5RPU078936@repoman.freebsd.org> From: Markus Brueffer Date: Thu, 29 Sep 2005 22:05:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/tellico Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 22:05:28 -0000 markus 2005-09-29 22:05:27 UTC FreeBSD ports repository Modified files: misc/tellico Makefile distinfo pkg-plist Log: - Update to version 1.0.1 - Add OPTIONS for CDDB support, KOrganizer support, Amazon search support and IMDb search support - Mark BROKEN on 4.x as it doesn't compile Revision Changes Path 1.35 +34 -4 ports/misc/tellico/Makefile 1.24 +2 -2 ports/misc/tellico/distinfo 1.18 +28 -28 ports/misc/tellico/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 29 22:07:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E47DF16A41F; Thu, 29 Sep 2005 22:07:08 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F59443D48; Thu, 29 Sep 2005 22:07:08 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TM784R079054; Thu, 29 Sep 2005 22:07:08 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TM78Yf079053; Thu, 29 Sep 2005 22:07:08 GMT (envelope-from glewis) Message-Id: <200509292207.j8TM78Yf079053@repoman.freebsd.org> From: Greg Lewis Date: Thu, 29 Sep 2005 22:07:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/sun-wtk Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 22:07:09 -0000 glewis 2005-09-29 22:07:08 UTC FreeBSD ports repository Modified files: java/sun-wtk Makefile distinfo pkg-descr pkg-message pkg-plist Log: . Update to 2.2. PR: 86640 Submitted by: Constantino Michailidis Approved by: Panagiotis Astithas (maintainer) Revision Changes Path 1.2 +3 -3 ports/java/sun-wtk/Makefile 1.2 +2 -2 ports/java/sun-wtk/distinfo 1.2 +1 -1 ports/java/sun-wtk/pkg-descr 1.2 +1 -1 ports/java/sun-wtk/pkg-message 1.2 +892 -751 ports/java/sun-wtk/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 29 22:27:08 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A40216A41F; Thu, 29 Sep 2005 22:27:08 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr6.xs4all.nl (smtp-vbr6.xs4all.nl [194.109.24.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8E6043D48; Thu, 29 Sep 2005 22:27:07 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr6.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8TMR6NG084410; Fri, 30 Sep 2005 00:27:06 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8TMR5if047336; Fri, 30 Sep 2005 00:27:05 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.3/8.13.1/Submit) id j8TMR5Kt047335; Fri, 30 Sep 2005 00:27:05 +0200 (CEST) (envelope-from wb) Date: Fri, 30 Sep 2005 00:27:05 +0200 From: Wilko Bulte To: Peter Jeremy Message-ID: <20050929222705.GA47314@freebie.xs4all.nl> References: <200509261655.j8QGtBeE012785@repoman.freebsd.org> <20050926174442.GA57238@xor.obsecurity.org> <20050926181234.GA23937@freebie.xs4all.nl> <20050927103746.364de995.trhodes@FreeBSD.org> <20050927184742.GB30441@freebie.xs4all.nl> <20050928044624.2e052569.trhodes@FreeBSD.org> <20050929161804.F34322@fledge.watson.org> <20050929174602.GA45515@freebie.xs4all.nl> <20050929192859.GD72352@cirb503493.alcatel.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050929192859.GD72352@cirb503493.alcatel.com.au> X-OS: FreeBSD 5.4-STABLE User-Agent: Mutt/1.5.9i X-Virus-Scanned: by XS4ALL Virus Scanner Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 22:27:08 -0000 On Fri, Sep 30, 2005 at 05:28:59AM +1000, Peter Jeremy wrote.. > On Thu, 2005-Sep-29 19:46:02 +0200, Wilko Bulte wrote: > >> I remember my old sparcstation hardware at CMU with some fondness for this > >> reason -- on a cold Pittsburgh evening, overheating computer hardware was > >> strictly necessary, even in the presence of decent radiators. However, > >> with 14+ cooling fans for one machine, it did need to be a couple of rooms > >> down. > > > >Hum, yes. That is why I handed down my AS4100 to ticso ;) > > Compared to ES40/ES45's, AS4100's run very cool and I think they're quieter. Well, a quad 600MHz EV56 AS4100 is quite a heater. That is what I had. ES40 is hot, true. I hope to get an ES45 at work, found an idle one somewhere. Maybe I can get FreeBSD to run on it. Time... :/ > If you want to warm things up, try a 42U cabinet full of SunFire V440's. We have V880s at work, I know where you are coming from :) -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Thu Sep 29 22:41:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1DD416A41F; Thu, 29 Sep 2005 22:41:24 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A204343D77; Thu, 29 Sep 2005 22:41:20 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TMfKJs080400; Thu, 29 Sep 2005 22:41:20 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TMfKkR080399; Thu, 29 Sep 2005 22:41:20 GMT (envelope-from fjoe) Message-Id: <200509292241.j8TMfKkR080399@repoman.freebsd.org> From: Max Khon Date: Thu, 29 Sep 2005 22:41:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/regression/geom_uzip Makefile test-1.img.gz.uue test-1.img.uzip.uue test-1.sh test-2.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 22:41:25 -0000 fjoe 2005-09-29 22:41:20 UTC FreeBSD src repository Modified files: tools/regression/geom_uzip Makefile test-1.sh test-2.sh Added files: tools/regression/geom_uzip test-1.img.uzip.uue Removed files: tools/regression/geom_uzip test-1.img.gz.uue Log: Use mkuzip(8) instead of create_compressed_fs. Revision Changes Path 1.2 +4 -2 src/tools/regression/geom_uzip/Makefile 1.3 +0 -73 src/tools/regression/geom_uzip/test-1.img.gz.uue (dead) 1.1 +110 -0 src/tools/regression/geom_uzip/test-1.img.uzip.uue (new) 1.2 +3 -2 src/tools/regression/geom_uzip/test-1.sh 1.2 +2 -2 src/tools/regression/geom_uzip/test-2.sh From owner-cvs-all@FreeBSD.ORG Thu Sep 29 22:45:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E542B16A41F; Thu, 29 Sep 2005 22:45:16 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9618543D48; Thu, 29 Sep 2005 22:45:16 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TMjGV6080583; Thu, 29 Sep 2005 22:45:16 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TMjGr7080582; Thu, 29 Sep 2005 22:45:16 GMT (envelope-from fjoe) Message-Id: <200509292245.j8TMjGr7080582@repoman.freebsd.org> From: Max Khon Date: Thu, 29 Sep 2005 22:45:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/uzip g_uzip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 22:45:17 -0000 fjoe 2005-09-29 22:45:16 UTC FreeBSD src repository Modified files: sys/geom/uzip g_uzip.c Log: - Fix "end_blk out of range" panic when INVARIANTS. - Do not allow rw access. Submitted by: Dario Freni MFC after: 3 days Revision Changes Path 1.5 +5 -2 src/sys/geom/uzip/g_uzip.c From owner-cvs-all@FreeBSD.ORG Thu Sep 29 22:48:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C97416A41F; Thu, 29 Sep 2005 22:48:56 +0000 (GMT) (envelope-from saturnero@freesbie.org) Received: from jail1-fbsd4.consiagnet.it (jail1-fbsd4.consiagnet.it [83.149.128.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26FFA43D49; Thu, 29 Sep 2005 22:48:53 +0000 (GMT) (envelope-from saturnero@freesbie.org) Received: from [192.168.99.16] (host80-139.pool8254.interbusiness.it [82.54.139.80]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by jail1-fbsd4.consiagnet.it (Postfix) with ESMTP id 6E046574D; Fri, 30 Sep 2005 00:51:40 +0200 (CEST) Message-ID: <433C6F4F.8060107@freesbie.org> Date: Fri, 30 Sep 2005 00:48:47 +0200 From: Dario Freni User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: it, it-it, en-us, en MIME-Version: 1.0 To: Max Khon References: <200509292245.j8TMjGr7080582@repoman.freebsd.org> In-Reply-To: <200509292245.j8TMjGr7080582@repoman.freebsd.org> X-Enigmail-Version: 0.92.0.0 OpenPGP: url=http://www.saturnero.net/saturnero.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig9C27F8857C9E46DEE75AF369" Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom/uzip g_uzip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 22:48:56 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig9C27F8857C9E46DEE75AF369 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Max Khon ha scritto: > fjoe 2005-09-29 22:45:16 UTC > > FreeBSD src repository > > Modified files: > sys/geom/uzip g_uzip.c > Log: > - Fix "end_blk out of range" panic when INVARIANTS. > - Do not allow rw access. > > Submitted by: Dario Freni > MFC after: 3 days Thank you! -- Dario Freni (saturnero@freesbie.org) FreeSBIE developer (http://www.freesbie.org) GPG Public key at http://www.saturnero.net/saturnero.asc --------------enig9C27F8857C9E46DEE75AF369 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFDPG9Symi72IiShysRAmjeAKCLLksIl9FiLKwqD3vS2p32Fb9ZjQCg1JPB /UVJm7wFSd2jyK+9t2yl1vI= =unk8 -----END PGP SIGNATURE----- --------------enig9C27F8857C9E46DEE75AF369-- From owner-cvs-all@FreeBSD.ORG Thu Sep 29 23:38:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D8B616A41F; Thu, 29 Sep 2005 23:38:25 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8B6C43D4C; Thu, 29 Sep 2005 23:38:24 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TNcOH8084877; Thu, 29 Sep 2005 23:38:24 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TNcOns084876; Thu, 29 Sep 2005 23:38:24 GMT (envelope-from yar) Message-Id: <200509292338.j8TNcOns084876@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 29 Sep 2005 23:38:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig ifconfig.8 ifvlan.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 23:38:25 -0000 yar 2005-09-29 23:38:24 UTC FreeBSD src repository Modified files: sbin/ifconfig ifconfig.8 ifvlan.c Log: Deprecate the useless argument to -vlandev. Submitted by: Fredrik Lindberg (implementation) Reviewed by: brooks MFC after: 5 days Revision Changes Path 1.103 +5 -4 src/sbin/ifconfig/ifconfig.8 1.8 +5 -1 src/sbin/ifconfig/ifvlan.c From owner-cvs-all@FreeBSD.ORG Thu Sep 29 23:39:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B152216A41F; Thu, 29 Sep 2005 23:39:37 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7077143D49; Thu, 29 Sep 2005 23:39:37 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TNdbsj084929; Thu, 29 Sep 2005 23:39:37 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TNdbk1084928; Thu, 29 Sep 2005 23:39:37 GMT (envelope-from yar) Message-Id: <200509292339.j8TNdbk1084928@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 29 Sep 2005 23:39:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig ifconfig.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 23:39:37 -0000 yar 2005-09-29 23:39:37 UTC FreeBSD src repository Modified files: sbin/ifconfig ifconfig.8 Log: Forgot to touch .Dd in the previous commit. Revision Changes Path 1.104 +1 -1 src/sbin/ifconfig/ifconfig.8 From owner-cvs-all@FreeBSD.ORG Thu Sep 29 23:48:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D80816A41F; Thu, 29 Sep 2005 23:48:05 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0E3443D53; Thu, 29 Sep 2005 23:48:04 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TNm4vt085280; Thu, 29 Sep 2005 23:48:04 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TNm4nY085279; Thu, 29 Sep 2005 23:48:04 GMT (envelope-from csjp) Message-Id: <200509292348.j8TNm4nY085279@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Thu, 29 Sep 2005 23:48:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net bpf.c bpf.h bpfdesc.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 23:48:05 -0000 csjp 2005-09-29 23:48:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net bpf.c bpf.h bpfdesc.h Log: MFC privilege separation enhancements for bpf(4) Introduce BIOCLOCK and BIOCSETWF Revision(s) 1.158 +81 -23 src/sys/net/bpf.c 1.40 +2 -0 src/sys/net/bpf.h 1.31 +4 -1 src/sys/net/bpfdesc.h Approved by: re (scottl) Revision Changes Path 1.153.2.5 +81 -23 src/sys/net/bpf.c 1.39.2.1 +2 -0 src/sys/net/bpf.h 1.29.2.2 +4 -1 src/sys/net/bpfdesc.h From owner-cvs-all@FreeBSD.ORG Thu Sep 29 23:50:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25BA116A41F; Thu, 29 Sep 2005 23:50:30 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9B5B43D49; Thu, 29 Sep 2005 23:50:29 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TNoTLB085456; Thu, 29 Sep 2005 23:50:29 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TNoTJG085455; Thu, 29 Sep 2005 23:50:29 GMT (envelope-from csjp) Message-Id: <200509292350.j8TNoTJG085455@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Thu, 29 Sep 2005 23:50:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/contrib/pf/pflogd pflogd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 23:50:30 -0000 csjp 2005-09-29 23:50:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) contrib/pf/pflogd pflogd.c Log: MFC src/contrib/pf/pflogd/pflogd.c rev 1.9 Implement BIOCLOCK Approved by: re (kensmith) Revision Changes Path 1.8.2.1 +1 -5 src/contrib/pf/pflogd/pflogd.c From owner-cvs-all@FreeBSD.ORG Thu Sep 29 23:53:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5DB416A41F; Thu, 29 Sep 2005 23:53:29 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94D1F43D48; Thu, 29 Sep 2005 23:53:29 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TNrTCk085539; Thu, 29 Sep 2005 23:53:29 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TNrTXU085538; Thu, 29 Sep 2005 23:53:29 GMT (envelope-from yar) Message-Id: <200509292353.j8TNrTXU085538@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 29 Sep 2005 23:53:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig ifconfig.8 ifconfig.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 23:53:30 -0000 yar 2005-09-29 23:53:29 UTC FreeBSD src repository Modified files: sbin/ifconfig ifconfig.8 ifconfig.c Log: For the sake of consistency and easier typing, introduce "-tunnel" as an alias for "deletetunnel". The latter is overly long and prone to typos, but keep it for POLA since it costs nothing. MFC after: 5 days Revision Changes Path 1.105 +5 -1 src/sbin/ifconfig/ifconfig.8 1.116 +1 -0 src/sbin/ifconfig/ifconfig.c From owner-cvs-all@FreeBSD.ORG Fri Sep 30 00:31:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0AE216A41F; Fri, 30 Sep 2005 00:31:52 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9204343D48; Fri, 30 Sep 2005 00:31:52 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8U0Vqoo087246; Fri, 30 Sep 2005 00:31:52 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8U0VqPX087245; Fri, 30 Sep 2005 00:31:52 GMT (envelope-from leeym) Message-Id: <200509300031.j8U0VqPX087245@repoman.freebsd.org> From: Yen-Ming Lee Date: Fri, 30 Sep 2005 00:31:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/p5-Mail-SpamAssassin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 00:31:53 -0000 leeym 2005-09-30 00:31:52 UTC FreeBSD ports repository Modified files: mail/p5-Mail-SpamAssassin Makefile Log: - enable RelayCountry if WITH_RELAY_COUNTRY is defined - bump PORTREVISION Revision Changes Path 1.81 +4 -1 ports/mail/p5-Mail-SpamAssassin/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 30 01:05:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF36B16A41F; Fri, 30 Sep 2005 01:05:15 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8981743D55; Fri, 30 Sep 2005 01:05:15 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8U15FRQ097191; Fri, 30 Sep 2005 01:05:15 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8U15FWh097190; Fri, 30 Sep 2005 01:05:15 GMT (envelope-from sobomax) Message-Id: <200509300105.j8U15FWh097190@repoman.freebsd.org> From: Maxim Sobolev Date: Fri, 30 Sep 2005 01:05:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/stund Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 01:05:16 -0000 sobomax 2005-09-30 01:05:15 UTC FreeBSD ports repository Modified files: net/stund Makefile Log: ${LOCALBASE} -> ${PREFIX} where appropriate. PR: 80394 Submitted by: Vasil Dimov Revision Changes Path 1.7 +2 -2 ports/net/stund/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 30 01:25:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF6F816A41F; Fri, 30 Sep 2005 01:25:58 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D75A43D58; Fri, 30 Sep 2005 01:25:58 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8U1PwO5098303; Fri, 30 Sep 2005 01:25:58 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8U1Pw0D098302; Fri, 30 Sep 2005 01:25:58 GMT (envelope-from sobomax) Message-Id: <200509300125.j8U1Pw0D098302@repoman.freebsd.org> From: Maxim Sobolev Date: Fri, 30 Sep 2005 01:25:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/zaptel Makefile ports/misc/zaptel/files zaptel.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 01:25:59 -0000 sobomax 2005-09-30 01:25:58 UTC FreeBSD ports repository Modified files: misc/zaptel Makefile misc/zaptel/files zaptel.sh Log: Call ztcfg after loading drivers to get the card(s) configured properly. PR: 81697 Submitted by: Igor Robul Revision Changes Path 1.14 +1 -0 ports/misc/zaptel/Makefile 1.6 +2 -1 ports/misc/zaptel/files/zaptel.sh From owner-cvs-all@FreeBSD.ORG Fri Sep 30 01:30:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 874DF16A420; Fri, 30 Sep 2005 01:30:02 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3707343D4C; Fri, 30 Sep 2005 01:30:02 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8U1U2X7098516; Fri, 30 Sep 2005 01:30:02 GMT (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8U1U2nb098515; Fri, 30 Sep 2005 01:30:02 GMT (envelope-from truckman) Message-Id: <200509300130.j8U1U2nb098515@repoman.freebsd.org> From: Don Lewis Date: Fri, 30 Sep 2005 01:30:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_bio.c vfs_subr.c src/sys/sys buf.h proc.h src/sys/ufs/ffs ffs_snapshot.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 01:30:02 -0000 truckman 2005-09-30 01:30:01 UTC FreeBSD src repository Modified files: sys/kern vfs_bio.c vfs_subr.c sys/sys buf.h proc.h sys/ufs/ffs ffs_snapshot.c Log: Un-staticize runningbufwakeup() and staticize updateproc. Add a new private thread flag to indicate that the thread should not sleep if runningbufspace is too large. Set this flag on the bufdaemon and syncer threads so that they skip the waitrunningbufspace() call in bufwrite() rather than than checking the proc pointer vs. the known proc pointers for these two threads. A way of preventing these threads from being starved for I/O but still placing limits on their outstanding I/O would be desirable. Set this flag in ffs_copyonwrite() to prevent bufwrite() calls from blocking on the runningbufspace check while holding snaplk. This prevents snaplk from being held for an arbitrarily long period of time if runningbufspace is high and greatly reduces the contention for snaplk. The disadvantage is that ffs_copyonwrite() can start a large amount of I/O if there are a large number of snapshots, which could cause a deadlock in other parts of the code. Call runningbufwakeup() in ffs_copyonwrite() to decrement runningbufspace before attempting to grab snaplk so that I/O requests waiting on snaplk are not counted in runningbufspace as being in-progress. Increment runningbufspace again before actually launching the original I/O request. Prior to the above two changes, the system could deadlock if enough I/O requests were blocked by snaplk to prevent runningbufspace from falling below lorunningspace and one of the bawrite() calls in ffs_copyonwrite() blocked in waitrunningbufspace() while holding snaplk. See Revision Changes Path 1.495 +3 -3 src/sys/kern/vfs_bio.c 1.648 +2 -1 src/sys/kern/vfs_subr.c 1.190 +1 -0 src/sys/sys/buf.h 1.436 +1 -1 src/sys/sys/proc.h 1.104 +16 -4 src/sys/ufs/ffs/ffs_snapshot.c From owner-cvs-all@FreeBSD.ORG Fri Sep 30 01:33:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E6B516A41F; Fri, 30 Sep 2005 01:33:53 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 200ED43D49; Fri, 30 Sep 2005 01:33:52 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id j8U1XiCt009131; Thu, 29 Sep 2005 18:33:48 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200509300133.j8U1XiCt009131@gw.catspoiler.org> Date: Thu, 29 Sep 2005 18:33:44 -0700 (PDT) From: Don Lewis To: src-committers@FreeBSD.org In-Reply-To: <200509292150.j8TLoQLs078259@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ufs/ffs ffs_softdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 01:33:54 -0000 On 29 Sep, Don Lewis wrote: > truckman 2005-09-29 21:50:26 UTC > > FreeBSD src repository > > Modified files: > sys/ufs/ffs ffs_softdep.c > Log: > After a rmdir()ed directory has been truncated, force an update of > the directory's inode after queuing the dirrem that will decrement > the parent directory's link count. This will force the update of > the parent directory's actual link to actually be scheduled. Without > this change the parent directory's actual link count would not be > updated until ufs_inactive() cleared the inode of the newly removed > directory, which might be deferred indefinitely. ufs_inactive() > will not be called as long as any process holds a reference to the > removed directory, and ufs_inactive() will not clear the inode if > the link count is non-zero, which could be the result of an earlier > system crash. > > If a background fsck is run before the update of the parent directory's > actual link count has been performed, or at least scheduled by > putting the dirrem on the leaf directory's inodedep id_bufwait list, > fsck will corrupt the file system by decrementing the parent > directory's effective link count, which was previously correct > because it already took the removal of the leaf directory into > account, and setting the actual link count to the same value as the > effective link count after the dangling, removed, leaf directory > has been removed. This happens because fsck acts based on the > actual link count, which will be too high when fsck creates the > file system snapshot that it references. > > This change has the fortunate side effect of more quickly cleaning > up the large number dirrem structures that linger for an extended > time after the removal of a large directory tree. It also fixes a > potential problem with the shutdown of the syncer thread timing out > if the system is rebooted immediately after removing a large directory > tree. > > Submitted by: tegge > MFC after: 3 days > > Revision Changes Path > 1.185 +2 -0 src/sys/ufs/ffs/ffs_softdep.c This may fix the "panic: handle_written_inodeblock: live inodedep" problem. From owner-cvs-all@FreeBSD.ORG Fri Sep 30 02:12:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55C5016A41F; Fri, 30 Sep 2005 02:12:16 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16F4C43D49; Fri, 30 Sep 2005 02:12:16 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8U2CFuM099960; Fri, 30 Sep 2005 02:12:15 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8U2CFuO099959; Fri, 30 Sep 2005 02:12:15 GMT (envelope-from dougb) Message-Id: <200509300212.j8U2CFuO099959@repoman.freebsd.org> From: Doug Barton Date: Fri, 30 Sep 2005 02:12:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/bin/rm rm.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 02:12:16 -0000 dougb 2005-09-30 02:12:15 UTC FreeBSD src repository Modified files: bin/rm rm.1 Log: Give .Dd a tummy rub, forgotten on my last commit. Revision Changes Path 1.38 +1 -1 src/bin/rm/rm.1 From owner-cvs-all@FreeBSD.ORG Fri Sep 30 02:41:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4A4916A41F; Fri, 30 Sep 2005 02:41:38 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AB1643D4C; Fri, 30 Sep 2005 02:41:38 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (net-ix.gw.ai.net [205.134.160.6] (may be forged)) (authenticated bits=0) by pittgoth.com (8.13.4/8.13.4) with ESMTP id j8U2hUch030630 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 29 Sep 2005 22:43:31 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Thu, 29 Sep 2005 22:40:26 -0400 From: Tom Rhodes To: Robert Watson Message-Id: <20050929224026.192de1bd.trhodes@FreeBSD.org> In-Reply-To: <20050929161804.F34322@fledge.watson.org> References: <200509261655.j8QGtBeE012785@repoman.freebsd.org> <20050926174442.GA57238@xor.obsecurity.org> <20050926181234.GA23937@freebie.xs4all.nl> <20050927103746.364de995.trhodes@FreeBSD.org> <20050927184742.GB30441@freebie.xs4all.nl> <20050928044624.2e052569.trhodes@FreeBSD.org> <20050929161804.F34322@fledge.watson.org> X-Mailer: Sylpheed version 1.0.5 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: wb@freebie.xs4all.nl, src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, kris@obsecurity.org Subject: Re: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 02:41:38 -0000 On Thu, 29 Sep 2005 16:19:17 +0100 (BST) Robert Watson wrote: > On Wed, 28 Sep 2005, Tom Rhodes wrote: > > >>>>> My 14-cpu machine thanks you :-) > >>>> > >>>> I'm curious: what machine model is that? > >>> > >>> Who cares about model, can I borrow it. :P > >> > >> A UE4500 is quite loud and quite hot. Not a box I would want at home. > > > > Could heat the house during those cold winter nights. :) > > I remember my old sparcstation hardware at CMU with some fondness for this > reason -- on a cold Pittsburgh evening, overheating computer hardware was > strictly necessary, even in the presence of decent radiators. However, > with 14+ cooling fans for one machine, it did need to be a couple of rooms > down. With the potential temps in Pittsburgh during the winter, just remove most of the fans and place a big one right beside it. You'll be nice and toasty. I keep thinking to give my electric company the finger and run continuous FreeBSD builds on a handfull of machines this year. :P -- Tom Rhodes From owner-cvs-all@FreeBSD.ORG Fri Sep 30 02:49:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA11516A41F; Fri, 30 Sep 2005 02:49:52 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 767FD43D48; Fri, 30 Sep 2005 02:49:52 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8U2nq00001729; Fri, 30 Sep 2005 02:49:52 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8U2nqfG001728; Fri, 30 Sep 2005 02:49:52 GMT (envelope-from linimon) Message-Id: <200509300249.j8U2nqfG001728@repoman.freebsd.org> From: Mark Linimon Date: Fri, 30 Sep 2005 02:49:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/towitoko Makefile ports/emulators/extract-xiso Makefile ports/misc/gplink Makefile ports/misc/jbidwatcher Makefile ports/net/xbms Makefile ports/security/poc Makefile ports/textproc/makefaq Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 02:49:52 -0000 linimon 2005-09-30 02:49:52 UTC FreeBSD ports repository Modified files: devel/towitoko Makefile emulators/extract-xiso Makefile misc/gplink Makefile misc/jbidwatcher Makefile net/xbms Makefile security/poc Makefile textproc/makefaq Makefile Log: With portmgr hat on, reset maintainer. There have been several maintainer timeouts, and no response to email for more than 2 weeks. Revision Changes Path 1.5 +1 -1 ports/devel/towitoko/Makefile 1.3 +1 -1 ports/emulators/extract-xiso/Makefile 1.3 +1 -1 ports/misc/gplink/Makefile 1.3 +1 -1 ports/misc/jbidwatcher/Makefile 1.5 +1 -1 ports/net/xbms/Makefile 1.10 +1 -1 ports/security/poc/Makefile 1.4 +1 -1 ports/textproc/makefaq/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 30 03:22:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9EFA16A41F; Fri, 30 Sep 2005 03:22:35 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9468143D49; Fri, 30 Sep 2005 03:22:35 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8U3MZb1003299; Fri, 30 Sep 2005 03:22:35 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8U3MZuc003298; Fri, 30 Sep 2005 03:22:35 GMT (envelope-from marcus) Message-Id: <200509300322.j8U3MZuc003298@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 30 Sep 2005 03:22:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/accessibility/gnomespeech Makefile distinfo ports/accessibility/gnomespeech/files patch-drivers_festival_festivalsynthesisdriver.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 03:22:36 -0000 marcus 2005-09-30 03:22:34 UTC FreeBSD ports repository Modified files: accessibility/gnomespeech Makefile distinfo accessibility/gnomespeech/files patch-drivers_festival_festivalsynthesisdriver.c Log: Update to 0.3.8. Revision Changes Path 1.13 +1 -1 ports/accessibility/gnomespeech/Makefile 1.10 +2 -2 ports/accessibility/gnomespeech/distinfo 1.2 +6 -17 ports/accessibility/gnomespeech/files/patch-drivers_festival_festivalsynthesisdriver.c From owner-cvs-all@FreeBSD.ORG Fri Sep 30 03:27:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49E0116A41F; Fri, 30 Sep 2005 03:27:12 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E876343D4C; Fri, 30 Sep 2005 03:27:11 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from freefall.freebsd.org (csjp@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8U3RBgZ054584; Fri, 30 Sep 2005 03:27:11 GMT (envelope-from csjp@freefall.freebsd.org) Received: (from csjp@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8U3RBtH054583; Fri, 30 Sep 2005 03:27:11 GMT (envelope-from csjp) Date: Fri, 30 Sep 2005 03:27:11 +0000 From: "Christian S.J. Peron" To: Don Lewis Message-ID: <20050930032711.GA24607@freefall.freebsd.org> References: <200509300130.j8U1U2nb098515@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509300130.j8U1U2nb098515@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_bio.c vfs_subr.c src/sys/sys buf.h proc.h src/sys/ufs/ffs ffs_snapshot.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 03:27:12 -0000 Hooooorraay! On Fri, Sep 30, 2005 at 01:30:02AM +0000, Don Lewis wrote: > truckman 2005-09-30 01:30:01 UTC > > FreeBSD src repository > > Modified files: > sys/kern vfs_bio.c vfs_subr.c > sys/sys buf.h proc.h > sys/ufs/ffs ffs_snapshot.c > Log: > Un-staticize runningbufwakeup() and staticize updateproc. > > Add a new private thread flag to indicate that the thread should > not sleep if runningbufspace is too large. > > Set this flag on the bufdaemon and syncer threads so that they skip > the waitrunningbufspace() call in bufwrite() rather than than > checking the proc pointer vs. the known proc pointers for these two > threads. A way of preventing these threads from being starved for > I/O but still placing limits on their outstanding I/O would be > desirable. > > Set this flag in ffs_copyonwrite() to prevent bufwrite() calls from > blocking on the runningbufspace check while holding snaplk. This > prevents snaplk from being held for an arbitrarily long period of > time if runningbufspace is high and greatly reduces the contention > for snaplk. The disadvantage is that ffs_copyonwrite() can start > a large amount of I/O if there are a large number of snapshots, > which could cause a deadlock in other parts of the code. > > Call runningbufwakeup() in ffs_copyonwrite() to decrement runningbufspace > before attempting to grab snaplk so that I/O requests waiting on > snaplk are not counted in runningbufspace as being in-progress. > Increment runningbufspace again before actually launching the > original I/O request. > > Prior to the above two changes, the system could deadlock if enough > I/O requests were blocked by snaplk to prevent runningbufspace from > falling below lorunningspace and one of the bawrite() calls in > ffs_copyonwrite() blocked in waitrunningbufspace() while holding > snaplk. > > See > > Revision Changes Path > 1.495 +3 -3 src/sys/kern/vfs_bio.c > 1.648 +2 -1 src/sys/kern/vfs_subr.c > 1.190 +1 -0 src/sys/sys/buf.h > 1.436 +1 -1 src/sys/sys/proc.h > 1.104 +16 -4 src/sys/ufs/ffs/ffs_snapshot.c -- Christian S.J. Peron csjp@FreeBSD.ORG FreeBSD Committer FreeBSD Security Team From owner-cvs-all@FreeBSD.ORG Fri Sep 30 05:35:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A48FF16A41F; Fri, 30 Sep 2005 05:35:29 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E71843D49; Fri, 30 Sep 2005 05:35:29 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8U5ZTdU015264; Fri, 30 Sep 2005 05:35:29 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8U5ZTj2015263; Fri, 30 Sep 2005 05:35:29 GMT (envelope-from marcus) Message-Id: <200509300535.j8U5ZTj2015263@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 30 Sep 2005 05:35:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/thunderbird Makefile distinfo ports/mail/thunderbird/files patch-mail_app_mozilla.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 05:35:29 -0000 marcus 2005-09-30 05:35:28 UTC FreeBSD ports repository Modified files: mail/thunderbird Makefile distinfo mail/thunderbird/files patch-mail_app_mozilla.in Log: Update to 1.0.7. Security: See http://www.mozilla.org/projects/security/known-vulnerabilities.html for security bugs fixed in this release. Revision Changes Path 1.51 +1 -2 ports/mail/thunderbird/Makefile 1.19 +2 -2 ports/mail/thunderbird/distinfo 1.5 +8 -6 ports/mail/thunderbird/files/patch-mail_app_mozilla.in From owner-cvs-all@FreeBSD.ORG Fri Sep 30 05:46:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D32516A41F; Fri, 30 Sep 2005 05:46:04 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CFD043D49; Fri, 30 Sep 2005 05:46:04 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8U5k4fg015661; Fri, 30 Sep 2005 05:46:04 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8U5k4PL015660; Fri, 30 Sep 2005 05:46:04 GMT (envelope-from hrs) Message-Id: <200509300546.j8U5k4PL015660@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 30 Sep 2005 05:46:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/auctex Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 05:46:04 -0000 hrs 2005-09-30 05:46:04 UTC FreeBSD ports repository Modified files: print/auctex Makefile pkg-plist Log: Fix the missing dependency and pkg-plist. Spotted by: KIMURA Yasuhiro PR: ports/86734 Revision Changes Path 1.24 +12 -3 ports/print/auctex/Makefile 1.12 +22 -1 ports/print/auctex/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 30 06:09:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B7CC16A41F; Fri, 30 Sep 2005 06:09:42 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C465543D53; Fri, 30 Sep 2005 06:09:41 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8U69for017036; Fri, 30 Sep 2005 06:09:41 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8U69fZw017035; Fri, 30 Sep 2005 06:09:41 GMT (envelope-from davidxu) Message-Id: <200509300609.j8U69fZw017035@repoman.freebsd.org> From: David Xu Date: Fri, 30 Sep 2005 06:09:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_kse.c kern_thread.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 06:09:42 -0000 davidxu 2005-09-30 06:09:41 UTC FreeBSD src repository Modified files: sys/kern kern_kse.c kern_thread.c Log: Fox a LOR of sleep and sched_lock by using a timeout wait when process reaches maximum number of threads. MFC after: 3 days Revision Changes Path 1.218 +1 -1 src/sys/kern/kern_kse.c 1.217 +0 -7 src/sys/kern/kern_thread.c From owner-cvs-all@FreeBSD.ORG Fri Sep 30 06:11:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C74316A41F; Fri, 30 Sep 2005 06:11:00 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BA2D43D48; Fri, 30 Sep 2005 06:11:00 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8U6B0GJ017189; Fri, 30 Sep 2005 06:11:00 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8U6B0vL017188; Fri, 30 Sep 2005 06:11:00 GMT (envelope-from delphij) Message-Id: <200509300611.j8U6B0vL017188@repoman.freebsd.org> From: Xin LI Date: Fri, 30 Sep 2005 06:11:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern vfs_mount.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 06:11:00 -0000 delphij 2005-09-30 06:11:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_mount.c Log: MFC 1.197 (by ssouhlal): Don't unbusy the devfs mount in vfs_mountroot_try() as it gets accessed and unbusied in devfs_fixup(), which assumes that the devfs mount is still locked. Approved by: re (scottl) Revision Changes Path 1.196.2.1 +0 -1 src/sys/kern/vfs_mount.c From owner-cvs-all@FreeBSD.ORG Fri Sep 30 06:13:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B7F416A41F; Fri, 30 Sep 2005 06:13:02 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B44C43D48; Fri, 30 Sep 2005 06:13:02 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8U6D27p017278; Fri, 30 Sep 2005 06:13:02 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8U6D2lw017277; Fri, 30 Sep 2005 06:13:02 GMT (envelope-from hrs) Message-Id: <200509300613.j8U6D2lw017277@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 30 Sep 2005 06:13:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/auctex pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 06:13:02 -0000 hrs 2005-09-30 06:13:02 UTC FreeBSD ports repository Modified files: print/auctex pkg-message Log: Update the instruction. Revision Changes Path 1.3 +2 -1 ports/print/auctex/pkg-message From owner-cvs-all@FreeBSD.ORG Fri Sep 30 06:14:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B6B816A41F; Fri, 30 Sep 2005 06:14:45 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDAC643D48; Fri, 30 Sep 2005 06:14:44 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8U6Ei9E017434; Fri, 30 Sep 2005 06:14:44 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8U6Ei38017433; Fri, 30 Sep 2005 06:14:44 GMT (envelope-from delphij) Message-Id: <200509300614.j8U6Ei38017433@repoman.freebsd.org> From: Xin LI Date: Fri, 30 Sep 2005 06:14:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 06:14:45 -0000 delphij 2005-09-30 06:14:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ffs ffs_vfsops.c Log: MFC 1.293 (by ssouhlal): ffs_mountfs() needs devvp to be locked, so lock it. Approved by: re (scottl) Revision Changes Path 1.290.2.3 +3 -5 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-all@FreeBSD.ORG Fri Sep 30 06:26:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 540BF16A41F; Fri, 30 Sep 2005 06:26:43 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D84743D53; Fri, 30 Sep 2005 06:26:43 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8U6QgBI018016; Fri, 30 Sep 2005 06:26:43 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8U6QgLx018015; Fri, 30 Sep 2005 06:26:42 GMT (envelope-from delphij) Message-Id: <200509300626.j8U6QgLx018015@repoman.freebsd.org> From: Xin LI Date: Fri, 30 Sep 2005 06:26:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/hpfs hpfs_vfsops.c src/sys/fs/msdosfs msdosfs_vfsops.c src/sys/fs/ntfs ntfs_vfsops.c src/sys/fs/udf udf_vfsops.c src/sys/gnu/fs/ext2fs ext2_vfsops.c src/sys/gnu/fs/reiserfs reiserfs_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 06:26:43 -0000 delphij 2005-09-30 06:26:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/hpfs hpfs_vfsops.c sys/fs/msdosfs msdosfs_vfsops.c sys/fs/ntfs ntfs_vfsops.c sys/fs/udf udf_vfsops.c sys/gnu/fs/ext2fs ext2_vfsops.c sys/gnu/fs/reiserfs reiserfs_vfsops.c Log: MFC sys/fs/hpfs/hpfs_vfsops.c:1.54-1.56, sys/fs/msdosfs/msdosfs_vfsops.c:1.145, sys/fs/ntfs/ntfs_vfsops.c:1.79-1.80, sys/fs/udf/udf_vfsops.c:1.34-1.35, sys/gnu/fs/ext2fs/ext2_vfsops.c:1.152-1.153, sys/gnu/fs/reiserfs/reiserfs_vfsops.c:1.2-1.3 (by ssouhlal): *_mountfs() (if the filesystem mounts from a device) needs devvp to be locked, so lock it. Approved by: re (scottl) Revision Changes Path 1.53.2.1 +9 -12 src/sys/fs/hpfs/hpfs_vfsops.c 1.144.2.1 +3 -5 src/sys/fs/msdosfs/msdosfs_vfsops.c 1.78.2.1 +11 -13 src/sys/fs/ntfs/ntfs_vfsops.c 1.33.2.1 +2 -5 src/sys/fs/udf/udf_vfsops.c 1.151.2.1 +7 -8 src/sys/gnu/fs/ext2fs/ext2_vfsops.c 1.1.2.1 +4 -6 src/sys/gnu/fs/reiserfs/reiserfs_vfsops.c From owner-cvs-all@FreeBSD.ORG Fri Sep 30 07:32:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2AB616A41F; Fri, 30 Sep 2005 07:32:29 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ED5243D72; Fri, 30 Sep 2005 07:32:27 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8U7WQ61020239; Fri, 30 Sep 2005 07:32:26 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8U7WQkq020238; Fri, 30 Sep 2005 07:32:26 GMT (envelope-from tobez) Message-Id: <200509300732.j8U7WQkq020238@repoman.freebsd.org> From: Anton Berezin Date: Fri, 30 Sep 2005 07:32:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Tree-Parser Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 07:32:29 -0000 tobez 2005-09-30 07:32:26 UTC FreeBSD ports repository Modified files: devel/p5-Tree-Parser Makefile distinfo Log: Update to 0.11. Submitted by: Emanuel Haupt Approved by: maintainer PR: 86730 Revision Changes Path 1.4 +1 -1 ports/devel/p5-Tree-Parser/Makefile 1.4 +2 -2 ports/devel/p5-Tree-Parser/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 30 07:37:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A97816A41F; Fri, 30 Sep 2005 07:37:48 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55CB943D55; Fri, 30 Sep 2005 07:37:48 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8U7bmIL020517; Fri, 30 Sep 2005 07:37:48 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8U7bmh1020516; Fri, 30 Sep 2005 07:37:48 GMT (envelope-from tobez) Message-Id: <200509300737.j8U7bmh1020516@repoman.freebsd.org> From: Anton Berezin Date: Fri, 30 Sep 2005 07:37:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Data-Taxonomy-Tags Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 07:37:48 -0000 tobez 2005-09-30 07:37:48 UTC FreeBSD ports repository Modified files: devel/p5-Data-Taxonomy-Tags Makefile distinfo Log: Update to 0.05. Submitted by: Emanuel Haupt Approved by: maintainer PR: 86736 Revision Changes Path 1.2 +2 -2 ports/devel/p5-Data-Taxonomy-Tags/Makefile 1.2 +2 -2 ports/devel/p5-Data-Taxonomy-Tags/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 30 07:46:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C84116A41F; Fri, 30 Sep 2005 07:46:11 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B9CB43D49; Fri, 30 Sep 2005 07:46:11 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8U7kBIl020981; Fri, 30 Sep 2005 07:46:11 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8U7kAs4020980; Fri, 30 Sep 2005 07:46:10 GMT (envelope-from tobez) Message-Id: <200509300746.j8U7kAs4020980@repoman.freebsd.org> From: Anton Berezin Date: Fri, 30 Sep 2005 07:46:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang Makefile CVSROOT modules ports/lang/p5-List-MoreUtil Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 07:46:11 -0000 tobez 2005-09-30 07:46:10 UTC FreeBSD ports repository Modified files: lang Makefile . modules Removed files: lang/p5-List-MoreUtil Makefile distinfo pkg-descr pkg-plist Log: Retire lang/p5-List-MoreUtil, as lang/p5-List-MoreUtils is better. Revision Changes Path 1.13252 +0 -1 CVSROOT/modules 1.457 +0 -1 ports/lang/Makefile 1.2 +0 -22 ports/lang/p5-List-MoreUtil/Makefile (dead) 1.2 +0 -2 ports/lang/p5-List-MoreUtil/distinfo (dead) 1.3 +0 -6 ports/lang/p5-List-MoreUtil/pkg-descr (dead) 1.2 +0 -29 ports/lang/p5-List-MoreUtil/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Fri Sep 30 07:53:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 068FF16A41F; Fri, 30 Sep 2005 07:53:28 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B689643D49; Fri, 30 Sep 2005 07:53:27 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8U7rReI021585; Fri, 30 Sep 2005 07:53:27 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8U7rRpH021584; Fri, 30 Sep 2005 07:53:27 GMT (envelope-from skv) Message-Id: <200509300753.j8U7rRpH021584@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 30 Sep 2005 07:53:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/p5-MIME-Types Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 07:53:28 -0000 skv 2005-09-30 07:53:26 UTC FreeBSD ports repository Modified files: mail/p5-MIME-Types Makefile distinfo Log: Update to 1.16 Changes: http://search.cpan.org/src/MARKOV/MIME-Types-1.16/ChangeLog Revision Changes Path 1.10 +2 -2 ports/mail/p5-MIME-Types/Makefile 1.9 +2 -2 ports/mail/p5-MIME-Types/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 30 07:53:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9488016A41F; Fri, 30 Sep 2005 07:53:40 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 507BC43D49; Fri, 30 Sep 2005 07:53:40 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8U7reW5021623; Fri, 30 Sep 2005 07:53:40 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8U7reYA021622; Fri, 30 Sep 2005 07:53:40 GMT (envelope-from tobez) Message-Id: <200509300753.j8U7reYA021622@repoman.freebsd.org> From: Anton Berezin Date: Fri, 30 Sep 2005 07:53:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/p5-MIME-Tools Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 07:53:40 -0000 tobez 2005-09-30 07:53:40 UTC FreeBSD ports repository Modified files: mail/p5-MIME-Tools Makefile distinfo pkg-plist Log: Update to 5.418. Revision Changes Path 1.37 +1 -1 ports/mail/p5-MIME-Tools/Makefile 1.17 +2 -2 ports/mail/p5-MIME-Tools/distinfo 1.15 +0 -1 ports/mail/p5-MIME-Tools/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 30 07:58:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72F0A16A41F; Fri, 30 Sep 2005 07:58:36 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EED443D48; Fri, 30 Sep 2005 07:58:36 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8U7wZu2021836; Fri, 30 Sep 2005 07:58:36 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8U7wZ7E021835; Fri, 30 Sep 2005 07:58:35 GMT (envelope-from pav) Message-Id: <200509300758.j8U7wZ7E021835@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 30 Sep 2005 07:58:35 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 07:58:36 -0000 pav 2005-09-30 07:58:35 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: OPTIONS handling: - move two paras about user side of this feature to the "background" part of the text - document two critical quirks - fix indentation in the example - refresh bugs part Revision Changes Path 1.618 +28 -20 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Fri Sep 30 08:00:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2904716A425; Fri, 30 Sep 2005 08:00:40 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from e0-a11.b1.lan.prg.vol.cz (e0-a11.b1.lan.prg.vol.cz [195.122.204.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FCCB43D48; Fri, 30 Sep 2005 08:00:39 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from pav.hide.vol.cz (localhost [127.0.0.1]) by e0-a11.b1.lan.prg.vol.cz (8.13.4/8.13.4) with ESMTP id j8U80cDg073702; Fri, 30 Sep 2005 10:00:38 +0200 (CEST) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by pav.hide.vol.cz (8.13.4/8.13.4/Submit) id j8U80cmj073701; Fri, 30 Sep 2005 10:00:38 +0200 (CEST) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: pav.hide.vol.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: doc-committers@FreeBSD.org In-Reply-To: <200509300758.j8U7wZ7E021835@repoman.freebsd.org> References: <200509300758.j8U7wZ7E021835@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-Ro8UBRJbDwi5w9eH85Vr" Date: Fri, 30 Sep 2005 10:00:37 +0200 Message-Id: <1128067237.73495.2.camel@pav.hide.vol.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Cc: cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 08:00:40 -0000 --=-Ro8UBRJbDwi5w9eH85Vr Content-Type: text/plain; charset=ISO8859-2 Content-Transfer-Encoding: quoted-printable Pav Lucistnik p=ED=B9e v p=E1 30. 09. 2005 v 07:58 +0000: > pav 2005-09-30 07:58:35 UTC >=20 > FreeBSD doc repository >=20 > Modified files: > en_US.ISO8859-1/books/porters-handbook book.sgml=20 > Log: > OPTIONS handling: > - move two paras about user side of this feature to the "background" pa= rt > of the text > - document two critical quirks > - fix indentation in the example > - refresh bugs part > =20 > Revision Changes Path > 1.618 +28 -20 doc/en_US.ISO8859-1/books/porters-handbook/book.sg= ml >=20 Approved by: keramida (mentor) --=20 Pav Lucistnik The Phase Spider. A spider that never seems quite there. --=-Ro8UBRJbDwi5w9eH85Vr Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDPPClntdYP8FOsoIRAn17AKCagxyGpEYYQ4SB/I5tDbXnEnZmeQCfVdJ+ JQlOk8ZV44bqQDsZLN2WlNc= =ahG1 -----END PGP SIGNATURE----- --=-Ro8UBRJbDwi5w9eH85Vr-- From owner-cvs-all@FreeBSD.ORG Fri Sep 30 08:18:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D51516A41F; Fri, 30 Sep 2005 08:18:57 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 278FE43D48; Fri, 30 Sep 2005 08:18:57 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8U8IuuB022756; Fri, 30 Sep 2005 08:18:57 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8U8IuDP022755; Fri, 30 Sep 2005 08:18:56 GMT (envelope-from tobez) Message-Id: <200509300818.j8U8IuDP022755@repoman.freebsd.org> From: Anton Berezin Date: Fri, 30 Sep 2005 08:18:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Class-Gomor-Hash Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 08:18:57 -0000 tobez 2005-09-30 08:18:56 UTC FreeBSD ports repository Modified files: devel/p5-Class-Gomor-Hash Makefile distinfo Log: Update to 0.22. Submitted by: Emanuel Haupt Approved by: maintainer PR: 86724 Revision Changes Path 1.2 +2 -2 ports/devel/p5-Class-Gomor-Hash/Makefile 1.2 +2 -2 ports/devel/p5-Class-Gomor-Hash/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 30 08:22:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAC9216A41F; Fri, 30 Sep 2005 08:22:58 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6909743D48; Fri, 30 Sep 2005 08:22:58 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (unknown [192.168.48.2]) by phk.freebsd.dk (Postfix) with ESMTP id 41F39BC6D; Fri, 30 Sep 2005 08:22:55 +0000 (UTC) To: Sam Leffler From: "Poul-Henning Kamp" In-Reply-To: Your message of "Thu, 29 Sep 2005 08:37:47 PDT." <433C0A4B.8030504@errno.com> Date: Fri, 30 Sep 2005 10:22:55 +0200 Message-ID: <28581.1128068575@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: src-committers@FreeBSD.org, Pawel Jakub Dawidek , Peter Edwards , Peter Edwards , cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 08:22:59 -0000 In message <433C0A4B.8030504@errno.com>, Sam Leffler writes: >vmware is great for finding races like these because of the way it >handles concurrency. I can remember finding many problems like this in >"client operating systems" when I worked on it. Can you elaborate on the "the way it handles concurrency" without violating any paperwork ? It sounds like something we should know about... -- 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. From owner-cvs-all@FreeBSD.ORG Fri Sep 30 08:25:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC0A816A41F; Fri, 30 Sep 2005 08:25:48 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9729343D49; Fri, 30 Sep 2005 08:25:48 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8U8PmF1023123; Fri, 30 Sep 2005 08:25:48 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8U8Pmhe023122; Fri, 30 Sep 2005 08:25:48 GMT (envelope-from vsevolod) Message-Id: <200509300825.j8U8Pmhe023122@repoman.freebsd.org> From: Vsevolod Stakhov Date: Fri, 30 Sep 2005 08:25:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/nagios-plugins Makefile distinfo pkg-plist ports/net-mgmt/nagios-plugins/files patch-Makefile.am patch-check_snmp.c patch-configure.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 08:25:49 -0000 vsevolod 2005-09-30 08:25:48 UTC FreeBSD ports repository Modified files: net-mgmt/nagios-plugins Makefile distinfo pkg-plist net-mgmt/nagios-plugins/files patch-Makefile.am patch-configure.in Removed files: net-mgmt/nagios-plugins/files patch-check_snmp.c Log: - Update to 1.4.2 PR: 86697 Submitted by: Blaz Zupan (maintainer) Revision Changes Path 1.49 +1 -2 ports/net-mgmt/nagios-plugins/Makefile 1.17 +2 -2 ports/net-mgmt/nagios-plugins/distinfo 1.2 +6 -6 ports/net-mgmt/nagios-plugins/files/patch-Makefile.am 1.5 +0 -18 ports/net-mgmt/nagios-plugins/files/patch-check_snmp.c (dead) 1.15 +8 -10 ports/net-mgmt/nagios-plugins/files/patch-configure.in 1.15 +1 -1 ports/net-mgmt/nagios-plugins/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 30 08:30:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0C8816A41F; Fri, 30 Sep 2005 08:30:02 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 967E443D48; Fri, 30 Sep 2005 08:30:02 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8U8U1k2023982; Fri, 30 Sep 2005 08:30:02 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8U8U1Dh023977; Fri, 30 Sep 2005 08:30:01 GMT (envelope-from ahze) Message-Id: <200509300830.j8U8U1Dh023977@repoman.freebsd.org> From: Michael Johnson Date: Fri, 30 Sep 2005 08:30:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/libsndfile Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 08:30:03 -0000 ahze 2005-09-30 08:30:00 UTC FreeBSD ports repository Modified files: audio/libsndfile Makefile distinfo pkg-plist Log: - Update to 1.0.12 - Grab MAINTAINER - Add new OPTIONS, WITH_FLAC, on by default -- adds support to flac and WITH_SQLITE3, off by default -- adds support to sqlite3 Revision Changes Path 1.27 +20 -3 ports/audio/libsndfile/Makefile 1.16 +2 -2 ports/audio/libsndfile/distinfo 1.9 +1 -0 ports/audio/libsndfile/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 30 08:30:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B16D416A443; Fri, 30 Sep 2005 08:30:28 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C53D243D58; Fri, 30 Sep 2005 08:30:20 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8U8UKcP024042; Fri, 30 Sep 2005 08:30:20 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8U8UKk3024041; Fri, 30 Sep 2005 08:30:20 GMT (envelope-from phk) Message-Id: <200509300830.j8U8UKk3024041@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 30 Sep 2005 08:30:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/watchdogd watchdogd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 08:30:29 -0000 phk 2005-09-30 08:30:20 UTC FreeBSD src repository Modified files: usr.sbin/watchdogd watchdogd.c Log: Report any errors we might see when disabling the watchdog. Complain about extra arguments so people don't get surprised if they type "watchdog 0" Revision Changes Path 1.13 +3 -2 src/usr.sbin/watchdogd/watchdogd.c From owner-cvs-all@FreeBSD.ORG Fri Sep 30 08:38:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F97616A41F; Fri, 30 Sep 2005 08:38:15 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F23C943D49; Fri, 30 Sep 2005 08:38:14 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8U8cEwa024203; Fri, 30 Sep 2005 08:38:14 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8U8cEa0024202; Fri, 30 Sep 2005 08:38:14 GMT (envelope-from hrs) Message-Id: <200509300838.j8U8cEa0024202@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 30 Sep 2005 08:38:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/auctex Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 08:38:15 -0000 hrs 2005-09-30 08:38:14 UTC FreeBSD ports repository Modified files: print/auctex Makefile Log: Set --with-texmf-dir explicitly. Revision Changes Path 1.25 +3 -1 ports/print/auctex/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 30 08:39:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8303A16A41F; Fri, 30 Sep 2005 08:39:42 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 172E543D49; Fri, 30 Sep 2005 08:39:42 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8U8dfVs024316; Fri, 30 Sep 2005 08:39:41 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8U8dfpi024315; Fri, 30 Sep 2005 08:39:41 GMT (envelope-from hrs) Message-Id: <200509300839.j8U8dfpi024315@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 30 Sep 2005 08:39:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports MOVED ports/print Makefile CVSROOT modules ports/print/preview-latex Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 08:39:42 -0000 hrs 2005-09-30 08:39:41 UTC FreeBSD ports repository Modified files: . MOVED print Makefile . modules Removed files: print/preview-latex Makefile distinfo pkg-descr pkg-message pkg-plist Log: print/preview-latex has been integrated into print/auctex. Revision Changes Path 1.13253 +0 -1 CVSROOT/modules 1.758 +2 -1 ports/MOVED 1.370 +0 -1 ports/print/Makefile 1.19 +0 -63 ports/print/preview-latex/Makefile (dead) 1.9 +0 -2 ports/print/preview-latex/distinfo (dead) 1.4 +0 -10 ports/print/preview-latex/pkg-descr (dead) 1.4 +0 -11 ports/print/preview-latex/pkg-message (dead) 1.13 +0 -36 ports/print/preview-latex/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Fri Sep 30 10:25:06 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A73D16A41F; Fri, 30 Sep 2005 10:25:06 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38B5743D48; Fri, 30 Sep 2005 10:25:04 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j8UAP3Ma011044; Fri, 30 Sep 2005 13:25:03 +0300 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id j8UAOJq8012483; Fri, 30 Sep 2005 13:24:19 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id j8UAOJ9g012482; Fri, 30 Sep 2005 13:24:19 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Fri, 30 Sep 2005 13:24:19 +0300 From: Giorgos Keramidas To: Pav Lucistnik Message-ID: <20050930102419.GB12453@flame.pc> References: <200509300758.j8U7wZ7E021835@repoman.freebsd.org> <1128067237.73495.2.camel@pav.hide.vol.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1128067237.73495.2.camel@pav.hide.vol.cz> Cc: doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 10:25:06 -0000 On 2005-09-30 10:00, Pav Lucistnik wrote: > Pav Lucistnik p??e v p? 30. 09. 2005 v 07:58 +0000: > > pav 2005-09-30 07:58:35 UTC > > > > FreeBSD doc repository > > > > Modified files: > > en_US.ISO8859-1/books/porters-handbook book.sgml > > Log: > > OPTIONS handling: > > - move two paras about user side of this feature to the "background" part > > of the text > > - document two critical quirks > > - fix indentation in the example > > - refresh bugs part > > > > Revision Changes Path > > 1.618 +28 -20 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml > > Approved by: keramida (mentor) Yes, of course. Once more, thanks for the patience while I kept pushing this lower in my TODO list as things unrelated to FreeBSD work expanded to cover all my non-sleeping hours :) From owner-cvs-all@FreeBSD.ORG Fri Sep 30 10:50:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1948F16A41F; Fri, 30 Sep 2005 10:50:57 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7392F43D58; Fri, 30 Sep 2005 10:50:56 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UAoue5035163; Fri, 30 Sep 2005 10:50:56 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UAoudJ035162; Fri, 30 Sep 2005 10:50:56 GMT (envelope-from tobez) Message-Id: <200509301050.j8UAoudJ035162@repoman.freebsd.org> From: Anton Berezin Date: Fri, 30 Sep 2005 10:50:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Module-Refresh Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 10:50:57 -0000 tobez 2005-09-30 10:50:55 UTC FreeBSD ports repository Modified files: devel/p5-Module-Refresh Makefile distinfo Log: Update to 0.06. Submitted by: Emanuel Haupt Approved by: maintainer PR: 86728 Revision Changes Path 1.3 +1 -1 ports/devel/p5-Module-Refresh/Makefile 1.2 +2 -2 ports/devel/p5-Module-Refresh/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 30 11:20:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A6DD16A41F; Fri, 30 Sep 2005 11:20:46 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B64143D48; Fri, 30 Sep 2005 11:20:46 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UBKkYH036426; Fri, 30 Sep 2005 11:20:46 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UBKjhi036425; Fri, 30 Sep 2005 11:20:46 GMT (envelope-from garga) Message-Id: <200509301120.j8UBKjhi036425@repoman.freebsd.org> From: Renato Botelho Date: Fri, 30 Sep 2005 11:20:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/mb2md Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 11:20:46 -0000 garga 2005-09-30 11:20:45 UTC FreeBSD ports repository Modified files: mail/mb2md Makefile Log: - Take maintainership Revision Changes Path 1.7 +1 -1 ports/mail/mb2md/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 30 11:28:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 922C716A41F; Fri, 30 Sep 2005 11:28:04 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A4F043D4C; Fri, 30 Sep 2005 11:28:04 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UBS4AE036707; Fri, 30 Sep 2005 11:28:04 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UBS44q036706; Fri, 30 Sep 2005 11:28:04 GMT (envelope-from garga) Message-Id: <200509301128.j8UBS44q036706@repoman.freebsd.org> From: Renato Botelho Date: Fri, 30 Sep 2005 11:28:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/jabber Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 11:28:04 -0000 garga 2005-09-30 11:28:03 UTC FreeBSD ports repository Modified files: net/jabber Makefile Log: - Take maintainership Revision Changes Path 1.25 +1 -1 ports/net/jabber/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 30 11:28:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D18A16A41F; Fri, 30 Sep 2005 11:28:45 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CA1743D53; Fri, 30 Sep 2005 11:28:45 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UBSj7e036793; Fri, 30 Sep 2005 11:28:45 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UBSjtT036792; Fri, 30 Sep 2005 11:28:45 GMT (envelope-from garga) Message-Id: <200509301128.j8UBSjtT036792@repoman.freebsd.org> From: Renato Botelho Date: Fri, 30 Sep 2005 11:28:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/jabber-yahoo Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 11:28:45 -0000 garga 2005-09-30 11:28:45 UTC FreeBSD ports repository Modified files: net/jabber-yahoo Makefile Log: - Take maintainership Revision Changes Path 1.17 +1 -1 ports/net/jabber-yahoo/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 30 11:31:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B199516A41F; Fri, 30 Sep 2005 11:31:50 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ED3543D7F; Fri, 30 Sep 2005 11:31:44 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UBViB3036939; Fri, 30 Sep 2005 11:31:44 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UBViHn036938; Fri, 30 Sep 2005 11:31:44 GMT (envelope-from garga) Message-Id: <200509301131.j8UBViHn036938@repoman.freebsd.org> From: Renato Botelho Date: Fri, 30 Sep 2005 11:31:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/gpsdrive Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 11:31:50 -0000 garga 2005-09-30 11:31:44 UTC FreeBSD ports repository Modified files: astro/gpsdrive Makefile Log: I'm not using it anymore, so, reset maintainership Revision Changes Path 1.31 +1 -1 ports/astro/gpsdrive/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 30 11:41:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1878916A41F; Fri, 30 Sep 2005 11:41:39 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC9A343D53; Fri, 30 Sep 2005 11:41:38 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UBfct9037701; Fri, 30 Sep 2005 11:41:38 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UBfcaF037700; Fri, 30 Sep 2005 11:41:38 GMT (envelope-from barner) Message-Id: <200509301141.j8UBfcaF037700@repoman.freebsd.org> From: Simon Barner Date: Fri, 30 Sep 2005 11:41:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/latd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 11:41:39 -0000 barner 2005-09-30 11:41:38 UTC FreeBSD ports repository Modified files: net/latd Makefile distinfo Log: Update to 1.23.1 Submitted by: Andrej Zverev PR: ports/85729 Approved by: maintainer timeout (3.5 weeks) Revision Changes Path 1.6 +4 -1 ports/net/latd/Makefile 1.4 +2 -2 ports/net/latd/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 30 11:48:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E287616A423; Fri, 30 Sep 2005 11:48:44 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C6B843D4C; Fri, 30 Sep 2005 11:48:44 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UBmiKh037984; Fri, 30 Sep 2005 11:48:44 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UBmiHu037983; Fri, 30 Sep 2005 11:48:44 GMT (envelope-from kensmith) Message-Id: <200509301148.j8UBmiHu037983@repoman.freebsd.org> From: Ken Smith Date: Fri, 30 Sep 2005 11:48:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/release Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 11:48:45 -0000 kensmith 2005-09-30 11:48:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) release Makefile Log: MFC revision 1.890: > date: 2005/09/28 12:39:00; author: kensmith; state: Exp; lines: +17 -6 > Add SHA256 checksums to the release build. > > Requested by: cperciva (so) > Reviewed/improved by: ru Revision Changes Path 1.853.2.17 +17 -6 src/release/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 30 12:00:12 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39E7A16A41F; Fri, 30 Sep 2005 12:00:12 +0000 (GMT) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6744843D5C; Fri, 30 Sep 2005 12:00:10 +0000 (GMT) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 9164C1FFAD1; Fri, 30 Sep 2005 14:00:08 +0200 (CEST) Received: by transport.cksoft.de (Postfix, from userid 66) id 4484E1FFACA; Fri, 30 Sep 2005 14:00:05 +0200 (CEST) Received: by mail.int.zabbadoz.net (Postfix, from userid 1060) id 8EDB715899; Fri, 30 Sep 2005 11:59:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.int.zabbadoz.net (Postfix) with ESMTP id 84737157F2; Fri, 30 Sep 2005 11:59:42 +0000 (UTC) Date: Fri, 30 Sep 2005 11:59:42 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@e0-0.zab2.int.zabbadoz.net To: David Xu In-Reply-To: <200509300609.j8U69fZw017035@repoman.freebsd.org> Message-ID: References: <200509300609.j8U69fZw017035@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_kse.c kern_thread.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 12:00:12 -0000 On Fri, 30 Sep 2005, David Xu wrote: > davidxu 2005-09-30 06:09:41 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_kse.c kern_thread.c > Log: > Fox a LOR of sleep and sched_lock by using a timeout wait > when process reaches maximum number of threads. is it listed on http://sources.zabbadoz.net/freebsd/lor.html and of which id? > Revision Changes Path > 1.218 +1 -1 src/sys/kern/kern_kse.c > 1.217 +0 -7 src/sys/kern/kern_thread.c > -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT From owner-cvs-all@FreeBSD.ORG Fri Sep 30 12:05:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1530416A41F; Fri, 30 Sep 2005 12:05:41 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6F6943D48; Fri, 30 Sep 2005 12:05:40 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UC5e6O038636; Fri, 30 Sep 2005 12:05:40 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UC5eqK038635; Fri, 30 Sep 2005 12:05:40 GMT (envelope-from garga) Message-Id: <200509301205.j8UC5eqK038635@repoman.freebsd.org> From: Renato Botelho Date: Fri, 30 Sep 2005 12:05:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/rinetd Makefile pkg-message ports/net/rinetd/files patch-Makefile patch-aa patch-ab patch-ac patch-rinetd.c rinetd.sh rinetd.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 12:05:41 -0000 garga 2005-09-30 12:05:40 UTC FreeBSD ports repository Modified files: net/rinetd Makefile pkg-message Added files: net/rinetd/files patch-Makefile patch-rinetd.c rinetd.sh.in Removed files: net/rinetd/files patch-aa patch-ab patch-ac rinetd.sh Log: - Make portlint happy - Use USE_RC_SUBR facility - Rename patch-a* files - Remove one uneeded patch and use REINPLACE_CMD instead - Take maintainership Revision Changes Path 1.13 +6 -8 ports/net/rinetd/Makefile 1.1 +22 -0 ports/net/rinetd/files/patch-Makefile (new) 1.5 +0 -22 ports/net/rinetd/files/patch-aa (dead) 1.2 +0 -12 ports/net/rinetd/files/patch-ab (dead) 1.2 +0 -10 ports/net/rinetd/files/patch-ac (dead) 1.1 +10 -0 ports/net/rinetd/files/patch-rinetd.c (new) 1.2 +0 -28 ports/net/rinetd/files/rinetd.sh (dead) 1.1 +28 -0 ports/net/rinetd/files/rinetd.sh.in (new) 1.2 +4 -6 ports/net/rinetd/pkg-message From owner-cvs-all@FreeBSD.ORG Fri Sep 30 12:37:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC7AC16A41F; Fri, 30 Sep 2005 12:37:38 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D94943D4C; Fri, 30 Sep 2005 12:37:38 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UCbcHr040053; Fri, 30 Sep 2005 12:37:38 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UCbc4W040052; Fri, 30 Sep 2005 12:37:38 GMT (envelope-from garga) Message-Id: <200509301237.j8UCbc4W040052@repoman.freebsd.org> From: Renato Botelho Date: Fri, 30 Sep 2005 12:37:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/rwhois Makefile distinfo pkg-plist ports/net/rwhois/files patch-sample.data_rwhoisd.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 12:37:39 -0000 garga 2005-09-30 12:37:38 UTC FreeBSD ports repository Modified files: net/rwhois Makefile distinfo pkg-plist Removed files: net/rwhois/files patch-sample.data_rwhoisd.conf Log: - Update to 1.5.9.5 - Use REINPLACE_CMD instead simple patch - Use PORTDOCS - Take maintainership Revision Changes Path 1.30 +10 -5 ports/net/rwhois/Makefile 1.7 +2 -2 ports/net/rwhois/distinfo 1.2 +0 -11 ports/net/rwhois/files/patch-sample.data_rwhoisd.conf (dead) 1.14 +0 -9 ports/net/rwhois/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 30 12:49:15 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C5BA16A41F; Fri, 30 Sep 2005 12:49:15 +0000 (GMT) (envelope-from ticso@cicely12.cicely.de) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2FEB43D49; Fri, 30 Sep 2005 12:49:12 +0000 (GMT) (envelope-from ticso@cicely12.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [10.1.1.7]) (authenticated bits=0) by srv1.cosmo-project.de (8.12.10/8.12.10) with ESMTP id j8UCn5BS058574 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Fri, 30 Sep 2005 14:49:07 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (cicely12.cicely.de [10.1.1.14]) by cicely5.cicely.de (8.12.10/8.12.10) with ESMTP id j8UCm4eG080669 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 30 Sep 2005 14:48:05 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (localhost [127.0.0.1]) by cicely12.cicely.de (8.13.4/8.13.3) with ESMTP id j8UCm4U5071805; Fri, 30 Sep 2005 14:48:04 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: (from ticso@localhost) by cicely12.cicely.de (8.13.4/8.13.3/Submit) id j8UCm2ru071804; Fri, 30 Sep 2005 14:48:02 +0200 (CEST) (envelope-from ticso) Date: Fri, 30 Sep 2005 14:48:02 +0200 From: Bernd Walter To: Peter Jeremy Message-ID: <20050930124802.GF54923@cicely12.cicely.de> References: <200509261655.j8QGtBeE012785@repoman.freebsd.org> <20050926174442.GA57238@xor.obsecurity.org> <20050926181234.GA23937@freebie.xs4all.nl> <20050927103746.364de995.trhodes@FreeBSD.org> <20050927184742.GB30441@freebie.xs4all.nl> <20050928044624.2e052569.trhodes@FreeBSD.org> <20050929161804.F34322@fledge.watson.org> <20050929174602.GA45515@freebie.xs4all.nl> <20050929192859.GD72352@cirb503493.alcatel.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050929192859.GD72352@cirb503493.alcatel.com.au> X-Operating-System: FreeBSD cicely12.cicely.de 5.4-STABLE alpha User-Agent: Mutt/1.5.9i X-Spam-Status: No, score=-5.9 required=3.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.4 X-Spam-Report: * -3.3 ALL_TRUSTED Did not pass through any untrusted hosts * -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1% * [score: 0.0000] X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on cicely12.cicely.de Cc: Wilko Bulte , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/kern subr_pcpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ticso@cicely.de List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 12:49:15 -0000 On Fri, Sep 30, 2005 at 05:28:59AM +1000, Peter Jeremy wrote: > On Thu, 2005-Sep-29 19:46:02 +0200, Wilko Bulte wrote: > >> I remember my old sparcstation hardware at CMU with some fondness for this > >> reason -- on a cold Pittsburgh evening, overheating computer hardware was > >> strictly necessary, even in the presence of decent radiators. However, > >> with 14+ cooling fans for one machine, it did need to be a couple of rooms > >> down. > > > >Hum, yes. That is why I handed down my AS4100 to ticso ;) > > Compared to ES40/ES45's, AS4100's run very cool and I think they're quieter. A major difference is that EV6 CPUs have more advanced power management features, while the EV56 in AS4100 even burn lots of power when idle :( But there is still much we could do from software to spare power on all alpha systems - I plan to do measurements with idle-loops soon. Yes - AS4100 are quitely, you don't really hear much from it in my server room. But I don't have to pay for noise, power is the critical point. > If you want to warm things up, try a 42U cabinet full of SunFire V440's. :) -- B.Walter BWCT http://www.bwct.de bernd@bwct.de info@bwct.de From owner-cvs-all@FreeBSD.ORG Fri Sep 30 12:52:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14CF816A41F; Fri, 30 Sep 2005 12:52:45 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7D9443D55; Fri, 30 Sep 2005 12:52:44 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UCqiwH047718; Fri, 30 Sep 2005 12:52:44 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UCqilp047717; Fri, 30 Sep 2005 12:52:44 GMT (envelope-from garga) Message-Id: <200509301252.j8UCqilp047717@repoman.freebsd.org> From: Renato Botelho Date: Fri, 30 Sep 2005 12:52:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/checkpassword Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 12:52:45 -0000 garga 2005-09-30 12:52:44 UTC FreeBSD ports repository Modified files: security/checkpassword Makefile Removed files: security/checkpassword pkg-plist Log: - Use DOCSDIR, PORTDOCS and NOPORTDOCS - Remove one line pkg-plist - Take maintainership Revision Changes Path 1.17 +8 -9 ports/security/checkpassword/Makefile 1.3 +0 -9 ports/security/checkpassword/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Fri Sep 30 13:03:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 481F916A422; Fri, 30 Sep 2005 13:03:21 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0949C43D49; Fri, 30 Sep 2005 13:03:21 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UD3K2u048168; Fri, 30 Sep 2005 13:03:20 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UD3KXN048167; Fri, 30 Sep 2005 13:03:20 GMT (envelope-from skv) Message-Id: <200509301303.j8UD3KXN048167@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 30 Sep 2005 13:03:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-XML-SAX-Base Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 13:03:21 -0000 skv 2005-09-30 13:03:20 UTC FreeBSD ports repository Modified files: textproc/p5-XML-SAX-Base Makefile Log: * Mark this port as DEPRECATED * Set EXPIRATION_DATE to 3 month delay PR: ports/77010 Revision Changes Path 1.6 +3 -0 ports/textproc/p5-XML-SAX-Base/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 30 13:07:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 176E516A41F; Fri, 30 Sep 2005 13:07:17 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAC5E43D48; Fri, 30 Sep 2005 13:07:16 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UD7GmG048535; Fri, 30 Sep 2005 13:07:16 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UD7Gg6048534; Fri, 30 Sep 2005 13:07:16 GMT (envelope-from oliver) Message-Id: <200509301307.j8UD7Gg6048534@repoman.freebsd.org> From: Oliver Lehmann Date: Fri, 30 Sep 2005 13:07:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/atlas-devel Makefile ports/devel/eris Makefile ports/devel/mercator Makefile ports/graphics/sage Makefile ports/math/wfmath Makefile ports/net/skstream Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 13:07:17 -0000 oliver 2005-09-30 13:07:16 UTC FreeBSD ports repository Modified files: devel/atlas-devel Makefile devel/eris Makefile devel/mercator Makefile graphics/sage Makefile math/wfmath Makefile net/skstream Makefile Log: take maintainership Approved by: maintainer Revision Changes Path 1.20 +2 -2 ports/devel/atlas-devel/Makefile 1.4 +1 -1 ports/devel/eris/Makefile 1.3 +1 -1 ports/devel/mercator/Makefile 1.2 +1 -1 ports/graphics/sage/Makefile 1.3 +1 -1 ports/math/wfmath/Makefile 1.3 +1 -1 ports/net/skstream/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 30 13:07:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6F5A16A41F; Fri, 30 Sep 2005 13:07:40 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83F9C43D49; Fri, 30 Sep 2005 13:07:40 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UD7eKs048570; Fri, 30 Sep 2005 13:07:40 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UD7eUI048569; Fri, 30 Sep 2005 13:07:40 GMT (envelope-from skv) Message-Id: <200509301307.j8UD7eUI048569@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 30 Sep 2005 13:07:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Class-Tangram Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 13:07:41 -0000 skv 2005-09-30 13:07:40 UTC FreeBSD ports repository Modified files: devel/p5-Class-Tangram Makefile distinfo pkg-descr Log: Update to 1.55 PR: ports/86726 Submitted by: Emanuel Haupt Revision Changes Path 1.7 +1 -1 ports/devel/p5-Class-Tangram/Makefile 1.5 +2 -2 ports/devel/p5-Class-Tangram/distinfo 1.3 +0 -3 ports/devel/p5-Class-Tangram/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Sep 30 13:08:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FC1316A41F; Fri, 30 Sep 2005 13:08:25 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0BE943D48; Fri, 30 Sep 2005 13:08:24 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UD8Okt048688; Fri, 30 Sep 2005 13:08:24 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UD8OQ1048687; Fri, 30 Sep 2005 13:08:24 GMT (envelope-from oliver) Message-Id: <200509301308.j8UD8OQ1048687@repoman.freebsd.org> From: Oliver Lehmann Date: Fri, 30 Sep 2005 13:08:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/gxemul Makefile ports/games/el Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 13:08:25 -0000 oliver 2005-09-30 13:08:24 UTC FreeBSD ports repository Modified files: emulators/gxemul Makefile games/el Makefile Log: reset maintainer to ports@ Approved by: maintainer Revision Changes Path 1.2 +1 -1 ports/emulators/gxemul/Makefile 1.2 +1 -1 ports/games/el/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 30 13:09:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90F3416A41F; Fri, 30 Sep 2005 13:09:01 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 520C443D48; Fri, 30 Sep 2005 13:09:01 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UD91vf048781; Fri, 30 Sep 2005 13:09:01 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UD91Za048780; Fri, 30 Sep 2005 13:09:01 GMT (envelope-from nyan) Message-Id: <200509301309.j8UD91Za048780@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 30 Sep 2005 13:09:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/fdisk_pc98 fdisk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 13:09:01 -0000 nyan 2005-09-30 13:09:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/fdisk_pc98 fdisk.c Log: MFC: Call gctl_free() to free resource allocated with gctl_get_handle(). Approved by: re (kensmith) Revision Changes Path 1.17.2.2 +4 -1 src/sbin/fdisk_pc98/fdisk.c From owner-cvs-all@FreeBSD.ORG Fri Sep 30 13:15:08 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2846F16A41F; Fri, 30 Sep 2005 13:15:08 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C567943D49; Fri, 30 Sep 2005 13:15:07 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from [127.0.0.1] (davidxu@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8UDF4HH042531; Fri, 30 Sep 2005 13:15:05 GMT (envelope-from davidxu@freebsd.org) Message-ID: <433D3A58.4010602@freebsd.org> Date: Fri, 30 Sep 2005 21:15:04 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050516 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Bjoern A. Zeeb" References: <200509300609.j8U69fZw017035@repoman.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_kse.c kern_thread.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 13:15:08 -0000 Bjoern A. Zeeb wrote: >On Fri, 30 Sep 2005, David Xu wrote: > > > >>davidxu 2005-09-30 06:09:41 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/kern kern_kse.c kern_thread.c >> Log: >> Fox a LOR of sleep and sched_lock by using a timeout wait >> when process reaches maximum number of threads. >> >> > >is it listed on http://sources.zabbadoz.net/freebsd/lor.html >and of which id? > > > No, I didn't find it on the list. From owner-cvs-all@FreeBSD.ORG Fri Sep 30 13:15:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76A8416A41F; Fri, 30 Sep 2005 13:15:47 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4814343D48; Fri, 30 Sep 2005 13:15:47 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UDFlln050243; Fri, 30 Sep 2005 13:15:47 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UDFlsE050242; Fri, 30 Sep 2005 13:15:47 GMT (envelope-from garga) Message-Id: <200509301315.j8UDFlsE050242@repoman.freebsd.org> From: Renato Botelho Date: Fri, 30 Sep 2005 13:15:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/diffstat Makefile distinfo ports/textproc/diffstat/files patch-aa patch-ab patch-ad patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 13:15:47 -0000 garga 2005-09-30 13:15:46 UTC FreeBSD ports repository Modified files: textproc/diffstat Makefile distinfo Added files: textproc/diffstat/files patch-configure Removed files: textproc/diffstat/files patch-aa patch-ab patch-ad Log: - Update to 1.41 PR: ports/85738 Submitted by: Andrej Zverev Approved by: maintainer timeout (25 days) Revision Changes Path 1.16 +5 -4 ports/textproc/diffstat/Makefile 1.10 +2 -2 ports/textproc/diffstat/distinfo 1.2 +0 -11 ports/textproc/diffstat/files/patch-aa (dead) 1.2 +0 -11 ports/textproc/diffstat/files/patch-ab (dead) 1.3 +0 -16 ports/textproc/diffstat/files/patch-ad (dead) 1.1 +11 -0 ports/textproc/diffstat/files/patch-configure (new) From owner-cvs-all@FreeBSD.ORG Fri Sep 30 13:17:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E90E16A41F; Fri, 30 Sep 2005 13:17:55 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33E4343D55; Fri, 30 Sep 2005 13:17:55 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UDHtTZ050339; Fri, 30 Sep 2005 13:17:55 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UDHtMs050338; Fri, 30 Sep 2005 13:17:55 GMT (envelope-from nyan) Message-Id: <200509301317.j8UDHtMs050338@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 30 Sep 2005 13:17:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pc98/cbus sio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 13:17:55 -0000 nyan 2005-09-30 13:17:55 UTC FreeBSD src repository Modified files: sys/pc98/cbus sio.c Log: Use 'PC Card' Revision Changes Path 1.236 +2 -2 src/sys/pc98/cbus/sio.c From owner-cvs-all@FreeBSD.ORG Fri Sep 30 13:24:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 749FF16A41F; Fri, 30 Sep 2005 13:24:15 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35F6443D48; Fri, 30 Sep 2005 13:24:15 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UDOFkP050608; Fri, 30 Sep 2005 13:24:15 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UDOFR2050607; Fri, 30 Sep 2005 13:24:15 GMT (envelope-from nyan) Message-Id: <200509301324.j8UDOFR2050607@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 30 Sep 2005 13:24:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/pc98/loader main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 13:24:15 -0000 nyan 2005-09-30 13:24:15 UTC FreeBSD src repository Modified files: sys/boot/pc98/loader main.c Log: MFi386: revision 1.33. > Cause all flags passed by boot2 to set the respective loader(8) > boot_* variable. The end effect is that all flags from boot2 > are now passed to the kernel. Revision Changes Path 1.21 +1 -1 src/sys/boot/pc98/loader/main.c From owner-cvs-all@FreeBSD.ORG Fri Sep 30 13:25:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44B2116A41F; Fri, 30 Sep 2005 13:25:31 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 059A043D48; Fri, 30 Sep 2005 13:25:31 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UDPUlL050698; Fri, 30 Sep 2005 13:25:30 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UDPUqS050697; Fri, 30 Sep 2005 13:25:30 GMT (envelope-from jhb) Message-Id: <200509301325.j8UDPUqS050697@repoman.freebsd.org> From: John Baldwin Date: Fri, 30 Sep 2005 13:25:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/alpha/pci cia.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 13:25:31 -0000 jhb 2005-09-30 13:25:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/alpha/pci cia.c Log: Enable BWX for the Alcor2 chipset treating it like the Pyxis. This is not an MFC as the code in 5.x and beyond is rather different. Submitted by: Paul V. Bolotoff walter at alasir dot com Revision Changes Path 1.25.2.1 +13 -9 src/sys/alpha/pci/cia.c From owner-cvs-all@FreeBSD.ORG Fri Sep 30 13:26:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B1DA16A41F; Fri, 30 Sep 2005 13:26:45 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1DD743D4C; Fri, 30 Sep 2005 13:26:44 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UDQixA050791; Fri, 30 Sep 2005 13:26:44 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UDQivj050790; Fri, 30 Sep 2005 13:26:44 GMT (envelope-from mnag) Message-Id: <200509301326.j8UDQivj050790@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 30 Sep 2005 13:26:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/gmail-notify Makefile distinfo pkg-plist ports/mail/gmail-notify/files patch-GmailConfig.py patch-notifier.conf.sample X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 13:26:45 -0000 mnag 2005-09-30 13:26:44 UTC FreeBSD ports repository Modified files: mail/gmail-notify Makefile distinfo pkg-plist mail/gmail-notify/files patch-GmailConfig.py patch-notifier.conf.sample Log: Update to 1.6.1 PR: 86688 Submitted by: David Approved by: pav (mentor) Revision Changes Path 1.2 +7 -6 ports/mail/gmail-notify/Makefile 1.2 +2 -2 ports/mail/gmail-notify/distinfo 1.2 +2 -2 ports/mail/gmail-notify/files/patch-GmailConfig.py 1.2 +10 -10 ports/mail/gmail-notify/files/patch-notifier.conf.sample 1.2 +2 -9 ports/mail/gmail-notify/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 30 13:26:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4E8716A41F; Fri, 30 Sep 2005 13:26:57 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A19F043D48; Fri, 30 Sep 2005 13:26:57 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UDQv3N050847; Fri, 30 Sep 2005 13:26:57 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UDQvPw050846; Fri, 30 Sep 2005 13:26:57 GMT (envelope-from oliver) Message-Id: <200509301326.j8UDQvPw050846@repoman.freebsd.org> From: Oliver Lehmann Date: Fri, 30 Sep 2005 13:26:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/atlas-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 13:26:58 -0000 oliver 2005-09-30 13:26:57 UTC FreeBSD ports repository Modified files: devel/atlas-devel Makefile Log: The Whom: field in header got accidentally changed by the previous commit. This commit changes it back to it's orignal value Revision Changes Path 1.21 +1 -1 ports/devel/atlas-devel/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 30 13:27:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8CD116A41F; Fri, 30 Sep 2005 13:27:36 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88EAF43D49; Fri, 30 Sep 2005 13:27:36 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UDRahD050894; Fri, 30 Sep 2005 13:27:36 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UDRarW050893; Fri, 30 Sep 2005 13:27:36 GMT (envelope-from nyan) Message-Id: <200509301327.j8UDRarW050893@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 30 Sep 2005 13:27:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d archdep X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 13:27:37 -0000 nyan 2005-09-30 13:27:36 UTC FreeBSD src repository Modified files: etc/rc.d archdep Log: Use hw.machine_arch instead of hw.machine. Revision Changes Path 1.9 +1 -1 src/etc/rc.d/archdep From owner-cvs-all@FreeBSD.ORG Fri Sep 30 13:33:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9652516A41F; Fri, 30 Sep 2005 13:33:24 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15F0E43D53; Fri, 30 Sep 2005 13:33:24 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UDXNTL051161; Fri, 30 Sep 2005 13:33:23 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UDXNtA051160; Fri, 30 Sep 2005 13:33:23 GMT (envelope-from oliver) Message-Id: <200509301333.j8UDXNtA051160@repoman.freebsd.org> From: Oliver Lehmann Date: Fri, 30 Sep 2005 13:33:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/xawtv Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 13:33:24 -0000 oliver 2005-09-30 13:33:23 UTC FreeBSD ports repository Modified files: multimedia/xawtv Makefile distinfo Log: update to 3.95 Revision Changes Path 1.53 +2 -2 ports/multimedia/xawtv/Makefile 1.24 +2 -2 ports/multimedia/xawtv/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 30 13:34:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFFEE16A41F; Fri, 30 Sep 2005 13:34:29 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CB1F43D53; Fri, 30 Sep 2005 13:34:29 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UDYTGQ051214; Fri, 30 Sep 2005 13:34:29 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UDYTRR051213; Fri, 30 Sep 2005 13:34:29 GMT (envelope-from garga) Message-Id: <200509301334.j8UDYTRR051213@repoman.freebsd.org> From: Renato Botelho Date: Fri, 30 Sep 2005 13:34:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/code2html Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 13:34:30 -0000 garga 2005-09-30 13:34:29 UTC FreeBSD ports repository Modified files: textproc/code2html Makefile distinfo Log: - Update to 0.9.1 PR: ports/85739 Submitted by: Andrej Zverev Approved by: maintainer timeout (25 days) Revision Changes Path 1.19 +8 -15 ports/textproc/code2html/Makefile 1.11 +2 -2 ports/textproc/code2html/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 30 13:35:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 871C616A41F; Fri, 30 Sep 2005 13:35:02 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FB4843D4C; Fri, 30 Sep 2005 13:35:02 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UDZ2rR051255; Fri, 30 Sep 2005 13:35:02 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UDZ2iu051254; Fri, 30 Sep 2005 13:35:02 GMT (envelope-from novel) Message-Id: <200509301335.j8UDZ2iu051254@repoman.freebsd.org> From: Roman Bogorodskiy Date: Fri, 30 Sep 2005 13:35:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-WWW-SourceForge Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 13:35:02 -0000 novel 2005-09-30 13:35:02 UTC FreeBSD ports repository Modified files: www/p5-WWW-SourceForge Makefile distinfo Log: Update to 0.084. PR: 86756 Submitted by: Emanuel Haupt Approved by: maintainer Revision Changes Path 1.3 +1 -1 ports/www/p5-WWW-SourceForge/Makefile 1.2 +2 -2 ports/www/p5-WWW-SourceForge/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 30 13:40:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71E9D16A41F; Fri, 30 Sep 2005 13:40:52 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32A4D43D48; Fri, 30 Sep 2005 13:40:52 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UDeqRT051565; Fri, 30 Sep 2005 13:40:52 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UDepbn051564; Fri, 30 Sep 2005 13:40:51 GMT (envelope-from garga) Message-Id: <200509301340.j8UDepbn051564@repoman.freebsd.org> From: Renato Botelho Date: Fri, 30 Sep 2005 13:40:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/fetchyahoo Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 13:40:52 -0000 garga 2005-09-30 13:40:51 UTC FreeBSD ports repository Modified files: mail/fetchyahoo Makefile distinfo Log: - Update to 2.9.0 PR: ports/85871 Submitted by: Andrej Zverev Approved by: maintainer timeout (22 days) Revision Changes Path 1.10 +1 -1 ports/mail/fetchyahoo/Makefile 1.8 +2 -2 ports/mail/fetchyahoo/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 30 13:48:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66DA416A41F; Fri, 30 Sep 2005 13:48:48 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26B4B43D48; Fri, 30 Sep 2005 13:48:48 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UDmmI2051876; Fri, 30 Sep 2005 13:48:48 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UDmmVM051875; Fri, 30 Sep 2005 13:48:48 GMT (envelope-from vsevolod) Message-Id: <200509301348.j8UDmmVM051875@repoman.freebsd.org> From: Vsevolod Stakhov Date: Fri, 30 Sep 2005 13:48:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/freeciv Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 13:48:48 -0000 vsevolod 2005-09-30 13:48:48 UTC FreeBSD ports repository Modified files: games/freeciv Makefile distinfo Log: - Update to 2.0.6 - Take maintainership Approved by: maintainer timeout (about half a year) Revision Changes Path 1.65 +2 -2 ports/games/freeciv/Makefile 1.26 +2 -2 ports/games/freeciv/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 30 13:51:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 514FA16A446; Fri, 30 Sep 2005 13:51:17 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1648043D49; Fri, 30 Sep 2005 13:51:17 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UDpGWG052063; Fri, 30 Sep 2005 13:51:16 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UDpGPY052062; Fri, 30 Sep 2005 13:51:16 GMT (envelope-from garga) Message-Id: <200509301351.j8UDpGPY052062@repoman.freebsd.org> From: Renato Botelho Date: Fri, 30 Sep 2005 13:51:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/tptest Makefile distinfo pkg-plist ports/net/tptest/files patch-apps::unix::client::Makefile patch-apps::unix::server::Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 13:51:17 -0000 garga 2005-09-30 13:51:16 UTC FreeBSD ports repository Modified files: net/tptest Makefile distinfo net/tptest/files patch-apps::unix::client::Makefile patch-apps::unix::server::Makefile Removed files: net/tptest pkg-plist Log: - Update to 3.1.7 PR: ports/86064 Submitted by: Andrej Zverev Approved by: maintainer timeout (17 days) Revision Changes Path 1.4 +6 -9 ports/net/tptest/Makefile 1.3 +2 -2 ports/net/tptest/distinfo 1.2 +5 -4 ports/net/tptest/files/patch-apps::unix::client::Makefile 1.2 +4 -3 ports/net/tptest/files/patch-apps::unix::server::Makefile 1.2 +0 -2 ports/net/tptest/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Fri Sep 30 14:02:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC4F816A41F; Fri, 30 Sep 2005 14:02:29 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACF2A43D48; Fri, 30 Sep 2005 14:02:29 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UE2TAI052513; Fri, 30 Sep 2005 14:02:29 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UE2T4S052512; Fri, 30 Sep 2005 14:02:29 GMT (envelope-from des) Message-Id: <200509301402.j8UE2T4S052512@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 30 Sep 2005 14:02:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libpam/modules/pam_ssh pam_ssh.8 pam_ssh.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 14:02:30 -0000 des 2005-09-30 14:02:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libpam/modules/pam_ssh pam_ssh.8 pam_ssh.c Log: MFC: don't take unprotected keys into account for authentication. PR: bin/81231 Approved by: re (kensmith) Revision Changes Path 1.13.8.1 +5 -0 src/lib/libpam/modules/pam_ssh/pam_ssh.8 1.40.8.1 +25 -20 src/lib/libpam/modules/pam_ssh/pam_ssh.c From owner-cvs-all@FreeBSD.ORG Fri Sep 30 14:04:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B28AD16A41F; Fri, 30 Sep 2005 14:04:07 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7281843D49; Fri, 30 Sep 2005 14:04:07 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UE470O052574; Fri, 30 Sep 2005 14:04:07 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UE47Tt052573; Fri, 30 Sep 2005 14:04:07 GMT (envelope-from mnag) Message-Id: <200509301404.j8UE47Tt052573@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 30 Sep 2005 14:04:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/ezxml Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 14:04:07 -0000 mnag 2005-09-30 14:04:07 UTC FreeBSD ports repository Modified files: textproc/ezxml Makefile distinfo Log: Update to 0.8.5 PR: 86755 Submitted by: Marcin Jessa (maintainer) Approved by: pav (mentor) Revision Changes Path 1.2 +6 -4 ports/textproc/ezxml/Makefile 1.2 +2 -2 ports/textproc/ezxml/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 30 14:05:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2A9D16A41F; Fri, 30 Sep 2005 14:05:30 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3162A43D49; Fri, 30 Sep 2005 14:05:30 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UE5UUL052695; Fri, 30 Sep 2005 14:05:30 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UE5Uhx052694; Fri, 30 Sep 2005 14:05:30 GMT (envelope-from mnag) Message-Id: <200509301405.j8UE5Uhx052694@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 30 Sep 2005 14:05:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Class-Container Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 14:05:30 -0000 mnag 2005-09-30 14:05:30 UTC FreeBSD ports repository Modified files: devel/p5-Class-Container Makefile distinfo Log: Update to 0.12 PR: 86720 Submitted by: Emanuel Haupt Approved by: dsh@vlink.ru (maintainer), pav (mentor) Revision Changes Path 1.9 +1 -1 ports/devel/p5-Class-Container/Makefile 1.8 +2 -2 ports/devel/p5-Class-Container/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 30 14:17:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A4D616A41F; Fri, 30 Sep 2005 14:17:38 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87B7943D49; Fri, 30 Sep 2005 14:17:36 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.41.233] (Not Verified[10.50.41.233]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Fri, 30 Sep 2005 10:33:07 -0400 From: John Baldwin To: Nate Lawson Date: Fri, 30 Sep 2005 10:14:19 -0400 User-Agent: KMail/1.8 References: <20050928192056.B7E6D16A42B@hub.freebsd.org> <200509291406.19775.jhb@FreeBSD.org> <433C441A.8050508@root.org> In-Reply-To: <433C441A.8050508@root.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509301014.21572.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Pawel Jakub Dawidek , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 14:17:38 -0000 On Thursday 29 September 2005 03:44 pm, Nate Lawson wrote: > John Baldwin wrote: > > On Thursday 29 September 2005 01:49 pm, Nate Lawson wrote: > >>John Baldwin wrote: > >>>On Wednesday 28 September 2005 04:36 pm, Nate Lawson wrote: > >>>>I've heard disabling apic helps T42s, otherwise they get a hard hang. > >>>>It's difficult to print the driver progress while suspending because > >>>> the function call stack is recursive, not iterative. For example, > >>>> root_suspend -> pci_suspend -> fxp_suspend -> mii_suspend (if that > >>>> exists). You'd have to add a printf in every driver and bus. A > >>>> better way might be to add printf or KTR to bus_generic_suspend() to > >>>> print the device name before calling its method. > >>>> > >>>>BTW, I'm working on committing a patch that adds KTR to acpi so we can > >>>>track down issues like this although the device suspending stuff should > >>>>be done separately as listed above. > >>> > >>>BTW, the issue with APIC on some systems is that when we use the APIC, > >>>the current code doesn't end up doing suspend/resume for the ATPIC and > >>> so it ends up in some random state. > >> > >>Ah, is a fix for that upcoming? :) > > > > It's in my head. I think I need to rework the suspend/resume support in > > the x86 interrupt code to instead of doing all the interrupt sources, > > having the atpic and apic code register pic devices in a separate list > > that gets iterated on suspend and resume. > > I think that makes sense since they have different programming methods. > Does it make sense to separate them into different newbus devices as > well, so you get proper ordering? Getting interrupt controllers into new-bus is a far-off goal I think. It needs all that multipass stuff in place first. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Fri Sep 30 14:35:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26FB716A41F; Fri, 30 Sep 2005 14:35:00 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D67EC43D49; Fri, 30 Sep 2005 14:34:59 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UEYxcJ053809; Fri, 30 Sep 2005 14:34:59 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UEYxic053808; Fri, 30 Sep 2005 14:34:59 GMT (envelope-from novel) Message-Id: <200509301434.j8UEYxic053808@repoman.freebsd.org> From: Roman Bogorodskiy Date: Fri, 30 Sep 2005 14:34:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-HTML-Prototype Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 14:35:00 -0000 novel 2005-09-30 14:34:59 UTC FreeBSD ports repository Modified files: www/p5-HTML-Prototype Makefile distinfo Log: Update to 1.35. PR: 86760 Submitted by: Emanuel Haupt Approved by: Lars Balker Rasmussen (maintainer) Revision Changes Path 1.6 +1 -1 ports/www/p5-HTML-Prototype/Makefile 1.5 +2 -2 ports/www/p5-HTML-Prototype/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 30 14:45:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFF0D16A41F; Fri, 30 Sep 2005 14:45:10 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B156A43D49; Fri, 30 Sep 2005 14:45:10 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UEjAV7054536; Fri, 30 Sep 2005 14:45:10 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UEjAvx054535; Fri, 30 Sep 2005 14:45:10 GMT (envelope-from imp) Message-Id: <200509301445.j8UEjAvx054535@repoman.freebsd.org> From: Warner Losh Date: Fri, 30 Sep 2005 14:45:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii miivar.h nsgphy.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 14:45:11 -0000 imp 2005-09-30 14:45:10 UTC FreeBSD src repository Modified files: sys/dev/mii miivar.h nsgphy.c Log: Add macros which follow the miidevs design pattern to make it easier to construct tables for mii_phy_match. Revision Changes Path 1.16 +3 -0 src/sys/dev/mii/miivar.h 1.20 +3 -8 src/sys/dev/mii/nsgphy.c From owner-cvs-all@FreeBSD.ORG Fri Sep 30 14:46:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B13E16A41F; Fri, 30 Sep 2005 14:46:08 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F18C043D49; Fri, 30 Sep 2005 14:46:07 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UEk777054974; Fri, 30 Sep 2005 14:46:07 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UEk7UB054973; Fri, 30 Sep 2005 14:46:07 GMT (envelope-from skv) Message-Id: <200509301446.j8UEk7UB054973@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 30 Sep 2005 14:46:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-Object-Accessor Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 14:46:08 -0000 skv 2005-09-30 14:46:07 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Object-Accessor Makefile distinfo pkg-descr pkg-plist Log: Add p5-Object-Accessor 0.12, interface to create per object accessors. Revision Changes Path 1.1982 +1 -0 ports/devel/Makefile 1.1 +26 -0 ports/devel/p5-Object-Accessor/Makefile (new) 1.1 +2 -0 ports/devel/p5-Object-Accessor/distinfo (new) 1.1 +9 -0 ports/devel/p5-Object-Accessor/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-Object-Accessor/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Sep 30 14:46:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C99FB16A41F; Fri, 30 Sep 2005 14:46:22 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8998C43D48; Fri, 30 Sep 2005 14:46:22 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UEkMIu055029; Fri, 30 Sep 2005 14:46:22 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UEkMMZ055026; Fri, 30 Sep 2005 14:46:22 GMT (envelope-from skv) Message-Id: <200509301446.j8UEkMMZ055026@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 30 Sep 2005 14:46:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 14:46:23 -0000 skv 2005-09-30 14:46:22 UTC FreeBSD ports repository Modified files: . modules Log: p5-Object-Accessor --> ports/devel/p5-Object-Accessor Revision Changes Path 1.13254 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Sep 30 14:50:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7315116A41F; Fri, 30 Sep 2005 14:50:36 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1F1A43D5C; Fri, 30 Sep 2005 14:50:32 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.200] ([10.0.0.200]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j8UEoU6j055556 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 30 Sep 2005 07:50:31 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <433D50A6.3030800@errno.com> Date: Fri, 30 Sep 2005 07:50:14 -0700 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050927) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <28581.1128068575@critter.freebsd.dk> In-Reply-To: <28581.1128068575@critter.freebsd.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 14:50:36 -0000 Poul-Henning Kamp wrote: > In message <433C0A4B.8030504@errno.com>, Sam Leffler writes: > > >>vmware is great for finding races like these because of the way it >>handles concurrency. I can remember finding many problems like this in >>"client operating systems" when I worked on it. > > > Can you elaborate on the "the way it handles concurrency" without > violating any paperwork ? It sounds like something we should know > about... > Mostly that code of the form: unguarded assignment to variable v wait for interrupt to see if v changed value will almost always fail (i.e. you must protect against an interrupt when writing v). On real hardware it would typically work because the hardware takes enough time to post the interrupt for the cpu to get ready to wait. This kind of kernel programming 101 mistake mostly was found in device drivers but not always. Sam From owner-cvs-all@FreeBSD.ORG Fri Sep 30 14:51:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9019816A41F; Fri, 30 Sep 2005 14:51:44 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51D8943D48; Fri, 30 Sep 2005 14:51:44 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UEpimT055283; Fri, 30 Sep 2005 14:51:44 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UEpiwj055282; Fri, 30 Sep 2005 14:51:44 GMT (envelope-from imp) Message-Id: <200509301451.j8UEpiwj055282@repoman.freebsd.org> From: Warner Losh Date: Fri, 30 Sep 2005 14:51:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii mii_physubr.c miivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 14:51:44 -0000 imp 2005-09-30 14:51:44 UTC FreeBSD src repository Modified files: sys/dev/mii mii_physubr.c miivar.h Log: Add a more generic version of the mii_phy_match routine (mii_phy_match_gen) which can be used for phy that want to piggy back other data with their table. Revision Changes Path 1.23 +10 -2 src/sys/dev/mii/mii_physubr.c 1.17 +4 -1 src/sys/dev/mii/miivar.h From owner-cvs-all@FreeBSD.ORG Fri Sep 30 14:54:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B95B916A41F; Fri, 30 Sep 2005 14:54:17 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B44043D48; Fri, 30 Sep 2005 14:54:17 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UEsH5M055368; Fri, 30 Sep 2005 14:54:17 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UEsHo7055367; Fri, 30 Sep 2005 14:54:17 GMT (envelope-from imp) Message-Id: <200509301454.j8UEsHo7055367@repoman.freebsd.org> From: Warner Losh Date: Fri, 30 Sep 2005 14:54:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules/mii Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 14:54:17 -0000 imp 2005-09-30 14:54:17 UTC FreeBSD src repository Modified files: sys/modules/mii Makefile Log: ciphy wasn't included here. Revision Changes Path 1.27 +1 -1 src/sys/modules/mii/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 30 15:01:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13F9D16A41F; Fri, 30 Sep 2005 15:01:00 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAA8F43D49; Fri, 30 Sep 2005 15:00:59 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UF0xXV055811; Fri, 30 Sep 2005 15:00:59 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UF0xES055810; Fri, 30 Sep 2005 15:00:59 GMT (envelope-from skv) Message-Id: <200509301500.j8UF0xES055810@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 30 Sep 2005 15:00:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-ExtUtils-MakeMaker-Coverage Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 15:01:00 -0000 skv 2005-09-30 15:00:59 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-ExtUtils-MakeMaker-Coverage Makefile distinfo pkg-descr pkg-plist Log: Add p5-ExtUtils-MakeMaker-Coverage 0.05, add a Makefile target to determine test coverage using Devel::Cover. Revision Changes Path 1.1983 +1 -0 ports/devel/Makefile 1.1 +33 -0 ports/devel/p5-ExtUtils-MakeMaker-Coverage/Makefile (new) 1.1 +2 -0 ports/devel/p5-ExtUtils-MakeMaker-Coverage/distinfo (new) 1.1 +14 -0 ports/devel/p5-ExtUtils-MakeMaker-Coverage/pkg-descr (new) 1.1 +8 -0 ports/devel/p5-ExtUtils-MakeMaker-Coverage/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Sep 30 15:01:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C365116A41F; Fri, 30 Sep 2005 15:01:15 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28CE743D5C; Fri, 30 Sep 2005 15:01:14 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UF1Esb055865; Fri, 30 Sep 2005 15:01:14 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UF1Erk055864; Fri, 30 Sep 2005 15:01:14 GMT (envelope-from skv) Message-Id: <200509301501.j8UF1Erk055864@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 30 Sep 2005 15:01:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 15:01:16 -0000 skv 2005-09-30 15:01:13 UTC FreeBSD ports repository Modified files: . modules Log: p5-ExtUtils-MakeMaker-Coverage --> ports/devel/p5-ExtUtils-MakeMaker-Coverage Revision Changes Path 1.13255 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Sep 30 15:15:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B78E316A41F; Fri, 30 Sep 2005 15:15:39 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5526943D49; Fri, 30 Sep 2005 15:15:39 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UFFdBW056462; Fri, 30 Sep 2005 15:15:39 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UFFcXT056461; Fri, 30 Sep 2005 15:15:38 GMT (envelope-from garga) Message-Id: <200509301515.j8UFFcXT056461@repoman.freebsd.org> From: Renato Botelho Date: Fri, 30 Sep 2005 15:15:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/usermanager Makefile distinfo pkg-descr pkg-plist ports/www/usermanager/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 15:15:39 -0000 garga 2005-09-30 15:15:38 UTC FreeBSD ports repository Modified files: www/usermanager Makefile distinfo pkg-descr pkg-plist www/usermanager/files pkg-message.in Log: - Update to 2.1 PR: ports/86732 Submitted by: maintainer Revision Changes Path 1.4 +17 -5 ports/www/usermanager/Makefile 1.3 +2 -2 ports/www/usermanager/distinfo 1.3 +5 -5 ports/www/usermanager/files/pkg-message.in 1.2 +1 -2 ports/www/usermanager/pkg-descr 1.3 +185 -177 ports/www/usermanager/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 30 15:30:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BC4916A41F; Fri, 30 Sep 2005 15:30:50 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B8D743D48; Fri, 30 Sep 2005 15:30:50 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UFUofu057052; Fri, 30 Sep 2005 15:30:50 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UFUo0q057051; Fri, 30 Sep 2005 15:30:50 GMT (envelope-from jkoshy) Message-Id: <200509301530.j8UFUo0q057051@repoman.freebsd.org> From: Joseph Koshy Date: Fri, 30 Sep 2005 15:30:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/yudit Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 15:30:50 -0000 jkoshy 2005-09-30 15:30:49 UTC FreeBSD ports repository Modified files: editors/yudit Makefile distinfo pkg-plist Log: Upgrade to v2.7.8 PR: ports/86749 Submitted by: Andrej Zverev Revision Changes Path 1.31 +1 -2 ports/editors/yudit/Makefile 1.14 +2 -2 ports/editors/yudit/distinfo 1.12 +24 -0 ports/editors/yudit/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 30 15:36:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34E0516A41F; Fri, 30 Sep 2005 15:36:10 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB70143D48; Fri, 30 Sep 2005 15:36:09 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UFa9Wh057216; Fri, 30 Sep 2005 15:36:09 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UFa9tQ057215; Fri, 30 Sep 2005 15:36:09 GMT (envelope-from ru) Message-Id: <200509301536.j8UFa9tQ057215@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 30 Sep 2005 15:36:09 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/donations donors.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 15:36:10 -0000 ru 2005-09-30 15:36:09 UTC FreeBSD doc repository Modified files: en/donations donors.sgml Log: YADFD. Revision Changes Path 1.281 +3 -2 www/en/donations/donors.sgml From owner-cvs-all@FreeBSD.ORG Fri Sep 30 16:33:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F024A16A422; Fri, 30 Sep 2005 16:33:21 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B043C43D48; Fri, 30 Sep 2005 16:33:21 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UGXLoj059640; Fri, 30 Sep 2005 16:33:21 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UGXL5T059639; Fri, 30 Sep 2005 16:33:21 GMT (envelope-from joel) Message-Id: <200509301633.j8UGXL5T059639@repoman.freebsd.org> From: Joel Dahl Date: Fri, 30 Sep 2005 16:33:21 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/donations donors.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 16:33:22 -0000 joel 2005-09-30 16:33:21 UTC FreeBSD doc repository Modified files: en/donations donors.sgml Log: Fix build. Pointy hat to: ru Revision Changes Path 1.282 +2 -2 www/en/donations/donors.sgml From owner-cvs-all@FreeBSD.ORG Fri Sep 30 16:34:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03CC216A41F; Fri, 30 Sep 2005 16:34:10 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6FC643D48; Fri, 30 Sep 2005 16:34:09 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UGY9v9060234; Fri, 30 Sep 2005 16:34:09 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UGY9Lx060233; Fri, 30 Sep 2005 16:34:09 GMT (envelope-from skv) Message-Id: <200509301634.j8UGY9Lx060233@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 30 Sep 2005 16:34:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/p5-Mail-DomainKeys Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 16:34:10 -0000 skv 2005-09-30 16:34:09 UTC FreeBSD ports repository Modified files: mail/p5-Mail-DomainKeys Makefile distinfo Log: Update to 0.23 Revision Changes Path 1.3 +2 -2 ports/mail/p5-Mail-DomainKeys/Makefile 1.3 +2 -2 ports/mail/p5-Mail-DomainKeys/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 30 16:38:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6A7216A41F; Fri, 30 Sep 2005 16:38:31 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9417C43D48; Fri, 30 Sep 2005 16:38:31 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UGcV0H060523; Fri, 30 Sep 2005 16:38:31 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UGcV9H060522; Fri, 30 Sep 2005 16:38:31 GMT (envelope-from skv) Message-Id: <200509301638.j8UGcV9H060522@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 30 Sep 2005 16:38:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/p5-Digest Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 16:38:32 -0000 skv 2005-09-30 16:38:31 UTC FreeBSD ports repository Modified files: security/p5-Digest Makefile distinfo Log: Update to 1.12 Revision Changes Path 1.12 +1 -1 ports/security/p5-Digest/Makefile 1.9 +2 -2 ports/security/p5-Digest/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 30 16:39:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A08416A420; Fri, 30 Sep 2005 16:39:19 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C27F943D58; Fri, 30 Sep 2005 16:39:15 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UGdFku060579; Fri, 30 Sep 2005 16:39:15 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UGdF5d060578; Fri, 30 Sep 2005 16:39:15 GMT (envelope-from skv) Message-Id: <200509301639.j8UGdF5d060578@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 30 Sep 2005 16:39:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/p5-DBIx-ContextualFetch Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 16:39:19 -0000 skv 2005-09-30 16:39:15 UTC FreeBSD ports repository Modified files: databases/p5-DBIx-ContextualFetch Makefile distinfo pkg-descr Log: Update to 1.03 Revision Changes Path 1.4 +1 -1 ports/databases/p5-DBIx-ContextualFetch/Makefile 1.3 +2 -2 ports/databases/p5-DBIx-ContextualFetch/distinfo 1.2 +0 -3 ports/databases/p5-DBIx-ContextualFetch/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Sep 30 16:45:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAC6916A41F; Fri, 30 Sep 2005 16:45:47 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5C2043D4C; Fri, 30 Sep 2005 16:45:47 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UGjlhQ060936; Fri, 30 Sep 2005 16:45:47 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UGjlip060935; Fri, 30 Sep 2005 16:45:47 GMT (envelope-from skv) Message-Id: <200509301645.j8UGjlip060935@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 30 Sep 2005 16:45:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-Data-Lazy Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 16:45:48 -0000 skv 2005-09-30 16:45:47 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Data-Lazy Makefile distinfo pkg-descr pkg-plist Log: Add p5-Data-Lazy 0.5, "lazy" variables. Revision Changes Path 1.1984 +1 -0 ports/devel/Makefile 1.1 +22 -0 ports/devel/p5-Data-Lazy/Makefile (new) 1.1 +2 -0 ports/devel/p5-Data-Lazy/distinfo (new) 1.1 +5 -0 ports/devel/p5-Data-Lazy/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-Data-Lazy/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Sep 30 16:46:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 157A716A41F; Fri, 30 Sep 2005 16:46:01 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA18543D49; Fri, 30 Sep 2005 16:46:00 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UGk0GU060991; Fri, 30 Sep 2005 16:46:00 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UGk0Ng060990; Fri, 30 Sep 2005 16:46:00 GMT (envelope-from skv) Message-Id: <200509301646.j8UGk0Ng060990@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 30 Sep 2005 16:46:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 16:46:01 -0000 skv 2005-09-30 16:46:00 UTC FreeBSD ports repository Modified files: . modules Log: p5-Data-Lazy --> ports/devel/p5-Data-Lazy Revision Changes Path 1.13256 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Sep 30 16:51:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAAAA16A41F; Fri, 30 Sep 2005 16:51:55 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A82F643D48; Fri, 30 Sep 2005 16:51:55 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UGptai068324; Fri, 30 Sep 2005 16:51:55 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UGptdv068323; Fri, 30 Sep 2005 16:51:55 GMT (envelope-from hrs) Message-Id: <200509301651.j8UGptdv068323@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 30 Sep 2005 16:51:55 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/share/sgml transtable-common.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 16:51:56 -0000 hrs 2005-09-30 16:51:55 UTC FreeBSD doc repository Modified files: share/sgml transtable-common.xsl Log: Merge changes from doc/share/sgml/transtable-common.xsl rev 1.3: | |Optimize the word search algorithm. Comparison using product |set is a better solution to evaluate whether a node is included |in a partial node-set or not. | Revision Changes Path 1.4 +20 -20 www/share/sgml/transtable-common.xsl From owner-cvs-all@FreeBSD.ORG Fri Sep 30 16:56:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89F6416A41F; Fri, 30 Sep 2005 16:56:12 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from av9-2-sn3.vrr.skanova.net (av9-2-sn3.vrr.skanova.net [81.228.9.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22D7743D48; Fri, 30 Sep 2005 16:56:12 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: by av9-2-sn3.vrr.skanova.net (Postfix, from userid 502) id DE7EA381C3; Fri, 30 Sep 2005 18:56:10 +0200 (CEST) Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by av9-2-sn3.vrr.skanova.net (Postfix) with ESMTP id C800D37EC8; Fri, 30 Sep 2005 18:56:10 +0200 (CEST) Received: from t8o55p31.telia.com (t8o55p31.telia.com [81.225.220.151]) by smtp3-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 97C0937E44; Fri, 30 Sep 2005 18:56:09 +0200 (CEST) From: Joel Dahl To: Ruslan Ermilov In-Reply-To: <200509301536.j8UFa9tQ057215@repoman.freebsd.org> References: <200509301536.j8UFa9tQ057215@repoman.freebsd.org> Content-Type: text/plain Date: Fri, 30 Sep 2005 18:56:13 +0200 Message-Id: <1128099373.17421.5.camel@dude.automatvapen.se> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/donations donors.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 16:56:12 -0000 On Fri, 2005-09-30 at 15:36 +0000, Ruslan Ermilov wrote: > ru 2005-09-30 15:36:09 UTC > > FreeBSD doc repository > > Modified files: > en/donations donors.sgml > Log: > YADFD. > | @@ -1377,7 +1377,8 @@ > | Hardware for laptop: > | Pentium III Mobile 600MHz CPU, > | 2 128MB PC100 SODIMM RAM, > |- new battery > |+ new battery, > |+ Netgear WG511T CardBus adapter > |

> | AMD64 desktop: > | ASUS SK8N motherboard, The extra broke the build. I've fixed it now. -- Joel - joel at FreeBSD dot org From owner-cvs-all@FreeBSD.ORG Fri Sep 30 16:57:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A93F816A41F; Fri, 30 Sep 2005 16:57:47 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0881043D58; Fri, 30 Sep 2005 16:57:47 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UGvkef068529; Fri, 30 Sep 2005 16:57:46 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UGvk9T068528; Fri, 30 Sep 2005 16:57:46 GMT (envelope-from skv) Message-Id: <200509301657.j8UGvk9T068528@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 30 Sep 2005 16:57:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/p5-Tangram Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 16:57:47 -0000 skv 2005-09-30 16:57:46 UTC FreeBSD ports repository Modified files: databases/p5-Tangram Makefile distinfo pkg-plist Log: Update to 2.08 Revision Changes Path 1.6 +14 -9 ports/databases/p5-Tangram/Makefile 1.4 +2 -2 ports/databases/p5-Tangram/distinfo 1.4 +18 -1 ports/databases/p5-Tangram/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 30 16:58:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D50016A420; Fri, 30 Sep 2005 16:58:12 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB2B043D49; Fri, 30 Sep 2005 16:58:11 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UGwBOe068579; Fri, 30 Sep 2005 16:58:11 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UGwBTq068578; Fri, 30 Sep 2005 16:58:11 GMT (envelope-from linimon) Message-Id: <200509301658.j8UGwBTq068578@repoman.freebsd.org> From: Mark Linimon Date: Fri, 30 Sep 2005 16:58:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.sites.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 16:58:12 -0000 linimon 2005-09-30 16:58:11 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: More cleanup of the SUSE sites, including some obvious typos. Source: distfile survey Revision Changes Path 1.320 +4 -6 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Fri Sep 30 17:02:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6342916A41F; Fri, 30 Sep 2005 17:02:42 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9696643D5A; Fri, 30 Sep 2005 17:02:41 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UH2fZ4068844; Fri, 30 Sep 2005 17:02:41 GMT (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UH2fxc068843; Fri, 30 Sep 2005 17:02:41 GMT (envelope-from jeh) Message-Id: <200509301702.j8UH2fxc068843@repoman.freebsd.org> From: "James E. Housley" Date: Fri, 30 Sep 2005 17:02:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 17:02:42 -0000 jeh 2005-09-30 17:02:41 UTC FreeBSD ports repository Modified files: security/uvscan-dat Makefile distinfo Log: Update to DAT 4594 Revision Changes Path 1.422 +1 -1 ports/security/uvscan-dat/Makefile 1.417 +2 -2 ports/security/uvscan-dat/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 30 17:07:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20E7016A41F; Fri, 30 Sep 2005 17:07:10 +0000 (GMT) (envelope-from jesusr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3D1143D53; Fri, 30 Sep 2005 17:07:09 +0000 (GMT) (envelope-from jesusr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UH797G069053; Fri, 30 Sep 2005 17:07:09 GMT (envelope-from jesusr@repoman.freebsd.org) Received: (from jesusr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UH79KD069052; Fri, 30 Sep 2005 17:07:09 GMT (envelope-from jesusr) Message-Id: <200509301707.j8UH79KD069052@repoman.freebsd.org> From: Jesus Rodriguez Cuesta Date: Fri, 30 Sep 2005 17:07:09 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/es includes.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 17:07:10 -0000 jesusr 2005-09-30 17:07:09 UTC FreeBSD doc repository Modified files: es includes.xsl Log: - Fix path for u.rel.installation and u.rel.migration Revision Changes Path 1.7 +5 -1 www/es/includes.xsl From owner-cvs-all@FreeBSD.ORG Fri Sep 30 17:16:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8F7616A41F; Fri, 30 Sep 2005 17:16:23 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABDFA43D70; Fri, 30 Sep 2005 17:16:19 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UHGISp069705; Fri, 30 Sep 2005 17:16:19 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UHGIuY069698; Fri, 30 Sep 2005 17:16:18 GMT (envelope-from garga) Message-Id: <200509301716.j8UHGIuY069698@repoman.freebsd.org> From: Renato Botelho Date: Fri, 30 Sep 2005 17:16:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/referrercop Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 17:16:24 -0000 garga 2005-09-30 17:16:17 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/referrercop Makefile distinfo pkg-descr pkg-plist Log: Add referrercop 1.0.2, filters referrer spam from Apache logs and AWStats data files. PR: ports/82501 Submitted by: Ryan Grove Revision Changes Path 1.863 +1 -0 ports/textproc/Makefile 1.1 +45 -0 ports/textproc/referrercop/Makefile (new) 1.1 +2 -0 ports/textproc/referrercop/distinfo (new) 1.1 +6 -0 ports/textproc/referrercop/pkg-descr (new) 1.1 +4 -0 ports/textproc/referrercop/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Sep 30 17:16:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5F8416A41F; Fri, 30 Sep 2005 17:16:37 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F41643D5D; Fri, 30 Sep 2005 17:16:36 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UHGaq4069761; Fri, 30 Sep 2005 17:16:36 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UHGaFC069760; Fri, 30 Sep 2005 17:16:36 GMT (envelope-from garga) Message-Id: <200509301716.j8UHGaFC069760@repoman.freebsd.org> From: Renato Botelho Date: Fri, 30 Sep 2005 17:16:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 17:16:38 -0000 garga 2005-09-30 17:16:36 UTC FreeBSD ports repository Modified files: . modules Log: referrercop --> ports/textproc/referrercop Revision Changes Path 1.13257 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Sep 30 17:20:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89DC516A41F; Fri, 30 Sep 2005 17:20:03 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4593843D86; Fri, 30 Sep 2005 17:19:55 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UHJrHO069945; Fri, 30 Sep 2005 17:19:53 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UHJrDc069944; Fri, 30 Sep 2005 17:19:53 GMT (envelope-from garga) Message-Id: <200509301719.j8UHJrDc069944@repoman.freebsd.org> From: Renato Botelho Date: Fri, 30 Sep 2005 17:19:53 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 17:20:03 -0000 garga 2005-09-30 17:19:53 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: - Add Ryan Grove for ports/textproc/referrercop - Fix alphabetical order Revision Changes Path 1.457 +7 -2 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Fri Sep 30 17:31:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B316616A41F; Fri, 30 Sep 2005 17:31:43 +0000 (GMT) (envelope-from garys@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FD7B43D7C; Fri, 30 Sep 2005 17:31:39 +0000 (GMT) (envelope-from garys@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UHVdgx070832; Fri, 30 Sep 2005 17:31:39 GMT (envelope-from garys@repoman.freebsd.org) Received: (from garys@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UHVd7a070831; Fri, 30 Sep 2005 17:31:39 GMT (envelope-from garys) Message-Id: <200509301731.j8UHVd7a070831@repoman.freebsd.org> From: "Gary W. Swearingen" Date: Fri, 30 Sep 2005 17:31:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/mt mt.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 17:31:43 -0000 garys 2005-09-30 17:31:39 UTC FreeBSD src repository (doc committer) Modified files: usr.bin/mt mt.1 Log: A minor overhaul: added comments, split cmds in 2, changed synopsis. Split commands into two groups: one with optional count and one with required argument. Changed synopsis line accordingly. Added some hopefully-helpful comments based on experiments, knowing that not all hardware works the same. PR: docs/84101 Approved by: keramida MFC after: 3 days Revision Changes Path 1.43 +133 -105 src/usr.bin/mt/mt.1 From owner-cvs-all@FreeBSD.ORG Fri Sep 30 17:32:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4401B16A420; Fri, 30 Sep 2005 17:32:14 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEF8043D73; Fri, 30 Sep 2005 17:32:08 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UHW8AK070875; Fri, 30 Sep 2005 17:32:08 GMT (envelope-from tegge@repoman.freebsd.org) Received: (from tegge@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UHW8Tu070874; Fri, 30 Sep 2005 17:32:08 GMT (envelope-from tegge) Message-Id: <200509301732.j8UHW8Tu070874@repoman.freebsd.org> From: Tor Egge Date: Fri, 30 Sep 2005 17:32:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom geom_disk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 17:32:14 -0000 tegge 2005-09-30 17:32:08 UTC FreeBSD src repository Modified files: sys/geom geom_disk.c Log: Move some devstat collection to below where large IO operations are chopped up. This make iostat report operations passed down to the device driver instead of operations passed down to GEOM disk. The transfer size limit imposed by the device driver is no longer hidden, improving the correlation between iostat output and device driver workload. Revision Changes Path 1.97 +3 -3 src/sys/geom/geom_disk.c From owner-cvs-all@FreeBSD.ORG Fri Sep 30 17:34:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 462DE16A41F; Fri, 30 Sep 2005 17:34:32 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAACE43D49; Fri, 30 Sep 2005 17:34:31 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UHYV2E070989; Fri, 30 Sep 2005 17:34:31 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UHYVcw070988; Fri, 30 Sep 2005 17:34:31 GMT (envelope-from pav) Message-Id: <200509301734.j8UHYVcw070988@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 30 Sep 2005 17:34:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/linuxfdisk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 17:34:32 -0000 pav 2005-09-30 17:34:31 UTC FreeBSD ports repository Modified files: sysutils/linuxfdisk Makefile Log: - Allow on amd64 PR: ports/84323 Submitted by: Adam Gregoire Revision Changes Path 1.4 +1 -1 ports/sysutils/linuxfdisk/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 30 17:35:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C151716A41F; Fri, 30 Sep 2005 17:35:39 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FE5043D48; Fri, 30 Sep 2005 17:35:39 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UHZdtu071219; Fri, 30 Sep 2005 17:35:39 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UHZdBU071218; Fri, 30 Sep 2005 17:35:39 GMT (envelope-from skv) Message-Id: <200509301735.j8UHZdBU071218@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 30 Sep 2005 17:35:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/p5-Net-Pcap Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 17:35:40 -0000 skv 2005-09-30 17:35:39 UTC FreeBSD ports repository Modified files: net/p5-Net-Pcap Makefile Log: * unbreak build * require perl5.6 or later (XS is written in new style) Pointed by: pointyhat (kris) Revision Changes Path 1.7 +8 -1 ports/net/p5-Net-Pcap/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 30 17:43:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2D3616A41F; Fri, 30 Sep 2005 17:43:23 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A196643D49; Fri, 30 Sep 2005 17:43:23 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UHhNkS071940; Fri, 30 Sep 2005 17:43:23 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UHhNKr071939; Fri, 30 Sep 2005 17:43:23 GMT (envelope-from skv) Message-Id: <200509301743.j8UHhNKr071939@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 30 Sep 2005 17:43:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/p5-Net-Pcap Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 17:43:24 -0000 skv 2005-09-30 17:43:23 UTC FreeBSD ports repository Modified files: net/p5-Net-Pcap Makefile Log: fix typo Revision Changes Path 1.8 +1 -1 ports/net/p5-Net-Pcap/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 30 17:47:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFBC416A41F; Fri, 30 Sep 2005 17:47:47 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB60F43D4C; Fri, 30 Sep 2005 17:47:47 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UHllPI072265; Fri, 30 Sep 2005 17:47:47 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UHllSq072264; Fri, 30 Sep 2005 17:47:47 GMT (envelope-from skv) Message-Id: <200509301747.j8UHllSq072264@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 30 Sep 2005 17:47:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/p5-Net-PcapUtils Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 17:47:48 -0000 skv 2005-09-30 17:47:47 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-Net-PcapUtils Makefile distinfo pkg-descr pkg-plist Log: Add p5-Net-PcapUtils 0.01, utility routines for Net::Pcap module. Revision Changes Path 1.1545 +1 -0 ports/net/Makefile 1.1 +25 -0 ports/net/p5-Net-PcapUtils/Makefile (new) 1.1 +2 -0 ports/net/p5-Net-PcapUtils/distinfo (new) 1.1 +6 -0 ports/net/p5-Net-PcapUtils/pkg-descr (new) 1.1 +5 -0 ports/net/p5-Net-PcapUtils/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Sep 30 17:48:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4C9816A41F; Fri, 30 Sep 2005 17:48:00 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4C8143D48; Fri, 30 Sep 2005 17:48:00 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UHm0xB072314; Fri, 30 Sep 2005 17:48:00 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UHm0Sb072313; Fri, 30 Sep 2005 17:48:00 GMT (envelope-from skv) Message-Id: <200509301748.j8UHm0Sb072313@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 30 Sep 2005 17:48:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 17:48:01 -0000 skv 2005-09-30 17:48:00 UTC FreeBSD ports repository Modified files: . modules Log: p5-Net-PcapUtils --> ports/net/p5-Net-PcapUtils Revision Changes Path 1.13258 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Sep 30 17:48:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3800316A41F; Fri, 30 Sep 2005 17:48:58 +0000 (GMT) (envelope-from fenner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0D8F43D4C; Fri, 30 Sep 2005 17:48:57 +0000 (GMT) (envelope-from fenner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UHmv26072449; Fri, 30 Sep 2005 17:48:57 GMT (envelope-from fenner@repoman.freebsd.org) Received: (from fenner@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UHmvth072448; Fri, 30 Sep 2005 17:48:57 GMT (envelope-from fenner) Message-Id: <200509301748.j8UHmvth072448@repoman.freebsd.org> From: Bill Fenner Date: Fri, 30 Sep 2005 17:48:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/blas Makefile ports/math/eispack Makefile ports/math/linpack Makefile ports/graphics/povray Makefile ports/graphics/povray31 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 17:48:58 -0000 fenner 2005-09-30 17:48:57 UTC FreeBSD ports repository Modified files: math/blas Makefile math/eispack Makefile math/linpack Makefile graphics/povray Makefile graphics/povray31 Makefile Log: www.hensa.ac.uk has been replaced by the UK Mirror Service on 1 August 1999. Move MASTER_SITES that have been dead for 6 years from www.hensa.ac.uk to the UK Mirror Service, ftp.mirrorservice.org. Approved By: portmgr (linimon) Revision Changes Path 1.45 +1 -1 ports/graphics/povray/Makefile 1.15 +1 -1 ports/graphics/povray31/Makefile 1.32 +1 -1 ports/math/blas/Makefile 1.32 +1 -1 ports/math/eispack/Makefile 1.33 +1 -1 ports/math/linpack/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 30 17:53:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A20816A41F; Fri, 30 Sep 2005 17:53:59 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E29D43D49; Fri, 30 Sep 2005 17:53:58 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UHrwgC072744; Fri, 30 Sep 2005 17:53:58 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UHrwNW072743; Fri, 30 Sep 2005 17:53:58 GMT (envelope-from kris) Message-Id: <200509301753.j8UHrwNW072743@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 30 Sep 2005 17:53:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang Makefile ports/lang/pyperl Makefile distinfo pkg-descr pkg-plist ports/lang/pyperl/files patch-dlhack.c patch-setup.py patch-svrv_object.c patch-try_perlapi.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 17:53:59 -0000 kris 2005-09-30 17:53:58 UTC FreeBSD ports repository Modified files: lang Makefile Removed files: lang/pyperl Makefile distinfo pkg-descr pkg-plist lang/pyperl/files patch-dlhack.c patch-setup.py patch-svrv_object.c patch-try_perlapi.pl Log: Remove this port which was committed without a maintainer, and subsequent emails to the committer about this were ignored. If someone else wants to maintain it, it can be added back. Pointy hat to: sobomax Revision Changes Path 1.458 +0 -1 ports/lang/Makefile 1.5 +0 -44 ports/lang/pyperl/Makefile (dead) 1.2 +0 -2 ports/lang/pyperl/distinfo (dead) 1.2 +0 -30 ports/lang/pyperl/files/patch-dlhack.c (dead) 1.2 +0 -14 ports/lang/pyperl/files/patch-setup.py (dead) 1.2 +0 -15 ports/lang/pyperl/files/patch-svrv_object.c (dead) 1.2 +0 -15 ports/lang/pyperl/files/patch-try_perlapi.pl (dead) 1.2 +0 -7 ports/lang/pyperl/pkg-descr (dead) 1.2 +0 -23 ports/lang/pyperl/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Fri Sep 30 17:55:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A27C916A41F; Fri, 30 Sep 2005 17:55:19 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 443D643D58; Fri, 30 Sep 2005 17:55:19 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UHtJmG072822; Fri, 30 Sep 2005 17:55:19 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UHtJFL072821; Fri, 30 Sep 2005 17:55:19 GMT (envelope-from kris) Message-Id: <200509301755.j8UHtJFL072821@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 30 Sep 2005 17:55:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports MOVED X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 17:55:19 -0000 kris 2005-09-30 17:55:19 UTC FreeBSD ports repository Modified files: . MOVED Log: Note removal of pyperl Revision Changes Path 1.759 +2 -1 ports/MOVED From owner-cvs-all@FreeBSD.ORG Fri Sep 30 17:55:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 615AA16A41F; Fri, 30 Sep 2005 17:55:42 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8F9543D5D; Fri, 30 Sep 2005 17:55:41 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UHtfmp072897; Fri, 30 Sep 2005 17:55:41 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UHtf13072896; Fri, 30 Sep 2005 17:55:41 GMT (envelope-from kris) Message-Id: <200509301755.j8UHtf13072896@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 30 Sep 2005 17:55:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 17:55:42 -0000 kris 2005-09-30 17:55:41 UTC FreeBSD ports repository Modified files: . modules Log: Remove pyperl Revision Changes Path 1.13259 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Sep 30 18:01:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F11C16A420; Fri, 30 Sep 2005 18:01:34 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED08B43D49; Fri, 30 Sep 2005 18:01:33 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UI1Xoc073217; Fri, 30 Sep 2005 18:01:33 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UI1XiV073216; Fri, 30 Sep 2005 18:01:33 GMT (envelope-from garga) Message-Id: <200509301801.j8UI1XiV073216@repoman.freebsd.org> From: Renato Botelho Date: Fri, 30 Sep 2005 18:01:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics Makefile ports/graphics/py-gdchart2 Makefile distinfo pkg-descr pkg-plist ports/graphics/py-gdchart2/files patch-setup.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 18:01:34 -0000 garga 2005-09-30 18:01:33 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/py-gdchart2 Makefile distinfo pkg-descr pkg-plist graphics/py-gdchart2/files patch-setup.py Log: Add py-gdchart2 , python interface to GDChart2. PR: ports/82821 Submitted by: Choe, Cheng-Dae Revision Changes Path 1.854 +1 -0 ports/graphics/Makefile 1.1 +29 -0 ports/graphics/py-gdchart2/Makefile (new) 1.1 +2 -0 ports/graphics/py-gdchart2/distinfo (new) 1.1 +15 -0 ports/graphics/py-gdchart2/files/patch-setup.py (new) 1.1 +5 -0 ports/graphics/py-gdchart2/pkg-descr (new) 1.1 +5 -0 ports/graphics/py-gdchart2/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Sep 30 18:01:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2321A16A41F; Fri, 30 Sep 2005 18:01:51 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6F3843D49; Fri, 30 Sep 2005 18:01:50 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UI1oUF073274; Fri, 30 Sep 2005 18:01:50 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UI1odU073273; Fri, 30 Sep 2005 18:01:50 GMT (envelope-from garga) Message-Id: <200509301801.j8UI1odU073273@repoman.freebsd.org> From: Renato Botelho Date: Fri, 30 Sep 2005 18:01:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 18:01:51 -0000 garga 2005-09-30 18:01:50 UTC FreeBSD ports repository Modified files: . modules Log: py-gdchart2 --> ports/graphics/py-gdchart2 Revision Changes Path 1.13260 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Sep 30 18:02:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36CFB16A41F; Fri, 30 Sep 2005 18:02:21 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA86A43D48; Fri, 30 Sep 2005 18:02:20 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UI2KmF073316; Fri, 30 Sep 2005 18:02:20 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UI2KIq073315; Fri, 30 Sep 2005 18:02:20 GMT (envelope-from garga) Message-Id: <200509301802.j8UI2KIq073315@repoman.freebsd.org> From: Renato Botelho Date: Fri, 30 Sep 2005 18:02:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/py-gdchart Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 18:02:21 -0000 garga 2005-09-30 18:02:20 UTC FreeBSD ports repository Modified files: graphics/py-gdchart Makefile Log: - Add py-gdchart2 to CONFLICTS Revision Changes Path 1.14 +2 -0 ports/graphics/py-gdchart/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 30 18:03:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE18216A41F; Fri, 30 Sep 2005 18:03:50 +0000 (GMT) (envelope-from garys@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88E6143D49; Fri, 30 Sep 2005 18:03:50 +0000 (GMT) (envelope-from garys@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UI3oVK073368; Fri, 30 Sep 2005 18:03:50 GMT (envelope-from garys@repoman.freebsd.org) Received: (from garys@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UI3oYE073367; Fri, 30 Sep 2005 18:03:50 GMT (envelope-from garys) Message-Id: <200509301803.j8UI3oYE073367@repoman.freebsd.org> From: "Gary W. Swearingen" Date: Fri, 30 Sep 2005 18:03:50 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 18:03:51 -0000 garys 2005-09-30 18:03:50 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml Log: Fixed error in null-modem pin-out diagram. Also added two diagrams with DB-9 connectors and reworked some explanations. PR: docs/85355 Submitted by: Julien Gabel Approved by: keramida Revision Changes Path 1.101 +280 -58 doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Sep 30 18:07:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C9FF16A41F; Fri, 30 Sep 2005 18:07:42 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 099C543D48; Fri, 30 Sep 2005 18:07:42 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UI7fca073628; Fri, 30 Sep 2005 18:07:41 GMT (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UI7f4u073627; Fri, 30 Sep 2005 18:07:41 GMT (envelope-from truckman) Message-Id: <200509301807.j8UI7f4u073627@repoman.freebsd.org> From: Don Lewis Date: Fri, 30 Sep 2005 18:07:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_bio.c src/sys/sys buf.h src/sys/ufs/ffs ffs_snapshot.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 18:07:42 -0000 truckman 2005-09-30 18:07:41 UTC FreeBSD src repository Modified files: sys/kern vfs_bio.c sys/sys buf.h sys/ufs/ffs ffs_snapshot.c Log: Un-staticize waitrunningbufspace() and call it before returning from ffs_copyonwrite() if any async writes were launched. Restore the threads previous TDP_NORUNNINGBUF state before returning from ffs_copyonwrite(). Revision Changes Path 1.496 +1 -1 src/sys/kern/vfs_bio.c 1.191 +1 -0 src/sys/sys/buf.h 1.105 +13 -1 src/sys/ufs/ffs/ffs_snapshot.c From owner-cvs-all@FreeBSD.ORG Fri Sep 30 18:12:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6280A16A41F; Fri, 30 Sep 2005 18:12:59 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2277C43D49; Fri, 30 Sep 2005 18:12:59 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UICx1F073846; Fri, 30 Sep 2005 18:12:59 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UICxic073845; Fri, 30 Sep 2005 18:12:59 GMT (envelope-from hrs) Message-Id: <200509301812.j8UICxic073845@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 30 Sep 2005 18:12:58 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/share/sgml includes.misc.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 18:12:59 -0000 hrs 2005-09-30 18:12:58 UTC FreeBSD doc repository Modified files: share/sgml includes.misc.xsl Log: In html-usergroups-list-regions template: - optimize the translated entry search algorithm. - fix handling to output the child elements properly. Revision Changes Path 1.24 +55 -22 www/share/sgml/includes.misc.xsl From owner-cvs-all@FreeBSD.ORG Fri Sep 30 18:21:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9500016A41F; Fri, 30 Sep 2005 18:21:05 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4716B43D4C; Fri, 30 Sep 2005 18:21:05 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UIL5HL074275; Fri, 30 Sep 2005 18:21:05 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UIL5qR074274; Fri, 30 Sep 2005 18:21:05 GMT (envelope-from phk) Message-Id: <200509301821.j8UIL5qR074274@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 30 Sep 2005 18:21:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/nwfs nwfs_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 18:21:05 -0000 phk 2005-09-30 18:21:05 UTC FreeBSD src repository Modified files: sys/fs/nwfs nwfs_vfsops.c Log: The NWFS code in RELENG_6 is broken due to a typo in sys/fs/nwfs/nwfs_vfsop= s.c, introduced with the conversion to nmount with revision 1.38. This causes mount_nwfs to fail with the error message: mount_nwfs: mount error: /mnt/netware: syserr = No such file or directo= ry This is caused by a typo on line 178, which specifies "nwfw_args" rather than "nwfs_args". Submitted by: Antony Mawer Fat fingers: phk PR: 86757 MFC: 3 days Revision Changes Path 1.41 +1 -1 src/sys/fs/nwfs/nwfs_vfsops.c From owner-cvs-all@FreeBSD.ORG Fri Sep 30 18:21:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D66616A41F; Fri, 30 Sep 2005 18:21:20 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09EAF43D48; Fri, 30 Sep 2005 18:21:19 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id j8UILAuj011123; Fri, 30 Sep 2005 11:21:14 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200509301821.j8UILAuj011123@gw.catspoiler.org> Date: Fri, 30 Sep 2005 11:21:10 -0700 (PDT) From: Don Lewis To: src-committers@FreeBSD.org In-Reply-To: <200509301807.j8UI7f4u073627@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_bio.c src/sys/sys buf.h src/sys/ufs/ffs ffs_snapshot.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 18:21:20 -0000 On 30 Sep, To: src-committers@FreeBSD.org wrote: > truckman 2005-09-30 18:07:41 UTC > > FreeBSD src repository > > Modified files: > sys/kern vfs_bio.c > sys/sys buf.h > sys/ufs/ffs ffs_snapshot.c > Log: > Un-staticize waitrunningbufspace() and call it before returning from > ffs_copyonwrite() if any async writes were launched. > > Restore the threads previous TDP_NORUNNINGBUF state before returning > from ffs_copyonwrite(). > > Revision Changes Path > 1.496 +1 -1 src/sys/kern/vfs_bio.c > 1.191 +1 -0 src/sys/sys/buf.h > 1.105 +13 -1 src/sys/ufs/ffs/ffs_snapshot.c I forgot to mention that I will MFC this with my previous snapshot patch. From owner-cvs-all@FreeBSD.ORG Fri Sep 30 18:34:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0DC216A41F; Fri, 30 Sep 2005 18:34:21 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91B8743D48; Fri, 30 Sep 2005 18:34:21 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UIYLkE074943; Fri, 30 Sep 2005 18:34:21 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UIYLV4074942; Fri, 30 Sep 2005 18:34:21 GMT (envelope-from garga) Message-Id: <200509301834.j8UIYLV4074942@repoman.freebsd.org> From: Renato Botelho Date: Fri, 30 Sep 2005 18:34:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/raincoat Makefile distinfo pkg-descr ports/sysutils/raincoat/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 18:34:21 -0000 garga 2005-09-30 18:34:21 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/raincoat Makefile distinfo pkg-descr sysutils/raincoat/files patch-Makefile Log: Add raincoat 0.10, BIOS flash utility for the Microsoft Xbox. PR: ports/84655 Submitted by: Ed Schouten Revision Changes Path 1.701 +1 -0 ports/sysutils/Makefile 1.1 +41 -0 ports/sysutils/raincoat/Makefile (new) 1.1 +2 -0 ports/sysutils/raincoat/distinfo (new) 1.1 +15 -0 ports/sysutils/raincoat/files/patch-Makefile (new) 1.1 +3 -0 ports/sysutils/raincoat/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri Sep 30 18:34:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B6D016A41F; Fri, 30 Sep 2005 18:34:37 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E030343D4C; Fri, 30 Sep 2005 18:34:36 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UIYa6e074989; Fri, 30 Sep 2005 18:34:36 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UIYaEq074988; Fri, 30 Sep 2005 18:34:36 GMT (envelope-from garga) Message-Id: <200509301834.j8UIYaEq074988@repoman.freebsd.org> From: Renato Botelho Date: Fri, 30 Sep 2005 18:34:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 18:34:37 -0000 garga 2005-09-30 18:34:36 UTC FreeBSD ports repository Modified files: . modules Log: raincoat --> ports/sysutils/raincoat Revision Changes Path 1.13261 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Sep 30 18:41:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF84F16A41F; Fri, 30 Sep 2005 18:41:48 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F88643D48; Fri, 30 Sep 2005 18:41:48 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UIfmSw075273; Fri, 30 Sep 2005 18:41:48 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UIfmVU075272; Fri, 30 Sep 2005 18:41:48 GMT (envelope-from joel) Message-Id: <200509301841.j8UIfmVU075272@repoman.freebsd.org> From: Joel Dahl Date: Fri, 30 Sep 2005 18:41:48 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 18:41:48 -0000 joel 2005-09-30 18:41:48 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: Update my needs: Remove the minimum requirements for the laptop. Right now just about anything that can build current and the doc/www-tree reasonably fast will be sufficient. Revision Changes Path 1.352 +2 -2 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Fri Sep 30 19:35:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57A3D16A41F; Fri, 30 Sep 2005 19:35:45 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16EFF43D48; Fri, 30 Sep 2005 19:35:45 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UJZiFb077217; Fri, 30 Sep 2005 19:35:44 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UJZiHo077216; Fri, 30 Sep 2005 19:35:44 GMT (envelope-from imp) Message-Id: <200509301935.j8UJZiHo077216@repoman.freebsd.org> From: Warner Losh Date: Fri, 30 Sep 2005 19:35:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii tdkphy.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 19:35:45 -0000 imp 2005-09-30 19:35:44 UTC FreeBSD src repository Modified files: sys/dev/mii tdkphy.c Log: Not sporttings on other cards Revision Changes Path 1.17 +3 -3 src/sys/dev/mii/tdkphy.c From owner-cvs-all@FreeBSD.ORG Fri Sep 30 19:37:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 048B016A41F; Fri, 30 Sep 2005 19:37:30 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB28143D48; Fri, 30 Sep 2005 19:37:29 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UJbT7P077323; Fri, 30 Sep 2005 19:37:29 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UJbTgZ077322; Fri, 30 Sep 2005 19:37:29 GMT (envelope-from garga) Message-Id: <200509301937.j8UJbTgZ077322@repoman.freebsd.org> From: Renato Botelho Date: Fri, 30 Sep 2005 19:37:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/rinetd Makefile ports/net/rinetd/files patch-select2poll X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 19:37:30 -0000 garga 2005-09-30 19:37:29 UTC FreeBSD ports repository Modified files: net/rinetd Makefile Added files: net/rinetd/files patch-select2poll Log: Rodrigo Graeff made a patch to convert select() to poll() and fix the security problem on rinetd. Author told me will use this patch and release a new version, but, when it doesn't happen, i'm adding the patch here, and, bumping PORTREVISION, so, 0.62_1 is not more vulnerable. Security: http://www.FreeBSD.org/ports/portaudit/4c005a5e-2541-4d95-80a0-00c76919aa66.html Revision Changes Path 1.14 +1 -0 ports/net/rinetd/Makefile 1.1 +162 -0 ports/net/rinetd/files/patch-select2poll (new) From owner-cvs-all@FreeBSD.ORG Fri Sep 30 19:39:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E47CF16A41F; Fri, 30 Sep 2005 19:39:27 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86A8843D49; Fri, 30 Sep 2005 19:39:27 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UJdRTs077454; Fri, 30 Sep 2005 19:39:27 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UJdRRj077453; Fri, 30 Sep 2005 19:39:27 GMT (envelope-from imp) Message-Id: <200509301939.j8UJdRRj077453@repoman.freebsd.org> From: Warner Losh Date: Fri, 30 Sep 2005 19:39:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii acphy.c amphy.c brgphy.c ciphy.c dcphy.c exphy.c lxtphy.c nsphy.c pnaphy.c pnphy.c qsphy.c rgephy.c rlphy.c tlphy.c ukphy.c xmphy.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 19:39:28 -0000 imp 2005-09-30 19:39:27 UTC FreeBSD src repository Modified files: sys/dev/mii acphy.c amphy.c brgphy.c ciphy.c dcphy.c exphy.c lxtphy.c nsphy.c pnaphy.c pnphy.c qsphy.c rgephy.c rlphy.c tlphy.c ukphy.c xmphy.c Log: Use ansi function definitions in preference to K&R to reduce diffs with NetBSD (and cause it looks cooler). Revision Changes Path 1.17 +5 -12 src/sys/dev/mii/acphy.c 1.18 +4 -10 src/sys/dev/mii/amphy.c 1.35 +5 -12 src/sys/dev/mii/brgphy.c 1.3 +4 -10 src/sys/dev/mii/ciphy.c 1.29 +6 -14 src/sys/dev/mii/dcphy.c 1.20 +3 -8 src/sys/dev/mii/exphy.c 1.15 +6 -14 src/sys/dev/mii/lxtphy.c 1.24 +4 -10 src/sys/dev/mii/nsphy.c 1.16 +3 -8 src/sys/dev/mii/pnaphy.c 1.19 +4 -10 src/sys/dev/mii/pnphy.c 1.15 +5 -12 src/sys/dev/mii/qsphy.c 1.7 +5 -12 src/sys/dev/mii/rgephy.c 1.22 +4 -10 src/sys/dev/mii/rlphy.c 1.19 +6 -14 src/sys/dev/mii/tlphy.c 1.18 +3 -8 src/sys/dev/mii/ukphy.c 1.18 +5 -12 src/sys/dev/mii/xmphy.c From owner-cvs-all@FreeBSD.ORG Fri Sep 30 19:47:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C750D16A41F; Fri, 30 Sep 2005 19:47:20 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86C7E43D48; Fri, 30 Sep 2005 19:47:20 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UJlKVA077929; Fri, 30 Sep 2005 19:47:20 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UJlKWu077928; Fri, 30 Sep 2005 19:47:20 GMT (envelope-from ale) Message-Id: <200509301947.j8UJlKWu077928@repoman.freebsd.org> From: Alex Dupre Date: Fri, 30 Sep 2005 19:47:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/mpfr pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 19:47:20 -0000 ale 2005-09-30 19:47:20 UTC FreeBSD ports repository Modified files: math/mpfr pkg-descr Log: Correct typo. Submitted by: Vincent Lefevre Revision Changes Path 1.2 +1 -1 ports/math/mpfr/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Sep 30 19:51:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A72016A41F; Fri, 30 Sep 2005 19:51:43 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 189A643D49; Fri, 30 Sep 2005 19:51:43 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UJpgW1078151; Fri, 30 Sep 2005 19:51:42 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UJpg08078150; Fri, 30 Sep 2005 19:51:42 GMT (envelope-from sobomax) Message-Id: <200509301951.j8UJpg08078150@repoman.freebsd.org> From: Maxim Sobolev Date: Fri, 30 Sep 2005 19:51:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/sipp Makefile ports/net/sipp/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 19:51:43 -0000 sobomax 2005-09-30 19:51:42 UTC FreeBSD ports repository Modified files: net/sipp Makefile Added files: net/sipp/files patch-Makefile Log: Respect CC, CXX, CFLAGS and CXXFLAGS. Revision Changes Path 1.7 +2 -0 ports/net/sipp/Makefile 1.3 +50 -0 ports/net/sipp/files/patch-Makefile (new) From owner-cvs-all@FreeBSD.ORG Fri Sep 30 21:55:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B74D16A41F; Fri, 30 Sep 2005 21:55:35 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20BC443D48; Fri, 30 Sep 2005 21:55:35 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8ULtY69089543; Fri, 30 Sep 2005 21:55:34 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8ULtYxk089542; Fri, 30 Sep 2005 21:55:34 GMT (envelope-from mnag) Message-Id: <200509302155.j8ULtYxk089542@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 30 Sep 2005 21:55:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/extract-xiso Makefile distinfo pkg-descr ports/emulators/extract-xiso/files Makefile patch-extract-xiso.c patch-libftp-5.0.1.modified.by.in__FtpStat.c patch-libftp-5.0.1.modified.by.in__Ftpfopen.c patch-libftp-5.0.1.modified.by.in__Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 21:55:35 -0000 mnag 2005-09-30 21:55:34 UTC FreeBSD ports repository Modified files: emulators/extract-xiso Makefile distinfo pkg-descr Added files: emulators/extract-xiso/files Makefile patch-extract-xiso.c patch-libftp-5.0.1.modified.by.in__FtpStat.c patch-libftp-5.0.1.modified.by.in__Ftpfopen.c patch-libftp-5.0.1.modified.by.in__Makefile Log: Update to 2.4b2 PR: 86337 Submitted by: James Kamlyn Approved by: pav (mentor) Revision Changes Path 1.4 +22 -12 ports/emulators/extract-xiso/Makefile 1.3 +2 -2 ports/emulators/extract-xiso/distinfo 1.1 +23 -0 ports/emulators/extract-xiso/files/Makefile (new) 1.1 +23 -0 ports/emulators/extract-xiso/files/patch-extract-xiso.c (new) 1.1 +44 -0 ports/emulators/extract-xiso/files/patch-libftp-5.0.1.modified.by.in__FtpStat.c (new) 1.1 +10 -0 ports/emulators/extract-xiso/files/patch-libftp-5.0.1.modified.by.in__Ftpfopen.c (new) 1.1 +11 -0 ports/emulators/extract-xiso/files/patch-libftp-5.0.1.modified.by.in__Makefile (new) 1.2 +3 -1 ports/emulators/extract-xiso/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Sep 30 23:15:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0909816A41F; Fri, 30 Sep 2005 23:15:51 +0000 (GMT) (envelope-from gordon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA1BF43D49; Fri, 30 Sep 2005 23:15:50 +0000 (GMT) (envelope-from gordon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UNFoul092342; Fri, 30 Sep 2005 23:15:50 GMT (envelope-from gordon@repoman.freebsd.org) Received: (from gordon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UNFoiZ092341; Fri, 30 Sep 2005 23:15:50 GMT (envelope-from gordon) Message-Id: <200509302315.j8UNFoiZ092341@repoman.freebsd.org> From: Gordon Tetlow Date: Fri, 30 Sep 2005 23:15:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/zsync Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 23:15:51 -0000 gordon 2005-09-30 23:15:50 UTC FreeBSD ports repository (src committer) Modified files: net/zsync Makefile distinfo Log: Update zsync to 0.4.1. From the maintainter's webpage (http://zsync.moria.org.uk/): This is just a bugfix release. Someone noticed that zsync would be vulnerable to CAN-2005-2096, due to it's use of zlib code. So the patch for that is now done. This release also includes some HTTP protocol fixes, as there have been some complaints/observations on how zsync failed to correctly implement some details from the standard. Revision Changes Path 1.6 +1 -1 ports/net/zsync/Makefile 1.5 +2 -2 ports/net/zsync/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 30 23:22:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50FDE16A41F; Fri, 30 Sep 2005 23:22:02 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F53843D48; Fri, 30 Sep 2005 23:22:02 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UNM1PT092559; Fri, 30 Sep 2005 23:22:01 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UNM1tv092558; Fri, 30 Sep 2005 23:22:01 GMT (envelope-from ahze) Message-Id: <200509302322.j8UNM1tv092558@repoman.freebsd.org> From: Michael Johnson Date: Fri, 30 Sep 2005 23:22:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/fftw3 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 23:22:02 -0000 ahze 2005-09-30 23:22:01 UTC FreeBSD ports repository Modified files: math/fftw3 Makefile Log: - Fix build of fftw3-long on 5.x, 6.x, 7.x when CPUTYPE is not defined by using math/ldouble. Also, CPUTYPE=[i386|i486|i586|i686] and proabably some others won't work. Reported by: PointyHat Revision Changes Path 1.37 +5 -2 ports/math/fftw3/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 30 23:27:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13B6316A41F; Fri, 30 Sep 2005 23:27:41 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C61B543D4C; Fri, 30 Sep 2005 23:27:40 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UNReD8092736; Fri, 30 Sep 2005 23:27:40 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UNRef6092735; Fri, 30 Sep 2005 23:27:40 GMT (envelope-from edwin) Message-Id: <200509302327.j8UNRef6092735@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 30 Sep 2005 23:27:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/vtiger Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 23:27:41 -0000 edwin 2005-09-30 23:27:40 UTC FreeBSD ports repository Modified files: www/vtiger Makefile distinfo pkg-plist Log: Update to 4.2p2 Release maintainership (talking to acc@anthonychavez.org and ph@maxxcon.net about taking over) Revision Changes Path 1.6 +5 -6 ports/www/vtiger/Makefile 1.3 +4 -4 ports/www/vtiger/distinfo 1.3 +703 -1712 ports/www/vtiger/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 30 23:41:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B51116A41F; Fri, 30 Sep 2005 23:41:11 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDC2F43D48; Fri, 30 Sep 2005 23:41:10 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UNfAS7093252; Fri, 30 Sep 2005 23:41:10 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UNfAqf093251; Fri, 30 Sep 2005 23:41:10 GMT (envelope-from trhodes) Message-Id: <200509302341.j8UNfAqf093251@repoman.freebsd.org> From: Tom Rhodes Date: Fri, 30 Sep 2005 23:41:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/security/mac_seeotheruids mac_seeotheruids.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 23:41:11 -0000 trhodes 2005-09-30 23:41:10 UTC FreeBSD src repository Modified files: sys/security/mac_seeotheruids mac_seeotheruids.c Log: Allow the root user to be aware of other credentials by virtue of privilege. Submitted by: rwatson Revision Changes Path 1.8 +12 -2 src/sys/security/mac_seeotheruids/mac_seeotheruids.c From owner-cvs-all@FreeBSD.ORG Fri Sep 30 23:45:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E1DC16A41F; Fri, 30 Sep 2005 23:45:53 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E089E43D4C; Fri, 30 Sep 2005 23:45:52 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8UNjqq9093471; Fri, 30 Sep 2005 23:45:52 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8UNjqUp093470; Fri, 30 Sep 2005 23:45:52 GMT (envelope-from lioux) Message-Id: <200509302345.j8UNjqUp093470@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 30 Sep 2005 23:45:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/i2p Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 23:45:53 -0000 lioux 2005-09-30 23:45:52 UTC FreeBSD ports repository Modified files: net/i2p Makefile distinfo Log: Update to 0.6.1 Revision Changes Path 1.9 +1 -1 ports/net/i2p/Makefile 1.9 +2 -2 ports/net/i2p/distinfo From owner-cvs-all@FreeBSD.ORG Sat Oct 1 00:05:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18A7516A41F; Sat, 1 Oct 2005 00:05:16 +0000 (GMT) (envelope-from dan@langille.org) Received: from m21.unixathome.org (m21.unixathome.org [205.150.199.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id A883643D48; Sat, 1 Oct 2005 00:05:15 +0000 (GMT) (envelope-from dan@langille.org) Received: from localhost (localhost [205.150.199.217]) by m21.unixathome.org (Postfix) with ESMTP id 8EBA1BFB5; Fri, 30 Sep 2005 20:05:14 -0400 (EDT) Received: from m21.unixathome.org ([205.150.199.217]) by localhost (m21.unixathome.org [205.150.199.217]) (amavisd-new, port 10024) with ESMTP id 13745-08; Fri, 30 Sep 2005 20:05:14 -0400 (EDT) Received: from bast.unixathome.org (bast.unixathome.org [70.26.229.230]) by m21.unixathome.org (Postfix) with ESMTP id 1109EBFB0; Fri, 30 Sep 2005 20:05:13 -0400 (EDT) Received: from wocker (wocker.unixathome.org [10.55.0.99]) by bast.unixathome.org (Postfix) with ESMTP id B071D3D3B; Fri, 30 Sep 2005 20:05:13 -0400 (EDT) From: "Dan Langille" To: Tilman Linneweh , dryice@liu.com.cn Date: Fri, 30 Sep 2005 20:05:13 -0400 MIME-Version: 1.0 Message-ID: <433D9A79.10868.3EEEC9FF@localhost> Priority: normal In-reply-to: <200509252142.j8PLgs6n025123@repoman.freebsd.org> X-mailer: Pegasus Mail for Windows (4.21c) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at unixathome.org Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/cedet-emacs20 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 00:05:16 -0000 On 25 Sep 2005 at 21:42, Tilman Linneweh wrote: > arved 2005-09-25 21:42:54 UTC > > FreeBSD ports repository > > Modified files: > devel/cedet-emacs20 Makefile > Log: > The new version of cedet is using some emacs21 only functions > (e.g, plist-member). > This port is no longer supported on emacs20 from the upstream maintainer > > Mark port for deletion. The date in question is invalid: 2005-11-31 Try either 2005-11-30 or 2005-12-01 -- Dan Langille : http://www.langille.org/ BSDCan - The Technical BSD Conference - http://www.bsdcan.org/ From owner-cvs-all@FreeBSD.ORG Sat Oct 1 01:42:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AFDE16A41F; Sat, 1 Oct 2005 01:42:29 +0000 (GMT) (envelope-from fenner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1AC643D48; Sat, 1 Oct 2005 01:42:28 +0000 (GMT) (envelope-from fenner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j911gS9R004737; Sat, 1 Oct 2005 01:42:28 GMT (envelope-from fenner@repoman.freebsd.org) Received: (from fenner@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j911gSSZ004736; Sat, 1 Oct 2005 01:42:28 GMT (envelope-from fenner) Message-Id: <200510010142.j911gSSZ004736@repoman.freebsd.org> From: Bill Fenner Date: Sat, 1 Oct 2005 01:42:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.sites.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 01:42:29 -0000 fenner 2005-10-01 01:42:28 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: Fix up some chronically bad MASTER_SITE entries. There are lots more bad entries to go. This file is in awful shape. MASTER_SITE_APACHE: change ftp://ftp.forthnet.gr/pub/www/apache/dist/ to ftp://ftp.forthnet.gr/pub/www/apache/ to match the site layout change ftp://ftp.kappa.ro/pub/mirrors/ftp.apache.org/dist/ to ftp://ftp.kappa.ro/pub/mirrors/ftp.apache.org/ to match the site layout removed ftp://apache.mirrors.rossfell.co.uk/mirrors/apache/dist/ since there is no mirrors/apache directory. removed ftp://ftp.plig.net/pub/apache/dist/ since there is no pub/apache directory. change ftp://mirrors.rmplc.co.uk/pub/apache/dist/ to ftp://mirrors.rmplc.co.uk/pub/apache/ to match the site layout MASTER_SITE_GNU: remove http://ftp.lug.udel.edu/pub/gnu/ - connection attempts have been timing out consistently for 3 weeks and it's not listed as a mirror in http://www.gnu.org/order/ftp.html . remove http://gnu.mirror.mcgill.ca/ - connection attempts have been timing out consistently for 3 weeks and it's not listed as a mirror in http://www.gnu.org/order/ftp.html . MASTER_SITE_KDE: remove ftp://ftp.rutgers.edu/pub/kde/ . The /pub/kde directory exists but is empty on ftp.rutgers.edu. remove http://ftp.rutgers.edu/pub/kde/ . ftp.rutgers.edu is not running a web server. Change http://sunsite.tus.ac.jp/pub/archives/linux/X/kde to http://sunsite.tus.ac.jp/pub/archives/linux/kde to match a 301 redirect and the list of KDE mirrors remove http://kde.gnusoft.net/kde/ . While there is some kde stuff there, it is not organized in the same was as other sites so this site would need its own MASTER_SITE_SUBDIR. MASTER_SITE_REDHAT_LINUX: remove ftp://ftp.rutgers.edu/pub/redhat/linux/ . The /pub/redhat directory exists but is empty on ftp.rutgers.edu. remove ftp://ftp.crc.ca/pub/systems/linux/redhat/ftp.redhat.com/linux/ . ftp.crc.ca has removed everything from /pub but /pub/crc. remove ftp://ftp.redhat.de/pub/redhat/linux/ . The distfile survey has not been able to successfully fetch a single file from this site since it started checking at Tue Oct 28 21:04:23 UTC 2003. remove ftp://ftp.inet.it/pub/Linux/redhat/ . There is no Linux subdirectory in /pub. remove ftp://ftp.cs.nott.ac.uk/Mirrors/ftp.redhat.com/pub/redhat/linux/ . It has not been running an FTP server since the distfile survey started checking at Sun Sep 11 08:09:48 UTC 2005. MASTER_SITE_SUSE: Change http://ftp.tpnet.pl/d2/ftp.suse.com to http://ftp.tpnet.pl/vol/d7/ftp.suse.com/i386 based on http://ftp.tpnet.pl/vol/d2/ftp.suse.com/.message Change ftp://ftp.tpnet.pl/d2/ftp.suse.com to ftp://ftp.tpnet.pl/d7/ftp.suse.com/i386 based on ftp://ftp.tpnet.pl/d2/ftp.suse.com/.message MASTER_SITE_XEMACS: remove ftp://ftp.jp.xemacs.org/pub/GNU/xemacs/ . The /pub/GNU/xemacs directory exists but is empty. remove ftp://ftp.tw.xemacs.org/pub/xemacs/ . There is no /pub/xemacs directory. remove ftp://ftp.nz.xemacs.org/mirror/ftp.xemacs.org/ . There is no mirror directory. remove ftp://ftp.za.xemacs.org/mirrorsites/ftp.xemacs.org/ . mirrorsites has no ftp.xemacs.org subdirectory. Found by: distfile survey Revision Changes Path 1.321 +17 -51 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Sat Oct 1 04:37:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2720D16A41F; Sat, 1 Oct 2005 04:37:10 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E493443D48; Sat, 1 Oct 2005 04:37:09 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j914b9ro015678; Sat, 1 Oct 2005 04:37:09 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j914b9RS015677; Sat, 1 Oct 2005 04:37:09 GMT (envelope-from tjr) Message-Id: <200510010437.j914b9RS015677@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 1 Oct 2005 04:37:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: GNU Cc: Subject: cvs commit: src/contrib/cpio - Imported sources X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 04:37:10 -0000 tjr 2005-10-01 04:37:09 UTC FreeBSD src repository src/contrib/cpio - Imported sources Update of /home/ncvs/src/contrib/cpio In directory repoman.freebsd.org:/tmp/cvs-serv15625 Log Message: Import GNU cpio 2.6 (trimmed) Status: Vendor Tag: GNU Release Tags: v2_6 U src/contrib/cpio/README N src/contrib/cpio/ABOUT-NLS N src/contrib/cpio/AUTHORS U src/contrib/cpio/COPYING U src/contrib/cpio/ChangeLog N src/contrib/cpio/INSTALL U src/contrib/cpio/NEWS N src/contrib/cpio/THANKS N src/contrib/cpio/TODO N src/contrib/cpio/doc/cpio.texi N src/contrib/cpio/doc/cpio.1 N src/contrib/cpio/lib/system.h N src/contrib/cpio/lib/localedir.h N src/contrib/cpio/lib/rmt.h N src/contrib/cpio/lib/error.c N src/contrib/cpio/lib/error.h N src/contrib/cpio/lib/getopt.c N src/contrib/cpio/lib/getopt1.c N src/contrib/cpio/lib/mempcpy.c N src/contrib/cpio/lib/strchrnul.c N src/contrib/cpio/lib/strndup.c N src/contrib/cpio/lib/strnlen.c N src/contrib/cpio/lib/rtapelib.c N src/contrib/cpio/lib/argp.h N src/contrib/cpio/lib/argp-ba.c N src/contrib/cpio/lib/argp-eexst.c N src/contrib/cpio/lib/argp-fmtstream.c N src/contrib/cpio/lib/argp-fmtstream.h N src/contrib/cpio/lib/argp-fs-xinl.c N src/contrib/cpio/lib/argp-help.c N src/contrib/cpio/lib/argp-namefrob.h N src/contrib/cpio/lib/argp-parse.c N src/contrib/cpio/lib/argp-pv.c N src/contrib/cpio/lib/argp-pvh.c N src/contrib/cpio/lib/argp-xinl.c N src/contrib/cpio/lib/dirname.h N src/contrib/cpio/lib/dirname.c N src/contrib/cpio/lib/basename.c N src/contrib/cpio/lib/stripslash.c N src/contrib/cpio/lib/exit.h N src/contrib/cpio/lib/exitfail.h N src/contrib/cpio/lib/exitfail.c N src/contrib/cpio/lib/full-write.h N src/contrib/cpio/lib/full-write.c N src/contrib/cpio/lib/gettext.h N src/contrib/cpio/lib/mempcpy.h N src/contrib/cpio/lib/safe-read.h N src/contrib/cpio/lib/safe-read.c N src/contrib/cpio/lib/safe-write.h N src/contrib/cpio/lib/safe-write.c N src/contrib/cpio/lib/savedir.h N src/contrib/cpio/lib/savedir.c N src/contrib/cpio/lib/strcase.h N src/contrib/cpio/lib/strchrnul.h N src/contrib/cpio/lib/strndup.h N src/contrib/cpio/lib/unlocked-io.h N src/contrib/cpio/lib/xalloc.h N src/contrib/cpio/lib/xmalloc.c N src/contrib/cpio/lib/xalloc-die.c N src/contrib/cpio/lib/alloca_.h N src/contrib/cpio/lib/getopt_.h N src/contrib/cpio/lib/getopt_int.h N src/contrib/cpio/src/cpio.h N src/contrib/cpio/src/cpiohdr.h N src/contrib/cpio/src/tar.h N src/contrib/cpio/src/tarhdr.h N src/contrib/cpio/src/defer.h N src/contrib/cpio/src/dstring.h N src/contrib/cpio/src/extern.h N src/contrib/cpio/src/filetypes.h N src/contrib/cpio/src/safe-stat.h N src/contrib/cpio/src/copyin.c N src/contrib/cpio/src/copyout.c N src/contrib/cpio/src/copypass.c N src/contrib/cpio/src/defer.c N src/contrib/cpio/src/dstring.c N src/contrib/cpio/src/global.c N src/contrib/cpio/src/main.c N src/contrib/cpio/src/tar.c N src/contrib/cpio/src/util.c N src/contrib/cpio/src/filemode.c N src/contrib/cpio/src/idcache.c N src/contrib/cpio/src/makepath.c N src/contrib/cpio/src/userspec.c No conflicts created by this import From owner-cvs-all@FreeBSD.ORG Sat Oct 1 04:45:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3499716A41F; Sat, 1 Oct 2005 04:45:37 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4BFF43D49; Sat, 1 Oct 2005 04:45:36 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j914japs016077; Sat, 1 Oct 2005 04:45:36 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j914jaSW016076; Sat, 1 Oct 2005 04:45:36 GMT (envelope-from edwin) Message-Id: <200510010445.j914jaSW016076@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 1 Oct 2005 04:45:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/nos-ttb Makefile distinfo pkg-plist ports/net/nos-ttb/files patch-src__ttb X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 04:45:37 -0000 edwin 2005-10-01 04:45:36 UTC FreeBSD ports repository Modified files: net/nos-ttb Makefile distinfo Added files: net/nos-ttb pkg-plist net/nos-ttb/files patch-src__ttb Log: Update to 0.9.2 Revision Changes Path 1.2 +6 -11 ports/net/nos-ttb/Makefile 1.2 +2 -2 ports/net/nos-ttb/distinfo 1.1 +11 -0 ports/net/nos-ttb/files/patch-src__ttb (new) 1.1 +4 -0 ports/net/nos-ttb/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Oct 1 04:47:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2AA916A41F; Sat, 1 Oct 2005 04:47:44 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99EF743D49; Sat, 1 Oct 2005 04:47:44 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j914lili023380; Sat, 1 Oct 2005 04:47:44 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j914liFm023379; Sat, 1 Oct 2005 04:47:44 GMT (envelope-from tjr) Message-Id: <200510010447.j914liFm023379@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 1 Oct 2005 04:47:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/cpio COPYING.LIB alloca.c copyin.c copyout.c copypass.c cpio.1 cpio.h cpio.texi cpiohdr.h defer.c defer.h dirname.c dstring.c dstring.h error.c extern.h filemode.c filetypes.h global.c idcache.c main.c makepath.c rmt.h rtapelib.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 04:47:45 -0000 tjr 2005-10-01 04:47:44 UTC FreeBSD src repository Removed files: contrib/cpio COPYING.LIB alloca.c copyin.c copyout.c copypass.c cpio.1 cpio.h cpio.texi cpiohdr.h defer.c defer.h dirname.c dstring.c dstring.h error.c extern.h filemode.c filetypes.h global.c idcache.c main.c makepath.c rmt.h rtapelib.c safe-stat.h stripslash.c system.h tar.c tar.h tarhdr.h userspec.c util.c version.c xmalloc.c xstrdup.c Log: Remove files no longer present in GNU cpio distribution. Most of these were actually moved into subdirectories. Revision Changes Path 1.2 +0 -481 src/contrib/cpio/COPYING.LIB (dead) 1.2 +0 -495 src/contrib/cpio/alloca.c (dead) 1.8 +0 -1399 src/contrib/cpio/copyin.c (dead) 1.3 +0 -945 src/contrib/cpio/copyout.c (dead) 1.4 +0 -475 src/contrib/cpio/copypass.c (dead) 1.4 +0 -328 src/contrib/cpio/cpio.1 (dead) 1.2 +0 -69 src/contrib/cpio/cpio.h (dead) 1.2 +0 -558 src/contrib/cpio/cpio.texi (dead) 1.2 +0 -90 src/contrib/cpio/cpiohdr.h (dead) 1.2 +0 -43 src/contrib/cpio/defer.c (dead) 1.2 +0 -8 src/contrib/cpio/defer.h (dead) 1.2 +0 -70 src/contrib/cpio/dirname.c (dead) 1.2 +0 -114 src/contrib/cpio/dstring.c (dead) 1.2 +0 -49 src/contrib/cpio/dstring.h (dead) 1.2 +0 -130 src/contrib/cpio/error.c (dead) 1.3 +0 -199 src/contrib/cpio/extern.h (dead) 1.2 +0 -255 src/contrib/cpio/filemode.c (dead) 1.2 +0 -84 src/contrib/cpio/filetypes.h (dead) 1.2 +0 -197 src/contrib/cpio/global.c (dead) 1.2 +0 -210 src/contrib/cpio/idcache.c (dead) 1.4 +0 -533 src/contrib/cpio/main.c (dead) 1.2 +0 -307 src/contrib/cpio/makepath.c (dead) 1.2 +0 -98 src/contrib/cpio/rmt.h (dead) 1.3 +0 -566 src/contrib/cpio/rtapelib.c (dead) 1.2 +0 -1 src/contrib/cpio/safe-stat.h (dead) 1.2 +0 -43 src/contrib/cpio/stripslash.c (dead) 1.2 +0 -142 src/contrib/cpio/system.h (dead) 1.3 +0 -537 src/contrib/cpio/tar.c (dead) 1.2 +0 -112 src/contrib/cpio/tar.h (dead) 1.2 +0 -62 src/contrib/cpio/tarhdr.h (dead) 1.2 +0 -277 src/contrib/cpio/userspec.c (dead) 1.3 +0 -1343 src/contrib/cpio/util.c (dead) 1.2 +0 -2 src/contrib/cpio/version.c (dead) 1.2 +0 -103 src/contrib/cpio/xmalloc.c (dead) 1.2 +0 -36 src/contrib/cpio/xstrdup.c (dead) From owner-cvs-all@FreeBSD.ORG Sat Oct 1 04:56:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB4A416A41F; Sat, 1 Oct 2005 04:56:09 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B3F643D49; Sat, 1 Oct 2005 04:56:09 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j914u98e024352; Sat, 1 Oct 2005 04:56:09 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j914u990024351; Sat, 1 Oct 2005 04:56:09 GMT (envelope-from tjr) Message-Id: <200510010456.j914u990024351@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 1 Oct 2005 04:56:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/cpio/src userspec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 04:56:10 -0000 tjr 2005-10-01 04:56:09 UTC FreeBSD src repository Modified files: contrib/cpio/src userspec.c Log: Rename isnumber() to cpio_isnumber() to avoid clashing with the library function of the same name. Revision Changes Path 1.2 +5 -3 src/contrib/cpio/src/userspec.c From owner-cvs-all@FreeBSD.ORG Sat Oct 1 04:57:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F8CC16A41F; Sat, 1 Oct 2005 04:57:02 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C61C43D4C; Sat, 1 Oct 2005 04:57:02 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j914v1ZS024454; Sat, 1 Oct 2005 04:57:01 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j914v1YN024453; Sat, 1 Oct 2005 04:57:01 GMT (envelope-from tjr) Message-Id: <200510010457.j914v1YN024453@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 1 Oct 2005 04:57:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/gnu/usr.bin/cpio Makefile config.h src/gnu/usr.bin/cpio/doc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 04:57:02 -0000 tjr 2005-10-01 04:57:01 UTC FreeBSD src repository Modified files: gnu/usr.bin/cpio Makefile gnu/usr.bin/cpio/doc Makefile Added files: gnu/usr.bin/cpio config.h Log: Update for GNU cpio 2.6. Revision Changes Path 1.10 +52 -14 src/gnu/usr.bin/cpio/Makefile 1.1 +475 -0 src/gnu/usr.bin/cpio/config.h (new) 1.4 +2 -2 src/gnu/usr.bin/cpio/doc/Makefile From owner-cvs-all@FreeBSD.ORG Sat Oct 1 05:20:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19BE416A5BF; Sat, 1 Oct 2005 05:20:21 +0000 (GMT) (envelope-from fenner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90EAE43D95; Sat, 1 Oct 2005 05:20:13 +0000 (GMT) (envelope-from fenner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j915KDnE025271; Sat, 1 Oct 2005 05:20:13 GMT (envelope-from fenner@repoman.freebsd.org) Received: (from fenner@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j915KDgM025270; Sat, 1 Oct 2005 05:20:13 GMT (envelope-from fenner) Message-Id: <200510010520.j915KDgM025270@repoman.freebsd.org> From: Bill Fenner Date: Sat, 1 Oct 2005 05:20:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc/ircservices Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 05:20:21 -0000 fenner 2005-10-01 05:20:13 UTC FreeBSD ports repository Modified files: irc/ircservices Makefile Log: Remove ftp.ircd.com.br since it answers anonymous login requests with "530 This is a private system - No anonymous login" Remove http://ircservices.swissirc.ch since it serves malformed redirects to http://www.swissirc.net/, which I can only get to serve a web-based irc client. Resolve the 302 redirects from www.irc.gr to banana.irc.gr, since fetch won't follow 302 redirects. Found by: distfile survey Revision Changes Path 1.27 +1 -3 ports/irc/ircservices/Makefile From owner-cvs-all@FreeBSD.ORG Sat Oct 1 05:36:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C754816A420; Sat, 1 Oct 2005 05:36:41 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6E9143D48; Sat, 1 Oct 2005 05:36:39 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j915ad7R025948; Sat, 1 Oct 2005 05:36:39 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j915adSM025947; Sat, 1 Oct 2005 05:36:39 GMT (envelope-from tjr) Message-Id: <200510010536.j915adSM025947@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 1 Oct 2005 05:36:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/cpio/src copyin.c copypass.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 05:36:41 -0000 tjr 2005-10-01 05:36:39 UTC FreeBSD src repository Modified files: contrib/cpio/src copyin.c copypass.c Log: Merge from old copyin.c rev 1.5, copypass.c rev 1.2: Create fifos using mkfifo() instead of attempting to create them using mknod(). Revision Changes Path 1.2 +16 -4 src/contrib/cpio/src/copyin.c 1.2 +16 -4 src/contrib/cpio/src/copypass.c From owner-cvs-all@FreeBSD.ORG Sat Oct 1 05:41:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E315F16A41F; Sat, 1 Oct 2005 05:41:25 +0000 (GMT) (envelope-from fenner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BF2A43D48; Sat, 1 Oct 2005 05:41:25 +0000 (GMT) (envelope-from fenner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j915fPYe026366; Sat, 1 Oct 2005 05:41:25 GMT (envelope-from fenner@repoman.freebsd.org) Received: (from fenner@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j915fPb0026365; Sat, 1 Oct 2005 05:41:25 GMT (envelope-from fenner) Message-Id: <200510010541.j915fPb0026365@repoman.freebsd.org> From: Bill Fenner Date: Sat, 1 Oct 2005 05:41:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.sites.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 05:41:26 -0000 fenner 2005-10-01 05:41:25 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: Fix more bad entries. MASTER_SITE_FEDORA_LINUX: remove ftp://ftp.rediris.es/mirror/fedora.redhat/ . There is no fedora.redhat directory. remove http://ftp.rediris.es/mirror/fedora.redhat/ . There are no files fetchable from this URL. remove ftp://ftp.univie.ac.at/systems/linux/fedora/ . This is an incomplete mirror and contains none of the files we fetch. remove http://ftp.univie.ac.at/systems/linux/fedora/ . This is an incomplete mirror and contains none of the files we fetch. remove ftp://ftp.uci.edu/mirrors/fedora/linux/core/ . This is an incomplete mirror and contains none of the files we fetch. MASTER_SITE_GCC: removed ftp://ftp.fu-berlin.de/unix/gnu/gcc/ because it doesn't have any of the files that we fetch. removed ftp://ftp.uvsq.fr/pub/gcc/ because it only has 5 of 48 files. MASTER_SITE_GNOME: remove http://ftp.linux.org.uk/mirrors/ftp.gnome.org/ . It reports 404 errors for more than 75% of the files we try to fetch from it. MASTER_SITE_GNU: removed http://gatekeeper.dec.com/pub/GNU/ since it was last updated in 2003. MASTER_SITE_MOZILLA: remove ftp://ftp.rediris.es/mirror/mozilla/ . It is only a partial mirror, mirroring only what would be in MASTER_SITE_SUBDIR as mozilla/. MASTER_SITE_PERL_CPAN: remove ftp://ftp.bora.net . It hasn't been updated since August 11. MASTER_SITE_REDHAT_LINUX: remove ftp://ftp.lip6.fr/pub/linux/distributions/redhat/linux/ . It has none of the files that we fetch. remove ftp://ftp.riken.go.jp/pub/Linux/redhat/releases . It has none of the files that we fetch. remove ftp://ftp.univie.ac.at/systems/linux/ftp.redhat.com/redhat/linux/ . There is no ftp.redhat.com directory. remove ftp://ftp.uci.edu/mirrors/redhat/linux/ . It is a partial mirror, having only 4 of the 176 files that we try to fetch from it. remove ftp://ftp.cse.cuhk.edu.hk/pub2/redhat/ . It is a partial mirror, having only 23 of the 176 files that we try to fetch from it. remove ftp://ftp.carrier.kiev.ua/pub/Linux/RedHat/redhat/linux/ . It is a partial mirror, having only 62 of the 176 files that we try to fetch from it. MASTER_SITE_SUNSITE: remove ftp://ftp.rediris.es/sites2/ibiblio.org/linux/ . There is no sites2 directory. MASTER_SITE_TEX_CTAN: remove ftp://ftp.ntnu.no/pub/tex/CTAN/ . It is missing most of latex/contrib, xmltex, foiltex, ghostgum, and others. MASTER_SITE_SUSE: changed ftp://ftp.rediris.es/pub/linux/distributions/suse/ to ftp://ftp.rediris.es/pub/linux/distributions/suse/pub/suse/ to match the site layout. changed ftp://ftp.icm.edu.pl/packages/linux-suse/i386/ to ftp://ftp.icm.edu.pl/packages/linux-suse/ to match the site layout. removed ftp://ftp.ntua.gr/pub/linux/suse/i386/ since it contains none of the files that we fetch. changed ftp://ftp.gwdg.de/pub/linux/suse/ to ftp://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/suse/ to match the site layout changed ftp://ftp.belnet.be/linux/suse/ to ftp://ftp.belnet.be/linux/suse/suse/ to match the site layout removed ftp://ftp.rez-gif.supelec.fr/pub/Linux/distrib/suse/ since there is no suse directory. added missing slash in ftp://ftp.unicamp.br/pub/suse%SUBDIR%/ . What an incredibly sloppy list this is. changed ftp://ftp.empiricalnetworks.com/pub/suse/i386/ to ftp://ftp.empiricalnetworks.com/pub/suse/ to match the site layout. changed http://suse.cs.utah.edu/ to http://suse.utah.edu/suse/ to match the site layout. changed ftp://suse.cs.utah.edu/ to ftp://suse.cs.utah.edu/pub/suse.com/suse/ to match the site layout. changed ftp://ftp.skynet.be/mirror/suse.com/ftp.suse.com/ to ftp://ftp.skynet.be/mirror/suse.com/ftp.suse.com/suse/ to match the site layout. Who made all these errors!? changed http://suse.oregonstate.edu/ to http://suse.osuosl.org/suse/ to follow a 301 redirect and match the site layout. changed http://sunsite.utk.edu/ftp/pub/linux/suse/ to http://sunsite.utk.edu/ftp/pub/linux/suse/suse/ to match the site layout. changed ftp://linux.mathematik.tu-darmstadt.de/pub/linux/distributions/suse/ to ftp://linux.mathematik.tu-darmstadt.de/pub/linux/distributions/suse/ftp.suse.com/suse/ to match the site layout. changed ftp://ftp.uni-bremen.de/pub/mirrors/suse/ to ftp://ftp.uni-bremen.de/pub/mirrors/suse/ftp.suse.com/suse/ to match the site layout. removed ftp://ftp.mirror.nl/pub/mirror/suse/ . While it has subdirectories such as i386/9.1/suse/i586/ that we'd like to fetch stuff from, they're empty. MASTER_SITE_XEMACS: removed ftp://ftp.cz.xemacs.org/MIRRORS/ftp.xemacs.org/pub/xemacs/ since it was last updated in 2004 Revision Changes Path 1.322 +16 -35 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Sat Oct 1 05:42:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B4AE16A41F; Sat, 1 Oct 2005 05:42:44 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A29243D48; Sat, 1 Oct 2005 05:42:44 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j915giOU026445; Sat, 1 Oct 2005 05:42:44 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j915giHK026444; Sat, 1 Oct 2005 05:42:44 GMT (envelope-from tjr) Message-Id: <200510010542.j915giHK026444@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 1 Oct 2005 05:42:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/cpio/src tar.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 05:42:44 -0000 tjr 2005-10-01 05:42:44 UTC FreeBSD src repository Modified files: contrib/cpio/src tar.c Log: Merge from old tar.c rev 1.2: Recognize and skip 'x' and 'g' pax extension entries. Revision Changes Path 1.2 +15 -0 src/contrib/cpio/src/tar.c From owner-cvs-all@FreeBSD.ORG Sat Oct 1 05:49:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0143716A41F; Sat, 1 Oct 2005 05:49:30 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BF0643D4C; Sat, 1 Oct 2005 05:49:29 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j915nTb1026887; Sat, 1 Oct 2005 05:49:29 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j915nTCv026886; Sat, 1 Oct 2005 05:49:29 GMT (envelope-from tjr) Message-Id: <200510010549.j915nTCv026886@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 1 Oct 2005 05:49:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/cpio/src main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 05:49:30 -0000 tjr 2005-10-01 05:49:29 UTC FreeBSD src repository Modified files: contrib/cpio/src main.c Log: Merge from old main.c rev 1.2: Don't set the umask until after we have processed the arguments and opened the archive file. Revision Changes Path 1.2 +4 -2 src/contrib/cpio/src/main.c From owner-cvs-all@FreeBSD.ORG Sat Oct 1 05:52:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D17216A420; Sat, 1 Oct 2005 05:52:41 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BEDE43D48; Sat, 1 Oct 2005 05:52:41 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j915qff3027057; Sat, 1 Oct 2005 05:52:41 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j915qfb3027056; Sat, 1 Oct 2005 05:52:41 GMT (envelope-from tjr) Message-Id: <200510010552.j915qfb3027056@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 1 Oct 2005 05:52:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/cpio/src util.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 05:52:41 -0000 tjr 2005-10-01 05:52:40 UTC FreeBSD src repository Modified files: contrib/cpio/src util.c Log: Merge from old util.c rev 1.2: say "volume" instead of "tape". Revision Changes Path 1.2 +4 -2 src/contrib/cpio/src/util.c From owner-cvs-all@FreeBSD.ORG Sat Oct 1 05:54:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 212A516A41F; Sat, 1 Oct 2005 05:54:40 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3E1243D4C; Sat, 1 Oct 2005 05:54:39 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j915sdbr027134; Sat, 1 Oct 2005 05:54:39 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j915sdnU027133; Sat, 1 Oct 2005 05:54:39 GMT (envelope-from tjr) Message-Id: <200510010554.j915sdnU027133@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 1 Oct 2005 05:54:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/cpio/src copypass.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 05:54:40 -0000 tjr 2005-10-01 05:54:39 UTC FreeBSD src repository Modified files: contrib/cpio/src copypass.c Log: Merge from old copypass.c rev 1.3: If we must yell at the user than a file cannot be linked into place when requested (not required) to do it, reassure them that cpio is still intelligent enough that it will perform a full copy instead. Revision Changes Path 1.3 +1 -1 src/contrib/cpio/src/copypass.c From owner-cvs-all@FreeBSD.ORG Sat Oct 1 06:05:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB4DF16A41F; Sat, 1 Oct 2005 06:05:32 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B08A43D48; Sat, 1 Oct 2005 06:05:32 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9165WhA027579; Sat, 1 Oct 2005 06:05:32 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9165W5i027578; Sat, 1 Oct 2005 06:05:32 GMT (envelope-from linimon) Message-Id: <200510010605.j9165W5i027578@repoman.freebsd.org> From: Mark Linimon Date: Sat, 1 Oct 2005 06:05:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/eclipse-vep Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 06:05:33 -0000 linimon 2005-10-01 06:05:32 UTC FreeBSD ports repository Modified files: java/eclipse-vep Makefile Log: Turn this one over to the mailing list. Note: this port has already passed its putative expiration period, so if anyone on the list wants to save it, they should get a PR in before the ports thaw is lifted. Approved by: former maintainer Revision Changes Path 1.10 +1 -1 ports/java/eclipse-vep/Makefile From owner-cvs-all@FreeBSD.ORG Sat Oct 1 06:09:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E05D216A41F; Sat, 1 Oct 2005 06:09:00 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA78B43D4C; Sat, 1 Oct 2005 06:09:00 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91690mc027852; Sat, 1 Oct 2005 06:09:00 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91690Qa027851; Sat, 1 Oct 2005 06:09:00 GMT (envelope-from linimon) Message-Id: <200510010609.j91690Qa027851@repoman.freebsd.org> From: Mark Linimon Date: Sat, 1 Oct 2005 06:09:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/xmms-quix3dn Makefile ports/french/ispell Makefile ports/german/ispell Makefile ports/german/ispell-neu Makefile ports/security/mindterm-binary Makefile ports/textproc/british-ispell Makefile ports/textproc/nl-ispell ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 06:09:01 -0000 linimon 2005-10-01 06:09:00 UTC FreeBSD ports repository Modified files: audio/xmms-quix3dn Makefile french/ispell Makefile german/ispell Makefile german/ispell-neu Makefile security/mindterm-binary Makefile textproc/british-ispell Makefile textproc/nl-ispell Makefile Log: Reset maintainer who had turned in his commit bit some time back as he no longer had time to work on FreeBSD. We appreciate the help in the past. Approved by: alex (former maintainer) Revision Changes Path 1.8 +1 -1 ports/audio/xmms-quix3dn/Makefile 1.7 +2 -2 ports/french/ispell/Makefile 1.12 +1 -1 ports/german/ispell-neu/Makefile 1.14 +1 -1 ports/german/ispell/Makefile 1.9 +1 -1 ports/security/mindterm-binary/Makefile 1.6 +2 -2 ports/textproc/british-ispell/Makefile 1.7 +1 -1 ports/textproc/nl-ispell/Makefile From owner-cvs-all@FreeBSD.ORG Sat Oct 1 06:09:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFCB316A41F; Sat, 1 Oct 2005 06:09:55 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACC4A43D4C; Sat, 1 Oct 2005 06:09:55 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9169tdw027889; Sat, 1 Oct 2005 06:09:55 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9169twC027888; Sat, 1 Oct 2005 06:09:55 GMT (envelope-from tjr) Message-Id: <200510010609.j9169twC027888@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 1 Oct 2005 06:09:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/cpio/src copyout.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 06:09:56 -0000 tjr 2005-10-01 06:09:55 UTC FreeBSD src repository Modified files: contrib/cpio/src copyout.c Log: Merge from old copyout.c rev 1.2: Output a zero rdev except for bdevs, cdevs, fifos and sockets. Don't output a file if the major, minor or totality of its rdev would be truncated. Revision Changes Path 1.2 +139 -2 src/contrib/cpio/src/copyout.c From owner-cvs-all@FreeBSD.ORG Sat Oct 1 06:19:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F39916A420; Sat, 1 Oct 2005 06:19:35 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 117F543D49; Sat, 1 Oct 2005 06:19:35 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j916JY1k028319; Sat, 1 Oct 2005 06:19:34 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j916JYeu028318; Sat, 1 Oct 2005 06:19:34 GMT (envelope-from linimon) Message-Id: <200510010619.j916JYeu028318@repoman.freebsd.org> From: Mark Linimon Date: Sat, 1 Oct 2005 06:19:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/exim-monitor/files patch-OS::Makefile-Base patch-OS::Makefile-FreeBSD patch-src::EDITME ports/mail/exim-monitor Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 06:19:35 -0000 linimon 2005-10-01 06:19:34 UTC FreeBSD ports repository Removed files: mail/exim-monitor/files patch-OS::Makefile-Base patch-OS::Makefile-FreeBSD patch-src::EDITME mail/exim-monitor Makefile distinfo pkg-descr pkg-message pkg-plist Log: Remove expired port. Approved by: maintainer Revision Changes Path 1.16 +0 -26 ports/mail/exim-monitor/Makefile (dead) 1.7 +0 -2 ports/mail/exim-monitor/distinfo (dead) 1.2 +0 -12 ports/mail/exim-monitor/files/patch-OS::Makefile-Base (dead) 1.2 +0 -10 ports/mail/exim-monitor/files/patch-OS::Makefile-FreeBSD (dead) 1.4 +0 -55 ports/mail/exim-monitor/files/patch-src::EDITME (dead) 1.2 +0 -9 ports/mail/exim-monitor/pkg-descr (dead) 1.3 +0 -10 ports/mail/exim-monitor/pkg-message (dead) 1.2 +0 -2 ports/mail/exim-monitor/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sat Oct 1 06:20:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 969B116A41F; Sat, 1 Oct 2005 06:20:41 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 576A443D48; Sat, 1 Oct 2005 06:20:41 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j916Kfld028458; Sat, 1 Oct 2005 06:20:41 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j916KfEg028457; Sat, 1 Oct 2005 06:20:41 GMT (envelope-from linimon) Message-Id: <200510010620.j916KfEg028457@repoman.freebsd.org> From: Mark Linimon Date: Sat, 1 Oct 2005 06:20:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 06:20:41 -0000 linimon 2005-10-01 06:20:41 UTC FreeBSD ports repository Modified files: . modules Log: Remove mail/exim-monitor. Revision Changes Path 1.13262 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Oct 1 06:22:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEA1216A41F; Sat, 1 Oct 2005 06:22:03 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F73D43D48; Sat, 1 Oct 2005 06:22:03 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j916M385028536; Sat, 1 Oct 2005 06:22:03 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j916M3SH028535; Sat, 1 Oct 2005 06:22:03 GMT (envelope-from linimon) Message-Id: <200510010622.j916M3SH028535@repoman.freebsd.org> From: Mark Linimon Date: Sat, 1 Oct 2005 06:22:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 06:22:03 -0000 linimon 2005-10-01 06:22:03 UTC FreeBSD ports repository Modified files: mail Makefile Log: Remove mail/exim-monitor. Revision Changes Path 1.689 +0 -1 ports/mail/Makefile From owner-cvs-all@FreeBSD.ORG Sat Oct 1 06:22:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFF9B16A41F; Sat, 1 Oct 2005 06:22:31 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AAC043D55; Sat, 1 Oct 2005 06:22:31 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j916MVdm028577; Sat, 1 Oct 2005 06:22:31 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j916MVNV028576; Sat, 1 Oct 2005 06:22:31 GMT (envelope-from linimon) Message-Id: <200510010622.j916MVNV028576@repoman.freebsd.org> From: Mark Linimon Date: Sat, 1 Oct 2005 06:22:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports MOVED X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 06:22:31 -0000 linimon 2005-10-01 06:22:31 UTC FreeBSD ports repository Modified files: . MOVED Log: Note removal of expired port mail/exim-monitor. Revision Changes Path 1.760 +2 -1 ports/MOVED From owner-cvs-all@FreeBSD.ORG Sat Oct 1 06:35:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75DCB16A41F; Sat, 1 Oct 2005 06:35:59 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3527D43D4C; Sat, 1 Oct 2005 06:35:59 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j916Zx0f029136; Sat, 1 Oct 2005 06:35:59 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j916ZxSg029135; Sat, 1 Oct 2005 06:35:59 GMT (envelope-from tjr) Message-Id: <200510010635.j916ZxSg029135@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 1 Oct 2005 06:35:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/gnu/usr.bin/cpio Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 06:35:59 -0000 tjr 2005-10-01 06:35:59 UTC FreeBSD src repository Modified files: gnu/usr.bin/cpio Makefile Log: Define HAVE_MKFIFO and HAVE_SETLOCALE here since the configure script apparently fails to do it. Revision Changes Path 1.11 +2 -1 src/gnu/usr.bin/cpio/Makefile From owner-cvs-all@FreeBSD.ORG Sat Oct 1 06:37:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0EB416A41F; Sat, 1 Oct 2005 06:37:41 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEA5343D48; Sat, 1 Oct 2005 06:37:41 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j916bfRS029244; Sat, 1 Oct 2005 06:37:41 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j916bfUT029243; Sat, 1 Oct 2005 06:37:41 GMT (envelope-from tjr) Message-Id: <200510010637.j916bfUT029243@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 1 Oct 2005 06:37:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/cpio/src copyin.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 06:37:42 -0000 tjr 2005-10-01 06:37:41 UTC FreeBSD src repository Modified files: contrib/cpio/src copyin.c Log: Merge long_format() time formatting code and fixes for printf() format errors from old copyin.c. Revision Changes Path 1.3 +14 -11 src/contrib/cpio/src/copyin.c From owner-cvs-all@FreeBSD.ORG Sat Oct 1 06:41:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC76816A41F; Sat, 1 Oct 2005 06:41:34 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B5CB43D49; Sat, 1 Oct 2005 06:41:34 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j916fYZA029430; Sat, 1 Oct 2005 06:41:34 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j916fYoS029429; Sat, 1 Oct 2005 06:41:34 GMT (envelope-from tjr) Message-Id: <200510010641.j916fYoS029429@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 1 Oct 2005 06:41:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/cpio FREEBSD-upgrade X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 06:41:35 -0000 tjr 2005-10-01 06:41:34 UTC FreeBSD src repository Modified files: contrib/cpio FREEBSD-upgrade Log: Update for GNU cpio 2.6. Revision Changes Path 1.5 +24 -12 src/contrib/cpio/FREEBSD-upgrade From owner-cvs-all@FreeBSD.ORG Sat Oct 1 07:05:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFD9B16A41F; Sat, 1 Oct 2005 07:05:38 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE31743D4C; Sat, 1 Oct 2005 07:05:38 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9175cIM030348; Sat, 1 Oct 2005 07:05:38 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9175cOV030347; Sat, 1 Oct 2005 07:05:38 GMT (envelope-from thierry) Message-Id: <200510010705.j9175cOV030347@repoman.freebsd.org> From: Thierry Thomas Date: Sat, 1 Oct 2005 07:05:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/spambnc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 07:05:39 -0000 thierry 2005-10-01 07:05:38 UTC FreeBSD ports repository Modified files: mail/spambnc Makefile distinfo Log: Upgrade to 20050930. Revision Changes Path 1.82 +1 -1 ports/mail/spambnc/Makefile 1.76 +4 -4 ports/mail/spambnc/distinfo From owner-cvs-all@FreeBSD.ORG Sat Oct 1 07:14:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A954616A41F; Sat, 1 Oct 2005 07:14:35 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A42F43D48; Sat, 1 Oct 2005 07:14:35 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j917EZwk030680; Sat, 1 Oct 2005 07:14:35 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j917EZEr030679; Sat, 1 Oct 2005 07:14:35 GMT (envelope-from simon) Message-Id: <200510010714.j917EZEr030679@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 1 Oct 2005 07:14:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 07:14:35 -0000 simon 2005-10-01 07:14:34 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add CVE name to an older ProZilla entry. Revision Changes Path 1.833 +3 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sat Oct 1 08:33:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E751816A41F; Sat, 1 Oct 2005 08:33:59 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A59BF43D48; Sat, 1 Oct 2005 08:33:59 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j918XxwA034302; Sat, 1 Oct 2005 08:33:59 GMT (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j918XwVj034301; Sat, 1 Oct 2005 08:33:58 GMT (envelope-from truckman) Message-Id: <200510010833.j918XwVj034301@repoman.freebsd.org> From: Don Lewis Date: Sat, 1 Oct 2005 08:33:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_exec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 08:34:00 -0000 truckman 2005-10-01 08:33:57 UTC FreeBSD src repository Modified files: sys/kern kern_exec.c Log: Copy new process argument list in do_execve() before grabbing PROC_LOCK to avoid touching pageable memory while holding a mutex. Simplify argument list replacement logic. PR: kern/84935 Submitted by: "Antoine Pelisse" apelisse AT gmail.com (in a different form) MFC after: 3 days Revision Changes Path 1.276 +10 -10 src/sys/kern/kern_exec.c From owner-cvs-all@FreeBSD.ORG Sat Oct 1 08:37:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1CDE16A41F; Sat, 1 Oct 2005 08:37:16 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B203943D48; Sat, 1 Oct 2005 08:37:16 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j918bGgI034470; Sat, 1 Oct 2005 08:37:16 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j918bGZ4034469; Sat, 1 Oct 2005 08:37:16 GMT (envelope-from arved) Message-Id: <200510010837.j918bGZ4034469@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 1 Oct 2005 08:37:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/cedet-emacs20 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 08:37:17 -0000 arved 2005-10-01 08:37:16 UTC FreeBSD ports repository Modified files: devel/cedet-emacs20 Makefile Log: Fix invalid date Reported by: Dan Langille Pointy hat to: arved Revision Changes Path 1.3 +1 -1 ports/devel/cedet-emacs20/Makefile From owner-cvs-all@FreeBSD.ORG Sat Oct 1 08:40:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B67616A41F; Sat, 1 Oct 2005 08:40:59 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E07E243D45; Sat, 1 Oct 2005 08:40:58 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j918ewXc034644; Sat, 1 Oct 2005 08:40:58 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j918ewKC034643; Sat, 1 Oct 2005 08:40:58 GMT (envelope-from simon) Message-Id: <200510010840.j918ewKC034643@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 1 Oct 2005 08:40:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 08:40:59 -0000 simon 2005-10-01 08:40:58 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add more references to unace -- multiple vulnerabilities entry. Revision Changes Path 1.834 +4 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sat Oct 1 10:17:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A34016A41F; Sat, 1 Oct 2005 10:17:20 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD3E043D49; Sat, 1 Oct 2005 10:17:19 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91AHJof045155; Sat, 1 Oct 2005 10:17:19 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91AHJoY045154; Sat, 1 Oct 2005 10:17:19 GMT (envelope-from remko) Message-Id: <200510011017.j91AHJoY045154@repoman.freebsd.org> From: Remko Lodder Date: Sat, 1 Oct 2005 10:17:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 10:17:20 -0000 remko 2005-10-01 10:17:19 UTC FreeBSD ports repository (doc committer) Modified files: security/vuxml vuln.xml Log: Mark zsync <= 0.4.1 vulnerable to the zlib buffer overflow vulnerability. Inspired by: gordon's commit Revision Changes Path 1.835 +6 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sat Oct 1 13:06:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A450216A41F; Sat, 1 Oct 2005 13:06:36 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6311143D45; Sat, 1 Oct 2005 13:06:36 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91D6aRg058509; Sat, 1 Oct 2005 13:06:36 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91D6amS058508; Sat, 1 Oct 2005 13:06:36 GMT (envelope-from gerald) Message-Id: <200510011306.j91D6amS058508@repoman.freebsd.org> From: Gerald Pfeifer Date: Sat, 1 Oct 2005 13:06:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gcc40 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 13:06:36 -0000 gerald 2005-10-01 13:06:35 UTC FreeBSD ports repository Modified files: lang/gcc40 Makefile distinfo Log: Update to the 20050929 snapshot of GCC 4.0.3. Revision Changes Path 1.228 +2 -2 ports/lang/gcc40/Makefile 1.129 +10 -10 ports/lang/gcc40/distinfo From owner-cvs-all@FreeBSD.ORG Sat Oct 1 13:25:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B0A216A41F; Sat, 1 Oct 2005 13:25:14 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6B0643D6E; Sat, 1 Oct 2005 13:25:09 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91DP9aX059183; Sat, 1 Oct 2005 13:25:09 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91DP98J059182; Sat, 1 Oct 2005 13:25:09 GMT (envelope-from mnag) Message-Id: <200510011325.j91DP98J059182@repoman.freebsd.org> From: Marcus Alves Grando Date: Sat, 1 Oct 2005 13:25:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/qemu Makefile pkg-plist ports/emulators/qemu/files kqemu-freebsd-patch patch-fbsd patch-libmath4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 13:25:14 -0000 mnag 2005-10-01 13:25:09 UTC FreeBSD ports repository Modified files: emulators/qemu Makefile pkg-plist emulators/qemu/files kqemu-freebsd-patch patch-fbsd Added files: emulators/qemu/files patch-libmath4 Log: Fix build in 4.x Make portlint happier PR: 86686 Submitted by: Juergen Lock (maintainer) Approved by: pav (mentor) Revision Changes Path 1.30 +3 -1 ports/emulators/qemu/Makefile 1.2 +40 -37 ports/emulators/qemu/files/kqemu-freebsd-patch 1.4 +2 -2 ports/emulators/qemu/files/patch-fbsd 1.1 +45 -0 ports/emulators/qemu/files/patch-libmath4 (new) 1.12 +44 -44 ports/emulators/qemu/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Oct 1 13:28:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A22F16A41F; Sat, 1 Oct 2005 13:28:48 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28BA543D46; Sat, 1 Oct 2005 13:28:48 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91DSmTK059392; Sat, 1 Oct 2005 13:28:48 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91DSm5k059391; Sat, 1 Oct 2005 13:28:48 GMT (envelope-from mnag) Message-Id: <200510011328.j91DSm5k059391@repoman.freebsd.org> From: Marcus Alves Grando Date: Sat, 1 Oct 2005 13:28:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio Makefile ports/audio/mp3guessenc Makefile distinfo pkg-descr ports/audio/mp3guessenc/files patch-mp3guessenc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 13:28:48 -0000 mnag 2005-10-01 13:28:48 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/mp3guessenc Makefile distinfo pkg-descr audio/mp3guessenc/files patch-mp3guessenc.c Log: New port This is a command-line utility which tries to determine the encoder used to create an mp3 file. Each encoder has unique characteristics fingerprinted into each file. This program analyzes algorithms that are used in any given file and determines which encoder was used. For example the Xing encoder never uses short blocks. PR: 86768 Submitted by: Emanuel Haupt Approved by: pav (mentor) Revision Changes Path 1.660 +1 -0 ports/audio/Makefile 1.1 +34 -0 ports/audio/mp3guessenc/Makefile (new) 1.1 +2 -0 ports/audio/mp3guessenc/distinfo (new) 1.1 +22 -0 ports/audio/mp3guessenc/files/patch-mp3guessenc.c (new) 1.1 +8 -0 ports/audio/mp3guessenc/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sat Oct 1 13:30:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E13BD16A41F; Sat, 1 Oct 2005 13:30:39 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6B8143D45; Sat, 1 Oct 2005 13:30:35 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91DUZuj059524; Sat, 1 Oct 2005 13:30:35 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91DUZ4D059523; Sat, 1 Oct 2005 13:30:35 GMT (envelope-from mnag) Message-Id: <200510011330.j91DUZ4D059523@repoman.freebsd.org> From: Marcus Alves Grando Date: Sat, 1 Oct 2005 13:30:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 13:30:40 -0000 mnag 2005-10-01 13:30:35 UTC FreeBSD ports repository Modified files: . modules Log: mp3guessenc --> ports/audio/mp3guessenc Approved by: pav (mentor) Revision Changes Path 1.13263 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Oct 1 13:53:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CFD516A41F; Sat, 1 Oct 2005 13:53:05 +0000 (GMT) (envelope-from mat@mat.cc) Received: from plouf.absolight.net (plouf.absolight.net [193.30.224.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id D04DD43D45; Sat, 1 Oct 2005 13:53:04 +0000 (GMT) (envelope-from mat@mat.cc) Date: Sat, 01 Oct 2005 15:53:02 +0200 From: Mathieu Arnold To: Marcus Alves Grando , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <0E80A2630461552641F1C3F8@cc-126-240.int.t-online.fr> In-Reply-To: <200509281902.j8SJ2Fbf043957@repoman.freebsd.org> References: <200509281902.j8SJ2Fbf043957@repoman.freebsd.org> X-Mailer: Mulberry/3.1.6 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: Re: cvs commit: ports/mail/postfix distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 13:53:05 -0000 +-le 28/09/2005 19:02 +0000, Marcus Alves Grando =E9crivait : | mnag 2005-09-28 19:02:14 UTC |=20 | FreeBSD ports repository |=20 | Modified files: | mail/postfix distinfo=20 | Log: | VDA bugfix | =20 | Approved by: vivek@khera.org (maintainer via email), pav (mentor) | =20 | Revision Changes Path | 1.68 +2 -2 ports/mail/postfix/distinfo Couldn't you have bumped PORTREVISION ? --=20 Mathieu Arnold From owner-cvs-all@FreeBSD.ORG Sat Oct 1 13:59:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F8A116A41F; Sat, 1 Oct 2005 13:59:53 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (hood.oook.cz [212.27.205.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id C136743D5E; Sat, 1 Oct 2005 13:59:47 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from ikaros.oook.cz (localhost [127.0.0.1]) by hood.oook.cz (8.13.4/8.13.4) with ESMTP id j91Dxklb015498 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 1 Oct 2005 15:59:46 +0200 (CEST) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by ikaros.oook.cz (8.13.4/8.13.4/Submit) id j91DxjbA015497; Sat, 1 Oct 2005 15:59:45 +0200 (CEST) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: ikaros.oook.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Mathieu Arnold In-Reply-To: <0E80A2630461552641F1C3F8@cc-126-240.int.t-online.fr> References: <200509281902.j8SJ2Fbf043957@repoman.freebsd.org> <0E80A2630461552641F1C3F8@cc-126-240.int.t-online.fr> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-LiVWl4V9FZVTC+mJNv1G" Date: Sat, 01 Oct 2005 15:59:45 +0200 Message-Id: <1128175185.5849.4.camel@ikaros.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Cc: Marcus Alves Grando , cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/postfix distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 13:59:53 -0000 --=-LiVWl4V9FZVTC+mJNv1G Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Mathieu Arnold p=ED=B9e v so 01. 10. 2005 v 15:53 +0200: >=20 > +-le 28/09/2005 19:02 +0000, Marcus Alves Grando =E9crivait : > | mnag 2005-09-28 19:02:14 UTC > |=20 > | FreeBSD ports repository > |=20 > | Modified files: > | mail/postfix distinfo=20 > | Log: > | VDA bugfix > | =20 > | Approved by: vivek@khera.org (maintainer via email), pav (mentor) > | =20 > | Revision Changes Path > | 1.68 +2 -2 ports/mail/postfix/distinfo >=20 > Couldn't you have bumped PORTREVISION ? No PORTREVISION bumps on changes that only modifies features which are disabled by default. --=20 Pav Lucistnik --=-LiVWl4V9FZVTC+mJNv1G Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDPpZRntdYP8FOsoIRAg7YAKDJwYpqGSTLlR+Ue/GAiEvIi/hV4QCfcE39 DSi9CDg7UR/lFB+2Z4XWFwI= =s6IH -----END PGP SIGNATURE----- --=-LiVWl4V9FZVTC+mJNv1G-- From owner-cvs-all@FreeBSD.ORG Sat Oct 1 15:21:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3E3116A41F; Sat, 1 Oct 2005 15:21:57 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3C2843D46; Sat, 1 Oct 2005 15:21:57 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91FLv3p064949; Sat, 1 Oct 2005 15:21:57 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91FLv3m064948; Sat, 1 Oct 2005 15:21:57 GMT (envelope-from simon) Message-Id: <200510011521.j91FLv3m064948@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 1 Oct 2005 15:21:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 15:21:58 -0000 simon 2005-10-01 15:21:57 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Document cfengine -- arbitrary file overwriting vulnerability. Revision Changes Path 1.836 +33 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sat Oct 1 15:30:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEB0D16A41F; Sat, 1 Oct 2005 15:30:46 +0000 (GMT) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AE1643D45; Sat, 1 Oct 2005 15:30:46 +0000 (GMT) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91FUkah065294; Sat, 1 Oct 2005 15:30:46 GMT (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91FUkaG065293; Sat, 1 Oct 2005 15:30:46 GMT (envelope-from bland) Message-Id: <200510011530.j91FUkaG065293@repoman.freebsd.org> From: Alexander Nedotsukov Date: Sat, 1 Oct 2005 15:30:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ftp/downloader Makefile ports/ftp/downloader/files patch-main__sndserv.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 15:30:46 -0000 bland 2005-10-01 15:30:46 UTC FreeBSD ports repository Modified files: ftp/downloader Makefile Added files: ftp/downloader/files patch-main__sndserv.cc Log: Fix spining on CPU due illegal pthread_cond_wait() usage. Revision Changes Path 1.61 +1 -0 ports/ftp/downloader/Makefile 1.1 +22 -0 ports/ftp/downloader/files/patch-main__sndserv.cc (new) From owner-cvs-all@FreeBSD.ORG Sat Oct 1 15:48:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D868616A41F; Sat, 1 Oct 2005 15:48:02 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9505243D45; Sat, 1 Oct 2005 15:48:02 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91Fm20T066841; Sat, 1 Oct 2005 15:48:02 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91Fm2x6066840; Sat, 1 Oct 2005 15:48:02 GMT (envelope-from jkoshy) Message-Id: <200510011548.j91Fm2x6066840@repoman.freebsd.org> From: Joseph Koshy Date: Sat, 1 Oct 2005 15:48:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/pmccontrol pmccontrol.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 15:48:03 -0000 jkoshy 2005-10-01 15:48:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/pmccontrol pmccontrol.c Log: MFC r1.5: The 'intr_bufferfull' driver statistic actually counts the number of times sampling was stopped due to a space shortage; change its description in the output of `pmcstat -s` to match reality. Approved by: re (scottl) Revision Changes Path 1.4.2.1 +1 -1 src/usr.sbin/pmccontrol/pmccontrol.c From owner-cvs-all@FreeBSD.ORG Sat Oct 1 15:52:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6338316A41F; Sat, 1 Oct 2005 15:52:16 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A192243D5E; Sat, 1 Oct 2005 15:52:13 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91FqDpU067037; Sat, 1 Oct 2005 15:52:13 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91FqDfb067036; Sat, 1 Oct 2005 15:52:13 GMT (envelope-from jkoshy) Message-Id: <200510011552.j91FqDfb067036@repoman.freebsd.org> From: Joseph Koshy Date: Sat, 1 Oct 2005 15:52:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 hwpmc.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 15:52:16 -0000 jkoshy 2005-10-01 15:52:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 hwpmc.4 Log: MFC r1.11-1.12: - Correct a typo. - Note the requirement for 'device apic' on i386 systems. - Consistently use 'x86' when referring to behaviour common to the i386 and amd64. Approved by: re (hrs) Revision Changes Path 1.6.2.3 +8 -5 src/share/man/man4/hwpmc.4 From owner-cvs-all@FreeBSD.ORG Sat Oct 1 15:56:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2975F16A41F; Sat, 1 Oct 2005 15:56:45 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED9C743D48; Sat, 1 Oct 2005 15:56:44 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91FuieH067633; Sat, 1 Oct 2005 15:56:44 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91FuisY067632; Sat, 1 Oct 2005 15:56:44 GMT (envelope-from andre) Message-Id: <200510011556.j91FuisY067632@repoman.freebsd.org> From: Andre Oppermann Date: Sat, 1 Oct 2005 15:56:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet in.h in_pcb.h ip_output.c raw_ip.c tcp_input.c udp_usrreq.c src/share/man/man4 ip.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 15:56:45 -0000 andre 2005-10-01 15:56:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet in.h in_pcb.h ip_output.c raw_ip.c tcp_input.c udp_usrreq.c share/man/man4 ip.4 Log: MFC: IP_MINTTL socket option. Approved by: re (scottl) Revision Changes Path 1.43.2.1 +9 -1 src/share/man/man4/ip.4 1.90.2.2 +1 -0 src/sys/netinet/in.h 1.80.2.1 +1 -0 src/sys/netinet/in_pcb.h 1.242.2.3 +14 -0 src/sys/netinet/ip_output.c 1.150.2.1 +3 -0 src/sys/netinet/raw_ip.c 1.281.2.2 +5 -0 src/sys/netinet/tcp_input.c 1.175.2.1 +3 -0 src/sys/netinet/udp_usrreq.c From owner-cvs-all@FreeBSD.ORG Sat Oct 1 16:26:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44FE216A41F; Sat, 1 Oct 2005 16:26:27 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02F6043D46; Sat, 1 Oct 2005 16:26:27 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91GQQlL069646; Sat, 1 Oct 2005 16:26:26 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91GQQHO069645; Sat, 1 Oct 2005 16:26:26 GMT (envelope-from ume) Message-Id: <200510011626.j91GQQHO069645@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 1 Oct 2005 16:26:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/usb if_cdce.c usbdevs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 16:26:27 -0000 ume 2005-10-01 16:26:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/usb if_cdce.c usbdevs Log: MFC: add product ID for Linux Ethernet/RNDIS gadget on pxa210/25x/26x. sys/dev/usb/if_cdce.c: 1.11 sys/dev/usb/usbdevs: 1.234 Approved by: re (scottl) Revision Changes Path 1.7.2.2 +1 -0 src/sys/dev/usb/if_cdce.c 1.232.2.1 +1 -0 src/sys/dev/usb/usbdevs From owner-cvs-all@FreeBSD.ORG Sat Oct 1 16:32:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EDFF16A41F; Sat, 1 Oct 2005 16:32:33 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EE1543D68; Sat, 1 Oct 2005 16:32:27 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91GWRrb070327; Sat, 1 Oct 2005 16:32:27 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91GWRf9070326; Sat, 1 Oct 2005 16:32:27 GMT (envelope-from ume) Message-Id: <200510011632.j91GWRf9070326@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 1 Oct 2005 16:32:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/dev/usb if_cdce.c usbdevs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 16:32:33 -0000 ume 2005-10-01 16:32:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/usb if_cdce.c usbdevs Log: MFC: add product ID for Linux Ethernet/RNDIS gadget on pxa210/25x/26x. sys/dev/usb/if_cdce.c: 1.11 sys/dev/usb/usbdevs: 1.234 Revision Changes Path 1.6.2.2 +1 -0 src/sys/dev/usb/if_cdce.c 1.195.2.13 +1 -0 src/sys/dev/usb/usbdevs From owner-cvs-all@FreeBSD.ORG Sat Oct 1 16:35:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D837F16A41F; Sat, 1 Oct 2005 16:35:20 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9697143D45; Sat, 1 Oct 2005 16:35:20 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91GZKcV070430; Sat, 1 Oct 2005 16:35:20 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91GZK6m070429; Sat, 1 Oct 2005 16:35:20 GMT (envelope-from nobutaka) Message-Id: <200510011635.j91GZK6m070429@repoman.freebsd.org> From: MANTANI Nobutaka Date: Sat, 1 Oct 2005 16:35:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 16:35:21 -0000 nobutaka 2005-10-01 16:35:20 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Document japanese/uim privilege escalation vulnerability. Revision Changes Path 1.837 +32 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sat Oct 1 16:43:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2AB316A41F; Sat, 1 Oct 2005 16:43:39 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6138443D45; Sat, 1 Oct 2005 16:43:39 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91Ghd6W070792; Sat, 1 Oct 2005 16:43:39 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91GhdlF070791; Sat, 1 Oct 2005 16:43:39 GMT (envelope-from nobutaka) Message-Id: <200510011643.j91GhdlF070791@repoman.freebsd.org> From: MANTANI Nobutaka Date: Sat, 1 Oct 2005 16:43:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 16:43:39 -0000 nobutaka 2005-10-01 16:43:38 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add an URL to the entry of the japanese/uim. Revision Changes Path 1.838 +2 -2 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sat Oct 1 16:47:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 477AD16A41F; Sat, 1 Oct 2005 16:47:35 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0154543D45; Sat, 1 Oct 2005 16:47:35 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91GlYvq079279; Sat, 1 Oct 2005 16:47:34 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91GlYaA079278; Sat, 1 Oct 2005 16:47:34 GMT (envelope-from nobutaka) Message-Id: <200510011647.j91GlYaA079278@repoman.freebsd.org> From: MANTANI Nobutaka Date: Sat, 1 Oct 2005 16:47:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese/uim Makefile distinfo ports/japanese/uim/files patch-uim:scim.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 16:47:35 -0000 nobutaka 2005-10-01 16:47:34 UTC FreeBSD ports repository Modified files: japanese/uim Makefile distinfo Added files: japanese/uim/files patch-uim:scim.cpp Log: - Update to 0.9.1. This version fixes the privilege escalation vulnerability. - Fix build error with WITH_SCIM on 4-stable. [*] Submitted by: mi [*] Security: http://www.vuxml.org/freebsd/1e606080-3293-11da-ac91-020039488e34.html Revision Changes Path 1.37 +2 -1 ports/japanese/uim/Makefile 1.24 +2 -2 ports/japanese/uim/distinfo 1.1 +11 -0 ports/japanese/uim/files/patch-uim:scim.cpp (new) From owner-cvs-all@FreeBSD.ORG Sat Oct 1 16:52:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E96B716A41F; Sat, 1 Oct 2005 16:52:32 +0000 (GMT) (envelope-from fenner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A81EF43D45; Sat, 1 Oct 2005 16:52:32 +0000 (GMT) (envelope-from fenner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91GqWCm079601; Sat, 1 Oct 2005 16:52:32 GMT (envelope-from fenner@repoman.freebsd.org) Received: (from fenner@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91GqWTr079600; Sat, 1 Oct 2005 16:52:32 GMT (envelope-from fenner) Message-Id: <200510011652.j91GqWTr079600@repoman.freebsd.org> From: Bill Fenner Date: Sat, 1 Oct 2005 16:52:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/erlang-doc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 16:52:33 -0000 fenner 2005-10-01 16:52:32 UTC FreeBSD ports repository Modified files: lang/erlang-doc Makefile Log: Use groups to only fetch files from the appropriate sites. This eliminates 232 bad URLs from the distfile survey. Approved by: Jimmy Olgeni (MAINTAINER) Revision Changes Path 1.25 +62 -62 ports/lang/erlang-doc/Makefile From owner-cvs-all@FreeBSD.ORG Sat Oct 1 16:53:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71C3A16A41F; Sat, 1 Oct 2005 16:53:34 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F74E43D45; Sat, 1 Oct 2005 16:53:34 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91GrY6Y079655; Sat, 1 Oct 2005 16:53:34 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91GrYDA079654; Sat, 1 Oct 2005 16:53:34 GMT (envelope-from ume) Message-Id: <200510011653.j91GrYDA079654@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 1 Oct 2005 16:53:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese/scim-anthy Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 16:53:34 -0000 ume 2005-10-01 16:53:34 UTC FreeBSD ports repository Modified files: japanese/scim-anthy Makefile distinfo pkg-plist Log: Update to 0.7.0. Revision Changes Path 1.10 +2 -2 ports/japanese/scim-anthy/Makefile 1.6 +2 -2 ports/japanese/scim-anthy/distinfo 1.4 +2 -0 ports/japanese/scim-anthy/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Oct 1 17:00:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADF6F16A41F; Sat, 1 Oct 2005 17:00:41 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C67B43D53; Sat, 1 Oct 2005 17:00:41 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91H0fAw080226; Sat, 1 Oct 2005 17:00:41 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91H0fQr080225; Sat, 1 Oct 2005 17:00:41 GMT (envelope-from ahze) Message-Id: <200510011700.j91H0fQr080225@repoman.freebsd.org> From: Michael Johnson Date: Sat, 1 Oct 2005 17:00:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/libsamplerate Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 17:00:41 -0000 ahze 2005-10-01 17:00:41 UTC FreeBSD ports repository Modified files: audio/libsamplerate Makefile Log: - Grab maintainer Revision Changes Path 1.11 +1 -1 ports/audio/libsamplerate/Makefile From owner-cvs-all@FreeBSD.ORG Sat Oct 1 17:00:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB90E16A41F; Sat, 1 Oct 2005 17:00:56 +0000 (GMT) (envelope-from garys@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9830743D49; Sat, 1 Oct 2005 17:00:56 +0000 (GMT) (envelope-from garys@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91H0uYi080291; Sat, 1 Oct 2005 17:00:56 GMT (envelope-from garys@repoman.freebsd.org) Received: (from garys@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91H0uVE080290; Sat, 1 Oct 2005 17:00:56 GMT (envelope-from garys) Message-Id: <200510011700.j91H0uVE080290@repoman.freebsd.org> From: "Gary W. Swearingen" Date: Sat, 1 Oct 2005 17:00:56 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 17:00:57 -0000 garys 2005-10-01 17:00:56 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml Log: Added 'align="left"' to all entry tags in thead row elements. Approved by: keramida (mentor) Revision Changes Path 1.102 +24 -24 doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Oct 1 17:03:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D728516A41F; Sat, 1 Oct 2005 17:03:03 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A5E443D5D; Sat, 1 Oct 2005 17:03:03 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91H33KU080398; Sat, 1 Oct 2005 17:03:03 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91H33Ol080397; Sat, 1 Oct 2005 17:03:03 GMT (envelope-from pjd) Message-Id: <200510011703.j91H33Ol080397@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 1 Oct 2005 17:03:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/qemu Makefile ports/emulators/qemu/files kqemu-freebsd-patch X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 17:03:04 -0000 pjd 2005-10-01 17:03:03 UTC FreeBSD ports repository (src committer) Modified files: emulators/qemu Makefile emulators/qemu/files kqemu-freebsd-patch Log: Fix a panic on qemu process close (when kqemu is used). Structure 'ks' was used after it has been freed. Reviewed by: Juergen Lock (maintainer) Revision Changes Path 1.31 +1 -0 ports/emulators/qemu/Makefile 1.3 +1 -1 ports/emulators/qemu/files/kqemu-freebsd-patch From owner-cvs-all@FreeBSD.ORG Sat Oct 1 17:05:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A8BC16A41F; Sat, 1 Oct 2005 17:05:07 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5C4543D45; Sat, 1 Oct 2005 17:05:06 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91H56ia080463; Sat, 1 Oct 2005 17:05:06 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91H56SI080462; Sat, 1 Oct 2005 17:05:06 GMT (envelope-from pjd) Message-Id: <200510011705.j91H56SI080462@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 1 Oct 2005 17:05:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/qemu Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 17:05:07 -0000 pjd 2005-10-01 17:05:06 UTC FreeBSD ports repository (src committer) Modified files: emulators/qemu Makefile Log: Fix typo. Revision Changes Path 1.32 +1 -1 ports/emulators/qemu/Makefile From owner-cvs-all@FreeBSD.ORG Sat Oct 1 17:39:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E01E16A41F; Sat, 1 Oct 2005 17:39:50 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B005043D48; Sat, 1 Oct 2005 17:39:50 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91Hdoao081833; Sat, 1 Oct 2005 17:39:50 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91HdomB081832; Sat, 1 Oct 2005 17:39:50 GMT (envelope-from phk) Message-Id: <200510011739.j91HdomB081832@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 1 Oct 2005 17:39:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/nwfs nwfs_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 17:39:51 -0000 phk 2005-10-01 17:39:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/nwfs nwfs_vfsops.c Log: MFC: one character fix in mount option name. Approved by: re@ (scottl) Revision Changes Path 1.40.2.1 +1 -1 src/sys/fs/nwfs/nwfs_vfsops.c From owner-cvs-all@FreeBSD.ORG Sat Oct 1 17:48:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DE8E16A420; Sat, 1 Oct 2005 17:48:40 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3812E43D45; Sat, 1 Oct 2005 17:48:40 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91Hme31082188; Sat, 1 Oct 2005 17:48:40 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91HmetD082187; Sat, 1 Oct 2005 17:48:40 GMT (envelope-from ahze) Message-Id: <200510011748.j91HmetD082187@repoman.freebsd.org> From: Michael Johnson Date: Sat, 1 Oct 2005 17:48:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/bmp-faad/files patch-xmms-Makefile.am X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 17:48:40 -0000 ahze 2005-10-01 17:48:40 UTC FreeBSD ports repository Modified files: audio/bmp-faad/files patch-xmms-Makefile.am Log: - Respect PTHREAD_LIBS Revision Changes Path 1.3 +1 -1 ports/audio/bmp-faad/files/patch-xmms-Makefile.am From owner-cvs-all@FreeBSD.ORG Sat Oct 1 18:11:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7D9016A41F; Sat, 1 Oct 2005 18:11:30 +0000 (GMT) (envelope-from lkoeller@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64F9B43D45; Sat, 1 Oct 2005 18:11:30 +0000 (GMT) (envelope-from lkoeller@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91IBUuO083053; Sat, 1 Oct 2005 18:11:30 GMT (envelope-from lkoeller@repoman.freebsd.org) Received: (from lkoeller@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91IBUWi083052; Sat, 1 Oct 2005 18:11:30 GMT (envelope-from lkoeller) Message-Id: <200510011811.j91IBUWi083052@repoman.freebsd.org> From: Lars Koeller Date: Sat, 1 Oct 2005 18:11:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/xrolo/files patch-ad patch-ae patch-af X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 18:11:30 -0000 lkoeller 2005-10-01 18:11:30 UTC FreeBSD ports repository Modified files: deskutils/xrolo/files patch-ad patch-ae patch-af Log: o) Fix compile problem Revision Changes Path 1.2 +2 -2 ports/deskutils/xrolo/files/patch-ad 1.2 +19 -2 ports/deskutils/xrolo/files/patch-ae 1.2 +3 -3 ports/deskutils/xrolo/files/patch-af From owner-cvs-all@FreeBSD.ORG Sat Oct 1 18:17:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3310716A420; Sat, 1 Oct 2005 18:17:31 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E53A43D4C; Sat, 1 Oct 2005 18:17:29 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91IHTDO083293; Sat, 1 Oct 2005 18:17:29 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91IHTsR083292; Sat, 1 Oct 2005 18:17:29 GMT (envelope-from ru) Message-Id: <200510011817.j91IHTsR083292@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 1 Oct 2005 18:17:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 18:17:31 -0000 ru 2005-10-01 18:17:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) gnu/usr.bin/groff/tmac mdoc.local Log: Re-add FreeBSD 5.4 which got mistakenly nuked in rev. 1.41.2.5, add 7.0. Revision Changes Path 1.41.2.6 +2 -0 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-all@FreeBSD.ORG Sat Oct 1 18:20:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFF6516A41F; Sat, 1 Oct 2005 18:20:02 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82C7B43D45; Sat, 1 Oct 2005 18:20:02 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91IK2IE083374; Sat, 1 Oct 2005 18:20:02 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91IK2Jf083373; Sat, 1 Oct 2005 18:20:02 GMT (envelope-from nobutaka) Message-Id: <200510011820.j91IK2Jf083373@repoman.freebsd.org> From: MANTANI Nobutaka Date: Sat, 1 Oct 2005 18:20:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/libxine/files patch-src:video_out:video_out_xv.c patch-src:xine-engine:xine_internal.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 18:20:03 -0000 nobutaka 2005-10-01 18:20:02 UTC FreeBSD ports repository Added files: multimedia/libxine/files patch-src:video_out:video_out_xv.c patch-src:xine-engine:xine_internal.h Log: Backout the removal of patch-src:video_out:video_out_xv.c and patch-src:xine-engine:xine_internal.h to fix build error on 4-stable. PR: ports/86527 Submitted by: Tod McQuillin Revision Changes Path 1.5 +15 -0 ports/multimedia/libxine/files/patch-src:video_out:video_out_xv.c (new) 1.4 +80 -0 ports/multimedia/libxine/files/patch-src:xine-engine:xine_internal.h (new) From owner-cvs-all@FreeBSD.ORG Sat Oct 1 18:20:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0712816A41F; Sat, 1 Oct 2005 18:20:56 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8FEB43D45; Sat, 1 Oct 2005 18:20:55 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91IKtr9083516; Sat, 1 Oct 2005 18:20:55 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91IKtZs083515; Sat, 1 Oct 2005 18:20:55 GMT (envelope-from erwin) Message-Id: <200510011820.j91IKtZs083515@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 1 Oct 2005 18:20:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Devel-StackTrace Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 18:20:56 -0000 erwin 2005-10-01 18:20:55 UTC FreeBSD ports repository Modified files: devel/p5-Devel-StackTrace Makefile distinfo Log: Update to 1.12 PR: 86780 Submitted by: Emanuel Haupt Revision Changes Path 1.18 +1 -1 ports/devel/p5-Devel-StackTrace/Makefile 1.13 +2 -2 ports/devel/p5-Devel-StackTrace/distinfo From owner-cvs-all@FreeBSD.ORG Sat Oct 1 18:43:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0E4716A41F; Sat, 1 Oct 2005 18:43:21 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F02D943D45; Sat, 1 Oct 2005 18:43:16 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91IhGC6084293; Sat, 1 Oct 2005 18:43:16 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91IhGmR084292; Sat, 1 Oct 2005 18:43:16 GMT (envelope-from csjp) Message-Id: <200510011843.j91IhGmR084292@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Sat, 1 Oct 2005 18:43:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net bpf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 18:43:21 -0000 csjp 2005-10-01 18:43:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net bpf.c Log: MFC bpf.c v1.159 Make stats a bit more accurate by refreshing the PID after each descriptor operation. Approved by: re (scottl) Revision Changes Path 1.153.2.6 +12 -0 src/sys/net/bpf.c From owner-cvs-all@FreeBSD.ORG Sat Oct 1 18:52:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6FAE16A41F; Sat, 1 Oct 2005 18:52:08 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B762443D45; Sat, 1 Oct 2005 18:52:08 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91Iq8M5084655; Sat, 1 Oct 2005 18:52:08 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91Iq8rU084654; Sat, 1 Oct 2005 18:52:08 GMT (envelope-from erwin) Message-Id: <200510011852.j91Iq8rU084654@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 1 Oct 2005 18:52:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-Module-Find Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 18:52:09 -0000 erwin 2005-10-01 18:52:08 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Module-Find Makefile distinfo pkg-descr pkg-plist Log: Module::Find lets you find and use modules in categories. This can be very useful for auto-detecting driver or plugin modules. You can differentiate between looking in the category itself or in all subcategories. Submitted by: Lars Balker Rasmussen Revision Changes Path 1.1985 +1 -0 ports/devel/Makefile 1.1 +32 -0 ports/devel/p5-Module-Find/Makefile (new) 1.1 +2 -0 ports/devel/p5-Module-Find/distinfo (new) 1.1 +5 -0 ports/devel/p5-Module-Find/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-Module-Find/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Oct 1 18:52:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CBD016A41F; Sat, 1 Oct 2005 18:52:23 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF85D43D45; Sat, 1 Oct 2005 18:52:22 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91IqMTq084709; Sat, 1 Oct 2005 18:52:22 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91IqMmW084708; Sat, 1 Oct 2005 18:52:22 GMT (envelope-from erwin) Message-Id: <200510011852.j91IqMmW084708@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 1 Oct 2005 18:52:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 18:52:23 -0000 erwin 2005-10-01 18:52:22 UTC FreeBSD ports repository Modified files: . modules Log: p5-Module-Find --> ports/devel/p5-Module-Find Revision Changes Path 1.13264 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Oct 1 18:56:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 193D516A41F; Sat, 1 Oct 2005 18:56:20 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C892E43D45; Sat, 1 Oct 2005 18:56:19 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91IuJDZ085129; Sat, 1 Oct 2005 18:56:19 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91IuJYt085128; Sat, 1 Oct 2005 18:56:19 GMT (envelope-from glebius) Message-Id: <200510011856.j91IuJYt085128@repoman.freebsd.org> From: Gleb Smirnoff Date: Sat, 1 Oct 2005 18:56:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 trap.c src/sys/dev/em if_em.c src/sys/dev/firewire 00README if_fwe.c if_fwip.c src/sys/dev/fxp if_fxp.c src/sys/dev/ixgb README if_ixgb.c src/sys/dev/nge if_nge.c src/sys/dev/re if_re.c src/sys/dev/vge if_vge.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 18:56:20 -0000 glebius 2005-10-01 18:56:19 UTC FreeBSD src repository Modified files: sys/amd64/amd64 trap.c sys/dev/em if_em.c sys/dev/firewire 00README if_fwe.c if_fwip.c sys/dev/fxp if_fxp.c sys/dev/ixgb README if_ixgb.c sys/dev/nge if_nge.c sys/dev/re if_re.c sys/dev/vge if_vge.c sys/i386/i386 trap.c sys/kern kern_poll.c sys/net if.h if_var.h sys/pci if_dc.c if_rl.c if_sf.c if_sis.c if_ste.c if_vr.c if_xl.c Log: Big polling(4) cleanup. o Axe poll in trap. o Axe IFF_POLLING flag from if_flags. o Rework revision 1.21 (Giant removal), in such a way that poll_mtx is not dropped during call to polling handler. This fixes problem with idle polling. o Make registration and deregistration from polling in a functional way, insted of next tick/interrupt. o Obsolete kern.polling.enable. Polling is turned on/off with ifconfig. Detailed kern_poll.c changes: - Remove polling handler flags, introduced in 1.21. The are not needed now. - Forget and do not check if_flags, if_capenable and if_drv_flags. - Call all registered polling handlers unconditionally. - Do not drop poll_mtx, when entering polling handlers. - In ether_poll() NET_LOCK_GIANT prior to locking poll_mtx. - In netisr_poll() axe the block, where polling code asks drivers to unregister. - In netisr_poll() and ether_poll() do polling always, if any handlers are present. - In ether_poll_[de]register() remove a lot of error hiding code. Assert that arguments are correct, instead. - In ether_poll_[de]register() use standard return values in case of error or success. - Introduce poll_switch() that is a sysctl handler for kern.polling.enable. poll_switch() goes through interface list and enabled/disables polling. A message that kern.polling.enable is deprecated is printed. Detailed driver changes: - On attach driver announces IFCAP_POLLING in if_capabilities, but not in if_capenable. - On detach driver calls ether_poll_deregister() if polling is enabled. - In polling handler driver obtains its lock and checks IFF_DRV_RUNNING flag. If there is no, then unlocks and returns. - In ioctl handler driver checks for IFCAP_POLLING flag requested to be set or cleared. Driver first calls ether_poll_[de]register(), then obtains driver lock and [dis/en]ables interrupts. - In interrupt handler driver checks IFCAP_POLLING flag in if_capenable. If present, then returns.This is important to protect from spurious interrupts. Reviewed by: ru, sam, jhb Revision Changes Path 1.294 +0 -10 src/sys/amd64/amd64/trap.c 1.74 +37 -34 src/sys/dev/em/if_em.c 1.2 +0 -3 src/sys/dev/firewire/00README 1.39 +40 -29 src/sys/dev/firewire/if_fwe.c 1.10 +47 -31 src/sys/dev/firewire/if_fwip.c 1.248 +32 -24 src/sys/dev/fxp/if_fxp.c 1.2 +7 -8 src/sys/dev/ixgb/README 1.15 +43 -34 src/sys/dev/ixgb/if_ixgb.c 1.80 +37 -25 src/sys/dev/nge/if_nge.c 1.56 +49 -40 src/sys/dev/re/if_re.c 1.19 +51 -54 src/sys/dev/vge/if_vge.c 1.281 +0 -10 src/sys/i386/i386/trap.c 1.23 +88 -100 src/sys/kern/kern_poll.c 1.99 +2 -3 src/sys/net/if.h 1.103 +1 -1 src/sys/net/if_var.h 1.169 +41 -28 src/sys/pci/if_dc.c 1.158 +40 -36 src/sys/pci/if_rl.c 1.88 +45 -44 src/sys/pci/if_sf.c 1.140 +44 -31 src/sys/pci/if_sis.c 1.90 +41 -32 src/sys/pci/if_ste.c 1.108 +39 -31 src/sys/pci/if_vr.c 1.197 +45 -41 src/sys/pci/if_xl.c From owner-cvs-all@FreeBSD.ORG Sat Oct 1 19:04:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 736AC16A41F; Sat, 1 Oct 2005 19:04:23 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3090143D46; Sat, 1 Oct 2005 19:04:23 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91J4NOa085490; Sat, 1 Oct 2005 19:04:23 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91J4N88085489; Sat, 1 Oct 2005 19:04:23 GMT (envelope-from glebius) Message-Id: <200510011904.j91J4N88085489@repoman.freebsd.org> From: Gleb Smirnoff Date: Sat, 1 Oct 2005 19:04:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 polling.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 19:04:23 -0000 glebius 2005-10-01 19:04:23 UTC FreeBSD src repository Modified files: share/man/man4 polling.4 Log: - Catch up with the fact that HZ is 1000 now by default. - Remove description of poll in trap feature. - Tell that polling should be turned on and off with ifconfig. - Move description of kern.polling.enable to the end and say that this a deprecated way of turning polling on. - Remove note that idle poll has some problems in CURRENT. I failed to find them, while Sam and Luigi failed to remember what the problem actually were there. Revision Changes Path 1.20 +21 -22 src/share/man/man4/polling.4 From owner-cvs-all@FreeBSD.ORG Sat Oct 1 19:08:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1433116A429; Sat, 1 Oct 2005 19:08:35 +0000 (GMT) (envelope-from gj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1CEC43D46; Sat, 1 Oct 2005 19:08:34 +0000 (GMT) (envelope-from gj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91J8Ykm085738; Sat, 1 Oct 2005 19:08:34 GMT (envelope-from gj@repoman.freebsd.org) Received: (from gj@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91J8Y1C085737; Sat, 1 Oct 2005 19:08:34 GMT (envelope-from gj) Message-Id: <200510011908.j91J8Y1C085737@repoman.freebsd.org> From: Gary Jennejohn Date: Sat, 1 Oct 2005 19:08:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/vile Makefile distinfo pkg-plist pkg-plist.filt pkg-plist.perl pkg-plist.perl+filt ports/editors/xvile Makefile distinfo pkg-plist pkg-plist.filt pkg-plist.perl pkg-plist.perl+filt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 19:08:35 -0000 gj 2005-10-01 19:08:34 UTC FreeBSD ports repository Modified files: editors/vile Makefile distinfo pkg-plist pkg-plist.filt pkg-plist.perl pkg-plist.perl+filt editors/xvile Makefile distinfo pkg-plist pkg-plist.filt pkg-plist.perl pkg-plist.perl+filt Log: Update to 9.5a. PR: ports/86232 (vile only) Revision Changes Path 1.69 +6 -4 ports/editors/vile/Makefile 1.49 +2 -0 ports/editors/vile/distinfo 1.26 +60 -50 ports/editors/vile/pkg-plist 1.16 +59 -49 ports/editors/vile/pkg-plist.filt 1.25 +88 -78 ports/editors/vile/pkg-plist.perl 1.18 +87 -77 ports/editors/vile/pkg-plist.perl+filt 1.70 +2 -1 ports/editors/xvile/Makefile 1.50 +2 -0 ports/editors/xvile/distinfo 1.27 +10 -0 ports/editors/xvile/pkg-plist 1.17 +10 -0 ports/editors/xvile/pkg-plist.filt 1.26 +10 -0 ports/editors/xvile/pkg-plist.perl 1.19 +10 -0 ports/editors/xvile/pkg-plist.perl+filt From owner-cvs-all@FreeBSD.ORG Sat Oct 1 19:10:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F1E216A41F; Sat, 1 Oct 2005 19:10:49 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1491A43D48; Sat, 1 Oct 2005 19:10:49 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91JAmVt085884; Sat, 1 Oct 2005 19:10:48 GMT (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91JAm3C085883; Sat, 1 Oct 2005 19:10:48 GMT (envelope-from truckman) Message-Id: <200510011910.j91JAm3C085883@repoman.freebsd.org> From: Don Lewis Date: Sat, 1 Oct 2005 19:10:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_snapshot.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 19:10:49 -0000 truckman 2005-10-01 19:10:48 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_snapshot.c Log: Correct previous commit to fix the sense of the TDP_NORUNNINGBUF check in ffs_copyonwrite() that is a precondition for calling waitrunningbufspace(). Pointed out by: tegge Pointy hat to: truckman MFC after: 3 days Revision Changes Path 1.106 +1 -1 src/sys/ufs/ffs/ffs_snapshot.c From owner-cvs-all@FreeBSD.ORG Sat Oct 1 19:14:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F7EB16A41F; Sat, 1 Oct 2005 19:14:35 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D1EF43D48; Sat, 1 Oct 2005 19:14:35 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91JEYIE086026; Sat, 1 Oct 2005 19:14:35 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91JEYtC086025; Sat, 1 Oct 2005 19:14:34 GMT (envelope-from glebius) Message-Id: <200510011914.j91JEYtC086025@repoman.freebsd.org> From: Gleb Smirnoff Date: Sat, 1 Oct 2005 19:14:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig ifconfig.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 19:14:35 -0000 glebius 2005-10-01 19:14:34 UTC FreeBSD src repository Modified files: sbin/ifconfig ifconfig.8 Log: Now ifconfig is the one right way to turn polling on. Thus, remove the "if" clauses. Revision Changes Path 1.106 +6 -5 src/sbin/ifconfig/ifconfig.8 From owner-cvs-all@FreeBSD.ORG Sat Oct 1 19:21:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 740D016A41F; Sat, 1 Oct 2005 19:21:04 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3282443D45; Sat, 1 Oct 2005 19:21:04 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91JL41w086376; Sat, 1 Oct 2005 19:21:04 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91JL40Z086375; Sat, 1 Oct 2005 19:21:04 GMT (envelope-from phk) Message-Id: <200510011921.j91JL40Z086375@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 1 Oct 2005 19:21:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_conf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 19:21:04 -0000 phk 2005-10-01 19:21:04 UTC FreeBSD src repository Modified files: sys/kern kern_conf.c Log: Make sure the clone lists are sorted in the right order. Explosion triggered by: pjd MFC: 3 days Revision Changes Path 1.194 +5 -3 src/sys/kern/kern_conf.c From owner-cvs-all@FreeBSD.ORG Sat Oct 1 19:54:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82A8E16A41F; Sat, 1 Oct 2005 19:54:35 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4110A43D45; Sat, 1 Oct 2005 19:54:35 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91JsZsO087452; Sat, 1 Oct 2005 19:54:35 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91JsYtQ087451; Sat, 1 Oct 2005 19:54:35 GMT (envelope-from marcus) Message-Id: <200510011954.j91JsYtQ087451@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 1 Oct 2005 19:54:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/pkg_install Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 19:54:35 -0000 marcus 2005-10-01 19:54:34 UTC FreeBSD ports repository Modified files: sysutils/pkg_install Makefile distinfo Log: Update to a -CURRENT snapshot from October 1, 2005. Revision Changes Path 1.15 +1 -1 ports/sysutils/pkg_install/Makefile 1.11 +2 -2 ports/sysutils/pkg_install/distinfo From owner-cvs-all@FreeBSD.ORG Sat Oct 1 19:58:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA94016A41F; Sat, 1 Oct 2005 19:58:22 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A964143D48; Sat, 1 Oct 2005 19:58:22 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91JwM7g087656; Sat, 1 Oct 2005 19:58:22 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91JwMLc087655; Sat, 1 Oct 2005 19:58:22 GMT (envelope-from nobutaka) Message-Id: <200510011958.j91JwMLc087655@repoman.freebsd.org> From: MANTANI Nobutaka Date: Sat, 1 Oct 2005 19:58:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/cd2mp3 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 19:58:23 -0000 nobutaka 2005-10-01 19:58:22 UTC FreeBSD ports repository Modified files: audio/cd2mp3 Makefile Log: Update MASTER_SITES. PR: ports/86801 Submitted by: Travis Poppe Revision Changes Path 1.13 +1 -4 ports/audio/cd2mp3/Makefile From owner-cvs-all@FreeBSD.ORG Sat Oct 1 20:03:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06A0C16A420 for ; Sat, 1 Oct 2005 20:03:38 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from relay.rdsnet.ro (gimli.rdsnet.ro [193.231.236.70]) by mx1.FreeBSD.org (Postfix) with SMTP id 1C14143D58 for ; Sat, 1 Oct 2005 20:03:35 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: (qmail 12771 invoked from network); 1 Oct 2005 20:03:33 -0000 Received: from unknown (HELO smtp.rdsnet.ro) (62.231.74.130) by smtp1-133.rdsnet.ro with SMTP; 1 Oct 2005 20:03:33 -0000 Received: (qmail 23098 invoked by uid 89); 1 Oct 2005 20:03:32 -0000 Received: from unknown (HELO it.buh.tecnik93.com) (81.196.204.98) by 0 with SMTP; 1 Oct 2005 20:03:32 -0000 Received: from it.buh.tecnik93.com (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 8BC0E115F6; Sat, 1 Oct 2005 23:03:31 +0300 (EEST) Date: Sat, 1 Oct 2005 23:03:30 +0300 From: Ion-Mihai Tetcu To: pav@FreeBSD.org Message-ID: <20051001230330.3d2e3aa1@it.buh.tecnik93.com> In-Reply-To: <1128175185.5849.4.camel@ikaros.oook.cz> References: <200509281902.j8SJ2Fbf043957@repoman.freebsd.org> <0E80A2630461552641F1C3F8@cc-126-240.int.t-online.fr> <1128175185.5849.4.camel@ikaros.oook.cz> X-Mailer: Sylpheed-Claws 1.9.12 (GTK+ 2.6.8; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Marcus Alves Grando , cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, Mathieu Arnold , ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/postfix distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 20:03:38 -0000 On Sat, 01 Oct 2005 15:59:45 +0200 Pav Lucistnik wrote: > Mathieu Arnold p=ED__e v so 01. 10. 2005 v 15:53 +0200: > >=20 > > +-le 28/09/2005 19:02 +0000, Marcus Alves Grando =E9crivait : > > | mnag 2005-09-28 19:02:14 UTC > > |=20 > > | FreeBSD ports repository > > |=20 > > | Modified files: > > | mail/postfix distinfo=20 > > | Log: > > | VDA bugfix > > | =20 > > | Approved by: vivek@khera.org (maintainer via email), pav > > (mentor) | =20 > > | Revision Changes Path > > | 1.68 +2 -2 ports/mail/postfix/distinfo > >=20 > > Couldn't you have bumped PORTREVISION ? >=20 > No PORTREVISION bumps on changes that only modifies features which are > disabled by default. What's the logic in this ? I should read each commit log for all the ports if I don't use the defaults ? --=20 IOnut Unregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" From owner-cvs-all@FreeBSD.ORG Sat Oct 1 20:07:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B644216A41F; Sat, 1 Oct 2005 20:07:56 +0000 (GMT) (envelope-from archie@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70DB343D46; Sat, 1 Oct 2005 20:07:56 +0000 (GMT) (envelope-from archie@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91K7um6088033; Sat, 1 Oct 2005 20:07:56 GMT (envelope-from archie@repoman.freebsd.org) Received: (from archie@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91K7unX088032; Sat, 1 Oct 2005 20:07:56 GMT (envelope-from archie) Message-Id: <200510012007.j91K7unX088032@repoman.freebsd.org> From: Archie Cobbs Date: Sat, 1 Oct 2005 20:07:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/mpd/files patch-src::custom.c patch-src::log.c patch-src::modem.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 20:07:56 -0000 archie 2005-10-01 20:07:56 UTC FreeBSD ports repository Added files: net/mpd/files patch-src::custom.c patch-src::log.c patch-src::modem.c Log: Fix segfault on AMD64. PR: ports/83602 Revision Changes Path 1.1 +31 -0 ports/net/mpd/files/patch-src::custom.c (new) 1.1 +73 -0 ports/net/mpd/files/patch-src::log.c (new) 1.1 +21 -0 ports/net/mpd/files/patch-src::modem.c (new) From owner-cvs-all@FreeBSD.ORG Sat Oct 1 20:12:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96D0916A41F; Sat, 1 Oct 2005 20:12:55 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5118143D45; Sat, 1 Oct 2005 20:12:55 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91KCtT8088238; Sat, 1 Oct 2005 20:12:55 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91KCtWv088237; Sat, 1 Oct 2005 20:12:55 GMT (envelope-from nobutaka) Message-Id: <200510012012.j91KCtWv088237@repoman.freebsd.org> From: MANTANI Nobutaka Date: Sat, 1 Oct 2005 20:12:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/jwchat Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 20:12:55 -0000 nobutaka 2005-10-01 20:12:54 UTC FreeBSD ports repository Modified files: www/jwchat Makefile distinfo pkg-plist Log: - Update to 1.0.b2 - don't overwrite or delete user-modified config file PR: ports/86701 Submitted by: maintainer Revision Changes Path 1.2 +7 -3 ports/www/jwchat/Makefile 1.2 +2 -2 ports/www/jwchat/distinfo 1.2 +139 -4 ports/www/jwchat/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Oct 1 20:15:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E9B516A41F; Sat, 1 Oct 2005 20:15:42 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F028343D45; Sat, 1 Oct 2005 20:15:41 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91KFfSC088400; Sat, 1 Oct 2005 20:15:41 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91KFfES088399; Sat, 1 Oct 2005 20:15:41 GMT (envelope-from rwatson) Message-Id: <200510012015.j91KFfES088399@repoman.freebsd.org> From: Robert Watson Date: Sat, 1 Oct 2005 20:15:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 20:15:42 -0000 rwatson 2005-10-01 20:15:41 UTC FreeBSD src repository Modified files: sys/fs/fifofs fifo_vnops.c Log: Second attempt at a work-around for fifo-related socket panics during make -j with high levels of parallelism: acquire Giant in fifo I/O routines. Discussed with: ups MFC after: 3 days Revision Changes Path 1.132 +4 -0 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Sat Oct 1 20:35:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD1C216A41F; Sat, 1 Oct 2005 20:35:27 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C7C643D46; Sat, 1 Oct 2005 20:35:27 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91KZQLH089148; Sat, 1 Oct 2005 20:35:26 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91KZQV4089147; Sat, 1 Oct 2005 20:35:26 GMT (envelope-from nobutaka) Message-Id: <200510012035.j91KZQV4089147@repoman.freebsd.org> From: MANTANI Nobutaka Date: Sat, 1 Oct 2005 20:35:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/fxtv/files patch-tvmenu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 20:35:27 -0000 nobutaka 2005-10-01 20:35:26 UTC FreeBSD ports repository Added files: multimedia/fxtv/files patch-tvmenu.c Log: Fix segmentation fault on startup. PR: ports/86579 Submitted by: Simun Mikecin Revision Changes Path 1.1 +11 -0 ports/multimedia/fxtv/files/patch-tvmenu.c (new) From owner-cvs-all@FreeBSD.ORG Sat Oct 1 20:37:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ABA116A41F; Sat, 1 Oct 2005 20:37:38 +0000 (GMT) (envelope-from mat@mat.cc) Received: from plouf.absolight.net (plouf.absolight.net [193.30.224.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13EAC43D45; Sat, 1 Oct 2005 20:37:37 +0000 (GMT) (envelope-from mat@mat.cc) Received: from pouet.in.mat.cc (pouet.in.mat.cc [193.30.224.122]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by plouf.absolight.net (Postfix) with ESMTP id 68BAA4A9BC3; Sat, 1 Oct 2005 22:37:33 +0200 (CEST) Date: Sat, 01 Oct 2005 22:37:27 +0200 From: Mathieu Arnold To: Ion-Mihai Tetcu , pav@FreeBSD.org Message-ID: <3A145E4136F05ADF536D3EF6@[192.168.1.5]> In-Reply-To: <20051001230330.3d2e3aa1@it.buh.tecnik93.com> References: <200509281902.j8SJ2Fbf043957@repoman.freebsd.org> <0E80A2630461552641F1C3F8@cc-126-240.int.t-online.fr> <1128175185.5849.4.camel@ikaros.oook.cz> <20051001230330.3d2e3aa1@it.buh.tecnik93.com> X-Mailer: Mulberry/4.0.1.1 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Marcus Alves Grando , cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/postfix distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 20:37:38 -0000 +-Le 01/10/2005 23:03 +0300, Ion-Mihai Tetcu a dit : | On Sat, 01 Oct 2005 15:59:45 +0200 | Pav Lucistnik wrote: |=20 |> Mathieu Arnold p=ED__e v so 01. 10. 2005 v 15:53 +0200: |> >=20 |> > +-le 28/09/2005 19:02 +0000, Marcus Alves Grando =E9crivait : |> > | mnag 2005-09-28 19:02:14 UTC |> > |=20 |> > | FreeBSD ports repository |> > |=20 |> > | Modified files: |> > | mail/postfix distinfo=20 |> > | Log: |> > | VDA bugfix |> > | =20 |> > | Approved by: vivek@khera.org (maintainer via email), pav |> > (mentor) | =20 |> > | Revision Changes Path |> > | 1.68 +2 -2 ports/mail/postfix/distinfo |> >=20 |> > Couldn't you have bumped PORTREVISION ? |>=20 |> No PORTREVISION bumps on changes that only modifies features which are |> disabled by default. |=20 | What's the logic in this ? I should read each commit log for all the | ports if I don't use the defaults ? Yes, I was wondering wether to reply something like that :-) I think the logic is to bump it when the package changes. --=20 Mathieu Arnold From owner-cvs-all@FreeBSD.ORG Sat Oct 1 20:38:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CFBB16A41F; Sat, 1 Oct 2005 20:38:51 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BB2443D45; Sat, 1 Oct 2005 20:38:51 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91Kcp9W089235; Sat, 1 Oct 2005 20:38:51 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91KcpeN089234; Sat, 1 Oct 2005 20:38:51 GMT (envelope-from linimon) Message-Id: <200510012038.j91KcpeN089234@repoman.freebsd.org> From: Mark Linimon Date: Sat, 1 Oct 2005 20:38:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.sites.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 20:38:51 -0000 linimon 2005-10-01 20:38:50 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: Remove one stale VIM mastersite and fix another one to end with a slash. Revision Changes Path 1.323 +2 -3 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Sat Oct 1 20:49:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A223F16A421; Sat, 1 Oct 2005 20:49:18 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23A4B43D46; Sat, 1 Oct 2005 20:49:18 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91KnIU9096780; Sat, 1 Oct 2005 20:49:18 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91KnIba096779; Sat, 1 Oct 2005 20:49:18 GMT (envelope-from linimon) Message-Id: <200510012049.j91KnIba096779@repoman.freebsd.org> From: Mark Linimon Date: Sat, 1 Oct 2005 20:49:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.sites.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 20:49:18 -0000 linimon 2005-10-01 20:49:17 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: Add a note about the maximum number of entries in a single mastersite list that is considered useful. Add a note about how all entries must terminate with a slash. This is part of the continuing attempt to clean up the very poor state of this file. hat: portmgr Revision Changes Path 1.324 +9 -1 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Sat Oct 1 20:53:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D192D16A41F; Sat, 1 Oct 2005 20:53:51 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9227D43D45; Sat, 1 Oct 2005 20:53:51 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91Krpnx096984; Sat, 1 Oct 2005 20:53:51 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91KrpEA096983; Sat, 1 Oct 2005 20:53:51 GMT (envelope-from glebius) Message-Id: <200510012053.j91KrpEA096983@repoman.freebsd.org> From: Gleb Smirnoff Date: Sat, 1 Oct 2005 20:53:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 20:53:52 -0000 glebius 2005-10-01 20:53:51 UTC FreeBSD src repository Modified files: . UPDATING Log: Note that kern.polling.enable is deprecated. Revision Changes Path 1.422 +4 -0 src/UPDATING From owner-cvs-all@FreeBSD.ORG Sat Oct 1 20:54:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A54E816A470 for ; Sat, 1 Oct 2005 20:54:03 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from relay.rdsnet.ro (gimli.rdsnet.ro [193.231.236.70]) by mx1.FreeBSD.org (Postfix) with SMTP id 1BA8443D49 for ; Sat, 1 Oct 2005 20:54:00 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: (qmail 17727 invoked from network); 1 Oct 2005 20:53:58 -0000 Received: from unknown (HELO smtp.rdsnet.ro) (62.231.74.130) by smtp1-133.rdsnet.ro with SMTP; 1 Oct 2005 20:53:58 -0000 Received: (qmail 27397 invoked by uid 89); 1 Oct 2005 20:53:57 -0000 Received: from unknown (HELO it.buh.tecnik93.com) (81.196.204.98) by 0 with SMTP; 1 Oct 2005 20:53:57 -0000 Received: from it.buh.tecnik93.com (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id EE750115F7; Sat, 1 Oct 2005 23:53:33 +0300 (EEST) Date: Sat, 1 Oct 2005 23:53:33 +0300 From: Ion-Mihai Tetcu To: Mathieu Arnold Message-ID: <20051001235333.3acc2f50@it.buh.tecnik93.com> In-Reply-To: <3A145E4136F05ADF536D3EF6@[192.168.1.5]> References: <200509281902.j8SJ2Fbf043957@repoman.freebsd.org> <0E80A2630461552641F1C3F8@cc-126-240.int.t-online.fr> <1128175185.5849.4.camel@ikaros.oook.cz> <20051001230330.3d2e3aa1@it.buh.tecnik93.com> <3A145E4136F05ADF536D3EF6@[192.168.1.5]> X-Mailer: Sylpheed-Claws 1.9.12 (GTK+ 2.6.8; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Marcus Alves Grando , cvs-ports@FreeBSD.org, pav@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/postfix distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 20:54:03 -0000 On Sat, 01 Oct 2005 22:37:27 +0200 Mathieu Arnold wrote: > +-Le 01/10/2005 23:03 +0300, Ion-Mihai Tetcu a dit : > | On Sat, 01 Oct 2005 15:59:45 +0200 > | Pav Lucistnik wrote: > |=20 > |> Mathieu Arnold p=ED__e v so 01. 10. 2005 v 15:53 +0200: > |> >=20 > |> > +-le 28/09/2005 19:02 +0000, Marcus Alves Grando =E9crivait : > |> > | mnag 2005-09-28 19:02:14 UTC > |> > |=20 > |> > | FreeBSD ports repository > |> > |=20 > |> > | Modified files: > |> > | mail/postfix distinfo=20 > |> > | Log: > |> > | VDA bugfix > |> > | =20 > |> > | Approved by: vivek@khera.org (maintainer via email), pav > |> > (mentor) | =20 > |> > | Revision Changes Path > |> > | 1.68 +2 -2 ports/mail/postfix/distinfo > |> >=20 > |> > Couldn't you have bumped PORTREVISION ? > |>=20 > |> No PORTREVISION bumps on changes that only modifies features which > are |> disabled by default. > |=20 > | What's the logic in this ? I should read each commit log for all the > | ports if I don't use the defaults ? >=20 > Yes, I was wondering wether to reply something like that :-) > I think the logic is to bump it when the package changes. Yeh, well, then it's an "incomplete" logic. I have # pkg_info -Ia |wc -l 726 only on my desktop; if I add my servers, customer desktops, etc. I think I get past 1000; and enough of them are with non-default options. Cross-referencing them in mind is just impossible. --=20 IOnut Unregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" From owner-cvs-all@FreeBSD.ORG Sat Oct 1 20:58:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF3F316A41F; Sat, 1 Oct 2005 20:58:03 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F9F243D45; Sat, 1 Oct 2005 20:58:03 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91Kw3WF097138; Sat, 1 Oct 2005 20:58:03 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91Kw3L9097137; Sat, 1 Oct 2005 20:58:03 GMT (envelope-from yar) Message-Id: <200510012058.j91Kw3L9097137@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 1 Oct 2005 20:58:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc rc.subr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 20:58:04 -0000 yar 2005-10-01 20:58:03 UTC FreeBSD src repository Modified files: etc rc.subr Log: Fix the usage of rc_usage. The rc_usage function takes a list of possible keywords, not all them in a single argument. This also fixes the issue of extra delimiter characters appearing on the help line from rc.d scripts not setting $extra_commands. Revision Changes Path 1.38 +3 -3 src/etc/rc.subr From owner-cvs-all@FreeBSD.ORG Sat Oct 1 21:17:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CEB216A41F; Sat, 1 Oct 2005 21:17:53 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 363C343D48; Sat, 1 Oct 2005 21:17:53 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [70.30.70.180]) by elvis.mu.org (Postfix) with ESMTP id 0F2581A3C1B; Sat, 1 Oct 2005 14:17:53 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 809F751264; Sat, 1 Oct 2005 17:17:51 -0400 (EDT) Date: Sat, 1 Oct 2005 17:17:51 -0400 From: Kris Kennaway To: Archie Cobbs Message-ID: <20051001211751.GA62548@xor.obsecurity.org> References: <200510012007.j91K7unX088032@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2oS5YaxWCcQjTEyO" Content-Disposition: inline In-Reply-To: <200510012007.j91K7unX088032@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net/mpd/files patch-src::custom.c patch-src::log.c patch-src::modem.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 21:17:53 -0000 --2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 01, 2005 at 08:07:56PM +0000, Archie Cobbs wrote: > archie 2005-10-01 20:07:56 UTC >=20 > FreeBSD ports repository >=20 > Added files: > net/mpd/files patch-src::custom.c patch-src::log.c=20 > patch-src::modem.c=20 > Log: > Fix segfault on AMD64. PORTREVISION bump? Kris --2oS5YaxWCcQjTEyO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDPvz/Wry0BWjoQKURAtkxAJ0Z7pIv9+xTry5vCps666V8XR+j9ACdGNuB 3Ve5lWzhUJN8pLXntuU02WY= =YdyH -----END PGP SIGNATURE----- --2oS5YaxWCcQjTEyO-- From owner-cvs-all@FreeBSD.ORG Sat Oct 1 21:18:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19F5416A41F; Sat, 1 Oct 2005 21:18:10 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D0D743D53; Sat, 1 Oct 2005 21:18:09 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [70.30.70.180]) by elvis.mu.org (Postfix) with ESMTP id 747CB1A3C19; Sat, 1 Oct 2005 14:18:09 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 8A1A65131A; Sat, 1 Oct 2005 17:18:08 -0400 (EDT) Date: Sat, 1 Oct 2005 17:18:08 -0400 From: Kris Kennaway To: MANTANI Nobutaka Message-ID: <20051001211808.GB62548@xor.obsecurity.org> References: <200510012035.j91KZQV4089147@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LpQ9ahxlCli8rRTG" Content-Disposition: inline In-Reply-To: <200510012035.j91KZQV4089147@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/multimedia/fxtv/files patch-tvmenu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 21:18:10 -0000 --LpQ9ahxlCli8rRTG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 01, 2005 at 08:35:26PM +0000, MANTANI Nobutaka wrote: > nobutaka 2005-10-01 20:35:26 UTC >=20 > FreeBSD ports repository >=20 > Added files: > multimedia/fxtv/files patch-tvmenu.c=20 > Log: > Fix segmentation fault on startup. PORTREVISION bump? Kris --LpQ9ahxlCli8rRTG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDPv0QWry0BWjoQKURAikGAKCl4Kbu/fIz9jvtl2ulX/Eh2V9qwwCePKH4 2MYuKNLVp1jF8rJ8gWgwLUE= =murz -----END PGP SIGNATURE----- --LpQ9ahxlCli8rRTG-- From owner-cvs-all@FreeBSD.ORG Sat Oct 1 21:38:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C9F916A420; Sat, 1 Oct 2005 21:38:06 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2519443D5A; Sat, 1 Oct 2005 21:38:00 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91Lc0J2098489; Sat, 1 Oct 2005 21:38:00 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91Lc0mf098488; Sat, 1 Oct 2005 21:38:00 GMT (envelope-from nobutaka) Message-Id: <200510012138.j91Lc0mf098488@repoman.freebsd.org> From: MANTANI Nobutaka Date: Sat, 1 Oct 2005 21:38:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/openacs-dotlrn Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 21:38:06 -0000 nobutaka 2005-10-01 21:38:00 UTC FreeBSD ports repository Modified files: www/openacs-dotlrn Makefile distinfo Log: Update to 2.1.3. PR: ports/86646 Submitted by: maintainer Revision Changes Path 1.3 +1 -1 ports/www/openacs-dotlrn/Makefile 1.2 +2 -2 ports/www/openacs-dotlrn/distinfo From owner-cvs-all@FreeBSD.ORG Sat Oct 1 21:44:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AE1616A41F; Sat, 1 Oct 2005 21:44:22 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9082743D53; Sat, 1 Oct 2005 21:44:21 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91LiLbG098816; Sat, 1 Oct 2005 21:44:21 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91LiLb4098815; Sat, 1 Oct 2005 21:44:21 GMT (envelope-from nobutaka) Message-Id: <200510012144.j91LiLb4098815@repoman.freebsd.org> From: MANTANI Nobutaka Date: Sat, 1 Oct 2005 21:44:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/fxtv Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 21:44:22 -0000 nobutaka 2005-10-01 21:44:21 UTC FreeBSD ports repository Modified files: multimedia/fxtv Makefile Log: Bump PORTREVISION for the previous fix. Pointed out by: kris Revision Changes Path 1.44 +1 -1 ports/multimedia/fxtv/Makefile From owner-cvs-all@FreeBSD.ORG Sat Oct 1 21:54:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E34116A41F; Sat, 1 Oct 2005 21:54:13 +0000 (GMT) (envelope-from garys@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE43643D45; Sat, 1 Oct 2005 21:54:12 +0000 (GMT) (envelope-from garys@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91LsCPP099148; Sat, 1 Oct 2005 21:54:12 GMT (envelope-from garys@repoman.freebsd.org) Received: (from garys@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91LsCdv099147; Sat, 1 Oct 2005 21:54:12 GMT (envelope-from garys) Message-Id: <200510012154.j91LsCdv099147@repoman.freebsd.org> From: "Gary W. Swearingen" Date: Sat, 1 Oct 2005 21:54:12 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/boot chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 21:54:13 -0000 garys 2005-10-01 21:54:12 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/boot chapter.sgml Log: Overhauled discussions of boot managers, adding some details. Approved by: keramida (mentor) Revision Changes Path 1.61 +78 -66 doc/en_US.ISO8859-1/books/handbook/boot/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Oct 1 22:40:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E63016A424; Sat, 1 Oct 2005 22:40:31 +0000 (GMT) (envelope-from garys@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F5EB43D45; Sat, 1 Oct 2005 22:40:30 +0000 (GMT) (envelope-from garys@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91MeURv001040; Sat, 1 Oct 2005 22:40:30 GMT (envelope-from garys@repoman.freebsd.org) Received: (from garys@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91MeUo7001039; Sat, 1 Oct 2005 22:40:30 GMT (envelope-from garys) Message-Id: <200510012240.j91MeUo7001039@repoman.freebsd.org> From: "Gary W. Swearingen" Date: Sat, 1 Oct 2005 22:40:29 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/security chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 22:40:31 -0000 garys 2005-10-01 22:40:29 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/security chapter.sgml Log: Change the mention of ICMP_BANDLIM to note sysctl variable in post-4.X. Approved by: keramida (mentor) Revision Changes Path 1.282 +5 -4 doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Oct 1 22:51:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 341ED16A41F; Sat, 1 Oct 2005 22:51:44 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4B8243D4C; Sat, 1 Oct 2005 22:51:43 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91MphcP001530; Sat, 1 Oct 2005 22:51:43 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91MphF8001529; Sat, 1 Oct 2005 22:51:43 GMT (envelope-from linimon) Message-Id: <200510012251.j91MphF8001529@repoman.freebsd.org> From: Mark Linimon Date: Sat, 1 Oct 2005 22:51:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/ump Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 22:51:44 -0000 linimon 2005-10-01 22:51:43 UTC FreeBSD ports repository Modified files: www/ump Makefile Log: Remove broken mastersite. Source: distfile survey Approved by: maintainer Revision Changes Path 1.20 +1 -3 ports/www/ump/Makefile From owner-cvs-all@FreeBSD.ORG Sat Oct 1 23:44:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58AF116A41F; Sat, 1 Oct 2005 23:44:45 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 223B243D46; Sat, 1 Oct 2005 23:44:45 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91NijH1003826; Sat, 1 Oct 2005 23:44:45 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91NijJF003825; Sat, 1 Oct 2005 23:44:45 GMT (envelope-from jylefort) Message-Id: <200510012344.j91NijJF003825@repoman.freebsd.org> From: Jean-Yves Lefort Date: Sat, 1 Oct 2005 23:44:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio Makefile ports/audio/xmmsctrl Makefile distinfo pkg-descr pkg-plist ports/audio/xmmsctrl/files patch-Makefile patch-removefile.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 23:44:45 -0000 jylefort 2005-10-01 23:44:44 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/xmmsctrl Makefile distinfo pkg-descr pkg-plist audio/xmmsctrl/files patch-Makefile patch-removefile.c Log: Add xmmsctrl. xmmsctrl is a small utility to control XMMS from the command line. Its goal is to be used coupled with sh to test XMMS state and perform an appropriate action, e.g. if playing then pause else play. The interest of this is to bind keys in a window manager to have control over XMMS with keys that do play/next/pause, prev, control sound... WWW: http://user.it.uu.se/~adavid/utils/ PR: ports/86534 Submitted by: Jason E. Hale Revision Changes Path 1.661 +1 -0 ports/audio/Makefile 1.1 +37 -0 ports/audio/xmmsctrl/Makefile (new) 1.1 +2 -0 ports/audio/xmmsctrl/distinfo (new) 1.1 +23 -0 ports/audio/xmmsctrl/files/patch-Makefile (new) 1.1 +20 -0 ports/audio/xmmsctrl/files/patch-removefile.c (new) 1.1 +7 -0 ports/audio/xmmsctrl/pkg-descr (new) 1.1 +13 -0 ports/audio/xmmsctrl/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Oct 1 23:45:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 503C016A41F; Sat, 1 Oct 2005 23:45:50 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2379843D5F; Sat, 1 Oct 2005 23:45:46 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91Njk0v003937; Sat, 1 Oct 2005 23:45:46 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91Njknh003936; Sat, 1 Oct 2005 23:45:46 GMT (envelope-from jylefort) Message-Id: <200510012345.j91Njknh003936@repoman.freebsd.org> From: Jean-Yves Lefort Date: Sat, 1 Oct 2005 23:45:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 23:45:50 -0000 jylefort 2005-10-01 23:45:46 UTC FreeBSD ports repository Modified files: . modules Log: xmmsctrl --> ports/audio/xmmsctrl Revision Changes Path 1.13265 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Oct 1 23:59:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 004C416A420 for ; Sat, 1 Oct 2005 23:59:27 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mail2.fluidhosting.com [204.14.90.62]) by mx1.FreeBSD.org (Postfix) with SMTP id 11AA543D53 for ; Sat, 1 Oct 2005 23:59:26 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 78822 invoked by uid 399); 1 Oct 2005 23:59:25 -0000 Received: from mail1.fluidhosting.com (204.14.90.61) by mail2.fluidhosting.com with SMTP; 1 Oct 2005 23:59:25 -0000 Received: (qmail 23939 invoked by uid 399); 1 Oct 2005 23:59:25 -0000 Received: from localhost (HELO ?192.168.1.102?) (dougb@dougbarton.net@127.0.0.1) by localhost with SMTP; 1 Oct 2005 23:59:25 -0000 Message-ID: <433F22DB.5030406@FreeBSD.org> Date: Sat, 01 Oct 2005 16:59:23 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050929) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ion-Mihai Tetcu References: <200509281902.j8SJ2Fbf043957@repoman.freebsd.org> <0E80A2630461552641F1C3F8@cc-126-240.int.t-online.fr> <1128175185.5849.4.camel@ikaros.oook.cz> <20051001230330.3d2e3aa1@it.buh.tecnik93.com> In-Reply-To: <20051001230330.3d2e3aa1@it.buh.tecnik93.com> X-Enigmail-Version: 0.92.1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Mathieu Arnold , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org, pav@FreeBSD.org, Marcus Alves Grando , cvs-ports@FreeBSD.org Subject: Re: cvs commit: ports/mail/postfix distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 23:59:28 -0000 Ion-Mihai Tetcu wrote: > What's the logic in this ? I should read each commit log for all the > ports if I don't use the defaults ? The other side of that is, why should people who have the port installed and working how they want it have to recompile (or reinstall) to get absolutely zero benefit? A balance has to be struck somewhere, I am enthusiastically in favor of being conservative with PORTREVISION bumps. Doug -- This .signature sanitized for your protection