From owner-cvs-all@FreeBSD.ORG Sun Nov 12 00:13:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADF1C16A40F; Sun, 12 Nov 2006 00:13:08 +0000 (UTC) (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 E089043D73; Sun, 12 Nov 2006 00:13:05 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAC0D5KE097270; Sun, 12 Nov 2006 00:13:05 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAC0D5GM097268; Sun, 12 Nov 2006 00:13:05 GMT (envelope-from keramida) Message-Id: <200611120013.kAC0D5GM097268@repoman.freebsd.org> From: Giorgos Keramidas Date: Sun, 12 Nov 2006 00:13:05 +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: Sun, 12 Nov 2006 00:13:08 -0000 keramida 2006-11-12 00:13:05 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/security chapter.sgml Log: Wording fixes and other minor nits to the 'Security' chapter. Submitted by: Niclas Zeising PR: docs/105256 Revision Changes Path 1.307 +26 -27 doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Nov 12 01:21:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D666C16A40F; Sun, 12 Nov 2006 01:21:16 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FAC443D5F; Sun, 12 Nov 2006 01:21:16 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAC1LFpb016969; Sun, 12 Nov 2006 01:21:15 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAC1LFhR016945; Sun, 12 Nov 2006 01:21:15 GMT (envelope-from kmacy) Message-Id: <200611120121.kAC1LFhR016945@repoman.freebsd.org> From: Kip Macy Date: Sun, 12 Nov 2006 01:21: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/sun4v/sun4v pmap.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, 12 Nov 2006 01:21:17 -0000 kmacy 2006-11-12 01:21:15 UTC FreeBSD src repository Modified files: sys/sun4v/sun4v pmap.c Log: Support up to 4 nucleus mappings to workaround issue hit by jb@ when booted off of CD Revision Changes Path 1.5 +13 -14 src/sys/sun4v/sun4v/pmap.c From owner-cvs-all@FreeBSD.ORG Sun Nov 12 02:50:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1682C16A416; Sun, 12 Nov 2006 02:50:23 +0000 (UTC) (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 1F8D943D92; Sun, 12 Nov 2006 02:50:08 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAC2o72h032125; Sun, 12 Nov 2006 02:50:07 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAC2o7SI032124; Sun, 12 Nov 2006 02:50:07 GMT (envelope-from nobutaka) Message-Id: <200611120250.kAC2o7SI032124@repoman.freebsd.org> From: MANTANI Nobutaka Date: Sun, 12 Nov 2006 02:50: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/editors/emacs 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, 12 Nov 2006 02:50:23 -0000 nobutaka 2006-11-12 02:50:07 UTC FreeBSD ports repository Modified files: editors/emacs Makefile Log: Change PATCH_SITES. Revision Changes Path 1.67 +1 -1 ports/editors/emacs/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 12 03:18:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99E5716A40F; Sun, 12 Nov 2006 03:18:23 +0000 (UTC) (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 5DA3943D46; Sun, 12 Nov 2006 03:18:23 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAC3INde038145; Sun, 12 Nov 2006 03:18:23 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAC3INHR038144; Sun, 12 Nov 2006 03:18:23 GMT (envelope-from davidxu) Message-Id: <200611120318.kAC3INHR038144@repoman.freebsd.org> From: David Xu Date: Sun, 12 Nov 2006 03:18: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/kern kern_idle.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, 12 Nov 2006 03:18:23 -0000 davidxu 2006-11-12 03:18:22 UTC FreeBSD src repository Modified files: sys/kern kern_idle.c Log: Use mi_switch, this should fix loadavg calculation problem in NO_KSE case. Revision Changes Path 1.45 +0 -5 src/sys/kern/kern_idle.c From owner-cvs-all@FreeBSD.ORG Sun Nov 12 03:30:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD51F16A407; Sun, 12 Nov 2006 03:30:02 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 829D643D45; Sun, 12 Nov 2006 03:30:02 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAC3U2Q2039911; Sun, 12 Nov 2006 03:30:02 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAC3U2gE039910; Sun, 12 Nov 2006 03:30:02 GMT (envelope-from kmacy) Message-Id: <200611120330.kAC3U2gE039910@repoman.freebsd.org> From: Kip Macy Date: Sun, 12 Nov 2006 03: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 kern_lock.c subr_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: Sun, 12 Nov 2006 03:30:03 -0000 kmacy 2006-11-12 03:30:02 UTC FreeBSD src repository Modified files: sys/kern kern_lock.c subr_lock.c Log: show lock class in profiling output for default case where type is not specified when initializing the lock Approved by: scottl (standing in for mentor rwatson) Revision Changes Path 1.102 +2 -0 src/sys/kern/kern_lock.c 1.9 +22 -19 src/sys/kern/subr_lock.c From owner-cvs-all@FreeBSD.ORG Sun Nov 12 03:34:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63E5016A40F; Sun, 12 Nov 2006 03:34:04 +0000 (UTC) (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 2820443D62; Sun, 12 Nov 2006 03:34:04 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAC3Y36P041114; Sun, 12 Nov 2006 03:34:03 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAC3Y3aC041113; Sun, 12 Nov 2006 03:34:03 GMT (envelope-from trhodes) Message-Id: <200611120334.kAC3Y3aC041113@repoman.freebsd.org> From: Tom Rhodes Date: Sun, 12 Nov 2006 03:34: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/kern posix4_mib.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, 12 Nov 2006 03:34:04 -0000 trhodes 2006-11-12 03:34:03 UTC FreeBSD src repository Modified files: sys/kern posix4_mib.c Log: Fix mispatch of includes list; allows my kernel to build successfully. Revision Changes Path 1.12 +1 -0 src/sys/kern/posix4_mib.c From owner-cvs-all@FreeBSD.ORG Sun Nov 12 03:54:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC5D016A407; Sun, 12 Nov 2006 03:54:07 +0000 (UTC) (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 6FF8743D45; Sun, 12 Nov 2006 03:54:07 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAC3s7aq044428; Sun, 12 Nov 2006 03:54:07 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAC3s7vn044427; Sun, 12 Nov 2006 03:54:07 GMT (envelope-from ahze) Message-Id: <200611120354.kAC3s7vn044427@repoman.freebsd.org> From: Michael Johnson Date: Sun, 12 Nov 2006 03:54: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/multimedia/gstreamer80 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, 12 Nov 2006 03:54:08 -0000 ahze 2006-11-12 03:54:07 UTC FreeBSD ports repository Modified files: multimedia/gstreamer80 Makefile Log: MASTER_SITE_GNOME no longer mirrors gstreamer 0.8 Revision Changes Path 1.50 +1 -3 ports/multimedia/gstreamer80/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 12 04:53:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B10AB16A403; Sun, 12 Nov 2006 04:53:17 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7525143D45; Sun, 12 Nov 2006 04:53:17 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAC4rH2P063087; Sun, 12 Nov 2006 04:53:17 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAC4rHBV063086; Sun, 12 Nov 2006 04:53:17 GMT (envelope-from maho) Message-Id: <200611120453.kAC4rHBV063086@repoman.freebsd.org> From: Maho Nakata Date: Sun, 12 Nov 2006 04:53: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/editors/ooo-build Makefile distinfo ports/editors/ooo-build/files ooo-build-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: Sun, 12 Nov 2006 04:53:17 -0000 maho 2006-11-12 04:53:17 UTC FreeBSD ports repository Modified files: editors/ooo-build Makefile distinfo editors/ooo-build/files ooo-build-patch Log: Update to 2.0.4.3 Revision Changes Path 1.23 +1 -1 ports/editors/ooo-build/Makefile 1.14 +3 -3 ports/editors/ooo-build/distinfo 1.12 +18 -0 ports/editors/ooo-build/files/ooo-build-patch From owner-cvs-all@FreeBSD.ORG Sun Nov 12 04:56:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC81816A40F; Sun, 12 Nov 2006 04:56:06 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9015643D55; Sun, 12 Nov 2006 04:56:06 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAC4u69l063497; Sun, 12 Nov 2006 04:56:06 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAC4u6Rs063496; Sun, 12 Nov 2006 04:56:06 GMT (envelope-from maho) Message-Id: <200611120456.kAC4u6Rs063496@repoman.freebsd.org> From: Maho Nakata Date: Sun, 12 Nov 2006 04:56: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/editors/openoffice.org-2.0 Makefile ports/editors/openoffice.org-2.0/files Makefile.knobs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Nov 2006 04:56:06 -0000 maho 2006-11-12 04:56:06 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2.0 Makefile editors/openoffice.org-2.0/files Makefile.knobs Log: * Add evolution2 support[1] * Fix typo[2] PR: 105400 [2] Suggested by: Vizo Allman [1] Submitted by: Alexey Shuvaev[2] Revision Changes Path 1.263 +2 -2 ports/editors/openoffice.org-2.0/Makefile 1.36 +12 -1 ports/editors/openoffice.org-2.0/files/Makefile.knobs From owner-cvs-all@FreeBSD.ORG Sun Nov 12 05:13:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4659816A412; Sun, 12 Nov 2006 05:13:19 +0000 (UTC) (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 09E6043D46; Sun, 12 Nov 2006 05:13:19 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAC5DI2A087403; Sun, 12 Nov 2006 05:13:18 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAC5DIPs087402; Sun, 12 Nov 2006 05:13:18 GMT (envelope-from mezz) Message-Id: <200611120513.kAC5DIPs087402@repoman.freebsd.org> From: Jeremy Messenger Date: Sun, 12 Nov 2006 05:13: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/games/wesnoth 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, 12 Nov 2006 05:13:19 -0000 mezz 2006-11-12 05:13:18 UTC FreeBSD ports repository Modified files: games/wesnoth Makefile Log: I have been meaning to create several slaves of wesnoth such as for server, tools, client and etc. But I never did. It seems like I have lost my insterest with Wesnoth. Therefore, I am giving up my maintainership to ports@. Revision Changes Path 1.39 +1 -1 ports/games/wesnoth/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 12 05:16:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27B9F16A403; Sun, 12 Nov 2006 05:16:29 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC34543D66; Sun, 12 Nov 2006 05:16:28 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAC5GSDx087580; Sun, 12 Nov 2006 05:16:28 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAC5GSQC087579; Sun, 12 Nov 2006 05:16:28 GMT (envelope-from kmacy) Message-Id: <200611120516.kAC5GSQC087579@repoman.freebsd.org> From: Kip Macy Date: Sun, 12 Nov 2006 05: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/sys/sys lock_profile.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, 12 Nov 2006 05:16:29 -0000 kmacy 2006-11-12 05:16:28 UTC FreeBSD src repository Modified files: sys/sys lock_profile.h Log: GRRRRR - missed this in the last commit Revision Changes Path 1.5 +1 -0 src/sys/sys/lock_profile.h From owner-cvs-all@FreeBSD.ORG Sun Nov 12 05:51:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D112816A415; Sun, 12 Nov 2006 05:51:19 +0000 (UTC) (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 52F9E43D49; Sun, 12 Nov 2006 05:51:19 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAC5pJD1092891; Sun, 12 Nov 2006 05:51:19 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAC5pJki092881; Sun, 12 Nov 2006 05:51:19 GMT (envelope-from leeym) Message-Id: <200611120551.kAC5pJki092881@repoman.freebsd.org> From: Yen-Ming Lee Date: Sun, 12 Nov 2006 05:51: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/p5-Test-Simple Makefile distinfo ports/devel/p5-Test-Simple/files patch-Makefile.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: Sun, 12 Nov 2006 05:51:19 -0000 leeym 2006-11-12 05:51:18 UTC FreeBSD ports repository Modified files: devel/p5-Test-Simple Makefile distinfo devel/p5-Test-Simple/files patch-Makefile.PL Log: - Update to 0.65 PR: 105394 Submitted by: gslin at gslin.org Revision Changes Path 1.27 +1 -1 ports/devel/p5-Test-Simple/Makefile 1.22 +3 -3 ports/devel/p5-Test-Simple/distinfo 1.2 +7 -7 ports/devel/p5-Test-Simple/files/patch-Makefile.PL From owner-cvs-all@FreeBSD.ORG Sun Nov 12 05:58:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B14216A416; Sun, 12 Nov 2006 05:58:06 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34CFA43D68; Sun, 12 Nov 2006 05:58:06 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAC5w6V2094090; Sun, 12 Nov 2006 05:58:06 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAC5w6N7094088; Sun, 12 Nov 2006 05:58:06 GMT (envelope-from maho) Message-Id: <200611120558.kAC5w6N7094088@repoman.freebsd.org> From: Maho Nakata Date: Sun, 12 Nov 2006 05:58: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/editors/ooo-build 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, 12 Nov 2006 05:58:06 -0000 maho 2006-11-12 05:58:05 UTC FreeBSD ports repository Modified files: editors/ooo-build Makefile Log: openoffice.org-2.0 and openoffice.org-2.0-devel have been renamed to openoffice.org-2 and openoffice.org-2-devel PR: 105195 Revision Changes Path 1.24 +2 -2 ports/editors/ooo-build/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 12 06:13:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BBAB16A412; Sun, 12 Nov 2006 06:13:39 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B040343D62; Sun, 12 Nov 2006 06:13:38 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAC6DcuC098231; Sun, 12 Nov 2006 06:13:38 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAC6Dcq2098229; Sun, 12 Nov 2006 06:13:38 GMT (envelope-from maho) Message-Id: <200611120613.kAC6Dcq2098229@repoman.freebsd.org> From: Maho Nakata Date: Sun, 12 Nov 2006 06:13: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/editors 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, 12 Nov 2006 06:13:39 -0000 maho 2006-11-12 06:13:38 UTC FreeBSD ports repository Modified files: editors Makefile Log: openoffice.org-2.0, openoffice.org-2.0-devel ports have been renamed to openoffice.org-2 and openoffice.org-2-devel, and added openoffice.org-2-RC port. Revision Changes Path 1.357 +3 -2 ports/editors/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 12 06:15:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E02416A40F; Sun, 12 Nov 2006 06:15:43 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62CF743D60; Sun, 12 Nov 2006 06:15:41 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAC6FfNK098462; Sun, 12 Nov 2006 06:15:41 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAC6FfnA098461; Sun, 12 Nov 2006 06:15:41 GMT (envelope-from maho) Message-Id: <200611120615.kAC6FfnA098461@repoman.freebsd.org> From: Maho Nakata Date: Sun, 12 Nov 2006 06:15: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: Sun, 12 Nov 2006 06:15:43 -0000 maho 2006-11-12 06:15:41 UTC FreeBSD ports repository Modified files: . modules Log: openoffice.org-2.0 and openoffice.org-2.0-devel have been renamed to openoffice.org-2 and openoffice.org-2-devel and openoffice.org-2-RC port have been added PR: 105195 Revision Changes Path 1.16594 +3 -2 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Nov 12 06:17:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CCB616A407; Sun, 12 Nov 2006 06:17:51 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07EF243D4C; Sun, 12 Nov 2006 06:17:51 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAC6HoOl098624; Sun, 12 Nov 2006 06:17:50 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAC6HobH098622; Sun, 12 Nov 2006 06:17:50 GMT (envelope-from maho) Message-Id: <200611120617.kAC6HobH098622@repoman.freebsd.org> From: Maho Nakata Date: Sun, 12 Nov 2006 06:17: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 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: Sun, 12 Nov 2006 06:17:51 -0000 maho 2006-11-12 06:17:50 UTC FreeBSD ports repository Modified files: . MOVED Log: openoffice.org-2.0, openoffice.org-2.0-devel ports have been renamed to openoffice.org-2 and openoffice.org-2-devel ports, respectively. PR: 105195 Revision Changes Path 1.1182 +3 -1 ports/MOVED From owner-cvs-all@FreeBSD.ORG Sun Nov 12 06:20:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F048B16A494; Sun, 12 Nov 2006 06:20:29 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2FFB43D58; Sun, 12 Nov 2006 06:20:29 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAC6KTRU099003; Sun, 12 Nov 2006 06:20:29 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAC6KTp3099002; Sun, 12 Nov 2006 06:20:29 GMT (envelope-from maho) Message-Id: <200611120620.kAC6KTp3099002@repoman.freebsd.org> From: Maho Nakata Date: Sun, 12 Nov 2006 06:20: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/editors/openoffice.org-2.0 Makefile distinfo pkg-descr pkg-plist ports/editors/openoffice.org-2.0/files Makefile.knobs Makefile.localized Makefile.others fbsd4-workaroundpatch gcj-fbsdworkaround generate.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: Sun, 12 Nov 2006 06:20:30 -0000 maho 2006-11-12 06:20:29 UTC FreeBSD ports repository Removed files: editors/openoffice.org-2.0 Makefile distinfo pkg-descr pkg-plist editors/openoffice.org-2.0/files Makefile.knobs Makefile.localized Makefile.others fbsd4-workaroundpatch gcj-fbsdworkaround generate.pl openoffice.org-wrapper optpatch-freetype patch-i65514 patch-i66666 patch-i66667 patch-i67904 patch-i69418 patch-i71039 pkg-message.in editors/openoffice.org-2.0-devel Makefile distinfo pkg-descr pkg-plist editors/openoffice.org-2.0-devel/files Makefile.knobs Makefile.localized Makefile.others fbsd4-workaroundpatch gcj-fbsdworkaround generate.pl openoffice.org-wrapper optpatch-freetype patch-i65514 patch-i66666 patch-i66667 patch-i67904 patch-i69418 patch-i69994 patch-i71039 pkg-message.in Log: Remove openoffice.org-2.0 and openoffice.org-2.0-devel ports. openoffice.org-2.0, openoffice.org-2.0-devel ports have been renamed to openoffice.org-2 and openoffice.org-2-devel, respectively. PR: 105195 Revision Changes Path 1.280 +0 -295 ports/editors/openoffice.org-2.0-devel/Makefile (dead) 1.118 +0 -15 ports/editors/openoffice.org-2.0-devel/distinfo (dead) 1.36 +0 -133 ports/editors/openoffice.org-2.0-devel/files/Makefile.knobs (dead) 1.13 +0 -344 ports/editors/openoffice.org-2.0-devel/files/Makefile.localized (dead) 1.9 +0 -67 ports/editors/openoffice.org-2.0-devel/files/Makefile.others (dead) 1.3 +0 -42 ports/editors/openoffice.org-2.0-devel/files/fbsd4-workaroundpatch (dead) 1.2 +0 -30 ports/editors/openoffice.org-2.0-devel/files/gcj-fbsdworkaround (dead) 1.9 +0 -24 ports/editors/openoffice.org-2.0-devel/files/generate.pl (dead) 1.3 +0 -15 ports/editors/openoffice.org-2.0-devel/files/openoffice.org-wrapper (dead) 1.3 +0 -98 ports/editors/openoffice.org-2.0-devel/files/optpatch-freetype (dead) 1.4 +0 -145 ports/editors/openoffice.org-2.0-devel/files/patch-i65514 (dead) 1.3 +0 -18 ports/editors/openoffice.org-2.0-devel/files/patch-i66666 (dead) 1.3 +0 -55 ports/editors/openoffice.org-2.0-devel/files/patch-i66667 (dead) 1.4 +0 -80 ports/editors/openoffice.org-2.0-devel/files/patch-i67904 (dead) 1.2 +0 -38 ports/editors/openoffice.org-2.0-devel/files/patch-i69418 (dead) 1.2 +0 -747 ports/editors/openoffice.org-2.0-devel/files/patch-i69994 (dead) 1.2 +0 -34 ports/editors/openoffice.org-2.0-devel/files/patch-i71039 (dead) 1.8 +0 -42 ports/editors/openoffice.org-2.0-devel/files/pkg-message.in (dead) 1.6 +0 -17 ports/editors/openoffice.org-2.0-devel/pkg-descr (dead) 1.7 +0 -1 ports/editors/openoffice.org-2.0-devel/pkg-plist (dead) 1.264 +0 -292 ports/editors/openoffice.org-2.0/Makefile (dead) 1.97 +0 -15 ports/editors/openoffice.org-2.0/distinfo (dead) 1.37 +0 -144 ports/editors/openoffice.org-2.0/files/Makefile.knobs (dead) 1.14 +0 -344 ports/editors/openoffice.org-2.0/files/Makefile.localized (dead) 1.6 +0 -67 ports/editors/openoffice.org-2.0/files/Makefile.others (dead) 1.4 +0 -42 ports/editors/openoffice.org-2.0/files/fbsd4-workaroundpatch (dead) 1.2 +0 -30 ports/editors/openoffice.org-2.0/files/gcj-fbsdworkaround (dead) 1.8 +0 -24 ports/editors/openoffice.org-2.0/files/generate.pl (dead) 1.4 +0 -15 ports/editors/openoffice.org-2.0/files/openoffice.org-wrapper (dead) 1.3 +0 -98 ports/editors/openoffice.org-2.0/files/optpatch-freetype (dead) 1.4 +0 -145 ports/editors/openoffice.org-2.0/files/patch-i65514 (dead) 1.3 +0 -21 ports/editors/openoffice.org-2.0/files/patch-i66666 (dead) 1.4 +0 -55 ports/editors/openoffice.org-2.0/files/patch-i66667 (dead) 1.3 +0 -80 ports/editors/openoffice.org-2.0/files/patch-i67904 (dead) 1.2 +0 -38 ports/editors/openoffice.org-2.0/files/patch-i69418 (dead) 1.2 +0 -34 ports/editors/openoffice.org-2.0/files/patch-i71039 (dead) 1.8 +0 -42 ports/editors/openoffice.org-2.0/files/pkg-message.in (dead) 1.7 +0 -17 ports/editors/openoffice.org-2.0/pkg-descr (dead) 1.8 +0 -1 ports/editors/openoffice.org-2.0/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sun Nov 12 06:24:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF77916A417; Sun, 12 Nov 2006 06:24:32 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 798FA43D62; Sun, 12 Nov 2006 06:24:32 +0000 (GMT) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAC6OWv5000459; Sun, 12 Nov 2006 06:24:32 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAC6OWxp000458; Sun, 12 Nov 2006 06:24:32 GMT (envelope-from jb) Message-Id: <200611120624.kAC6OWxp000458@repoman.freebsd.org> From: John Birrell Date: Sun, 12 Nov 2006 06:24:32 +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 sun4v.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, 12 Nov 2006 06:24:32 -0000 jb 2006-11-12 06:24:32 UTC FreeBSD doc repository (src committer) Modified files: en/platforms sun4v.sgml Log: Add a news item for the very first install/live CD and a link to download it. Revision Changes Path 1.3 +15 -1 www/en/platforms/sun4v.sgml From owner-cvs-all@FreeBSD.ORG Sun Nov 12 06:26:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A994416A40F; Sun, 12 Nov 2006 06:26:12 +0000 (UTC) (envelope-from bde@zeta.org.au) Received: from mailout2.pacific.net.au (mailout2-3.pacific.net.au [61.8.2.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 542E043D55; Sun, 12 Nov 2006 06:26:12 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout2.pacific.net.au (Postfix) with ESMTP id 1B5213092E7; Sun, 12 Nov 2006 17:26:10 +1100 (EST) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailproxy1.pacific.net.au (Postfix) with ESMTP id 710EB8C12; Sun, 12 Nov 2006 17:26:09 +1100 (EST) Date: Sun, 12 Nov 2006 17:26:08 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: David Xu In-Reply-To: <200611120716.10773.davidxu@freebsd.org> Message-ID: <20061112170556.U71828@delplex.bde.org> References: <200611111311.kABDBVNH042993@repoman.freebsd.org> <20061112031308.I69769@delplex.bde.org> <200611120716.10773.davidxu@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 sched_4bsd.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, 12 Nov 2006 06:26:12 -0000 On Sun, 12 Nov 2006, David Xu wrote: > On Sunday 12 November 2006 00:22, Bruce Evans wrote: >> On Sat, 11 Nov 2006, David Xu wrote: >>> davidxu 2006-11-11 13:11:30 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/kern sched_4bsd.c >>> Log: >>> Unbreak userland priority inheriting in NO_KSE case. >> >> Is this what made the non-KSE case unusable? At least with the load >> average bug fixed, it gave very unfair scheduling, and would only start >> about 4 concurrent hog processes on a 2-way SMP system. >> >> Improvements in some benchmarks may have depended on the bugs. Maybe >> a random load average is optimal for some loads :-). > > No, this change is unrelated, the bug is in kern_idle.c, John should use > mi_switch(), not the choosethread(), otherwise the loadavg is not > maintianed correctly. That's not the bug I meant. I already had your fix for kern_idle.c. Testing showed that nothing much is fixed. Simple benchmarks like: %%% for i in 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 do nice -$i sh -c "while :; do echo -n;done" & done top -o time %%% and %%% for i in 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 do nice -$i sh -c "while :; do echo -n;done" & done top -o time %%% still show that scheduling without KSE is very unfair. They can take several minutes to start the `top' process, and "killall sh" can take many seconds to start unless you have an rtprio shell to start the killall. With KSE, the top process starts soon enough and shows just the old 4BSD scheduler bug that too many cycles are given to niced programs, as in all versions of FreeBSD except 4.x. Since no one uses niced programs, this bug is unimportant. Bruce From owner-cvs-all@FreeBSD.ORG Sun Nov 12 06:41:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8AAE16A403; Sun, 12 Nov 2006 06:41:31 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9817243D88; Sun, 12 Nov 2006 06:41:31 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAC6fVpk003014; Sun, 12 Nov 2006 06:41:31 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAC6fVvj003012; Sun, 12 Nov 2006 06:41:31 GMT (envelope-from rafan) Message-Id: <200611120641.kAC6fVvj003012@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 12 Nov 2006 06:41: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/devel/py-ply 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, 12 Nov 2006 06:41:32 -0000 rafan 2006-11-12 06:41:31 UTC FreeBSD ports repository Modified files: devel/py-ply Makefile distinfo pkg-plist Log: - Update to 2.2 PR: ports/105307 Submitted by: Marcus von Appen (maintainer) Revision Changes Path 1.13 +1 -1 ports/devel/py-ply/Makefile 1.11 +3 -3 ports/devel/py-ply/distinfo 1.7 +1 -0 ports/devel/py-ply/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 12 06:43:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8ED316A40F; Sun, 12 Nov 2006 06:43:15 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 824DD43D45; Sun, 12 Nov 2006 06:43:15 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAC6hFVm003549; Sun, 12 Nov 2006 06:43:15 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAC6hF5d003548; Sun, 12 Nov 2006 06:43:15 GMT (envelope-from rafan) Message-Id: <200611120643.kAC6hF5d003548@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 12 Nov 2006 06:43: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 MOVED ports/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: Sun, 12 Nov 2006 06:43:15 -0000 rafan 2006-11-12 06:43:15 UTC FreeBSD ports repository Modified files: . MOVED devel Makefile Log: - devel/ply is renamed to devel/py-ply to consistency with other Python ports Revision Changes Path 1.1183 +2 -1 ports/MOVED 1.2509 +1 -1 ports/devel/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 12 06:43:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C27916A403; Sun, 12 Nov 2006 06:43:36 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E034243D5E; Sun, 12 Nov 2006 06:43:35 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAC6hZrf003720; Sun, 12 Nov 2006 06:43:35 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAC6hZG8003719; Sun, 12 Nov 2006 06:43:35 GMT (envelope-from rafan) Message-Id: <200611120643.kAC6hZG8003719@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 12 Nov 2006 06:43: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: Sun, 12 Nov 2006 06:43:36 -0000 rafan 2006-11-12 06:43:35 UTC FreeBSD ports repository Modified files: . modules Log: - devel/ply is renamed to devel/py-ply to consistency with other Python ports Revision Changes Path 1.16595 +1 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Nov 12 06:44:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECDB416A47E; Sun, 12 Nov 2006 06:44:33 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 927B043D46; Sun, 12 Nov 2006 06:44:33 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAC6iXpg003820; Sun, 12 Nov 2006 06:44:33 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAC6iXqT003819; Sun, 12 Nov 2006 06:44:33 GMT (envelope-from rafan) Message-Id: <200611120644.kAC6iXqT003819@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 12 Nov 2006 06:44: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/devel/ply 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, 12 Nov 2006 06:44:34 -0000 rafan 2006-11-12 06:44:33 UTC FreeBSD ports repository Removed files: devel/ply Makefile distinfo pkg-descr pkg-plist Log: - devel/ply is renamed to devel/py-ply Revision Changes Path 1.13 +0 -30 ports/devel/ply/Makefile (dead) 1.11 +0 -3 ports/devel/ply/distinfo (dead) 1.3 +0 -9 ports/devel/ply/pkg-descr (dead) 1.7 +0 -60 ports/devel/ply/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sun Nov 12 09:42:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EC5716A40F; Sun, 12 Nov 2006 09:42:01 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2EBA43D5D; Sun, 12 Nov 2006 09:42:00 +0000 (GMT) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAC9g0gp043427; Sun, 12 Nov 2006 09:42:00 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAC9g0OS043425; Sun, 12 Nov 2006 09:42:00 GMT (envelope-from anray) Message-Id: <200611120942.kAC9g0OS043425@repoman.freebsd.org> From: Andrey Slusar Date: Sun, 12 Nov 2006 09:42: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/textproc/muse 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, 12 Nov 2006 09:42:01 -0000 anray 2006-11-12 09:42:00 UTC FreeBSD ports repository Modified files: textproc/muse Makefile distinfo pkg-plist Log: Update to 3.02.93 PR: ports/105426 Submitted by: Dryice Liu (maintainer) Revision Changes Path 1.5 +1 -1 ports/textproc/muse/Makefile 1.4 +3 -3 ports/textproc/muse/distinfo 1.6 +4 -0 ports/textproc/muse/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 12 09:57:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4024816A403; Sun, 12 Nov 2006 09:57:40 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F95A43D49; Sun, 12 Nov 2006 09:57:39 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAC9vdZt045806; Sun, 12 Nov 2006 09:57:39 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAC9vdhj045805; Sun, 12 Nov 2006 09:57:39 GMT (envelope-from sat) Message-Id: <200611120957.kAC9vdhj045805@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 12 Nov 2006 09:57: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/audio/xmms-mad 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, 12 Nov 2006 09:57:40 -0000 sat 2006-11-12 09:57:39 UTC FreeBSD ports repository Modified files: audio/xmms-mad Makefile Log: - Depend on libid3tag Reported by: pointyhat via kris Revision Changes Path 1.10 +2 -1 ports/audio/xmms-mad/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 12 10:45:23 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E979C16A407; Sun, 12 Nov 2006 10:45:23 +0000 (UTC) (envelope-from jkois@freebsd.org) Received: from server043.webpack.hosteurope.de (server043.webpack.hosteurope.de [80.237.130.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3651443D6D; Sun, 12 Nov 2006 10:45:23 +0000 (GMT) (envelope-from jkois@freebsd.org) Received: by server043.webpack.hosteurope.de running Exim 4.51 using esmtpsa (TLSv1:RC4-MD5:128) from rfdb4.r.pppool.de ([89.54.253.180] helo=[192.168.197.129]) id 1GjCq1-0001WL-EW; Sun, 12 Nov 2006 11:45:21 +0100 From: Johann Kois To: Giorgos Keramidas Date: Sun, 12 Nov 2006 11:44:21 +0100 User-Agent: KMail/1.8.2 References: <200611120013.kAC0D5GM097268@repoman.freebsd.org> In-Reply-To: <200611120013.kAC0D5GM097268@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1691707.8bQrBmIThF"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200611121144.28895.jkois@freebsd.org> Cc: doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org Subject: Re: 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: Sun, 12 Nov 2006 10:45:24 -0000 --nextPart1691707.8bQrBmIThF Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sunday 12 November 2006 01:13 Giorgos Keramidas wrote: > keramida 2006-11-12 00:13:05 UTC > > FreeBSD doc repository > > Modified files: > en_US.ISO8859-1/books/handbook/security chapter.sgml > Log: > Wording fixes and other minor nits to the 'Security' chapter. > > Submitted by: Niclas Zeising > PR: docs/105256 > > Revision Changes Path > 1.307 +26 -27 =20 > doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml Hello, just MFen'd this commit to the german handbook and now I have one question. In my opinion the word "Ssh" looks very strange (even if it is the first word in the sentence) so I think it would be better to change it into something like the version in the following diff: =2D-- chapter.sgml Sun Nov 12 01:13:04 2006 +++ chapter.sgml.new Sun Nov 12 11:12:55 2006 @@ -935,7 +935,7 @@ option. ssh encrypts everything by default. =2D Ssh works quite well in every + ssh works quite well in every respect except that it forwards encryption keys by default. =20 What this means is that if you have a secure workstation holding=20 keys that give you access to the rest of the system, and you Additionally we now have six different versions of "ssh" in this document which I find a little bit confusing: =2D Ssh =2D ssh =2D SSH =2D Ssh =2D ssh =2D SSH Maybe a little cleanup is needed here? Any thoughts? J. Kois --nextPart1691707.8bQrBmIThF Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBFVvsM/rDr791hwtgRAh9vAKCWkdL92ujcn38qtiK1H5ijMCLY3wCfYWpc qi2kz8HxyCtsy7WPlULh3zw= =Mz8s -----END PGP SIGNATURE----- --nextPart1691707.8bQrBmIThF-- From owner-cvs-all@FreeBSD.ORG Sun Nov 12 10:56:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A092B16A415; Sun, 12 Nov 2006 10:56:11 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 511A943D79; Sun, 12 Nov 2006 10:56:10 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACAuArU056385; Sun, 12 Nov 2006 10:56:10 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACAuAA3056384; Sun, 12 Nov 2006 10:56:10 GMT (envelope-from sat) Message-Id: <200611121056.kACAuAA3056384@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 12 Nov 2006 10:56: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/deskutils/plans 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, 12 Nov 2006 10:56:11 -0000 sat 2006-11-12 10:56:09 UTC FreeBSD ports repository Modified files: deskutils/plans Makefile distinfo Log: - Update to 7.8.2 Revision Changes Path 1.48 +1 -1 ports/deskutils/plans/Makefile 1.45 +3 -3 ports/deskutils/plans/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 12 10:57:55 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCEC316A47E; Sun, 12 Nov 2006 10:57:55 +0000 (UTC) (envelope-from lothrandil@n00b.apagnu.se) Received: from pne-smtpout1-sn1.fre.skanova.net (pne-smtpout1-sn1.fre.skanova.net [81.228.11.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 751F443D90; Sun, 12 Nov 2006 10:57:46 +0000 (GMT) (envelope-from lothrandil@n00b.apagnu.se) Received: from [90.224.57.146] (90.224.57.146) by pne-smtpout1-sn1.fre.skanova.net (7.2.076.2) id 453F8C600034E94C; Sun, 12 Nov 2006 11:57:45 +0100 Message-ID: <4556FE2A.1080501@n00b.apagnu.se> Date: Sun, 12 Nov 2006 11:57:46 +0100 From: Niclas Zeising User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: Johann Kois References: <200611120013.kAC0D5GM097268@repoman.freebsd.org> <200611121144.28895.jkois@freebsd.org> In-Reply-To: <200611121144.28895.jkois@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: doc-committers@freebsd.org, Giorgos Keramidas , cvs-all@freebsd.org, cvs-doc@freebsd.org Subject: Re: 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: Sun, 12 Nov 2006 10:57:55 -0000 Johann Kois wrote: > On Sunday 12 November 2006 01:13 Giorgos Keramidas wrote: >> keramida 2006-11-12 00:13:05 UTC >> >> FreeBSD doc repository >> >> Modified files: >> en_US.ISO8859-1/books/handbook/security chapter.sgml >> Log: >> Wording fixes and other minor nits to the 'Security' chapter. >> >> Submitted by: Niclas Zeising >> PR: docs/105256 >> >> Revision Changes Path >> 1.307 +26 -27 >> doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml > > Hello, > > just MFen'd this commit to the german handbook and now I have > one question. In my opinion the word "Ssh" looks very strange > (even if it is the first word in the sentence) so I think it > would be better to change it into something like the version > in the following diff: > > --- chapter.sgml Sun Nov 12 01:13:04 2006 > +++ chapter.sgml.new Sun Nov 12 11:12:55 2006 > @@ -935,7 +935,7 @@ > option. ssh > encrypts everything by default. > > - Ssh works quite well in every > + ssh works quite well in every > respect except that it forwards encryption keys by default. > What > this means is that if you have a secure workstation holding > keys > that give you access to the rest of the system, and you > > Additionally we now have six different versions of "ssh" in this > document which I find a little bit confusing: > > - Ssh > - ssh > - SSH > - Ssh > - ssh > - SSH > > Maybe a little cleanup is needed here? Any thoughts? > > > > J. Kois The difference between ssh and ssh is that ssh can be both an application and a protocol, and we have to differentiate that. Apart from that, I find staring a sentence with a non-capitalized letter looks weird. Maybe we should use the all-capitalized version, at least when talking about the protocol. //Niclas From owner-cvs-all@FreeBSD.ORG Sun Nov 12 11:14:49 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB02716A407; Sun, 12 Nov 2006 11:14:49 +0000 (UTC) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1D6F43D83; Sun, 12 Nov 2006 11:14:38 +0000 (GMT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) by abigail.blackend.org (8.13.4/8.13.3) with ESMTP id kACBEaBv084632; Sun, 12 Nov 2006 12:14:36 +0100 (CET) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.13.4/8.13.3/Submit) id kACBEVUB084631; Sun, 12 Nov 2006 12:14:31 +0100 (CET) (envelope-from marc) Date: Sun, 12 Nov 2006 12:14:31 +0100 From: Marc Fonvieille To: Niclas Zeising Message-ID: <20061112111431.GA84563@abigail.blackend.org> References: <200611120013.kAC0D5GM097268@repoman.freebsd.org> <200611121144.28895.jkois@freebsd.org> <4556FE2A.1080501@n00b.apagnu.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4556FE2A.1080501@n00b.apagnu.se> X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.11-STABLE User-Agent: Mutt/1.5.9i Cc: Johann Kois , doc-committers@freebsd.org, Giorgos Keramidas , cvs-all@freebsd.org, cvs-doc@freebsd.org Subject: Re: 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: Sun, 12 Nov 2006 11:14:49 -0000 On Sun, Nov 12, 2006 at 11:57:46AM +0100, Niclas Zeising wrote: > > The difference between ssh and ssh is that > ssh can be both an application and a protocol, and we have to > differentiate that. Apart from that, I find staring a sentence with a > non-capitalized letter looks weird. Maybe we should use the > all-capitalized version, at least when talking about the protocol. SSH is the protocol, and ssh is the application/program (so or according to the situation). We also have to start a sentence with a capitalized letter, so we used to do the same thing as in the manual page, i.e, writing "The blahblah utility/tool/program/whatever". -- Marc From owner-cvs-all@FreeBSD.ORG Sun Nov 12 11:18:13 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 651B216A403; Sun, 12 Nov 2006 11:18:13 +0000 (UTC) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B7B243D45; Sun, 12 Nov 2006 11:18:12 +0000 (GMT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) by abigail.blackend.org (8.13.4/8.13.3) with ESMTP id kACBIBnG084821; Sun, 12 Nov 2006 12:18:11 +0100 (CET) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.13.4/8.13.3/Submit) id kACBIBKc084820; Sun, 12 Nov 2006 12:18:11 +0100 (CET) (envelope-from marc) Date: Sun, 12 Nov 2006 12:18:11 +0100 From: Marc Fonvieille To: Niclas Zeising Message-ID: <20061112111810.GB84563@abigail.blackend.org> References: <200611120013.kAC0D5GM097268@repoman.freebsd.org> <200611121144.28895.jkois@freebsd.org> <4556FE2A.1080501@n00b.apagnu.se> <20061112111431.GA84563@abigail.blackend.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061112111431.GA84563@abigail.blackend.org> X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.11-STABLE User-Agent: Mutt/1.5.9i Cc: Johann Kois , doc-committers@freebsd.org, Giorgos Keramidas , cvs-all@freebsd.org, cvs-doc@freebsd.org Subject: Re: 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: Sun, 12 Nov 2006 11:18:13 -0000 On Sun, Nov 12, 2006 at 12:14:31PM +0100, Marc Fonvieille wrote: > On Sun, Nov 12, 2006 at 11:57:46AM +0100, Niclas Zeising wrote: > > > > The difference between ssh and ssh is that > > ssh can be both an application and a protocol, and we have to > > differentiate that. Apart from that, I find staring a sentence with a > > non-capitalized letter looks weird. Maybe we should use the > > all-capitalized version, at least when talking about the protocol. > > SSH is the protocol, and ssh is the application/program (so > or according to the > situation). We also have to start a sentence with a capitalized letter, > so we used to do the same thing as in the manual page, i.e, writing "The ^pages, I meant manual pages written by the FreeBSD people. -- Marc From owner-cvs-all@FreeBSD.ORG Sun Nov 12 11:22:56 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4F7016A416; Sun, 12 Nov 2006 11:22:56 +0000 (UTC) (envelope-from lothrandil@n00b.apagnu.se) Received: from pne-smtpout2-sn2.hy.skanova.net (pne-smtpout2-sn2.hy.skanova.net [81.228.8.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 861C043D8C; Sun, 12 Nov 2006 11:22:53 +0000 (GMT) (envelope-from lothrandil@n00b.apagnu.se) Received: from [90.224.57.146] (90.224.57.146) by pne-smtpout2-sn2.hy.skanova.net (7.2.075) id 452BAB4100664E7B; Sun, 12 Nov 2006 12:22:52 +0100 Message-ID: <4557040D.2090608@n00b.apagnu.se> Date: Sun, 12 Nov 2006 12:22:53 +0100 From: Niclas Zeising User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: Marc Fonvieille References: <200611120013.kAC0D5GM097268@repoman.freebsd.org> <200611121144.28895.jkois@freebsd.org> <4556FE2A.1080501@n00b.apagnu.se> <20061112111431.GA84563@abigail.blackend.org> In-Reply-To: <20061112111431.GA84563@abigail.blackend.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Johann Kois , doc-committers@freebsd.org, Giorgos Keramidas , cvs-all@freebsd.org, cvs-doc@freebsd.org Subject: Re: 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: Sun, 12 Nov 2006 11:22:56 -0000 Marc Fonvieille wrote: > On Sun, Nov 12, 2006 at 11:57:46AM +0100, Niclas Zeising wrote: >> The difference between ssh and ssh is that >> ssh can be both an application and a protocol, and we have to >> differentiate that. Apart from that, I find staring a sentence with a >> non-capitalized letter looks weird. Maybe we should use the >> all-capitalized version, at least when talking about the protocol. > > SSH is the protocol, and ssh is the application/program (so > or according to the > situation). We also have to start a sentence with a capitalized letter, > so we used to do the same thing as in the manual page, i.e, writing "The > blahblah utility/tool/program/whatever". > Okay. I'll do an overhaul of the security chapter and see if I can make some sort of progress regarding consistency between, SSH, ssh and so on, using SSH for the protocol, and ssh or ssh depending on the situation. Thanks for the clarification! Regards! //Niclas From owner-cvs-all@FreeBSD.ORG Sun Nov 12 11:26:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 023AE16A407; Sun, 12 Nov 2006 11:26:27 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6E3143D55; Sun, 12 Nov 2006 11:26:26 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACBQQLi062464; Sun, 12 Nov 2006 11:26:26 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACBQQ33062463; Sun, 12 Nov 2006 11:26:26 GMT (envelope-from rafan) Message-Id: <200611121126.kACBQQ33062463@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 12 Nov 2006 11:26: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-PAR 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, 12 Nov 2006 11:26:27 -0000 rafan 2006-11-12 11:26:26 UTC FreeBSD ports repository Modified files: devel/p5-PAR Makefile distinfo pkg-plist Log: - Update to 0.95.8 (distversion 0.958) Revision Changes Path 1.27 +18 -8 ports/devel/p5-PAR/Makefile 1.20 +3 -3 ports/devel/p5-PAR/distinfo 1.5 +6 -0 ports/devel/p5-PAR/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 12 11:48:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6703316A40F; Sun, 12 Nov 2006 11:48:38 +0000 (UTC) (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 18C7543D5A; Sun, 12 Nov 2006 11:48:38 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACBmc6q065799; Sun, 12 Nov 2006 11:48:38 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACBmcZg065798; Sun, 12 Nov 2006 11:48:38 GMT (envelope-from davidxu) Message-Id: <200611121148.kACBmcZg065798@repoman.freebsd.org> From: David Xu Date: Sun, 12 Nov 2006 11:48: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/sys/kern init_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: Sun, 12 Nov 2006 11:48:38 -0000 davidxu 2006-11-12 11:48:37 UTC FreeBSD src repository Modified files: sys/kern init_main.c Log: Copy base user priority in NO_KSE case. Revision Changes Path 1.270 +1 -0 src/sys/kern/init_main.c From owner-cvs-all@FreeBSD.ORG Sun Nov 12 11:49:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EC6516A4CE; Sun, 12 Nov 2006 11:49:20 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2119243D6B; Sun, 12 Nov 2006 11:49:17 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACBnGJZ065841; Sun, 12 Nov 2006 11:49:16 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACBnGnL065840; Sun, 12 Nov 2006 11:49:16 GMT (envelope-from ache) Message-Id: <200611121149.kACBnGnL065840@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 12 Nov 2006 11:49: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/news/tin 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, 12 Nov 2006 11:49:20 -0000 ache 2006-11-12 11:49:16 UTC FreeBSD ports repository Modified files: news/tin Makefile pkg-plist Log: Remove stale mirror Actually use ${PREFIX}/etc/mime.types Use misc/mime-support package Fix manpages PR: 105421 Submitted by: rafan (partially) Revision Changes Path 1.137 +9 -9 ports/news/tin/Makefile 1.19 +0 -3 ports/news/tin/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 12 11:55:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B30B16A415; Sun, 12 Nov 2006 11:55:29 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BF3743D72; Sun, 12 Nov 2006 11:55:27 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACBtRwc067313; Sun, 12 Nov 2006 11:55:27 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACBtRfA067312; Sun, 12 Nov 2006 11:55:27 GMT (envelope-from itetcu) Message-Id: <200611121155.kACBtRfA067312@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 12 Nov 2006 11:55: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/ftp/ncftp 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, 12 Nov 2006 11:55:29 -0000 itetcu 2006-11-12 11:55:27 UTC FreeBSD ports repository Modified files: ftp/ncftp Makefile Log: Second force commit to note the previous one was done on the wrong port :( Yeh, it's one of those days. Submitted by: kris Revision Changes Path 1.20 +0 -0 ports/ftp/ncftp/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 12 11:57:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40AAC16A403; Sun, 12 Nov 2006 11:57:28 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6DB743D68; Sun, 12 Nov 2006 11:57:27 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACBvRpN067458; Sun, 12 Nov 2006 11:57:27 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACBvRBm067457; Sun, 12 Nov 2006 11:57:27 GMT (envelope-from itetcu) Message-Id: <200611121157.kACBvRBm067457@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 12 Nov 2006 11:57: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/ftp/ncftpd 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, 12 Nov 2006 11:57:28 -0000 itetcu 2006-11-12 11:57:27 UTC FreeBSD ports repository Modified files: ftp/ncftpd Makefile Log: Force commit to note that the last commit message "tarballs were re-rolled, unable to ascertain why" mean that diff'ing the old and the new version returns no differences. Thanks to: lawrance (for the old tarball) Urged by: kriss Revision Changes Path 1.17 +0 -0 ports/ftp/ncftpd/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 12 11:59:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF72E16A407; Sun, 12 Nov 2006 11:59:57 +0000 (UTC) (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 3AD7A43D5F; Sun, 12 Nov 2006 11:59:57 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACBxvSv067602; Sun, 12 Nov 2006 11:59:57 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACBxvNw067601; Sun, 12 Nov 2006 11:59:57 GMT (envelope-from fjoe) Message-Id: <200611121159.kACBxvNw067601@repoman.freebsd.org> From: Max Khon Date: Sun, 12 Nov 2006 11:59: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/cvsnt 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, 12 Nov 2006 11:59:57 -0000 fjoe 2006-11-12 11:59:56 UTC FreeBSD ports repository Modified files: devel/cvsnt Makefile distinfo pkg-plist Log: Update to 2.5.03.2382. This fixes unfetchable distfile problem. Revision Changes Path 1.24 +3 -3 ports/devel/cvsnt/Makefile 1.10 +3 -3 ports/devel/cvsnt/distinfo 1.7 +36 -29 ports/devel/cvsnt/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 12 12:02:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F50416A47B; Sun, 12 Nov 2006 12:02:42 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEC8B43DAD; Sun, 12 Nov 2006 12:02:41 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACC2ZoL068450; Sun, 12 Nov 2006 12:02:35 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACC2Zin068449; Sun, 12 Nov 2006 12:02:35 GMT (envelope-from ache) Message-Id: <200611121202.kACC2Zin068449@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 12 Nov 2006 12:02: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/etc/mtree BSD.local.dist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Nov 2006 12:02:42 -0000 ache 2006-11-12 12:02:35 UTC FreeBSD src repository Modified files: etc/mtree BSD.local.dist Log: Back out 1.120, it was premature. Revision Changes Path 1.125 +0 -2 src/etc/mtree/BSD.local.dist From owner-cvs-all@FreeBSD.ORG Sun Nov 12 12:53:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4919616A412; Sun, 12 Nov 2006 12:53:43 +0000 (UTC) (envelope-from koitsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CC8143D82; Sun, 12 Nov 2006 12:53:42 +0000 (GMT) (envelope-from koitsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACCrgOe085962; Sun, 12 Nov 2006 12:53:42 GMT (envelope-from koitsu@repoman.freebsd.org) Received: (from koitsu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACCrgdd085960; Sun, 12 Nov 2006 12:53:42 GMT (envelope-from koitsu) Message-Id: <200611121253.kACCrgdd085960@repoman.freebsd.org> From: Jeremy Chadwick Date: Sun, 12 Nov 2006 12:53:42 +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/share/sgml authors.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: Sun, 12 Nov 2006 12:53:43 -0000 koitsu 2006-11-12 12:53:42 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/share/sgml authors.ent Log: Per Committer's Guide, Section 4. Approved by: philip Revision Changes Path 1.403 +2 -0 doc/en_US.ISO8859-1/share/sgml/authors.ent From owner-cvs-all@FreeBSD.ORG Sun Nov 12 12:55:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98CB316A407; Sun, 12 Nov 2006 12:55:31 +0000 (UTC) (envelope-from koitsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A36243D55; Sun, 12 Nov 2006 12:55:31 +0000 (GMT) (envelope-from koitsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACCtVGa086450; Sun, 12 Nov 2006 12:55:31 GMT (envelope-from koitsu@repoman.freebsd.org) Received: (from koitsu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACCtVb8086449; Sun, 12 Nov 2006 12:55:31 GMT (envelope-from koitsu) Message-Id: <200611121255.kACCtVb8086449@repoman.freebsd.org> From: Jeremy Chadwick Date: Sun, 12 Nov 2006 12:55: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/en_US.ISO8859-1/articles/contributors contrib.additional.sgml contrib.committers.sgml doc/share/pgpkeys koitsu.key pgpkeys-developers.sgml pgpkeys.ent www/en developers.sgml www/share/sgml news.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: Sun, 12 Nov 2006 12:55:31 -0000 koitsu 2006-11-12 12:55:30 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml contrib.committers.sgml share/pgpkeys pgpkeys-developers.sgml pgpkeys.ent en developers.sgml share/sgml news.xml Added files: share/pgpkeys koitsu.key Log: Per Committer's Guide, Section 4. Approved by: philip Revision Changes Path 1.640 +0 -5 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml 1.160 +4 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml 1.1 +48 -0 doc/share/pgpkeys/koitsu.key (new) 1.35 +5 -0 doc/share/pgpkeys/pgpkeys-developers.sgml 1.127 +1 -0 doc/share/pgpkeys/pgpkeys.ent 1.143 +2 -1 www/en/developers.sgml 1.23 +9 -1 www/share/sgml/news.xml From owner-cvs-all@FreeBSD.ORG Sun Nov 12 12:58:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B42A16A403; Sun, 12 Nov 2006 12:58:43 +0000 (UTC) (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 87C0643D6E; Sun, 12 Nov 2006 12:58:42 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACCwgrM086637; Sun, 12 Nov 2006 12:58:42 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACCwg6l086636; Sun, 12 Nov 2006 12:58:42 GMT (envelope-from fjoe) Message-Id: <200611121258.kACCwg6l086636@repoman.freebsd.org> From: Max Khon Date: Sun, 12 Nov 2006 12: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/news/husky-msged Makefile distinfo pkg-plist ports/news/husky-msged/files patch-Makefile patch-curses.c patch-doc::manual::makefile.husky patch-fido.c patch-msg.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, 12 Nov 2006 12:58:43 -0000 fjoe 2006-11-12 12:58:42 UTC FreeBSD ports repository Modified files: news/husky-msged Makefile distinfo pkg-plist news/husky-msged/files patch-Makefile Added files: news/husky-msged/files patch-fido.c patch-msg.c Removed files: news/husky-msged/files patch-curses.c patch-doc::manual::makefile.husky Log: Update to 6.2RC1. This also fixes unfetchable distfile. patch-fido.c and patch-msg.c are required for compatibility with pre 1.4 husky. They will be removed once husky ports are updated to 1.4. Revision Changes Path 1.8 +3 -6 ports/news/husky-msged/Makefile 1.4 +3 -3 ports/news/husky-msged/distinfo 1.4 +22 -8 ports/news/husky-msged/files/patch-Makefile 1.2 +0 -139 ports/news/husky-msged/files/patch-curses.c (dead) 1.3 +0 -28 ports/news/husky-msged/files/patch-doc::manual::makefile.husky (dead) 1.1 +19 -0 ports/news/husky-msged/files/patch-fido.c (new) 1.1 +11 -0 ports/news/husky-msged/files/patch-msg.c (new) 1.3 +147 -4 ports/news/husky-msged/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 12 13:01:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E946916A412; Sun, 12 Nov 2006 13:01:51 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5663A43D82; Sun, 12 Nov 2006 13:01:47 +0000 (GMT) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACD1lhL087369; Sun, 12 Nov 2006 13:01:47 GMT (envelope-from stefan@repoman.freebsd.org) Received: (from stefan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACD1ldB087368; Sun, 12 Nov 2006 13:01:47 GMT (envelope-from stefan) Message-Id: <200611121301.kACD1ldB087368@repoman.freebsd.org> From: Stefan Walter Date: Sun, 12 Nov 2006 13:01: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/audio/cantus_3 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, 12 Nov 2006 13:01:52 -0000 stefan 2006-11-12 13:01:47 UTC FreeBSD ports repository Modified files: audio/cantus_3 Makefile Log: Make fetchable from developers website. PR: 104585 Submitted by: Thomas Abthorpe Approved by: maintainer timeout (> 3 weeks) Revision Changes Path 1.8 +1 -2 ports/audio/cantus_3/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 12 13:05:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3457316A492; Sun, 12 Nov 2006 13:05:30 +0000 (UTC) (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 5923143D92; Sun, 12 Nov 2006 13:05:10 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACD5Afp089374; Sun, 12 Nov 2006 13:05:10 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACD5A2m089372; Sun, 12 Nov 2006 13:05:10 GMT (envelope-from clsung) Message-Id: <200611121305.kACD5A2m089372@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sun, 12 Nov 2006 13:05: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-XML-RSS 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, 12 Nov 2006 13:05:30 -0000 clsung 2006-11-12 13:05:09 UTC FreeBSD ports repository Modified files: textproc/p5-XML-RSS Makefile Log: - fix typo PR: ports/105398 Submitted by: Hirohisa Yamaguchi Revision Changes Path 1.22 +2 -2 ports/textproc/p5-XML-RSS/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 12 13:37:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECA6E16A40F; Sun, 12 Nov 2006 13:37:23 +0000 (UTC) (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 9A59143D79; Sun, 12 Nov 2006 13:37:23 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACDbNFg094469; Sun, 12 Nov 2006 13:37:23 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACDbND5094468; Sun, 12 Nov 2006 13:37:23 GMT (envelope-from pav) Message-Id: <200611121337.kACDbND5094468@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 12 Nov 2006 13:37: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/libgphoto2 Makefile ports/graphics/libgphoto2/files patch-libgphoto2_port-disk-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: Sun, 12 Nov 2006 13:37:24 -0000 pav 2006-11-12 13:37:23 UTC FreeBSD ports repository Modified files: graphics/libgphoto2 Makefile Added files: graphics/libgphoto2/files patch-libgphoto2_port-disk-disk.c Log: - Add a patch to not close shared dbus connections PR: ports/105436 Submitted by: Christoph Moench-Tegeder Obtained from: gphoto svn Revision Changes Path 1.29 +1 -1 ports/graphics/libgphoto2/Makefile 1.1 +10 -0 ports/graphics/libgphoto2/files/patch-libgphoto2_port-disk-disk.c (new) From owner-cvs-all@FreeBSD.ORG Sun Nov 12 13:40:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F21E216A596; Sun, 12 Nov 2006 13:40:49 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DE8A43D7F; Sun, 12 Nov 2006 13:40:46 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from kobe.laptop (host155-42.pool8174.interbusiness.it [81.74.42.155] (may be forged)) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-2) with ESMTP id kACDeNUk028537 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 12 Nov 2006 15:40:28 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.13.8/8.13.8) with ESMTP id kACDeI08002096; Sun, 12 Nov 2006 14:40:19 +0100 (CET) (envelope-from keramida@FreeBSD.org) Received: (from keramida@localhost) by kobe.laptop (8.13.8/8.13.8/Submit) id kACDeIJR002095; Sun, 12 Nov 2006 14:40:18 +0100 (CET) (envelope-from keramida@FreeBSD.org) Date: Sun, 12 Nov 2006 14:40:18 +0100 From: Giorgos Keramidas To: Johann Kois Message-ID: <20061112134018.GB999@kobe.laptop> References: <200611120013.kAC0D5GM097268@repoman.freebsd.org> <200611121144.28895.jkois@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200611121144.28895.jkois@freebsd.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-2.463, required 5, autolearn=not spam, BAYES_00 -2.60, FORGED_RCVD_HELO 0.14, UNPARSEABLE_RELAY 0.00) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: 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: Sun, 12 Nov 2006 13:40:50 -0000 On 2006-11-12 11:44, Johann Kois wrote: > Additionally we now have six different versions of "ssh" in this > document which I find a little bit confusing: > > - Ssh > - ssh > - SSH > - Ssh > - ssh > - SSH > > Maybe a little cleanup is needed here? Any thoughts? Obviously some sort of cleanup is needed. Niclas just offered to do it, I see, so let's give him some time to have fun :) From owner-cvs-all@FreeBSD.ORG Sun Nov 12 13:51:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E03C816A416; Sun, 12 Nov 2006 13:51:00 +0000 (UTC) (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 CBE6C43D99; Sun, 12 Nov 2006 13:50:54 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACDosNa096338; Sun, 12 Nov 2006 13:50:54 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACDosMF096337; Sun, 12 Nov 2006 13:50:54 GMT (envelope-from fjoe) Message-Id: <200611121350.kACDosMF096337@repoman.freebsd.org> From: Max Khon Date: Sun, 12 Nov 2006 13:50: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/databases/libodbc++/files patch-src-datahandler.cpp patch-src-datahandler.h patch-src-datastream.cpp patch-src-datastream.h patch-src-preparedstatement.cpp patch-src-resultsetmetadata.cpp patch-src-statement.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, 12 Nov 2006 13:51:01 -0000 fjoe 2006-11-12 13:50:54 UTC FreeBSD ports repository Modified files: databases/libodbc++/files patch-src-datastream.h Added files: databases/libodbc++/files patch-src-datahandler.cpp patch-src-datahandler.h patch-src-datastream.cpp patch-src-preparedstatement.cpp patch-src-resultsetmetadata.cpp patch-src-statement.cpp Log: Fix build on 64-bit arches (amd64). Pointed out by: kris (via pointyhat) Revision Changes Path 1.1 +11 -0 ports/databases/libodbc++/files/patch-src-datahandler.cpp (new) 1.1 +25 -0 ports/databases/libodbc++/files/patch-src-datahandler.h (new) 1.1 +29 -0 ports/databases/libodbc++/files/patch-src-datastream.cpp (new) 1.2 +29 -2 ports/databases/libodbc++/files/patch-src-datastream.h 1.1 +11 -0 ports/databases/libodbc++/files/patch-src-preparedstatement.cpp (new) 1.1 +20 -0 ports/databases/libodbc++/files/patch-src-resultsetmetadata.cpp (new) 1.1 +11 -0 ports/databases/libodbc++/files/patch-src-statement.cpp (new) From owner-cvs-all@FreeBSD.ORG Sun Nov 12 13:52:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2F1116A416; Sun, 12 Nov 2006 13:52:54 +0000 (UTC) (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 EF83E43D86; Sun, 12 Nov 2006 13:52:38 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACDqccC097138; Sun, 12 Nov 2006 13:52:38 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACDqcDb097137; Sun, 12 Nov 2006 13:52:38 GMT (envelope-from novel) Message-Id: <200611121352.kACDqcDb097137@repoman.freebsd.org> From: Roman Bogorodskiy Date: Sun, 12 Nov 2006 13:52: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/sysutils/conky Makefile distinfo ports/sysutils/conky/files patch-src-freebsd.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, 12 Nov 2006 13:52:54 -0000 novel 2006-11-12 13:52:38 UTC FreeBSD ports repository Modified files: sysutils/conky Makefile distinfo sysutils/conky/files patch-src-freebsd.c Log: Update to 1.4.3. Revision Changes Path 1.19 +11 -3 ports/sysutils/conky/Makefile 1.10 +3 -3 ports/sysutils/conky/distinfo 1.6 +10 -10 ports/sysutils/conky/files/patch-src-freebsd.c From owner-cvs-all@FreeBSD.ORG Sun Nov 12 14:23:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9965C16A407; Sun, 12 Nov 2006 14:23:30 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61CB743DAD; Sun, 12 Nov 2006 14:23:13 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACENDUS003446; Sun, 12 Nov 2006 14:23:13 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACENDYT003444; Sun, 12 Nov 2006 14:23:13 GMT (envelope-from alepulver) Message-Id: <200611121423.kACENDYT003444@repoman.freebsd.org> From: Alejandro Pulver Date: Sun, 12 Nov 2006 14:23: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/Mk bsd.lua.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, 12 Nov 2006 14:23:30 -0000 alepulver 2006-11-12 14:23:12 UTC FreeBSD ports repository Modified files: Mk bsd.lua.mk Log: - Add LUA_CMD, LUAC_CMD and TOLUA_CMD variables. - Use "?=" instead of "=" for defining LUA_VER. Revision Changes Path 1.4 +10 -2 ports/Mk/bsd.lua.mk From owner-cvs-all@FreeBSD.ORG Sun Nov 12 14:51:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D2ED16A6CF; Sun, 12 Nov 2006 14:51:08 +0000 (UTC) (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 26D5943D91; Sun, 12 Nov 2006 14:51:07 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACEp7T7007362; Sun, 12 Nov 2006 14:51:07 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACEp75c007361; Sun, 12 Nov 2006 14:51:07 GMT (envelope-from delphij) Message-Id: <200611121451.kACEp75c007361@repoman.freebsd.org> From: Xin LI Date: Sun, 12 Nov 2006 14:51: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/release/doc/zh_CN.GB2312/errata 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, 12 Nov 2006 14:51:08 -0000 delphij 2006-11-12 14:51:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/zh_CN.GB2312/errata article.sgml Log: MFen 1.73.2.32 -> 1.73.2.33 Approved by: re (blanket) Revision Changes Path 1.2.2.6 +9 -1 src/release/doc/zh_CN.GB2312/errata/article.sgml From owner-cvs-all@FreeBSD.ORG Sun Nov 12 14:53:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01CB716A5C7; Sun, 12 Nov 2006 14:53:28 +0000 (UTC) (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 966A743D82; Sun, 12 Nov 2006 14:53:27 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACErRKt008275; Sun, 12 Nov 2006 14:53:27 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACErR0a008274; Sun, 12 Nov 2006 14:53:27 GMT (envelope-from fjoe) Message-Id: <200611121453.kACErR0a008274@repoman.freebsd.org> From: Max Khon Date: Sun, 12 Nov 2006 14:53: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/databases/libodbc++ 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, 12 Nov 2006 14:53:28 -0000 fjoe 2006-11-12 14:53:27 UTC FreeBSD ports repository Modified files: databases/libodbc++ Makefile Log: - Fix the build on RELENG_4 with iodbc. - Return back default ODBC driver manager to unixODBC. - Bump PORTREVISION. Revision Changes Path 1.15 +4 -4 ports/databases/libodbc++/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 12 14:58:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49C6F16A40F; Sun, 12 Nov 2006 14:58:01 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED04343D53; Sun, 12 Nov 2006 14:58:00 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACEw0EW008791; Sun, 12 Nov 2006 14:58:00 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACEw082008790; Sun, 12 Nov 2006 14:58:00 GMT (envelope-from alepulver) Message-Id: <200611121458.kACEw082008790@repoman.freebsd.org> From: Alejandro Pulver Date: Sun, 12 Nov 2006 14:58: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/games/tuxpaint-fonts 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, 12 Nov 2006 14:58:01 -0000 alepulver 2006-11-12 14:58:00 UTC FreeBSD ports repository Modified files: games/tuxpaint-fonts Makefile Log: - Remove Japanese fonts (included in latest TuxPaint version). Reported by: pointyhat Revision Changes Path 1.6 +1 -3 ports/games/tuxpaint-fonts/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 12 15:08:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E622416A407; Sun, 12 Nov 2006 15:08:55 +0000 (UTC) (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 3AE5843D64; Sun, 12 Nov 2006 15:08:54 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACF8saO011672; Sun, 12 Nov 2006 15:08:54 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACF8s9c011671; Sun, 12 Nov 2006 15:08:54 GMT (envelope-from delphij) Message-Id: <200611121508.kACF8s9c011671@repoman.freebsd.org> From: Xin LI Date: Sun, 12 Nov 2006 15:08: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/release/doc/zh_CN.GB2312/relnotes/common new.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, 12 Nov 2006 15:08:56 -0000 delphij 2006-11-12 15:08:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/zh_CN.GB2312/relnotes/common new.sgml Log: MFen 1.883.2.47 -> 1.883.2.50 Approved by: re (zh_CN.GB2312 relnotes blanket) Revision Changes Path 1.5.2.10 +30 -6 src/release/doc/zh_CN.GB2312/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Sun Nov 12 15:54:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8CD716A403; Sun, 12 Nov 2006 15:54:54 +0000 (UTC) (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 3041143D76; Sun, 12 Nov 2006 15:54:50 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACFsoTU019532; Sun, 12 Nov 2006 15:54:50 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACFsoHe019531; Sun, 12 Nov 2006 15:54:50 GMT (envelope-from garga) Message-Id: <200611121554.kACFsoHe019531@repoman.freebsd.org> From: Renato Botelho Date: Sun, 12 Nov 2006 15:54: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/devel/autoconf-archive Makefile distinfo pkg-plist ports/devel/autoconf-archive/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: Sun, 12 Nov 2006 15:54:54 -0000 garga 2006-11-12 15:54:49 UTC FreeBSD ports repository Modified files: devel/autoconf-archive Makefile distinfo pkg-plist devel/autoconf-archive/files patch-Makefile.in Log: Update to 2006-10-30 PR: ports/105344 Submitted by: Martin Kammerhofer Approved by: Martin Kammerhofer (maintainer) Revision Changes Path 1.2 +4 -4 ports/devel/autoconf-archive/Makefile 1.2 +3 -3 ports/devel/autoconf-archive/distinfo 1.2 +6 -6 ports/devel/autoconf-archive/files/patch-Makefile.in 1.2 +35 -7 ports/devel/autoconf-archive/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 12 15:56:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23B1216A40F; Sun, 12 Nov 2006 15:56:59 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C592F43D46; Sun, 12 Nov 2006 15:56:58 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACFuwxN019698; Sun, 12 Nov 2006 15:56:58 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACFuwtI019697; Sun, 12 Nov 2006 15:56:58 GMT (envelope-from itetcu) Message-Id: <200611121556.kACFuwtI019697@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 12 Nov 2006 15:56: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/mail/dspam Makefile ports/mail/dspam/files 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: Sun, 12 Nov 2006 15:56:59 -0000 itetcu 2006-11-12 15:56:58 UTC FreeBSD ports repository Modified files: mail/dspam Makefile mail/dspam/files UPDATING Log: - added safecat as LDA [1] - give user the possibility to configure where dspam.conf is [1] - bump PORTVERSION for OPTIONS chage for [1] - display UPDATING entry smarter [2] Submitted by: Emil Isberg [1] Phil Pennock [2] (suggestion by vd@) Revision Changes Path 1.58 +17 -9 ports/mail/dspam/Makefile 1.28 +12 -1 ports/mail/dspam/files/UPDATING From owner-cvs-all@FreeBSD.ORG Sun Nov 12 16:06:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2229F16A4C8; Sun, 12 Nov 2006 16:06:09 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A259443DB6; Sun, 12 Nov 2006 16:05:23 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACG5Mk6022520; Sun, 12 Nov 2006 16:05:22 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACG5MgX022519; Sun, 12 Nov 2006 16:05:22 GMT (envelope-from itetcu) Message-Id: <200611121605.kACG5MgX022519@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 12 Nov 2006 16:05: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/mail/dspam 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, 12 Nov 2006 16:06:09 -0000 itetcu 2006-11-12 16:05:21 UTC FreeBSD ports repository Modified files: mail/dspam Makefile Log: - add SAFECAT_LDA OPTION - fix a typo Revision Changes Path 1.59 +2 -1 ports/mail/dspam/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 12 16:07:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F9BF16A47B; Sun, 12 Nov 2006 16:07:33 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC4F443E01; Sun, 12 Nov 2006 16:06:21 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACG64qj022580; Sun, 12 Nov 2006 16:06:04 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACG64Eq022579; Sun, 12 Nov 2006 16:06:04 GMT (envelope-from itetcu) Message-Id: <200611121606.kACG64Eq022579@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 12 Nov 2006 16:06: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/dspam 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, 12 Nov 2006 16:07:33 -0000 itetcu 2006-11-12 16:06:04 UTC FreeBSD ports repository Modified files: mail/dspam Makefile Log: Fix an other typo Revision Changes Path 1.60 +1 -1 ports/mail/dspam/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 12 16:10:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12B1C16A4AB; Sun, 12 Nov 2006 16:10:01 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E69CF43D45; Sun, 12 Nov 2006 16:08:39 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACG8KtT022728; Sun, 12 Nov 2006 16:08:20 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACG8Kws022727; Sun, 12 Nov 2006 16:08:20 GMT (envelope-from itetcu) Message-Id: <200611121608.kACG8Kws022727@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 12 Nov 2006 16:08: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/mail/dspam-devel Makefile ports/mail/dspam-devel/files 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: Sun, 12 Nov 2006 16:10:01 -0000 itetcu 2006-11-12 16:08:20 UTC FreeBSD ports repository Modified files: mail/dspam-devel Makefile mail/dspam-devel/files UPDATING Log: - added safecat as LDA [1] - give user the possibility to configure where dspam.conf is [1] - bump PORTVERSION for OPTIONS chage for [1] - display UPDATING entry smarter [2] Submitted by: Emil Isberg [1] Phil Pennock [2] (suggestion by vd@) Revision Changes Path 1.58 +16 -6 ports/mail/dspam-devel/Makefile 1.31 +11 -0 ports/mail/dspam-devel/files/UPDATING From owner-cvs-all@FreeBSD.ORG Sun Nov 12 16:26:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BF8116A47E; Sun, 12 Nov 2006 16:26:19 +0000 (UTC) (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 7343743DA1; Sun, 12 Nov 2006 16:25:41 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACGPfdP025821; Sun, 12 Nov 2006 16:25:41 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACGPfhc025820; Sun, 12 Nov 2006 16:25:41 GMT (envelope-from gerald) Message-Id: <200611121625.kACGPfhc025820@repoman.freebsd.org> From: Gerald Pfeifer Date: Sun, 12 Nov 2006 16:25: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/lang/gcc43 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, 12 Nov 2006 16:26:19 -0000 gerald 2006-11-12 16:25:41 UTC FreeBSD ports repository Modified files: lang/gcc43 Makefile distinfo Log: Update to the 20061111 snapshot of GCC 4.3.0. Revision Changes Path 1.290 +1 -1 ports/lang/gcc43/Makefile 1.179 +18 -18 ports/lang/gcc43/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 12 16:27:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64F9B16A40F; Sun, 12 Nov 2006 16:27:31 +0000 (UTC) (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 B1F3243D94; Sun, 12 Nov 2006 16:27:30 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACGRUYa025924; Sun, 12 Nov 2006 16:27:30 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACGRUeF025923; Sun, 12 Nov 2006 16:27:30 GMT (envelope-from garga) Message-Id: <200611121627.kACGRUeF025923@repoman.freebsd.org> From: Renato Botelho Date: Sun, 12 Nov 2006 16:27: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/irc/ircII 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, 12 Nov 2006 16:27:31 -0000 garga 2006-11-12 16:27:30 UTC FreeBSD ports repository Modified files: irc/ircII Makefile distinfo pkg-plist Log: Update to 20060725 PR: ports/105409 Submitted by: Christopher Harrell Approved by: maintainer in private email Revision Changes Path 1.47 +3 -3 ports/irc/ircII/Makefile 1.24 +3 -3 ports/irc/ircII/distinfo 1.26 +5 -37 ports/irc/ircII/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 12 16:59:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B686C16A407; Sun, 12 Nov 2006 16:59:54 +0000 (UTC) (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 6C8F143D7E; Sun, 12 Nov 2006 16:59:54 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACGxsMS038759; Sun, 12 Nov 2006 16:59:54 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACGxs8Q038758; Sun, 12 Nov 2006 16:59:54 GMT (envelope-from dinoex) Message-Id: <200611121659.kACGxs8Q038758@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 12 Nov 2006 16:59: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/biology/adun 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, 12 Nov 2006 16:59:54 -0000 dinoex 2006-11-12 16:59:54 UTC FreeBSD ports repository Modified files: biology/adun Makefile Log: - cleanup patches Revision Changes Path 1.3 +0 -3 ports/biology/adun/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 12 17:13:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EF1F16A47E; Sun, 12 Nov 2006 17:13:46 +0000 (UTC) (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 2D71843D49; Sun, 12 Nov 2006 17:13:46 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACHDkwR042743; Sun, 12 Nov 2006 17:13:46 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACHDkX0042740; Sun, 12 Nov 2006 17:13:46 GMT (envelope-from ume) Message-Id: <200611121713.kACHDkX0042740@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sun, 12 Nov 2006 17:13:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: mackerras Cc: Subject: cvs commit: src/usr.sbin/pppd - 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: Sun, 12 Nov 2006 17:13:46 -0000 ume 2006-11-12 17:13:45 UTC FreeBSD src repository src/usr.sbin/pppd - Imported sources Update of /home/ncvs/src/usr.sbin/pppd In directory repoman.freebsd.org:/tmp/cvs-serv42719 Log Message: Import eui64.[ch] and ipv6cp.[ch] of ppp-2.3.11 Status: Vendor Tag: mackerras Release Tags: ppp_2_3_11 N src/usr.sbin/pppd/eui64.c N src/usr.sbin/pppd/eui64.h N src/usr.sbin/pppd/ipv6cp.c N src/usr.sbin/pppd/ipv6cp.h No conflicts created by this import From owner-cvs-all@FreeBSD.ORG Sun Nov 12 17:17:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B723C16A4F3; Sun, 12 Nov 2006 17:17:02 +0000 (UTC) (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 2210E43D88; Sun, 12 Nov 2006 17:16:51 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACHGppR043083; Sun, 12 Nov 2006 17:16:51 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACHGpVf043082; Sun, 12 Nov 2006 17:16:51 GMT (envelope-from delphij) Message-Id: <200611121716.kACHGpVf043082@repoman.freebsd.org> From: Xin LI Date: Sun, 12 Nov 2006 17:16: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/zh_CN/releases/6.1R errata.html X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Nov 2006 17:17:02 -0000 delphij 2006-11-12 17:16:51 UTC FreeBSD doc repository Modified files: zh_CN/releases/6.1R errata.html Log: Regen Revision Changes Path 1.4 +14 -2 www/zh_CN/releases/6.1R/errata.html From owner-cvs-all@FreeBSD.ORG Sun Nov 12 17:32:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2E2C16A416; Sun, 12 Nov 2006 17:32:13 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B630243D6B; Sun, 12 Nov 2006 17:32:12 +0000 (GMT) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACHWCFV045757; Sun, 12 Nov 2006 17:32:12 GMT (envelope-from stefan@repoman.freebsd.org) Received: (from stefan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACHWCkV045756; Sun, 12 Nov 2006 17:32:12 GMT (envelope-from stefan) Message-Id: <200611121732.kACHWCkV045756@repoman.freebsd.org> From: Stefan Walter Date: Sun, 12 Nov 2006 17:32: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/x11-wm/ion-3ds Makefile distinfo pkg-plist ports/x11-wm/ion-3ds/files patch-system.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, 12 Nov 2006 17:32:13 -0000 stefan 2006-11-12 17:32:12 UTC FreeBSD ports repository Modified files: x11-wm/ion-3ds Makefile distinfo pkg-plist x11-wm/ion-3ds/files patch-system.mk Log: - Update to 20061029. - Explicitly link to Xinerama if WITH_XINERAMA is defined. PR: 105084 Submitted by: Herbert J. Skuhra Approved by: maintainer Revision Changes Path 1.17 +4 -1 ports/x11-wm/ion-3ds/Makefile 1.13 +3 -3 ports/x11-wm/ion-3ds/distinfo 1.5 +24 -5 ports/x11-wm/ion-3ds/files/patch-system.mk 1.8 +3 -9 ports/x11-wm/ion-3ds/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 12 17:36:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F15AC16A403; Sun, 12 Nov 2006 17:36:58 +0000 (UTC) (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 B853C43D70; Sun, 12 Nov 2006 17:36:58 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACHawqM046576; Sun, 12 Nov 2006 17:36:58 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACHawiG046575; Sun, 12 Nov 2006 17:36:58 GMT (envelope-from ume) Message-Id: <200611121736.kACHawiG046575@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sun, 12 Nov 2006 17:36: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/usr.sbin/pppd Makefile eui64.c ipv6cp.c ipv6cp.h main.c options.c pathnames.h pppd.8 pppd.h sys-bsd.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, 12 Nov 2006 17:36:59 -0000 ume 2006-11-12 17:36:58 UTC FreeBSD src repository Modified files: usr.sbin/pppd Makefile eui64.c ipv6cp.c ipv6cp.h main.c options.c pathnames.h pppd.8 pppd.h sys-bsd.c Log: Teach an IPV6CP to pppd(8). The eui64.[ch] and ipv6cp.[ch] were taken from ppp-2.3.11. However, our stock pppd(8) doesn't provide option_t nor some utility functions. So, I made some hacks to adjust to our stock pppd(8). The sys_bsd.c part was taken from NetBSD with some modifications to adjust to our stock pppd(8). MFC after: 1 week Revision Changes Path 1.31 +5 -0 src/usr.sbin/pppd/Makefile 1.2 +6 -0 src/usr.sbin/pppd/eui64.c 1.2 +21 -78 src/usr.sbin/pppd/ipv6cp.c 1.2 +3 -0 src/usr.sbin/pppd/ipv6cp.h 1.22 +6 -0 src/usr.sbin/pppd/main.c 1.25 +113 -0 src/usr.sbin/pppd/options.c 1.11 +6 -1 src/usr.sbin/pppd/pathnames.h 1.27 +47 -2 src/usr.sbin/pppd/pppd.8 1.14 +16 -0 src/usr.sbin/pppd/pppd.h 1.21 +129 -1 src/usr.sbin/pppd/sys-bsd.c From owner-cvs-all@FreeBSD.ORG Sun Nov 12 17:41:02 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A116E16A40F; Sun, 12 Nov 2006 17:41:02 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 583C143D97; Sun, 12 Nov 2006 17:40:53 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from kobe.laptop (host155-42.pool8174.interbusiness.it [81.74.42.155] (may be forged)) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-2) with ESMTP id kACHeCfe011154 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 12 Nov 2006 19:40:21 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.13.8/8.13.8) with ESMTP id kACHe58U004405; Sun, 12 Nov 2006 18:40:06 +0100 (CET) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by kobe.laptop (8.13.8/8.13.8/Submit) id kACHe5IX004404; Sun, 12 Nov 2006 18:40:05 +0100 (CET) (envelope-from keramida@freebsd.org) Date: Sun, 12 Nov 2006 18:40:05 +0100 From: Giorgos Keramidas To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org Message-ID: <20061112174004.GB4237@kobe.laptop> References: <200611112211.kABMBsHp073602@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200611112211.kABMBsHp073602@repoman.freebsd.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-2.463, required 5, autolearn=not spam, BAYES_00 -2.60, FORGED_RCVD_HELO 0.14, UNPARSEABLE_RELAY 0.00) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: Subject: Re: cvs commit: src/usr.bin/sockstat sockstat.1 sockstat.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, 12 Nov 2006 17:41:02 -0000 On 2006-11-11 22:11, Giorgos Keramidas wrote: > keramida 2006-11-11 22:11:54 UTC > > FreeBSD src repository (doc committer) > > Modified files: > usr.bin/sockstat sockstat.1 sockstat.c > Log: > Add support for filtering sockets by protocol type. The default > behavior of sockstat(1) will still be to show "udp", "tcp" and > "divert" protocols, but we can now provide a (comma-separated) > list of protocols, as in: > > % sockstat -P tcp > > to list only TCP sockets, or we can filter more than one protocol > by separating the protocol names with a comma: > > % sockstat -P tcp,udp > > Protocol names are parsed with getprotobyname(3), so any protocol > whose name is listed in `/etc/protocols' should work fine. > > Submitted by: Josh Carroll > Approved by: des > > Revision Changes Path > 1.21 +12 -2 src/usr.bin/sockstat/sockstat.1 > 1.14 +115 -12 src/usr.bin/sockstat/sockstat.c This commit breaks sockstat when only *one* of -4 or -6 is used. My apologies for not testing the changes more thoroughly, everyone :( I've already emailed a followup patch to des@ for review, which you can also find attached below. When I get his approval, I'll commit it to CVS too: %%% diff -r b717d3e25bc0 -r a894939b8792 usr.bin/sockstat/sockstat.c --- a/usr.bin/sockstat/sockstat.c Sun Nov 12 16:33:09 2006 +0100 +++ b/usr.bin/sockstat/sockstat.c Sun Nov 12 18:34:29 2006 +0100 @@ -714,12 +714,17 @@ main(int argc, char *argv[]) usage(); /* - * If protos_defined remains -1, no -P was provided, so we have to - * set up the default protocol list in protos[] first. + * If no -4, -6, -u or -P option was specified, use the default list + * of protocols *and* UNIX domain sockets. Otherwise, if only one + * of -4 and -6 was specified and we don't have a protocol list yet + * (i.e. because no -P option was present), still use the default + * protocol list (to list sockets of the respective address family). */ if (!opt_4 && !opt_6 && !opt_u && protos_defined == -1) { opt_u = 1; protos_defined = set_default_protos(); + } else if ((opt_4 || opt_6) && protos_defined == -1) { + protos_defined = set_default_protos(); } if (!opt_4 && !opt_6) %%% From owner-cvs-all@FreeBSD.ORG Sun Nov 12 18:15:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD99D16A40F; Sun, 12 Nov 2006 18:15:42 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A00F43D78; Sun, 12 Nov 2006 18:15:38 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACIFcLp058172; Sun, 12 Nov 2006 18:15:38 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACIFcTN058171; Sun, 12 Nov 2006 18:15:38 GMT (envelope-from bmah) Message-Id: <200611121815.kACIFcTN058171@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sun, 12 Nov 2006 18:15: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/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: Sun, 12 Nov 2006 18:15:42 -0000 bmah 2006-11-12 18:15:38 UTC FreeBSD doc repository Modified files: release Makefile Log: Add CVS tag information to build.txt metadata file. Revision Changes Path 1.10 +4 -1 doc/release/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 12 18:20:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D011116A40F; Sun, 12 Nov 2006 18:20:30 +0000 (UTC) (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 451A843D68; Sun, 12 Nov 2006 18:20:30 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACIKUkp058396; Sun, 12 Nov 2006 18:20:30 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACIKU4C058395; Sun, 12 Nov 2006 18:20:30 GMT (envelope-from delphij) Message-Id: <200611121820.kACIKU4C058395@repoman.freebsd.org> From: Xin LI Date: Sun, 12 Nov 2006 18:20:30 +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 pf.os X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Nov 2006 18:20:30 -0000 delphij 2006-11-12 18:20:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc pf.os Log: MFC 1.4: sync pf.os with OpenBSD. Approved by: re (bmah) Revision Changes Path 1.3.2.1 +71 -27 src/etc/pf.os From owner-cvs-all@FreeBSD.ORG Sun Nov 12 18:28:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7978F16A407; Sun, 12 Nov 2006 18:28:00 +0000 (UTC) (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 2942843D80; Sun, 12 Nov 2006 18:28:00 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACIS0Sf059879; Sun, 12 Nov 2006 18:28:00 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACIS0ei059878; Sun, 12 Nov 2006 18:28:00 GMT (envelope-from dinoex) Message-Id: <200611121828.kACIS0ei059878@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 12 Nov 2006 18:28: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/price 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, 12 Nov 2006 18:28:00 -0000 dinoex 2006-11-12 18:27:59 UTC FreeBSD ports repository Modified files: graphics/price Makefile distinfo Log: - update to 0.8.1 Approved by: maintainer Revision Changes Path 1.2 +2 -2 ports/graphics/price/Makefile 1.2 +3 -3 ports/graphics/price/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 12 18:28:05 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3639C16A5A7; Sun, 12 Nov 2006 18:28:05 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail19.syd.optusnet.com.au (mail19.syd.optusnet.com.au [211.29.132.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2E3143D55; Sun, 12 Nov 2006 18:27:57 +0000 (GMT) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (c58-107-94-118.belrs4.nsw.optusnet.com.au [58.107.94.118]) by mail19.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id kACIRrRc001978 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 13 Nov 2006 05:27:54 +1100 Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.13.8/8.13.8) with ESMTP id kACIRr5v019684; Mon, 13 Nov 2006 05:27:53 +1100 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.13.8/8.13.8/Submit) id kACIRpNU019683; Mon, 13 Nov 2006 05:27:51 +1100 (EST) (envelope-from peter) Date: Mon, 13 Nov 2006 05:27:51 +1100 From: Peter Jeremy To: Marc Fonvieille Message-ID: <20061112182751.GB834@turion.vk2pj.dyndns.org> References: <200611120013.kAC0D5GM097268@repoman.freebsd.org> <200611121144.28895.jkois@freebsd.org> <4556FE2A.1080501@n00b.apagnu.se> <20061112111431.GA84563@abigail.blackend.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="JYK4vJDZwFMowpUq" Content-Disposition: inline In-Reply-To: <20061112111431.GA84563@abigail.blackend.org> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.13 (2006-08-11) Cc: cvs-doc@freebsd.org, cvs-all@freebsd.org, Johann Kois , Giorgos Keramidas , Niclas Zeising , doc-committers@freebsd.org Subject: Re: 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: Sun, 12 Nov 2006 18:28:05 -0000 --JYK4vJDZwFMowpUq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, 2006-Nov-12 12:14:31 +0100, Marc Fonvieille wrote: >SSH is the protocol, and ssh is the application/program (so > or according to the >situation). To be pedantic, the application is OpenSSH. --=20 Peter Jeremy --JYK4vJDZwFMowpUq Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFV2en/opHv/APuIcRAkqxAJ9s+2x7PNfJAdIFV+pUCnhvLOnF9gCfYywl +qk1aCH2qegsxpVgEcAlnAU= =8rLa -----END PGP SIGNATURE----- --JYK4vJDZwFMowpUq-- From owner-cvs-all@FreeBSD.ORG Sun Nov 12 18:37:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C29B16A47B; Sun, 12 Nov 2006 18:37:48 +0000 (UTC) (envelope-from wosch@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E722043D49; Sun, 12 Nov 2006 18:37:38 +0000 (GMT) (envelope-from wosch@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACIbZqB061603; Sun, 12 Nov 2006 18:37:35 GMT (envelope-from wosch@repoman.freebsd.org) Received: (from wosch@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACIbZxl061602; Sun, 12 Nov 2006 18:37:35 GMT (envelope-from wosch) Message-Id: <200611121837.kACIbZxl061602@repoman.freebsd.org> From: Wolfram Schneider Date: Sun, 12 Nov 2006 18:37:34 +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/cgi getmsg.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, 12 Nov 2006 18:37:48 -0000 wosch 2006-11-12 18:37:34 UTC FreeBSD doc repository Modified files: en/cgi getmsg.cgi Log: add trustedbsd-* to valid mailing lists Revision Changes Path 1.41 +3 -3 www/en/cgi/getmsg.cgi From owner-cvs-all@FreeBSD.ORG Sun Nov 12 18:38:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A267616A47B; Sun, 12 Nov 2006 18:38:07 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A09743D5A; Sun, 12 Nov 2006 18:38:07 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACIc755061650; Sun, 12 Nov 2006 18:38:07 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACIc7Pr061649; Sun, 12 Nov 2006 18:38:07 GMT (envelope-from bz) Message-Id: <200611121838.kACIc7Pr061649@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Sun, 12 Nov 2006 18:38: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/share/doc/IPv6 IMPLEMENTATION X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Nov 2006 18:38:07 -0000 bz 2006-11-12 18:38:07 UTC FreeBSD src repository Modified files: share/doc/IPv6 IMPLEMENTATION Log: Remove some comments about NetBSD. This in on FreeBSD and we do not want to confuse people at the very beginning. Sync TOC/paragraph numbers in the text. Requested by: Benedikt Stockebrand during his talk at EuroBSDCon 2006 Reviewed by: gnn Revision Changes Path 1.10 +7 -10 src/share/doc/IPv6/IMPLEMENTATION From owner-cvs-all@FreeBSD.ORG Sun Nov 12 18:44:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DDA816A47B; Sun, 12 Nov 2006 18:44:03 +0000 (UTC) (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 13EF843D45; Sun, 12 Nov 2006 18:44:03 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACIhPFh062878; Sun, 12 Nov 2006 18:43:25 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACIhPfb062874; Sun, 12 Nov 2006 18:43:25 GMT (envelope-from jkoshy) Message-Id: <200611121843.kACIhPfb062874@repoman.freebsd.org> From: Joseph Koshy Date: Sun, 12 Nov 2006 18:43: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/lib/libelf 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, 12 Nov 2006 18:44:03 -0000 jkoshy 2006-11-12 18:43:25 UTC FreeBSD src repository Modified files: lib/libelf Makefile Log: - Replace the use of DPSRCS with something more appropriate. DPSRCS is for when you need something in ".depend", but not compiled in. - Style fixes: Spell ${.OBJDIR} as ".". - Neaten a comment. Submitted by: ru Revision Changes Path 1.2 +6 -5 src/lib/libelf/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 12 19:02:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF5D816A407; Sun, 12 Nov 2006 19:02:40 +0000 (UTC) (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 C0E3943D91; Sun, 12 Nov 2006 19:01:29 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACJ1TmA065428; Sun, 12 Nov 2006 19:01:29 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACJ1TPp065425; Sun, 12 Nov 2006 19:01:29 GMT (envelope-from linimon) Message-Id: <200611121901.kACJ1TPp065425@repoman.freebsd.org> From: Mark Linimon Date: Sun, 12 Nov 2006 19: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/audio/cantus_3 Makefile ports/audio/libid3tag Makefile ports/audio/libmad Makefile ports/audio/mad Makefile ports/audio/madplay Makefile ports/audio/mpiosh Makefile ports/deskutils/gtweakui Makefile ports/games/ssamtse 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, 12 Nov 2006 19:02:40 -0000 linimon 2006-11-12 19:01:29 UTC FreeBSD ports repository Modified files: audio/cantus_3 Makefile audio/libid3tag Makefile audio/libmad Makefile audio/mad Makefile audio/madplay Makefile audio/mpiosh Makefile deskutils/gtweakui Makefile games/ssamtse Makefile net-mgmt/zabbix Makefile security/gnome-password-generator Makefile Log: Reset inactive maintainer asa@gascom.ru. Hat: portmgr Revision Changes Path 1.9 +1 -1 ports/audio/cantus_3/Makefile 1.10 +1 -1 ports/audio/libid3tag/Makefile 1.10 +1 -1 ports/audio/libmad/Makefile 1.21 +1 -1 ports/audio/mad/Makefile 1.10 +1 -1 ports/audio/madplay/Makefile 1.10 +1 -1 ports/audio/mpiosh/Makefile 1.8 +1 -1 ports/deskutils/gtweakui/Makefile 1.7 +1 -1 ports/games/ssamtse/Makefile 1.27 +1 -1 ports/net-mgmt/zabbix/Makefile 1.8 +1 -1 ports/security/gnome-password-generator/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 12 19:02:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61C6C16A4EE; Sun, 12 Nov 2006 19:02:50 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24C0843D7E; Sun, 12 Nov 2006 19:01:08 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from kobe.laptop (host155-42.pool8174.interbusiness.it [81.74.42.155] (may be forged)) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-2) with ESMTP id kACJ0IcT015666 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 12 Nov 2006 21:00:25 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.13.8/8.13.8) with ESMTP id kACJ0Cv1007255; Sun, 12 Nov 2006 20:00:12 +0100 (CET) (envelope-from keramida@FreeBSD.org) Received: (from keramida@localhost) by kobe.laptop (8.13.8/8.13.8/Submit) id kACJ090W007254; Sun, 12 Nov 2006 20:00:09 +0100 (CET) (envelope-from keramida@FreeBSD.org) Date: Sun, 12 Nov 2006 20:00:09 +0100 From: Giorgos Keramidas To: Peter Jeremy Message-ID: <20061112190008.GA7008@kobe.laptop> References: <200611120013.kAC0D5GM097268@repoman.freebsd.org> <200611121144.28895.jkois@freebsd.org> <4556FE2A.1080501@n00b.apagnu.se> <20061112111431.GA84563@abigail.blackend.org> <20061112182751.GB834@turion.vk2pj.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061112182751.GB834@turion.vk2pj.dyndns.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-2.463, required 5, autolearn=not spam, BAYES_00 -2.60, FORGED_RCVD_HELO 0.14, UNPARSEABLE_RELAY 0.00) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org, Johann Kois , Niclas Zeising , doc-committers@FreeBSD.org, Marc Fonvieille Subject: Re: 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: Sun, 12 Nov 2006 19:02:50 -0000 On 2006-11-13 05:27, Peter Jeremy wrote: >On Sun, 2006-Nov-12 12:14:31 +0100, Marc Fonvieille wrote: >> SSH is the protocol, and ssh is the application/program (so >> or according to the >> situation). > > To be pedantic, the application is OpenSSH. Well, right now, yes. But it is "a member of the family of applications which implement the `SSH' protocol". I am not saying that this can actually happen real soon now, but if OpenSSH doesn't work the way we want it to work, it is possible that our SSH in a few years will be FooSSH. When the 'Open' part of 'OpenSSH' is important, it is obligatory that we mention and make it stand out (if not for any other reason, as a form of our appreciation for the work of the OpenSSH folks). But when we talk about the 'SSH' protocol in general, do we really have to do so? - Giorgos From owner-cvs-all@FreeBSD.ORG Sun Nov 12 19:03:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C19E16A492; Sun, 12 Nov 2006 19:03:41 +0000 (UTC) (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 BF48A43D7D; Sun, 12 Nov 2006 19:03:39 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACJ3dTG067542; Sun, 12 Nov 2006 19:03:39 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACJ3dvi067541; Sun, 12 Nov 2006 19:03:39 GMT (envelope-from keramida) Message-Id: <200611121903.kACJ3dvi067541@repoman.freebsd.org> From: Giorgos Keramidas Date: Sun, 12 Nov 2006 19:03: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/sockstat sockstat.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, 12 Nov 2006 19:03:41 -0000 keramida 2006-11-12 19:03:39 UTC FreeBSD src repository (doc committer) Modified files: usr.bin/sockstat sockstat.c Log: In revision 1.14 I broke the -4 and -6 options of sockstat(1). Using either one of the two would result in an empty protos[] array, and no sockets were actually listed: % sockstat -4 USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS % sockstat -6 USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS % Fix this bug by tweaking appropriately the logic of handling opt_4, opt_6, opt_u and protos_defined. Submitted by: des Pointy hat: keramida Revision Changes Path 1.15 +5 -10 src/usr.bin/sockstat/sockstat.c From owner-cvs-all@FreeBSD.ORG Sun Nov 12 19:05:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB33016A47C; Sun, 12 Nov 2006 19:05:10 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54BF043DAE; Sun, 12 Nov 2006 19:04:43 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACJ4get067885; Sun, 12 Nov 2006 19:04:42 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACJ4ghJ067883; Sun, 12 Nov 2006 19:04:42 GMT (envelope-from itetcu) Message-Id: <200611121904.kACJ4ghJ067883@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 12 Nov 2006 19:04: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/comms Makefile ports/comms/wsjt Makefile distinfo pkg-descr pkg-message pkg-plist ports/comms/wsjt/files patch-Makefile.in portaudio-v19-Makefile portaudio-v19-config.status X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Nov 2006 19:05:11 -0000 itetcu 2006-11-12 19:04:42 UTC FreeBSD ports repository Modified files: comms Makefile Added files: comms/wsjt Makefile distinfo pkg-descr pkg-message pkg-plist comms/wsjt/files patch-Makefile.in portaudio-v19-Makefile portaudio-v19-config.status Log: WSJT is a computer program for amateur radio VHF/UHF communication using state of the art digital techniques. Typical applications include communication by meteor scatter and EME (Earth-Moon-Earth) propagation paths. WWW: http://pulsar.princeton.edu/~joe/K1JT - Diane Bruce, VA3DB PR: ports/101360 Submitted by: Diane Bruce Revision Changes Path 1.164 +1 -0 ports/comms/Makefile 1.1 +68 -0 ports/comms/wsjt/Makefile (new) 1.1 +3 -0 ports/comms/wsjt/distinfo (new) 1.1 +10 -0 ports/comms/wsjt/files/patch-Makefile.in (new) 1.1 +197 -0 ports/comms/wsjt/files/portaudio-v19-Makefile (new) 1.1 +763 -0 ports/comms/wsjt/files/portaudio-v19-config.status (new) 1.1 +8 -0 ports/comms/wsjt/pkg-descr (new) 1.1 +10 -0 ports/comms/wsjt/pkg-message (new) 1.1 +20 -0 ports/comms/wsjt/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Nov 12 19:06:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26A9516A492; Sun, 12 Nov 2006 19:06:03 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 268AF43DC8; Sun, 12 Nov 2006 19:05:44 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACJ5fuf068069; Sun, 12 Nov 2006 19:05:41 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACJ5fM6068068; Sun, 12 Nov 2006 19:05:41 GMT (envelope-from itetcu) Message-Id: <200611121905.kACJ5fM6068068@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 12 Nov 2006 19:05: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: Sun, 12 Nov 2006 19:06:03 -0000 itetcu 2006-11-12 19:05:41 UTC FreeBSD ports repository Modified files: . modules Log: wsjt --> ports/comms/wsjt Revision Changes Path 1.16596 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Nov 12 19:11:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7B7116A47C; Sun, 12 Nov 2006 19:11:57 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8322443D76; Sun, 12 Nov 2006 19:11:05 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACJB5FL068509; Sun, 12 Nov 2006 19:11:05 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACJB5eO068508; Sun, 12 Nov 2006 19:11:05 GMT (envelope-from miwi) Message-Id: <200611121911.kACJB5eO068508@repoman.freebsd.org> From: Martin Wilke Date: Sun, 12 Nov 2006 19:11: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/net-mgmt/netwag 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, 12 Nov 2006 19:11:57 -0000 miwi 2006-11-12 19:11:05 UTC FreeBSD ports repository Modified files: net-mgmt/netwag Makefile distinfo Log: - Update to 105326 PR: ports/105326 Submitted by: Janos Mohacsi (maintainer) Revision Changes Path 1.9 +1 -1 ports/net-mgmt/netwag/Makefile 1.8 +6 -6 ports/net-mgmt/netwag/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 12 19:12:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B92B216A58D; Sun, 12 Nov 2006 19:12:20 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0004A43D7C; Sun, 12 Nov 2006 19:12:08 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACJC8H2069163; Sun, 12 Nov 2006 19:12:08 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACJC8qU069162; Sun, 12 Nov 2006 19:12:08 GMT (envelope-from miwi) Message-Id: <200611121912.kACJC8qU069162@repoman.freebsd.org> From: Martin Wilke Date: Sun, 12 Nov 2006 19:12: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/editors/cream 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, 12 Nov 2006 19:12:20 -0000 miwi 2006-11-12 19:12:08 UTC FreeBSD ports repository Modified files: editors/cream Makefile distinfo pkg-plist Log: - Update to 0.38 PR: ports/105327 Submitted by: Janos Mohacsi (maintainer) Revision Changes Path 1.10 +1 -2 ports/editors/cream/Makefile 1.8 +3 -3 ports/editors/cream/distinfo 1.3 +4 -2 ports/editors/cream/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 12 19:16:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B018A16A412; Sun, 12 Nov 2006 19:16:51 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAC5D43D53; Sun, 12 Nov 2006 19:15:55 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACJFtbL069969; Sun, 12 Nov 2006 19:15:55 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACJFtaW069968; Sun, 12 Nov 2006 19:15:55 GMT (envelope-from miwi) Message-Id: <200611121915.kACJFtaW069968@repoman.freebsd.org> From: Martin Wilke Date: Sun, 12 Nov 2006 19:15: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-im/gloox 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, 12 Nov 2006 19:16:51 -0000 miwi 2006-11-12 19:15:55 UTC FreeBSD ports repository Modified files: net-im/gloox Makefile distinfo pkg-plist Log: - Update to 0.8.4 PR: ports/105332 Submitted by: trasz (maintainer) Revision Changes Path 1.4 +2 -3 ports/net-im/gloox/Makefile 1.2 +3 -3 ports/net-im/gloox/distinfo 1.2 +1 -1 ports/net-im/gloox/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 12 19:17:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94BBB16A49E; Sun, 12 Nov 2006 19:17:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 000E443DD3; Sun, 12 Nov 2006 19:17:35 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACJHVDm070046; Sun, 12 Nov 2006 19:17:31 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACJHVkc070045; Sun, 12 Nov 2006 19:17:31 GMT (envelope-from miwi) Message-Id: <200611121917.kACJHVkc070045@repoman.freebsd.org> From: Martin Wilke Date: Sun, 12 Nov 2006 19: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/net-mgmt/nfsen 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, 12 Nov 2006 19:17:58 -0000 miwi 2006-11-12 19:17:31 UTC FreeBSD ports repository Modified files: net-mgmt/nfsen Makefile distinfo pkg-plist Log: - Update to 1.2.4.20060810 PR: ports/105345 Submitted by: Janos Mohacsi (maintainer) Revision Changes Path 1.7 +3 -3 ports/net-mgmt/nfsen/Makefile 1.6 +3 -3 ports/net-mgmt/nfsen/distinfo 1.7 +1 -0 ports/net-mgmt/nfsen/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 12 19:20:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D6C016A40F; Sun, 12 Nov 2006 19:20:10 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7BA043D6A; Sun, 12 Nov 2006 19:19:04 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACJJ4sM070143; Sun, 12 Nov 2006 19:19:04 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACJJ44K070142; Sun, 12 Nov 2006 19:19:04 GMT (envelope-from miwi) Message-Id: <200611121919.kACJJ44K070142@repoman.freebsd.org> From: Martin Wilke Date: Sun, 12 Nov 2006 19: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/net-mgmt/aspathtree 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, 12 Nov 2006 19:20:10 -0000 miwi 2006-11-12 19:19:04 UTC FreeBSD ports repository Modified files: net-mgmt/aspathtree Makefile distinfo Log: - Update MASTER_SITES - Add sha256 support PR: ports/105347 Submitted by: Janos Mohacsi (maintainer) Revision Changes Path 1.7 +4 -11 ports/net-mgmt/aspathtree/Makefile 1.2 +2 -0 ports/net-mgmt/aspathtree/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 12 19:23:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5D7216A415; Sun, 12 Nov 2006 19:23:16 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2279243DBF; Sun, 12 Nov 2006 19:22:53 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACJMnRv071161; Sun, 12 Nov 2006 19:22:49 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACJMnRD071159; Sun, 12 Nov 2006 19:22:49 GMT (envelope-from blackend) Message-Id: <200611121922.kACJMnRD071159@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 12 Nov 2006 19:22: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: doc/en_US.ISO8859-1/books/handbook/x11 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, 12 Nov 2006 19:23:16 -0000 blackend 2006-11-12 19:22:49 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/x11 chapter.sgml Log: Remove a useless word. Revision Changes Path 1.177 +1 -1 doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Nov 12 19:23:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C9D816A524; Sun, 12 Nov 2006 19:23:27 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D4A643DC0; Sun, 12 Nov 2006 19:22:54 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACJMoYP071193; Sun, 12 Nov 2006 19:22:50 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACJMoZS071192; Sun, 12 Nov 2006 19:22:50 GMT (envelope-from itetcu) Message-Id: <200611121922.kACJMoZS071192@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 12 Nov 2006 19:22: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/security/openvpn-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: Sun, 12 Nov 2006 19:23:27 -0000 itetcu 2006-11-12 19:22:50 UTC FreeBSD ports repository Modified files: security/openvpn-devel Makefile distinfo Log: Update to 2.1_rc1. PR: ports/105449 Submitted by: Matthias Andree (maintainer) Revision Changes Path 1.31 +1 -1 ports/security/openvpn-devel/Makefile 1.19 +3 -3 ports/security/openvpn-devel/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 12 19:30:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24CCD16A4A0; Sun, 12 Nov 2006 19:30:03 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C77AD43D45; Sun, 12 Nov 2006 19:29:41 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACJTfUe071893; Sun, 12 Nov 2006 19:29:41 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACJTfLJ071892; Sun, 12 Nov 2006 19:29:41 GMT (envelope-from blackend) Message-Id: <200611121929.kACJTfLJ071892@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 12 Nov 2006 19:29:41 +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/fr_FR.ISO8859-1/books/handbook/x11 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, 12 Nov 2006 19:30:03 -0000 blackend 2006-11-12 19:29:41 UTC FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/x11 chapter.sgml Log: - MFen: 1.172 --> 1.177 - Various typos Revision Changes Path 1.20 +141 -208 doc/fr_FR.ISO8859-1/books/handbook/x11/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Nov 12 19:39:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 008B716A518; Sun, 12 Nov 2006 19:39:41 +0000 (UTC) (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 14B8443D9A; Sun, 12 Nov 2006 19:39:30 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACJdH2W073599; Sun, 12 Nov 2006 19:39:17 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACJdHWI073598; Sun, 12 Nov 2006 19:39:17 GMT (envelope-from sem) Message-Id: <200611121939.kACJdHWI073598@repoman.freebsd.org> From: Sergey Matveychuk Date: Sun, 12 Nov 2006 19:39: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/sysutils/portupgrade-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: Sun, 12 Nov 2006 19:39:42 -0000 sem 2006-11-12 19:39:17 UTC FreeBSD ports repository Modified files: sysutils/portupgrade-devel Makefile distinfo Log: - Upgrade to 2.2.1 * Raise an error when MOVED file has a wrong format instead of a weird ruby error. (Reported by kris@FreeBSD.org). * Fix a bug when -P always treated as -PP. * Change PORT_UPGRADE environment variable with UPGRADE_PORT (contains a package name for updating port) and UPGRADE_TOOL=portupgrade. Discussed with skv@FreeBSD.org and DougB@FreeBSD.org. Revision Changes Path 1.232 +1 -1 ports/sysutils/portupgrade-devel/Makefile 1.169 +3 -3 ports/sysutils/portupgrade-devel/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 12 19:39:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D972F16A4E7; Sun, 12 Nov 2006 19:39:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0220743D58; Sun, 12 Nov 2006 19:39:46 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACJdgDv073636; Sun, 12 Nov 2006 19:39:42 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACJdg4t073634; Sun, 12 Nov 2006 19:39:42 GMT (envelope-from miwi) Message-Id: <200611121939.kACJdg4t073634@repoman.freebsd.org> From: Martin Wilke Date: Sun, 12 Nov 2006 19: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/devel/pear-Config 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, 12 Nov 2006 19:39:48 -0000 miwi 2006-11-12 19:39:41 UTC FreeBSD ports repository Modified files: devel/pear-Config Makefile distinfo Log: - Update to 1.10.8 PR: ports/105354 Submitted by: chinsan@ (maintainer) Revision Changes Path 1.12 +9 -9 ports/devel/pear-Config/Makefile 1.9 +3 -3 ports/devel/pear-Config/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 12 19:41:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5389316A40F; Sun, 12 Nov 2006 19:41:36 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0656943D7C; Sun, 12 Nov 2006 19:41:31 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACJfVIO074380; Sun, 12 Nov 2006 19:41:31 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACJfVFK074379; Sun, 12 Nov 2006 19:41:31 GMT (envelope-from miwi) Message-Id: <200611121941.kACJfVFK074379@repoman.freebsd.org> From: Martin Wilke Date: Sun, 12 Nov 2006 19:41: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/net-p2p/gtk-gnutella 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, 12 Nov 2006 19:41:36 -0000 miwi 2006-11-12 19:41:31 UTC FreeBSD ports repository Modified files: net-p2p/gtk-gnutella Makefile distinfo Log: - Update to 0.96.3 PR: ports/105373 Submitted by: Jonas Sonntag (maintainer) Revision Changes Path 1.37 +2 -1 ports/net-p2p/gtk-gnutella/Makefile 1.23 +3 -3 ports/net-p2p/gtk-gnutella/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 12 19:43:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B1BB16A47B; Sun, 12 Nov 2006 19:43:13 +0000 (UTC) (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 4F3AB43D60; Sun, 12 Nov 2006 19:43:13 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACJhDnN074780; Sun, 12 Nov 2006 19:43:13 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACJhD1r074778; Sun, 12 Nov 2006 19:43:13 GMT (envelope-from ale) Message-Id: <200611121943.kACJhD1r074778@repoman.freebsd.org> From: Alex Dupre Date: Sun, 12 Nov 2006 19:43: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/lang/php5 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, 12 Nov 2006 19:43:13 -0000 ale 2006-11-12 19:43:12 UTC FreeBSD ports repository Modified files: lang/php5 Makefile distinfo Log: Update suhosin patch to 0.9.6.2 release. Revision Changes Path 1.107 +1 -1 ports/lang/php5/Makefile 1.30 +3 -3 ports/lang/php5/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 12 20:08:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8BC016A40F; Sun, 12 Nov 2006 20:08:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FC3C43D45; Sun, 12 Nov 2006 20:08:35 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACK8Zed079642; Sun, 12 Nov 2006 20:08:35 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACK8ZP5079641; Sun, 12 Nov 2006 20:08:35 GMT (envelope-from miwi) Message-Id: <200611122008.kACK8ZP5079641@repoman.freebsd.org> From: Martin Wilke Date: Sun, 12 Nov 2006 20:08: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/databases/pear-DB_DataObject 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, 12 Nov 2006 20:08:35 -0000 miwi 2006-11-12 20:08:35 UTC FreeBSD ports repository Modified files: databases/pear-DB_DataObject Makefile distinfo Log: - Update to 1.8.4 PR: ports/105384 Submitted by: Thomas Abthorpe Revision Changes Path 1.15 +1 -1 ports/databases/pear-DB_DataObject/Makefile 1.10 +3 -3 ports/databases/pear-DB_DataObject/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 12 20:10:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75A5C16A403; Sun, 12 Nov 2006 20:10:04 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C11243D46; Sun, 12 Nov 2006 20:10:04 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACKA4li079799; Sun, 12 Nov 2006 20:10:04 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACKA3D1079798; Sun, 12 Nov 2006 20:10:03 GMT (envelope-from miwi) Message-Id: <200611122010.kACKA3D1079798@repoman.freebsd.org> From: Martin Wilke Date: Sun, 12 Nov 2006 20:10: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/pear-DB_QueryTool 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, 12 Nov 2006 20:10:04 -0000 miwi 2006-11-12 20:10:03 UTC FreeBSD ports repository Modified files: databases/pear-DB_QueryTool Makefile distinfo Log: - Update to 1.0.3 PR: ports/105385 Submitted by: Thomas Abthorpe Revision Changes Path 1.5 +1 -1 ports/databases/pear-DB_QueryTool/Makefile 1.3 +3 -3 ports/databases/pear-DB_QueryTool/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 12 20:11:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F50C16A417; Sun, 12 Nov 2006 20:11:28 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5369143D49; Sun, 12 Nov 2006 20:11:28 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACKBSgE080242; Sun, 12 Nov 2006 20:11:28 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACKBSHE080236; Sun, 12 Nov 2006 20:11:28 GMT (envelope-from miwi) Message-Id: <200611122011.kACKBSHE080236@repoman.freebsd.org> From: Martin Wilke Date: Sun, 12 Nov 2006 20:11: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/databases/pear-DB_Table 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, 12 Nov 2006 20:11:28 -0000 miwi 2006-11-12 20:11:27 UTC FreeBSD ports repository Modified files: databases/pear-DB_Table Makefile distinfo Log: - Update to 1.4.0 PR: ports/105386 Submitted by: Thomas Abthorpe Revision Changes Path 1.7 +6 -2 ports/databases/pear-DB_Table/Makefile 1.4 +3 -3 ports/databases/pear-DB_Table/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 12 20:23:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D1E216A415; Sun, 12 Nov 2006 20:23:51 +0000 (UTC) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 365D543E0B; Sun, 12 Nov 2006 20:23:43 +0000 (GMT) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACKNRMO082380; Sun, 12 Nov 2006 20:23:27 GMT (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACKNRsP082379; Sun, 12 Nov 2006 20:23:27 GMT (envelope-from obraun) Message-Id: <200611122023.kACKNRsP082379@repoman.freebsd.org> From: Oliver Braun Date: Sun, 12 Nov 2006 20:23: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/mail/lbdb 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, 12 Nov 2006 20:23:51 -0000 obraun 2006-11-12 20:23:27 UTC FreeBSD ports repository Modified files: mail/lbdb Makefile distinfo Log: Upgrade to 0.34. Revision Changes Path 1.29 +1 -1 ports/mail/lbdb/Makefile 1.20 +3 -3 ports/mail/lbdb/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 12 20:39:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0C6816A403; Sun, 12 Nov 2006 20:39:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8404343D80; Sun, 12 Nov 2006 20:39:45 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACKdjxY084947; Sun, 12 Nov 2006 20:39:45 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACKdjtG084946; Sun, 12 Nov 2006 20:39:45 GMT (envelope-from miwi) Message-Id: <200611122039.kACKdjtG084946@repoman.freebsd.org> From: Martin Wilke Date: Sun, 12 Nov 2006 20: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/security/metasploit-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, 12 Nov 2006 20:39:45 -0000 miwi 2006-11-12 20:39:45 UTC FreeBSD ports repository Modified files: security/metasploit-devel Makefile distinfo pkg-plist Log: - Update to 3.0-beta3 PR: ports/105397 Submitted by: Jonathan (maintainer) Revision Changes Path 1.3 +17 -7 ports/security/metasploit-devel/Makefile 1.2 +3 -3 ports/security/metasploit-devel/distinfo 1.2 +9910 -29 ports/security/metasploit-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 12 20:57:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6AEE16A403; Sun, 12 Nov 2006 20:57:01 +0000 (UTC) (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 75ED043D49; Sun, 12 Nov 2006 20:57:01 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACKv1cO096083; Sun, 12 Nov 2006 20:57:01 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACKv18j096081; Sun, 12 Nov 2006 20:57:01 GMT (envelope-from andre) Message-Id: <200611122057.kACKv18j096081@repoman.freebsd.org> From: Andre Oppermann Date: Sun, 12 Nov 2006 20:57: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/sys/kern uipc_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: Sun, 12 Nov 2006 20:57:01 -0000 andre 2006-11-12 20:57:00 UTC FreeBSD src repository Modified files: sys/kern uipc_syscalls.c Log: In kern_sendfile() fix the calculation of sbytes (the total number of bytes written to the socket). The rewrite in revision 1.240 got confused by the FreeBSD 4.x bug compatibility code. For some reason lighttpd, that was used for testing the new sendfile code, was not affected by the problem but apache and others using headers/trailers in the sendfile call received incorrect sbytes values after return from non- blocking sockets. This then lead to restarts with wrong offsets and thus mixed up file contents when the socket was writeable again. All programs not using headers/trailers, like ftpd, were not affected by the bug. Reported by: Pawel Worach Tested by: Pawel Worach Revision Changes Path 1.245 +19 -23 src/sys/kern/uipc_syscalls.c From owner-cvs-all@FreeBSD.ORG Sun Nov 12 21:13:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22F7E16A492; Sun, 12 Nov 2006 21:13:07 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from pne-smtpout1-sn2.hy.skanova.net (pne-smtpout1-sn2.hy.skanova.net [81.228.8.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id B952643D7E; Sun, 12 Nov 2006 21:12:58 +0000 (GMT) (envelope-from niclas.zeising@gmail.com) Received: from [90.224.57.146] (90.224.57.146) by pne-smtpout1-sn2.hy.skanova.net (7.2.075) id 453F8F4200364C8F; Sun, 12 Nov 2006 22:12:57 +0100 Message-ID: <45578E57.3070006@gmail.com> Date: Sun, 12 Nov 2006 22:12:55 +0100 From: Niclas Zeising User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: Giorgos Keramidas References: <200611120013.kAC0D5GM097268@repoman.freebsd.org> <200611121144.28895.jkois@freebsd.org> <4556FE2A.1080501@n00b.apagnu.se> <20061112111431.GA84563@abigail.blackend.org> <20061112182751.GB834@turion.vk2pj.dyndns.org> <20061112190008.GA7008@kobe.laptop> In-Reply-To: <20061112190008.GA7008@kobe.laptop> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org, Johann Kois , doc-committers@FreeBSD.org, Marc Fonvieille Subject: Re: 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: Sun, 12 Nov 2006 21:13:07 -0000 Giorgos Keramidas wrote: > On 2006-11-13 05:27, Peter Jeremy wrote: >> On Sun, 2006-Nov-12 12:14:31 +0100, Marc Fonvieille wrote: >>> SSH is the protocol, and ssh is the application/program (so >>> or according to the >>> situation). >> To be pedantic, the application is OpenSSH. > > Well, right now, yes. But it is "a member of the family of applications > which implement the `SSH' protocol". I am not saying that this can > actually happen real soon now, but if OpenSSH doesn't work the way we > want it to work, it is possible that our SSH > in a few years will be FooSSH. > > When the 'Open' part of 'OpenSSH' is important, it is obligatory that > we mention and make it stand out (if not for any other reason, as a form > of our appreciation for the work of the OpenSSH folks). But when we > talk about the 'SSH' protocol in general, do we really have to do so? > > - Giorgos > This chapter, as far as I can tell, talks about SSH in general, as Giorgos stated. There is another chapter talking about OpenSSH in particular, and in that chapter OpenSSH is used when talking about the application. //Niclas From owner-cvs-all@FreeBSD.ORG Sun Nov 12 21:35:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C647F16A403; Sun, 12 Nov 2006 21:35:09 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6188C43D5C; Sun, 12 Nov 2006 21:35:07 +0000 (GMT) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACLZ7NE003858; Sun, 12 Nov 2006 21:35:07 GMT (envelope-from alexbl@repoman.freebsd.org) Received: (from alexbl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACLZ7So003857; Sun, 12 Nov 2006 21:35:07 GMT (envelope-from alexbl) Message-Id: <200611122135.kACLZ7So003857@repoman.freebsd.org> From: Alexander Botero-Lowry Date: Sun, 12 Nov 2006 21:35: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/py-ocempgui 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, 12 Nov 2006 21:35:09 -0000 alexbl 2006-11-12 21:35:07 UTC FreeBSD ports repository Modified files: devel/py-ocempgui Makefile distinfo pkg-plist Log: - update to 0.2.2 - pass maintainership to submitter PR: 105360 Submitted by: Marcus von Appen Approved by: maintainer (myself) Revision Changes Path 1.4 +2 -2 ports/devel/py-ocempgui/Makefile 1.3 +3 -3 ports/devel/py-ocempgui/distinfo 1.3 +5 -0 ports/devel/py-ocempgui/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 12 21:35:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07C5616A415; Sun, 12 Nov 2006 21:35:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B515843D53; Sun, 12 Nov 2006 21:35:57 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACLZvvR003939; Sun, 12 Nov 2006 21:35:57 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACLZv4E003938; Sun, 12 Nov 2006 21:35:57 GMT (envelope-from miwi) Message-Id: <200611122135.kACLZv4E003938@repoman.freebsd.org> From: Martin Wilke Date: Sun, 12 Nov 2006 21:35: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/deskutils/vym 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, 12 Nov 2006 21:35:58 -0000 miwi 2006-11-12 21:35:57 UTC FreeBSD ports repository Modified files: deskutils/vym Makefile pkg-plist Log: - Install icons and flags PR: ports/105040 Submitted by: Gerrit Beine (maintainer) Revision Changes Path 1.7 +2 -0 ports/deskutils/vym/Makefile 1.4 +87 -0 ports/deskutils/vym/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 12 21:37:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1ECDD16A403; Sun, 12 Nov 2006 21:37:20 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9FB843D4C; Sun, 12 Nov 2006 21:37:19 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACLbJm7004033; Sun, 12 Nov 2006 21:37:19 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACLbJLp004032; Sun, 12 Nov 2006 21:37:19 GMT (envelope-from miwi) Message-Id: <200611122137.kACLbJLp004032@repoman.freebsd.org> From: Martin Wilke Date: Sun, 12 Nov 2006 21: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/www/roundup 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, 12 Nov 2006 21:37:20 -0000 miwi 2006-11-12 21:37:19 UTC FreeBSD ports repository Modified files: www/roundup Makefile distinfo pkg-plist Log: - Update to 1.3.1 PR: ports/105429 Submitted by: Dryice Liu (maintainer) Revision Changes Path 1.21 +1 -1 ports/www/roundup/Makefile 1.16 +3 -3 ports/www/roundup/distinfo 1.12 +3 -0 ports/www/roundup/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 12 21:38:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7C4E16A417; Sun, 12 Nov 2006 21:38:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81E9D43D46; Sun, 12 Nov 2006 21:38:26 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACLcQOb004125; Sun, 12 Nov 2006 21:38:26 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACLcQGZ004124; Sun, 12 Nov 2006 21:38:26 GMT (envelope-from miwi) Message-Id: <200611122138.kACLcQGZ004124@repoman.freebsd.org> From: Martin Wilke Date: Sun, 12 Nov 2006 21:38: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/net/gsk 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, 12 Nov 2006 21:38:27 -0000 miwi 2006-11-12 21:38:26 UTC FreeBSD ports repository Modified files: net/gsk Makefile distinfo Log: - Update to 1.0.45 PR: ports/105430 Submitted by: farrokhi@ Revision Changes Path 1.28 +1 -1 ports/net/gsk/Makefile 1.13 +3 -3 ports/net/gsk/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 12 21:43:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC84516A403; Sun, 12 Nov 2006 21:43:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 839DC43D46; Sun, 12 Nov 2006 21:43:14 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACLhECm005358; Sun, 12 Nov 2006 21:43:14 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACLhEfs005357; Sun, 12 Nov 2006 21:43:14 GMT (envelope-from miwi) Message-Id: <200611122143.kACLhEfs005357@repoman.freebsd.org> From: Martin Wilke Date: Sun, 12 Nov 2006 21:43: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/mail/roundcube 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, 12 Nov 2006 21:43:14 -0000 miwi 2006-11-12 21:43:13 UTC FreeBSD ports repository Modified files: mail/roundcube Makefile distinfo Log: - Update to 20061112 PR: ports/105431 Submitted by: farrokhi@ Revision Changes Path 1.21 +1 -1 ports/mail/roundcube/Makefile 1.15 +3 -3 ports/mail/roundcube/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 12 21:43:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1810416A492; Sun, 12 Nov 2006 21:43:22 +0000 (UTC) (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 C374643D5A; Sun, 12 Nov 2006 21:43:21 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACLhLp1005409; Sun, 12 Nov 2006 21:43:21 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACLhLsC005408; Sun, 12 Nov 2006 21:43:21 GMT (envelope-from joel) Message-Id: <200611122143.kACLhLsC005408@repoman.freebsd.org> From: Joel Dahl Date: Sun, 12 Nov 2006 21:43: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.sbin/ipfwpcap ipfwpcap.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, 12 Nov 2006 21:43:22 -0000 joel 2006-11-12 21:43:21 UTC FreeBSD src repository (doc committer) Modified files: usr.sbin/ipfwpcap ipfwpcap.8 Log: Change authors e-mail. Requested by: Niclas Zeising Revision Changes Path 1.4 +1 -1 src/usr.sbin/ipfwpcap/ipfwpcap.8 From owner-cvs-all@FreeBSD.ORG Sun Nov 12 21:47:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6678B16A403; Sun, 12 Nov 2006 21:47:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DC0C43D5D; Sun, 12 Nov 2006 21:47:14 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACLlElp005845; Sun, 12 Nov 2006 21:47:14 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACLlDgO005844; Sun, 12 Nov 2006 21:47:14 GMT (envelope-from miwi) Message-Id: <200611122147.kACLlDgO005844@repoman.freebsd.org> From: Martin Wilke Date: Sun, 12 Nov 2006 21:47: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/herrie 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, 12 Nov 2006 21:47:14 -0000 miwi 2006-11-12 21:47:13 UTC FreeBSD ports repository Modified files: audio/herrie Makefile distinfo Log: - Update to 1.0 PR: ports/105445 Submitted by: Ed Schouten (maintainer) Revision Changes Path 1.7 +1 -1 ports/audio/herrie/Makefile 1.7 +3 -3 ports/audio/herrie/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 12 21:48:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACB8A16A403; Sun, 12 Nov 2006 21:48:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFAAF43DB3; Sun, 12 Nov 2006 21:48:32 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACLmWCS006028; Sun, 12 Nov 2006 21:48:32 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACLmWgi006015; Sun, 12 Nov 2006 21:48:32 GMT (envelope-from miwi) Message-Id: <200611122148.kACLmWgi006015@repoman.freebsd.org> From: Martin Wilke Date: Sun, 12 Nov 2006 21:48: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/www/p5-HTML-Template-Compiled 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, 12 Nov 2006 21:48:43 -0000 miwi 2006-11-12 21:48:32 UTC FreeBSD ports repository Modified files: www/p5-HTML-Template-Compiled Makefile distinfo Log: - Update to 0.82 PR: ports/105443 Submitted by: hideo (maintainer) Revision Changes Path 1.23 +1 -1 ports/www/p5-HTML-Template-Compiled/Makefile 1.23 +3 -3 ports/www/p5-HTML-Template-Compiled/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 12 21:48:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E53F016A415; Sun, 12 Nov 2006 21:48:49 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D12F43DC8; Sun, 12 Nov 2006 21:48:34 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACLmYjN006109; Sun, 12 Nov 2006 21:48:34 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACLmYDV006108; Sun, 12 Nov 2006 21:48:34 GMT (envelope-from alc) Message-Id: <200611122148.kACLmYDV006108@repoman.freebsd.org> From: Alan Cox Date: Sun, 12 Nov 2006 21:48: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/sys/amd64/amd64 pmap.c src/sys/arm/arm pmap.c src/sys/i386/i386 pmap.c src/sys/ia64/ia64 pmap.c src/sys/powerpc/powerpc mmu_oea.c src/sys/sparc64/sparc64 pmap.c src/sys/sun4v/sun4v pmap.c src/sys/vm vm_fault.c vm_kern.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, 12 Nov 2006 21:48:50 -0000 alc 2006-11-12 21:48:34 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c sys/arm/arm pmap.c sys/i386/i386 pmap.c sys/ia64/ia64 pmap.c sys/powerpc/powerpc mmu_oea.c sys/sparc64/sparc64 pmap.c sys/sun4v/sun4v pmap.c sys/vm vm_fault.c vm_kern.c Log: Make pmap_enter() responsible for setting PG_WRITEABLE instead of its caller. (As a beneficial side-effect, a high-contention acquisition of the page queues lock in vm_fault() is eliminated.) Revision Changes Path 1.573 +3 -1 src/sys/amd64/amd64/pmap.c 1.73 +4 -1 src/sys/arm/arm/pmap.c 1.577 +3 -1 src/sys/i386/i386/pmap.c 1.180 +2 -0 src/sys/ia64/ia64/pmap.c 1.112 +3 -2 src/sys/powerpc/powerpc/mmu_oea.c 1.160 +4 -1 src/sys/sparc64/sparc64/pmap.c 1.6 +3 -1 src/sys/sun4v/sun4v/pmap.c 1.223 +2 -7 src/sys/vm/vm_fault.c 1.124 +1 -1 src/sys/vm/vm_kern.c From owner-cvs-all@FreeBSD.ORG Sun Nov 12 21:49:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 792D016A492; Sun, 12 Nov 2006 21:49:56 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AA2443D9C; Sun, 12 Nov 2006 21:49:55 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACLntH8006188; Sun, 12 Nov 2006 21:49:55 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACLnteR006187; Sun, 12 Nov 2006 21:49:55 GMT (envelope-from miwi) Message-Id: <200611122149.kACLnteR006187@repoman.freebsd.org> From: Martin Wilke Date: Sun, 12 Nov 2006 21:49: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-POE-Component-Daemon 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, 12 Nov 2006 21:49:56 -0000 miwi 2006-11-12 21:49:55 UTC FreeBSD ports repository Modified files: devel/p5-POE-Component-Daemon Makefile distinfo Log: - Update to 0.1002 PR: ports/105444 Submitted by: hideo (maintainer) Revision Changes Path 1.2 +1 -1 ports/devel/p5-POE-Component-Daemon/Makefile 1.2 +3 -3 ports/devel/p5-POE-Component-Daemon/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 12 21:50:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFF3E16A4B3; Sun, 12 Nov 2006 21:50:10 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F44743D8A; Sun, 12 Nov 2006 21:50:10 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACLoAQI006231; Sun, 12 Nov 2006 21:50:10 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACLoAqV006230; Sun, 12 Nov 2006 21:50:10 GMT (envelope-from itetcu) Message-Id: <200611122150.kACLoAqV006230@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 12 Nov 2006 21:50: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/cad/freehdl 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, 12 Nov 2006 21:50:11 -0000 itetcu 2006-11-12 21:50:10 UTC FreeBSD ports repository Modified files: cad/freehdl Makefile pkg-plist Log: Fix the plist target. PR: 105454 Submitted by: Dominic Fandrey (maintainer) Revision Changes Path 1.2 +14 -6 ports/cad/freehdl/Makefile 1.2 +74 -74 ports/cad/freehdl/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 12 22:08:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDD9C16A412; Sun, 12 Nov 2006 22:08:19 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AA4E43D83; Sun, 12 Nov 2006 22:07:35 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACM7ZaD010756; Sun, 12 Nov 2006 22:07:35 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACM7Z6u010755; Sun, 12 Nov 2006 22:07:35 GMT (envelope-from itetcu) Message-Id: <200611122207.kACM7Z6u010755@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 12 Nov 2006 22:07: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/forth 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, 12 Nov 2006 22:08:20 -0000 itetcu 2006-11-12 22:07:35 UTC FreeBSD ports repository Modified files: lang/forth Makefile Log: Depreciate. PR: 105452 Submitted by: Andrew Pogrebennyk (maintainer) Revision Changes Path 1.27 +3 -0 ports/lang/forth/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 12 22:12:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B24A16A532; Sun, 12 Nov 2006 22:12:16 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4911943E73; Sun, 12 Nov 2006 22:11:36 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACMBZWJ011644; Sun, 12 Nov 2006 22:11:35 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACMBZTx011643; Sun, 12 Nov 2006 22:11:35 GMT (envelope-from maho) Message-Id: <200611122211.kACMBZTx011643@repoman.freebsd.org> From: Maho Nakata Date: Sun, 12 Nov 2006 22:11: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/editors/openoffice.org-2-devel Makefile distinfo ports/editors/openoffice.org-2-devel/files Makefile.knobs Makefile.localized Makefile.others generate.pl openoffice.org-wrapper patch-i71039 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Nov 2006 22:12:16 -0000 maho 2006-11-12 22:11:35 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2-devel Makefile distinfo editors/openoffice.org-2-devel/files Makefile.knobs Makefile.localized Makefile.others generate.pl openoffice.org-wrapper Removed files: editors/openoffice.org-2-devel/files patch-i71039 Log: * Add evolution2 support [1] * Fix typo [2] * Fix installation [3] PR: 105400 [2] Suggested by: Vizo Allman [1], Jack L. [3] Submitted by: Alexey Shuvaev [2] Revision Changes Path 1.280 +7 -7 ports/editors/openoffice.org-2-devel/Makefile 1.118 +3 -3 ports/editors/openoffice.org-2-devel/distinfo 1.36 +12 -1 ports/editors/openoffice.org-2-devel/files/Makefile.knobs 1.13 +1 -1 ports/editors/openoffice.org-2-devel/files/Makefile.localized 1.9 +1 -1 ports/editors/openoffice.org-2-devel/files/Makefile.others 1.9 +1 -1 ports/editors/openoffice.org-2-devel/files/generate.pl 1.3 +1 -1 ports/editors/openoffice.org-2-devel/files/openoffice.org-wrapper 1.2 +0 -34 ports/editors/openoffice.org-2-devel/files/patch-i71039 (dead) From owner-cvs-all@FreeBSD.ORG Sun Nov 12 22:29:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 839E616A40F; Sun, 12 Nov 2006 22:29:24 +0000 (UTC) (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 4AB1743D4C; Sun, 12 Nov 2006 22:29:23 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACMTN6U014167; Sun, 12 Nov 2006 22:29:23 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACMTNCV014166; Sun, 12 Nov 2006 22:29:23 GMT (envelope-from oliver) Message-Id: <200611122229.kACMTNCV014166@repoman.freebsd.org> From: Oliver Lehmann Date: Sun, 12 Nov 2006 22:29: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/deskutils/xfce4-calendar 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, 12 Nov 2006 22:29:24 -0000 oliver 2006-11-12 22:29:23 UTC FreeBSD ports repository Modified files: deskutils/xfce4-calendar Makefile Log: dbh got updated some time ago Revision Changes Path 1.26 +2 -2 ports/deskutils/xfce4-calendar/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 12 22:31:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93E3216A40F; Sun, 12 Nov 2006 22:31:24 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B939343D8A; Sun, 12 Nov 2006 22:31:10 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACMVABS014456; Sun, 12 Nov 2006 22:31:10 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACMVA8W014455; Sun, 12 Nov 2006 22:31:10 GMT (envelope-from miwi) Message-Id: <200611122231.kACMVA8W014455@repoman.freebsd.org> From: Martin Wilke Date: Sun, 12 Nov 2006 22:31: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/devel/monotone Makefile distinfo ports/devel/monotone/files patch-Makefile.in patch-configure patch-monotone.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: Sun, 12 Nov 2006 22:31:24 -0000 miwi 2006-11-12 22:31:10 UTC FreeBSD ports repository Modified files: devel/monotone Makefile distinfo devel/monotone/files patch-configure Removed files: devel/monotone/files patch-Makefile.in patch-monotone.cc Log: - Update to 0.31 PR: ports/105425 Submitted by: Lapo Luchini (maintainer) Revision Changes Path 1.25 +2 -1 ports/devel/monotone/Makefile 1.14 +3 -3 ports/devel/monotone/distinfo 1.6 +0 -28 ports/devel/monotone/files/patch-Makefile.in (dead) 1.4 +2 -2 ports/devel/monotone/files/patch-configure 1.5 +0 -13 ports/devel/monotone/files/patch-monotone.cc (dead) From owner-cvs-all@FreeBSD.ORG Sun Nov 12 22:31:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5502F16A407; Sun, 12 Nov 2006 22:31:25 +0000 (UTC) (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 5836143D8F; Sun, 12 Nov 2006 22:31:19 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACMVJEw014795; Sun, 12 Nov 2006 22:31:19 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACMVJib014794; Sun, 12 Nov 2006 22:31:19 GMT (envelope-from oliver) Message-Id: <200611122231.kACMVJib014794@repoman.freebsd.org> From: Oliver Lehmann Date: Sun, 12 Nov 2006 22:31: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/graphics/gqview-devel 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, 12 Nov 2006 22:31:25 -0000 oliver 2006-11-12 22:31:19 UTC FreeBSD ports repository Modified files: graphics/gqview-devel pkg-plist Log: add 2 missing .mo files Revision Changes Path 1.11 +2 -0 ports/graphics/gqview-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 12 22:33:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 970BF16A681; Sun, 12 Nov 2006 22:33:45 +0000 (UTC) (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 8732A43D46; Sun, 12 Nov 2006 22:33:43 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACMXhl9015658; Sun, 12 Nov 2006 22:33:43 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACMXhMb015657; Sun, 12 Nov 2006 22:33:43 GMT (envelope-from oliver) Message-Id: <200611122233.kACMXhMb015657@repoman.freebsd.org> From: Oliver Lehmann Date: Sun, 12 Nov 2006 22:33: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/net/cyphesis 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, 12 Nov 2006 22:33:45 -0000 oliver 2006-11-12 22:33:43 UTC FreeBSD ports repository Modified files: net/cyphesis Makefile Log: chase skstream update bump PORTREVISION portlint Revision Changes Path 1.20 +4 -3 ports/net/cyphesis/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 12 22:43:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56F2116A40F; Sun, 12 Nov 2006 22:43:17 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3024C43D46; Sun, 12 Nov 2006 22:43:12 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACMhCOl017268; Sun, 12 Nov 2006 22:43:12 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACMhCcb017267; Sun, 12 Nov 2006 22:43:12 GMT (envelope-from kuriyama) Message-Id: <200611122243.kACMhCcb017267@repoman.freebsd.org> From: Jun Kuriyama Date: Sun, 12 Nov 2006 22:43: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/devel/p5-iCal-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: Sun, 12 Nov 2006 22:43:17 -0000 kuriyama 2006-11-12 22:43:11 UTC FreeBSD ports repository Modified files: devel/p5-iCal-Parser Makefile distinfo Log: - Upgrade to 1.14. PR: ports/104605 Submitted by: Jin-Shan Tseng Revision Changes Path 1.3 +5 -4 ports/devel/p5-iCal-Parser/Makefile 1.4 +3 -3 ports/devel/p5-iCal-Parser/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 12 23:08:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4B7416A4C2; Sun, 12 Nov 2006 23:08:20 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40A1F43D7E; Sun, 12 Nov 2006 23:08:06 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACN86TO022039; Sun, 12 Nov 2006 23:08:06 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACN86Fb022038; Sun, 12 Nov 2006 23:08:06 GMT (envelope-from kuriyama) Message-Id: <200611122308.kACN86Fb022038@repoman.freebsd.org> From: Jun Kuriyama Date: Sun, 12 Nov 2006 23:08: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/ftp/p5-Net-FTP-Common 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, 12 Nov 2006 23:08:20 -0000 kuriyama 2006-11-12 23:08:06 UTC FreeBSD ports repository Modified files: ftp/p5-Net-FTP-Common Makefile distinfo pkg-plist Log: - Upgrade to 5.32 PR: ports/104518 Submitted by: Jin-Shan Tseng Revision Changes Path 1.8 +2 -3 ports/ftp/p5-Net-FTP-Common/Makefile 1.7 +3 -3 ports/ftp/p5-Net-FTP-Common/distinfo 1.2 +5 -1 ports/ftp/p5-Net-FTP-Common/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 12 23:16:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA85016A415; Sun, 12 Nov 2006 23:16:41 +0000 (UTC) (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 9DA5543D93; Sun, 12 Nov 2006 23:16:32 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACNGW5r023560; Sun, 12 Nov 2006 23:16:32 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACNGW5E023559; Sun, 12 Nov 2006 23:16:32 GMT (envelope-from ceri) Message-Id: <200611122316.kACNGW5E023559@repoman.freebsd.org> From: Ceri Davies Date: Sun, 12 Nov 2006 23:16: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/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: Sun, 12 Nov 2006 23:16:41 -0000 ceri 2006-11-12 23:16:32 UTC FreeBSD src repository Modified files: sys/sys proc.h Log: Correct typos in comments. Revision Changes Path 1.464 +2 -2 src/sys/sys/proc.h From owner-cvs-all@FreeBSD.ORG Sun Nov 12 23:17:08 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from localhost.my.domain (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 2D02216A51F; Sun, 12 Nov 2006 23:17:08 +0000 (UTC) (envelope-from davidxu@freebsd.org) From: David Xu To: Bruce Evans Date: Mon, 13 Nov 2006 07:17:03 +0800 User-Agent: KMail/1.8.2 References: <200611111311.kABDBVNH042993@repoman.freebsd.org> <200611120716.10773.davidxu@freebsd.org> <20061112170556.U71828@delplex.bde.org> In-Reply-To: <20061112170556.U71828@delplex.bde.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611130717.03734.davidxu@freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern sched_4bsd.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, 12 Nov 2006 23:17:08 -0000 On Sunday 12 November 2006 14:26, Bruce Evans wrote: > On Sun, 12 Nov 2006, David Xu wrote: > > On Sunday 12 November 2006 00:22, Bruce Evans wrote: > >> On Sat, 11 Nov 2006, David Xu wrote: > >>> davidxu 2006-11-11 13:11:30 UTC > >>> > >>> FreeBSD src repository > >>> > >>> Modified files: > >>> sys/kern sched_4bsd.c > >>> Log: > >>> Unbreak userland priority inheriting in NO_KSE case. > >> > >> Is this what made the non-KSE case unusable? At least with the load > >> average bug fixed, it gave very unfair scheduling, and would only start > >> about 4 concurrent hog processes on a 2-way SMP system. > >> > >> Improvements in some benchmarks may have depended on the bugs. Maybe > >> a random load average is optimal for some loads :-). > > > > No, this change is unrelated, the bug is in kern_idle.c, John should use > > mi_switch(), not the choosethread(), otherwise the loadavg is not > > maintianed correctly. > > That's not the bug I meant. I already had your fix for kern_idle.c. > > Testing showed that nothing much is fixed. Simple benchmarks like: > > %%% > for i in 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 > do > nice -$i sh -c "while :; do echo -n;done" & > done > top -o time > %%% > > and > > %%% > for i in 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 > do > nice -$i sh -c "while :; do echo -n;done" & > done > top -o time > %%% > > still show that scheduling without KSE is very unfair. They can take > several minutes to start the `top' process, and "killall sh" can take > many seconds to start unless you have an rtprio shell to start the > killall. > > With KSE, the top process starts soon enough and shows just the old > 4BSD scheduler bug that too many cycles are given to niced programs, > as in all versions of FreeBSD except 4.x. Since no one uses niced > programs, this bug is unimportant. > > Bruce It might not be a bug of the NO_KSE, the problem is in sched_fork() and sched_exit(), for process which quickly fork() a child and then the child exits quickly, the parent's estcpu will be doubled quickly too, this fairness is really unfair, I think your examples is the scenario, however, I don't know why KSE works better. this might be fixed by remembering the inherited estcpu in child, and decay it every second. when the child exits, it add really used estcpu to parent. code looks like this: in sched_fork(), we remember inherited estcpu: td->td_inherited_estcpu = parent->td_estcpu; in schedcpu(), we decay it every second (should be fixed in sched_wakeup too): td->td_inherited_estcpu = decaycpu(loadfac, td->td_inherited_cpu); in sched_exit(); parent->td_estcpu = ESTCPULIM(parent->td_estcpu, childtd->td_estcpu - td->td_inherited_cpu); This should fix the quickly fork() and exit() problem for parent process. Regards, David Xu From owner-cvs-all@FreeBSD.ORG Sun Nov 12 23:23:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25B1D16A417; Sun, 12 Nov 2006 23:23:49 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3608143D8E; Sun, 12 Nov 2006 23:23:40 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACNNcEo024993; Sun, 12 Nov 2006 23:23:38 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACNNcOF024991; Sun, 12 Nov 2006 23:23:38 GMT (envelope-from kmacy) Message-Id: <200611122323.kACNNcOF024991@repoman.freebsd.org> From: Kip Macy Date: Sun, 12 Nov 2006 23:23:38 +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_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: Sun, 12 Nov 2006 23:23:49 -0000 kmacy 2006-11-12 23:23:38 UTC FreeBSD src repository Modified files: sys/kern subr_lock.c Log: Unbreak witness Revision Changes Path 1.10 +1 -1 src/sys/kern/subr_lock.c From owner-cvs-all@FreeBSD.ORG Sun Nov 12 23:45:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6911316A403; Sun, 12 Nov 2006 23:45:41 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22F9543D64; Sun, 12 Nov 2006 23:45:41 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACNjerH031408; Sun, 12 Nov 2006 23:45:41 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACNjeNg031407; Sun, 12 Nov 2006 23:45:40 GMT (envelope-from kientzle) Message-Id: <200611122345.kACNjeNg031407@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 12 Nov 2006 23:45:40 +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/libarchive archive_read_data_into_fd.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, 12 Nov 2006 23:45:41 -0000 kientzle 2006-11-12 23:45:40 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_data_into_fd.c Log: Correctly handle writing very large blocks (>1M) through to a disk file. This doesn't happen in normal use, because the file I/O and decompression layers only pass through smaller blocks. It can happen with custom read functions that block I/O in larger blocks. Revision Changes Path 1.12 +3 -1 src/lib/libarchive/archive_read_data_into_fd.c From owner-cvs-all@FreeBSD.ORG Sun Nov 12 23:57:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA83F16A415; Sun, 12 Nov 2006 23:57:10 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80D5343D45; Sun, 12 Nov 2006 23:57:10 +0000 (GMT) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACNvAwt033545; Sun, 12 Nov 2006 23:57:10 GMT (envelope-from alexbl@repoman.freebsd.org) Received: (from alexbl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACNvAoX033544; Sun, 12 Nov 2006 23:57:10 GMT (envelope-from alexbl) Message-Id: <200611122357.kACNvAoX033544@repoman.freebsd.org> From: Alexander Botero-Lowry Date: Sun, 12 Nov 2006 23:57: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/audio Makefile ports/audio/gx2osd 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, 12 Nov 2006 23:57:10 -0000 alexbl 2006-11-12 23:57:10 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/gx2osd Makefile distinfo pkg-descr pkg-plist Log: - Add gx2osd 0.1 An on-screen display client for XMMS2 with skinning and cover-art support. WWW: http://wiki.xmms2.xmms.se/index.php/Client:gx2osd Revision Changes Path 1.785 +1 -0 ports/audio/Makefile 1.1 +45 -0 ports/audio/gx2osd/Makefile (new) 1.1 +3 -0 ports/audio/gx2osd/distinfo (new) 1.1 +3 -0 ports/audio/gx2osd/pkg-descr (new) 1.1 +11 -0 ports/audio/gx2osd/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Nov 12 23:57:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D104416A403; Sun, 12 Nov 2006 23:57:35 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5371243D6D; Sun, 12 Nov 2006 23:57:32 +0000 (GMT) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kACNvWBo033606; Sun, 12 Nov 2006 23:57:32 GMT (envelope-from alexbl@repoman.freebsd.org) Received: (from alexbl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACNvWSS033605; Sun, 12 Nov 2006 23:57:32 GMT (envelope-from alexbl) Message-Id: <200611122357.kACNvWSS033605@repoman.freebsd.org> From: Alexander Botero-Lowry Date: Sun, 12 Nov 2006 23:57: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: 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, 12 Nov 2006 23:57:35 -0000 alexbl 2006-11-12 23:57:32 UTC FreeBSD ports repository Modified files: . modules Log: gx2osd --> ports/audio/gx2osd Revision Changes Path 1.16597 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Nov 13 00:09:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E93EE16A415; Mon, 13 Nov 2006 00:09:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 622E043D53; Mon, 13 Nov 2006 00:09:15 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD09Ftu036681; Mon, 13 Nov 2006 00:09:15 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD09FbB036680; Mon, 13 Nov 2006 00:09:15 GMT (envelope-from miwi) Message-Id: <200611130009.kAD09FbB036680@repoman.freebsd.org> From: Martin Wilke Date: Mon, 13 Nov 2006 00:09: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/pronto 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, 13 Nov 2006 00:09:16 -0000 miwi 2006-11-13 00:09:15 UTC FreeBSD ports repository Modified files: mail/pronto Makefile distinfo pkg-plist Log: - Update to 2.2.6 Revision Changes Path 1.11 +1 -2 ports/mail/pronto/Makefile 1.5 +3 -3 ports/mail/pronto/distinfo 1.3 +91 -91 ports/mail/pronto/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Nov 13 00:21:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12BD516A407; Mon, 13 Nov 2006 00:21:21 +0000 (UTC) (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 9EC9C43D46; Mon, 13 Nov 2006 00:21:20 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD0LKY7038571; Mon, 13 Nov 2006 00:21:20 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD0LKFZ038568; Mon, 13 Nov 2006 00:21:20 GMT (envelope-from marcus) Message-Id: <200611130021.kAD0LKFZ038568@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 13 Nov 2006 00:21: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/devel/desktop-file-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: Mon, 13 Nov 2006 00:21:21 -0000 marcus 2006-11-13 00:21:20 UTC FreeBSD ports repository Modified files: devel/desktop-file-utils Makefile distinfo Log: Update to 0.12. Revision Changes Path 1.17 +3 -1 ports/devel/desktop-file-utils/Makefile 1.7 +3 -3 ports/devel/desktop-file-utils/distinfo From owner-cvs-all@FreeBSD.ORG Mon Nov 13 00:26:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89A9716A403; Mon, 13 Nov 2006 00:26:46 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54A2E43D49; Mon, 13 Nov 2006 00:26:46 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD0QkVx039927; Mon, 13 Nov 2006 00:26:46 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD0QkBo039926; Mon, 13 Nov 2006 00:26:46 GMT (envelope-from kientzle) Message-Id: <200611130026.kAD0QkBo039926@repoman.freebsd.org> From: Tim Kientzle Date: Mon, 13 Nov 2006 00:26: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/lib/libarchive archive_read_open_fd.c archive_read_open_file.c archive_write_open_fd.c archive_write_open_file.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, 13 Nov 2006 00:26:46 -0000 kientzle 2006-11-13 00:26:46 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_open_fd.c archive_read_open_file.c archive_write_open_fd.c archive_write_open_file.c Log: Minor cleanup of the standard read/write I/O modules: * Use public API, don't access struct archive directly. (People should be able to copy these into their applications as a template for custom I/O callbacks.) * Set "skip" only for regular files. ("skip" allows the low-level library to catch attempts to add an archive to itself or extract over itself.) * Simplify the write_open functions by just calling stat() at the beginning. Somehow, these functions had acquired some complex logic that tried to avoid the stat() call but never succeeded. MFC after: 10 days Revision Changes Path 1.8 +2 -2 src/lib/libarchive/archive_read_open_fd.c 1.13 +4 -3 src/lib/libarchive/archive_read_open_file.c 1.6 +21 -30 src/lib/libarchive/archive_write_open_fd.c 1.13 +26 -39 src/lib/libarchive/archive_write_open_file.c From owner-cvs-all@FreeBSD.ORG Mon Nov 13 00:27:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5402916A522; Mon, 13 Nov 2006 00:27:03 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F08B143D49; Mon, 13 Nov 2006 00:27:02 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD0R2ME039964; Mon, 13 Nov 2006 00:27:02 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD0R2hR039963; Mon, 13 Nov 2006 00:27:02 GMT (envelope-from alc) Message-Id: <200611130027.kAD0R2hR039963@repoman.freebsd.org> From: Alan Cox Date: Mon, 13 Nov 2006 00:27: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/vm vm_kern.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, 13 Nov 2006 00:27:03 -0000 alc 2006-11-13 00:27:02 UTC FreeBSD src repository Modified files: sys/vm vm_kern.c Log: There is no point in setting PG_REFERENCED on kmem_object pages because they are "unmanaged", i.e., non-pageable, pages. Remove a stale comment. Revision Changes Path 1.125 +1 -6 src/sys/vm/vm_kern.c From owner-cvs-all@FreeBSD.ORG Mon Nov 13 00:29:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47F9416A403; Mon, 13 Nov 2006 00:29:58 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14F5343D45; Mon, 13 Nov 2006 00:29:58 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD0TvPe040104; Mon, 13 Nov 2006 00:29:57 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD0Tv37040103; Mon, 13 Nov 2006 00:29:57 GMT (envelope-from kientzle) Message-Id: <200611130029.kAD0Tv37040103@repoman.freebsd.org> From: Tim Kientzle Date: Mon, 13 Nov 2006 00:29: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/lib/libarchive archive_read_open_fd.c archive_read_open_file.c archive_write_open_fd.c archive_write_open_file.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, 13 Nov 2006 00:29:58 -0000 kientzle 2006-11-13 00:29:57 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_open_fd.c archive_read_open_file.c archive_write_open_fd.c archive_write_open_file.c Log: These files no longer use internal APIs, so no longer need to include archive_private.h. Revision Changes Path 1.9 +0 -1 src/lib/libarchive/archive_read_open_fd.c 1.14 +0 -1 src/lib/libarchive/archive_read_open_file.c 1.7 +0 -1 src/lib/libarchive/archive_write_open_fd.c 1.14 +0 -1 src/lib/libarchive/archive_write_open_file.c From owner-cvs-all@FreeBSD.ORG Mon Nov 13 00:53:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5B0116A412; Mon, 13 Nov 2006 00:53:04 +0000 (UTC) (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 8B81543D60; Mon, 13 Nov 2006 00:53:04 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD0r4Dk053898; Mon, 13 Nov 2006 00:53:04 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD0r4PM053897; Mon, 13 Nov 2006 00:53:04 GMT (envelope-from delphij) Message-Id: <200611130053.kAD0r4PM053897@repoman.freebsd.org> From: Xin LI Date: Mon, 13 Nov 2006 00:53: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/release/doc/en_US.ISO8859-1/errata 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, 13 Nov 2006 00:53:04 -0000 delphij 2006-11-13 00:53:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/en_US.ISO8859-1/errata article.sgml Log: Since SA-06:24.libarchive affects -STABLE after the latest release that this errata documents, the change should be documented in relnotes only, but not this errata. Discussed with: security-officer (simon), re (bmah) Approved by: re (bmah) Revision Changes Path 1.73.2.34 +0 -8 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 13 00:54:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65BB716A403; Mon, 13 Nov 2006 00:54:41 +0000 (UTC) (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 1799B43D60; Mon, 13 Nov 2006 00:54:41 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD0seRj054103; Mon, 13 Nov 2006 00:54:40 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD0seIi054102; Mon, 13 Nov 2006 00:54:40 GMT (envelope-from delphij) Message-Id: <200611130054.kAD0seIi054102@repoman.freebsd.org> From: Xin LI Date: Mon, 13 Nov 2006 00:54:40 +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/zh_CN.GB2312/errata 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, 13 Nov 2006 00:54:41 -0000 delphij 2006-11-13 00:54:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/zh_CN.GB2312/errata article.sgml Log: MFen 1.73.2.33 -> 1.73.2.34 Approved by: re (blanket) Revision Changes Path 1.2.2.7 +1 -9 src/release/doc/zh_CN.GB2312/errata/article.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 13 01:02:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D61816A407; Mon, 13 Nov 2006 01:02:24 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1153543D70; Mon, 13 Nov 2006 01:02:24 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD12NCt055086; Mon, 13 Nov 2006 01:02:23 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD12NHr055081; Mon, 13 Nov 2006 01:02:23 GMT (envelope-from kmacy) Message-Id: <200611130102.kAD12NHr055081@repoman.freebsd.org> From: Kip Macy Date: Mon, 13 Nov 2006 01:02: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/sys/conf files.sun4v src/sys/sun4v/sun4v rtc.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, 13 Nov 2006 01:02:24 -0000 kmacy 2006-11-13 01:02:18 UTC FreeBSD src repository Modified files: sys/conf files.sun4v sys/sun4v/sun4v rtc.c Log: Add time-of-day support to sun4v Revision Changes Path 1.4 +1 -0 src/sys/conf/files.sun4v 1.2 +35 -120 src/sys/sun4v/sun4v/rtc.c From owner-cvs-all@FreeBSD.ORG Mon Nov 13 01:13:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FE1E16A412; Mon, 13 Nov 2006 01:13:29 +0000 (UTC) (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 19AD043D46; Mon, 13 Nov 2006 01:13:29 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD1DSrH058284; Mon, 13 Nov 2006 01:13:28 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD1DSK5058283; Mon, 13 Nov 2006 01:13:28 GMT (envelope-from markus) Message-Id: <200611130113.kAD1DSK5058283@repoman.freebsd.org> From: Markus Brueffer Date: Mon, 13 Nov 2006 01:13: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/bluetooth/rfcomm_pppd rfcomm_pppd.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: Mon, 13 Nov 2006 01:13:29 -0000 markus 2006-11-13 01:13:28 UTC FreeBSD src repository Modified files: usr.sbin/bluetooth/rfcomm_pppd rfcomm_pppd.8 Log: - Grammar fixes - Reword some sentences - Use .Cm for arguments - s/CAVEAT/CAVEATS/ Based on PR: docs/78174 Submitted by: Jeremy Chadwick Reviewed by: brueffer Approved by: emax (mentor) MFC after: 3 days Revision Changes Path 1.13 +74 -56 src/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.8 From owner-cvs-all@FreeBSD.ORG Mon Nov 13 01:14:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1105516A4A0; Mon, 13 Nov 2006 01:14:16 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1911443D8F; Mon, 13 Nov 2006 01:14:13 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD1ECnq058482; Mon, 13 Nov 2006 01:14:12 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD1ECFj058481; Mon, 13 Nov 2006 01:14:12 GMT (envelope-from miwi) Message-Id: <200611130114.kAD1ECFj058481@repoman.freebsd.org> From: Martin Wilke Date: Mon, 13 Nov 2006 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/multimedia/tunapie Makefile distinfo pkg-plist ports/multimedia/tunapie/files patch-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, 13 Nov 2006 01:14:16 -0000 miwi 2006-11-13 01:14:12 UTC FreeBSD ports repository Modified files: multimedia/tunapie Makefile distinfo pkg-plist multimedia/tunapie/files patch-install.sh Log: - Update to 1.2 PR: 105459 Submitted by: nivit@email.it (Nicola Vitale) (maintainer) Revision Changes Path 1.8 +4 -11 ports/multimedia/tunapie/Makefile 1.7 +3 -3 ports/multimedia/tunapie/distinfo 1.5 +2 -2 ports/multimedia/tunapie/files/patch-install.sh 1.6 +2 -2 ports/multimedia/tunapie/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Nov 13 01:14:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 906C216A4AB; Mon, 13 Nov 2006 01:14:36 +0000 (UTC) (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 F1F2343D69; Mon, 13 Nov 2006 01:14:35 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD1EZ2J058612; Mon, 13 Nov 2006 01:14:35 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD1EZRX058611; Mon, 13 Nov 2006 01:14:35 GMT (envelope-from markus) Message-Id: <200611130114.kAD1EZRX058611@repoman.freebsd.org> From: Markus Brueffer Date: Mon, 13 Nov 2006 01:14: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/misc/tellico 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, 13 Nov 2006 01:14:36 -0000 markus 2006-11-13 01:14:35 UTC FreeBSD ports repository Modified files: misc/tellico Makefile distinfo Log: Update to version 1.2.6 Revision Changes Path 1.47 +1 -1 ports/misc/tellico/Makefile 1.35 +3 -3 ports/misc/tellico/distinfo From owner-cvs-all@FreeBSD.ORG Mon Nov 13 01:15:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69E6716A417; Mon, 13 Nov 2006 01:15:25 +0000 (UTC) (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 E881443D81; Mon, 13 Nov 2006 01:15:23 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD1FN8X058768; Mon, 13 Nov 2006 01:15:23 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD1FNMc058767; Mon, 13 Nov 2006 01:15:23 GMT (envelope-from delphij) Message-Id: <200611130115.kAD1FNMc058767@repoman.freebsd.org> From: Xin LI Date: Mon, 13 Nov 2006 01:15:23 +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.1R errata.html www/zh_CN/releases/6.1R errata.html X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Nov 2006 01:15:25 -0000 delphij 2006-11-13 01:15:23 UTC FreeBSD doc repository Modified files: en/releases/6.1R errata.html zh_CN/releases/6.1R errata.html Log: Regen Revision Changes Path 1.17 +1 -13 www/en/releases/6.1R/errata.html 1.5 +2 -14 www/zh_CN/releases/6.1R/errata.html From owner-cvs-all@FreeBSD.ORG Mon Nov 13 01:28:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7729416A407; Mon, 13 Nov 2006 01:28:41 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F82943D55; Mon, 13 Nov 2006 01:28:41 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD1Sf9F060462; Mon, 13 Nov 2006 01:28:41 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD1SfJ5060461; Mon, 13 Nov 2006 01:28:41 GMT (envelope-from miwi) Message-Id: <200611130128.kAD1SfJ5060461@repoman.freebsd.org> From: Martin Wilke Date: Mon, 13 Nov 2006 01:28: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/ncmpc/files patch-po-ru.po X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Nov 2006 01:28:41 -0000 miwi 2006-11-13 01:28:40 UTC FreeBSD ports repository Added files: audio/ncmpc/files patch-po-ru.po Log: - Fix for the russian translations PR: ports/105451 Submitted by: Mark Daniel Reidel (maintainer) Revision Changes Path 1.1 +194 -0 ports/audio/ncmpc/files/patch-po-ru.po (new) From owner-cvs-all@FreeBSD.ORG Mon Nov 13 01:33:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78F4F16A492; Mon, 13 Nov 2006 01:33:42 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3372E43D4C; Mon, 13 Nov 2006 01:33:42 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD1Xg6Z061871; Mon, 13 Nov 2006 01:33:42 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD1XgXg061870; Mon, 13 Nov 2006 01:33:42 GMT (envelope-from miwi) Message-Id: <200611130133.kAD1XgXg061870@repoman.freebsd.org> From: Martin Wilke Date: Mon, 13 Nov 2006 01:33: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/uppaal 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, 13 Nov 2006 01:33:42 -0000 miwi 2006-11-13 01:33:41 UTC FreeBSD ports repository Modified files: devel/uppaal Makefile Log: - Fix Registration URL for download PR: ports/105446 Submitted by: Timothy Bourke (maintainer) Reported by: Kris Kennaway Revision Changes Path 1.4 +1 -1 ports/devel/uppaal/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 13 01:44:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5447F16A407; Mon, 13 Nov 2006 01:44:21 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D2F343D45; Mon, 13 Nov 2006 01:44:21 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD1iKAh063399; Mon, 13 Nov 2006 01:44:20 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD1iKmu063398; Mon, 13 Nov 2006 01:44:20 GMT (envelope-from bmah) Message-Id: <200611130144.kAD1iKmu063398@repoman.freebsd.org> From: "Bruce A. Mah" Date: Mon, 13 Nov 2006 01:44: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/release/doc/en_US.ISO8859-1/relnotes/common new.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, 13 Nov 2006 01:44:21 -0000 bmah 2006-11-13 01:44:20 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: ng_ether(4) MAC address behavior, tun(4) kqueue(2) support, fsdb(8) findblk. Modified release note: Fix an extra "the" in fsdb(8) btime note. [1] Submitted by: ceri [1] Revision Changes Path 1.987 +11 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 13 01:46:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF8BE16A40F; Mon, 13 Nov 2006 01:46:09 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76B3B43D45; Mon, 13 Nov 2006 01:46:09 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD1k9nd063497; Mon, 13 Nov 2006 01:46:09 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD1k9Lf063496; Mon, 13 Nov 2006 01:46:09 GMT (envelope-from bmah) Message-Id: <200611130146.kAD1k9Lf063496@repoman.freebsd.org> From: "Bruce A. Mah" Date: Mon, 13 Nov 2006 01:46:08 +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/relnotes/common new.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, 13 Nov 2006 01:46:10 -0000 bmah 2006-11-13 01:46:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: ng_ether(4) MAC address behavior, tun(4) kqueue(2) support, fsdb(8) findblk. Also fix extra "the" in fsdb(8) btime note. [1] Submitted by: ceri [1] Approved by: re (implicitly) Revision Changes Path 1.883.2.51 +11 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 13 01:48:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DABE16A60A; Mon, 13 Nov 2006 01:48:37 +0000 (UTC) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A15AE43D46; Mon, 13 Nov 2006 01:48:35 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD1mZ8w063582; Mon, 13 Nov 2006 01:48:35 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD1mZsA063581; Mon, 13 Nov 2006 01:48:35 GMT (envelope-from ijliao) Message-Id: <200611130148.kAD1mZsA063581@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 13 Nov 2006 01:48: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/editors/poedit 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, 13 Nov 2006 01:48:37 -0000 ijliao 2006-11-13 01:48:35 UTC FreeBSD ports repository Modified files: editors/poedit Makefile distinfo Log: upgrade to 1.3.6 Revision Changes Path 1.45 +5 -5 ports/editors/poedit/Makefile 1.18 +3 -3 ports/editors/poedit/distinfo From owner-cvs-all@FreeBSD.ORG Mon Nov 13 01:58:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C36316A407; Mon, 13 Nov 2006 01:58:25 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC58F43D5C; Mon, 13 Nov 2006 01:58:24 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD1wOo6066587; Mon, 13 Nov 2006 01:58:24 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD1wOr1066586; Mon, 13 Nov 2006 01:58:24 GMT (envelope-from bmah) Message-Id: <200611130158.kAD1wOr1066586@repoman.freebsd.org> From: "Bruce A. Mah" Date: Mon, 13 Nov 2006 01:58: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: www/share/sgml news.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: Mon, 13 Nov 2006 01:58:25 -0000 bmah 2006-11-13 01:58:24 UTC FreeBSD doc repository Modified files: share/sgml news.xml Log: Add newsflash item for first sun4v install / live CD. Discussed with: jb Revision Changes Path 1.24 +10 -1 www/share/sgml/news.xml From owner-cvs-all@FreeBSD.ORG Mon Nov 13 01:59:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25B8C16A416; Mon, 13 Nov 2006 01:59:24 +0000 (UTC) (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 74C6343D60; Mon, 13 Nov 2006 01:59:23 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD1xNcx066661; Mon, 13 Nov 2006 01:59:23 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD1xN0V066660; Mon, 13 Nov 2006 01:59:23 GMT (envelope-from leeym) Message-Id: <200611130159.kAD1xN0V066660@repoman.freebsd.org> From: Yen-Ming Lee Date: Mon, 13 Nov 2006 01:59: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/textproc/p5-Lingua-Ident 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, 13 Nov 2006 01:59:24 -0000 leeym 2006-11-13 01:59:23 UTC FreeBSD ports repository Modified files: textproc/p5-Lingua-Ident Makefile distinfo Log: - Update to 1.6 Revision Changes Path 1.6 +1 -1 ports/textproc/p5-Lingua-Ident/Makefile 1.5 +3 -3 ports/textproc/p5-Lingua-Ident/distinfo From owner-cvs-all@FreeBSD.ORG Mon Nov 13 02:27:28 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AED8F16A415 for ; Mon, 13 Nov 2006 02:27:28 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3297743D72 for ; Mon, 13 Nov 2006 02:27:18 +0000 (GMT) (envelope-from kip.macy@gmail.com) Received: by nf-out-0910.google.com with SMTP id l23so319522nfc for ; Sun, 12 Nov 2006 18:27:17 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=jM4uWxnYvTZAazChhRsFUfHc7nmF/ZMaabIJ7A+i5Pdc9n4SOQ++IHD3bk6LM0BmYLIRUtmXmCmJRLUzQsK3yqySbwdWdC8KWm0DfEaoS+iKUNCxNQCJpf2HCEmHjxSR46T/xSAVt1TpXMk62ZKAhIPBPXnfZPUg30/Mm+vOqQU= Received: by 10.82.172.15 with SMTP id u15mr558113bue.1163384836683; Sun, 12 Nov 2006 18:27:16 -0800 (PST) Received: by 10.82.191.20 with HTTP; Sun, 12 Nov 2006 18:27:16 -0800 (PST) Message-ID: Date: Sun, 12 Nov 2006 18:27:16 -0800 From: "Kip Macy" To: "Alan Cox" In-Reply-To: <200611122148.kACLmYDV006108@repoman.freebsd.org> MIME-Version: 1.0 References: <200611122148.kACLmYDV006108@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/amd64 pmap.c src/sys/arm/arm pmap.c src/sys/i386/i386 pmap.c src/sys/ia64/ia64 pmap.c src/sys/powerpc/powerpc mmu_oea.c src/sys/sparc64/sparc64 pmap.c src/sys/sun4v/sun4v pmap.c src/sys/vm vm_fault.c vm_kern.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, 13 Nov 2006 02:27:28 -0000 Thanks Alan, this is a definite improvement. For the benefit of other readers: below I have the ten locks with longest max_wait (total time in microseconds spent waiting for the lock) during the compile phase of a "make -j32 buildkernel" on a T2000 (8 cores w/ 4 threads per core). The reduction in turnstile contention is a direct result of reducing contention on the page queue mutex. before: max total wait_total count avg wait_avg cnt_hold cnt_lock name 5 7266196 206805560 7522452 0 27 48266619 0 /usr/flatstor/shared/freebsd/kmacy/src/sys/kern/subr_turnstile.c:487 (turnstile chain) 457 528521 180592127 550284 0 328 1469872 0 /usr/flatstor/shared/freebsd/kmacy/src/sys/vm/vm_fault.c:844 (vm page queue mutex) 15057461 1679582934 117520488 87978 19090 1335 0 0 /usr/flatstor/shared/freebsd/kmacy/src/sys/ufs/ffs/ffs_vnops.c:366 (ufs) 214 1076256 112489341 559032 1 201 1520471 0 /usr/flatstor/shared/freebsd/kmacy/src/sys/vm/vm_fault.c:902 (vm page queue mutex) 424 8250360 105249196 559031 14 188 1767340 0 /usr/flatstor/shared/freebsd/kmacy/src/sys/sun4v/sun4v/pmap.c:956 (vm page queue mutex) 72563452121 218316084315 94216669 452713 482239 208 0 0 /usr/flatstor/shared/freebsd/kmacy/src/sys/kern/vfs_default.c:263 (nfs) 23 1349030 14049785 280685 4 50 923679 0 /usr/flatstor/shared/freebsd/kmacy/src/sys/kern/kern_idle.c:121 (sched lock) 73 214117 11078161 63944 3 173 2505 0 /usr/flatstor/shared/freebsd/kmacy/src/sys/nfsclient/nfs_socket.c:1235 (Giant) 42 92768 10431233 40012 2 260 122966 0 /usr/flatstor/shared/freebsd/kmacy/src/sys/vm/vm_fault.c:342 (vm page queue mutex) 6429 2155581 6645086 18297 117 363 105550 0 /usr/flatstor/shared/freebsd/kmacy/src/sys/vm/vm_object.c:651 (vm page queue mutex) after: 15311133 1125368615 119287635 94194 11947 1266 0 0 /usr/flatstor/shared/freebsd/kmacy/src/sys/ufs/ffs/ffs_vnops.c:366 (lockmgr:ufs) 546 4708767 93794515 326286 14 287 533239 713529 /usr/flatstor/shared/freebsd/kmacy/src/sys/sun4v/sun4v/pmap.c:955 (sleep mutex:vm page queue mutex) 36217304 520567907 53857789 243928 2134 220 0 0 /usr/flatstor/shared/freebsd/kmacy/src/sys/kern/vfs_default.c:263 (lockmgr:nfs) 210 590989 38380260 326286 1 117 335955 160913 /usr/flatstor/shared/freebsd/kmacy/src/sys/vm/vm_fault.c:899 (sleep mutex:vm page queue mutex) 16 1702987 25490112 2068283 0 12 7329498 0 /usr/flatstor/shared/freebsd/kmacy/src/sys/kern/subr_turnstile.c:487 (spin mutex:turnstile chain) 22 962236 7498290 194839 4 38 665502 0 /usr/flatstor/shared/freebsd/kmacy/src/sys/kern/kern_idle.c:121 (spin mutex:sched lock) 9 28157 4130053 7242 3 570 9959 3040 /usr/flatstor/shared/freebsd/kmacy/src/sys/sun4v/sun4v/pmap.c:1162 (sleep mutex:vm page queue mutex) 39 44908 2629172 21967 2 119 21879 11174 /usr/flatstor/shared/freebsd/kmacy/src/sys/vm/vm_fault.c:342 (sleep mutex:vm page queue mutex) 4 20673 2265592 21708 0 104 88367 0 /usr/flatstor/shared/freebsd/kmacy/src/sys/kern/subr_trap.c:191 (spin mutex:sched lock) 31 11117 2231209 7243 1 308 7419 3023 /usr/flatstor/shared/freebsd/kmacy/src/sys/kern/sys_pipe.c:827 (sleep mutex:vm page queue mutex) On 11/12/06, Alan Cox wrote: > > alc 2006-11-12 21:48:34 UTC > > FreeBSD src repository > > Modified files: > sys/amd64/amd64 pmap.c > sys/arm/arm pmap.c > sys/i386/i386 pmap.c > sys/ia64/ia64 pmap.c > sys/powerpc/powerpc mmu_oea.c > sys/sparc64/sparc64 pmap.c > sys/sun4v/sun4v pmap.c > sys/vm vm_fault.c vm_kern.c > Log: > Make pmap_enter() responsible for setting PG_WRITEABLE instead > of its caller. (As a beneficial side-effect, a high-contention > acquisition of the page queues lock in vm_fault() is eliminated.) > > Revision Changes Path > 1.573 +3 -1 src/sys/amd64/amd64/pmap.c > 1.73 +4 -1 src/sys/arm/arm/pmap.c > 1.577 +3 -1 src/sys/i386/i386/pmap.c > 1.180 +2 -0 src/sys/ia64/ia64/pmap.c > 1.112 +3 -2 src/sys/powerpc/powerpc/mmu_oea.c > 1.160 +4 -1 src/sys/sparc64/sparc64/pmap.c > 1.6 +3 -1 src/sys/sun4v/sun4v/pmap.c > 1.223 +2 -7 src/sys/vm/vm_fault.c > 1.124 +1 -1 src/sys/vm/vm_kern.c > From owner-cvs-all@FreeBSD.ORG Mon Nov 13 02:49:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A58E16A40F; Mon, 13 Nov 2006 02:49:27 +0000 (UTC) (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 55CAC43D45; Mon, 13 Nov 2006 02:49:27 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD2nRvA075441; Mon, 13 Nov 2006 02:49:27 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD2nR0k075440; Mon, 13 Nov 2006 02:49:27 GMT (envelope-from delphij) Message-Id: <200611130249.kAD2nR0k075440@repoman.freebsd.org> From: Xin LI Date: Mon, 13 Nov 2006 02:49: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/zh_CN.GB2312/relnotes/common new.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, 13 Nov 2006 02:49:27 -0000 delphij 2006-11-13 02:49:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/zh_CN.GB2312/relnotes/common new.sgml Log: MFen 1.883.2.50 -> 1.883.2.51 Approved by: re (zh_CN.GB2312 relnotes blanket) Revision Changes Path 1.5.2.11 +9 -1 src/release/doc/zh_CN.GB2312/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 13 03:06:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75EB116A407; Mon, 13 Nov 2006 03:06:50 +0000 (UTC) (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 CC1AF43D49; Mon, 13 Nov 2006 03:06:49 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD36nZT079770; Mon, 13 Nov 2006 03:06:49 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD36ns6079769; Mon, 13 Nov 2006 03:06:49 GMT (envelope-from clsung) Message-Id: <200611130306.kAD36ns6079769@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 13 Nov 2006 03:06: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-Module-Build-Convert 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, 13 Nov 2006 03:06:50 -0000 clsung 2006-11-13 03:06:48 UTC FreeBSD ports repository Modified files: devel/p5-Module-Build-Convert Makefile distinfo Log: - Update to 0.43 Revision Changes Path 1.13 +1 -1 ports/devel/p5-Module-Build-Convert/Makefile 1.11 +3 -3 ports/devel/p5-Module-Build-Convert/distinfo From owner-cvs-all@FreeBSD.ORG Mon Nov 13 03:51:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D828816A415; Mon, 13 Nov 2006 03:51:47 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94F2043D49; Mon, 13 Nov 2006 03:51:47 +0000 (GMT) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD3plZS086967; Mon, 13 Nov 2006 03:51:47 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD3plbJ086966; Mon, 13 Nov 2006 03:51:47 GMT (envelope-from jb) Message-Id: <200611130351.kAD3plbJ086966@repoman.freebsd.org> From: John Birrell Date: Mon, 13 Nov 2006 03:51: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/platforms sun4v.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, 13 Nov 2006 03:51:48 -0000 jb 2006-11-13 03:51:47 UTC FreeBSD doc repository (src committer) Modified files: en/platforms sun4v.sgml Log: Add the news that the system time/date handling code has been added and is functional. Revision Changes Path 1.4 +3 -2 www/en/platforms/sun4v.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 13 04:28:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F4F116A403; Mon, 13 Nov 2006 04:28:30 +0000 (UTC) (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 A312043D4C; Mon, 13 Nov 2006 04:28:29 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD4STBC093716; Mon, 13 Nov 2006 04:28:29 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD4ST0U093715; Mon, 13 Nov 2006 04:28:29 GMT (envelope-from jkoshy) Message-Id: <200611130428.kAD4ST0U093715@repoman.freebsd.org> From: Joseph Koshy Date: Mon, 13 Nov 2006 04:28: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/include ar.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, 13 Nov 2006 04:28:30 -0000 jkoshy 2006-11-13 04:28:29 UTC FreeBSD src repository Modified files: include ar.h Log: Attempt to improve application portability by marking `struct ar_hdr' as `packed'. The C standard leaves the alignment of individual members of a C struct upto the implementation, so pedantically speaking portable code cannot assume that the layout of a `struct ar_hdr' in memory will match its layout in a file. Using a __packed attribute declaration forces file and memory layouts for this structure to match. Submitted by: ru Revision Changes Path 1.2 +5 -1 src/include/ar.h From owner-cvs-all@FreeBSD.ORG Mon Nov 13 04:38:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B862D16A412; Mon, 13 Nov 2006 04:38:57 +0000 (UTC) (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 6DC7E43D45; Mon, 13 Nov 2006 04:38:57 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD4cv6j096034; Mon, 13 Nov 2006 04:38:57 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD4cvkU096030; Mon, 13 Nov 2006 04:38:57 GMT (envelope-from csjp) Message-Id: <200611130438.kAD4cvkU096030@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Mon, 13 Nov 2006 04:38: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/sun4v/sun4v 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: Mon, 13 Nov 2006 04:38:57 -0000 csjp 2006-11-13 04:38:57 UTC FreeBSD src repository Modified files: sys/sun4v/sun4v trap.c Log: Enable syscall auditing for sun4v the arch by implementing the AUDIT_SYSCALL_ENTER/EXIT macros. Discussed with: kmacy Revision Changes Path 1.4 +4 -0 src/sys/sun4v/sun4v/trap.c From owner-cvs-all@FreeBSD.ORG Mon Nov 13 05:41:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27DCB16A415; Mon, 13 Nov 2006 05:41:52 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BBA943D5E; Mon, 13 Nov 2006 05:41:51 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD5fpcp000795; Mon, 13 Nov 2006 05:41:51 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD5fk6c000792; Mon, 13 Nov 2006 05:41:46 GMT (envelope-from kmacy) Message-Id: <200611130541.kAD5fk6c000792@repoman.freebsd.org> From: Kip Macy Date: Mon, 13 Nov 2006 05:41: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/sys _lock.h lock.h lock_profile.h src/sys/kern kern_lock.c kern_mutex.c kern_rwlock.c kern_sx.c subr_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: Mon, 13 Nov 2006 05:41:52 -0000 kmacy 2006-11-13 05:41:46 UTC FreeBSD src repository Modified files: sys/sys _lock.h lock_profile.h lock.h sys/kern kern_lock.c kern_mutex.c kern_rwlock.c kern_sx.c subr_lock.c Log: track lock class name in a way that doesn't break WITNESS Revision Changes Path 1.103 +15 -7 src/sys/kern/kern_lock.c 1.178 +1 -1 src/sys/kern/kern_mutex.c 1.12 +1 -1 src/sys/kern/kern_rwlock.c 1.32 +1 -1 src/sys/kern/kern_sx.c 1.11 +4 -3 src/sys/kern/subr_lock.c 1.14 +6 -5 src/sys/sys/_lock.h 1.61 +1 -0 src/sys/sys/lock.h 1.6 +3 -2 src/sys/sys/lock_profile.h From owner-cvs-all@FreeBSD.ORG Mon Nov 13 05:43:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C52816A40F; Mon, 13 Nov 2006 05:43:42 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BEFF43D46; Mon, 13 Nov 2006 05:43:42 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD5hgRh000877; Mon, 13 Nov 2006 05:43:42 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD5hggK000875; Mon, 13 Nov 2006 05:43:42 GMT (envelope-from kmacy) Message-Id: <200611130543.kAD5hggK000875@repoman.freebsd.org> From: Kip Macy Date: Mon, 13 Nov 2006 05:43: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/sys lock.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, 13 Nov 2006 05:43:43 -0000 kmacy 2006-11-13 05:43:42 UTC FreeBSD src repository Modified files: sys/sys lock.h Log: Forced commit to append to previous log Approved by: scottl (standing in for mentor rwatson) Revision Changes Path 1.62 +0 -0 src/sys/sys/lock.h From owner-cvs-all@FreeBSD.ORG Mon Nov 13 05:51:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6707316A403; Mon, 13 Nov 2006 05:51:23 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30EBA43D4C; Mon, 13 Nov 2006 05:51:23 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD5pNI2001372; Mon, 13 Nov 2006 05:51:23 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD5pNIP001371; Mon, 13 Nov 2006 05:51:23 GMT (envelope-from kmacy) Message-Id: <200611130551.kAD5pNIP001371@repoman.freebsd.org> From: Kip Macy Date: Mon, 13 Nov 2006 05:51: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/coda coda_vnops.c coda_vnops.h src/sys/fs/nullfs null_vnops.c src/sys/kern vfs_default.c vfs_subr.c vfs_vnops.c vnode_if.src src/sys/sys vnode.h src/sys/ufs/ffs ffs_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, 13 Nov 2006 05:51:23 -0000 kmacy 2006-11-13 05:51:22 UTC FreeBSD src repository Modified files: sys/coda coda_vnops.c coda_vnops.h sys/fs/nullfs null_vnops.c sys/kern vfs_default.c vfs_subr.c vfs_vnops.c vnode_if.src sys/sys vnode.h sys/ufs/ffs ffs_vnops.c Log: change vop_lock handling to allowing tracking of callers' file and line for acquisition of lockmgr locks Approved by: scottl (standing in for mentor rwatson) Revision Changes Path 1.69 +2 -2 src/sys/coda/coda_vnops.c 1.17 +1 -1 src/sys/coda/coda_vnops.h 1.92 +2 -2 src/sys/fs/nullfs/null_vnops.c 1.135 +5 -3 src/sys/kern/vfs_default.c 1.692 +3 -3 src/sys/kern/vfs_subr.c 1.247 +2 -5 src/sys/kern/vfs_vnops.c 1.84 +3 -1 src/sys/kern/vnode_if.src 1.318 +6 -2 src/sys/sys/vnode.h 1.163 +11 -9 src/sys/ufs/ffs/ffs_vnops.c From owner-cvs-all@FreeBSD.ORG Mon Nov 13 05:52:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DE6516A492; Mon, 13 Nov 2006 05:52:12 +0000 (UTC) (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 BF5A043D46; Mon, 13 Nov 2006 05:52:11 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD5qB9Q001968; Mon, 13 Nov 2006 05:52:11 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD5qBDi001967; Mon, 13 Nov 2006 05:52:11 GMT (envelope-from ru) Message-Id: <200611130552.kAD5qBDi001967@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 13 Nov 2006 05:52: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 Makefile.inc1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Nov 2006 05:52:12 -0000 ru 2006-11-13 05:52:11 UTC FreeBSD src repository Modified files: . Makefile.inc1 Log: There doesn't seem to be a real reason for include/ to be installed so early. Revision Changes Path 1.564 +9 -6 src/Makefile.inc1 From owner-cvs-all@FreeBSD.ORG Mon Nov 13 06:26:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 743FA16A40F; Mon, 13 Nov 2006 06:26:58 +0000 (UTC) (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 B8AF443D5E; Mon, 13 Nov 2006 06:26:57 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD6QvWB008554; Mon, 13 Nov 2006 06:26:57 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD6QvtS008553; Mon, 13 Nov 2006 06:26:57 GMT (envelope-from ru) Message-Id: <200611130626.kAD6QvtS008553@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 13 Nov 2006 06:26: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/include pmap.h src/sys/arm/include pmap.h src/sys/i386/include pmap.h src/sys/ia64/include pmap.h src/sys/sun4v/include pmap.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, 13 Nov 2006 06:26:58 -0000 ru 2006-11-13 06:26:57 UTC FreeBSD src repository Modified files: sys/amd64/include pmap.h sys/arm/include pmap.h sys/i386/include pmap.h sys/ia64/include pmap.h sys/sun4v/include pmap.h Log: Fix a comment. Revision Changes Path 1.135 +1 -1 src/sys/amd64/include/pmap.h 1.23 +1 -1 src/sys/arm/include/pmap.h 1.123 +1 -1 src/sys/i386/include/pmap.h 1.28 +1 -1 src/sys/ia64/include/pmap.h 1.2 +1 -1 src/sys/sun4v/include/pmap.h From owner-cvs-all@FreeBSD.ORG Mon Nov 13 06:47:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EF6B16A403; Mon, 13 Nov 2006 06:47:14 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 047ED43D68; Mon, 13 Nov 2006 06:47:13 +0000 (GMT) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD6lDw0011656; Mon, 13 Nov 2006 06:47:13 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD6lDxc011655; Mon, 13 Nov 2006 06:47:13 GMT (envelope-from vd) Message-Id: <200611130647.kAD6lDxc011655@repoman.freebsd.org> From: Vasil Dimov Date: Mon, 13 Nov 2006 06:47: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/editors 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, 13 Nov 2006 06:47:14 -0000 vd 2006-11-13 06:47:13 UTC FreeBSD ports repository Modified files: editors Makefile Log: Disconnect openoffice.org-2-RC from the INDEX build as it is breaking it: INDEX build failed with errors: Generating INDEX - please wait.. Done. Warning: Duplicate INDEX entry: openoffice.org-2.0.4 What's the idea of openoffice.org-2-RC? Currently it is exactly the same as openoffice.org-2. Revision Changes Path 1.358 +0 -1 ports/editors/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 13 07:21:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1761916A403; Mon, 13 Nov 2006 07:21:41 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B8E343D60; Mon, 13 Nov 2006 07:21:40 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD7Lerh018233; Mon, 13 Nov 2006 07:21:40 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD7Lefe018232; Mon, 13 Nov 2006 07:21:40 GMT (envelope-from kmacy) Message-Id: <200611130721.kAD7Lefe018232@repoman.freebsd.org> From: Kip Macy Date: Mon, 13 Nov 2006 07:21: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: www/en/platforms sun4v.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, 13 Nov 2006 07:21:41 -0000 kmacy 2006-11-13 07:21:39 UTC FreeBSD doc repository (src committer) Modified files: en/platforms sun4v.sgml Log: Add mention of shutdown not working correctly Revision Changes Path 1.5 +2 -1 www/en/platforms/sun4v.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 13 07:24:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87BCB16A415; Mon, 13 Nov 2006 07:24:27 +0000 (UTC) (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 4943343D4C; Mon, 13 Nov 2006 07:24:26 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD7OQRb018901; Mon, 13 Nov 2006 07:24:26 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD7OQJo018899; Mon, 13 Nov 2006 07:24:26 GMT (envelope-from ale) Message-Id: <200611130724.kAD7OQJo018899@repoman.freebsd.org> From: Alex Dupre Date: Mon, 13 Nov 2006 07:24: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/cryptlib Makefile ports/security/cryptlib/files patch-makefile patch-tools_getlibs.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, 13 Nov 2006 07:24:27 -0000 ale 2006-11-13 07:24:25 UTC FreeBSD ports repository Modified files: security/cryptlib Makefile security/cryptlib/files patch-makefile Added files: security/cryptlib/files patch-tools_getlibs.sh Log: Fix build on 4.x. Revision Changes Path 1.18 +3 -3 ports/security/cryptlib/Makefile 1.4 +1 -1 ports/security/cryptlib/files/patch-makefile 1.1 +11 -0 ports/security/cryptlib/files/patch-tools_getlibs.sh (new) From owner-cvs-all@FreeBSD.ORG Mon Nov 13 09:10:07 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EB7416A7EB; Mon, 13 Nov 2006 09:10:07 +0000 (UTC) (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 03D0B43D5D; Mon, 13 Nov 2006 09:10:07 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD8uh3w042192; Mon, 13 Nov 2006 08:56:43 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD8uhaG042191; Mon, 13 Nov 2006 08:56:43 GMT (envelope-from ru) Message-Id: <200611130856.kAD8uhaG042191@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 13 Nov 2006 08:56: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/share/man/man4 snd_spicds.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, 13 Nov 2006 09:10:07 -0000 ru 2006-11-13 08:56:42 UTC FreeBSD src repository Modified files: share/man/man4 snd_spicds.4 Log: Sort xrefs. Revision Changes Path 1.2 +2 -2 src/share/man/man4/snd_spicds.4 From owner-cvs-all@FreeBSD.ORG Mon Nov 13 09:10:22 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E737A16A8D7; Mon, 13 Nov 2006 09:10:19 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8137943D5F; Mon, 13 Nov 2006 09:10:10 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD7x0KV023709; Mon, 13 Nov 2006 07:59:00 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD7x0hs023708; Mon, 13 Nov 2006 07:59:00 GMT (envelope-from miwi) Message-Id: <200611130759.kAD7x0hs023708@repoman.freebsd.org> From: Martin Wilke Date: Mon, 13 Nov 2006 07: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/wikindx 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, 13 Nov 2006 09:10:22 -0000 miwi 2006-11-13 07:59:00 UTC FreeBSD ports repository Modified files: www/wikindx Makefile distinfo Log: - Update to 3.4.7 Submitted by: farrokhi@ Revision Changes Path 1.15 +1 -1 ports/www/wikindx/Makefile 1.12 +3 -3 ports/www/wikindx/distinfo From owner-cvs-all@FreeBSD.ORG Mon Nov 13 09:10:22 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 004B816A8DB; Mon, 13 Nov 2006 09:10:19 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3F4543D53; Mon, 13 Nov 2006 09:10:10 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD7nsXq022161; Mon, 13 Nov 2006 07:49:54 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD7ns0h022160; Mon, 13 Nov 2006 07:49:54 GMT (envelope-from miwi) Message-Id: <200611130749.kAD7ns0h022160@repoman.freebsd.org> From: Martin Wilke Date: Mon, 13 Nov 2006 07:49: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/astyle Makefile distinfo ports/devel/astyle/files patch-ad patch-astyle__main.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: Mon, 13 Nov 2006 09:10:22 -0000 miwi 2006-11-13 07:49:54 UTC FreeBSD ports repository Modified files: devel/astyle Makefile distinfo Removed files: devel/astyle/files patch-ad patch-astyle__main.cpp Log: - Update to 1.19 - Respect CPPFLAGS, LDFLAGS - Fix 4.X build [1] PR: ports/105362 Submitted by: Li-Wen Hsu [1] miwi Approved by: maintainer Revision Changes Path 1.24 +22 -11 ports/devel/astyle/Makefile 1.12 +3 -3 ports/devel/astyle/distinfo 1.6 +0 -15 ports/devel/astyle/files/patch-ad (dead) 1.2 +0 -20 ports/devel/astyle/files/patch-astyle__main.cpp (dead) From owner-cvs-all@FreeBSD.ORG Mon Nov 13 09:12:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E37716ABB5; Mon, 13 Nov 2006 09:12:26 +0000 (UTC) (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 C94E743D58; Mon, 13 Nov 2006 09:12:25 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD9CPRc045975; Mon, 13 Nov 2006 09:12:25 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD9CPDC045973; Mon, 13 Nov 2006 09:12:25 GMT (envelope-from ru) Message-Id: <200611130912.kAD9CPDC045973@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 13 Nov 2006 09:12: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/usr.sbin/pccard/dumpcis dumpcis.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: Mon, 13 Nov 2006 09:12:26 -0000 ru 2006-11-13 09:12:25 UTC FreeBSD src repository Modified files: usr.sbin/pccard/dumpcis dumpcis.8 Log: The utility accepts multiple arguments. Revision Changes Path 1.2 +3 -3 src/usr.sbin/pccard/dumpcis/dumpcis.8 From owner-cvs-all@FreeBSD.ORG Mon Nov 13 09:26:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77CBC16AEA4; Mon, 13 Nov 2006 09:26:12 +0000 (UTC) (envelope-from bde@zeta.org.au) Received: from mailout1.pacific.net.au (mailout1-3.pacific.net.au [61.8.2.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD64B43D5D; Mon, 13 Nov 2006 09:26:11 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout1.pacific.net.au (Postfix) with ESMTP id 316BA32881D; Mon, 13 Nov 2006 19:30:14 +1100 (EST) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailproxy2.pacific.net.au (Postfix) with ESMTP id 84EE92740D; Mon, 13 Nov 2006 19:30:12 +1100 (EST) Date: Mon, 13 Nov 2006 19:30:11 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Joseph Koshy In-Reply-To: <200611130428.kAD4ST0U093715@repoman.freebsd.org> Message-ID: <20061113173927.Q75708@delplex.bde.org> References: <200611130428.kAD4ST0U093715@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/include ar.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, 13 Nov 2006 09:26:12 -0000 On Mon, 13 Nov 2006, Joseph Koshy wrote: > jkoshy 2006-11-13 04:28:29 UTC > > FreeBSD src repository > > Modified files: > include ar.h > Log: > Attempt to improve application portability by marking `struct ar_hdr' > as `packed'. > > The C standard leaves the alignment of individual members of a C > struct upto the implementation, so pedantically speaking portable > code cannot assume that the layout of a `struct ar_hdr' in memory > will match its layout in a file. Using a __packed attribute > declaration forces file and memory layouts for this structure to > match. > > Submitted by: ru I don't see how this can be more portable. It uses an unportable extension, but packing is automatic on all compilers that are known to support this extension. On compilers that are not known to support this extension (all except gcc >= 2.7 and icc), using __packed gives a syntax error and thus changes code that is portable in practice into code that doesn't compile. On lints that known not to support this extension (FreeBSD lint), linting for portability is broken by not giving the syntax error. In , all struct members are char arrays so there will be no padding in practice. Most system headers depend on the padding being the same for all compilers, even when the struct member types are very varied. Many system headers use explicit manual padding to try to give a fixed layout. This works in practice, and the not-unused file system ffs and the not-unused networking component netinet depend on it working. Most file systems probably depend on it working across OS's for very varied struct types. One exception is msdosfs -- since msdosfs's disk data structures are poorly laid out even for an 8-bit system, they are almost perfectly misaligned even for a 16-bit system, so manual packing is not practical, and msdosfs declares most of the structures as byte arrays in much the same way as . It doesn't go as far as using a single array of bytes with fake struct members defined via offsets into the array, as might be required to be portable in theory. netinet uses __packed a bit, but this just gives unportability and pessimizations in practice. E.g., struct ip is manually packed and has a natural 4-byte alignment requirement, but declaring it as __packed reduces its alignment requirement to 1 byte; thus in internal structs like "struct x { int16_t x_foo; struct ip x_ip; };", the x_ip is normally misaligned on a 16-bit boundary and thus: - the layout of the internal struct is unportable in practice instead of unportable in theory - compilers for arches with strict alignment requirements have to generate extra instructions to access the 32-bit members in struct ip (just 2 in_addr_t's), so the accesses are pessimized and not atomic. gcc on i64's seems to do this correctly. The pessimization is by a factor of 14 according to the instruction count (a single 32-bit load instruction for an in_addr_t gets replaced by 4 8-bit load instructions and 10 more instructions to combine the bytes). - code like "struct x *xp; ... foo(&xp->x_ip.ip_src);" is broken on on arches with strict alignment requirements. After the address of the in_addr_t is passed to another function, the compiler can no longer easiliy see that it has to generate pessimal loads for accesses to the in_addr_t. A variant of this bug occurred in practice in rev.1.18 of . There, almost eveything is naturally aligned to a 16-bit boundary, and __packed is misused to give 8-bitr alignment as a bad side effect. Rev.1.18 added a 32-bit member in one of the structs contained in the __packed struct. This should have just broken binary compatibility and might not have mattered depending on how internal the __packed struct is. Instead, it gave misaligned 32-bit values instide the __packed struct, thus defeating the reason for existence of rev.1.18, since the reason was to add a union hack to allow accessing "char c_net[4];" as "u_int u_net;", but union hacks like this depend on not using __packed in any struct containing c/u_net (recursively). gcc -Wpacked can be used to find bugs like this. See gcc.info for more details. Passing the address of a non-char member in a packed struct should be an error, but gcc doesn't seem to diagnose this. was broken by adding __packed in the same commit that removed an unportable bitfield from it. The bitfield was the actual problem. Bitfields should never be used in structs that have to match an externally imposed layouts since they are unportable in practice. gcc's bitfields are especially unportable. E.g. "int:8" gives the same alignment requirement as int, and this is undocumented. In gcc, you have to use "char:8" or __packed to get 8-bit alignment of structs containing bitfields, but these are constraint and syntax errors in C. Using __packed in isn't as bad as in since struct ar has a natural 1-byte alignment requirement so using __packed is a no-op in practice. Bruce From owner-cvs-all@FreeBSD.ORG Mon Nov 13 09:31:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0034B16AEA2; Mon, 13 Nov 2006 09:31:27 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C43743D6E; Mon, 13 Nov 2006 09:31:27 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD9VRk7048707; Mon, 13 Nov 2006 09:31:27 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD9VRKh048706; Mon, 13 Nov 2006 09:31:27 GMT (envelope-from maho) Message-Id: <200611130931.kAD9VRKh048706@repoman.freebsd.org> From: Maho Nakata Date: Mon, 13 Nov 2006 09:31: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/editors/openoffice.org-2-RC 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, 13 Nov 2006 09:31:28 -0000 maho 2006-11-13 09:31:26 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2-RC Makefile distinfo Log: Update to OOE680_m2, add evolution2 support [1] and Fix typo [2]. PR: 105400 [2] Suggested by: Vizo Allman [1] Submitted by: Alexey Shuvaev [2] Revision Changes Path 1.264 +17 -14 ports/editors/openoffice.org-2-RC/Makefile 1.97 +3 -3 ports/editors/openoffice.org-2-RC/distinfo From owner-cvs-all@FreeBSD.ORG Mon Nov 13 09:32:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C02916AEA5; Mon, 13 Nov 2006 09:32:06 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AB1C43D55; Mon, 13 Nov 2006 09:32:05 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD9W5t7048895; Mon, 13 Nov 2006 09:32:05 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD9W5g3048894; Mon, 13 Nov 2006 09:32:05 GMT (envelope-from maho) Message-Id: <200611130932.kAD9W5g3048894@repoman.freebsd.org> From: Maho Nakata Date: Mon, 13 Nov 2006 09:32: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/editors/openoffice.org-2-RC/files patch-i69994 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Nov 2006 09:32:06 -0000 maho 2006-11-13 09:32:05 UTC FreeBSD ports repository Added files: editors/openoffice.org-2-RC/files patch-i69994 Log: fogot to add a patch... Revision Changes Path 1.1 +747 -0 ports/editors/openoffice.org-2-RC/files/patch-i69994 (new) From owner-cvs-all@FreeBSD.ORG Mon Nov 13 09:35:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A62B116A69E; Mon, 13 Nov 2006 09:35:25 +0000 (UTC) (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 30E0243D58; Mon, 13 Nov 2006 09:35:24 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [192.168.48.2]) by phk.freebsd.dk (Postfix) with ESMTP id 8D904170C5; Mon, 13 Nov 2006 09:35:23 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.8/8.13.8) with ESMTP id kAD9ZJto003802; Mon, 13 Nov 2006 09:35:23 GMT (envelope-from phk@critter.freebsd.dk) To: Bruce Evans From: "Poul-Henning Kamp" In-Reply-To: Your message of "Mon, 13 Nov 2006 19:30:11 +1100." <20061113173927.Q75708@delplex.bde.org> Date: Mon, 13 Nov 2006 09:35:19 +0000 Message-ID: <3801.1163410519@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: Joseph Koshy , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/include ar.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, 13 Nov 2006 09:35:25 -0000 In message <20061113173927.Q75708@delplex.bde.org>, Bruce Evans writes: >On Mon, 13 Nov 2006, Joseph Koshy wrote: > >> jkoshy 2006-11-13 04:28:29 UTC >> >> FreeBSD src repository >> >> Modified files: >> include ar.h >> Log: >> Attempt to improve application portability by marking `struct ar_hdr' >> as `packed'. >> >> The C standard leaves the alignment of individual members of a C >> struct upto the implementation, so pedantically speaking portable >> code cannot assume that the layout of a `struct ar_hdr' in memory >> will match its layout in a file. Using a __packed attribute >> declaration forces file and memory layouts for this structure to >> match. >> >> Submitted by: ru > >I don't see how this can be more portable. I agree with bruce that __packed is not the way to go. For things that represent communication protocols, even if they happen through files, I advocate using the functions in sys/endian.h to explicitly decode and encode fields into bytestrings. -- 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 Mon Nov 13 09:43:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 801B816A494; Mon, 13 Nov 2006 09:43:16 +0000 (UTC) (envelope-from stefan@fafoe.narf.at) Received: from viefep14-int.chello.at (viefep15-int.chello.at [213.46.255.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA19C43D45; Mon, 13 Nov 2006 09:43:14 +0000 (GMT) (envelope-from stefan@fafoe.narf.at) Received: from wombat.fafoe.narf.at ([213.47.85.26]) by viefep14-int.chello.at (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20061113094312.FSDQ7416.viefep14-int.chello.at@wombat.fafoe.narf.at>; Mon, 13 Nov 2006 10:43:12 +0100 Received: by wombat.fafoe.narf.at (Postfix, from userid 1001) id B0E97BC87; Mon, 13 Nov 2006 10:43:11 +0100 (CET) Date: Mon, 13 Nov 2006 10:43:11 +0100 From: Stefan Farfeleder To: Bruce Evans Message-ID: <20061113094311.GC97460@wombat.fafoe.narf.at> References: <200611130428.kAD4ST0U093715@repoman.freebsd.org> <20061113173927.Q75708@delplex.bde.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061113173927.Q75708@delplex.bde.org> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: Joseph Koshy , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/include ar.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, 13 Nov 2006 09:43:16 -0000 On Mon, Nov 13, 2006 at 07:30:11PM +1100, Bruce Evans wrote: > On Mon, 13 Nov 2006, Joseph Koshy wrote: > > >jkoshy 2006-11-13 04:28:29 UTC > > > > FreeBSD src repository > > > > Modified files: > > include ar.h > > Log: > > Attempt to improve application portability by marking `struct ar_hdr' > > as `packed'. > > > > The C standard leaves the alignment of individual members of a C > > struct upto the implementation, so pedantically speaking portable > > code cannot assume that the layout of a `struct ar_hdr' in memory > > will match its layout in a file. Using a __packed attribute > > declaration forces file and memory layouts for this structure to > > match. > > > > Submitted by: ru > > I don't see how this can be more portable. It uses an unportable > extension, but packing is automatic on all compilers that are known > to support this extension. On compilers that are not known to support > this extension (all except gcc >= 2.7 and icc), using __packed gives > a syntax error and thus changes code that is portable in practice into > code that doesn't compile. On lints that known not to support this > extension (FreeBSD lint), linting for portability is broken by not > giving the syntax error. > > In , all struct members are char arrays so there will be no > padding in practice. You seem to have missed the discussion on -current. GCC pads "struct foo { char c; };" to 4 bytes on ARM. I agree on __packed not being portable. Stefan From owner-cvs-all@FreeBSD.ORG Mon Nov 13 09:46:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54EE616A494; Mon, 13 Nov 2006 09:46:17 +0000 (UTC) (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 1982043D5A; Mon, 13 Nov 2006 09: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.6/8.13.6) with ESMTP id kAD9kGXA051106; Mon, 13 Nov 2006 09:46:17 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD9kGiw051105; Mon, 13 Nov 2006 09:46:16 GMT (envelope-from ru) Message-Id: <200611130946.kAD9kGiw051105@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 13 Nov 2006 09:46: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/libelf elf.3 elf_begin.3 elf_cntl.3 elf_end.3 elf_errmsg.3 elf_fill.3 elf_flagdata.3 elf_getarhdr.3 elf_getarsym.3 elf_getbase.3 elf_getdata.3 elf_getident.3 elf_getscn.3 elf_getshnum.3 elf_getshstrndx.3 elf_hash.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: Mon, 13 Nov 2006 09:46:18 -0000 ru 2006-11-13 09:46:16 UTC FreeBSD src repository Modified files: lib/libelf elf.3 elf_begin.3 elf_cntl.3 elf_end.3 elf_errmsg.3 elf_fill.3 elf_flagdata.3 elf_getarhdr.3 elf_getarsym.3 elf_getbase.3 elf_getdata.3 elf_getident.3 elf_getscn.3 elf_getshnum.3 elf_getshstrndx.3 elf_hash.3 elf_kind.3 elf_memory.3 elf_next.3 elf_rand.3 elf_rawfile.3 elf_strptr.3 elf_update.3 elf_version.3 gelf_checksum.3 gelf_fsize.3 gelf_getcap.3 gelf_getclass.3 gelf_getdyn.3 gelf_getehdr.3 gelf_getmove.3 gelf_getphdr.3 gelf_getrel.3 gelf_getrela.3 gelf_getshdr.3 gelf_getsym.3 gelf_getsyminfo.3 gelf_getsymshndx.3 gelf_newehdr.3 gelf_newphdr.3 gelf_update_ehdr.3 gelf_xlatetof.3 Log: Fix minor formatting issues: - make document title match filename; - remove hard sentence breaks, whitespace at EOL, and double whitespace; - sort SEE ALSO xrefs, adding missing section numbers; - fix a misspelled macro name. Revision Changes Path 1.2 +2 -1 src/lib/libelf/elf.3 1.2 +1 -1 src/lib/libelf/elf_begin.3 1.2 +1 -1 src/lib/libelf/elf_cntl.3 1.2 +1 -1 src/lib/libelf/elf_end.3 1.2 +1 -1 src/lib/libelf/elf_errmsg.3 1.2 +2 -2 src/lib/libelf/elf_fill.3 1.2 +3 -3 src/lib/libelf/elf_flagdata.3 1.2 +2 -2 src/lib/libelf/elf_getarhdr.3 1.2 +1 -1 src/lib/libelf/elf_getarsym.3 1.2 +2 -2 src/lib/libelf/elf_getbase.3 1.2 +2 -2 src/lib/libelf/elf_getdata.3 1.2 +3 -3 src/lib/libelf/elf_getident.3 1.2 +1 -1 src/lib/libelf/elf_getscn.3 1.2 +3 -3 src/lib/libelf/elf_getshnum.3 1.2 +3 -3 src/lib/libelf/elf_getshstrndx.3 1.2 +2 -2 src/lib/libelf/elf_hash.3 1.2 +3 -3 src/lib/libelf/elf_kind.3 1.2 +1 -1 src/lib/libelf/elf_memory.3 1.2 +1 -1 src/lib/libelf/elf_next.3 1.2 +1 -1 src/lib/libelf/elf_rand.3 1.2 +1 -1 src/lib/libelf/elf_rawfile.3 1.2 +4 -4 src/lib/libelf/elf_strptr.3 1.2 +11 -11 src/lib/libelf/elf_update.3 1.2 +1 -1 src/lib/libelf/elf_version.3 1.2 +2 -2 src/lib/libelf/gelf_checksum.3 1.2 +2 -2 src/lib/libelf/gelf_fsize.3 1.2 +1 -1 src/lib/libelf/gelf_getcap.3 1.2 +1 -1 src/lib/libelf/gelf_getclass.3 1.2 +1 -1 src/lib/libelf/gelf_getdyn.3 1.2 +3 -3 src/lib/libelf/gelf_getehdr.3 1.2 +1 -1 src/lib/libelf/gelf_getmove.3 1.2 +2 -2 src/lib/libelf/gelf_getphdr.3 1.2 +1 -1 src/lib/libelf/gelf_getrel.3 1.2 +1 -1 src/lib/libelf/gelf_getrela.3 1.2 +1 -1 src/lib/libelf/gelf_getshdr.3 1.2 +1 -1 src/lib/libelf/gelf_getsym.3 1.2 +1 -1 src/lib/libelf/gelf_getsyminfo.3 1.2 +1 -1 src/lib/libelf/gelf_getsymshndx.3 1.2 +3 -3 src/lib/libelf/gelf_newehdr.3 1.2 +2 -2 src/lib/libelf/gelf_newphdr.3 1.2 +1 -1 src/lib/libelf/gelf_update_ehdr.3 1.2 +1 -1 src/lib/libelf/gelf_xlatetof.3 From owner-cvs-all@FreeBSD.ORG Mon Nov 13 09:48:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A78F216A494; Mon, 13 Nov 2006 09:48:51 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EE3143D49; Mon, 13 Nov 2006 09:48:51 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD9mpAX051199; Mon, 13 Nov 2006 09:48:51 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD9mpUR051198; Mon, 13 Nov 2006 09:48:51 GMT (envelope-from miwi) Message-Id: <200611130948.kAD9mpUR051198@repoman.freebsd.org> From: Martin Wilke Date: Mon, 13 Nov 2006 09:48: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/multimedia/gxine 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: Mon, 13 Nov 2006 09:48:51 -0000 miwi 2006-11-13 09:48:51 UTC FreeBSD ports repository Modified files: multimedia/gxine Makefile pkg-plist Log: - Fix pkg-plist - Add dbus optional - Bump PORTREVISION PR: 105438 Submitted by: Max Brazhnikov (maintainer) Revision Changes Path 1.25 +12 -3 ports/multimedia/gxine/Makefile 1.7 +0 -2 ports/multimedia/gxine/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Nov 13 09:54:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AA2016A47B; Mon, 13 Nov 2006 09:54:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 393A343D6D; Mon, 13 Nov 2006 09:54:15 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAD9sENq052423; Mon, 13 Nov 2006 09:54:14 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAD9sE8Z052422; Mon, 13 Nov 2006 09:54:14 GMT (envelope-from miwi) Message-Id: <200611130954.kAD9sE8Z052422@repoman.freebsd.org> From: Martin Wilke Date: Mon, 13 Nov 2006 09:54: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/security/metasploit-devel 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: Mon, 13 Nov 2006 09:54:21 -0000 miwi 2006-11-13 09:54:14 UTC FreeBSD ports repository Modified files: security/metasploit-devel Makefile pkg-plist Log: - Remove .svn from the pkg-plist Submitted by: miwi via privat mail Approved by: maintainer Revision Changes Path 1.4 +3 -0 ports/security/metasploit-devel/Makefile 1.3 +376 -9974 ports/security/metasploit-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Nov 13 09:59:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 149ED16A4A0; Mon, 13 Nov 2006 09:59:22 +0000 (UTC) (envelope-from bde@zeta.org.au) Received: from mailout1.pacific.net.au (mailout1-3.pacific.net.au [61.8.2.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8472943D7E; Mon, 13 Nov 2006 09:59:05 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout1.pacific.net.au (Postfix) with ESMTP id 1519432819B; Mon, 13 Nov 2006 20:58:56 +1100 (EST) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailproxy1.pacific.net.au (Postfix) with ESMTP id 6D0968C0E; Mon, 13 Nov 2006 20:58:54 +1100 (EST) Date: Mon, 13 Nov 2006 20:58:53 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: David Xu In-Reply-To: <200611130717.03734.davidxu@freebsd.org> Message-ID: <20061113193924.L75708@delplex.bde.org> References: <200611111311.kABDBVNH042993@repoman.freebsd.org> <200611120716.10773.davidxu@freebsd.org> <20061112170556.U71828@delplex.bde.org> <200611130717.03734.davidxu@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 sched_4bsd.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, 13 Nov 2006 09:59:22 -0000 On Mon, 13 Nov 2006, David Xu wrote: > On Sunday 12 November 2006 14:26, Bruce Evans wrote: >> ... >> Testing showed that nothing much is fixed. Simple benchmarks like: >> ... >> %%% >> for i in 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 >> do >> nice -$i sh -c "while :; do echo -n;done" & >> done >> top -o time >> %%% >> >> still show that scheduling without KSE is very unfair. They can take >> several minutes to start the `top' process, and "killall sh" can take >> many seconds to start unless you have an rtprio shell to start the >> killall. >> >> With KSE, the top process starts soon enough and shows just the old >> 4BSD scheduler bug that too many cycles are given to niced programs, >> as in all versions of FreeBSD except 4.x. Since no one uses niced >> programs, this bug is unimportant. > > It might not be a bug of the NO_KSE, the problem is in sched_fork() and > sched_exit(), for process which quickly fork() a child and then the child > exits quickly, the parent's estcpu will be doubled quickly too, this fairness > is really unfair, That can't be the problem, since there are no exits in the above. > I think your examples is the scenario, however, I don't know > why KSE works better. this might be fixed by remembering the inherited > estcpu in child, and decay it every second. when the child exits, > it add really used estcpu to parent. code looks like this: > > in sched_fork(), we remember inherited estcpu: > td->td_inherited_estcpu = parent->td_estcpu; > in schedcpu(), we decay it every second (should be fixed in sched_wakeup > too): > td->td_inherited_estcpu = decaycpu(loadfac, td->td_inherited_cpu); > in sched_exit(); > parent->td_estcpu = ESTCPULIM(parent->td_estcpu, > childtd->td_estcpu - td->td_inherited_cpu); > > This should fix the quickly fork() and exit() problem for parent process. I've known about this bug since Peter Default told me about it in late 1999, and now use the code at the end of this mail to avoid it. However, I remembered it incorrectly and may have misdescribed it to you. I thought I remembered actual doubling, with estcpu soon reaching "infinity", but the ESTCPULIM() clamp prevents it getting preposterously high now, and I couldn't find any version that let it reach "infinity". Versions before late 1999 had a bogus limit of UCHAR_MAX and that may have been responsible for shells appearing to hang because it was a better approximation to "infinity". I now use the following: % Index: sched_4bsd.c % =================================================================== % RCS file: /home/ncvs/src/sys/kern/sched_4bsd.c,v % retrieving revision 1.41 % diff -u -2 -r1.41 sched_4bsd.c % --- sched_4bsd.c 21 Jun 2004 23:47:47 -0000 1.41 % +++ sched_4bsd.c 8 Dec 2005 11:11:52 -0000 % @@ -550,9 +641,20 @@ % % void % -sched_exit_ksegrp(struct ksegrp *kg, struct ksegrp *child) % +sched_exit_ksegrp(struct ksegrp *parent, struct ksegrp *child) % { % % mtx_assert(&sched_lock, MA_OWNED); % - kg->kg_estcpu = ESTCPULIM(kg->kg_estcpu + child->kg_estcpu); % + /* % + * XXX adding all of the child's cpu to the parent's like we used to % + * do would be wrong, since we duplicate the parent's cpu at fork % + * time so adding it all back would give exponential growth. In % + * practice, the growth would have been limited by ESTCPULIM, but that % + * would be wrong too since it is very nonlinear. Splitting the cpu % + * at fork time would be better, but adding it all back here would % + * still give nonlinearities since multiple processes tend to % + * accumulate more cpu than single ones. % + */ % + if (parent->kg_estcpu < child->kg_estcpu) % + parent->kg_estcpu = child->kg_estcpu; % } % This seems to work well enough in practice. It grows the parent's estcpu quite slowly if there are a lot of fork/exits. Previous versions did something different on fork too. Splitting or otherwise reducing estcpu on fork isn't such a good idea since it reduces the limit on the real resource hogs -- all the children, when there are lots of children that all want to run. When the children don't exit, hacking on the parent's estcpu doesn't help, and doubling the child's estpcu on fork and halving it on exit is closer to being correct than the reverse. At least one of Peter Dufault's versions removed all explicit accesses to p_estcpu on fork and exit. I think the change on fork is only cosmetic -- p_estcpu should have been automatically copied on fork. Anyway, this isn't the bug in non-KSE. I didn't look hard for the reasons. Top seemed to show the priorites of the hogs not decreasing (numerically increasing) fast enough. Bruce From owner-cvs-all@FreeBSD.ORG Mon Nov 13 10:15:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD76116A403; Mon, 13 Nov 2006 10:15:25 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4425843D69; Mon, 13 Nov 2006 10:15:25 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADAFPSb056894; Mon, 13 Nov 2006 10:15:25 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADAFOm0056893; Mon, 13 Nov 2006 10:15:24 GMT (envelope-from miwi) Message-Id: <200611131015.kADAFOm0056893@repoman.freebsd.org> From: Martin Wilke Date: Mon, 13 Nov 2006 10: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/www/typo 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, 13 Nov 2006 10:15:25 -0000 miwi 2006-11-13 10:15:23 UTC FreeBSD ports repository Modified files: www/typo Makefile Log: - Fix permissions PR: ports/105458 Submitted by: Nick Barkas Approved by: maintainer Revision Changes Path 1.8 +1 -0 ports/www/typo/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 13 10:17:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 296A316A415; Mon, 13 Nov 2006 10:17:10 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA29F43D49; Mon, 13 Nov 2006 10:17:09 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADAH9Dq056957; Mon, 13 Nov 2006 10:17:09 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADAH9ER056956; Mon, 13 Nov 2006 10:17:09 GMT (envelope-from miwi) Message-Id: <200611131017.kADAH9ER056956@repoman.freebsd.org> From: Martin Wilke Date: Mon, 13 Nov 2006 10:17: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/security/clamcour 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, 13 Nov 2006 10:17:10 -0000 miwi 2006-11-13 10:17:09 UTC FreeBSD ports repository Modified files: security/clamcour Makefile distinfo Log: - Update to 0.3.8 PR: ports/105432 Submitted by: Milan Obuch (maintainer) Revision Changes Path 1.4 +2 -1 ports/security/clamcour/Makefile 1.2 +3 -3 ports/security/clamcour/distinfo From owner-cvs-all@FreeBSD.ORG Mon Nov 13 10:47:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E012016A412; Mon, 13 Nov 2006 10:47:59 +0000 (UTC) (envelope-from vd@datamax.bg) Received: from jengal.datamax.bg (jengal.datamax.bg [82.103.104.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F0D043D46; Mon, 13 Nov 2006 10:47:59 +0000 (GMT) (envelope-from vd@datamax.bg) Received: from qlovarnika.bg.datamax (qlovarnika.bg.datamax [192.168.10.2]) by jengal.datamax.bg (Postfix) with SMTP id 6C028B864; Mon, 13 Nov 2006 12:47:57 +0200 (EET) Received: (nullmailer pid 55290 invoked by uid 1002); Mon, 13 Nov 2006 10:48:01 -0000 Date: Mon, 13 Nov 2006 12:48:01 +0200 From: Vasil Dimov To: Maho Nakata Message-ID: <20061113104801.GA55247@qlovarnika.bg.datamax> References: <200611130931.kAD9VRKh048706@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="opJtzjQTFsWo+cga" Content-Disposition: inline In-Reply-To: <200611130931.kAD9VRKh048706@repoman.freebsd.org> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/editors/openoffice.org-2-RC Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vd@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: Mon, 13 Nov 2006 10:48:00 -0000 --opJtzjQTFsWo+cga Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 13, 2006 at 09:31:26AM +0000, Maho Nakata wrote: > maho 2006-11-13 09:31:26 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > editors/openoffice.org-2-RC Makefile distinfo=20 > Log: > Update to OOE680_m2, add evolution2 support [1] and Fix typo [2]. We now have: /usr/ports/editors# make -V PKGNAME -C openoffice.org-2 openoffice.org-2.0.4 /usr/ports/editors# make -V PKGNAME -C openoffice.org-2-RC openoffice.org-RC-2.1.20061107 /usr/ports/editors# make -V PKGNAME -C openoffice.org-2-devel openoffice.org-2.2.20061110 Why not just openoffice.org-2.1.20061107 instead of openoffice.org-RC-2.1.20061107? Or openoffice.org-devel-2.2.20061110 instead of openoffice.org-2.2.20061110? Also you may notice that I disconnected openoffice.org-2-RC from the INDEX build because it was breaking it (see ports/editors/Makefile). Since this commit of yours it is now safe to connect it again, right? --=20 Vasil Dimov gro.DSBeerF@dv % It is better to die on your feet than to live on your knees. --opJtzjQTFsWo+cga Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iD8DBQFFWE1hFw6SP/bBpCARAsBWAJwOI1Vh+e+o46LIgY2OuqU/OPaHEgCgzSOV wt01/6NP1xZ3sdST7ksdLrM= =tSCI -----END PGP SIGNATURE----- --opJtzjQTFsWo+cga-- From owner-cvs-all@FreeBSD.ORG Mon Nov 13 11:00:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF46D16A415; Mon, 13 Nov 2006 11:00:26 +0000 (UTC) (envelope-from bde@zeta.org.au) Received: from mailout2.pacific.net.au (mailout2-3.pacific.net.au [61.8.2.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5239043D45; Mon, 13 Nov 2006 11:00:26 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout2.pacific.net.au (Postfix) with ESMTP id 4753350913B; Mon, 13 Nov 2006 22:00:24 +1100 (EST) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailproxy1.pacific.net.au (Postfix) with ESMTP id 9A0858C06; Mon, 13 Nov 2006 22:00:23 +1100 (EST) Date: Mon, 13 Nov 2006 22:00:22 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Poul-Henning Kamp In-Reply-To: <3801.1163410519@critter.freebsd.dk> Message-ID: <20061113214928.P76443@delplex.bde.org> References: <3801.1163410519@critter.freebsd.dk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Joseph Koshy , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/include ar.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, 13 Nov 2006 11:00:27 -0000 On Mon, 13 Nov 2006, Poul-Henning Kamp wrote: > In message <20061113173927.Q75708@delplex.bde.org>, Bruce Evans writes: >> On Mon, 13 Nov 2006, Joseph Koshy wrote: >> >>> jkoshy 2006-11-13 04:28:29 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> include ar.h >>> Log: >>> Attempt to improve application portability by marking `struct ar_hdr' >>> as `packed'. >>> ... > > I agree with bruce that __packed is not the way to go. > > For things that represent communication protocols, even if > they happen through files, I advocate using the functions > in sys/endian.h to explicitly decode and encode fields into > bytestrings. But already uses byte strings for everything. It just requires no padding between the byte strings (so that the offsets are constant), and no padding at the end (so that offsets are constant if the struct is contained in another struct that is at least as careful about padding an aligment). BTW, you are responsible for the __packed in . Please remove it. The __CTASSERT() is enough to detect if heroic packing is ever needed. The only danger is if something has grown to depend on __packed reducing alignment as a side effect. E.g., suppose we had a byte string containing a bytewise copy of a struct ip. If the copy might be misaligned, then it should be copied to an actual struct ip before accessing it as a struct, but code that accesses it directly using ((struct ip *)&bs[N]) would work now due to the reduced alignment. Places that really need __packed should probably use __aligned() to restore the natural alignment. Bruce From owner-cvs-all@FreeBSD.ORG Mon Nov 13 11:20:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D77F16A416; Mon, 13 Nov 2006 11:20:14 +0000 (UTC) (envelope-from bde@zeta.org.au) Received: from mailout2.pacific.net.au (mailout2-3.pacific.net.au [61.8.2.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 751CE43D72; Mon, 13 Nov 2006 11:19:33 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout2.pacific.net.au (Postfix) with ESMTP id 7B16A6EA75; Mon, 13 Nov 2006 22:19:31 +1100 (EST) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailproxy2.pacific.net.au (Postfix) with ESMTP id D7C972741C; Mon, 13 Nov 2006 22:19:30 +1100 (EST) Date: Mon, 13 Nov 2006 22:19:29 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Stefan Farfeleder In-Reply-To: <20061113094311.GC97460@wombat.fafoe.narf.at> Message-ID: <20061113220031.V76443@delplex.bde.org> References: <200611130428.kAD4ST0U093715@repoman.freebsd.org> <20061113173927.Q75708@delplex.bde.org> <20061113094311.GC97460@wombat.fafoe.narf.at> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Joseph Koshy , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/include ar.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, 13 Nov 2006 11:20:14 -0000 On Mon, 13 Nov 2006, Stefan Farfeleder wrote: > On Mon, Nov 13, 2006 at 07:30:11PM +1100, Bruce Evans wrote: >> On Mon, 13 Nov 2006, Joseph Koshy wrote: >> >>> jkoshy 2006-11-13 04:28:29 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> include ar.h >>> Log: >>> Attempt to improve application portability by marking `struct ar_hdr' >>> as `packed'. >>> ... >> I don't see how this can be more portable. It uses an unportable >> extension, but packing is automatic on all compilers that are known >> to support this extension. On compilers that are not known to support >> ... >> In , all struct members are char arrays so there will be no >> padding in practice. > > You seem to have missed the discussion on -current. GCC pads "struct foo > { char c; };" to 4 bytes on ARM. I agree on __packed not being > portable. I don't read -current. Peharps I shouldn't comment on it. I think it is a bug for ARM to do that. If __packed actually gives a size of 1, then the padding must be only an optimization for time. struct ar's natural size is 60, so __packed is unnecessary for ARM too (unless there is internal padding which would cause more problems). Apparently, struct ar was manually packed to a multiple of the word size back when the largest word size was 32 bits. It has already been changed at least once without leaving enough space for expansion. In V7 it was "char ar_name[14]; long ar_date; char ar_uid; ..." so it had bad packing starting at its second member and really bad packing starting at its third member. Bruce From owner-cvs-all@FreeBSD.ORG Mon Nov 13 11:25:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CECFC16A4D0; Mon, 13 Nov 2006 11:25:10 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3210C43D5F; Mon, 13 Nov 2006 11:23:49 +0000 (GMT) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADBNeBq068368; Mon, 13 Nov 2006 11:23:40 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADBNe38068367; Mon, 13 Nov 2006 11:23:40 GMT (envelope-from stas) Message-Id: <200611131123.kADBNe38068367@repoman.freebsd.org> From: Stanislav Sedov Date: Mon, 13 Nov 2006 11:23: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/lang/objc Makefile ports/lang/objc/files patch-src_objc_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: Mon, 13 Nov 2006 11:25:11 -0000 stas 2006-11-13 11:23:39 UTC FreeBSD ports repository Modified files: lang/objc Makefile Added files: lang/objc/files patch-src_objc_Makefile.in Log: - Fix building by using system byacc with -Dlint option Reported by: kris via pointyhat Suggested by: pav Revision Changes Path 1.32 +1 -9 ports/lang/objc/Makefile 1.1 +11 -0 ports/lang/objc/files/patch-src_objc_Makefile.in (new) From owner-cvs-all@FreeBSD.ORG Mon Nov 13 11:36:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D05616A403; Mon, 13 Nov 2006 11:36:52 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C741843D6B; Mon, 13 Nov 2006 11:36:50 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADBaoR9070223; Mon, 13 Nov 2006 11:36:50 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADBaoxr070222; Mon, 13 Nov 2006 11:36:50 GMT (envelope-from miwi) Message-Id: <200611131136.kADBaoxr070222@repoman.freebsd.org> From: Martin Wilke Date: Mon, 13 Nov 2006 11:36: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/www/gallery2 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, 13 Nov 2006 11:36:52 -0000 miwi 2006-11-13 11:36:50 UTC FreeBSD ports repository Modified files: www/gallery2 Makefile Log: - Add php5-gettext knob PR: ports/104703 Submitted by: Spil Approved by: maintainer Revision Changes Path 1.48 +5 -2 ports/www/gallery2/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 13 11:45:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5759516A403; Mon, 13 Nov 2006 11:45:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15BF643D69; Mon, 13 Nov 2006 11:45:46 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADBjjQo071700; Mon, 13 Nov 2006 11:45:45 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADBjjc2071699; Mon, 13 Nov 2006 11:45:45 GMT (envelope-from miwi) Message-Id: <200611131145.kADBjjc2071699@repoman.freebsd.org> From: Martin Wilke Date: Mon, 13 Nov 2006 11:45: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-im/ysm 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, 13 Nov 2006 11:45:46 -0000 miwi 2006-11-13 11:45:45 UTC FreeBSD ports repository Modified files: net-im/ysm Makefile distinfo Log: - Update to 7.2.9.9 PR: ports/104823 Submitted by: root@terrorteam.de Approved by: maintainer timeout Revision Changes Path 1.21 +1 -1 ports/net-im/ysm/Makefile 1.13 +3 -3 ports/net-im/ysm/distinfo From owner-cvs-all@FreeBSD.ORG Mon Nov 13 11:53:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FCB816A403; Mon, 13 Nov 2006 11:53:36 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DC5843D46; Mon, 13 Nov 2006 11:53:36 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADBraNR073096; Mon, 13 Nov 2006 11:53:36 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADBra9I073094; Mon, 13 Nov 2006 11:53:36 GMT (envelope-from rafan) Message-Id: <200611131153.kADBra9I073094@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 13 Nov 2006 11:53: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/deskutils/superkaramba-lwp 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, 13 Nov 2006 11:53:36 -0000 rafan 2006-11-13 11:53:35 UTC FreeBSD ports repository Modified files: deskutils/superkaramba-lwp Makefile distinfo Log: - Update to 13.3 PR: ports/105419 Submitted by: Jason E. Hale (maintainer) Revision Changes Path 1.8 +3 -2 ports/deskutils/superkaramba-lwp/Makefile 1.8 +3 -3 ports/deskutils/superkaramba-lwp/distinfo From owner-cvs-all@FreeBSD.ORG Mon Nov 13 12:33:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4225616A40F; Mon, 13 Nov 2006 12:33:04 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E790743D5C; Mon, 13 Nov 2006 12:33:03 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADCX3Is080227; Mon, 13 Nov 2006 12:33:03 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADCX3Ng080226; Mon, 13 Nov 2006 12:33:03 GMT (envelope-from miwi) Message-Id: <200611131233.kADCX3Ng080226@repoman.freebsd.org> From: Martin Wilke Date: Mon, 13 Nov 2006 12:33: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/heartbeat Makefile ports/sysutils/heartbeat/files patch-ldirectord-init.d-ldirectord 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, 13 Nov 2006 12:33:04 -0000 miwi 2006-11-13 12:33:03 UTC FreeBSD ports repository Modified files: sysutils/heartbeat Makefile sysutils/heartbeat/files pkg-install.in Added files: sysutils/heartbeat/files patch-ldirectord-init.d-ldirectord Log: - Fix permissions/ownership PR: ports/105144 Submitted by: Ulrich Spoerlein Approved by: maintainer Revision Changes Path 1.9 +3 -2 ports/sysutils/heartbeat/Makefile 1.1 +11 -0 ports/sysutils/heartbeat/files/patch-ldirectord-init.d-ldirectord (new) 1.4 +9 -1 ports/sysutils/heartbeat/files/pkg-install.in From owner-cvs-all@FreeBSD.ORG Mon Nov 13 12:35:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D06C16A412; Mon, 13 Nov 2006 12:35:53 +0000 (UTC) (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 84C1943D6E; Mon, 13 Nov 2006 12:35:52 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADCZqOM080509; Mon, 13 Nov 2006 12:35:52 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADCZq92080508; Mon, 13 Nov 2006 12:35:52 GMT (envelope-from dinoex) Message-Id: <200611131235.kADCZq92080508@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 13 Nov 2006 12:35: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/zillion 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, 13 Nov 2006 12:35:53 -0000 dinoex 2006-11-13 12:35:52 UTC FreeBSD ports repository Modified files: net/zillion pkg-plist Log: - keep Local/Library/Bundles Revision Changes Path 1.2 +0 -1 ports/net/zillion/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Nov 13 12:41:43 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4362316A47B; Mon, 13 Nov 2006 12:41:43 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72BD743D62; Mon, 13 Nov 2006 12:41:34 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id AD1FB5D8F; Mon, 13 Nov 2006 15:41:33 +0300 (MSK) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id 8A3D25D89; Mon, 13 Nov 2006 15:41:33 +0300 (MSK) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id kADCfbQK029310; Mon, 13 Nov 2006 15:41:38 +0300 (MSK) (envelope-from ru) Date: Mon, 13 Nov 2006 15:41:37 +0300 From: Ruslan Ermilov To: Bruce Evans Message-ID: <20061113124137.GE25008@rambler-co.ru> References: <200611130428.kAD4ST0U093715@repoman.freebsd.org> <20061113173927.Q75708@delplex.bde.org> <20061113094311.GC97460@wombat.fafoe.narf.at> <20061113220031.V76443@delplex.bde.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="eqp4TxRxnD4KrmFZ" Content-Disposition: inline In-Reply-To: <20061113220031.V76443@delplex.bde.org> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: No virus found Cc: Joseph Koshy , Stefan Farfeleder , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src/include ar.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, 13 Nov 2006 12:41:43 -0000 --eqp4TxRxnD4KrmFZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 13, 2006 at 10:19:29PM +1100, Bruce Evans wrote: > On Mon, 13 Nov 2006, Stefan Farfeleder wrote: [...] > >You seem to have missed the discussion on -current. GCC pads "struct foo > >{ char c; };" to 4 bytes on ARM. I agree on __packed not being > >portable. >=20 > I don't read -current. Peharps I shouldn't comment on it. >=20 > I think it is a bug for ARM to do that. If __packed actually gives a size > of 1, then the padding must be only an optimization for time. >=20 I thought so as well. Please see this email and emails surrounding it: http://lists.freebsd.org/pipermail/freebsd-arm/2006-November/000198.html > struct ar's natural size is 60, so __packed is unnecessary for ARM too > (unless there is internal padding which would cause more problems). >=20 Adding __packed didn't change sizeof(struct ar) on FreeBSD/arm but removed the 4-byte alignment requirement for it, which is what we were attacking. It now generates less optimal assembly (byte loads instead of 32-bit word loads), but a discussion on -arm suggested that it's ok for this struct to be packed. ISO C99 is clear that padding (except at the beginning) is compiler/machine dependent: : Within a structure object, the non-bit-field members and the units : in which bit-fields reside have addresses that increase in the order : in which they are declared. A pointer to a structure object, suitably : converted, points to its initial member (or if that member is a : bit-field, then to the unit in which it resides), and vice versa. : There may be unnamed padding within a structure object, but not at : its beginning. So there doesn't seem to be a portable way to "lay" structures on externally supplied data, e.g., data read from files. It means that we'd have to use bytestrings loads that Poul-Henning mentioned to be portable, but I think a common sense should win between imaginary portability and practical performance -- it's often not desirable to copy a data again, fully or in part, just for the sake of portability (e.g. in network code) if we know how our beloved compiler packs the data. And if we ever switch to a compiler with different packing rules (packing rules in GCC seems to be "natural" in your speak), a LOT of our programs will break. Again, we added __packed here only for its (documented) side effect to lower the alignment requirement, not packing. In practice, adding __packed on this structure (which is "all chars") and is already "naturally packed", doesn't have any effect on assembly on all platforms that don't REQUIRE an unnatural alignment (i.e., anything except ARM). And by using bytestring loading instead we'd loose performance on all architectures. This OTOH penalizes code on ARM, but I think that IN THIS PARTICULAR CASE of a structure of all chars it's okay. I agree that -Wpacked should probably be used to identify harmful instances of __packed. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --eqp4TxRxnD4KrmFZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFWGgBqRfpzJluFF4RAg7EAJ0SR2pyKQT2dWRqj/rgBAv/HvqZdwCfestn zQ6psjV1SD7uf6io6xqp0XU= =zqXy -----END PGP SIGNATURE----- --eqp4TxRxnD4KrmFZ-- From owner-cvs-all@FreeBSD.ORG Mon Nov 13 12:48:16 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from localhost.my.domain (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id DC9C416A403; Mon, 13 Nov 2006 12:48:15 +0000 (UTC) (envelope-from davidxu@freebsd.org) From: David Xu To: Bruce Evans Date: Mon, 13 Nov 2006 20:48:07 +0800 User-Agent: KMail/1.8.2 References: <200611111311.kABDBVNH042993@repoman.freebsd.org> <200611130717.03734.davidxu@freebsd.org> <20061113193924.L75708@delplex.bde.org> In-Reply-To: <20061113193924.L75708@delplex.bde.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200611132048.08180.davidxu@freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern sched_4bsd.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, 13 Nov 2006 12:48:16 -0000 On Monday 13 November 2006 17:58, Bruce Evans wrote: > > It might not be a bug of the NO_KSE, the problem is in sched_fork() and > > sched_exit(), for process which quickly fork() a child and then the child > > exits quickly, the parent's estcpu will be doubled quickly too, this > > fairness is really unfair, > > That can't be the problem, since there are no exits in the above. > I have tried the change I mentioned, and top runs quickly and the system does not have the problem as you described. > > I think your examples is the scenario, however, I don't know > > why KSE works better. this might be fixed by remembering the inherited > > estcpu in child, and decay it every second. when the child exits, > > it add really used estcpu to parent. code looks like this: > > > > in sched_fork(), we remember inherited estcpu: > > td->td_inherited_estcpu = parent->td_estcpu; > > in schedcpu(), we decay it every second (should be fixed in sched_wakeup > > too): > > td->td_inherited_estcpu = decaycpu(loadfac, td->td_inherited_cpu); > > in sched_exit(); > > parent->td_estcpu = ESTCPULIM(parent->td_estcpu, > > childtd->td_estcpu - td->td_inherited_cpu); > > > > This should fix the quickly fork() and exit() problem for parent process. > > I've known about this bug since Peter Default told me about it in late > 1999, and now use the code at the end of this mail to avoid it. However, > I remembered it incorrectly and may have misdescribed it to you. I > thought I remembered actual doubling, with estcpu soon reaching > "infinity", but the ESTCPULIM() clamp prevents it getting preposterously > high now, and I couldn't find any version that let it reach "infinity". > Versions before late 1999 had a bogus limit of UCHAR_MAX and that may > have been responsible for shells appearing to hang because it was a > better approximation to "infinity". > > I now use the following: > > % Index: sched_4bsd.c > % =================================================================== > % RCS file: /home/ncvs/src/sys/kern/sched_4bsd.c,v > % retrieving revision 1.41 > % diff -u -2 -r1.41 sched_4bsd.c > % --- sched_4bsd.c 21 Jun 2004 23:47:47 -0000 1.41 > % +++ sched_4bsd.c 8 Dec 2005 11:11:52 -0000 > % @@ -550,9 +641,20 @@ > % > % void > % -sched_exit_ksegrp(struct ksegrp *kg, struct ksegrp *child) > % +sched_exit_ksegrp(struct ksegrp *parent, struct ksegrp *child) > % { > % > % mtx_assert(&sched_lock, MA_OWNED); > % - kg->kg_estcpu = ESTCPULIM(kg->kg_estcpu + child->kg_estcpu); > % + /* > % + * XXX adding all of the child's cpu to the parent's like we used to > % + * do would be wrong, since we duplicate the parent's cpu at fork > % + * time so adding it all back would give exponential growth. In > % + * practice, the growth would have been limited by ESTCPULIM, but that > % + * would be wrong too since it is very nonlinear. Splitting the cpu > % + * at fork time would be better, but adding it all back here would > % + * still give nonlinearities since multiple processes tend to > % + * accumulate more cpu than single ones. > % + */ > % + if (parent->kg_estcpu < child->kg_estcpu) > % + parent->kg_estcpu = child->kg_estcpu; > % } > % > > This seems to work well enough in practice. It grows the parent's estcpu > quite slowly if there are a lot of fork/exits. > Yes, I knew there was the patch. > Previous versions did something different on fork too. Splitting or > otherwise reducing estcpu on fork isn't such a good idea since it > reduces the limit on the real resource hogs -- all the children, when > there are lots of children that all want to run. When the children > don't exit, hacking on the parent's estcpu doesn't help, and doubling > the child's estpcu on fork and halving it on exit is closer to being > correct than the reverse. > > At least one of Peter Dufault's versions removed all explicit accesses > to p_estcpu on fork and exit. I think the change on fork is only > cosmetic -- p_estcpu should have been automatically copied on fork. > > Anyway, this isn't the bug in non-KSE. I didn't look hard for the > reasons. Top seemed to show the priorites of the hogs not decreasing > (numerically increasing) fast enough. > I still can not find the bug although I have read all changes several times. > Bruce From owner-cvs-all@FreeBSD.ORG Mon Nov 13 12:51:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7584616A403; Mon, 13 Nov 2006 12:51:02 +0000 (UTC) (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 3A55243D7B; Mon, 13 Nov 2006 12:50:58 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADCowBY090234; Mon, 13 Nov 2006 12:50:58 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADCov0r090233; Mon, 13 Nov 2006 12:50:57 GMT (envelope-from pav) Message-Id: <200611131250.kADCov0r090233@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 13 Nov 2006 12:50: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/liferea 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, 13 Nov 2006 12:51:02 -0000 pav 2006-11-13 12:50:57 UTC FreeBSD ports repository Modified files: net/liferea Makefile distinfo Log: - Update to 1.0.26 Revision Changes Path 1.76 +1 -1 ports/net/liferea/Makefile 1.56 +3 -3 ports/net/liferea/distinfo From owner-cvs-all@FreeBSD.ORG Mon Nov 13 12:51:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA25716A415; Mon, 13 Nov 2006 12:51:19 +0000 (UTC) (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 1CAE243D8E; Mon, 13 Nov 2006 12:51:11 +0000 (GMT) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADCp8WN090534; Mon, 13 Nov 2006 12:51:08 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADCp8bB090532; Mon, 13 Nov 2006 12:51:08 GMT (envelope-from olgeni) Message-Id: <200611131251.kADCp8bB090532@repoman.freebsd.org> From: Jimmy Olgeni Date: Mon, 13 Nov 2006 12:51: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/lang/erlang-doc 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, 13 Nov 2006 12:51:20 -0000 olgeni 2006-11-13 12:51:08 UTC FreeBSD ports repository Modified files: lang/erlang-doc Makefile distinfo Log: Update documentation checksums (unbreak). Revision Changes Path 1.34 +1 -2 ports/lang/erlang-doc/Makefile 1.29 +67 -67 ports/lang/erlang-doc/distinfo From owner-cvs-all@FreeBSD.ORG Mon Nov 13 13:10:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9A8E16A4AB; Mon, 13 Nov 2006 13:10:25 +0000 (UTC) (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 D8BCA43D88; Mon, 13 Nov 2006 13:10:14 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADDAEuk094621; Mon, 13 Nov 2006 13:10:14 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADDAEds094618; Mon, 13 Nov 2006 13:10:14 GMT (envelope-from edwin) Message-Id: <200611131310.kADDAEds094618@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 13 Nov 2006 13:10: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/dns Makefile ports/dns/rbllookup-ng Makefile distinfo pkg-descr ports/dns/rbllookup-ng/files patch-rbllookup.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: Mon, 13 Nov 2006 13:10:25 -0000 edwin 2006-11-13 13:10:14 UTC FreeBSD ports repository Modified files: dns Makefile Added files: dns/rbllookup-ng Makefile distinfo pkg-descr dns/rbllookup-ng/files patch-rbllookup.pl Log: Improved version of dns/rbllookup Revision Changes Path 1.69 +1 -0 ports/dns/Makefile 1.1 +39 -0 ports/dns/rbllookup-ng/Makefile (new) 1.1 +3 -0 ports/dns/rbllookup-ng/distinfo (new) 1.1 +11 -0 ports/dns/rbllookup-ng/files/patch-rbllookup.pl (new) 1.1 +8 -0 ports/dns/rbllookup-ng/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Mon Nov 13 13:11:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C90D716A412; Mon, 13 Nov 2006 13:11:27 +0000 (UTC) (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 7527443DD7; Mon, 13 Nov 2006 13:11:02 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADDB2nT095051; Mon, 13 Nov 2006 13:11:02 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADDB1Dd095049; Mon, 13 Nov 2006 13:11:01 GMT (envelope-from edwin) Message-Id: <200611131311.kADDB1Dd095049@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 13 Nov 2006 13:11: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: 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, 13 Nov 2006 13:11:28 -0000 edwin 2006-11-13 13:11:01 UTC FreeBSD ports repository Modified files: . modules Log: rbllookup-ng --> ports/dns/rbllookup-ng Revision Changes Path 1.16598 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Nov 13 13:14:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AD2D16A4A0; Mon, 13 Nov 2006 13:14:13 +0000 (UTC) (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 AA52843E28; Mon, 13 Nov 2006 13:13:49 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADDDVUi095951; Mon, 13 Nov 2006 13:13:31 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADDDVoD095948; Mon, 13 Nov 2006 13:13:31 GMT (envelope-from novel) Message-Id: <200611131313.kADDDVoD095948@repoman.freebsd.org> From: Roman Bogorodskiy Date: Mon, 13 Nov 2006 13:13: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/sysutils/conky Makefile distinfo ports/sysutils/conky/files patch-src-freebsd.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, 13 Nov 2006 13:14:13 -0000 novel 2006-11-13 13:13:30 UTC FreeBSD ports repository Modified files: sysutils/conky Makefile distinfo Removed files: sysutils/conky/files patch-src-freebsd.c Log: - Update to 1.4.4 - Mention 'WITH_AUDACIOUS' knob in the options summary Revision Changes Path 1.20 +2 -1 ports/sysutils/conky/Makefile 1.11 +3 -3 ports/sysutils/conky/distinfo 1.7 +0 -11 ports/sysutils/conky/files/patch-src-freebsd.c (dead) From owner-cvs-all@FreeBSD.ORG Mon Nov 13 13:28:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5A1D16A403; Mon, 13 Nov 2006 13:28:04 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F75C43D5A; Mon, 13 Nov 2006 13:28:03 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADDS2lh097674; Mon, 13 Nov 2006 13:28:02 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADDS2Et097673; Mon, 13 Nov 2006 13:28:02 GMT (envelope-from rafan) Message-Id: <200611131328.kADDS2Et097673@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 13 Nov 2006 13:28: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/freetype-tools 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: Mon, 13 Nov 2006 13:28:04 -0000 rafan 2006-11-13 13:28:02 UTC FreeBSD ports repository Modified files: print/freetype-tools Makefile pkg-plist Log: - Do not install t1asm, depending on print/t1utils instead. Spotted by: Edward G.J.Lee Revision Changes Path 1.8 +5 -2 ports/print/freetype-tools/Makefile 1.3 +0 -1 ports/print/freetype-tools/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Nov 13 13:48:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D33916A500; Mon, 13 Nov 2006 13:48:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D32CD43D6A; Mon, 13 Nov 2006 13:48:40 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADDmeHT001004; Mon, 13 Nov 2006 13:48:40 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADDmeaY001003; Mon, 13 Nov 2006 13:48:40 GMT (envelope-from miwi) Message-Id: <200611131348.kADDmeaY001003@repoman.freebsd.org> From: Martin Wilke Date: Mon, 13 Nov 2006 13: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/www/phpip 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, 13 Nov 2006 13:48:45 -0000 miwi 2006-11-13 13:48:40 UTC FreeBSD ports repository Modified files: www/phpip Makefile distinfo pkg-plist Log: - Update to 200611081420 PR: ports/105472 Submitted by: farrokhi@ Revision Changes Path 1.2 +3 -3 ports/www/phpip/Makefile 1.2 +3 -3 ports/www/phpip/distinfo 1.2 +4 -1 ports/www/phpip/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Nov 13 13:51:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2961B16A403; Mon, 13 Nov 2006 13:51:36 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C281143D53; Mon, 13 Nov 2006 13:51:35 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADDpZOm001728; Mon, 13 Nov 2006 13:51:35 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADDpZWc001727; Mon, 13 Nov 2006 13:51:35 GMT (envelope-from miwi) Message-Id: <200611131351.kADDpZWc001727@repoman.freebsd.org> From: Martin Wilke Date: Mon, 13 Nov 2006 13:51: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/www/tikiwiki 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, 13 Nov 2006 13:51:36 -0000 miwi 2006-11-13 13:51:35 UTC FreeBSD ports repository Modified files: www/tikiwiki Makefile distinfo pkg-plist Log: - Update to 1.9.6 PR: ports/105469 Submitted by: farrokhi@ Revision Changes Path 1.4 +2 -1 ports/www/tikiwiki/Makefile 1.3 +3 -3 ports/www/tikiwiki/distinfo 1.3 +21 -2 ports/www/tikiwiki/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Nov 13 14:19:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FFF416A47B; Mon, 13 Nov 2006 14:19:13 +0000 (UTC) (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 2DDFE43D49; Mon, 13 Nov 2006 14:19:13 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADEJDMd006834; Mon, 13 Nov 2006 14:19:13 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADEJDDY006833; Mon, 13 Nov 2006 14:19:13 GMT (envelope-from maxim) Message-Id: <200611131419.kADEJDDY006833@repoman.freebsd.org> From: Maxim Konovalov Date: Mon, 13 Nov 2006 14:19: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/audit 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: Mon, 13 Nov 2006 14:19:13 -0000 maxim 2006-11-13 14:19:12 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/audit chapter.sgml Log: o Fin an incorrect crontab entry example. PR: docs/105440 Submitted by: Steve Wills Revision Changes Path 1.25 +1 -1 doc/en_US.ISO8859-1/books/handbook/audit/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 13 14:27:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53D3D16A407; Mon, 13 Nov 2006 14:27:51 +0000 (UTC) (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 107E643D75; Mon, 13 Nov 2006 14:27:51 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADERoGL008549; Mon, 13 Nov 2006 14:27:50 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADERohS008548; Mon, 13 Nov 2006 14:27:50 GMT (envelope-from marcus) Message-Id: <200611131427.kADERohS008548@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 13 Nov 2006 14:27: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/docbook-utils 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, 13 Nov 2006 14:27:51 -0000 marcus 2006-11-13 14:27:50 UTC FreeBSD ports repository Modified files: textproc/docbook-utils Makefile Log: Add a missing RUN_DEPENDS on jade to fix dependent port builds. Approved by: maintainer Revision Changes Path 1.3 +3 -1 ports/textproc/docbook-utils/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 13 15:22:49 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B51F16A500; Mon, 13 Nov 2006 15:22:49 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBF8D43E5C; Mon, 13 Nov 2006 15:11:39 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id kADFBGLV013412; Mon, 13 Nov 2006 10:11:21 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Kip Macy Date: Mon, 13 Nov 2006 10:11:10 -0500 User-Agent: KMail/1.9.1 References: <200611130541.kAD5fk6c000792@repoman.freebsd.org> In-Reply-To: <200611130541.kAD5fk6c000792@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611131011.11119.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Mon, 13 Nov 2006 10:11:21 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2190/Mon Nov 13 04:31:57 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys _lock.h lock.h lock_profile.h src/sys/kern kern_lock.c kern_mutex.c kern_rwlock.c kern_sx.c subr_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: Mon, 13 Nov 2006 15:22:49 -0000 On Monday 13 November 2006 00:41, Kip Macy wrote: > kmacy 2006-11-13 05:41:46 UTC > > FreeBSD src repository > > Modified files: > sys/sys _lock.h lock_profile.h lock.h > sys/kern kern_lock.c kern_mutex.c kern_rwlock.c > kern_sx.c subr_lock.c > Log: > track lock class name in a way that doesn't break WITNESS Is there any reason not to just make lockmgr call lock_init() and lock_destroy() and then do lock_profile_object_init() and lock_profile_object_destroy() from those? -- John Baldwin From owner-cvs-all@FreeBSD.ORG Mon Nov 13 15:23:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C8B116A65A; Mon, 13 Nov 2006 15:23:02 +0000 (UTC) (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 A192E43FFA; Mon, 13 Nov 2006 15:13:08 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADFD52c017356; Mon, 13 Nov 2006 15:13:05 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADFD52n017355; Mon, 13 Nov 2006 15:13:05 GMT (envelope-from pjd) Message-Id: <200611131513.kADFD52n017355@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 13 Nov 2006 15:13:05 +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/ggate/shared ggate.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, 13 Nov 2006 15:23:02 -0000 pjd 2006-11-13 15:13:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/ggate/shared ggate.c Log: MFC: sbin/ggate/shared/ggate.c 1.6 - Handle timeouts from recv(2) properly. - Increase timeout to 8 seconds (should be made configurable). Reported by: Kazuaki ODA Reported by: Ulrich Spoerlein Reported by: Christian Laursen PR: kern/104829 Approved by: re (bmah) Revision Changes Path 1.5.2.1 +6 -2 src/sbin/ggate/shared/ggate.c From owner-cvs-all@FreeBSD.ORG Mon Nov 13 15:25:35 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F0E616A53F for ; Mon, 13 Nov 2006 15:25:35 +0000 (UTC) (envelope-from jkoshy.freebsd@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2DC043DAB for ; Mon, 13 Nov 2006 15:20:35 +0000 (GMT) (envelope-from jkoshy.freebsd@gmail.com) Received: by nz-out-0102.google.com with SMTP id i11so766687nzh for ; Mon, 13 Nov 2006 07:20:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=dcHY3nROniFKF5WJY3diNAPX0cCem8hF7a86Z8GYWReevXoUCj2Y8FA17gpRv9coUSKsSj4pDW/1QvzDDZhaAuncL6JQ2rvXnFVCuDcT4lU1cxyC0Tgbw7hpasEQT5X4XddFD2zAZCRB6xdL0rrw9N9bUC+zZY3kge48QDp95S0= Received: by 10.65.235.7 with SMTP id m7mr7537733qbr.1163431218155; Mon, 13 Nov 2006 07:20:18 -0800 (PST) Received: by 10.64.10.8 with HTTP; Mon, 13 Nov 2006 07:20:16 -0800 (PST) Message-ID: Date: Mon, 13 Nov 2006 20:50:16 +0530 From: "Joseph Koshy" Sender: jkoshy.freebsd@gmail.com To: "Ruslan Ermilov" In-Reply-To: <200611130946.kAD9kGiw051105@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200611130946.kAD9kGiw051105@repoman.freebsd.org> X-Google-Sender-Auth: 90edd39f2cb7084e Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libelf elf.3 elf_begin.3 elf_cntl.3 elf_end.3 elf_errmsg.3 elf_fill.3 elf_flagdata.3 elf_getarhdr.3 elf_getarsym.3 elf_getbase.3 elf_getdata.3 elf_getident.3 elf_getscn.3 elf_getshnum.3 elf_getshstrndx.3 elf_hash.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: Mon, 13 Nov 2006 15:25:35 -0000 > ru 2006-11-13 09:46:16 UTC > > FreeBSD src repository > > Modified files: > lib/libelf elf.3 elf_begin.3 elf_cntl.3 elf_end.3 > elf_errmsg.3 elf_fill.3 elf_flagdata.3 > elf_getarhdr.3 elf_getarsym.3 > elf_getbase.3 elf_getdata.3 > elf_getident.3 elf_getscn.3 > elf_getshnum.3 elf_getshstrndx.3 > elf_hash.3 elf_kind.3 elf_memory.3 > elf_next.3 elf_rand.3 elf_rawfile.3 > elf_strptr.3 elf_update.3 elf_version.3 > gelf_checksum.3 gelf_fsize.3 > gelf_getcap.3 gelf_getclass.3 > gelf_getdyn.3 gelf_getehdr.3 > gelf_getmove.3 gelf_getphdr.3 > gelf_getrel.3 gelf_getrela.3 > gelf_getshdr.3 gelf_getsym.3 > gelf_getsyminfo.3 gelf_getsymshndx.3 > gelf_newehdr.3 gelf_newphdr.3 > gelf_update_ehdr.3 gelf_xlatetof.3 > Log: > Fix minor formatting issues: > > - make document title match filename; > - remove hard sentence breaks, whitespace at EOL, and double whitespace; > - sort SEE ALSO xrefs, adding missing section numbers; > - fix a misspelled macro name. Thank you. Regards, Koshy From owner-cvs-all@FreeBSD.ORG Mon Nov 13 15:31:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CFEC16A4D0; Mon, 13 Nov 2006 15:31:02 +0000 (UTC) (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 0B52C43D7B; Mon, 13 Nov 2006 15:30:46 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 1D0E2487F3; Mon, 13 Nov 2006 16:30:44 +0100 (CET) Received: from localhost (dkr141.neoplus.adsl.tpnet.pl [83.24.21.141]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 136F945B26; Mon, 13 Nov 2006 16:30:35 +0100 (CET) Date: Mon, 13 Nov 2006 16:30:29 +0100 From: Pawel Jakub Dawidek To: Kip Macy Message-ID: <20061113153029.GC25940@garage.freebsd.pl> References: <200611130551.kAD5pNIP001371@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gr/z0/N6AeWAPJVB" Content-Disposition: inline In-Reply-To: <200611130551.kAD5pNIP001371@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-r804 (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=2.6 required=3.0 tests=BAYES_00,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL,RCVD_IN_XBL 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/coda coda_vnops.c coda_vnops.h src/sys/fs/nullfs null_vnops.c src/sys/kern vfs_default.c vfs_subr.c vfs_vnops.c vnode_if.src src/sys/sys vnode.h src/sys/ufs/ffs ffs_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, 13 Nov 2006 15:31:02 -0000 --gr/z0/N6AeWAPJVB Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 13, 2006 at 05:51:22AM +0000, Kip Macy wrote: > kmacy 2006-11-13 05:51:22 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/coda coda_vnops.c coda_vnops.h=20 > sys/fs/nullfs null_vnops.c=20 > sys/kern vfs_default.c vfs_subr.c vfs_vnops.c=20 > vnode_if.src=20 > sys/sys vnode.h=20 > sys/ufs/ffs ffs_vnops.c=20 > Log: > change vop_lock handling to allowing tracking of callers' file and line= for > acquisition of lockmgr locks [...] > --- src/sys/coda/coda_vnops.c 2006/02/01 00:25:24 1.68 > +++ src/sys/coda/coda_vnops.c 2006/11/13 05:51:21 1.69 [...] > .vop_reclaim =3D coda_reclaim, /* reclaim */ > - .vop_lock =3D coda_lock, /* lock */ > + ._vop_lock =3D coda_lock, /* lock */ > .vop_unlock =3D coda_unlock, /* unlock */ [...] > --- src/sys/fs/nullfs/null_vnops.c 2006/03/12 04:58:18 1.91 > +++ src/sys/fs/nullfs/null_vnops.c 2006/11/13 05:51:21 1.92 [...] > .vop_islocked =3D null_islocked, > - .vop_lock =3D null_lock, > + ._vop_lock =3D null_lock, > .vop_lookup =3D null_lookup, [...] > --- src/sys/kern/vfs_default.c 2006/09/20 00:27:02 1.134 > +++ src/sys/kern/vfs_default.c 2006/11/13 05:51:22 1.135 [...] > .vop_lease =3D VOP_NULL, > - .vop_lock =3D vop_stdlock, > + ._vop_lock =3D vop_stdlock, > .vop_lookup =3D vop_nolookup, [...] > --- src/sys/kern/vfs_subr.c 2006/11/07 19:45:05 1.691 > +++ src/sys/kern/vfs_subr.c 2006/11/13 05:51:22 1.692 [...] > .vop_reclaim =3D sync_reclaim, /* reclaim */ > - .vop_lock =3D vop_stdlock, /* lock */ > + ._vop_lock =3D vop_stdlock, /* lock */ > .vop_unlock =3D vop_stdunlock, /* unlock */ > --- src/sys/ufs/ffs/ffs_vnops.c 2006/11/06 13:42:09 1.162 > +++ src/sys/ufs/ffs/ffs_vnops.c 2006/11/13 05:51:22 1.163 [...] > .vop_getpages =3D ffs_getpages, > - .vop_lock =3D ffs_lock, > + ._vop_lock =3D ffs_lock, > .vop_read =3D ffs_read, [...] > .vop_getpages =3D ffs_getpages, > - .vop_lock =3D ffs_lock, > + ._vop_lock =3D ffs_lock, > .vop_read =3D ffs_read, [...] > .vop_fsync =3D ffs_fsync, > - .vop_lock =3D ffs_lock, > + ._vop_lock =3D ffs_lock, > .vop_reallocblks =3D ffs_reallocblks, Kip... This is so ugly... All the rest of vops don'y have this _ prefix. There is really no other way to implement it? --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --gr/z0/N6AeWAPJVB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iD8DBQFFWI+VForvXbEpPzQRAhYpAJsEZh9gB6uhF6Dr9iviOCKbStj5zgCfVerh DBunR/N1qwadV8yyuSy6sSI= =AAuR -----END PGP SIGNATURE----- --gr/z0/N6AeWAPJVB-- From owner-cvs-all@FreeBSD.ORG Mon Nov 13 15:51:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8B0216A4EC; Mon, 13 Nov 2006 15:51:13 +0000 (UTC) (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 A9AC343FE2; Mon, 13 Nov 2006 15:47:19 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADFl562022577; Mon, 13 Nov 2006 15:47:05 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADFl5LQ022576; Mon, 13 Nov 2006 15:47:05 GMT (envelope-from ahze) Message-Id: <200611131547.kADFl5LQ022576@repoman.freebsd.org> From: Michael Johnson Date: Mon, 13 Nov 2006 15:47: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/ffmpeg-devel/files patch-libavcodec_x264.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, 13 Nov 2006 15:51:13 -0000 ahze 2006-11-13 15:47:05 UTC FreeBSD ports repository Modified files: multimedia/ffmpeg-devel/files patch-libavcodec_x264.c Log: Fix build with latest x264 Reported and tested by: Pav Forgotten by: ahze Revision Changes Path 1.4 +14 -3 ports/multimedia/ffmpeg-devel/files/patch-libavcodec_x264.c From owner-cvs-all@FreeBSD.ORG Mon Nov 13 16:25:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3CFA16A501; Mon, 13 Nov 2006 16:25:37 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D69543D60; Mon, 13 Nov 2006 16:25:29 +0000 (GMT) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADGPEEt029934; Mon, 13 Nov 2006 16:25:14 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADGPEvN029933; Mon, 13 Nov 2006 16:25:14 GMT (envelope-from dwmalone) Message-Id: <200611131625.kADGPEvN029933@repoman.freebsd.org> From: David Malone Date: Mon, 13 Nov 2006 16:25: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/contrib/traceroute traceroute.8 traceroute.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, 13 Nov 2006 16:25:38 -0000 dwmalone 2006-11-13 16:25:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) contrib/traceroute traceroute.8 traceroute.c Log: Sync with -current: 1) Add -D flag to print diff of probe packet and ICMP quotation. 2) Make synopsis match usage better. Approved by: re Revision Changes Path 1.11.2.2 +19 -3 src/contrib/traceroute/traceroute.8 1.26.8.4 +55 -5 src/contrib/traceroute/traceroute.c From owner-cvs-all@FreeBSD.ORG Mon Nov 13 16:50:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0632916A4AB; Mon, 13 Nov 2006 16:50:19 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4E8E43D46; Mon, 13 Nov 2006 16:50:18 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADGoIV7042538; Mon, 13 Nov 2006 16:50:18 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADGoIBM042537; Mon, 13 Nov 2006 16:50:18 GMT (envelope-from kientzle) Message-Id: <200611131650.kADGoIBM042537@repoman.freebsd.org> From: Tim Kientzle Date: Mon, 13 Nov 2006 16:50: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/lib/libarchive archive_read_support_format_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: Mon, 13 Nov 2006 16:50:19 -0000 kientzle 2006-11-13 16:50:18 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_tar.c Log: No change in functionality, but fill in a missing error message when reading a truncated tar archive. Revision Changes Path 1.45 +6 -1 src/lib/libarchive/archive_read_support_format_tar.c From owner-cvs-all@FreeBSD.ORG Mon Nov 13 17:27:46 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADE9916A4D0; Mon, 13 Nov 2006 17:27:46 +0000 (UTC) (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 18B6443DFD; Mon, 13 Nov 2006 17:19:00 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id kADHHV05097604; Mon, 13 Nov 2006 10:17:33 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 13 Nov 2006 10:18:08 -0700 (MST) Message-Id: <20061113.101808.-1540392146.imp@bsdimp.com> To: bde@zeta.org.au From: "M. Warner Losh" In-Reply-To: <20061113173927.Q75708@delplex.bde.org> References: <200611130428.kAD4ST0U093715@repoman.freebsd.org> <20061113173927.Q75708@delplex.bde.org> X-Mailer: Mew version 4.2 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]); Mon, 13 Nov 2006 10:17:33 -0700 (MST) Cc: jkoshy@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src/include ar.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, 13 Nov 2006 17:27:46 -0000 In message: <20061113173927.Q75708@delplex.bde.org> Bruce Evans writes: : In , all struct members are char arrays so there will be no : padding in practice. Actually, that isn't the case at all. There are many systems that pad/align structs to 4 byte boundaries regardless. NetBSD has many of these places tagged with __packed since they run on more architectures than they can hand tweek for. : Most system headers depend on the padding being : the same for all compilers, even when the struct member types are very : varied. Many system headers use explicit manual padding to try to : give a fixed layout. This works in practice, and the not-unused file : system ffs and the not-unused networking component netinet depend on : it working. Most file systems probably depend on it working across : OS's for very varied struct types. One exception is msdosfs -- since : msdosfs's disk data structures are poorly laid out even for an 8-bit : system, they are almost perfectly misaligned even for a 16-bit system, : so manual packing is not practical, and msdosfs declares most of the : structures as byte arrays in much the same way as . It doesn't : go as far as using a single array of bytes with fake struct members : defined via offsets into the array, as might be required to be portable : in theory. "almost" "in theory". These are nice words, but don't match reality. On the arm, the __packed is absolutely required to not only compile, but produce correct code. : netinet uses __packed a bit, but this just gives unportability and : pessimizations in practice. E.g., struct ip is manually packed and : has a natural 4-byte alignment requirement, but declaring it as __packed : reduces its alignment requirement to 1 byte; thus in internal structs : like "struct x { int16_t x_foo; struct ip x_ip; };", the x_ip is : normally misaligned on a 16-bit boundary and thus: struct ip should be packed. It is the wire format of a data structure, and the compiler is free to add extra padding that you don't think is necessary. : - the layout of the internal struct is unportable in practice instead of : unportable in theory : - compilers for arches with strict alignment requirements have to : generate extra instructions to access the 32-bit members in struct : ip (just 2 in_addr_t's), so the accesses are pessimized and not : atomic. gcc on i64's seems to do this correctly. The pessimization : is by a factor of 14 according to the instruction count (a single : 32-bit load instruction for an in_addr_t gets replaced by 4 8-bit : load instructions and 10 more instructions to combine the bytes). : - code like "struct x *xp; ... foo(&xp->x_ip.ip_src);" is broken on : on arches with strict alignment requirements. After the address of : the in_addr_t is passed to another function, the compiler can no : longer easiliy see that it has to generate pessimal loads for accesses : to the in_addr_t. A variant of this bug occurred in practice in : rev.1.18 of . There, almost eveything is naturally : aligned to a 16-bit boundary, and __packed is misused to give 8-bitr : alignment as a bad side effect. Rev.1.18 added a 32-bit member in : one of the structs contained in the __packed struct. This should : have just broken binary compatibility and might not have mattered : depending on how internal the __packed struct is. Instead, it gave : misaligned 32-bit values instide the __packed struct, thus defeating : the reason for existence of rev.1.18, since the reason was to add a : union hack to allow accessing "char c_net[4];" as "u_int u_net;", but : union hacks like this depend on not using __packed in any struct : containing c/u_net (recursively). There's no guarantee that struct ip is 4 byte aligned from the drivers. In fact, there are several that require the packet to start on a 4 byte boundary and lack scatter gather, thus guaranteeing that struct ip is not 4 byte aligned. This works well for almost all the code in the tree (the one that it doesn't work for is in the nfs root code somewhere). : gcc -Wpacked can be used to find bugs like this. See gcc.info for more : details. Passing the address of a non-char member in a packed struct : should be an error, but gcc doesn't seem to diagnose this. Agreed. : was broken by adding __packed in the same commit that : removed an unportable bitfield from it. The bitfield was the actual : problem. Bitfields should never be used in structs that have to match : an externally imposed layouts since they are unportable in practice. : gcc's bitfields are especially unportable. E.g. "int:8" gives the : same alignment requirement as int, and this is undocumented. In gcc, : you have to use "char:8" or __packed to get 8-bit alignment of structs : containing bitfields, but these are constraint and syntax errors in : C. : : Using __packed in isn't as bad as in since struct : ar has a natural 1-byte alignment requirement so using __packed is a : no-op in practice. Except on the arm, where it is critically required for the generated code to be correct. Warner From owner-cvs-all@FreeBSD.ORG Mon Nov 13 17:27:49 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5434516A47B; Mon, 13 Nov 2006 17:27:49 +0000 (UTC) (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 7835843F3C; Mon, 13 Nov 2006 17:19:17 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id kADHIB0k097607; Mon, 13 Nov 2006 10:18:12 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 13 Nov 2006 10:18:48 -0700 (MST) Message-Id: <20061113.101848.-1558770561.imp@bsdimp.com> To: phk@phk.freebsd.dk From: "M. Warner Losh" In-Reply-To: <3801.1163410519@critter.freebsd.dk> References: <20061113173927.Q75708@delplex.bde.org> <3801.1163410519@critter.freebsd.dk> X-Mailer: Mew version 4.2 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]); Mon, 13 Nov 2006 10:18:12 -0700 (MST) Cc: jkoshy@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, bde@zeta.org.au, cvs-src@freebsd.org Subject: Re: cvs commit: src/include ar.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, 13 Nov 2006 17:27:49 -0000 In message: <3801.1163410519@critter.freebsd.dk> "Poul-Henning Kamp" writes: : In message <20061113173927.Q75708@delplex.bde.org>, Bruce Evans writes: : >On Mon, 13 Nov 2006, Joseph Koshy wrote: : > : >> jkoshy 2006-11-13 04:28:29 UTC : >> : >> FreeBSD src repository : >> : >> Modified files: : >> include ar.h : >> Log: : >> Attempt to improve application portability by marking `struct ar_hdr' : >> as `packed'. : >> : >> The C standard leaves the alignment of individual members of a C : >> struct upto the implementation, so pedantically speaking portable : >> code cannot assume that the layout of a `struct ar_hdr' in memory : >> will match its layout in a file. Using a __packed attribute : >> declaration forces file and memory layouts for this structure to : >> match. : >> : >> Submitted by: ru : > : >I don't see how this can be more portable. : : I agree with bruce that __packed is not the way to go. : : For things that represent communication protocols, even if : they happen through files, I advocate using the functions : in sys/endian.h to explicitly decode and encode fields into : bytestrings. Until that happens, __packed is the only way to get correct code on the arm. Warner From owner-cvs-all@FreeBSD.ORG Mon Nov 13 17:31:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F93416A523; Mon, 13 Nov 2006 17:31:23 +0000 (UTC) (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 48DEE43EA2; Mon, 13 Nov 2006 17:22:22 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id kADHJLTK097632; Mon, 13 Nov 2006 10:19:21 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 13 Nov 2006 10:19:58 -0700 (MST) Message-Id: <20061113.101958.-861030824.imp@bsdimp.com> To: bde@zeta.org.au From: "M. Warner Losh" In-Reply-To: <20061113214928.P76443@delplex.bde.org> References: <3801.1163410519@critter.freebsd.dk> <20061113214928.P76443@delplex.bde.org> X-Mailer: Mew version 4.2 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]); Mon, 13 Nov 2006 10:19:21 -0700 (MST) Cc: jkoshy@FreeBSD.ORG, phk@phk.freebsd.dk, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-src@FreeBSD.ORG Subject: Re: cvs commit: src/include ar.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, 13 Nov 2006 17:31:23 -0000 In message: <20061113214928.P76443@delplex.bde.org> Bruce Evans writes: : On Mon, 13 Nov 2006, Poul-Henning Kamp wrote: : : > In message <20061113173927.Q75708@delplex.bde.org>, Bruce Evans writes: : >> On Mon, 13 Nov 2006, Joseph Koshy wrote: : >> : >>> jkoshy 2006-11-13 04:28:29 UTC : >>> : >>> FreeBSD src repository : >>> : >>> Modified files: : >>> include ar.h : >>> Log: : >>> Attempt to improve application portability by marking `struct ar_hdr' : >>> as `packed'. : >>> ... : > : > I agree with bruce that __packed is not the way to go. : > : > For things that represent communication protocols, even if : > they happen through files, I advocate using the functions : > in sys/endian.h to explicitly decode and encode fields into : > bytestrings. : : But already uses byte strings for everything. It just requires : no padding between the byte strings (so that the offsets are constant), : and no padding at the end (so that offsets are constant if the struct : is contained in another struct that is at least as careful about padding : an aligment). : : BTW, you are responsible for the __packed in . Please remove : it. The __CTASSERT() is enough to detect if heroic packing is ever needed. : The only danger is if something has grown to depend on __packed reducing : alignment as a side effect. E.g., suppose we had a byte string containing : a bytewise copy of a struct ip. If the copy might be misaligned, then it : should be copied to an actual struct ip before accessing it as a struct, : but code that accesses it directly using ((struct ip *)&bs[N]) would work : now due to the reduced alignment. Places that really need __packed should : probably use __aligned() to restore the natural alignment. DO NOT REMOVE IT. IT IS ABSOLUTELY REQUIRED FOR ARM TO WORK RIGHT. If you want to remove it, then you must make sure arm works right after it because I'll add it back. Warner From owner-cvs-all@FreeBSD.ORG Mon Nov 13 17:33:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF6F216A407; Mon, 13 Nov 2006 17:33:18 +0000 (UTC) (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 B478944161; Mon, 13 Nov 2006 17:24:59 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADHOO6S049708; Mon, 13 Nov 2006 17:24:24 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADHOOrV049703; Mon, 13 Nov 2006 17:24:24 GMT (envelope-from marius) Message-Id: <200611131724.kADHOOrV049703@repoman.freebsd.org> From: Marius Strobl Date: Mon, 13 Nov 2006 17:24:24 +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_dc.c if_dcreg.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, 13 Nov 2006 17:33:18 -0000 marius 2006-11-13 17:24:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/pci if_dc.c if_dcreg.h Log: MFC: sys/dev/dc/if_dc.c 1.185, 1.186 (partial); sys/dev/dc/if_dcreg.h 1.52 - Consistently use if_printf() only in interface methods: if_start(), if_watchdog, etc., or in functions used only in these methods. In all other functions in the driver use device_printf(). - Use __func__ instead of typing function name. - Wrap code optimized for architectures without alignment constraints in #ifdef __NO_STRICT_ALIGNMENT rather than #ifdef __i386__. This means that amd64 now also uses the optimized code. While at it, fix a nearby style(9) bug. - In dc_setcfg() suppress printing a warning when forcing the receiver and transceiver to idle state times out for chips where the status bits in question just never change (observed in detail with DM9102A) and therefore the warning would be highly likely false positive. - In dc_ifmedia_sts() add a missing DC_UNLOCK(). Approved by: re (kensmith) Revision Changes Path 1.160.2.12 +28 -16 src/sys/pci/if_dc.c 1.44.2.5 +1 -0 src/sys/pci/if_dcreg.h From owner-cvs-all@FreeBSD.ORG Mon Nov 13 17:40:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B883F16A4A0; Mon, 13 Nov 2006 17:40:10 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10BD543D8A; Mon, 13 Nov 2006 17:33:24 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADHWjhR051175; Mon, 13 Nov 2006 17:32:45 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADHWja1051174; Mon, 13 Nov 2006 17:32:45 GMT (envelope-from bmah) Message-Id: <200611131732.kADHWja1051174@repoman.freebsd.org> From: "Bruce A. Mah" Date: Mon, 13 Nov 2006 17:32:45 +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.2R 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: Mon, 13 Nov 2006 17:40:10 -0000 bmah 2006-11-13 17:32:45 UTC FreeBSD doc repository Modified files: en/releases/6.2R todo.sgml Log: Move ggated item to testing section. Update em(4) item in testing section. Remove named(8) non-item. Approved by: re Revision Changes Path 1.8 +15 -31 www/en/releases/6.2R/todo.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 13 17:42:02 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0036D16A5EC for ; Mon, 13 Nov 2006 17:42:01 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CA1843DCA for ; Mon, 13 Nov 2006 17:37:34 +0000 (GMT) (envelope-from kip.macy@gmail.com) Received: by nf-out-0910.google.com with SMTP id l23so530188nfc for ; Mon, 13 Nov 2006 09:37:03 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MxOW/AuV2WDwhz9A3LhJAsuyCYQ844cVb+jX64l3zYH3V6R/qAzZH1aWWLPMNi6/81kNQMpZvrIkvUAZWini1+/iYkCddwn+QZFtnHwc1ZXWZ2+UQ5yjaQ3MdMsdcN+Md4AS8cpfsHU8mNBmG10BwwZeRUX4ACk/VwoYEiQ4QGc= Received: by 10.82.136.4 with SMTP id j4mr84418bud.1163439422809; Mon, 13 Nov 2006 09:37:02 -0800 (PST) Received: by 10.82.191.20 with HTTP; Mon, 13 Nov 2006 09:37:02 -0800 (PST) Message-ID: Date: Mon, 13 Nov 2006 09:37:02 -0800 From: "Kip Macy" To: "Pawel Jakub Dawidek" , "Kip Macy" , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org In-Reply-To: <20061113153029.GC25940@garage.freebsd.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200611130551.kAD5pNIP001371@repoman.freebsd.org> <20061113153029.GC25940@garage.freebsd.pl> Cc: Subject: Re: cvs commit: src/sys/coda coda_vnops.c coda_vnops.h src/sys/fs/nullfs null_vnops.c src/sys/kern vfs_default.c vfs_subr.c vfs_vnops.c vnode_if.src src/sys/sys vnode.h src/sys/ufs/ffs ffs_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, 13 Nov 2006 17:42:02 -0000 We can call it something else, but fundamentally it has to be wrapped by a macro - this is the convention for locks. You can change it to vop_lock_internal if you like. I On 11/13/06, Pawel Jakub Dawidek wrote: > On Mon, Nov 13, 2006 at 05:51:22AM +0000, Kip Macy wrote: > > kmacy 2006-11-13 05:51:22 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/coda coda_vnops.c coda_vnops.h > > sys/fs/nullfs null_vnops.c > > sys/kern vfs_default.c vfs_subr.c vfs_vnops.c > > vnode_if.src > > sys/sys vnode.h > > sys/ufs/ffs ffs_vnops.c > > Log: > > change vop_lock handling to allowing tracking of callers' file and line > for > > acquisition of lockmgr locks > [...] > > --- src/sys/coda/coda_vnops.c 2006/02/01 00:25:24 1.68 > > +++ src/sys/coda/coda_vnops.c 2006/11/13 05:51:21 1.69 > [...] > > .vop_reclaim = coda_reclaim, /* reclaim */ > > - .vop_lock = coda_lock, /* lock */ > > + ._vop_lock = coda_lock, /* lock */ > > .vop_unlock = coda_unlock, /* unlock */ > [...] > > --- src/sys/fs/nullfs/null_vnops.c 2006/03/12 04:58:18 1.91 > > +++ src/sys/fs/nullfs/null_vnops.c 2006/11/13 05:51:21 1.92 > [...] > > .vop_islocked = null_islocked, > > - .vop_lock = null_lock, > > + ._vop_lock = null_lock, > > .vop_lookup = null_lookup, > [...] > > --- src/sys/kern/vfs_default.c 2006/09/20 00:27:02 1.134 > > +++ src/sys/kern/vfs_default.c 2006/11/13 05:51:22 1.135 > [...] > > .vop_lease = VOP_NULL, > > - .vop_lock = vop_stdlock, > > + ._vop_lock = vop_stdlock, > > .vop_lookup = vop_nolookup, > [...] > > --- src/sys/kern/vfs_subr.c 2006/11/07 19:45:05 1.691 > > +++ src/sys/kern/vfs_subr.c 2006/11/13 05:51:22 1.692 > [...] > > .vop_reclaim = sync_reclaim, /* reclaim */ > > - .vop_lock = vop_stdlock, /* lock */ > > + ._vop_lock = vop_stdlock, /* lock */ > > .vop_unlock = vop_stdunlock, /* unlock */ > > --- src/sys/ufs/ffs/ffs_vnops.c 2006/11/06 13:42:09 1.162 > > +++ src/sys/ufs/ffs/ffs_vnops.c 2006/11/13 05:51:22 1.163 > [...] > > .vop_getpages = ffs_getpages, > > - .vop_lock = ffs_lock, > > + ._vop_lock = ffs_lock, > > .vop_read = ffs_read, > [...] > > .vop_getpages = ffs_getpages, > > - .vop_lock = ffs_lock, > > + ._vop_lock = ffs_lock, > > .vop_read = ffs_read, > [...] > > .vop_fsync = ffs_fsync, > > - .vop_lock = ffs_lock, > > + ._vop_lock = ffs_lock, > > .vop_reallocblks = ffs_reallocblks, > > Kip... This is so ugly... All the rest of vops don'y have this _ prefix. > There is really no other way to implement it? > > -- > Pawel Jakub Dawidek http://www.wheel.pl > pjd@FreeBSD.org http://www.FreeBSD.org > FreeBSD committer Am I Evil? Yes, I Am! > > From owner-cvs-all@FreeBSD.ORG Mon Nov 13 18:48:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E48116A416; Mon, 13 Nov 2006 18:48:15 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 341B143FF0; Mon, 13 Nov 2006 18:39:12 +0000 (GMT) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADId9e0062573; Mon, 13 Nov 2006 18:39:09 GMT (envelope-from stefan@repoman.freebsd.org) Received: (from stefan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADId9Nj062572; Mon, 13 Nov 2006 18:39:09 GMT (envelope-from stefan) Message-Id: <200611131839.kADId9Nj062572@repoman.freebsd.org> From: Stefan Walter Date: Mon, 13 Nov 2006 18:39: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/sysutils/pkg_cutleaves 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, 13 Nov 2006 18:48:15 -0000 stefan 2006-11-13 18:39:09 UTC FreeBSD ports repository Modified files: sysutils/pkg_cutleaves Makefile distinfo Log: Update to 20061113. Revision Changes Path 1.12 +1 -1 ports/sysutils/pkg_cutleaves/Makefile 1.4 +3 -3 ports/sysutils/pkg_cutleaves/distinfo From owner-cvs-all@FreeBSD.ORG Mon Nov 13 18:49:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 581AD16A47B; Mon, 13 Nov 2006 18:49:52 +0000 (UTC) (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 7D03F4407F; Mon, 13 Nov 2006 18:40:54 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADIeeAr062738; Mon, 13 Nov 2006 18:40:40 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADIeenE062737; Mon, 13 Nov 2006 18:40:40 GMT (envelope-from fjoe) Message-Id: <200611131840.kADIeenE062737@repoman.freebsd.org> From: Max Khon Date: Mon, 13 Nov 2006 18:40: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/emulators/dynamips/files patch-gen_eth.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, 13 Nov 2006 18:49:52 -0000 fjoe 2006-11-13 18:40:40 UTC FreeBSD ports repository Modified files: emulators/dynamips/files patch-gen_eth.c Log: Define PCAP_D_IN as D_IN on FreeBSD < 6.2 or HEAD before pcap 0.9.4 import. PR: 105468 Revision Changes Path 1.2 +15 -10 ports/emulators/dynamips/files/patch-gen_eth.c From owner-cvs-all@FreeBSD.ORG Mon Nov 13 18:50:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CE5716A4C8; Mon, 13 Nov 2006 18:50:58 +0000 (UTC) (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 1833C43E76; Mon, 13 Nov 2006 18:42:02 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADIfvvo063589; Mon, 13 Nov 2006 18:41:57 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADIfvDm063587; Mon, 13 Nov 2006 18:41:57 GMT (envelope-from fjoe) Message-Id: <200611131841.kADIfvDm063587@repoman.freebsd.org> From: Max Khon Date: Mon, 13 Nov 2006 18:41: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/emulators/dynamips 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, 13 Nov 2006 18:50:58 -0000 fjoe 2006-11-13 18:41:57 UTC FreeBSD ports repository Modified files: emulators/dynamips Makefile Log: Bump PORTREVISION for PCAP_D_IN fix. PR: 105468 Revision Changes Path 1.9 +1 -0 ports/emulators/dynamips/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 13 18:58:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CE0816A4A7; Mon, 13 Nov 2006 18:58:40 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5566943D9C; Mon, 13 Nov 2006 18:56:14 +0000 (GMT) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADItsOo065674; Mon, 13 Nov 2006 18:55:54 GMT (envelope-from stefan@repoman.freebsd.org) Received: (from stefan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADItsq6065673; Mon, 13 Nov 2006 18:55:54 GMT (envelope-from stefan) Message-Id: <200611131855.kADItsq6065673@repoman.freebsd.org> From: Stefan Walter Date: Mon, 13 Nov 2006 18:55: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/x11-themes/kdmtheme 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, 13 Nov 2006 18:58:40 -0000 stefan 2006-11-13 18:55:54 UTC FreeBSD ports repository Modified files: x11-themes/kdmtheme Makefile Log: Mark as BROKEN on systems < 5.x. Reported by: pointyhat/kris Revision Changes Path 1.6 +7 -1 ports/x11-themes/kdmtheme/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 13 19:06:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0B8316A49E; Mon, 13 Nov 2006 19:06:04 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0D7A43E32; Mon, 13 Nov 2006 19:04:24 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (ip70-177-190-239.dc.dc.cox.net [70.177.190.239]) (authenticated bits=0) by pittgoth.com (8.13.6/8.13.6) with ESMTP id kADJ3pV0018830 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 13 Nov 2006 14:03:52 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Mon, 13 Nov 2006 14:03:49 -0500 From: Tom Rhodes To: "M. Warner Losh" Message-Id: <20061113140349.0acfd25b.trhodes@FreeBSD.org> In-Reply-To: <20061113.101808.-1540392146.imp@bsdimp.com> References: <200611130428.kAD4ST0U093715@repoman.freebsd.org> <20061113173927.Q75708@delplex.bde.org> <20061113.101808.-1540392146.imp@bsdimp.com> Organization: The FreeBSD Project X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: jkoshy@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, bde@zeta.org.au, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/include ar.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, 13 Nov 2006 19:06:05 -0000 On Mon, 13 Nov 2006 10:18:08 -0700 (MST) "M. Warner Losh" wrote: > In message: <20061113173927.Q75708@delplex.bde.org> > Bruce Evans writes: > : In , all struct members are char arrays so there will be no > : padding in practice. > > Actually, that isn't the case at all. There are many systems that > pad/align structs to 4 byte boundaries regardless. NetBSD has many of > these places tagged with __packed since they run on more architectures > than they can hand tweek for. > > : Most system headers depend on the padding being > : the same for all compilers, even when the struct member types are very > : varied. Many system headers use explicit manual padding to try to > : give a fixed layout. This works in practice, and the not-unused file > : system ffs and the not-unused networking component netinet depend on > : it working. Most file systems probably depend on it working across > : OS's for very varied struct types. One exception is msdosfs -- since > : msdosfs's disk data structures are poorly laid out even for an 8-bit > : system, they are almost perfectly misaligned even for a 16-bit system, > : so manual packing is not practical, and msdosfs declares most of the > : structures as byte arrays in much the same way as . It doesn't > : go as far as using a single array of bytes with fake struct members > : defined via offsets into the array, as might be required to be portable > : in theory. > > "almost" "in theory". These are nice words, but don't match reality. I think this is a fortune candidate. You are so quotesfiled Mr. Warner. ;) > On the arm, the __packed is absolutely required to not only compile, > but produce correct code. > This is a hardware thing correct? Admittedly so, I have no clue about ARM. -- Tom Rhodes From owner-cvs-all@FreeBSD.ORG Mon Nov 13 19:09:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD08C16A40F; Mon, 13 Nov 2006 19:09:08 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4FB943DA1; Mon, 13 Nov 2006 19:07:42 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADJ7XTB068492; Mon, 13 Nov 2006 19:07:33 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADJ7XSX068491; Mon, 13 Nov 2006 19:07:33 GMT (envelope-from bz) Message-Id: <200611131907.kADJ7XSX068491@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Mon, 13 Nov 2006 19:07: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/netinet ip_fw2.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, 13 Nov 2006 19:09:09 -0000 bz 2006-11-13 19:07:33 UTC FreeBSD src repository Modified files: sys/netinet ip_fw2.c Log: Add SCTP as a known upper layer protocol over v6. We are not yet aware of the protocol internals but this way SCTP traffic over v6 will not be discarded. Reported by: Peter Lei via rrs Tested by: Peter Lei Revision Changes Path 1.154 +8 -0 src/sys/netinet/ip_fw2.c From owner-cvs-all@FreeBSD.ORG Mon Nov 13 19:15:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39B2216A4C8; Mon, 13 Nov 2006 19:15:49 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75C6743D79; Mon, 13 Nov 2006 19:13:47 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADJDdxI069885; Mon, 13 Nov 2006 19:13:39 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADJDdKR069884; Mon, 13 Nov 2006 19:13:39 GMT (envelope-from bmah) Message-Id: <200611131913.kADJDdKR069884@repoman.freebsd.org> From: "Bruce A. Mah" Date: Mon, 13 Nov 2006 19:13: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/release/doc/en_US.ISO8859-1/relnotes/common new.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, 13 Nov 2006 19:15:49 -0000 bmah 2006-11-13 19:13:39 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: traceroute(8) -D (+MFC). Revision Changes Path 1.988 +5 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 13 19:17:08 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B610216A4B3; Mon, 13 Nov 2006 19:17:08 +0000 (UTC) (envelope-from bde@zeta.org.au) Received: from mailout2.pacific.net.au (mailout2-3.pacific.net.au [61.8.2.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3D6143DEF; Mon, 13 Nov 2006 19:15:46 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout2.pacific.net.au (Postfix) with ESMTP id E30621B66F8; Tue, 14 Nov 2006 06:15:44 +1100 (EST) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailproxy1.pacific.net.au (Postfix) with ESMTP id 6D85A8C05; Tue, 14 Nov 2006 06:15:43 +1100 (EST) Date: Tue, 14 Nov 2006 06:15:37 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: "M. Warner Losh" In-Reply-To: <20061113.101808.-1540392146.imp@bsdimp.com> Message-ID: <20061114050457.M77914@delplex.bde.org> References: <200611130428.kAD4ST0U093715@repoman.freebsd.org> <20061113173927.Q75708@delplex.bde.org> <20061113.101808.-1540392146.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: jkoshy@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src/include ar.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, 13 Nov 2006 19:17:08 -0000 On Mon, 13 Nov 2006, M. Warner Losh wrote: > In message: <20061113173927.Q75708@delplex.bde.org> > Bruce Evans writes: > : In , all struct members are char arrays so there will be no > : padding in practice. > > Actually, that isn't the case at all. There are many systems that > pad/align structs to 4 byte boundaries regardless. Only 1 broken one has turned up so far. Even it only pads at the end. > NetBSD has many of > these places tagged with __packed since they run on more architectures > than they can hand tweek for. This moves further from actually fixing the problem. > : Most system headers depend on the padding being > : the same for all compilers, even when the struct member types are very > : varied. Many system headers use explicit manual padding to try to > : give a fixed layout. This works in practice, and the not-unused file > : system ffs and the not-unused networking component netinet depend on > : it working. Most file systems probably depend on it working across > : ... > > "almost" "in theory". These are nice words, but don't match reality. > On the arm, the __packed is absolutely required to not only compile, > but produce correct code. I haven't seen any examples where it is more than a hack to make broken code compile. An unpacked struct ar is perfectly portable, but might not match the layout in the file. The broken code that started the thread in -current uses an invalid cast to convert &byte_array[offset] into a "struct ar *". This bug was detected accidentally because the ARM's struct ar has stricter alignment requirements than char. Non- broken code knows that byte-aligned data needs to be copied into structs using memcpy(). E.g., in ping/ping.c there are several such copies for things like network addresses and timevals. It would be very wrong to declare struct timeval as __packed, although it needs to be packed to work. Declaring it as both __packed and __aligned(max(sizeof(time_t), sizeof(long)) might work, but is too ugly for me. Strictly, all structs used in ABIs would have to be declared like this (after adding explicit padding where needed, and lots of ifdefs for the padding as in ) to prevent them depending on the compiler of the day. > : netinet uses __packed a bit, but this just gives unportability and > : pessimizations in practice. E.g., struct ip is manually packed and > : has a natural 4-byte alignment requirement, but declaring it as __packed > : reduces its alignment requirement to 1 byte; thus in internal structs > : like "struct x { int16_t x_foo; struct ip x_ip; };", the x_ip is > : normally misaligned on a 16-bit boundary and thus: > > struct ip should be packed. It is the wire format of a data > structure, and the compiler is free to add extra padding that you > don't think is necessary. It needs to be packed when sent to the wire, but not necessarily in memory. The copy in memory certainly shouldn't be just __packed, since __packed breaks its alignment. As above, declaring it as __packed and __aligned(4) might work, but is too ugly for me. > : - the layout of the internal struct is unportable in practice instead of > : unportable in theory > : - compilers for arches with strict alignment requirements have to > : generate extra instructions to access the 32-bit members in struct > : ip (just 2 in_addr_t's), so the accesses are pessimized and not > : atomic. gcc on i64's seems to do this correctly. The pessimization > : is by a factor of 14 according to the instruction count (a single > : 32-bit load instruction for an in_addr_t gets replaced by 4 8-bit > : load instructions and 10 more instructions to combine the bytes). > : - code like "struct x *xp; ... foo(&xp->x_ip.ip_src);" is broken on > : on arches with strict alignment requirements. After the address of > : the in_addr_t is passed to another function, the compiler can no > : longer easiliy see that it has to generate pessimal loads for accesses > : to the in_addr_t. A variant of this bug occurred in practice in > : rev.1.18 of . There, almost eveything is naturally > : aligned to a 16-bit boundary, and __packed is misused to give 8-bitr > : alignment as a bad side effect. Rev.1.18 added a 32-bit member in > : one of the structs contained in the __packed struct. This should > : have just broken binary compatibility and might not have mattered > : depending on how internal the __packed struct is. Instead, it gave > : misaligned 32-bit values instide the __packed struct, thus defeating > : the reason for existence of rev.1.18, since the reason was to add a > : union hack to allow accessing "char c_net[4];" as "u_int u_net;", but > : union hacks like this depend on not using __packed in any struct > : containing c/u_net (recursively). > > There's no guarantee that struct ip is 4 byte aligned from the > drivers. In fact, there are several that require the packet to start > on a 4 byte boundary and lack scatter gather, thus guaranteeing that > struct ip is not 4 byte aligned. This works well for almost all the > code in the tree (the one that it doesn't work for is in the nfs root > code somewhere). Yes there is. It contains some uint32_t's (in_addr_t's), so it is guaranteed to be 4-byte aligned if it is actually a struct. Declaring it as __packed without declaring it as __aligned(4) makes it a non-struct (sort of). Drivers need to copy it to and from the wire so that code all over the network stack isn't pessimized by misaligned accesses or extra instructions to avoid misaligned accesses. I think some drivers do this. It isn't declared as _packed in RELENG_4, so most drivers probably get this right. RELENG_4 has alpha so the alignment is not completely untested in it. > : was broken by adding __packed in the same commit that > : removed an unportable bitfield from it. The bitfield was the actual > : problem. Bitfields should never be used in structs that have to match > : an externally imposed layouts since they are unportable in practice. > : gcc's bitfields are especially unportable. E.g. "int:8" gives the > : same alignment requirement as int, and this is undocumented. In gcc, > : you have to use "char:8" or __packed to get 8-bit alignment of structs > : containing bitfields, but these are constraint and syntax errors in > : C. > : > : Using __packed in isn't as bad as in since struct > : ar has a natural 1-byte alignment requirement so using __packed is a > : no-op in practice. > > Except on the arm, where it is critically required for the generated > code to be correct. I doubt that it is needed for more than breaking the warning. You would have to be unlucky or shooting your feet for "(struct ar *)&byte_array[offset]" to give a pointer that is actually misaligned. Large arrays of chars are normally aligned to the word size even if they are on the stack, and the archive header is at offset 0 in files. Bruce From owner-cvs-all@FreeBSD.ORG Mon Nov 13 20:03:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DA2616A4EE; Mon, 13 Nov 2006 20:03:21 +0000 (UTC) (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 00F2843EF6; Mon, 13 Nov 2006 19:57:45 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADJvjlk076162; Mon, 13 Nov 2006 19:57:45 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADJvjFN076161; Mon, 13 Nov 2006 19:57:45 GMT (envelope-from skv) Message-Id: <200611131957.kADJvjFN076161@repoman.freebsd.org> From: Sergey Skvortsov Date: Mon, 13 Nov 2006 19: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/databases/firebird2-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: Mon, 13 Nov 2006 20:03:21 -0000 skv 2006-11-13 19:57:45 UTC FreeBSD ports repository Modified files: databases/firebird2-server Makefile distinfo pkg-plist Log: Update to Firebird-2.0.0.12748 Revision Changes Path 1.56 +17 -9 ports/databases/firebird2-server/Makefile 1.14 +3 -3 ports/databases/firebird2-server/distinfo 1.17 +4 -1 ports/databases/firebird2-server/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Nov 13 20:03:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1174916A515; Mon, 13 Nov 2006 20:03:46 +0000 (UTC) (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 6D89443FA9; Mon, 13 Nov 2006 19:58:27 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADJwOv0076221; Mon, 13 Nov 2006 19:58:24 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADJwOeI076220; Mon, 13 Nov 2006 19:58:24 GMT (envelope-from wilko) Message-Id: <200611131958.kADJwOeI076220@repoman.freebsd.org> From: Wilko Bulte Date: Mon, 13 Nov 2006 19:58: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: 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: Mon, 13 Nov 2006 20:03:46 -0000 wilko 2006-11-13 19:58:24 UTC FreeBSD doc repository Modified files: en/donations donors.sgml Log: I'm shipping Ariff a Geode-based appliance to get the sound system one more extra driver. Hardware originally donated by Paul Ghering. Revision Changes Path 1.339 +8 -1 www/en/donations/donors.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 13 20:13:01 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23E1416A417; Mon, 13 Nov 2006 20:13:01 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F63844072; Mon, 13 Nov 2006 20:05:14 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 0F7CA1FFD38; Mon, 13 Nov 2006 21:05:12 +0100 (CET) Received: by transport.cksoft.de (Postfix, from userid 66) id 428B51FFD71; Mon, 13 Nov 2006 21:05:06 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id EB7DF444889; Mon, 13 Nov 2006 20:02:29 +0000 (UTC) Date: Mon, 13 Nov 2006 20:02:29 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200611131907.kADJ7XSX068491@repoman.freebsd.org> Message-ID: <20061113195449.O54329@maildrop.int.zabbadoz.net> References: <200611131907.kADJ7XSX068491@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de Cc: Subject: Re: cvs commit: src/sys/netinet ip_fw2.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, 13 Nov 2006 20:13:01 -0000 On Mon, 13 Nov 2006, Bjoern A. Zeeb wrote: > bz 2006-11-13 19:07:33 UTC > > FreeBSD src repository > > Modified files: > sys/netinet ip_fw2.c > Log: > Add SCTP as a known upper layer protocol over v6. There is another 'problem' the way things work at the moment. We have over 100 IPPROTO_* defined in in.h. We really do not want to permit any single one and add it to the switch in ip_fw2.c/ipfw_chk. Basically at that point we can have: 1 extension headers (we need to know about them to get to 2 or 3) 2 upper layer protocols we know about and want to do/allow more specific filtering (like tcp/udp/..) 3 upper layer protocols ipfw doesn't know about In case anyone has a good idea what to do with everything in cat 3 feel free to discuss/commit it;) -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT From owner-cvs-all@FreeBSD.ORG Mon Nov 13 20:13:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCAA916A4EE; Mon, 13 Nov 2006 20:13:52 +0000 (UTC) (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 DE7E14401A; Mon, 13 Nov 2006 20:06:25 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADK6PCn079026; Mon, 13 Nov 2006 20:06:25 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADK6PYt079025; Mon, 13 Nov 2006 20:06:25 GMT (envelope-from thierry) Message-Id: <200611132006.kADK6PYt079025@repoman.freebsd.org> From: Thierry Thomas Date: Mon, 13 Nov 2006 20:06: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/devel/bouml 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, 13 Nov 2006 20:13:52 -0000 thierry 2006-11-13 20:06:25 UTC FreeBSD ports repository Modified files: devel/bouml Makefile distinfo pkg-plist Log: Upgrade to 2.19.2. Changelog at . Revision Changes Path 1.57 +1 -1 ports/devel/bouml/Makefile 1.57 +5 -5 ports/devel/bouml/distinfo 1.22 +128 -0 ports/devel/bouml/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Nov 13 20:21:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 710CC16A4EF; Mon, 13 Nov 2006 20:21:57 +0000 (UTC) (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 9AF4A43E68; Mon, 13 Nov 2006 20:15:46 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id kADKD7sM000142; Mon, 13 Nov 2006 13:13:07 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 13 Nov 2006 13:13:42 -0700 (MST) Message-Id: <20061113.131342.-1540392691.imp@bsdimp.com> To: trhodes@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20061113140349.0acfd25b.trhodes@FreeBSD.org> References: <20061113173927.Q75708@delplex.bde.org> <20061113.101808.-1540392146.imp@bsdimp.com> <20061113140349.0acfd25b.trhodes@FreeBSD.org> X-Mailer: Mew version 4.2 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]); Mon, 13 Nov 2006 13:13:09 -0700 (MST) Cc: jkoshy@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, bde@zeta.org.au, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/include ar.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, 13 Nov 2006 20:21:57 -0000 In message: <20061113140349.0acfd25b.trhodes@FreeBSD.org> Tom Rhodes writes: : > On the arm, the __packed is absolutely required to not only compile, : > but produce correct code. : : This is a hardware thing correct? Admittedly so, I have no clue : about ARM. Given the current ABI that we implement, yes. The ABI we implement is influenced by what is optimal for the ARM architecture. There's a newer ABI called EABI, iirc, that makes things look slightly more i386ish so that more software will run. Warner From owner-cvs-all@FreeBSD.ORG Mon Nov 13 20:40:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10C1A16A527; Mon, 13 Nov 2006 20:40:44 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6044843D8C; Mon, 13 Nov 2006 20:31:52 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADKVWg9083045; Mon, 13 Nov 2006 20:31:32 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADKVWL3083044; Mon, 13 Nov 2006 20:31:32 GMT (envelope-from bmah) Message-Id: <200611132031.kADKVWL3083044@repoman.freebsd.org> From: "Bruce A. Mah" Date: Mon, 13 Nov 2006 20:31: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/release/doc/en_US.ISO8859-1/relnotes/common new.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, 13 Nov 2006 20:40:44 -0000 bmah 2006-11-13 20:31:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: traceroute(8) -D. Approved by: re (implicitly) Revision Changes Path 1.883.2.52 +5 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 13 20:43:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2521E16A4D0; Mon, 13 Nov 2006 20:43:25 +0000 (UTC) (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 C3CDB44098; Mon, 13 Nov 2006 20:35:18 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADKXsJ6083714; Mon, 13 Nov 2006 20:33:54 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADKXsGC083713; Mon, 13 Nov 2006 20:33:54 GMT (envelope-from ru) Message-Id: <200611132033.kADKXsGC083713@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 13 Nov 2006 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/sys/i386/include pmap.h src/sys/amd64/include pmap.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, 13 Nov 2006 20:43:25 -0000 ru 2006-11-13 20:33:54 UTC FreeBSD src repository Modified files: sys/i386/include pmap.h sys/amd64/include pmap.h Log: Fix NKPT comments to match reality. Note that the current value of NKPT is no longer enough to run amd64 with 16G of RAM, as it doesn't have space for mapping a kernel (16M kernel would require additionally 8 page tables). Revision Changes Path 1.136 +3 -2 src/sys/amd64/include/pmap.h 1.124 +6 -3 src/sys/i386/include/pmap.h From owner-cvs-all@FreeBSD.ORG Mon Nov 13 21:18:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BECB16A4C8; Mon, 13 Nov 2006 21:18:34 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5357143DCD; Mon, 13 Nov 2006 21:17:17 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADLH6QR099467; Mon, 13 Nov 2006 21:17:06 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADLH6Qx099466; Mon, 13 Nov 2006 21:17:06 GMT (envelope-from alepulver) Message-Id: <200611132117.kADLH6Qx099466@repoman.freebsd.org> From: Alejandro Pulver Date: Mon, 13 Nov 2006 21:17: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/audio/picard 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, 13 Nov 2006 21:18:34 -0000 alepulver 2006-11-13 21:17:06 UTC FreeBSD ports repository Modified files: audio/picard Makefile Log: - Change WX_COMPS dependency type separator from "_" to ":". - Remove IGNORE for FreeBSD 4.x since bsd.wx.mk sets it automatically when WX_UNICODE is defined. Revision Changes Path 1.7 +2 -8 ports/audio/picard/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 13 21:20:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1088216A494; Mon, 13 Nov 2006 21:20:08 +0000 (UTC) (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 5E2A743D8B; Mon, 13 Nov 2006 21:19:39 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADLJMTU001005; Mon, 13 Nov 2006 21:19:22 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADLJM59001003; Mon, 13 Nov 2006 21:19:22 GMT (envelope-from mezz) Message-Id: <200611132119.kADLJM59001003@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 13 Nov 2006 21:19: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/graphics/poppler Makefile ports/graphics/poppler/files patch-fix_inverted_text ports/graphics/poppler-gtk 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, 13 Nov 2006 21:20:08 -0000 mezz 2006-11-13 21:19:21 UTC FreeBSD ports repository Modified files: graphics/poppler Makefile graphics/poppler-gtk Makefile Added files: graphics/poppler/files patch-fix_inverted_text Log: Took a patch from CVS to fix a few of PDFs display as characters inverted. PR: ports/104490 Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=8924 https://bugs.freedesktop.org/show_bug.cgi?id=8944 Reported by: trasz Revision Changes Path 1.2 +1 -1 ports/graphics/poppler-gtk/Makefile 1.22 +1 -1 ports/graphics/poppler/Makefile 1.1 +32 -0 ports/graphics/poppler/files/patch-fix_inverted_text (new) From owner-cvs-all@FreeBSD.ORG Mon Nov 13 21:28:42 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CDFD16A4AB; Mon, 13 Nov 2006 21:28:42 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao04.cox.net (eastrmmtao04.cox.net [68.230.240.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4456343D58; Mon, 13 Nov 2006 21:27:43 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao04.cox.net (InterMail vM.6.01.06.03 201-2131-130-104-20060516) with ESMTP id <20061113212747.OFUH20226.eastrmmtao04.cox.net@eastrmimpo02.cox.net>; Mon, 13 Nov 2006 16:27:47 -0500 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo02.cox.net with bizsmtp id mMSp1V00P4iy4EG0000000; Mon, 13 Nov 2006 16:26:50 -0500 Date: Mon, 13 Nov 2006 15:28:21 -0600 To: "Jeremy Messenger" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <200611132119.kADLJM59001003@repoman.freebsd.org> Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: <200611132119.kADLJM59001003@repoman.freebsd.org> User-Agent: Opera Mail/9.02 (Linux) Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/graphics/poppler Makefile ports/graphics/poppler/files patch-fix_inverted_text ports/graphics/poppler-gtk 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, 13 Nov 2006 21:28:42 -0000 On Mon, 13 Nov 2006 15:19:22 -0600, Jeremy Messenger = = wrote: > mezz 2006-11-13 21:19:21 UTC > > FreeBSD ports repository > > Modified files: > graphics/poppler Makefile > graphics/poppler-gtk Makefile > Added files: > graphics/poppler/files patch-fix_inverted_text > Log: > Took a patch from CVS to fix a few of PDFs display as characters = > inverted. Forgot to input: Bump the PORTREVISION on both ports. Cheers, Mezz > PR: ports/104490 > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=3D8924 > https://bugs.freedesktop.org/show_bug.cgi?id=3D8944 > Reported by: trasz -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Mon Nov 13 21:44:39 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08B5916A540; Mon, 13 Nov 2006 21:44:39 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BFD34416C; Mon, 13 Nov 2006 21:40:27 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADLFcSN099334; Mon, 13 Nov 2006 21:15:38 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADLFcN5099333; Mon, 13 Nov 2006 21:15:38 GMT (envelope-from alepulver) Message-Id: <200611132115.kADLFcN5099333@repoman.freebsd.org> From: Alejandro Pulver Date: Mon, 13 Nov 2006 21: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/Mk bsd.wx.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: Mon, 13 Nov 2006 21:44:39 -0000 alepulver 2006-11-13 21:15:38 UTC FreeBSD ports repository Modified files: Mk bsd.wx.mk Log: - Some comment fixes. - Change dependency type separator from "_" to ":". - Add WX_PREMK, WANT_UNICODE, WITHOUT_UNICODE, WXRC_CMD. - Fix dependencies when using multiple components. Revision Changes Path 1.2 +88 -117 ports/Mk/bsd.wx.mk From owner-cvs-all@FreeBSD.ORG Mon Nov 13 21:44:46 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AE3B16A65A; Mon, 13 Nov 2006 21:44:46 +0000 (UTC) (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 DCC1D43F77; Mon, 13 Nov 2006 21:40:49 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADLEsDY099241; Mon, 13 Nov 2006 21:14:54 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADLEs07099240; Mon, 13 Nov 2006 21:14:54 GMT (envelope-from jhb) Message-Id: <200611132114.kADLEs07099240@repoman.freebsd.org> From: John Baldwin Date: Mon, 13 Nov 2006 21:14: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/amd64/amd64 db_disasm.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, 13 Nov 2006 21:44:46 -0000 jhb 2006-11-13 21:14:54 UTC FreeBSD src repository Modified files: sys/amd64/amd64 db_disasm.c Log: Various fixes: - Remove an extra entry from the array for 0x0f prefixed instruction groups. This fixes decoding of instructions where the second opcode >= 0x80. - Add support for the 64-bit immediate mov instructions. - When short_addr is enabled, don't parse the modr/m byte for a 16-bit address, but as a 32-bit address. - Support %rip relative addressing. - Don't print a displacement of 0 if there is a base or index register. MFC after: 3 days Revision Changes Path 1.31 +60 -82 src/sys/amd64/amd64/db_disasm.c From owner-cvs-all@FreeBSD.ORG Mon Nov 13 21:48:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F1D616A501; Mon, 13 Nov 2006 21:48:50 +0000 (UTC) (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 D519A43D6E; Mon, 13 Nov 2006 21: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.6/8.13.6) with ESMTP id kADLlVs9006577; Mon, 13 Nov 2006 21:47:31 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADLlVok006575; Mon, 13 Nov 2006 21:47:31 GMT (envelope-from jhb) Message-Id: <200611132147.kADLlVok006575@repoman.freebsd.org> From: John Baldwin Date: Mon, 13 Nov 2006 21:47: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/acpica acpi_pcib_acpi.c acpi_pcib_pci.c src/sys/dev/pci pci.c pci_if.m pci_pci.c pci_private.h pcib_if.m pcib_private.h pcireg.h pcivar.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, 13 Nov 2006 21:48:50 -0000 jhb 2006-11-13 21:47:30 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_pcib_acpi.c acpi_pcib_pci.c sys/dev/pci pci.c pci_if.m pci_pci.c pci_private.h pcib_if.m pcib_private.h pcireg.h pcivar.h Log: First cut at MI support for PCI Message Signalled Interrupts (MSI): - Add 3 new functions to the pci_if interface along with suitable wrappers to provide the device driver visible API: - pci_alloc_msi(dev, int *count) backed by PCI_ALLOC_MSI(). '*count' here is an in and out parameter. The driver stores the desired number of messages in '*count' before calling the function. On success, '*count' holds the number of messages allocated to the device. Also on success, the driver can access the messages as SYS_RES_IRQ resources starting at rid 1. Note that the legacy INTx interrupt resource will not be available when using MSI. Note that this function will allocate either MSI or MSI-X messages depending on the devices capabilities and the 'hw.pci.enable_msix' and 'hw.pci.enable_msi' tunables. Also note that the driver should activate the memory resource that holds the MSI-X table and pending bit array (PBA) before calling this function if the device supports MSI-X. - pci_release_msi(dev) backed by PCI_RELEASE_MSI(). This function releases the messages allocated for this device. All of the SYS_RES_IRQ resources need to be released for this function to succeed. - pci_msi_count(dev) backed by PCI_MSI_COUNT(). This function returns the maximum number of MSI or MSI-X messages supported by this device. MSI-X is preferred if present, but this function will honor the 'hw.pci.enable_msix' and 'hw.pci.enable_msi' tunables. This function should return the largest value that pci_alloc_msi() can return (assuming the MD code is able to allocate sufficient backing resources for all of the messages). - Add default implementations for these 3 methods to the pci_driver generic PCI bus driver. (The various other PCI bus drivers such as for ACPI and OFW will inherit these default implementations.) This default implementation depends on 4 new pcib_if methods that bubble up through the PCI bridges to the MD code to allocate IRQ values and perform any needed MD setup code needed: - PCIB_ALLOC_MSI() attempts to allocate a group of MSI messages. - PCIB_RELEASE_MSI() releases a group of MSI messages. - PCIB_ALLOC_MSIX() attempts to allocate a single MSI-X message. - PCIB_RELEASE_MSIX() releases a single MSI-X message. - Add default implementations for these 4 methods that just pass the request up to the parent bus's parent bridge driver and use the default implementation in the various MI PCI bridge drivers. - Add MI functions for use by MD code when managing MSI and MSI-X interrupts: - pci_enable_msi(dev, address, data) programs the MSI capability address and data registers for a group of MSI messages - pci_enable_msix(dev, index, address, data) initializes a single MSI-X message in the MSI-X table - pci_mask_msix(dev, index) masks a single MSI-X message - pci_unmask_msix(dev, index) unmasks a single MSI-X message - pci_pending_msix(dev, index) returns true if the specified MSI-X message is currently pending - Save the MSI capability address and data registers in the pci_cfgreg block in a PCI devices ivars and restore the values when a device is resumed. Note that the MSI-X table is not currently restored during resume. - Add constants for MSI-X register offsets and fields. - Record interesting data about any MSI-X capability blocks we come across in the pci_cfgreg block in the ivars for PCI devices. Tested on: em (i386, MSI), bce (amd64/i386, MSI), mpt (amd64, MSI-X) Reviewed by: scottl, grehan, jfv MFC after: 2 months Revision Changes Path 1.51 +4 -0 src/sys/dev/acpica/acpi_pcib_acpi.c 1.15 +4 -0 src/sys/dev/acpica/acpi_pcib_pci.c 1.322 +421 -7 src/sys/dev/pci/pci.c 1.10 +25 -0 src/sys/dev/pci/pci_if.m 1.44 +45 -0 src/sys/dev/pci/pci_pci.c 1.20 +3 -0 src/sys/dev/pci/pci_private.h 1.9 +45 -0 src/sys/dev/pci/pcib_if.m 1.8 +4 -0 src/sys/dev/pci/pcib_private.h 1.53 +16 -0 src/sys/dev/pci/pcireg.h 1.73 +46 -1 src/sys/dev/pci/pcivar.h From owner-cvs-all@FreeBSD.ORG Mon Nov 13 21:54:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06A5E16A4F6; Mon, 13 Nov 2006 21:54:51 +0000 (UTC) (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 11DB043D66; Mon, 13 Nov 2006 21:54:31 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADLsUAK008808; Mon, 13 Nov 2006 21:54:30 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADLsUfH008807; Mon, 13 Nov 2006 21:54:30 GMT (envelope-from trhodes) Message-Id: <200611132154.kADLsUfH008807@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 13 Nov 2006 21:54: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: 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: Mon, 13 Nov 2006 21:54:51 -0000 trhodes 2006-11-13 21:54:30 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: Add a wantlist item for Ruslan. Requested by: ru Revision Changes Path 1.422 +11 -1 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 13 22:16:02 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3B2A16A47C; Mon, 13 Nov 2006 22:16:02 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF25843E08; Mon, 13 Nov 2006 22:14:18 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id kADME9Mu016323; Mon, 13 Nov 2006 17:14:10 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: src-committers@freebsd.org Date: Mon, 13 Nov 2006 16:53:23 -0500 User-Agent: KMail/1.9.1 References: <200611132147.kADLlVok006575@repoman.freebsd.org> In-Reply-To: <200611132147.kADLlVok006575@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611131653.24403.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Mon, 13 Nov 2006 17:14:10 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2191/Mon Nov 13 13:37:53 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_pcib_acpi.c acpi_pcib_pci.c src/sys/dev/pci pci.c pci_if.m pci_pci.c pci_private.h pcib_if.m pcib_private.h pcireg.h pcivar.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, 13 Nov 2006 22:16:02 -0000 On Monday 13 November 2006 16:47, John Baldwin wrote: > jhb 2006-11-13 21:47:30 UTC > > FreeBSD src repository > > Modified files: > sys/dev/acpica acpi_pcib_acpi.c acpi_pcib_pci.c > sys/dev/pci pci.c pci_if.m pci_pci.c pci_private.h > pcib_if.m pcib_private.h pcireg.h > pcivar.h > Log: > First cut at MI support for PCI Message Signalled Interrupts (MSI): > - Add 3 new functions to the pci_if interface along with suitable wrappers > to provide the device driver visible API: The patches I used for em, bce, and mpt are available at http://www.freebsd.org/~jhb/patches/msi_dev.patch For devices that only support 1 message, the only change is to call pci_alloc_msi() and then use rid 1 instead of rid 0 for SYS_RES_IRQ. -- John Baldwin From owner-cvs-all@FreeBSD.ORG Mon Nov 13 22:17:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0941616A4EE; Mon, 13 Nov 2006 22:17:13 +0000 (UTC) (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 60DB843DA5; Mon, 13 Nov 2006 22:15:15 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADMFDpb015297; Mon, 13 Nov 2006 22:15:13 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADMFDBW015296; Mon, 13 Nov 2006 22:15:13 GMT (envelope-from thierry) Message-Id: <200611132215.kADMFDBW015296@repoman.freebsd.org> From: Thierry Thomas Date: Mon, 13 Nov 2006 22:15: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/math/freefem++ Makefile distinfo pkg-plist ports/math/freefem++/files patch-examples++-load_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: Mon, 13 Nov 2006 22:17:13 -0000 thierry 2006-11-13 22:15:13 UTC FreeBSD ports repository Modified files: math/freefem++ Makefile distinfo pkg-plist Removed files: math/freefem++/files patch-examples++-load_Makefile.in Log: Upgrade to v 2.11. Changelog at . Revision Changes Path 1.47 +1 -2 ports/math/freefem++/Makefile 1.29 +3 -3 ports/math/freefem++/distinfo 1.2 +0 -11 ports/math/freefem++/files/patch-examples++-load_Makefile.in (dead) 1.20 +6 -11 ports/math/freefem++/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Nov 13 22:24:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA23016A55F; Mon, 13 Nov 2006 22:24:06 +0000 (UTC) (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 9372043DE9; Mon, 13 Nov 2006 22:23:34 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADMNYjZ017935; Mon, 13 Nov 2006 22:23:34 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADMNYk0017934; Mon, 13 Nov 2006 22:23:34 GMT (envelope-from jhb) Message-Id: <200611132223.kADMNYk0017934@repoman.freebsd.org> From: John Baldwin Date: Mon, 13 Nov 2006 22:23: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/sys/amd64/amd64 local_apic.c mptable_pci.c msi.c nexus.c src/sys/amd64/include apicvar.h intr_machdep.h src/sys/amd64/pci pci_bus.c src/sys/conf files.amd64 files.i386 src/sys/i386/i386 local_apic.c mptable_pci.c msi.c 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: Mon, 13 Nov 2006 22:24:06 -0000 jhb 2006-11-13 22:23:34 UTC FreeBSD src repository Modified files: sys/amd64/amd64 local_apic.c mptable_pci.c nexus.c sys/amd64/include apicvar.h intr_machdep.h sys/amd64/pci pci_bus.c sys/conf files.amd64 files.i386 sys/i386/i386 local_apic.c mptable_pci.c nexus.c sys/i386/include apicvar.h intr_machdep.h sys/i386/pci pci_bus.c Added files: sys/amd64/amd64 msi.c sys/i386/i386 msi.c Log: MD support for PCI Message Signalled Interrupts on amd64 and i386: - Add a new apic_alloc_vectors() method to the local APIC support code to allocate N contiguous IDT vectors (aligned on a M >= N boundary). This function is used to allocate IDT vectors for a group of MSI messages. - Add MSI and MSI-X PICs. The PIC code here provides methods to manage edge-triggered MSI messages as x86 interrupt sources. In addition to the PIC methods, msi.c also includes methods to allocate and release MSI and MSI-X messages. For x86, we allow for up to 128 different MSI IRQs starting at IRQ 256 (IRQs 0-15 are reserved for ISA IRQs, 16-254 for APIC PCI IRQs, and IRQ 255 is reserved). - Add pcib_(alloc|release)_msi[x]() methods to the MD x86 PCI bridge drivers to bubble the request up to the nexus driver. - Add pcib_(alloc|release)_msi[x]() methods to the x86 nexus drivers that ask the MSI PIC code to allocate resources and IDT vectors. MFC after: 2 months Revision Changes Path 1.33 +62 -0 src/sys/amd64/amd64/local_apic.c 1.5 +8 -0 src/sys/amd64/amd64/mptable_pci.c 1.1 +511 -0 src/sys/amd64/amd64/msi.c (new) 1.70 +53 -0 src/sys/amd64/amd64/nexus.c 1.20 +1 -0 src/sys/amd64/include/apicvar.h 1.12 +17 -4 src/sys/amd64/include/intr_machdep.h 1.118 +4 -0 src/sys/amd64/pci/pci_bus.c 1.99 +1 -0 src/sys/conf/files.amd64 1.571 +1 -0 src/sys/conf/files.i386 1.35 +62 -0 src/sys/i386/i386/local_apic.c 1.5 +8 -0 src/sys/i386/i386/mptable_pci.c 1.1 +511 -0 src/sys/i386/i386/msi.c (new) 1.65 +62 -0 src/sys/i386/i386/nexus.c 1.20 +1 -0 src/sys/i386/include/apicvar.h 1.14 +17 -4 src/sys/i386/include/intr_machdep.h 1.124 +8 -0 src/sys/i386/pci/pci_bus.c From owner-cvs-all@FreeBSD.ORG Mon Nov 13 22:28:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2ADBC16A416; Mon, 13 Nov 2006 22:28:17 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F144043E0F; Mon, 13 Nov 2006 22:25:32 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADMPIK8018574; Mon, 13 Nov 2006 22:25:18 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADMPIOs018573; Mon, 13 Nov 2006 22:25:18 GMT (envelope-from shaun) Message-Id: <200611132225.kADMPIOs018573@repoman.freebsd.org> From: Shaun Amott Date: Mon, 13 Nov 2006 22:25: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/mail/p5-LMAP-CID2SPF 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, 13 Nov 2006 22:28:17 -0000 shaun 2006-11-13 22:25:18 UTC FreeBSD ports repository Modified files: mail/p5-LMAP-CID2SPF Makefile Log: Requires Perl 5.6 or newer. Add appropriate IGNORE line. Submitted by: pointyhat via kris Revision Changes Path 1.2 +7 -1 ports/mail/p5-LMAP-CID2SPF/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 13 22:35:25 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 735E616A4E8; Mon, 13 Nov 2006 22:35:25 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CF6743D5D; Mon, 13 Nov 2006 22:30:52 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from kobe.laptop ([195.167.26.18]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-2) with ESMTP id kADMTrox015598 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 14 Nov 2006 00:30:08 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.13.8/8.13.8) with ESMTP id kADMSDAC002317; Mon, 13 Nov 2006 23:28:43 +0100 (CET) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by kobe.laptop (8.13.8/8.13.8/Submit) id kADMRgx8002296; Mon, 13 Nov 2006 23:27:42 +0100 (CET) (envelope-from keramida@freebsd.org) Date: Mon, 13 Nov 2006 23:27:42 +0100 From: Giorgos Keramidas To: Niclas Zeising Message-ID: <20061113222742.GB1634@kobe.laptop> References: <200611120013.kAC0D5GM097268@repoman.freebsd.org> <200611121144.28895.jkois@freebsd.org> <4556FE2A.1080501@n00b.apagnu.se> <20061112111431.GA84563@abigail.blackend.org> <20061112182751.GB834@turion.vk2pj.dyndns.org> <20061112190008.GA7008@kobe.laptop> <45578E57.3070006@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45578E57.3070006@gmail.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-2.348, required 5, AWL 0.05, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20, UNPARSEABLE_RELAY 0.00) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: cvs-doc@freebsd.org, cvs-all@freebsd.org, Johann Kois , doc-committers@freebsd.org, Marc Fonvieille Subject: Re: 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: Mon, 13 Nov 2006 22:35:25 -0000 On 2006-11-12 22:12, Niclas Zeising wrote: >Giorgos Keramidas wrote: >>On 2006-11-13 05:27, Peter Jeremy wrote: >>>On Sun, 2006-Nov-12 12:14:31 +0100, Marc Fonvieille wrote: >>>> SSH is the protocol, and ssh is the application/program (so >>>> or according to the >>>> situation). >>> >>> To be pedantic, the application is OpenSSH. >> >> Well, right now, yes. But it is "a member of the family of applications >> which implement the `SSH' protocol". I am not saying that this can >> actually happen real soon now, but if OpenSSH doesn't work the way we >> want it to work, it is possible that our SSH >> in a few years will be FooSSH. >> >> When the 'Open' part of 'OpenSSH' is important, it is obligatory that >> we mention and make it stand out (if not for any other reason, as a form >> of our appreciation for the work of the OpenSSH folks). But when we >> talk about the 'SSH' protocol in general, do we really have to do so? > > This chapter, as far as I can tell, talks about SSH in general, as > Giorgos stated. There is another chapter talking about OpenSSH in > particular, and in that chapter OpenSSH is used when talking about the > application. Excellent! I'm glad we got that straight :) So, Niclas, just to get this thread directed towards a more productive closure, in a previous post of yours you wrote: % Date: Sun, 12 Nov 2006 12:22:53 +0100 % From: Niclas Zeising % Subject: Re: cvs commit: % doc/en_US.ISO8859-1/books/handbook/security chapter.sgml % To: Marc Fonvieille % CC: Johann Kois , doc-committers@freebsd.org, % Giorgos Keramidas , cvs-all@freebsd.org, % cvs-doc@freebsd.org % % Okay. I'll do an overhaul of the security chapter and see if I can make % some sort of progress regarding consistency between, SSH, ssh and so on, % using SSH for the protocol, and ssh or % ssh depending on the situation. Should we expect a patch for the SSH stuff? If you are going to work on this, it would be nice to know, so we avoid duplication of work by 2 or more prople for the same relatively trivial change. - Giorgos From owner-cvs-all@FreeBSD.ORG Mon Nov 13 22:35:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E452C16A4A0; Mon, 13 Nov 2006 22:35:26 +0000 (UTC) (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 4B64243D94; Mon, 13 Nov 2006 22:31:26 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADMVJ06020496; Mon, 13 Nov 2006 22:31:19 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADMVJJB020494; Mon, 13 Nov 2006 22:31:19 GMT (envelope-from thierry) Message-Id: <200611132231.kADMVJJB020494@repoman.freebsd.org> From: Thierry Thomas Date: Mon, 13 Nov 2006 22:31: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/sysutils/xvidcap 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, 13 Nov 2006 22:35:27 -0000 thierry 2006-11-13 22:31:19 UTC FreeBSD ports repository Modified files: sysutils/xvidcap Makefile Log: Force `-fno-strict-aliasing' to fix on i386 5. Reported by: pointyhat via Kris Revision Changes Path 1.16 +4 -0 ports/sysutils/xvidcap/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 13 22:35:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EE9916A4EA; Mon, 13 Nov 2006 22:35:27 +0000 (UTC) (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 EC63643D45; Mon, 13 Nov 2006 22:31:38 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADMVYBF020647; Mon, 13 Nov 2006 22:31:34 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADMVYU6020646; Mon, 13 Nov 2006 22:31:34 GMT (envelope-from pav) Message-Id: <200611132231.kADMVYU6020646@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 13 Nov 2006 22:31:34 +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: Mon, 13 Nov 2006 22:35:27 -0000 pav 2006-11-13 22:31:34 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Using Lua: - Add LUA_CMD, LUAC_CMD and TOLUA_CMD variables. - Fix column titles in a table. - Change example to use the new variables. PR: docs/105441 Submitted by: alepulver Revision Changes Path 1.767 +24 -4 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 13 22:37:39 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C382A16A4CA for ; Mon, 13 Nov 2006 22:37:39 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id B087D43F8E for ; Mon, 13 Nov 2006 22:33:40 +0000 (GMT) (envelope-from jfvogel@gmail.com) Received: by nz-out-0102.google.com with SMTP id i11so859776nzh for ; Mon, 13 Nov 2006 14:33:36 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NCv9pnQZ6NjoRdDBaEiWzg26jfM2AbruWADBMtKK9QmzvjlDx7dGUoGdX2tsx53uYQYHnN04y0RZ6/j9x8ixXwrJe0l6rGkSEPbwTY8U2tV7rdGXTeXQQMpArcPzq77TggYsjHj3lCYx1f/uxCFuC0VE4qGTtNyyPkgO39NAqn8= Received: by 10.35.111.14 with SMTP id o14mr214110pym.1163457215802; Mon, 13 Nov 2006 14:33:35 -0800 (PST) Received: by 10.35.118.6 with HTTP; Mon, 13 Nov 2006 14:33:35 -0800 (PST) Message-ID: <2a41acea0611131433i5e4612eq55a8050775dce31c@mail.gmail.com> Date: Mon, 13 Nov 2006 14:33:35 -0800 From: "Jack Vogel" To: "John Baldwin" In-Reply-To: <200611132223.kADMNYk0017934@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200611132223.kADMNYk0017934@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/amd64 local_apic.c mptable_pci.c msi.c nexus.c src/sys/amd64/include apicvar.h intr_machdep.h src/sys/amd64/pci pci_bus.c src/sys/conf files.amd64 files.i386 src/sys/i386/i386 local_apic.c mptable_pci.c msi.c 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: Mon, 13 Nov 2006 22:37:39 -0000 WOOOOOT, awesome, thanks John. BTW, have this code up and running here also now, will be new features that build on it forthcoming. Jack On 11/13/06, John Baldwin wrote: > jhb 2006-11-13 22:23:34 UTC > > FreeBSD src repository > > Modified files: > sys/amd64/amd64 local_apic.c mptable_pci.c nexus.c > sys/amd64/include apicvar.h intr_machdep.h > sys/amd64/pci pci_bus.c > sys/conf files.amd64 files.i386 > sys/i386/i386 local_apic.c mptable_pci.c nexus.c > sys/i386/include apicvar.h intr_machdep.h > sys/i386/pci pci_bus.c > Added files: > sys/amd64/amd64 msi.c > sys/i386/i386 msi.c > Log: > MD support for PCI Message Signalled Interrupts on amd64 and i386: > - Add a new apic_alloc_vectors() method to the local APIC support code > to allocate N contiguous IDT vectors (aligned on a M >= N boundary). > This function is used to allocate IDT vectors for a group of MSI > messages. > - Add MSI and MSI-X PICs. The PIC code here provides methods to manage > edge-triggered MSI messages as x86 interrupt sources. In addition to > the PIC methods, msi.c also includes methods to allocate and release > MSI and MSI-X messages. For x86, we allow for up to 128 different > MSI IRQs starting at IRQ 256 (IRQs 0-15 are reserved for ISA IRQs, > 16-254 for APIC PCI IRQs, and IRQ 255 is reserved). > - Add pcib_(alloc|release)_msi[x]() methods to the MD x86 PCI bridge > drivers to bubble the request up to the nexus driver. > - Add pcib_(alloc|release)_msi[x]() methods to the x86 nexus drivers that > ask the MSI PIC code to allocate resources and IDT vectors. > > MFC after: 2 months > > Revision Changes Path > 1.33 +62 -0 src/sys/amd64/amd64/local_apic.c > 1.5 +8 -0 src/sys/amd64/amd64/mptable_pci.c > 1.1 +511 -0 src/sys/amd64/amd64/msi.c (new) > 1.70 +53 -0 src/sys/amd64/amd64/nexus.c > 1.20 +1 -0 src/sys/amd64/include/apicvar.h > 1.12 +17 -4 src/sys/amd64/include/intr_machdep.h > 1.118 +4 -0 src/sys/amd64/pci/pci_bus.c > 1.99 +1 -0 src/sys/conf/files.amd64 > 1.571 +1 -0 src/sys/conf/files.i386 > 1.35 +62 -0 src/sys/i386/i386/local_apic.c > 1.5 +8 -0 src/sys/i386/i386/mptable_pci.c > 1.1 +511 -0 src/sys/i386/i386/msi.c (new) > 1.65 +62 -0 src/sys/i386/i386/nexus.c > 1.20 +1 -0 src/sys/i386/include/apicvar.h > 1.14 +17 -4 src/sys/i386/include/intr_machdep.h > 1.124 +8 -0 src/sys/i386/pci/pci_bus.c > From owner-cvs-all@FreeBSD.ORG Mon Nov 13 22:39:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A41D016A68C; Mon, 13 Nov 2006 22:39:23 +0000 (UTC) (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 E257143E1D; Mon, 13 Nov 2006 22:36:34 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([165.236.175.187]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id kADMa5bU085570; Mon, 13 Nov 2006 15:36:11 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <4558F34E.6090705@samsco.org> Date: Mon, 13 Nov 2006 15:35:58 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <200611132147.kADLlVok006575@repoman.freebsd.org> <200611131653.24403.jhb@freebsd.org> In-Reply-To: <200611131653.24403.jhb@freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=3.8 tests=none autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_pcib_acpi.c acpi_pcib_pci.c src/sys/dev/pci pci.c pci_if.m pci_pci.c pci_private.h pcib_if.m pcib_private.h pcireg.h pcivar.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, 13 Nov 2006 22:39:23 -0000 John Baldwin wrote: > On Monday 13 November 2006 16:47, John Baldwin wrote: > >>jhb 2006-11-13 21:47:30 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/dev/acpica acpi_pcib_acpi.c acpi_pcib_pci.c >> sys/dev/pci pci.c pci_if.m pci_pci.c pci_private.h >> pcib_if.m pcib_private.h pcireg.h >> pcivar.h >> Log: >> First cut at MI support for PCI Message Signalled Interrupts (MSI): >> - Add 3 new functions to the pci_if interface along with suitable wrappers >> to provide the device driver visible API: > > > The patches I used for em, bce, and mpt are available at > http://www.freebsd.org/~jhb/patches/msi_dev.patch > > For devices that only support 1 message, the only change is to call > pci_alloc_msi() and then use rid 1 instead of rid 0 for SYS_RES_IRQ. > And just so everyone else knows, BGE and MFI have also been prototyped and tested. BGE claims support for multiple messages, so I'll be experimenting with that at some point. MFI also supports multiple messages, but appears to only use one of them. Once the MD part of MSI is committed, I'll commit the changes to these drivers. That can then be used as a code pattern for other drivers. The advantages to MSI is that you virtually eliminate interrupt sharing, and on most devices you eliminate the need to do a PCI read in the interrupt handler. For the MFI driver, I recorded an approx 20% reduction in CPU time when I switched to MSI. Network drivers will likely benefit even more. Thanks a lot to John, Peter Grehan, and Jack Vogel for working on this. Scott From owner-cvs-all@FreeBSD.ORG Mon Nov 13 22:49:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7075C16A412; Mon, 13 Nov 2006 22:49:00 +0000 (UTC) (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 D0EE443DD9; Mon, 13 Nov 2006 22:47:54 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kADMlr9H023803; Mon, 13 Nov 2006 22:47:53 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kADMlrEn023802; Mon, 13 Nov 2006 22:47:53 GMT (envelope-from trhodes) Message-Id: <200611132247.kADMlrEn023802@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 13 Nov 2006 22:47: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: www/en/projects/c99 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: Mon, 13 Nov 2006 22:49:00 -0000 trhodes 2006-11-13 22:47:53 UTC FreeBSD doc repository Modified files: en/projects/c99 index.sgml Log: Update status of merge task. Noticed by: rodrigc Revision Changes Path 1.110 +4 -4 www/en/projects/c99/index.sgml From owner-cvs-all@FreeBSD.ORG Tue Nov 14 00:39:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C5A316A416; Tue, 14 Nov 2006 00:39:53 +0000 (UTC) (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 A179443D78; Tue, 14 Nov 2006 00:39:51 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE0dpAK067167; Tue, 14 Nov 2006 00:39:51 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE0dpCq067166; Tue, 14 Nov 2006 00:39:51 GMT (envelope-from clsung) Message-Id: <200611140039.kAE0dpCq067166@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 14 Nov 2006 00:39: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/www/p5-HTML-Tree 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, 14 Nov 2006 00:39:53 -0000 clsung 2006-11-14 00:39:51 UTC FreeBSD ports repository Modified files: www/p5-HTML-Tree Makefile distinfo Log: - Update to 3.23 Revision Changes Path 1.20 +1 -1 ports/www/p5-HTML-Tree/Makefile 1.11 +3 -3 ports/www/p5-HTML-Tree/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 14 00:40:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7608816A4F3; Tue, 14 Nov 2006 00:40:33 +0000 (UTC) (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 98A8643D95; Tue, 14 Nov 2006 00:40:21 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE0eLfR067268; Tue, 14 Nov 2006 00:40:21 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE0eL8D067267; Tue, 14 Nov 2006 00:40:21 GMT (envelope-from clsung) Message-Id: <200611140040.kAE0eL8D067267@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 14 Nov 2006 00:40: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/textproc/p5-XML-Writer 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, 14 Nov 2006 00:40:33 -0000 clsung 2006-11-14 00:40:21 UTC FreeBSD ports repository Modified files: textproc/p5-XML-Writer Makefile distinfo Log: - Update to 0.602 Revision Changes Path 1.18 +1 -1 ports/textproc/p5-XML-Writer/Makefile 1.13 +3 -3 ports/textproc/p5-XML-Writer/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 14 01:08:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0468216A403; Tue, 14 Nov 2006 01:08:54 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CE0A43DC9; Tue, 14 Nov 2006 01:07:43 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE17ham080677; Tue, 14 Nov 2006 01:07:43 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE17glx080676; Tue, 14 Nov 2006 01:07:42 GMT (envelope-from rodrigc) Message-Id: <200611140107.kAE17glx080676@repoman.freebsd.org> From: Craig Rodrigues Date: Tue, 14 Nov 2006 01:07: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/sbin/mount 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: Tue, 14 Nov 2006 01:08:54 -0000 rodrigc 2006-11-14 01:07:42 UTC FreeBSD src repository Modified files: sbin/mount mount.c Log: Fix debugging output of '-d', to more accurately reflect if we exec an external mount program, or just call nmount() to mount a filesystem. Noticed by: kris Revision Changes Path 1.92 +4 -1 src/sbin/mount/mount.c From owner-cvs-all@FreeBSD.ORG Tue Nov 14 01:09:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B07E916A4ED; Tue, 14 Nov 2006 01:09:36 +0000 (UTC) (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 8521F43E04; Tue, 14 Nov 2006 01:08:30 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE18Emw080763; Tue, 14 Nov 2006 01:08:14 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE18EeH080762; Tue, 14 Nov 2006 01:08:14 GMT (envelope-from clsung) Message-Id: <200611140108.kAE18EeH080762@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 14 Nov 2006 01:08: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/deskutils/krefty 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, 14 Nov 2006 01:09:36 -0000 clsung 2006-11-14 01:08:14 UTC FreeBSD ports repository Modified files: deskutils/krefty Makefile pkg-plist Log: - fix pkg-plist, addresses http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2006101922/knowit-0.10_3.log - pet portlint by setting USE_LDCONFIG and INSTALLS_ICONS PR: ports/104840 Submitted by: Thomas Abthorpe Revision Changes Path 1.13 +4 -0 ports/deskutils/krefty/Makefile 1.4 +7 -13 ports/deskutils/krefty/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 14 01:18:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B95B516A403; Tue, 14 Nov 2006 01:18:51 +0000 (UTC) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B00C43D62; Tue, 14 Nov 2006 01:18:45 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE1IcHs082365; Tue, 14 Nov 2006 01:18:38 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE1Icwh082364; Tue, 14 Nov 2006 01:18:38 GMT (envelope-from ijliao) Message-Id: <200611140118.kAE1Icwh082364@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 14 Nov 2006 01:18: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/bkmrkconv 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, 14 Nov 2006 01:18:51 -0000 ijliao 2006-11-14 01:18:38 UTC FreeBSD ports repository Modified files: www/bkmrkconv Makefile distinfo Log: uprade to 1.12 Revision Changes Path 1.15 +1 -1 ports/www/bkmrkconv/Makefile 1.7 +3 -3 ports/www/bkmrkconv/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 14 01:22:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C6FF16A47B; Tue, 14 Nov 2006 01:22:37 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5D7B43D78; Tue, 14 Nov 2006 01:22:36 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE1MaQI083309; Tue, 14 Nov 2006 01:22:36 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE1Ma8d083308; Tue, 14 Nov 2006 01:22:36 GMT (envelope-from rafan) Message-Id: <200611140122.kAE1Ma8d083308@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 14 Nov 2006 01:22: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/print/wprint 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, 14 Nov 2006 01:22:37 -0000 rafan 2006-11-14 01:22:36 UTC FreeBSD ports repository Modified files: print/wprint Makefile pkg-plist Log: - Do not overwrite configuration file. Bump PORTREVISION - Use DATADIR and USE_ICONV Revision Changes Path 1.9 +10 -2 ports/print/wprint/Makefile 1.2 +13 -11 ports/print/wprint/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 14 02:10:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C20E16A4D2; Tue, 14 Nov 2006 02:10:58 +0000 (UTC) (envelope-from laszlof@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A96144200; Tue, 14 Nov 2006 02:06:22 +0000 (GMT) (envelope-from laszlof@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE268PU091584; Tue, 14 Nov 2006 02:06:08 GMT (envelope-from laszlof@repoman.freebsd.org) Received: (from laszlof@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE268Vk091583; Tue, 14 Nov 2006 02:06:08 GMT (envelope-from laszlof) Message-Id: <200611140206.kAE268Vk091583@repoman.freebsd.org> From: "Frank J. Laszlo" Date: Tue, 14 Nov 2006 02:06: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/security/heimdal Makefile ports/security/krb4 Makefile ports/security/krb5 Makefile ports/security/srp 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, 14 Nov 2006 02:10:58 -0000 laszlof 2006-11-14 02:06:07 UTC FreeBSD ports repository Modified files: security/heimdal Makefile security/krb4 Makefile security/krb5 Makefile security/srp Makefile Log: Register conflicts for srp in security/heimdal, security/krb4, and securiry/krb5. Bump PORTREVISION accordingly. PR: ports/105442 Submitted by: Ruben van Staveren Reviewed by: shaun@, cy@ Approved by: flz (mentor) Revision Changes Path 1.79 +2 -2 ports/security/heimdal/Makefile 1.9 +2 -2 ports/security/krb4/Makefile 1.107 +3 -2 ports/security/krb5/Makefile 1.17 +3 -0 ports/security/srp/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 14 03:31:08 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5100E16A407 for ; Tue, 14 Nov 2006 03:31:08 +0000 (UTC) (envelope-from jkoshy.freebsd@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2EDC43D49 for ; Tue, 14 Nov 2006 03:31:06 +0000 (GMT) (envelope-from jkoshy.freebsd@gmail.com) Received: by nz-out-0102.google.com with SMTP id i11so886109nzh for ; Mon, 13 Nov 2006 19:31:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=elT2VxKWiMRoFFD3ZA3mh0LVnhFgVyzv8CFLa5mPKWi+j9buk2Z84RLrSaveWJb2P8I7/pXdI+NHMDcg8KG0QlyrmXo3gwuKXdvyHWRhc9y/TlpDNFfvMLdqCIEQ4zVG80uIdc/GUWCdl1qyP9EuY5LbzvCYy1bU/2K2e6Y5j2M= Received: by 10.64.199.2 with SMTP id w2mr225729qbf.1163475066183; Mon, 13 Nov 2006 19:31:06 -0800 (PST) Received: by 10.64.10.8 with HTTP; Mon, 13 Nov 2006 19:31:06 -0800 (PST) Message-ID: Date: Tue, 14 Nov 2006 09:01:06 +0530 From: "Joseph Koshy" Sender: jkoshy.freebsd@gmail.com To: "Bruce Evans" In-Reply-To: <20061114050457.M77914@delplex.bde.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200611130428.kAD4ST0U093715@repoman.freebsd.org> <20061113173927.Q75708@delplex.bde.org> <20061113.101808.-1540392146.imp@bsdimp.com> <20061114050457.M77914@delplex.bde.org> X-Google-Sender-Auth: 1166472d036d73d0 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, "M. Warner Losh" Subject: Re: cvs commit: src/include ar.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, 14 Nov 2006 03:31:08 -0000 bde> Non-broken code knows that byte-aligned data needs to be copied bde> into structs using memcpy(). Do keep in mind that this is `struct ar_hdr' we are talking about, not something else. Having to use memcpy() to copy from a collection of ASCII strings (in file) to a collection of ASCII strings (in struct ar_hdr) to cope with alignment issues is odd. To be truly portable, code needs to memcpy() in each ASCII string member of `struct ar_hdr' separately since we cannot make assumptions about the file and memory layout being identical. Needless to say no code in our tree does this today. So we need to look at the original intent of why a `struct ar_hdr' was declared as a collection of fixed size ASCII strings. My guess is that it was written that way to be able to directly describe its file layout: ASCII for portability and fixed size char[] arrays to avoid issues with structure padding. Declaring it as __packed informs today's compilers of this intent. It also brings down the alignment requirements for `struct ar_hdr' on the ARM to match that of other platforms as a side-effect. bde> I doubt that it is needed for more than breaking the warning. You bde> would have to be unlucky or shooting your feet for bde> "(struct ar *)&byte_array[offset]" to give a pointer that is actually bde> misaligned. Large arrays of chars are normally aligned to the word bde> size even if they are on the stack, and the archive header is at offset bde> 0 in files. In an ar(1) archive, there is a `struct ar_hdr' before each archive member. The only 'alignment' expected for this structure is that of falling on even offsets in the file. This is only enforced programmatically though. Regards, Koshy From owner-cvs-all@FreeBSD.ORG Tue Nov 14 04:13:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8642816A403; Tue, 14 Nov 2006 04:13:26 +0000 (UTC) (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 41AC643D5C; Tue, 14 Nov 2006 04:13:26 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE4DQUi011179; Tue, 14 Nov 2006 04:13:26 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE4DP7F011178; Tue, 14 Nov 2006 04:13:25 GMT (envelope-from fjoe) Message-Id: <200611140413.kAE4DP7F011178@repoman.freebsd.org> From: Max Khon Date: Tue, 14 Nov 2006 04:13: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/emulators/dynamips/files patch-nojit_trans.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, 14 Nov 2006 04:13:26 -0000 fjoe 2006-11-14 04:13:25 UTC FreeBSD ports repository Added files: emulators/dynamips/files patch-nojit_trans.c Log: Fix nojit build. Revision Changes Path 1.1 +11 -0 ports/emulators/dynamips/files/patch-nojit_trans.c (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 14 04:15:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0FAC16A403; Tue, 14 Nov 2006 04:15:04 +0000 (UTC) (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 688D443D49; Tue, 14 Nov 2006 04:15:04 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE4F4e2011286; Tue, 14 Nov 2006 04:15:04 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE4F4AZ011285; Tue, 14 Nov 2006 04:15:04 GMT (envelope-from fjoe) Message-Id: <200611140415.kAE4F4AZ011285@repoman.freebsd.org> From: Max Khon Date: Tue, 14 Nov 2006 04:15: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/emulators/dynamips Makefile ports/emulators/dynamips/files patch-nojit_trans.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, 14 Nov 2006 04:15:04 -0000 fjoe 2006-11-14 04:15:04 UTC FreeBSD ports repository Modified files: emulators/dynamips Makefile emulators/dynamips/files patch-nojit_trans.c Log: Oops, worng patch committed. Revision Changes Path 1.10 +2 -4 ports/emulators/dynamips/Makefile 1.2 +2 -2 ports/emulators/dynamips/files/patch-nojit_trans.c From owner-cvs-all@FreeBSD.ORG Tue Nov 14 04:22:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C024216A40F; Tue, 14 Nov 2006 04:22:01 +0000 (UTC) (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 903A643D5D; Tue, 14 Nov 2006 04:22:01 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE4M1gP012209; Tue, 14 Nov 2006 04:22:01 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE4M1p7012206; Tue, 14 Nov 2006 04:22:01 GMT (envelope-from fjoe) Message-Id: <200611140422.kAE4M1p7012206@repoman.freebsd.org> From: Max Khon Date: Tue, 14 Nov 2006 04:22: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/emulators/dynamips Makefile pkg-descr ports/emulators/dynamips/files patch-gen_eth.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, 14 Nov 2006 04:22:01 -0000 fjoe 2006-11-14 04:22:00 UTC FreeBSD ports repository Modified files: emulators/dynamips Makefile pkg-descr Removed files: emulators/dynamips/files patch-gen_eth.c Log: - Require ${PORTSDIR}/net/libpcap >= 0.9.4 when system libpcap < 0.9.4. This should also enable pcap on FreeBSD 4/5. - Backout accidentall committed Makefile change (JIT still does not work on amd64). - Notice that dynamips now supports 3600 series. - Bump PORTREVISION. Revision Changes Path 1.11 +10 -7 ports/emulators/dynamips/Makefile 1.3 +0 -16 ports/emulators/dynamips/files/patch-gen_eth.c (dead) 1.2 +1 -1 ports/emulators/dynamips/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Nov 14 04:24:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0F3F16A417; Tue, 14 Nov 2006 04:24:45 +0000 (UTC) (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 46EF243D4C; Tue, 14 Nov 2006 04:24:44 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE4OiLt012495; Tue, 14 Nov 2006 04:24:44 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE4OiVq012493; Tue, 14 Nov 2006 04:24:44 GMT (envelope-from fjoe) Message-Id: <200611140424.kAE4OiVq012493@repoman.freebsd.org> From: Max Khon Date: Tue, 14 Nov 2006 04:24: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/emulators/dynamips 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, 14 Nov 2006 04:24:46 -0000 fjoe 2006-11-14 04:24:43 UTC FreeBSD ports repository Modified files: emulators/dynamips Makefile Log: Remove LIB_DEPENDS if we link with libpcap from ports. Revision Changes Path 1.12 +0 -1 ports/emulators/dynamips/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 14 04:33:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D75116A416; Tue, 14 Nov 2006 04:33:05 +0000 (UTC) (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 25C9643D46; Tue, 14 Nov 2006 04:33:05 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE4X5ab013820; Tue, 14 Nov 2006 04:33:05 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE4X4EL013819; Tue, 14 Nov 2006 04:33:04 GMT (envelope-from fjoe) Message-Id: <200611140433.kAE4X4EL013819@repoman.freebsd.org> From: Max Khon Date: Tue, 14 Nov 2006 04:33: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/emulators/dynamips Makefile ports/emulators/dynamips/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, 14 Nov 2006 04:33:05 -0000 fjoe 2006-11-14 04:33:04 UTC FreeBSD ports repository Modified files: emulators/dynamips Makefile emulators/dynamips/files patch-Makefile Log: Fix the build on RLEENG_4. Revision Changes Path 1.13 +3 -1 ports/emulators/dynamips/Makefile 1.7 +2 -2 ports/emulators/dynamips/files/patch-Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 14 05:04:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CEB716A417; Tue, 14 Nov 2006 05:04:03 +0000 (UTC) (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 57FD643D5C; Tue, 14 Nov 2006 05:04:03 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE543P3026001; Tue, 14 Nov 2006 05:04:03 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE543W2026000; Tue, 14 Nov 2006 05:04:03 GMT (envelope-from edwin) Message-Id: <200611140504.kAE543W2026000@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 14 Nov 2006 05:04: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/net/penguintv-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, 14 Nov 2006 05:04:03 -0000 edwin 2006-11-14 05:04:03 UTC FreeBSD ports repository Modified files: net/penguintv-devel Makefile distinfo pkg-plist Log: Update to version 2.56 Revision Changes Path 1.21 +4 -3 ports/net/penguintv-devel/Makefile 1.12 +3 -3 ports/net/penguintv-devel/distinfo 1.12 +0 -2 ports/net/penguintv-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 14 05:05:17 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62DC116A40F; Tue, 14 Nov 2006 05:05:17 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id D927043D55; Tue, 14 Nov 2006 05:05:16 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id F29545D82; Tue, 14 Nov 2006 08:05:15 +0300 (MSK) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id CB1215D41; Tue, 14 Nov 2006 08:05:15 +0300 (MSK) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id kAE55MsO004209; Tue, 14 Nov 2006 08:05:22 +0300 (MSK) (envelope-from ru) Date: Tue, 14 Nov 2006 08:05:22 +0300 From: Ruslan Ermilov To: Tom Rhodes Message-ID: <20061114050522.GA4184@rambler-co.ru> References: <200611132247.kADMlrEn023802@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: <200611132247.kADMlrEn023802@repoman.freebsd.org> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: No virus found Cc: doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: www/en/projects/c99 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: Tue, 14 Nov 2006 05:05:17 -0000 --sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 13, 2006 at 10:47:53PM +0000, Tom Rhodes wrote: > trhodes 2006-11-13 22:47:53 UTC >=20 > FreeBSD doc repository >=20 > Modified files: > en/projects/c99 index.sgml=20 > Log: > Update status of merge task. > =20 > Noticed by: rodrigc > =20 > Revision Changes Path > 1.110 +4 -4 www/en/projects/c99/index.sgml >=20 As posted to developers@, the following link has a sublink to the latest (publically availble!) version of the ISO C99 standard in electronic form: http://www.open-std.org/JTC1/SC22/WG14/www/standards.html It could be referenced from this page, in the "Resources and Links" section. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --sdtB3X0nJg68CQEu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFWU6SqRfpzJluFF4RAtK4AJ4jMq9XHU39shgCivdm9nq6GpqHOwCeIYPt u+4YouI3yxHtMQKcm/dkNLg= =RuLO -----END PGP SIGNATURE----- --sdtB3X0nJg68CQEu-- From owner-cvs-all@FreeBSD.ORG Tue Nov 14 05:28:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B51316A407; Tue, 14 Nov 2006 05:28:53 +0000 (UTC) (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 E6C4943D69; Tue, 14 Nov 2006 05:28:52 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE5SqQK029425; Tue, 14 Nov 2006 05:28:52 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE5SqSw029424; Tue, 14 Nov 2006 05:28:52 GMT (envelope-from clsung) Message-Id: <200611140528.kAE5SqSw029424@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 14 Nov 2006 05:28: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/graphics/p5-Chart-Clicker 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, 14 Nov 2006 05:28:53 -0000 clsung 2006-11-14 05:28:52 UTC FreeBSD ports repository Modified files: graphics/p5-Chart-Clicker Makefile distinfo pkg-plist Log: - Update to latest version. (1.1.3) - change SUBDIR - reorder some listing PR: ports/103507 Submitted by: clsung Approved by: maintainer (chinsan) Revision Changes Path 1.3 +14 -8 ports/graphics/p5-Chart-Clicker/Makefile 1.2 +3 -3 ports/graphics/p5-Chart-Clicker/distinfo 1.2 +28 -24 ports/graphics/p5-Chart-Clicker/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 14 05:48:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9FEA16A40F; Tue, 14 Nov 2006 05:48:30 +0000 (UTC) (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 8675D43D80; Tue, 14 Nov 2006 05:48:28 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE5mSaY032581; Tue, 14 Nov 2006 05:48:28 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE5mSIY032580; Tue, 14 Nov 2006 05:48:28 GMT (envelope-from davidxu) Message-Id: <200611140548.kAE5mSIY032580@repoman.freebsd.org> From: David Xu Date: Tue, 14 Nov 2006 05:48: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/kern sched_4bsd.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, 14 Nov 2006 05:48:31 -0000 davidxu 2006-11-14 05:48:27 UTC FreeBSD src repository Modified files: sys/kern sched_4bsd.c Log: Fix a copy-paste bug in NON-KSE case. Revision Changes Path 1.90 +12 -12 src/sys/kern/sched_4bsd.c From owner-cvs-all@FreeBSD.ORG Tue Nov 14 05:54:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A4B416A403; Tue, 14 Nov 2006 05:54:17 +0000 (UTC) (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 B7F2543D53; Tue, 14 Nov 2006 05:54:16 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE5sG0H033671; Tue, 14 Nov 2006 05:54:16 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE5sGwk033670; Tue, 14 Nov 2006 05:54:16 GMT (envelope-from delphij) Message-Id: <200611140554.kAE5sGwk033670@repoman.freebsd.org> From: Xin LI Date: Tue, 14 Nov 2006 05:54: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/release/doc/zh_CN.GB2312/relnotes/common new.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, 14 Nov 2006 05:54:17 -0000 delphij 2006-11-14 05:54:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/zh_CN.GB2312/relnotes/common new.sgml Log: MFen 1.883.2.51 -> 1.883.2.52 Approved by: re (zh_CN.GB2312 relnotes blanket) Revision Changes Path 1.5.2.12 +4 -1 src/release/doc/zh_CN.GB2312/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Tue Nov 14 06:21:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5323F16A403; Tue, 14 Nov 2006 06:21:06 +0000 (UTC) (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 0454B43D5C; Tue, 14 Nov 2006 06:21:06 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE6L5oM037699; Tue, 14 Nov 2006 06:21:05 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE6L5vr037697; Tue, 14 Nov 2006 06:21:05 GMT (envelope-from clsung) Message-Id: <200611140621.kAE6L5vr037697@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 14 Nov 2006 06:21: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/devel/libevent 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, 14 Nov 2006 06:21:06 -0000 clsung 2006-11-14 06:21:05 UTC FreeBSD ports repository Modified files: devel/libevent Makefile Log: - mark BROKEN on 4.x Noted by: kris@ Revision Changes Path 1.26 +7 -1 ports/devel/libevent/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 14 06:45:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6773B16A47C; Tue, 14 Nov 2006 06:45:58 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1609243D60; Tue, 14 Nov 2006 06:45:58 +0000 (GMT) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE6jvqR041811; Tue, 14 Nov 2006 06:45:57 GMT (envelope-from alexbl@repoman.freebsd.org) Received: (from alexbl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE6jv4s041810; Tue, 14 Nov 2006 06:45:57 GMT (envelope-from alexbl) Message-Id: <200611140645.kAE6jv4s041810@repoman.freebsd.org> From: Alexander Botero-Lowry Date: Tue, 14 Nov 2006 06:45: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/news/hellanzb Makefile distinfo pkg-plist ports/news/hellanzb/files patch-nodocs-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: Tue, 14 Nov 2006 06:45:58 -0000 alexbl 2006-11-14 06:45:57 UTC FreeBSD ports repository Modified files: news/hellanzb Makefile distinfo pkg-plist news/hellanzb/files patch-nodocs-setup.py Log: - update to 0.10 PR: 105508 Submitted by: Philip Jenvey (maintainer) Revision Changes Path 1.5 +3 -2 ports/news/hellanzb/Makefile 1.5 +3 -3 ports/news/hellanzb/distinfo 1.3 +5 -5 ports/news/hellanzb/files/patch-nodocs-setup.py 1.5 +3 -0 ports/news/hellanzb/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 14 06:53:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D43816A403; Tue, 14 Nov 2006 06:53:53 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 387D743D53; Tue, 14 Nov 2006 06:53:53 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE6rr2W043045; Tue, 14 Nov 2006 06:53:53 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE6rrhe043042; Tue, 14 Nov 2006 06:53:53 GMT (envelope-from miwi) Message-Id: <200611140653.kAE6rrhe043042@repoman.freebsd.org> From: Martin Wilke Date: Tue, 14 Nov 2006 06:53: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/misc/goblin 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, 14 Nov 2006 06:53:53 -0000 miwi 2006-11-14 06:53:52 UTC FreeBSD ports repository Modified files: misc/goblin Makefile Log: - Add backup MASTER_SITES Submitted by: pointyhat via kris Revision Changes Path 1.17 +3 -1 ports/misc/goblin/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 14 07:00:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 183F916A494; Tue, 14 Nov 2006 07:00:51 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41C6A43D66; Tue, 14 Nov 2006 07:00:50 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE70oSP043813; Tue, 14 Nov 2006 07:00:50 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE70oLZ043812; Tue, 14 Nov 2006 07:00:50 GMT (envelope-from sat) Message-Id: <200611140700.kAE70oLZ043812@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 14 Nov 2006 07:00: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/sysutils/namefix 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, 14 Nov 2006 07:00:51 -0000 sat 2006-11-14 07:00:49 UTC FreeBSD ports repository Modified files: sysutils/namefix Makefile distinfo Log: - Update to 4.0 RC4 Revision Changes Path 1.5 +1 -1 ports/sysutils/namefix/Makefile 1.5 +3 -3 ports/sysutils/namefix/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 14 07:10:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70A9616A571; Tue, 14 Nov 2006 07:10:01 +0000 (UTC) (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 4144C43D68; Tue, 14 Nov 2006 07:10:01 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE7A1u4046498; Tue, 14 Nov 2006 07:10:01 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE7A16Q046497; Tue, 14 Nov 2006 07:10:01 GMT (envelope-from clsung) Message-Id: <200611140710.kAE7A16Q046497@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 14 Nov 2006 07:10: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/trac 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, 14 Nov 2006 07:10:01 -0000 clsung 2006-11-14 07:10:00 UTC FreeBSD ports repository Modified files: www/trac Makefile distinfo Log: - Update to 0.10.2 Trac 0.10.2 is a bug fix release and fixes few bugs introduced in the 0.10.1 release. A brief summary of major changes: * Fixes deadlock when using authz_file config option (#3996). * Makes the CSRF code play nice with the XmlRpcPlugin (#4122). * Fixes Timeline breakage after svn commit when using sqlite (#4120). The complete list of closed tickets can be found here: http://trac.edgewall.org/query?status=closed&milestone=0.10.2 PR: ports/105505 Submitted by: Li-Wen Hsu Revision Changes Path 1.24 +1 -1 ports/www/trac/Makefile 1.14 +3 -3 ports/www/trac/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 14 07:20:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DC4816A415; Tue, 14 Nov 2006 07:20:26 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4C5843D75; Tue, 14 Nov 2006 07:20:22 +0000 (GMT) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE7KMnj048115; Tue, 14 Nov 2006 07:20:22 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE7KMlu048114; Tue, 14 Nov 2006 07:20:22 GMT (envelope-from vd) Message-Id: <200611140720.kAE7KMlu048114@repoman.freebsd.org> From: Vasil Dimov Date: Tue, 14 Nov 2006 07:20: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/rdiff-backup 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, 14 Nov 2006 07:20:26 -0000 vd 2006-11-14 07:20:22 UTC FreeBSD ports repository Modified files: sysutils/rdiff-backup Makefile distinfo Log: * Upgrade sysutils/rdiff-backup from 1.0.4 to 1.0.5 * Adopt Revision Changes Path 1.16 +2 -2 ports/sysutils/rdiff-backup/Makefile 1.12 +3 -3 ports/sysutils/rdiff-backup/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 14 07:26:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0526F16A416; Tue, 14 Nov 2006 07:26:59 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11FD343D60; Tue, 14 Nov 2006 07:26:58 +0000 (GMT) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE7Qvwk049547; Tue, 14 Nov 2006 07:26:57 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE7Qv5M049546; Tue, 14 Nov 2006 07:26:57 GMT (envelope-from vd) Message-Id: <200611140726.kAE7Qv5M049546@repoman.freebsd.org> From: Vasil Dimov Date: Tue, 14 Nov 2006 07: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/sysutils/rdiff-backup-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: Tue, 14 Nov 2006 07:26:59 -0000 vd 2006-11-14 07:26:57 UTC FreeBSD ports repository Modified files: sysutils/rdiff-backup-devel Makefile distinfo Log: Upgrade sysutils/rdiff-backup-devel from 1.1.5 to 1.1.7 Revision Changes Path 1.8 +1 -1 ports/sysutils/rdiff-backup-devel/Makefile 1.7 +3 -3 ports/sysutils/rdiff-backup-devel/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 14 07:28:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36E9A16A40F; Tue, 14 Nov 2006 07:28:38 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4C9543D46; Tue, 14 Nov 2006 07:28:37 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE7SbXi049642; Tue, 14 Nov 2006 07:28:37 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE7SbHV049641; Tue, 14 Nov 2006 07:28:37 GMT (envelope-from ehaupt) Message-Id: <200611140728.kAE7SbHV049641@repoman.freebsd.org> From: Emanuel Haupt Date: Tue, 14 Nov 2006 07:28: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/unzoo 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, 14 Nov 2006 07:28:38 -0000 ehaupt 2006-11-14 07:28:37 UTC FreeBSD ports repository Modified files: archivers/unzoo Makefile distinfo Log: Provide a patch to check for and remove patterns like '/../' that can be used for directory traversal attacks. Added an option to force extraction to original location. Obtained from: debian Revision Changes Path 1.8 +16 -8 ports/archivers/unzoo/Makefile 1.3 +6 -3 ports/archivers/unzoo/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 14 07:28:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF54216A412; Tue, 14 Nov 2006 07:28:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AEC543D46; Tue, 14 Nov 2006 07:28:38 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE7ScKT049669; Tue, 14 Nov 2006 07:28:38 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE7Sc3J049668; Tue, 14 Nov 2006 07:28:38 GMT (envelope-from miwi) Message-Id: <200611140728.kAE7Sc3J049668@repoman.freebsd.org> From: Martin Wilke Date: Tue, 14 Nov 2006 07:28: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/dotproject 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, 14 Nov 2006 07:28:38 -0000 miwi 2006-11-14 07:28:38 UTC FreeBSD ports repository Modified files: www/dotproject Makefile Log: - Fix permissions PR: ports/105506 Submitted by: farrokhi@ Approved by: maintainer Revision Changes Path 1.5 +1 -0 ports/www/dotproject/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 14 07:29:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEC8516A492; Tue, 14 Nov 2006 07:29:49 +0000 (UTC) (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 7068A43D46; Tue, 14 Nov 2006 07:29:49 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE7TnOe049736; Tue, 14 Nov 2006 07:29:49 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE7TnHu049735; Tue, 14 Nov 2006 07:29:49 GMT (envelope-from clsung) Message-Id: <200611140729.kAE7TnHu049735@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 14 Nov 2006 07: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: ports/security/p5-PerlCryptLib 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, 14 Nov 2006 07:29:49 -0000 clsung 2006-11-14 07:29:48 UTC FreeBSD ports repository Modified files: security/p5-PerlCryptLib Makefile Log: - Ignore Perl < 5.6 - Change maintainer to perl@ PR: ports/105509 Submitted by: Gea-Suan Lin Revision Changes Path 1.2 +8 -2 ports/security/p5-PerlCryptLib/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 14 07:33:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7930F16A407; Tue, 14 Nov 2006 07:33:39 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04D5A43D7B; Tue, 14 Nov 2006 07:33:39 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE7Xc21050893; Tue, 14 Nov 2006 07:33:38 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE7XcOT050887; Tue, 14 Nov 2006 07:33:38 GMT (envelope-from miwi) Message-Id: <200611140733.kAE7XcOT050887@repoman.freebsd.org> From: Martin Wilke Date: Tue, 14 Nov 2006 07:33: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/campsite Makefile distinfo pkg-plist ports/www/campsite/files patch-campsite-remove-instance.php X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Nov 2006 07:33:39 -0000 miwi 2006-11-14 07:33:38 UTC FreeBSD ports repository Modified files: www/campsite Makefile distinfo pkg-plist Removed files: www/campsite/files patch-campsite-remove-instance.php Log: - Update to 2.6.2 PR: ports/105480 Submitted by: Ondra Koutek (maintainer) Revision Changes Path 1.13 +1 -1 ports/www/campsite/Makefile 1.8 +3 -3 ports/www/campsite/distinfo 1.2 +0 -24 ports/www/campsite/files/patch-campsite-remove-instance.php (dead) 1.6 +8 -0 ports/www/campsite/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 14 07:34:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22B6F16A416; Tue, 14 Nov 2006 07:34:22 +0000 (UTC) (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 D367243D45; Tue, 14 Nov 2006 07:34:21 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE7YLSH051065; Tue, 14 Nov 2006 07:34:21 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE7YLiT051063; Tue, 14 Nov 2006 07:34:21 GMT (envelope-from marcus) Message-Id: <200611140734.kAE7YLiT051063@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 14 Nov 2006 07: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/devel/libvolume_id 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, 14 Nov 2006 07:34:22 -0000 marcus 2006-11-14 07:34:21 UTC FreeBSD ports repository Modified files: devel/libvolume_id Makefile Log: This port is not supported on 4.X so mark IGNORE. Reported by: pointyhat via kris Revision Changes Path 1.2 +7 -1 ports/devel/libvolume_id/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 14 07:36:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A174A16A403; Tue, 14 Nov 2006 07:36:39 +0000 (UTC) (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 5BA0F43D76; Tue, 14 Nov 2006 07:36:39 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE7ad1H051314; Tue, 14 Nov 2006 07:36:39 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE7adii051313; Tue, 14 Nov 2006 07:36:39 GMT (envelope-from clsung) Message-Id: <200611140736.kAE7adii051313@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 14 Nov 2006 07:36: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/converters/p5-Convert-Bencode_XS 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, 14 Nov 2006 07:36:39 -0000 clsung 2006-11-14 07:36:39 UTC FreeBSD ports repository Modified files: converters/p5-Convert-Bencode_XS Makefile distinfo Log: - Update to 0.06 Revision Changes Path 1.2 +1 -1 ports/converters/p5-Convert-Bencode_XS/Makefile 1.2 +3 -3 ports/converters/p5-Convert-Bencode_XS/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 14 07:46:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9DD116A417; Tue, 14 Nov 2006 07:46:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CAB643D55; Tue, 14 Nov 2006 07:46:47 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE7kl1k052824; Tue, 14 Nov 2006 07:46:47 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE7klqW052823; Tue, 14 Nov 2006 07:46:47 GMT (envelope-from miwi) Message-Id: <200611140746.kAE7klqW052823@repoman.freebsd.org> From: Martin Wilke Date: Tue, 14 Nov 2006 07:46: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/p5-Net-Packet 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, 14 Nov 2006 07:46:47 -0000 miwi 2006-11-14 07:46:47 UTC FreeBSD ports repository Modified files: net/p5-Net-Packet Makefile distinfo pkg-plist Log: - Update to 3.20 PR: ports/105481 Submitted by: miwi Approved by: maintainer Revision Changes Path 1.6 +9 -2 ports/net/p5-Net-Packet/Makefile 1.6 +3 -3 ports/net/p5-Net-Packet/distinfo 1.5 +8 -0 ports/net/p5-Net-Packet/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 14 07:50:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 860DB16A417; Tue, 14 Nov 2006 07:50:55 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FC5043D68; Tue, 14 Nov 2006 07:50:55 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE7otuD053078; Tue, 14 Nov 2006 07:50:55 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE7otwe053077; Tue, 14 Nov 2006 07:50:55 GMT (envelope-from miwi) Message-Id: <200611140750.kAE7otwe053077@repoman.freebsd.org> From: Martin Wilke Date: Tue, 14 Nov 2006 07:50: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/pear-HTTP_Download 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, 14 Nov 2006 07:50:55 -0000 miwi 2006-11-14 07:50:54 UTC FreeBSD ports repository Modified files: www/pear-HTTP_Download Makefile distinfo Log: - Update to 1.1.1 PR: ports/105487 Submitted by: Thomas Abthorpe Revision Changes Path 1.10 +1 -1 ports/www/pear-HTTP_Download/Makefile 1.7 +3 -3 ports/www/pear-HTTP_Download/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 14 07:52:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5A4B16A403; Tue, 14 Nov 2006 07:52:03 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ECB543D46; Tue, 14 Nov 2006 07:52:03 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE7q3iK053674; Tue, 14 Nov 2006 07:52:03 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE7q3Kf053673; Tue, 14 Nov 2006 07:52:03 GMT (envelope-from miwi) Message-Id: <200611140752.kAE7q3Kf053673@repoman.freebsd.org> From: Martin Wilke Date: Tue, 14 Nov 2006 07:52: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/pear-Crypt_Blowfish 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, 14 Nov 2006 07:52:03 -0000 miwi 2006-11-14 07:52:03 UTC FreeBSD ports repository Modified files: security/pear-Crypt_Blowfish Makefile distinfo pkg-descr Log: - Update to 1.1.0.r1 PR: ports/105486 Submitted by: Thomas Abthorpe (maintainer) Revision Changes Path 1.6 +22 -3 ports/security/pear-Crypt_Blowfish/Makefile 1.4 +3 -3 ports/security/pear-Crypt_Blowfish/distinfo 1.2 +3 -4 ports/security/pear-Crypt_Blowfish/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Nov 14 07:57:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8F7D16A416; Tue, 14 Nov 2006 07:57:35 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 445B543D8B; Tue, 14 Nov 2006 07:57:20 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE7vK1b054445; Tue, 14 Nov 2006 07:57:20 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE7vJKR054444; Tue, 14 Nov 2006 07:57:19 GMT (envelope-from kmacy) Message-Id: <200611140757.kAE7vJKR054444@repoman.freebsd.org> From: Kip Macy Date: Tue, 14 Nov 2006 07:57: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/sys lock_profile.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, 14 Nov 2006 07:57:35 -0000 kmacy 2006-11-14 07:57:19 UTC FreeBSD src repository Modified files: sys/sys lock_profile.h Log: Add Kris Kennaway to reflect his performance improvements to the lock profiling code Revision Changes Path 1.7 +1 -0 src/sys/sys/lock_profile.h From owner-cvs-all@FreeBSD.ORG Tue Nov 14 08:09:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CAB316A407; Tue, 14 Nov 2006 08:09:27 +0000 (UTC) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B470643D68; Tue, 14 Nov 2006 08:09:26 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE89QP7057325; Tue, 14 Nov 2006 08:09:26 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE89QDJ057320; Tue, 14 Nov 2006 08:09:26 GMT (envelope-from harti) Message-Id: <200611140809.kAE89QDJ057320@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 14 Nov 2006 08:09:25 +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 snmpd.config X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Nov 2006 08:09:27 -0000 harti 2006-11-14 08:09:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc snmpd.config Log: MFC Rev. 1.2. Add a (commented out) line that loads the snmp_hostres(3) module. Approved by: re (bmah) Suggested by: Ulrich Spoerlein Revision Changes Path 1.1.4.3 +6 -0 src/etc/snmpd.config From owner-cvs-all@FreeBSD.ORG Tue Nov 14 08:10:07 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E330A16A417; Tue, 14 Nov 2006 08:10:07 +0000 (UTC) (envelope-from Hartmut.Brandt@dlr.de) Received: from smtp-1.dlr.de (smtp-1.dlr.de [195.37.61.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5042E43D60; Tue, 14 Nov 2006 08:10:07 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from knop-beagle.kn.op.dlr.de ([129.247.173.6]) by smtp-1.dlr.de over TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Tue, 14 Nov 2006 09:10:06 +0100 Date: Tue, 14 Nov 2006 09:10:08 +0100 (CET) From: Hartmut Brandt X-X-Sender: brandt_h@knop-beagle.kn.op.dlr.de To: Ulrich Spoerlein In-Reply-To: <7ad7ddd90610310438j748de1c3la6342b49220d8afe@mail.gmail.com> Message-ID: <20061114090941.O27042@knop-beagle.kn.op.dlr.de> References: <200610311023.k9VANT8T061367@repoman.freebsd.org> <20061031110323.G2462@maildrop.int.zabbadoz.net> <20061031122403.G60872@knop-beagle.kn.op.dlr.de> <7ad7ddd90610310438j748de1c3la6342b49220d8afe@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 14 Nov 2006 08:10:06.0194 (UTC) FILETIME=[4B511D20:01C707C4] Cc: "Bjoern A. Zeeb" , cvs-all@freebsd.org Subject: Re: cvs commit: src/etc snmpd.config X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Nov 2006 08:10:08 -0000 On Tue, 31 Oct 2006, Ulrich Spoerlein wrote: US>On 10/31/06, Harti Brandt wrote: US>> On Tue, 31 Oct 2006, Bjoern A. Zeeb wrote: US>> BAZ>> Modified files: US>> BAZ>> etc snmpd.config US> US>Could someone please also MFC rev 1.2 of snmpd.config to RELENG_6? US>Would be good to have an easy way to activate the hostres MIB on a US>freshly installed 6.2 box. Done. Thanks for the hint, harti From owner-cvs-all@FreeBSD.ORG Tue Nov 14 08:23:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F59016A403; Tue, 14 Nov 2006 08:23:24 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26DB443D58; Tue, 14 Nov 2006 08:23:24 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE8NOXS063643; Tue, 14 Nov 2006 08:23:24 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE8NNNs063641; Tue, 14 Nov 2006 08:23:23 GMT (envelope-from miwi) Message-Id: <200611140823.kAE8NNNs063641@repoman.freebsd.org> From: Martin Wilke Date: Tue, 14 Nov 2006 08:23: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/mail/sylpheed-claws-rssyl Makefile distinfo ports/mail/sylpheed-claws-rssyl/files patch-src-feed.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, 14 Nov 2006 08:23:24 -0000 miwi 2006-11-14 08:23:23 UTC FreeBSD ports repository Modified files: mail/sylpheed-claws-rssyl Makefile distinfo Removed files: mail/sylpheed-claws-rssyl/files patch-src-feed.c Log: - Update to 0.7 - Update MASTER_SITES - Pass maintainertship to submitter PR: ports/105250 Submitted by: Pawel Pekala Approved by: maintainer via privat mail Revision Changes Path 1.9 +3 -6 ports/mail/sylpheed-claws-rssyl/Makefile 1.6 +3 -3 ports/mail/sylpheed-claws-rssyl/distinfo 1.2 +0 -13 ports/mail/sylpheed-claws-rssyl/files/patch-src-feed.c (dead) From owner-cvs-all@FreeBSD.ORG Tue Nov 14 08:35:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5CBB16A412; Tue, 14 Nov 2006 08:35:08 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55E6D43D5D; Tue, 14 Nov 2006 08:35:08 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE8Z8Xk065560; Tue, 14 Nov 2006 08:35:08 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE8Z8Ml065559; Tue, 14 Nov 2006 08:35:08 GMT (envelope-from ehaupt) Message-Id: <200611140835.kAE8Z8Ml065559@repoman.freebsd.org> From: Emanuel Haupt Date: Tue, 14 Nov 2006 08:35: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/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: Tue, 14 Nov 2006 08:35:09 -0000 ehaupt 2006-11-14 08:35:08 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add archivers/unzoo Directory Traversal Vulnerability. Reviewed by: simon Revision Changes Path 1.1221 +35 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Tue Nov 14 08:40:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6378F16A412; Tue, 14 Nov 2006 08:40:08 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DE6343D4C; Tue, 14 Nov 2006 08:40:08 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE8e87a067451; Tue, 14 Nov 2006 08:40:08 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE8e7iA067447; Tue, 14 Nov 2006 08:40:07 GMT (envelope-from ehaupt) Message-Id: <200611140840.kAE8e7iA067447@repoman.freebsd.org> From: Emanuel Haupt Date: Tue, 14 Nov 2006 08:40: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/archivers/unzoo 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, 14 Nov 2006 08:40:08 -0000 ehaupt 2006-11-14 08:40:07 UTC FreeBSD ports repository Modified files: archivers/unzoo Makefile distinfo Log: Forced commit to notice that the last commit was initiated by the security issue mentioned below. Security: 5a945904-73b1-11db-91d2-0002a5c2f4ef (VuXML) Revision Changes Path 1.9 +0 -0 ports/archivers/unzoo/Makefile 1.4 +0 -0 ports/archivers/unzoo/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 14 08:40:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30ECF16A416; Tue, 14 Nov 2006 08:40:55 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A36DC43D5E; Tue, 14 Nov 2006 08:40:53 +0000 (GMT) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE8er5Y067563; Tue, 14 Nov 2006 08:40:53 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE8erVG067562; Tue, 14 Nov 2006 08:40:53 GMT (envelope-from vd) Message-Id: <200611140840.kAE8erVG067562@repoman.freebsd.org> From: Vasil Dimov Date: Tue, 14 Nov 2006 08:40: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/textproc/libextractor 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, 14 Nov 2006 08:40:55 -0000 vd 2006-11-14 08:40:53 UTC FreeBSD ports repository Modified files: textproc/libextractor Makefile distinfo pkg-plist Log: * Upgrade textproc/libextractor from 0.5.15 to 0.5.16 * Change USE_LDCONFIG=yes to ${PREFIX}/lib/libextractor because some of the tests fail with "shared object not found" error Revision Changes Path 1.21 +2 -2 ports/textproc/libextractor/Makefile 1.11 +3 -3 ports/textproc/libextractor/distinfo 1.11 +2 -0 ports/textproc/libextractor/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 14 08:45:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 139C916A407; Tue, 14 Nov 2006 08:45:50 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D61CE43D68; Tue, 14 Nov 2006 08:45:49 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE8jn8J068886; Tue, 14 Nov 2006 08:45:49 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE8jnYY068885; Tue, 14 Nov 2006 08:45:49 GMT (envelope-from mjacob) Message-Id: <200611140845.kAE8jnYY068885@repoman.freebsd.org> From: Matt Jacob Date: Tue, 14 Nov 2006 08:45: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/isp isp.c isp_freebsd.c isp_freebsd.h isp_library.c isp_library.h isp_pci.c isp_stds.h ispvar.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, 14 Nov 2006 08:45:50 -0000 mjacob 2006-11-14 08:45:49 UTC FreeBSD src repository Modified files: sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_library.c isp_library.h isp_pci.c isp_stds.h ispvar.h Log: Push things closer to path failover by implementing loop down and gone device timers and zombie state entries. There are tunables that can be used to select a number of parameters. loop_down_limit - how long to wait for loop to come back up before declaring all devices dead (default 300 seconds) gone_device_time- how long to wait for a device that has appeared to leave the loop or fabric to reappear (default 30 seconds) Internal tunables include (which should be externalized): quick_boot_time- how long to wait when booting for loop to come up change_is_bad- whether or not to accept devices with the same WWNN/WWPN that reappear at a different PortID as being the 'same' device. Keen students of some of the subtle issues here will ask how one can keep devices from being re-accepted at all (the answer is to set a gone_device_time to zero- that effectively would be the same thing). Revision Changes Path 1.129 +246 -226 src/sys/dev/isp/isp.c 1.127 +531 -152 src/sys/dev/isp/isp_freebsd.c 1.95 +34 -104 src/sys/dev/isp/isp_freebsd.h 1.7 +53 -6 src/sys/dev/isp/isp_library.c 1.4 +1 -0 src/sys/dev/isp/isp_library.h 1.125 +25 -3 src/sys/dev/isp/isp_pci.c 1.2 +14 -1 src/sys/dev/isp/isp_stds.h 1.79 +38 -5 src/sys/dev/isp/ispvar.h From owner-cvs-all@FreeBSD.ORG Tue Nov 14 08:52:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1B8816A4C8; Tue, 14 Nov 2006 08:52:15 +0000 (UTC) (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 13BF943D68; Tue, 14 Nov 2006 08:52:08 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE8q7wQ077678; Tue, 14 Nov 2006 08:52:07 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE8q7X9077676; Tue, 14 Nov 2006 08:52:07 GMT (envelope-from joel) Message-Id: <200611140852.kAE8q7X9077676@repoman.freebsd.org> From: Joel Dahl Date: Tue, 14 Nov 2006 08:52: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: www/en/projects/c99 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: Tue, 14 Nov 2006 08:52:16 -0000 joel 2006-11-14 08:52:06 UTC FreeBSD doc repository Modified files: en/projects/c99 index.sgml Log: Sort entries. Revision Changes Path 1.111 +9 -9 www/en/projects/c99/index.sgml From owner-cvs-all@FreeBSD.ORG Tue Nov 14 09:12:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 116DC16A4A7; Tue, 14 Nov 2006 09:12:08 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 678D043D5A; Tue, 14 Nov 2006 09:12:07 +0000 (GMT) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE9BpWw082152; Tue, 14 Nov 2006 09:11:51 GMT (envelope-from alexbl@repoman.freebsd.org) Received: (from alexbl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE9BpTS082151; Tue, 14 Nov 2006 09:11:51 GMT (envelope-from alexbl) Message-Id: <200611140911.kAE9BpTS082151@repoman.freebsd.org> From: Alexander Botero-Lowry Date: Tue, 14 Nov 2006 09:11: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/deskutils Makefile ports/deskutils/py-tagfu 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, 14 Nov 2006 09:12:08 -0000 alexbl 2006-11-14 09:11:51 UTC FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/py-tagfu Makefile distinfo pkg-descr pkg-plist Log: - add TagFu 0.1 TagFu is a library for tagging entities (which can be anything with a url) with Tags or metadata. TagFu is implemented in Python and very closely mimics basic Python data structures. Tags is a Python list of tags, Entities is a Python List of Entity objects, and Entity is a dict which contains all the key-value pairs for all tags associated to the Entity. The key is the Tag name and value is an arbitrary value, if no value is set, the tag is considered to be a simple tag. WWW: http://www.geekfire.com/~alex/tagfu/ Revision Changes Path 1.253 +1 -0 ports/deskutils/Makefile 1.1 +21 -0 ports/deskutils/py-tagfu/Makefile (new) 1.1 +3 -0 ports/deskutils/py-tagfu/distinfo (new) 1.1 +9 -0 ports/deskutils/py-tagfu/pkg-descr (new) 1.1 +10 -0 ports/deskutils/py-tagfu/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 14 09:12:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8268916A407; Tue, 14 Nov 2006 09:12:38 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE13843D5E; Tue, 14 Nov 2006 09:12:08 +0000 (GMT) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE9C4F4082225; Tue, 14 Nov 2006 09:12:04 GMT (envelope-from alexbl@repoman.freebsd.org) Received: (from alexbl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE9C4HD082224; Tue, 14 Nov 2006 09:12:04 GMT (envelope-from alexbl) Message-Id: <200611140912.kAE9C4HD082224@repoman.freebsd.org> From: Alexander Botero-Lowry Date: Tue, 14 Nov 2006 09:12: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: 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, 14 Nov 2006 09:12:38 -0000 alexbl 2006-11-14 09:12:04 UTC FreeBSD ports repository Modified files: . modules Log: py-tagfu --> ports/deskutils/py-tagfu Revision Changes Path 1.16599 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Nov 14 10:00:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93FF416A412; Tue, 14 Nov 2006 10:00:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F1B443D5F; Tue, 14 Nov 2006 10:00:47 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEA0lUi089476; Tue, 14 Nov 2006 10:00:47 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEA0kvo089475; Tue, 14 Nov 2006 10:00:46 GMT (envelope-from miwi) Message-Id: <200611141000.kAEA0kvo089475@repoman.freebsd.org> From: Martin Wilke Date: Tue, 14 Nov 2006 10:00: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 Makefile ports/archivers/p5-Compress-Raw-Zlib Makefile distinfo pkg-descr pkg-plist ports/archivers/p5-Compress-Raw-Zlib/files patch-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: Tue, 14 Nov 2006 10:00:47 -0000 miwi 2006-11-14 10:00:46 UTC FreeBSD ports repository Modified files: archivers Makefile Added files: archivers/p5-Compress-Raw-Zlib Makefile distinfo pkg-descr pkg-plist archivers/p5-Compress-Raw-Zlib/files patch-config.in Log: The Compress::Raw::Zlib module provides a Perl interface to the zlib compression library. WWW: http://search.cpan.org/dist/Compress-Raw-Zlib/ PR: 105278 Submitted by: Thomas Abthorpe Revision Changes Path 1.164 +1 -0 ports/archivers/Makefile 1.1 +22 -0 ports/archivers/p5-Compress-Raw-Zlib/Makefile (new) 1.1 +3 -0 ports/archivers/p5-Compress-Raw-Zlib/distinfo (new) 1.1 +15 -0 ports/archivers/p5-Compress-Raw-Zlib/files/patch-config.in (new) 1.1 +4 -0 ports/archivers/p5-Compress-Raw-Zlib/pkg-descr (new) 1.1 +10 -0 ports/archivers/p5-Compress-Raw-Zlib/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 14 10:01:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 096A316A49E; Tue, 14 Nov 2006 10:01:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C907543D83; Tue, 14 Nov 2006 10:01:09 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEA19AW089543; Tue, 14 Nov 2006 10:01:09 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEA19YP089542; Tue, 14 Nov 2006 10:01:09 GMT (envelope-from miwi) Message-Id: <200611141001.kAEA19YP089542@repoman.freebsd.org> From: Martin Wilke Date: Tue, 14 Nov 2006 10:01: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: Tue, 14 Nov 2006 10:01:15 -0000 miwi 2006-11-14 10:01:09 UTC FreeBSD ports repository Modified files: . modules Log: p5-Compress-Raw-Zlib --> ports/archivers/p5-Compress-Raw-Zlib Revision Changes Path 1.16600 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Nov 14 10:05:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 650D416A416; Tue, 14 Nov 2006 10:05:39 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2683F43D45; Tue, 14 Nov 2006 10:05:39 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEA5dcn092088; Tue, 14 Nov 2006 10:05:39 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEA5dKE092087; Tue, 14 Nov 2006 10:05:39 GMT (envelope-from miwi) Message-Id: <200611141005.kAEA5dKE092087@repoman.freebsd.org> From: Martin Wilke Date: Tue, 14 Nov 2006 10:05: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/archivers Makefile ports/archivers/p5-IO-Compress-Base 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, 14 Nov 2006 10:05:39 -0000 miwi 2006-11-14 10:05:38 UTC FreeBSD ports repository Modified files: archivers Makefile Added files: archivers/p5-IO-Compress-Base Makefile distinfo pkg-descr pkg-plist Log: This module is the base class for all IO::Compress and IO::Uncompress modules. WWW: http://search.cpan.org/dist/IO-Compress-Base/ PR: ports/105297 Submitted by: Thomas Abthorpe Revision Changes Path 1.165 +1 -0 ports/archivers/Makefile 1.1 +29 -0 ports/archivers/p5-IO-Compress-Base/Makefile (new) 1.1 +3 -0 ports/archivers/p5-IO-Compress-Base/distinfo (new) 1.1 +4 -0 ports/archivers/p5-IO-Compress-Base/pkg-descr (new) 1.1 +14 -0 ports/archivers/p5-IO-Compress-Base/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 14 10:06:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0967516A4A7; Tue, 14 Nov 2006 10:06:06 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97E5443D69; Tue, 14 Nov 2006 10:06:05 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEA65dl092142; Tue, 14 Nov 2006 10:06:05 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEA65I5092141; Tue, 14 Nov 2006 10:06:05 GMT (envelope-from miwi) Message-Id: <200611141006.kAEA65I5092141@repoman.freebsd.org> From: Martin Wilke Date: Tue, 14 Nov 2006 10:06: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: 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, 14 Nov 2006 10:06:06 -0000 miwi 2006-11-14 10:06:05 UTC FreeBSD ports repository Modified files: . modules Log: p5-IO-Compress-Base --> ports/archivers/p5-IO-Compress-Base Revision Changes Path 1.16601 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Nov 14 10:09:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCBA016A403; Tue, 14 Nov 2006 10:09:22 +0000 (UTC) (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 C71CD43D6A; Tue, 14 Nov 2006 10:09:17 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEA9HYW092266; Tue, 14 Nov 2006 10:09:17 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEA9HLv092265; Tue, 14 Nov 2006 10:09:17 GMT (envelope-from simon) Message-Id: <200611141009.kAEA9HLv092265@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Tue, 14 Nov 2006 10:09:17 +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 news.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: Tue, 14 Nov 2006 10:09:22 -0000 simon 2006-11-14 10:09:17 UTC FreeBSD doc repository Modified files: share/sgml news.xml Log: Add entry about FreeBSD.org systems move postponed. Revision Changes Path 1.25 +13 -1 www/share/sgml/news.xml From owner-cvs-all@FreeBSD.ORG Tue Nov 14 10:16:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B869F16A412; Tue, 14 Nov 2006 10:16:55 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD9E843D6A; Tue, 14 Nov 2006 10:16:54 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEAGsaA093850; Tue, 14 Nov 2006 10:16:54 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEAGsFT093849; Tue, 14 Nov 2006 10:16:54 GMT (envelope-from miwi) Message-Id: <200611141016.kAEAGsFT093849@repoman.freebsd.org> From: Martin Wilke Date: Tue, 14 Nov 2006 10:16: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 Makefile ports/devel/afay Makefile distinfo pkg-descr pkg-plist ports/devel/afay/files patch-afay_aflex_src_gnat_unix_tognat patch-afay_ayacc_src_gnat_unix_tognat X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Nov 2006 10:16:55 -0000 miwi 2006-11-14 10:16:54 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/afay Makefile distinfo pkg-descr pkg-plist devel/afay/files patch-afay_aflex_src_gnat_unix_tognat patch-afay_ayacc_src_gnat_unix_tognat Log: A modified version of Aflex/Ayacc for Ada95 parent/child feature support. A new directive "%unit A.B.C" is added, enabling the Ada unit A.B.C to be the parent of the generated lexer/parser. Aflex/Ayacc are copyrighted by the The University of California. PR: ports/105356 Submitted by: John Merryweather Cooper Revision Changes Path 1.2510 +1 -0 ports/devel/Makefile 1.1 +58 -0 ports/devel/afay/Makefile (new) 1.1 +3 -0 ports/devel/afay/distinfo (new) 1.1 +12 -0 ports/devel/afay/files/patch-afay_aflex_src_gnat_unix_tognat (new) 1.1 +12 -0 ports/devel/afay/files/patch-afay_ayacc_src_gnat_unix_tognat (new) 1.1 +5 -0 ports/devel/afay/pkg-descr (new) 1.1 +26 -0 ports/devel/afay/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 14 10:17:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C65A16A40F; Tue, 14 Nov 2006 10:17:22 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFC7F43D68; Tue, 14 Nov 2006 10:17:21 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEAHLgA093897; Tue, 14 Nov 2006 10:17:21 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEAHLVg093896; Tue, 14 Nov 2006 10:17:21 GMT (envelope-from miwi) Message-Id: <200611141017.kAEAHLVg093896@repoman.freebsd.org> From: Martin Wilke Date: Tue, 14 Nov 2006 10:17: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: 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, 14 Nov 2006 10:17:22 -0000 miwi 2006-11-14 10:17:21 UTC FreeBSD ports repository Modified files: . modules Log: afay --> ports/devel/afay Revision Changes Path 1.16602 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Nov 14 10:22:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B2BF16A403; Tue, 14 Nov 2006 10:22:29 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDF2C43D5A; Tue, 14 Nov 2006 10:22:28 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEAMSl9094857; Tue, 14 Nov 2006 10:22:28 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEAMSrV094856; Tue, 14 Nov 2006 10:22:28 GMT (envelope-from miwi) Message-Id: <200611141022.kAEAMSrV094856@repoman.freebsd.org> From: Martin Wilke Date: Tue, 14 Nov 2006 10:22: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/devel Makefile ports/devel/pear-Validate_Finance 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, 14 Nov 2006 10:22:29 -0000 miwi 2006-11-14 10:22:28 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/pear-Validate_Finance Makefile distinfo pkg-descr Log: Package to validate various data. It includes: * IBAN WWW: http://pear.php.net/package/Validate_Finance PR: ports/105303 Submitted by: Anish Mistry () Revision Changes Path 1.2511 +1 -0 ports/devel/Makefile 1.1 +26 -0 ports/devel/pear-Validate_Finance/Makefile (new) 1.1 +3 -0 ports/devel/pear-Validate_Finance/distinfo (new) 1.1 +4 -0 ports/devel/pear-Validate_Finance/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 14 10:22:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C1D916A415; Tue, 14 Nov 2006 10:22:51 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66F4543D5A; Tue, 14 Nov 2006 10:22:50 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEAMoFd095020; Tue, 14 Nov 2006 10:22:50 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEAMoKU095019; Tue, 14 Nov 2006 10:22:50 GMT (envelope-from miwi) Message-Id: <200611141022.kAEAMoKU095019@repoman.freebsd.org> From: Martin Wilke Date: Tue, 14 Nov 2006 10:22: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: Tue, 14 Nov 2006 10:22:51 -0000 miwi 2006-11-14 10:22:50 UTC FreeBSD ports repository Modified files: . modules Log: pear-Validate_Finance --> ports/devel/pear-Validate_Finance Revision Changes Path 1.16603 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Nov 14 10:25:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E12CA16A415; Tue, 14 Nov 2006 10:25:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE8A743D66; Tue, 14 Nov 2006 10:25:45 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEAPjZH095680; Tue, 14 Nov 2006 10:25:45 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEAPj9k095679; Tue, 14 Nov 2006 10:25:45 GMT (envelope-from miwi) Message-Id: <200611141025.kAEAPj9k095679@repoman.freebsd.org> From: Martin Wilke Date: Tue, 14 Nov 2006 10: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/devel Makefile ports/devel/pear-Validate_Finance_CreditCard 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, 14 Nov 2006 10:25:46 -0000 miwi 2006-11-14 10:25:45 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/pear-Validate_Finance_CreditCard Makefile distinfo pkg-descr Log: Add pear-Validate_Finance_CreditCard 0.5.2, PEAR CreditCard Validation class. PR: ports/105304 Submitted by: Anish Mistry (amistry at am-productions.biz) Revision Changes Path 1.2512 +1 -0 ports/devel/Makefile 1.1 +24 -0 ports/devel/pear-Validate_Finance_CreditCard/Makefile (new) 1.1 +3 -0 ports/devel/pear-Validate_Finance_CreditCard/distinfo (new) 1.1 +3 -0 ports/devel/pear-Validate_Finance_CreditCard/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 14 10:26:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DCF216A407; Tue, 14 Nov 2006 10:26:07 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 107F743D55; Tue, 14 Nov 2006 10:26:07 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEAQ6mH095726; Tue, 14 Nov 2006 10:26:06 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEAQ6pv095725; Tue, 14 Nov 2006 10:26:06 GMT (envelope-from miwi) Message-Id: <200611141026.kAEAQ6pv095725@repoman.freebsd.org> From: Martin Wilke Date: Tue, 14 Nov 2006 10:26: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: 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, 14 Nov 2006 10:26:07 -0000 miwi 2006-11-14 10:26:06 UTC FreeBSD ports repository Modified files: . modules Log: pear-Validate_Finance_CreditCard --> ports/devel/pear-Validate_Finance_CreditCard Revision Changes Path 1.16604 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Nov 14 11:16:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF8D116A403; Tue, 14 Nov 2006 11:16:35 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5EE443D53; Tue, 14 Nov 2006 11:16:34 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEBGY8o005169; Tue, 14 Nov 2006 11:16:34 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEBGYcg005168; Tue, 14 Nov 2006 11:16:34 GMT (envelope-from bz) Message-Id: <200611141116.kAEBGYcg005168@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Tue, 14 Nov 2006 11:16: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/sys/sys mbuf.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, 14 Nov 2006 11:16:35 -0000 bz 2006-11-14 11:16:34 UTC FreeBSD src repository Modified files: sys/sys mbuf.h Log: Correct a typo. Revision Changes Path 1.200 +1 -1 src/sys/sys/mbuf.h From owner-cvs-all@FreeBSD.ORG Tue Nov 14 11:19:27 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from localhost.my.domain (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 0C48016A416; Tue, 14 Nov 2006 11:19:27 +0000 (UTC) (envelope-from davidxu@freebsd.org) From: David Xu To: Bruce Evans Date: Tue, 14 Nov 2006 19:19:16 +0800 User-Agent: KMail/1.8.2 References: <200611111311.kABDBVNH042993@repoman.freebsd.org> <200611130717.03734.davidxu@freebsd.org> <20061113193924.L75708@delplex.bde.org> In-Reply-To: <20061113193924.L75708@delplex.bde.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611141919.17084.davidxu@freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern sched_4bsd.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, 14 Nov 2006 11:19:27 -0000 On Monday 13 November 2006 17:58, Bruce Evans wrote: > Anyway, this isn't the bug in non-KSE. I didn't look hard for the > reasons. Top seemed to show the priorites of the hogs not decreasing > (numerically increasing) fast enough. > > Bruce I think I have just fixed it now in revision 1.90 of sched_4bsd.c. From owner-cvs-all@FreeBSD.ORG Tue Nov 14 11:27:58 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20C2416A494; Tue, 14 Nov 2006 11:27:58 +0000 (UTC) (envelope-from bde@zeta.org.au) Received: from mailout1.pacific.net.au (mailout1-3.pacific.net.au [61.8.2.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8014643D55; Tue, 14 Nov 2006 11:27:57 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout1.pacific.net.au (Postfix) with ESMTP id 19632329A9B; Tue, 14 Nov 2006 22:27:54 +1100 (EST) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailproxy2.pacific.net.au (Postfix) with ESMTP id 332992740A; Tue, 14 Nov 2006 22:27:52 +1100 (EST) Date: Tue, 14 Nov 2006 22:27:49 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Joseph Koshy In-Reply-To: Message-ID: <20061114210148.F1966@delplex.bde.org> References: <200611130428.kAD4ST0U093715@repoman.freebsd.org> <20061113173927.Q75708@delplex.bde.org> <20061113.101808.-1540392146.imp@bsdimp.com> <20061114050457.M77914@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, "M. Warner Losh" Subject: Re: cvs commit: src/include ar.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, 14 Nov 2006 11:27:58 -0000 On Tue, 14 Nov 2006, Joseph Koshy wrote: > bde> Non-broken code knows that byte-aligned data needs to be copied > bde> into structs using memcpy(). > > Do keep in mind that this is `struct ar_hdr' we are talking about, not > something else. > > Having to use memcpy() to copy from a collection of ASCII strings (in file) > to a collection of ASCII strings (in struct ar_hdr) to cope with alignment > issues is odd. I almost didn't reply because this seemed to make the change have no effect except to break ar.h for unsupported compilers. It turned into an argument about __packed in general and struct ip in particular. > To be truly portable, code needs to memcpy() in each ASCII string member > of `struct ar_hdr' separately since we cannot make assumptions about > the file and memory layout being identical. More than that :-). The code needs to do something magic to fill the holes, it any. Kernel code is supposed to prezero using memcpy or malloc(..., M_ZERO) to avoid copying out insecurities in the holes. > Needless to say no code in our tree does this today. > > So we need to look at the original intent of why a `struct ar_hdr' was > declared as a collection of fixed size ASCII strings. My guess is that it > was written that way to be able to directly describe its file layout: ASCII > for portability and fixed size char[] arrays to avoid issues with structure > padding. Declaring it as __packed informs today's compilers of this > intent. It also brings down the alignment requirements for `struct ar_hdr' > on the ARM to match that of other platforms as a side-effect. The alignment requirement is actually the crtical one. This should be explicit (if the packing requirement is). > bde> I doubt that it is needed for more than breaking the warning. You > bde> would have to be unlucky or shooting your feet for > bde> "(struct ar *)&byte_array[offset]" to give a pointer that is actually > bde> misaligned. Large arrays of chars are normally aligned to the word > bde> size even if they are on the stack, and the archive header is at offset > bde> 0 in files. > > In an ar(1) archive, there is a `struct ar_hdr' before each archive member. > The only 'alignment' expected for this structure is that of falling on > even offsets in the file. This is only enforced programmatically though. Oops, I grepped for ARMAGIC instead of ARFMAGIC, so I didn't find any file headers. Further testing showed: (1) When __packed breaks the alignment as in struct ip, the compiler doesn't report lost of alignment on taking addresses, but on an ia64 machine in the FreeBSD cluster, the broken alignment doesn't cause problems and in fact is faster: struct foo { char c; int i; } __packed; struct foo foo; int access_int(int *ip) { return (*ip); } int main(void) { #ifdef BROKEN return (access_int(&foo.i)); #else return (foo.i); #endif } In the !BROKEN case, gcc on ia64 generates large code to load foo.i a byte at a time. In the BROKEN case the code just passes a misaligned pointer to access_int(). This should be an error, since &foo.i has the alignment of a char and the cast that changes its alignment to that of an int is only implicit, but I can't find even a warning flag for this. However, on the FreeBSD cluster machine, the misaligned access doesn't trap, and doing the access in a loop shows that the misaligned access is much faster than the correct code that does the access a byte at a time, much the same as on an i386. (2) gcc still has alignment bugs even on i386's. Even i386's things should be aligned for efficiency, and the compiler shouldn't generate any misaligned access for portable code, since if it does then it is generating inefficient code which breaks detection of user misalignment via the i486 alignment check feature. I tried using this feature when i486's first came out, but it didn't work because gcc generates misaligned code for struct copies: struct { uint8_t x; struct { uint8_t y[15]; } ssc; uint32_t z; } x, y; int main(void) { x.ssc = y.ssc; return (0); } Here the uint32_t and no __packed forces the struct to be 4-byte aligned, so ssc is known to be perfectly misaligned to an address equal to 1 mod 4. The struct copy of ssc is done inline and should consist of copying the first byte, then a 2-byte word, then 3 4-byte words. Instead, it is done by copying 3 perfectly misaligned 4-byte words, then 1 misaligned 2-byte word, then the last byte. Thus the struct copy is inefficient and always causes alignment check traps if the alignment check flag is set. The code generated by gcc for this hasn't changed much since i486's first came out. There is one helpful change: gcc now calls memcpy() if the struct size is larger than about 64, but when i486's came out it generated the misaligned inline copy for much larger structs (IIRC, for any size). gcc on i386's also generates inline copies 4 bytes at a time starting at the first byte, for structs that might only be 1-byte aligned: struct { struct { uint8_t y[60]; } nnssc; } x, y; Now the alignment cannot be known for sure, but 4-byte alignment can usually be arranged at little cost for non-small structs, so without alignment checking the best copying method for medium-sized structs is to assume that they are 4-byte aligned and use 4-byte accesses. With alignment checking, this is only best if there is a trap handler to fix up the alignement and the alignment traps rarely occur, Bruce From owner-cvs-all@FreeBSD.ORG Tue Nov 14 11:37:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BB9716A47C; Tue, 14 Nov 2006 11:37:48 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55BF243D64; Tue, 14 Nov 2006 11:37:48 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEBbmlK008349; Tue, 14 Nov 2006 11:37:48 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEBbmdv008348; Tue, 14 Nov 2006 11:37:48 GMT (envelope-from miwi) Message-Id: <200611141137.kAEBbmdv008348@repoman.freebsd.org> From: Martin Wilke Date: Tue, 14 Nov 2006 11: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/sysutils/fusefs-wdfs 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, 14 Nov 2006 11:37:48 -0000 miwi 2006-11-14 11:37:48 UTC FreeBSD ports repository Modified files: sysutils/fusefs-wdfs Makefile distinfo Log: - Update to 1.3.2 PR: ports/105517 Submitted by: Gyorgy Teubel (maintainer) Revision Changes Path 1.4 +1 -1 ports/sysutils/fusefs-wdfs/Makefile 1.4 +3 -3 ports/sysutils/fusefs-wdfs/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 14 11:40:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E98F16A49E; Tue, 14 Nov 2006 11:40:46 +0000 (UTC) (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 6AC3643D5E; Tue, 14 Nov 2006 11:40:45 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEBejxw008561; Tue, 14 Nov 2006 11:40:45 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEBejSO008559; Tue, 14 Nov 2006 11:40:45 GMT (envelope-from pjd) Message-Id: <200611141140.kAEBejSO008559@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 14 Nov 2006 11:40: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/sys mbuf.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, 14 Nov 2006 11:40:46 -0000 pjd 2006-11-14 11:40:45 UTC FreeBSD src repository Modified files: sys/sys mbuf.h Log: Use tabs instead of spaces. Revision Changes Path 1.201 +1 -1 src/sys/sys/mbuf.h From owner-cvs-all@FreeBSD.ORG Tue Nov 14 12:01:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BFC516A40F; Tue, 14 Nov 2006 12:01:22 +0000 (UTC) (envelope-from bde@zeta.org.au) Received: from mailout2.pacific.net.au (mailout2-3.pacific.net.au [61.8.2.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E4F743D55; Tue, 14 Nov 2006 12:01:21 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout2.pacific.net.au (Postfix) with ESMTP id 8ACC06EFD2; Tue, 14 Nov 2006 23:01:19 +1100 (EST) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailproxy2.pacific.net.au (Postfix) with ESMTP id 3D73127413; Tue, 14 Nov 2006 23:01:19 +1100 (EST) Date: Tue, 14 Nov 2006 23:01:18 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: David Xu In-Reply-To: <200611141919.17084.davidxu@freebsd.org> Message-ID: <20061114230046.P2306@delplex.bde.org> References: <200611111311.kABDBVNH042993@repoman.freebsd.org> <200611130717.03734.davidxu@freebsd.org> <20061113193924.L75708@delplex.bde.org> <200611141919.17084.davidxu@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 sched_4bsd.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, 14 Nov 2006 12:01:22 -0000 On Tue, 14 Nov 2006, David Xu wrote: > On Monday 13 November 2006 17:58, Bruce Evans wrote: > >> Anyway, this isn't the bug in non-KSE. I didn't look hard for the >> reasons. Top seemed to show the priorites of the hogs not decreasing >> (numerically increasing) fast enough. >> >> Bruce > > I think I have just fixed it now in revision 1.90 of sched_4bsd.c. Thanks. I will test it soon and send some cleanups in private mail. Bruce From owner-cvs-all@FreeBSD.ORG Tue Nov 14 12:05:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 941DF16A4B3; Tue, 14 Nov 2006 12:05:57 +0000 (UTC) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A944D43D58; Tue, 14 Nov 2006 12:05:55 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEC5sb6014658; Tue, 14 Nov 2006 12:05:54 GMT (envelope-from lesi@repoman.freebsd.org) Received: (from lesi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEC5stI014655; Tue, 14 Nov 2006 12:05:54 GMT (envelope-from lesi) Message-Id: <200611141205.kAEC5stI014655@repoman.freebsd.org> From: Dejan Lesjak Date: Tue, 14 Nov 2006 12:05: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/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: Tue, 14 Nov 2006 12:05:57 -0000 lesi 2006-11-14 12:05:54 UTC FreeBSD src repository (ports committer) Modified files: (Branch: RELENG_6) share/mk sys.mk Log: MFC 1.88: Remove X11BASE from here. Approved by: re (hrs) Revision Changes Path 1.86.2.2 +0 -2 src/share/mk/sys.mk From owner-cvs-all@FreeBSD.ORG Tue Nov 14 12:10:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D47116A415; Tue, 14 Nov 2006 12:10:44 +0000 (UTC) (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 E470843D7B; Tue, 14 Nov 2006 12:10:39 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAECAdgP015105; Tue, 14 Nov 2006 12:10:39 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAECAd3g015104; Tue, 14 Nov 2006 12:10:39 GMT (envelope-from jkoshy) Message-Id: <200611141210.kAECAd3g015104@repoman.freebsd.org> From: Joseph Koshy Date: Tue, 14 Nov 2006 12:10: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/sys/sys elf_common.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, 14 Nov 2006 12:10:44 -0000 jkoshy 2006-11-14 12:10:39 UTC FreeBSD src repository Modified files: sys/sys elf_common.h Log: Add `PN_XNUM', for supporting ELF objects with a large number of program header table entries. Revision Changes Path 1.21 +3 -0 src/sys/sys/elf_common.h From owner-cvs-all@FreeBSD.ORG Tue Nov 14 12:27:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A94016A4A0; Tue, 14 Nov 2006 12:27:55 +0000 (UTC) (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 1054F43DC9; Tue, 14 Nov 2006 12:27:33 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAECRXFQ018214; Tue, 14 Nov 2006 12:27:33 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAECRX1J018213; Tue, 14 Nov 2006 12:27:33 GMT (envelope-from flz) Message-Id: <200611141227.kAECRX1J018213@repoman.freebsd.org> From: Florent Thoumie Date: Tue, 14 Nov 2006 12:27: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/astro/google-earth 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, 14 Nov 2006 12:27:55 -0000 flz 2006-11-14 12:27:32 UTC FreeBSD ports repository Modified files: astro/google-earth Makefile distinfo pkg-plist Log: - Update to 4.0.2414. - Fix packing list. - Fetch distfile only if it doesn't already exist. PR: ports/104825 Submitted by: Frank W. Josellis Revision Changes Path 1.10 +8 -4 ports/astro/google-earth/Makefile 1.6 +3 -3 ports/astro/google-earth/distinfo 1.6 +326 -10 ports/astro/google-earth/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 14 12:36:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C929F16A403; Tue, 14 Nov 2006 12:36:22 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F90943D6D; Tue, 14 Nov 2006 12:36:15 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAECaF2p019763; Tue, 14 Nov 2006 12:36:15 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAECaF8S019762; Tue, 14 Nov 2006 12:36:15 GMT (envelope-from miwi) Message-Id: <200611141236.kAECaF8S019762@repoman.freebsd.org> From: Martin Wilke Date: Tue, 14 Nov 2006 12:36: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/mlmmj 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, 14 Nov 2006 12:36:22 -0000 miwi 2006-11-14 12:36:15 UTC FreeBSD ports repository Modified files: mail/mlmmj Makefile distinfo pkg-plist Log: - Update to 1.2.12 PR: ports/105520 Submitted by: Christian Laursen (maintainer) Revision Changes Path 1.24 +1 -1 ports/mail/mlmmj/Makefile 1.22 +3 -3 ports/mail/mlmmj/distinfo 1.9 +3 -0 ports/mail/mlmmj/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 14 12:37:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8034A16A416; Tue, 14 Nov 2006 12:37:45 +0000 (UTC) (envelope-from laszlof@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DD1743D9C; Tue, 14 Nov 2006 12:37:02 +0000 (GMT) (envelope-from laszlof@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAECar4Q019796; Tue, 14 Nov 2006 12:36:53 GMT (envelope-from laszlof@repoman.freebsd.org) Received: (from laszlof@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAECarBO019795; Tue, 14 Nov 2006 12:36:53 GMT (envelope-from laszlof) Message-Id: <200611141236.kAECarBO019795@repoman.freebsd.org> From: "Frank J. Laszlo" Date: Tue, 14 Nov 2006 12:36: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/security/pecl-crack 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, 14 Nov 2006 12:37:45 -0000 laszlof 2006-11-14 12:36:53 UTC FreeBSD ports repository Modified files: security/pecl-crack Makefile pkg-plist Log: Correct pkg-plist, and add dependency for cracklib. PR: ports/105299 Submitted by: Bill Moran (maintainer) Approved by: flz (mentor) Revision Changes Path 1.2 +3 -0 ports/security/pecl-crack/Makefile 1.2 +1 -2 ports/security/pecl-crack/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 14 12:40:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C538116A492; Tue, 14 Nov 2006 12:40:48 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48C1643D5E; Tue, 14 Nov 2006 12:40:42 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAECego9020084; Tue, 14 Nov 2006 12:40:42 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAECeg9v020082; Tue, 14 Nov 2006 12:40:42 GMT (envelope-from miwi) Message-Id: <200611141240.kAECeg9v020082@repoman.freebsd.org> From: Martin Wilke Date: Tue, 14 Nov 2006 12:40: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/sysutils Makefile ports/sysutils/eventlog 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, 14 Nov 2006 12:40:48 -0000 miwi 2006-11-14 12:40:41 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/eventlog Makefile distinfo pkg-descr pkg-plist Log: The EventLog library aims to be a replacement of the simple syslog() API provided on UNIX systems. The major difference between EventLog and syslog is that EventLog tries to add structure to messages. Where you had a simple non-structrured string in syslog() you have a combination of description and tag/value pairs. EventLog provides an interface to build, format and output an event record. The exact format and output method can be customized by the administrator via a configuration file. PR: ports/105370 Submitted by: Ivan Lago Revision Changes Path 1.853 +1 -0 ports/sysutils/Makefile 1.1 +20 -0 ports/sysutils/eventlog/Makefile (new) 1.1 +3 -0 ports/sysutils/eventlog/distinfo (new) 1.1 +10 -0 ports/sysutils/eventlog/pkg-descr (new) 1.1 +8 -0 ports/sysutils/eventlog/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 14 12:41:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3E7E16A584; Tue, 14 Nov 2006 12:41:03 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B87843D8C; Tue, 14 Nov 2006 12:41:03 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAECf2O0020150; Tue, 14 Nov 2006 12:41:02 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAECf2WA020149; Tue, 14 Nov 2006 12:41:02 GMT (envelope-from miwi) Message-Id: <200611141241.kAECf2WA020149@repoman.freebsd.org> From: Martin Wilke Date: Tue, 14 Nov 2006 12:41: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: 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, 14 Nov 2006 12:41:03 -0000 miwi 2006-11-14 12:41:02 UTC FreeBSD ports repository Modified files: . modules Log: eventlog --> ports/sysutils/eventlog Revision Changes Path 1.16605 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Nov 14 12:50:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B55A716A494; Tue, 14 Nov 2006 12:50:02 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6867143E87; Tue, 14 Nov 2006 12:46:41 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAECkXGJ021693; Tue, 14 Nov 2006 12:46:33 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAECkXEn021692; Tue, 14 Nov 2006 12:46:33 GMT (envelope-from miwi) Message-Id: <200611141246.kAECkXEn021692@repoman.freebsd.org> From: Martin Wilke Date: Tue, 14 Nov 2006 12:46: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 Makefile ports/sysutils/syslog-ng2 Makefile distinfo pkg-descr pkg-message pkg-plist ports/sysutils/syslog-ng2/files patch-configure patch-syslog-names.c patch-syslog-ng.h syslog-ng.conf.sample syslog-ng.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: Tue, 14 Nov 2006 12:50:02 -0000 miwi 2006-11-14 12:46:33 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/syslog-ng2 Makefile distinfo pkg-descr pkg-message pkg-plist sysutils/syslog-ng2/files patch-configure patch-syslog-names.c patch-syslog-ng.h syslog-ng.conf.sample syslog-ng.sh.in Log: syslog-ng (Syslog New Generation) is a powerful replacement for the standard syslogd. Features include: - ability to filter messages based on content using regular expressions - forwarding logs on TCP WWW: http://www.balabit.com/products/syslog_ng/ -Vince Valenti vince@blue-box.net PR: ports/105370 Submitted by: Ivan Lago Revision Changes Path 1.854 +1 -0 ports/sysutils/Makefile 1.1 +55 -0 ports/sysutils/syslog-ng2/Makefile (new) 1.1 +3 -0 ports/sysutils/syslog-ng2/distinfo (new) 1.1 +23 -0 ports/sysutils/syslog-ng2/files/patch-configure (new) 1.1 +20 -0 ports/sysutils/syslog-ng2/files/patch-syslog-names.c (new) 1.1 +15 -0 ports/sysutils/syslog-ng2/files/patch-syslog-ng.h (new) 1.1 +181 -0 ports/sysutils/syslog-ng2/files/syslog-ng.conf.sample (new) 1.1 +36 -0 ports/sysutils/syslog-ng2/files/syslog-ng.sh.in (new) 1.1 +10 -0 ports/sysutils/syslog-ng2/pkg-descr (new) 1.1 +25 -0 ports/sysutils/syslog-ng2/pkg-message (new) 1.1 +11 -0 ports/sysutils/syslog-ng2/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 14 12:50:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3AA616A5D8; Tue, 14 Nov 2006 12:50:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0520043E74; Tue, 14 Nov 2006 12:46:59 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAECksrS021737; Tue, 14 Nov 2006 12:46:54 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAECksrJ021736; Tue, 14 Nov 2006 12:46:54 GMT (envelope-from miwi) Message-Id: <200611141246.kAECksrJ021736@repoman.freebsd.org> From: Martin Wilke Date: Tue, 14 Nov 2006 12:46: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: 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, 14 Nov 2006 12:50:14 -0000 miwi 2006-11-14 12:46:54 UTC FreeBSD ports repository Modified files: . modules Log: syslog-ng2 --> ports/sysutils/syslog-ng2 Revision Changes Path 1.16606 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Nov 14 12:54:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE74616A51E; Tue, 14 Nov 2006 12:54:19 +0000 (UTC) (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 7218F43D79; Tue, 14 Nov 2006 12:53:24 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAECrOes030886; Tue, 14 Nov 2006 12:53:24 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAECrOnP030885; Tue, 14 Nov 2006 12:53:24 GMT (envelope-from jylefort) Message-Id: <200611141253.kAECrOnP030885@repoman.freebsd.org> From: Jean-Yves Lefort Date: Tue, 14 Nov 2006 12:53: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/libnotify Makefile distinfo pkg-plist ports/devel/libnotify/files patch-libnotify-notification.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, 14 Nov 2006 12:54:20 -0000 jylefort 2006-11-14 12:53:23 UTC FreeBSD ports repository Modified files: devel/libnotify Makefile distinfo pkg-plist Removed files: devel/libnotify/files patch-libnotify-notification.c Log: - Update to 0.4.3 - Take maintainership PR: ports/104876 Submitted by: jylefort Approved by: maintainer timeout (17 days) Revision Changes Path 1.16 +4 -5 ports/devel/libnotify/Makefile 1.7 +3 -3 ports/devel/libnotify/distinfo 1.3 +0 -21 ports/devel/libnotify/files/patch-libnotify-notification.c (dead) 1.7 +1 -1 ports/devel/libnotify/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 14 12:54:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0271A16A416; Tue, 14 Nov 2006 12:54:55 +0000 (UTC) (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 B29F643D6A; Tue, 14 Nov 2006 12:54:39 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAECsdTG031343; Tue, 14 Nov 2006 12:54:39 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAECsd8i031342; Tue, 14 Nov 2006 12:54:39 GMT (envelope-from flz) Message-Id: <200611141254.kAECsd8i031342@repoman.freebsd.org> From: Florent Thoumie Date: Tue, 14 Nov 2006 12:54:39 +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 aue.4 kue.4 ural.4 uscanner.4 src/sys/dev/usb if_aue.c if_cdce.c if_kue.c if_ural.c umass.c usb_quirks.c usbdevs uscanner.c src/sys/cam/scsi scsi_da.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, 14 Nov 2006 12:54:55 -0000 flz 2006-11-14 12:54:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 aue.4 uscanner.4 ural.4 kue.4 sys/dev/usb if_aue.c usbdevs if_cdce.c umass.c usb_quirks.c uscanner.c if_kue.c if_ural.c sys/cam/scsi scsi_da.c Log: MFC: Add support for Epson USB Scanners (3590 [1] and 4990 [2]). Add entries in the uscanner.4 man page (along with missing 3500). Add quirk for Logitech iFeel MouseMan USB mouse. [3] Add support for Familiar Linux powered iPaq handhelds to cdce(4). [4] Add a quirk for the Belkin FC6550-AVR UPS. [5] Add support for Netgear FA101 ethernet USB NIC. [6] Add support for Psion Gold Port Ethernet USB NIC. [7] Add support for Epson Stylus CX4200 in uscanner(4). [8] Add support for Novatech NV902 wireless NIC in ural(4). [9] Add SCSI da(4) quirk for the iRiver H10. [10] Add a SCSI da(4) quirk for Rekam USB Camera. [11] Add a USB quirk for Motorola A41x/V32x USB phones. [12] Add a USB quirk for CMOTECH CDMA USB modem. [13] Add a USB umass(4) quirk for Panasonic KXL-840AN CD-R drive. [14] src/share/man/man4/aue.4: rev 1.24 -> 1.25 src/sys/dev/usb/if_aue.c: rev 1.99 -> 1.100 src/sys/dev/usb/usbdevs: rev 1.264 -> 1.275 src/sys/dev/usb/if_cdce.c: rev 1.15 -> 1.16 src/sys/dev/usb/umass.c: rev 1.137 -> 1.138 src/share/man/man4/uscanner.4: rev 1.27 -> 1.29 src/share/man/man4/ural.4: rev 1.10 -> 1.11 src/sys/dev/usb/usb_quirks.c: rev 1.50 -> 1.54 src/sys/dev/usb/uscanner.c: rev 1.74 -> 1.76 src/sys/cam/scsi/scsi_da.c: rev 1.192 -> 1.194 src/sys/dev/usb/if_kue.c: rev 1.70 -> 1.71 src/share/man/man4/kue.4: rev 1.23 -> 1.24 src/sys/dev/usb/if_ural.c: rev 1.45 -> 1.46 PR: usb/100957 [1], usb/100992 [2], usb/101066 [3], usb/103865 [4], usb/102260 [5], usb/102286 [6], usb/102296 [7], usb/102851 [8], usb/102852 [9], usb/102547 [10], usb/98713 [11], usb/97512 [12], usb/97948 [13], usb/81073 [14] Submitted by: Jim Teresco [1], Walter C. Pelissero [2], Heiko Przybyl [3], Alexey Roslyakov [4], David Grochowski [5], Volker [6,7], Jonathan Fosburgh [8,9], Sven Esbjerg [10], Alex [11], Mark Diekhans [12], Alexei Volkov [13], James E. Flemer [14] Approved by: re (kensmith) Revision Changes Path 1.21.2.3 +3 -1 src/share/man/man4/aue.4 1.20.2.3 +3 -1 src/share/man/man4/kue.4 1.3.2.5 +2 -1 src/share/man/man4/ural.4 1.18.2.5 +9 -1 src/share/man/man4/uscanner.4 1.180.2.9 +16 -0 src/sys/cam/scsi/scsi_da.c 1.90.2.6 +1 -0 src/sys/dev/usb/if_aue.c 1.7.2.7 +1 -0 src/sys/dev/usb/if_cdce.c 1.64.2.4 +1 -0 src/sys/dev/usb/if_kue.c 1.10.2.9 +1 -0 src/sys/dev/usb/if_ural.c 1.122.2.11 +4 -0 src/sys/dev/usb/umass.c 1.41.2.5 +6 -0 src/sys/dev/usb/usb_quirks.c 1.232.2.17 +21 -1 src/sys/dev/usb/usbdevs 1.63.2.5 +3 -0 src/sys/dev/usb/uscanner.c From owner-cvs-all@FreeBSD.ORG Tue Nov 14 12:55:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6852916A4F8; Tue, 14 Nov 2006 12:55:02 +0000 (UTC) (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 7D67743D77; Tue, 14 Nov 2006 12:54:41 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAECsfOK031471; Tue, 14 Nov 2006 12:54:41 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAECsfPl031470; Tue, 14 Nov 2006 12:54:41 GMT (envelope-from jylefort) Message-Id: <200611141254.kAECsfPl031470@repoman.freebsd.org> From: Jean-Yves Lefort Date: Tue, 14 Nov 2006 12:54: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/rhythmbox Makefile ports/audio/goobox Makefile ports/deskutils/ontv Makefile ports/deskutils/timer-applet Makefile ports/irc/xchat-gnome Makefile ports/multimedia/vlc-devel Makefile ports/net-im/gossip ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Nov 2006 12:55:03 -0000 jylefort 2006-11-14 12:54:41 UTC FreeBSD ports repository Modified files: audio/rhythmbox Makefile audio/goobox Makefile deskutils/ontv Makefile deskutils/timer-applet Makefile irc/xchat-gnome Makefile multimedia/vlc-devel Makefile net-im/gossip Makefile sysutils/brasero Makefile sysutils/gnome-power-manager Makefile sysutils/gnome-volume-manager Makefile x11/gnome-applets Makefile Log: Track libnotify update Revision Changes Path 1.26 +2 -2 ports/audio/goobox/Makefile 1.84 +2 -2 ports/audio/rhythmbox/Makefile 1.2 +2 -2 ports/deskutils/ontv/Makefile 1.15 +1 -1 ports/deskutils/timer-applet/Makefile 1.154 +1 -1 ports/irc/xchat-gnome/Makefile 1.158 +2 -2 ports/multimedia/vlc-devel/Makefile 1.37 +2 -2 ports/net-im/gossip/Makefile 1.2 +2 -1 ports/sysutils/brasero/Makefile 1.5 +2 -2 ports/sysutils/gnome-power-manager/Makefile 1.3 +2 -1 ports/sysutils/gnome-volume-manager/Makefile 1.99 +1 -1 ports/x11/gnome-applets/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 14 13:01:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6078016A501; Tue, 14 Nov 2006 13:01:36 +0000 (UTC) (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 093FC43D8C; Tue, 14 Nov 2006 13:01:25 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAED1P93032284; Tue, 14 Nov 2006 13:01:25 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAED1PDm032279; Tue, 14 Nov 2006 13:01:25 GMT (envelope-from jylefort) Message-Id: <200611141301.kAED1PDm032279@repoman.freebsd.org> From: Jean-Yves Lefort Date: Tue, 14 Nov 2006 13:01: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/deskutils/notification-daemon Makefile distinfo ports/deskutils/notification-daemon/files patch-src-Makefile.in patch-src-daemon.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, 14 Nov 2006 13:01:36 -0000 jylefort 2006-11-14 13:01:25 UTC FreeBSD ports repository Modified files: deskutils/notification-daemon Makefile distinfo deskutils/notification-daemon/files patch-src-daemon.c Added files: deskutils/notification-daemon/files patch-src-Makefile.in Log: - Update to 0.3.6 - Make it work with dbus-glib >= 0.72 - Take maintainership PR: ports/104876 Submitted by: jylefort, Pawel Worach Approved by: maintainer timeout (17 days) Revision Changes Path 1.19 +2 -3 ports/deskutils/notification-daemon/Makefile 1.9 +3 -3 ports/deskutils/notification-daemon/distinfo 1.1 +11 -0 ports/deskutils/notification-daemon/files/patch-src-Makefile.in (new) 1.2 +9 -60 ports/deskutils/notification-daemon/files/patch-src-daemon.c From owner-cvs-all@FreeBSD.ORG Tue Nov 14 13:07:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0493916A407; Tue, 14 Nov 2006 13:07:50 +0000 (UTC) (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 B575A43D67; Tue, 14 Nov 2006 13:07:49 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAED7n5D034619; Tue, 14 Nov 2006 13:07:49 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAED7nCt034618; Tue, 14 Nov 2006 13:07:49 GMT (envelope-from jylefort) Message-Id: <200611141307.kAED7nCt034618@repoman.freebsd.org> From: Jean-Yves Lefort Date: Tue, 14 Nov 2006 13:07: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/x11/gnome2 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, 14 Nov 2006 13:07:50 -0000 jylefort 2006-11-14 13:07:49 UTC FreeBSD ports repository Modified files: x11/gnome2 Makefile Log: Include deskutils/notification-daemon (used by gnome-power-manager, gnome-volume-manager and gnome-applets via libnotify). Revision Changes Path 1.130 +4 -3 ports/x11/gnome2/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 14 13:08:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64F0016A403; Tue, 14 Nov 2006 13:08:12 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E7B843D5E; Tue, 14 Nov 2006 13:08:12 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAED8B5V034661; Tue, 14 Nov 2006 13:08:11 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAED8Bia034660; Tue, 14 Nov 2006 13:08:11 GMT (envelope-from ariff) Message-Id: <200611141308.kAED8Bia034660@repoman.freebsd.org> From: Ariff Abdullah Date: Tue, 14 Nov 2006 13:08:11 +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/sound/pci atiixp.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, 14 Nov 2006 13:08:12 -0000 ariff 2006-11-14 13:08:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/sound/pci atiixp.c Log: MFC: DMA alignment fixup. Approved by: re (kensmith) Revision Changes Path 1.2.2.5 +1 -1 src/sys/dev/sound/pci/atiixp.c From owner-cvs-all@FreeBSD.ORG Tue Nov 14 13:21:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD62F16A415; Tue, 14 Nov 2006 13:21:49 +0000 (UTC) (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 A3E6943D94; Tue, 14 Nov 2006 13:21:44 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEDLhux037644; Tue, 14 Nov 2006 13:21:43 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEDLhdO037643; Tue, 14 Nov 2006 13:21:43 GMT (envelope-from erwin) Message-Id: <200611141321.kAEDLhdO037643@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 14 Nov 2006 13:21: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/editors/dte 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, 14 Nov 2006 13:21:49 -0000 erwin 2006-11-14 13:21:42 UTC FreeBSD ports repository Modified files: editors/dte Makefile Log: - Mark BROKEN as the only master site requires authorization - Drop maintainership PR: 105239 Submitted by: gabor Revision Changes Path 1.9 +3 -1 ports/editors/dte/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 14 13:27:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47E9C16A417; Tue, 14 Nov 2006 13:27:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1B5243D64; Tue, 14 Nov 2006 13:27:20 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEDRKxt038444; Tue, 14 Nov 2006 13:27:20 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEDRKko038443; Tue, 14 Nov 2006 13:27:20 GMT (envelope-from miwi) Message-Id: <200611141327.kAEDRKko038443@repoman.freebsd.org> From: Martin Wilke Date: Tue, 14 Nov 2006 13:27: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/xnview 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, 14 Nov 2006 13:27:21 -0000 miwi 2006-11-14 13:27:20 UTC FreeBSD ports repository Modified files: graphics/xnview Makefile Log: - Update MASTER_SITES PR: ports/105523 Submitted by: Serge Negodyuck (Maintainer) Revision Changes Path 1.9 +1 -1 ports/graphics/xnview/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 14 13:48:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62A9F16A40F; Tue, 14 Nov 2006 13:48:05 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9FCE43D9C; Tue, 14 Nov 2006 13:48:04 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEDm4Ia042005; Tue, 14 Nov 2006 13:48:04 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEDm4qg042004; Tue, 14 Nov 2006 13:48:04 GMT (envelope-from ehaupt) Message-Id: <200611141348.kAEDm4qg042004@repoman.freebsd.org> From: Emanuel Haupt Date: Tue, 14 Nov 2006 13:48: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/devel/spin Makefile distinfo ports/devel/spin/files patch-xspin X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Nov 2006 13:48:05 -0000 ehaupt 2006-11-14 13:48:03 UTC FreeBSD ports repository Modified files: devel/spin Makefile distinfo devel/spin/files patch-xspin Log: Update to 4.2.7 PR: 105501 Submitted by: Jonathan Hanna (maintainer) Revision Changes Path 1.48 +2 -3 ports/devel/spin/Makefile 1.34 +3 -3 ports/devel/spin/distinfo 1.11 +2 -2 ports/devel/spin/files/patch-xspin From owner-cvs-all@FreeBSD.ORG Tue Nov 14 14:03:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0ACCF16A415; Tue, 14 Nov 2006 14:03:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A54543D60; Tue, 14 Nov 2006 14:03:34 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEE3YIY045756; Tue, 14 Nov 2006 14:03:34 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEE3Y2i045755; Tue, 14 Nov 2006 14:03:34 GMT (envelope-from miwi) Message-Id: <200611141403.kAEE3Y2i045755@repoman.freebsd.org> From: Martin Wilke Date: Tue, 14 Nov 2006 14:03: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/misc/goblin 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, 14 Nov 2006 14:03:35 -0000 miwi 2006-11-14 14:03:34 UTC FreeBSD ports repository Modified files: misc/goblin Makefile Log: - Update MASTER_SITES PR: ports/105524 Submitted by: Thomas Abthorpe Revision Changes Path 1.18 +1 -1 ports/misc/goblin/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 14 14:22:55 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A0AE16A407; Tue, 14 Nov 2006 14:22:55 +0000 (UTC) (envelope-from avatar@mmlab.cse.yzu.edu.tw) Received: from www.mmlab.cse.yzu.edu.tw (www.mmlab.cse.yzu.edu.tw [140.138.150.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC81143D55; Tue, 14 Nov 2006 14:22:54 +0000 (GMT) (envelope-from avatar@mmlab.cse.yzu.edu.tw) Received: by www.mmlab.cse.yzu.edu.tw (qmail, from userid 1000) id 700518CA072; Tue, 14 Nov 2006 22:22:43 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by www.mmlab.cse.yzu.edu.tw (qmail) with ESMTP id 5730A8CA04A; Tue, 14 Nov 2006 22:22:43 +0800 (CST) Date: Tue, 14 Nov 2006 22:22:43 +0800 (CST) From: Tai-hwa Liang To: Giorgos Keramidas In-Reply-To: <20061019000424.GA1262@gothmog.pc> Message-ID: <0611142157336.5368@www.mmlab.cse.yzu.edu.tw> References: <200610132049.k9DKnObw045731@repoman.freebsd.org> <20061015091459.V72308@godot.imp.ch> <20061018234916.GA1711@gothmog.pc> <20061019000424.GA1262@gothmog.pc> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Tor Egge , cvs-src@freebsd.org, Martin Blapp , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: 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: Tue, 14 Nov 2006 14:22:55 -0000 On Thu, 19 Oct 2006, Giorgos Keramidas wrote: > FWIW, reverting revision 1.199 of kern_conf.c locally fixes the > unkillable xterms, stuck in "devdrn", problem. With rev 1.199, modules that do destroy_dev() in their d_close() will hang in "devdrn" state upon device closing. For example, netsmb and snp: # mount_smbfs -I server //server/share /mnt Password: [hang] # watch Snoop started. Enter device name []:^C [hang] It turns out that devfs_close() does a dev_refthread() before invoking device specific d_close(), which makes subsequent destroy_dev() being blocked in the "devdrn" loop. Before someone teaches these drivers not doing destroy_dev() in their d_close(), following bandaid can workaround this hanging problem: Index: sys/netsmb/smb_dev.c =================================================================== RCS file: /home/ncvs/src/sys/netsmb/smb_dev.c,v retrieving revision 1.29 diff -u -p -u -r1.29 smb_dev.c --- sys/netsmb/smb_dev.c 22 Nov 2005 02:15:46 -0000 1.29 +++ sys/netsmb/smb_dev.c 14 Nov 2006 13:49:37 -0000 @@ -175,6 +175,7 @@ nsmb_dev_close(struct cdev *dev, int fla */ dev->si_drv1 = NULL; free(sdp, M_NSMBDEV); + dev_relthread(dev); /* XXX dealing with si_threadcount */ destroy_dev(dev); splx(s); return 0; Index: sys/dev/snp/snp.c =================================================================== RCS file: /home/ncvs/src/sys/dev/snp/snp.c,v retrieving revision 1.102 diff -u -p -u -r1.102 snp.c --- sys/dev/snp/snp.c 19 Sep 2005 13:48:45 -0000 1.102 +++ sys/dev/snp/snp.c 14 Nov 2006 13:49:37 -0000 @@ -489,6 +489,7 @@ snpclose(dev, flags, fmt, td) free(snp->snp_buf, M_SNP); snp->snp_flags &= ~SNOOP_OPEN; dev->si_drv1 = NULL; + dev_relthread(dev); /* XXX dealing with si_threadcount */ destroy_dev(dev); return (snp_detach(snp)); On the other hand, si_threadcount could be negative with aforementioned patch... :( > On 2006-10-19 02:49, Giorgos Keramidas wrote: >> >> Maybe it's not related, but all xterm's seem unkillable and blocked >> forever in "devdrn" here, in a build from 2006.10.18.15.56.11. >> >> An earlier sync from 2006.10.13.12.45.54 didn't exhibit this behavior, >> so I guess there's something mildly buggy with this change? >> >> On 2006-10-15 09:15, Martin Blapp wrote: >>> >>> Cool, thank you ! >>> >>> Martin >>> >>> Martin Blapp, >>> ------------------------------------------------------------------ >>> ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH >>> Phone: +41 61 826 93 00 Fax: +41 61 826 93 01 >>> PGP: >>> PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E >>> ------------------------------------------------------------------ >>> >>> On Fri, 13 Oct 2006, Tor Egge wrote: >>> >>>> tegge 2006-10-13 20:49:24 UTC >>>> >>>> FreeBSD src repository >>>> >>>> Modified files: >>>> sys/kern kern_conf.c >>>> Log: >>>> Wait for thread count to reach zero in destroy_devl() even when no purge >>>> method is defined, to avoid memory being modified after free. >>>> >>>> Temporarily increase refcount in destroy_devl() to avoid a double free >>>> if dev_rel() is called while waiting for thread count to reach zero. >>>> >>>> Revision Changes Path >>>> 1.199 +6 -0 src/sys/kern/kern_conf.c -- Cheers, Tai-hwa Liang From owner-cvs-all@FreeBSD.ORG Tue Nov 14 14:24:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFE0516A403; Tue, 14 Nov 2006 14:24:53 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A87843D53; Tue, 14 Nov 2006 14:24:53 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEEOr0V049209; Tue, 14 Nov 2006 14:24:53 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEEOrPY049208; Tue, 14 Nov 2006 14:24:53 GMT (envelope-from ache) Message-Id: <200611141424.kAEEOrPY049208@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 14 Nov 2006 14:24: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/www/lynx-current 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, 14 Nov 2006 14:24:53 -0000 ache 2006-11-14 14:24:53 UTC FreeBSD ports repository Modified files: www/lynx-current Makefile distinfo Log: Dist re-rolled on master site (compression) Use misc/mime-support package Revision Changes Path 1.173 +8 -0 ports/www/lynx-current/Makefile 1.184 +3 -3 ports/www/lynx-current/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 14 14:28:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD6E416A417; Tue, 14 Nov 2006 14:28:13 +0000 (UTC) (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 6DE2243D77; Tue, 14 Nov 2006 14:28:10 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEESAk6049503; Tue, 14 Nov 2006 14:28:10 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEESA7U049502; Tue, 14 Nov 2006 14:28:10 GMT (envelope-from ru) Message-Id: <200611141428.kAEESA7U049502@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 14 Nov 2006 14:28: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/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: Tue, 14 Nov 2006 14:28:13 -0000 ru 2006-11-14 14:28:10 UTC FreeBSD src repository Modified files: sys/conf files.pc98 Log: Unbreak pc98. Revision Changes Path 1.350 +1 -0 src/sys/conf/files.pc98 From owner-cvs-all@FreeBSD.ORG Tue Nov 14 14:37:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14A7F16A416; Tue, 14 Nov 2006 14:37:40 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A84C43D55; Tue, 14 Nov 2006 14:37:39 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEEbdJf051098; Tue, 14 Nov 2006 14:37:39 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEEbdpb051097; Tue, 14 Nov 2006 14:37:39 GMT (envelope-from ehaupt) Message-Id: <200611141437.kAEEbdpb051097@repoman.freebsd.org> From: Emanuel Haupt Date: Tue, 14 Nov 2006 14:37: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-mgmt/arpwatch Makefile ports/net-mgmt/arpwatch/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: Tue, 14 Nov 2006 14:37:40 -0000 ehaupt 2006-11-14 14:37:39 UTC FreeBSD ports repository Modified files: net-mgmt/arpwatch Makefile net-mgmt/arpwatch/files patch-ab Log: - Install files with proper ownership - Bump PORTREVISION PR: 104972 Submitted by: Dr. Markus Waldeck Approved by: maintainer Revision Changes Path 1.50 +2 -1 ports/net-mgmt/arpwatch/Makefile 1.6 +4 -4 ports/net-mgmt/arpwatch/files/patch-ab From owner-cvs-all@FreeBSD.ORG Tue Nov 14 14:44:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACCCE16A47E; Tue, 14 Nov 2006 14:44:23 +0000 (UTC) (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 AAFCA43D7C; Tue, 14 Nov 2006 14:44:22 +0000 (GMT) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEEiMNC052547; Tue, 14 Nov 2006 14:44:22 GMT (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEEiMZB052545; Tue, 14 Nov 2006 14:44:22 GMT (envelope-from naddy) Message-Id: <200611141444.kAEEiMZB052545@repoman.freebsd.org> From: Christian Weisgerber Date: Tue, 14 Nov 2006 14: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/archivers/gtar Makefile distinfo pkg-plist ports/archivers/gtar/files patch-configure patch-lib_Makefile.in patch-src::compare.c patch-src::create.c patch-src_tar.c patch-src_xheader.c patch-tests_testsuite X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Nov 2006 14:44:23 -0000 naddy 2006-11-14 14:44:21 UTC FreeBSD ports repository Modified files: archivers/gtar Makefile distinfo pkg-plist archivers/gtar/files patch-configure patch-lib_Makefile.in Added files: archivers/gtar/files patch-tests_testsuite Removed files: archivers/gtar/files patch-src::compare.c patch-src::create.c patch-src_tar.c patch-src_xheader.c Log: Update to 1.16. User-visible changes: Incompatible changes: * No globbing by default when extracting from or listing an archive. * -l is now an alias of --check-links Miscellaneous new options and bug fixes. For a complete list, see http://lists.gnu.org/archive/html/bug-tar/2006-10/msg00031.html Revision Changes Path 1.48 +8 -4 ports/archivers/gtar/Makefile 1.14 +3 -3 ports/archivers/gtar/distinfo 1.4 +18 -18 ports/archivers/gtar/files/patch-configure 1.2 +1 -1 ports/archivers/gtar/files/patch-lib_Makefile.in 1.3 +0 -14 ports/archivers/gtar/files/patch-src::compare.c (dead) 1.3 +0 -14 ports/archivers/gtar/files/patch-src::create.c (dead) 1.2 +0 -17 ports/archivers/gtar/files/patch-src_tar.c (dead) 1.3 +0 -135 ports/archivers/gtar/files/patch-src_xheader.c (dead) 1.1 +140 -0 ports/archivers/gtar/files/patch-tests_testsuite (new) 1.13 +6 -3 ports/archivers/gtar/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 14 15:06:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE7DF16A403; Tue, 14 Nov 2006 15:06:14 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC32D43D5D; Tue, 14 Nov 2006 15:06:10 +0000 (GMT) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEF6A6r057943; Tue, 14 Nov 2006 15:06:10 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEF6Aiw057942; Tue, 14 Nov 2006 15:06:10 GMT (envelope-from stas) Message-Id: <200611141506.kAEF6Aiw057942@repoman.freebsd.org> From: Stanislav Sedov Date: Tue, 14 Nov 2006 15:06: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/graphics/lcms 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, 14 Nov 2006 15:06:14 -0000 stas 2006-11-14 15:06:10 UTC FreeBSD ports repository Modified files: graphics/lcms Makefile Log: - Fix typo in OPTIONS handling PR: ports/105515 Submitted by: Eygene Revision Changes Path 1.25 +1 -1 ports/graphics/lcms/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 14 15:12:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9DC316A4A7; Tue, 14 Nov 2006 15:12:30 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E13C43D93; Tue, 14 Nov 2006 15:12:26 +0000 (GMT) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEFCQWn059177; Tue, 14 Nov 2006 15:12:26 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEFCQPB059176; Tue, 14 Nov 2006 15:12:26 GMT (envelope-from stas) Message-Id: <200611141512.kAEFCQPB059176@repoman.freebsd.org> From: Stanislav Sedov Date: Tue, 14 Nov 2006 15:12: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/databases/ruby-cdb 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, 14 Nov 2006 15:12:31 -0000 stas 2006-11-14 15:12:25 UTC FreeBSD ports repository Modified files: databases/ruby-cdb Makefile pkg-plist Log: - Permissions safety - Make PREFIX-clean - Take maintainership Revision Changes Path 1.9 +10 -2 ports/databases/ruby-cdb/Makefile 1.3 +8 -2 ports/databases/ruby-cdb/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 14 15:27:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6FC316A47C; Tue, 14 Nov 2006 15:27:46 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 362E643D53; Tue, 14 Nov 2006 15:27:23 +0000 (GMT) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEFRN8X062398; Tue, 14 Nov 2006 15:27:23 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEFRNv3062397; Tue, 14 Nov 2006 15:27:23 GMT (envelope-from stas) Message-Id: <200611141527.kAEFRNv3062397@repoman.freebsd.org> From: Stanislav Sedov Date: Tue, 14 Nov 2006 15: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: ports/cad/jspice3 Makefile ports/cad/jspice3/files patch-src_lib_fte_resource.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, 14 Nov 2006 15:27:47 -0000 stas 2006-11-14 15:27:22 UTC FreeBSD ports repository Modified files: cad/jspice3 Makefile Added files: cad/jspice3/files patch-src_lib_fte_resource.c Log: - GCC4 compatiblity - Change my email Revision Changes Path 1.5 +1 -1 ports/cad/jspice3/Makefile 1.1 +11 -0 ports/cad/jspice3/files/patch-src_lib_fte_resource.c (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 14 15:43:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A95E116A403; Tue, 14 Nov 2006 15:43:37 +0000 (UTC) (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 6721C43D5C; Tue, 14 Nov 2006 15:43:37 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEFhbta066160; Tue, 14 Nov 2006 15:43:37 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEFhbx2066155; Tue, 14 Nov 2006 15:43:37 GMT (envelope-from trhodes) Message-Id: <200611141543.kAEFhbx2066155@repoman.freebsd.org> From: Tom Rhodes Date: Tue, 14 Nov 2006 15:43:37 +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: Tue, 14 Nov 2006 15:43:37 -0000 trhodes 2006-11-14 15:43:37 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: Ruslan is still in Russia right now. Reminded by: ru Revision Changes Path 1.423 +2 -2 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Tue Nov 14 15:46:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42C5816A4C2; Tue, 14 Nov 2006 15:46:14 +0000 (UTC) (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 20A3643DBB; Tue, 14 Nov 2006 15:46:06 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEFk5bF066691; Tue, 14 Nov 2006 15:46:05 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEFk5bY066690; Tue, 14 Nov 2006 15:46:05 GMT (envelope-from erwin) Message-Id: <200611141546.kAEFk5bY066690@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 14 Nov 2006 15:46:05 +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 erwin.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: Tue, 14 Nov 2006 15:46:14 -0000 erwin 2006-11-14 15:46:05 UTC FreeBSD doc repository (ports committer) Modified files: share/pgpkeys erwin.key Log: Add uid and add signatures from keysigning party at OpenFest and EuroBSDCon Revision Changes Path 1.4 +644 -413 doc/share/pgpkeys/erwin.key From owner-cvs-all@FreeBSD.ORG Tue Nov 14 16:13:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F59516A412; Tue, 14 Nov 2006 16:13:08 +0000 (UTC) (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 6716143DDA; Tue, 14 Nov 2006 15:58:52 +0000 (GMT) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEFvmTx068988; Tue, 14 Nov 2006 15:57:48 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEFvmLU068987; Tue, 14 Nov 2006 15:57:48 GMT (envelope-from olgeni) Message-Id: <200611141557.kAEFvmLU068987@repoman.freebsd.org> From: Jimmy Olgeni Date: Tue, 14 Nov 2006 15:57: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/yaws 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, 14 Nov 2006 16:13:08 -0000 olgeni 2006-11-14 15:57:47 UTC FreeBSD ports repository Modified files: www/yaws Makefile distinfo pkg-plist Log: Upgrade to version 1.65. Revision Changes Path 1.30 +1 -2 ports/www/yaws/Makefile 1.17 +3 -3 ports/www/yaws/distinfo 1.18 +2 -0 ports/www/yaws/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 14 16:21:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8ECD816A776; Tue, 14 Nov 2006 16:21:12 +0000 (UTC) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 535F6442CB; Tue, 14 Nov 2006 16:14:44 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEGEiVi073890; Tue, 14 Nov 2006 16:14:44 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEGEidD073889; Tue, 14 Nov 2006 16:14:44 GMT (envelope-from grehan) Message-Id: <200611141614.kAEGEidD073889@repoman.freebsd.org> From: Peter Grehan Date: Tue, 14 Nov 2006 16: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/powerpc/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: Tue, 14 Nov 2006 16:21:12 -0000 grehan 2006-11-14 16:14:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/powerpc/conf GENERIC Log: Unbreak ppc kernel build by removing zs driver. Approved by: re (Ken Smith) Revision Changes Path 1.48.2.5 +0 -1 src/sys/powerpc/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Tue Nov 14 16:21:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 432A616A412; Tue, 14 Nov 2006 16:21:48 +0000 (UTC) (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 F1F5F43D46; Tue, 14 Nov 2006 16:21:47 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEGLlh5075065; Tue, 14 Nov 2006 16:21:47 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEGLlEA075064; Tue, 14 Nov 2006 16:21:47 GMT (envelope-from des) Message-Id: <200611141621.kAEGLlEA075064@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 14 Nov 2006 16:21:47 +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/tinderbox tbmaster.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: Tue, 14 Nov 2006 16:21:48 -0000 des 2006-11-14 16:21:47 UTC FreeBSD projects repository Modified files: tinderbox tbmaster.pl Log: Don't include LOGDIR in log file URL. Revision Changes Path 1.67 +12 -12 projects/tinderbox/tbmaster.pl From owner-cvs-all@FreeBSD.ORG Tue Nov 14 16:48:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D58E16A403; Tue, 14 Nov 2006 16:48:01 +0000 (UTC) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCEB843D4C; Tue, 14 Nov 2006 16:48:00 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEGm0Sq087000; Tue, 14 Nov 2006 16:48:00 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEGm02M086999; Tue, 14 Nov 2006 16:48:00 GMT (envelope-from ambrisko) Message-Id: <200611141648.kAEGm02M086999@repoman.freebsd.org> From: Doug Ambrisko Date: Tue, 14 Nov 2006 16:48: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/sys/dev/mfi mfi.c mfi_ioctl.h mfi_linux.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, 14 Nov 2006 16:48:01 -0000 ambrisko 2006-11-14 16:48:00 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c mfi_ioctl.h mfi_linux.c Log: - Add in FreeBSD native ioctl that models the Linux version. - Add a translation so the Linux ioctl's don't conflict with the FreeBSD definition. - Assume Linux 32bit emulation on amd64. This was tested on i386 and amd64 with the 32bit Linux MegaCli. Eventually we should do a 32bit native FreeBSD translation app. Revision Changes Path 1.22 +145 -6 src/sys/dev/mfi/mfi.c 1.3 +47 -0 src/sys/dev/mfi/mfi_ioctl.h 1.2 +14 -1 src/sys/dev/mfi/mfi_linux.c From owner-cvs-all@FreeBSD.ORG Tue Nov 14 16:57:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D264616A403; Tue, 14 Nov 2006 16:57:31 +0000 (UTC) (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 E2E5143D49; Tue, 14 Nov 2006 16:57:18 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEGvI20088667; Tue, 14 Nov 2006 16:57:18 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEGvI60088666; Tue, 14 Nov 2006 16:57:18 GMT (envelope-from delphij) Message-Id: <200611141657.kAEGvI60088666@repoman.freebsd.org> From: Xin LI Date: Tue, 14 Nov 2006 16:57: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/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: Tue, 14 Nov 2006 16:57:31 -0000 delphij 2006-11-14 16:57:17 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: The Command Injection Vulnerability was corrected by awstats 6.5_2,1. Submitted by: Alex Samorukov PR: ports/105233 Revision Changes Path 1.1222 +3 -3 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Tue Nov 14 17:10:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D41D216A412; Tue, 14 Nov 2006 17:10:02 +0000 (UTC) (envelope-from simon@zaphod.nitro.dk) Received: from mx.nitro.dk (zarniwoop.nitro.dk [83.92.207.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65BE143D45; Tue, 14 Nov 2006 17:10:01 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: from zaphod.nitro.dk (unknown [192.168.3.39]) by mx.nitro.dk (Postfix) with ESMTP id F1BF178C7A; Tue, 14 Nov 2006 17:09:32 +0000 (UTC) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id F1ACE11420; Tue, 14 Nov 2006 18:10:00 +0100 (CET) Date: Tue, 14 Nov 2006 18:10:00 +0100 From: "Simon L. Nielsen" To: Xin LI Message-ID: <20061114171000.GA1014@zaphod.nitro.dk> References: <200611141657.kAEGvI60088666@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200611141657.kAEGvI60088666@repoman.freebsd.org> User-Agent: Mutt/1.5.11 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: 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: Tue, 14 Nov 2006 17:10:02 -0000 On 2006.11.14 16:57:17 +0000, Xin LI wrote: > delphij 2006-11-14 16:57:17 UTC > > FreeBSD ports repository > > Modified files: > security/vuxml vuln.xml > Log: > The Command Injection Vulnerability was corrected by awstats 6.5_2,1. > > Submitted by: Alex Samorukov > PR: ports/105233 Have you checked that the issues have really been fixed? -- Simon L. Nielsen From owner-cvs-all@FreeBSD.ORG Tue Nov 14 17:37:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 467A016A47E; Tue, 14 Nov 2006 17:37:41 +0000 (UTC) (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 B49E443D55; Tue, 14 Nov 2006 17:37:40 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEHbeL1096223; Tue, 14 Nov 2006 17:37:40 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEHbeFR096222; Tue, 14 Nov 2006 17:37:40 GMT (envelope-from erwin) Message-Id: <200611141737.kAEHbeFR096222@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 14 Nov 2006 17:37: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/astro/p5-Astro-SpaceTrack 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, 14 Nov 2006 17:37:41 -0000 erwin 2006-11-14 17:37:39 UTC FreeBSD ports repository Modified files: astro/p5-Astro-SpaceTrack Makefile distinfo Log: Update to 0.025 Revision Changes Path 1.3 +1 -1 ports/astro/p5-Astro-SpaceTrack/Makefile 1.3 +3 -3 ports/astro/p5-Astro-SpaceTrack/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 14 17:54:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87B7916A537; Tue, 14 Nov 2006 17:54:18 +0000 (UTC) (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 16D5F43D5D; Tue, 14 Nov 2006 17:54:16 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEHsEDk099076; Tue, 14 Nov 2006 17:54:14 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEHsEQR099074; Tue, 14 Nov 2006 17:54:14 GMT (envelope-from erwin) Message-Id: <200611141754.kAEHsEQR099074@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 14 Nov 2006 17:54: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/www/p5-WWW-Scraper-ISBN-Amazon_Driver 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, 14 Nov 2006 17:54:18 -0000 erwin 2006-11-14 17:54:13 UTC FreeBSD ports repository Modified files: www/p5-WWW-Scraper-ISBN-Amazon_Driver Makefile distinfo Log: - Update to 0.06 - Don't quote IGNORE Revision Changes Path 1.2 +2 -2 ports/www/p5-WWW-Scraper-ISBN-Amazon_Driver/Makefile 1.2 +3 -3 ports/www/p5-WWW-Scraper-ISBN-Amazon_Driver/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 14 17:54:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4323C16A47B; Tue, 14 Nov 2006 17:54:56 +0000 (UTC) (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 F0F3543D46; Tue, 14 Nov 2006 17:54:55 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEHstU0099251; Tue, 14 Nov 2006 17:54:55 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEHst1Y099250; Tue, 14 Nov 2006 17:54:55 GMT (envelope-from jhb) Message-Id: <200611141754.kAEHst1Y099250@repoman.freebsd.org> From: John Baldwin Date: Tue, 14 Nov 2006 17:54: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/dev/pci pcivar.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, 14 Nov 2006 17:54:56 -0000 jhb 2006-11-14 17:54:55 UTC FreeBSD src repository Modified files: sys/dev/pci pcivar.h Log: Fix a couple of comment typos. Reported by: ru Revision Changes Path 1.74 +2 -2 src/sys/dev/pci/pcivar.h From owner-cvs-all@FreeBSD.ORG Tue Nov 14 17:56:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C062A16A407; Tue, 14 Nov 2006 17:56:33 +0000 (UTC) (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 5393A43D45; Tue, 14 Nov 2006 17:56:33 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEHuWwV099435; Tue, 14 Nov 2006 17:56:32 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEHuWCW099434; Tue, 14 Nov 2006 17:56:32 GMT (envelope-from erwin) Message-Id: <200611141756.kAEHuWCW099434@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 14 Nov 2006 17:56: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/www/p5-WWW-Scraper-ISBN-ORA_Driver 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, 14 Nov 2006 17:56:33 -0000 erwin 2006-11-14 17:56:32 UTC FreeBSD ports repository Modified files: www/p5-WWW-Scraper-ISBN-ORA_Driver Makefile distinfo Log: - Update to 0.07 - Don't quote IGNORE Revision Changes Path 1.2 +2 -2 ports/www/p5-WWW-Scraper-ISBN-ORA_Driver/Makefile 1.2 +3 -3 ports/www/p5-WWW-Scraper-ISBN-ORA_Driver/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 14 18:00:03 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DC1B16A47E; Tue, 14 Nov 2006 18:00:03 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from pne-smtpout1-sn1.fre.skanova.net (pne-smtpout1-sn1.fre.skanova.net [81.228.11.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 005DD43D73; Tue, 14 Nov 2006 17:59:56 +0000 (GMT) (envelope-from niclas.zeising@gmail.com) Received: from [90.224.57.146] (90.224.57.146) by pne-smtpout1-sn1.fre.skanova.net (7.2.076.2) id 453F8C60003E1975; Tue, 14 Nov 2006 18:59:55 +0100 Message-ID: <455A0410.3020105@gmail.com> Date: Tue, 14 Nov 2006 18:59:44 +0100 From: Niclas Zeising User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: Giorgos Keramidas References: <200611120013.kAC0D5GM097268@repoman.freebsd.org> <200611121144.28895.jkois@freebsd.org> <4556FE2A.1080501@n00b.apagnu.se> <20061112111431.GA84563@abigail.blackend.org> <20061112182751.GB834@turion.vk2pj.dyndns.org> <20061112190008.GA7008@kobe.laptop> <45578E57.3070006@gmail.com> <20061113222742.GB1634@kobe.laptop> In-Reply-To: <20061113222742.GB1634@kobe.laptop> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-doc@freebsd.org, cvs-all@freebsd.org, Johann Kois , doc-committers@freebsd.org, Marc Fonvieille Subject: Re: 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: Tue, 14 Nov 2006 18:00:03 -0000 Giorgos Keramidas wrote: > On 2006-11-12 22:12, Niclas Zeising wrote: >> Giorgos Keramidas wrote: >>> On 2006-11-13 05:27, Peter Jeremy wrote: >>>> On Sun, 2006-Nov-12 12:14:31 +0100, Marc Fonvieille wrote: >>>>> SSH is the protocol, and ssh is the application/program (so >>>>> or according to the >>>>> situation). >>>> To be pedantic, the application is OpenSSH. >>> Well, right now, yes. But it is "a member of the family of applications >>> which implement the `SSH' protocol". I am not saying that this can >>> actually happen real soon now, but if OpenSSH doesn't work the way we >>> want it to work, it is possible that our SSH >>> in a few years will be FooSSH. >>> >>> When the 'Open' part of 'OpenSSH' is important, it is obligatory that >>> we mention and make it stand out (if not for any other reason, as a form >>> of our appreciation for the work of the OpenSSH folks). But when we >>> talk about the 'SSH' protocol in general, do we really have to do so? >> This chapter, as far as I can tell, talks about SSH in general, as >> Giorgos stated. There is another chapter talking about OpenSSH in >> particular, and in that chapter OpenSSH is used when talking about the >> application. > > Excellent! I'm glad we got that straight :) > > So, Niclas, just to get this thread directed towards a more productive > closure, in a previous post of yours you wrote: > > % Date: Sun, 12 Nov 2006 12:22:53 +0100 > % From: Niclas Zeising > % Subject: Re: cvs commit: > % doc/en_US.ISO8859-1/books/handbook/security chapter.sgml > % To: Marc Fonvieille > % CC: Johann Kois , doc-committers@freebsd.org, > % Giorgos Keramidas , cvs-all@freebsd.org, > % cvs-doc@freebsd.org > % > % Okay. I'll do an overhaul of the security chapter and see if I can make > % some sort of progress regarding consistency between, SSH, ssh and so on, > % using SSH for the protocol, and ssh or > % ssh depending on the situation. > > Should we expect a patch for the SSH stuff? > > If you are going to work on this, it would be nice to know, so we avoid > duplication of work by 2 or more prople for the same relatively trivial > change. > > - Giorgos > > It's already done, docs/105456. http://www.freebsd.org/cgi/query-pr.cgi?pr=105456&cat= I thought it was clear that I was going to do it, sorry for the confusion. Regards! //Niclas -- From owner-cvs-all@FreeBSD.ORG Tue Nov 14 18:03:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E789616A57E; Tue, 14 Nov 2006 18:03:42 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A06843D5C; Tue, 14 Nov 2006 18:03:41 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEI3fh5001966; Tue, 14 Nov 2006 18:03:41 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEI3fIU001965; Tue, 14 Nov 2006 18:03:41 GMT (envelope-from alepulver) Message-Id: <200611141803.kAEI3fIU001965@repoman.freebsd.org> From: Alejandro Pulver Date: Tue, 14 Nov 2006 18:03: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/databases/flamerobin 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, 14 Nov 2006 18:03:43 -0000 alepulver 2006-11-14 18:03:41 UTC FreeBSD ports repository Modified files: databases/flamerobin Makefile Log: - Integrate completely with bsd.wx.mk. - Use ARCH instead of MACHINE_ARCH (will possibly allow cross-compilation). - Rename local WX_VERSION since it is a variable defined in bsd.wx.mk. - Remove BROKEN for 4.x since bsd.wx.mk takes care of it when WX_UNICODE is defined. PR: ports/105492 Submitted by: alepulver Approved by: Denis Barov (maintainer) Revision Changes Path 1.5 +7 -13 ports/databases/flamerobin/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 14 18:05:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB07416A403; Tue, 14 Nov 2006 18:05:34 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6788D43D58; Tue, 14 Nov 2006 18:05:34 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEI5Y0g002464; Tue, 14 Nov 2006 18:05:34 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEI5YIC002463; Tue, 14 Nov 2006 18:05:34 GMT (envelope-from alepulver) Message-Id: <200611141805.kAEI5YIC002463@repoman.freebsd.org> From: Alejandro Pulver Date: Tue, 14 Nov 2006 18:05: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/math/wxMaxima 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, 14 Nov 2006 18:05:34 -0000 alepulver 2006-11-14 18:05:33 UTC FreeBSD ports repository Modified files: math/wxMaxima Makefile Log: - Use WANT_UNICODE instead of WX_UNICODE since it can be compiled without the Unicode version of WxWidgets. PR: ports/105493 Submitted by: alepulver Approved by: Nicola Vitale (maintainer) Revision Changes Path 1.8 +2 -2 ports/math/wxMaxima/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 14 18:09:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BD5816A407; Tue, 14 Nov 2006 18:09:28 +0000 (UTC) (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 0D31743D6A; Tue, 14 Nov 2006 18:09:28 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEI9RN7002606; Tue, 14 Nov 2006 18:09:27 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEI9RoM002603; Tue, 14 Nov 2006 18:09:27 GMT (envelope-from oliver) Message-Id: <200611141809.kAEI9RoM002603@repoman.freebsd.org> From: Oliver Lehmann Date: Tue, 14 Nov 2006 18:09: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/deskutils/xfce4-calendar 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, 14 Nov 2006 18:09:28 -0000 oliver 2006-11-14 18:09:27 UTC FreeBSD ports repository Modified files: deskutils/xfce4-calendar Makefile Log: fix configure step bump PORTREVISION Revision Changes Path 1.27 +4 -1 ports/deskutils/xfce4-calendar/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 14 18:11:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED57016A513; Tue, 14 Nov 2006 18:11:18 +0000 (UTC) (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 AA5A043D68; Tue, 14 Nov 2006 18:11:18 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEIBIhx003175; Tue, 14 Nov 2006 18:11:18 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEIBIw9003173; Tue, 14 Nov 2006 18:11:18 GMT (envelope-from erwin) Message-Id: <200611141811.kAEIBIw9003173@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 14 Nov 2006 18:11: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/www/p5-WebService-Basecamp 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, 14 Nov 2006 18:11:19 -0000 erwin 2006-11-14 18:11:18 UTC FreeBSD ports repository Modified files: www/p5-WebService-Basecamp Makefile distinfo Log: Update to 1.1.2 Revision Changes Path 1.2 +1 -1 ports/www/p5-WebService-Basecamp/Makefile 1.2 +3 -3 ports/www/p5-WebService-Basecamp/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 14 18:13:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 756AC16A47C; Tue, 14 Nov 2006 18:13:22 +0000 (UTC) (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 F152B43D45; Tue, 14 Nov 2006 18:13:21 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEIDLxc003737; Tue, 14 Nov 2006 18:13:21 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEIDL8c003734; Tue, 14 Nov 2006 18:13:21 GMT (envelope-from oliver) Message-Id: <200611141813.kAEIDL8c003734@repoman.freebsd.org> From: Oliver Lehmann Date: Tue, 14 Nov 2006 18:13: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/x11-wm/xfce4 Makefile ports/x11-wm/xfce4/files XFce4.desktop X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Nov 2006 18:13:22 -0000 oliver 2006-11-14 18:13:21 UTC FreeBSD ports repository Modified files: x11-wm/xfce4 Makefile x11-wm/xfce4/files XFce4.desktop Log: replace "/usr/X11R6" in Xfce.desktop by %%PREFIX%% and parse that during the installation Revision Changes Path 1.100 +5 -5 ports/x11-wm/xfce4/Makefile 1.2 +1 -1 ports/x11-wm/xfce4/files/XFce4.desktop From owner-cvs-all@FreeBSD.ORG Tue Nov 14 18:20:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8215316A415; Tue, 14 Nov 2006 18:20:43 +0000 (UTC) (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 8730443D55; Tue, 14 Nov 2006 18:20:42 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEIKgZY004465; Tue, 14 Nov 2006 18:20:42 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEIKgAJ004464; Tue, 14 Nov 2006 18:20:42 GMT (envelope-from simon) Message-Id: <200611141820.kAEIKgAJ004464@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Tue, 14 Nov 2006 18:20:42 +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/ports Makefile.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: Tue, 14 Nov 2006 18:20:43 -0000 simon 2006-11-14 18:20:42 UTC FreeBSD doc repository Modified files: en/ports Makefile.inc Log: Do not install INDEX. On www.FreeBSD.org there is are Apache config settings which overrides /ports/INDEX, so the INDEX installed here isn't even used. On mirrors it's just wasted bandwith since the file isn't used by anything (and since for /usr/ports people will need INDEX-[567], for any recent FreeBSD, people can't even use this INDEX file for anything useful). Revision Changes Path 1.10 +2 -2 www/en/ports/Makefile.inc From owner-cvs-all@FreeBSD.ORG Tue Nov 14 18:54:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 572A616A501; Tue, 14 Nov 2006 18:54:35 +0000 (UTC) (envelope-from rink@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1F1F43D55; Tue, 14 Nov 2006 18:54:31 +0000 (GMT) (envelope-from rink@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEIsVZL013074; Tue, 14 Nov 2006 18:54:31 GMT (envelope-from rink@repoman.freebsd.org) Received: (from rink@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEIsVN3013073; Tue, 14 Nov 2006 18:54:31 GMT (envelope-from rink) Message-Id: <200611141854.kAEIsVN3013073@repoman.freebsd.org> From: Rink Springer Date: Tue, 14 Nov 2006 18:54: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/sys/dev/fxp if_fxp.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, 14 Nov 2006 18:54:35 -0000 rink 2006-11-14 18:54:31 UTC FreeBSD src repository Modified files: sys/dev/fxp if_fxp.c Log: Added yet another extra fxp(4) PCI ID. PR: kern/104896 Submitted by: Yoshihiko Sarumaru Reviewed by: imp (mentor), jfv Approved by: imp (mentor) MFC after: 3 days Revision Changes Path 1.260 +1 -0 src/sys/dev/fxp/if_fxp.c From owner-cvs-all@FreeBSD.ORG Tue Nov 14 18:56:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 354DB16A412; Tue, 14 Nov 2006 18:56:03 +0000 (UTC) (envelope-from xi@borderworlds.dk) Received: from ferengi.borderworlds.dk (ferengi.borderworlds.dk [80.166.152.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D4D643D4C; Tue, 14 Nov 2006 18:56:02 +0000 (GMT) (envelope-from xi@borderworlds.dk) Received: from dominion.borderworlds.dk (dominion.borderworlds.dk [10.1.0.10]) by ferengi.borderworlds.dk (Postfix) with ESMTP id 2C514B870; Tue, 14 Nov 2006 19:56:00 +0100 (CET) Received: by dominion.borderworlds.dk (Postfix, from userid 2000) id A83008C8; Tue, 14 Nov 2006 19:55:59 +0100 (CET) To: Pawel Jakub Dawidek References: <200611131513.kADFD52n017355@repoman.freebsd.org> From: Christian Laursen Date: Tue, 14 Nov 2006 19:55:59 +0100 In-Reply-To: <200611131513.kADFD52n017355@repoman.freebsd.org> (Pawel Jakub Dawidek's message of "Mon, 13 Nov 2006 15:13:05 +0000 (UTC)") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) 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/sbin/ggate/shared ggate.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, 14 Nov 2006 18:56:03 -0000 Pawel Jakub Dawidek writes: > pjd 2006-11-13 15:13:05 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > sbin/ggate/shared ggate.c > Log: > MFC: sbin/ggate/shared/ggate.c 1.6 > > - Handle timeouts from recv(2) properly. > - Increase timeout to 8 seconds (should be made configurable). Thanks. I can confirm that this fixes the problem for me. -- Christian Laursen From owner-cvs-all@FreeBSD.ORG Tue Nov 14 19:01:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1790116A403; Tue, 14 Nov 2006 19:01:13 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAAE143D45; Tue, 14 Nov 2006 19:01:12 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEJ1CHl014396; Tue, 14 Nov 2006 19:01:12 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEJ1Cu7014395; Tue, 14 Nov 2006 19:01:12 GMT (envelope-from rafan) Message-Id: <200611141901.kAEJ1Cu7014395@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 14 Nov 2006 19:01: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/chinese/big5width 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, 14 Nov 2006 19:01:13 -0000 rafan 2006-11-14 19:01:12 UTC FreeBSD ports repository Modified files: chinese/big5width Makefile pkg-plist Log: - Now I understand what really happened. share/locale/zh_TW.UTF-8/LC_CTYPE is a symlink to ../UTF-8/LC_CTYPE. So, changing the linking target is enough. This should really fix pointyhat build. Revision Changes Path 1.4 +1 -3 ports/chinese/big5width/Makefile 1.3 +2 -2 ports/chinese/big5width/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 14 19:13:54 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BA8E16A4C9; Tue, 14 Nov 2006 19:13:54 +0000 (UTC) (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 A7B4B43D4C; Tue, 14 Nov 2006 19:13:44 +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 72ED592FE29; Tue, 14 Nov 2006 20:13:43 +0100 (CET) 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 95984-10; Tue, 14 Nov 2006 20:13:43 +0100 (CET) Received: from [10.0.2.125] (evilcoder.xs4all.nl [195.64.94.120]) (Authenticated sender: remko@evilcoder.org) by caelis.elvandar.org (Postfix) with ESMTP id EA61792FCAE; Tue, 14 Nov 2006 20:13:42 +0100 (CET) Message-ID: <455A1592.4060606@FreeBSD.org> Date: Tue, 14 Nov 2006 20:14:26 +0100 From: Remko Lodder User-Agent: Thunderbird 1.5.0.8 (Macintosh/20061025) MIME-Version: 1.0 To: "Simon L. Nielsen" References: <200611141657.kAEGvI60088666@repoman.freebsd.org> <20061114171000.GA1014@zaphod.nitro.dk> In-Reply-To: <20061114171000.GA1014@zaphod.nitro.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by the elvandar.org maildomain Cc: cvs-ports@FreeBSD.org, Xin LI , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/vuxml vuln.xml 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, 14 Nov 2006 19:13:54 -0000 Simon L. Nielsen wrote: > On 2006.11.14 16:57:17 +0000, Xin LI wrote: >> delphij 2006-11-14 16:57:17 UTC >> >> FreeBSD ports repository >> >> Modified files: >> security/vuxml vuln.xml >> Log: >> The Command Injection Vulnerability was corrected by awstats 6.5_2,1. >> >> Submitted by: Alex Samorukov >> PR: ports/105233 > > Have you checked that the issues have really been fixed? > That was exactly the reason why I did not mark the entry as fixed yet... -- Kind regards, Remko Lodder ** remko@elvandar.org FreeBSD ** remko@FreeBSD.org /* Quis custodiet ipsos custodes */ From owner-cvs-all@FreeBSD.ORG Tue Nov 14 19:28:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89B4116A407; Tue, 14 Nov 2006 19:28:43 +0000 (UTC) (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 CA48F43D7C; Tue, 14 Nov 2006 19:28:39 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEJSbVK021062; Tue, 14 Nov 2006 19:28:37 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEJSbS8021061; Tue, 14 Nov 2006 19:28:37 GMT (envelope-from trhodes) Message-Id: <200611141928.kAEJSbS8021061@repoman.freebsd.org> From: Tom Rhodes Date: Tue, 14 Nov 2006 19:28: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/kern 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, 14 Nov 2006 19:28:43 -0000 trhodes 2006-11-14 19:28:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern sys_process.c Log: MFC 1.139: Close a race condition where num can be larger than tmp, giving the user too large of a boundary. Reported by: Ilja Van Sprundel Approved by: re (kensmith) Revision Changes Path 1.131.2.7 +1 -1 src/sys/kern/sys_process.c From owner-cvs-all@FreeBSD.ORG Tue Nov 14 20:41:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B075E16A4A0; Tue, 14 Nov 2006 20:41:53 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAC4343D45; Tue, 14 Nov 2006 20:34:59 +0000 (GMT) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEKYxZm046863; Tue, 14 Nov 2006 20:34:59 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEKYxYc046862; Tue, 14 Nov 2006 20:34:59 GMT (envelope-from stas) Message-Id: <200611142034.kAEKYxYc046862@repoman.freebsd.org> From: Stanislav Sedov Date: Tue, 14 Nov 2006 20:34: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/squid26 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, 14 Nov 2006 20:41:54 -0000 stas 2006-11-14 20:34:58 UTC FreeBSD ports repository Modified files: www/squid26 Makefile Log: - Fix typo in LDFLAGS (s,-I,-L,) Approved by: maintainer via private email Revision Changes Path 1.196 +1 -1 ports/www/squid26/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 14 20:42:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3900E16A602; Tue, 14 Nov 2006 20:42:17 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C77143ED9; Tue, 14 Nov 2006 20:36:02 +0000 (GMT) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEKa1TE047158; Tue, 14 Nov 2006 20:36:01 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEKa13V047157; Tue, 14 Nov 2006 20:36:01 GMT (envelope-from stas) Message-Id: <200611142036.kAEKa13V047157@repoman.freebsd.org> From: Stanislav Sedov Date: Tue, 14 Nov 2006 20: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/www/squid 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, 14 Nov 2006 20:42:17 -0000 stas 2006-11-14 20:36:01 UTC FreeBSD ports repository Modified files: www/squid Makefile Log: - Fix typo in LDFLAGS (s,-I,-L,) Approved by: maintainer via private email Revision Changes Path 1.191 +1 -1 ports/www/squid/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 14 20:48:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D895D16A4A0; Tue, 14 Nov 2006 20:48:39 +0000 (UTC) (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 B8D4E43DBE; Tue, 14 Nov 2006 20:42:40 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEKgeDI050221; Tue, 14 Nov 2006 20:42:40 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEKgeSJ050215; Tue, 14 Nov 2006 20:42:40 GMT (envelope-from trhodes) Message-Id: <200611142042.kAEKgeSJ050215@repoman.freebsd.org> From: Tom Rhodes Date: Tue, 14 Nov 2006 20:42:40 +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/ntfs ntfs_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, 14 Nov 2006 20:48:40 -0000 trhodes 2006-11-14 20:42:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/ntfs ntfs_vnops.c Log: MFC 1.58: Fake the link count until we have no choice but to load data from the MFT. PR: 86965 Submitted by: Lowell Gilbert Approved by: re (kensmith) Revision Changes Path 1.55.2.3 +1 -1 src/sys/fs/ntfs/ntfs_vnops.c From owner-cvs-all@FreeBSD.ORG Tue Nov 14 20:53:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD9B816A412; Tue, 14 Nov 2006 20:53:04 +0000 (UTC) (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 4174443EC9; Tue, 14 Nov 2006 20:49:39 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEKndrs063456; Tue, 14 Nov 2006 20:49:39 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEKndw4063452; Tue, 14 Nov 2006 20:49:39 GMT (envelope-from edwin) Message-Id: <200611142049.kAEKndw4063452@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 14 Nov 2006 20:49: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/misc/cpuid Makefile ports/misc/cpuid/files patch-cpuid.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, 14 Nov 2006 20:53:04 -0000 edwin 2006-11-14 20:49:38 UTC FreeBSD ports repository Modified files: misc/cpuid Makefile misc/cpuid/files patch-cpuid.c Log: Update misc/cpuid handling of AMD CPU features PR: ports/105534 Submitted by: Ed Maste Revision Changes Path 1.14 +1 -1 ports/misc/cpuid/Makefile 1.2 +142 -19 ports/misc/cpuid/files/patch-cpuid.c From owner-cvs-all@FreeBSD.ORG Tue Nov 14 20:53:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2677516A598; Tue, 14 Nov 2006 20:53:30 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E8DC43DBC; Tue, 14 Nov 2006 20:49:59 +0000 (GMT) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEKnr16063657; Tue, 14 Nov 2006 20:49:53 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEKnqsd063656; Tue, 14 Nov 2006 20:49:52 GMT (envelope-from stas) Message-Id: <200611142049.kAEKnqsd063656@repoman.freebsd.org> From: Stanislav Sedov Date: Tue, 14 Nov 2006 20: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/lang/ruby18 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, 14 Nov 2006 20:53:30 -0000 stas 2006-11-14 20:49:52 UTC FreeBSD ports repository Modified files: lang/ruby18 Makefile Log: - Don't links agains threading libraries in case if pthreads support was disabled. Reported by: Anton Yuzhaninov Revision Changes Path 1.119 +4 -2 ports/lang/ruby18/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 14 20:53:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F6E716A76C; Tue, 14 Nov 2006 20:53:37 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27B4943F59; Tue, 14 Nov 2006 20:51:37 +0000 (GMT) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEKpYHd065550; Tue, 14 Nov 2006 20:51:34 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEKpY4F065549; Tue, 14 Nov 2006 20:51:34 GMT (envelope-from jb) Message-Id: <200611142051.kAEKpY4F065549@repoman.freebsd.org> From: John Birrell Date: Tue, 14 Nov 2006 20:51:34 +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 sun4v.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, 14 Nov 2006 20:53:37 -0000 jb 2006-11-14 20:51:34 UTC FreeBSD doc repository (src committer) Modified files: en/platforms sun4v.sgml Log: Add missing closing tags. PR: www/105485 Revision Changes Path 1.6 +3 -3 www/en/platforms/sun4v.sgml From owner-cvs-all@FreeBSD.ORG Tue Nov 14 21:04:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 957AF16A416; Tue, 14 Nov 2006 21:04:00 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (graf.pompo.net [81.56.186.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DA3343DB1; Tue, 14 Nov 2006 21:02:40 +0000 (GMT) (envelope-from thierry@pompo.net) Received: by graf.pompo.net (Postfix, from userid 1001) id 330F511444; Tue, 14 Nov 2006 22:02:28 +0100 (CET) Date: Tue, 14 Nov 2006 22:02:28 +0100 From: Thierry Thomas To: Remko Lodder Message-ID: <20061114210228.GM24429@graf.pompo.net> Mail-Followup-To: Remko Lodder , "Simon L. Nielsen" , Xin LI , cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org References: <200611141657.kAEGvI60088666@repoman.freebsd.org> <20061114171000.GA1014@zaphod.nitro.dk> <455A1592.4060606@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <455A1592.4060606@FreeBSD.org> User-Agent: Mutt/1.4.2.2i X-Operating-System: FreeBSD 6.2-PRERELEASE i386 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xC71405A2 Cc: cvs-ports@FreeBSD.org, Xin LI , cvs-all@FreeBSD.org, "Simon L. Nielsen" , ports-committers@FreeBSD.org Subject: Re: 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: Tue, 14 Nov 2006 21:04:00 -0000 Le Mar 14 nov 06 à 20:14:26 +0100, Remko Lodder écrivait : > Simon L. Nielsen wrote: > >On 2006.11.14 16:57:17 +0000, Xin LI wrote: > >>delphij 2006-11-14 16:57:17 UTC > >> > >> FreeBSD ports repository > >> > >> Modified files: > >> security/vuxml vuln.xml > >> Log: > >> The Command Injection Vulnerability was corrected by awstats 6.5_2,1. > >> > >> Submitted by: Alex Samorukov > >> PR: ports/105233 > > > >Have you checked that the issues have really been fixed? > > > > That was exactly the reason why I did not mark the entry > as fixed yet... I committed PR ports/104784, because it seems to me that the submitted patch back-ported fixes from the devel version, as advertized by the maintainer. Unfortunately, AWStats is affected by several vulnerabilities, and it's not clear to me which one is concerned by VuXML ID 2df297a2-dc74-11da-a22b-000c6ec775d9. Perhaps should we precise the CVE references and / or add another entry in VuXML? References: - Vendor's explanations: - VuXML entry: - PR ports/104784: - CVE-2006-3681 - Debian's PR with patches & discussion: Regards, -- Th. Thomas. From owner-cvs-all@FreeBSD.ORG Tue Nov 14 21:16:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D81E16A40F; Tue, 14 Nov 2006 21:16:33 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C4E943D4C; Tue, 14 Nov 2006 21:16:33 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAELGXWJ074601; Tue, 14 Nov 2006 21:16:33 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAELGWPp074600; Tue, 14 Nov 2006 21:16:32 GMT (envelope-from sat) Message-Id: <200611142116.kAELGWPp074600@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 14 Nov 2006 21:16: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/gnochm 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, 14 Nov 2006 21:16:33 -0000 sat 2006-11-14 21:16:32 UTC FreeBSD ports repository Modified files: deskutils/gnochm Makefile distinfo pkg-plist Log: - Update to 0.9.9 Approved by: Radoslaw Kozlowski (maintainer) Revision Changes Path 1.12 +3 -8 ports/deskutils/gnochm/Makefile 1.7 +3 -3 ports/deskutils/gnochm/distinfo 1.9 +2 -0 ports/deskutils/gnochm/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 14 21:17:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5A0116A412; Tue, 14 Nov 2006 21:17:21 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65F3F43D4C; Tue, 14 Nov 2006 21:17:21 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAELHLI7074648; Tue, 14 Nov 2006 21:17:21 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAELHLOv074647; Tue, 14 Nov 2006 21:17:21 GMT (envelope-from sat) Message-Id: <200611142117.kAELHLOv074647@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 14 Nov 2006 21:17: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/pychm 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, 14 Nov 2006 21:17:21 -0000 sat 2006-11-14 21:17:20 UTC FreeBSD ports repository Modified files: textproc/pychm Makefile distinfo Log: - Update to 0.8.4 Approved by: Radoslaw Kozlowski (maintainer) Revision Changes Path 1.4 +3 -4 ports/textproc/pychm/Makefile 1.5 +3 -3 ports/textproc/pychm/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 14 22:28:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5075E16A40F; Tue, 14 Nov 2006 22:28:03 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A71943D8D; Tue, 14 Nov 2006 22:28:01 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEMS1ve086596; Tue, 14 Nov 2006 22:28:01 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEMS1DF086595; Tue, 14 Nov 2006 22:28:01 GMT (envelope-from itetcu) Message-Id: <200611142228.kAEMS1DF086595@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Tue, 14 Nov 2006 22:28: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/sysutils/bacula-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: Tue, 14 Nov 2006 22:28:03 -0000 itetcu 2006-11-14 22:28:01 UTC FreeBSD ports repository Modified files: sysutils/bacula-server Makefile Log: Fix typo for SQLITE3 case preventing among other things packaging. PR: 105545 Submitted by: maintainer Revision Changes Path 1.72 +2 -2 ports/sysutils/bacula-server/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 14 22:33:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4174216A407; Tue, 14 Nov 2006 22:33:25 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF7A243D81; Tue, 14 Nov 2006 22:33:21 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEMXLro087763; Tue, 14 Nov 2006 22:33:21 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEMXL9E087762; Tue, 14 Nov 2006 22:33:21 GMT (envelope-from itetcu) Message-Id: <200611142233.kAEMXL9E087762@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Tue, 14 Nov 2006 22:33: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/sysutils/bacula-server-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: Tue, 14 Nov 2006 22:33:25 -0000 itetcu 2006-11-14 22:33:20 UTC FreeBSD ports repository Modified files: sysutils/bacula-server-devel Makefile Log: Fix typo for SQLITE3 case preventing among other things packaging. Submitted by: maintainer on IRC Revision Changes Path 1.10 +2 -1 ports/sysutils/bacula-server-devel/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 14 22:47:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2E4B16A403; Tue, 14 Nov 2006 22:47:58 +0000 (UTC) (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 55A2C43D58; Tue, 14 Nov 2006 22:47:58 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEMlwAP089638; Tue, 14 Nov 2006 22:47:58 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEMlwv7089637; Tue, 14 Nov 2006 22:47:58 GMT (envelope-from thierry) Message-Id: <200611142247.kAEMlwv7089637@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 14 Nov 2006 22:47: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/french/aster 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, 14 Nov 2006 22:47:58 -0000 thierry 2006-11-14 22:47:58 UTC FreeBSD ports repository Modified files: french/aster Makefile Log: Mark BROKEN on 5.x (undefined reference to `feenableexcept'). Reported by: pointyhat via Kris Revision Changes Path 1.40 +2 -2 ports/french/aster/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 14 23:25:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 665AF16A47C; Tue, 14 Nov 2006 23:25:20 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 225DC43D5C; Tue, 14 Nov 2006 23:25:20 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAENPJpr098664; Tue, 14 Nov 2006 23:25:19 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAENPJHA098661; Tue, 14 Nov 2006 23:25:19 GMT (envelope-from shaun) Message-Id: <200611142325.kAENPJHA098661@repoman.freebsd.org> From: Shaun Amott Date: Tue, 14 Nov 2006 23:25: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: Tue, 14 Nov 2006 23:25:20 -0000 shaun 2006-11-14 23:25:19 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Document "proftpd -- Remote Code Execution Vulnerability". Revision Changes Path 1.1223 +33 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Wed Nov 15 00:00:01 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A88D16A412; Wed, 15 Nov 2006 00:00:01 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao04.cox.net (eastrmmtao04.cox.net [68.230.240.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD56443D5C; Tue, 14 Nov 2006 23:59:51 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by eastrmmtao04.cox.net (InterMail vM.6.01.06.03 201-2131-130-104-20060516) with ESMTP id <20061114235955.UNLG20226.eastrmmtao04.cox.net@eastrmimpo01.cox.net>; Tue, 14 Nov 2006 18:59:55 -0500 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo01.cox.net with bizsmtp id mnz81V00o4iy4EG0000000; Tue, 14 Nov 2006 18:59:09 -0500 Date: Tue, 14 Nov 2006 18:00:34 -0600 To: "Stanislav Sedov" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <200611142049.kAEKnqsd063656@repoman.freebsd.org> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <200611142049.kAEKnqsd063656@repoman.freebsd.org> User-Agent: Opera Mail/9.02 (Linux) Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/lang/ruby18 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, 15 Nov 2006 00:00:01 -0000 On Tue, 14 Nov 2006 14:49:52 -0600, Stanislav Sedov wrote: > stas 2006-11-14 20:49:52 UTC > > FreeBSD ports repository > > Modified files: > lang/ruby18 Makefile > Log: > - Don't links agains threading libraries in case if pthreads support > was > disabled. This is going to break a few of ports in the runtime, I would like this to be back out. Please see in the commit history. Cheers, Mezz > Reported by: Anton Yuzhaninov > Revision Changes Path > 1.119 +4 -2 ports/lang/ruby18/Makefile -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Wed Nov 15 00:06:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3DFB16A407; Wed, 15 Nov 2006 00:06:00 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 676E043D49; Wed, 15 Nov 2006 00:06:00 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAF060hI006343; Wed, 15 Nov 2006 00:06:00 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAF060i5006340; Wed, 15 Nov 2006 00:06:00 GMT (envelope-from shaun) Message-Id: <200611150006.kAF060i5006340@repoman.freebsd.org> From: Shaun Amott Date: Wed, 15 Nov 2006 00:05: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/ftp/proftpd Makefile ports/ftp/proftpd/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, 15 Nov 2006 00:06:01 -0000 shaun 2006-11-15 00:05:59 UTC FreeBSD ports repository Modified files: ftp/proftpd Makefile Added files: ftp/proftpd/files patch-main.c Log: Add a patch from CVS to fix a security vulnerability. PR: ports/105510 Submitted by: Alex Samorukov Approved by: Beech Rintoul (maintainer) Security: VuXML cca97f5f-7435-11db-91de-0008743bf21a Revision Changes Path 1.91 +1 -1 ports/ftp/proftpd/Makefile 1.1 +46 -0 ports/ftp/proftpd/files/patch-main.c (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 15 01:06:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9106416A403; Wed, 15 Nov 2006 01:06:26 +0000 (UTC) (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 4BE0243D45; Wed, 15 Nov 2006 01:06:26 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAF16QWK024624; Wed, 15 Nov 2006 01:06:26 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAF16Qo4024623; Wed, 15 Nov 2006 01:06:26 GMT (envelope-from ahze) Message-Id: <200611150106.kAF16Qo4024623@repoman.freebsd.org> From: Michael Johnson Date: Wed, 15 Nov 2006 01:06: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/databases/qdbm 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, 15 Nov 2006 01:06:26 -0000 ahze 2006-11-15 01:06:26 UTC FreeBSD ports repository Modified files: databases/qdbm Makefile distinfo pkg-plist Log: Update to 1.8.74 PR: 105427 Submitted by: KIMURA Yasuhiroi Revision Changes Path 1.76 +1 -1 ports/databases/qdbm/Makefile 1.69 +3 -3 ports/databases/qdbm/distinfo 1.44 +1 -1 ports/databases/qdbm/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 15 01:09:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6038216A415; Wed, 15 Nov 2006 01:09:21 +0000 (UTC) (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 1E7BF43D5F; Wed, 15 Nov 2006 01:09:20 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAF19Jn0024711; Wed, 15 Nov 2006 01:09:19 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAF19Jsn024708; Wed, 15 Nov 2006 01:09:19 GMT (envelope-from ahze) Message-Id: <200611150109.kAF19Jsn024708@repoman.freebsd.org> From: Michael Johnson Date: Wed, 15 Nov 2006 01:09: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/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: Wed, 15 Nov 2006 01:09:21 -0000 ahze 2006-11-15 01:09:19 UTC FreeBSD ports repository Modified files: textproc/hyperestraier Makefile distinfo pkg-plist Log: Update to 1.4.9 PR: 105428 Submitted by: KIMURA Yasuhiro Revision Changes Path 1.39 +3 -2 ports/textproc/hyperestraier/Makefile 1.36 +3 -3 ports/textproc/hyperestraier/distinfo 1.34 +4 -1 ports/textproc/hyperestraier/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 15 01:41:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 339F316A403; Wed, 15 Nov 2006 01:41:49 +0000 (UTC) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0DE843D69; Wed, 15 Nov 2006 01:41:48 +0000 (GMT) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAF1fmQ4030210; Wed, 15 Nov 2006 01:41:48 GMT (envelope-from sumikawa@repoman.freebsd.org) Received: (from sumikawa@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAF1fmQx030209; Wed, 15 Nov 2006 01:41:48 GMT (envelope-from sumikawa) Message-Id: <200611150141.kAF1fmQx030209@repoman.freebsd.org> From: Munechika SUMIKAWA Date: Wed, 15 Nov 2006 01:41: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/benchmarks/netperf 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: Wed, 15 Nov 2006 01:41:49 -0000 sumikawa 2006-11-15 01:41:48 UTC FreeBSD ports repository Modified files: benchmarks/netperf Makefile pkg-plist Log: Fix plist. Revision Changes Path 1.26 +8 -0 ports/benchmarks/netperf/Makefile 1.7 +11 -11 ports/benchmarks/netperf/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 15 03:12:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C50216A47B; Wed, 15 Nov 2006 03:12:01 +0000 (UTC) (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 8776A43D79; Wed, 15 Nov 2006 03:11:57 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAF3BvoS046262; Wed, 15 Nov 2006 03:11:57 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAF3Bvd6046261; Wed, 15 Nov 2006 03:11:57 GMT (envelope-from des) Message-Id: <200611150311.kAF3Bvd6046261@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 15 Nov 2006 03:11: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/varnish 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, 15 Nov 2006 03:12:01 -0000 des 2006-11-15 03:11:56 UTC FreeBSD ports repository Modified files: www/varnish Makefile Log: Correct man page listing. Revision Changes Path 1.6 +4 -2 ports/www/varnish/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 15 03:16:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FBF616A403; Wed, 15 Nov 2006 03:16:31 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CFD943D46; Wed, 15 Nov 2006 03:16:31 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAF3GVsx046977; Wed, 15 Nov 2006 03:16:31 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAF3GVq1046976; Wed, 15 Nov 2006 03:16:31 GMT (envelope-from kmacy) Message-Id: <200611150316.kAF3GVq1046976@repoman.freebsd.org> From: Kip Macy Date: Wed, 15 Nov 2006 03:16: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/sun4v/sun4v exception.S interrupt.S src/sys/sun4v/include asmacros.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, 15 Nov 2006 03:16:31 -0000 kmacy 2006-11-15 03:16:30 UTC FreeBSD src repository Modified files: sys/sun4v/sun4v interrupt.S exception.S sys/sun4v/include asmacros.h Log: add trap tracing to cpu mondo handler and tsb miss handler Revision Changes Path 1.2 +31 -0 src/sys/sun4v/include/asmacros.h 1.4 +6 -2 src/sys/sun4v/sun4v/exception.S 1.3 +12 -1 src/sys/sun4v/sun4v/interrupt.S From owner-cvs-all@FreeBSD.ORG Wed Nov 15 03:20:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CCED16A407; Wed, 15 Nov 2006 03:20:13 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BA8F43D53; Wed, 15 Nov 2006 03:20:13 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAF3KDiM047176; Wed, 15 Nov 2006 03:20:13 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAF3KCxc047174; Wed, 15 Nov 2006 03:20:12 GMT (envelope-from kmacy) Message-Id: <200611150320.kAF3KCxc047174@repoman.freebsd.org> From: Kip Macy Date: Wed, 15 Nov 2006 03:20: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/sun4v/sun4v interrupt.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: Wed, 15 Nov 2006 03:20:13 -0000 kmacy 2006-11-15 03:20:12 UTC FreeBSD src repository Modified files: sys/sun4v/sun4v interrupt.S Log: add trap tracing to dev_mondo Revision Changes Path 1.4 +10 -0 src/sys/sun4v/sun4v/interrupt.S From owner-cvs-all@FreeBSD.ORG Wed Nov 15 03:53:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D5FB16A40F; Wed, 15 Nov 2006 03:53:28 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06D1A43D5A; Wed, 15 Nov 2006 03:53:28 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAF3rR8p053225; Wed, 15 Nov 2006 03:53:27 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAF3rRcP053223; Wed, 15 Nov 2006 03:53:27 GMT (envelope-from kmacy) Message-Id: <200611150353.kAF3rRcP053223@repoman.freebsd.org> From: Kip Macy Date: Wed, 15 Nov 2006 03:53: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/sun4v/sun4v exception.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: Wed, 15 Nov 2006 03:53:28 -0000 kmacy 2006-11-15 03:53:27 UTC FreeBSD src repository Modified files: sys/sun4v/sun4v exception.S Log: add trap trace to tl1 trap Revision Changes Path 1.5 +9 -0 src/sys/sun4v/sun4v/exception.S From owner-cvs-all@FreeBSD.ORG Wed Nov 15 04:34:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DFF916A403; Wed, 15 Nov 2006 04:34:28 +0000 (UTC) (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 5B3ED43D53; Wed, 15 Nov 2006 04:34:28 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAF4YSca061022; Wed, 15 Nov 2006 04:34:28 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAF4YSMg061021; Wed, 15 Nov 2006 04:34:28 GMT (envelope-from oliver) Message-Id: <200611150434.kAF4YSMg061021@repoman.freebsd.org> From: Oliver Lehmann Date: Wed, 15 Nov 2006 04:34: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/x11-wm/xfce4 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, 15 Nov 2006 04:34:28 -0000 oliver 2006-11-15 04:34:28 UTC FreeBSD ports repository Modified files: x11-wm/xfce4 Makefile Log: fix Xfce4.desktop installation fix gdm autodetection Reported by: "Martin Horcicka" Revision Changes Path 1.101 +8 -6 ports/x11-wm/xfce4/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 15 05:14:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC7FE16A412; Wed, 15 Nov 2006 05:14:20 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A93D343D58; Wed, 15 Nov 2006 05:14:20 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAF5EKC6076587; Wed, 15 Nov 2006 05:14:20 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAF5EK7o076586; Wed, 15 Nov 2006 05:14:20 GMT (envelope-from kientzle) Message-Id: <200611150514.kAF5EK7o076586@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 15 Nov 2006 05:14: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/lib/libarchive archive_private.h archive_write.c archive_write_set_format_cpio.c archive_write_set_format_pax.c archive_write_set_format_shar.c archive_write_set_format_ustar.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, 15 Nov 2006 05:14:21 -0000 kientzle 2006-11-15 05:14:20 UTC FreeBSD src repository Modified files: lib/libarchive archive_private.h archive_write.c archive_write_set_format_cpio.c archive_write_set_format_pax.c archive_write_set_format_shar.c archive_write_set_format_ustar.c Log: Change the internal API for writing data to an entry; make the internal format-specific functions return the same as the public function, so that the public API layer doesn't have to guess the correct return value. This addresses an obscure problem that occurs when someone tries to write more data than the size of the entry (as indicated in the entry header). In this case, the return value from archive_write_data() was incorrect, reflecting the requested write rather than the amount actually written. MFC after: 15 days Revision Changes Path 1.24 +1 -1 src/lib/libarchive/archive_private.h 1.21 +1 -3 src/lib/libarchive/archive_write.c 1.8 +6 -3 src/lib/libarchive/archive_write_set_format_cpio.c 1.36 +6 -3 src/lib/libarchive/archive_write_set_format_pax.c 1.13 +9 -6 src/lib/libarchive/archive_write_set_format_shar.c 1.16 +5 -3 src/lib/libarchive/archive_write_set_format_ustar.c From owner-cvs-all@FreeBSD.ORG Wed Nov 15 05:20:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0F9C16A403; Wed, 15 Nov 2006 05:20:14 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E33043D45; Wed, 15 Nov 2006 05:20:14 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAF5KERg076884; Wed, 15 Nov 2006 05:20:14 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAF5KE91076883; Wed, 15 Nov 2006 05:20:14 GMT (envelope-from kientzle) Message-Id: <200611150520.kAF5KE91076883@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 15 Nov 2006 05:20: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/lib/libarchive archive_write_set_format_shar.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, 15 Nov 2006 05:20:15 -0000 kientzle 2006-11-15 05:20:14 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_set_format_shar.c Log: Style: Use the correct type for a sizeof() variable. Revision Changes Path 1.14 +1 -1 src/lib/libarchive/archive_write_set_format_shar.c From owner-cvs-all@FreeBSD.ORG Wed Nov 15 05:33:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D98E916A407; Wed, 15 Nov 2006 05:33:39 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BBA543D5C; Wed, 15 Nov 2006 05:33:39 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAF5Xdlu079938; Wed, 15 Nov 2006 05:33:39 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAF5Xdh8079937; Wed, 15 Nov 2006 05:33:39 GMT (envelope-from kientzle) Message-Id: <200611150533.kAF5Xdh8079937@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 15 Nov 2006 05:33:38 +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/libarchive archive.h.in archive_read_open_file.c archive_write_open_file.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, 15 Nov 2006 05:33:40 -0000 kientzle 2006-11-15 05:33:38 UTC FreeBSD src repository Modified files: lib/libarchive archive.h.in archive_read_open_file.c archive_write_open_file.c Log: Add archive_write_open_filename()/archive_read_open_filename() as synonyms for archive_write_open_file()/archive_read_open_file(). The new names are much clearer. Revision Changes Path 1.32 +15 -8 src/lib/libarchive/archive.h.in 1.15 +7 -0 src/lib/libarchive/archive_read_open_file.c 1.15 +6 -0 src/lib/libarchive/archive_write_open_file.c From owner-cvs-all@FreeBSD.ORG Wed Nov 15 05:48:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDE0316A40F; Wed, 15 Nov 2006 05:48:30 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC83B43D45; Wed, 15 Nov 2006 05:48:30 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAF5mUJl081743; Wed, 15 Nov 2006 05:48:30 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAF5mUm8081742; Wed, 15 Nov 2006 05:48:30 GMT (envelope-from rafan) Message-Id: <200611150548.kAF5mUm8081742@repoman.freebsd.org> From: Rong-En Fan Date: Wed, 15 Nov 2006 05:48: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/comms/wsjt 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, 15 Nov 2006 05:48:31 -0000 rafan 2006-11-15 05:48:30 UTC FreeBSD ports repository Modified files: comms/wsjt Makefile Log: - Stick on SciPy 0.3.x for now Submitted by: Diane Bruce (maintainer) Revision Changes Path 1.2 +2 -1 ports/comms/wsjt/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 15 05:50:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58EA116A40F; Wed, 15 Nov 2006 05:50:41 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2172443D5A; Wed, 15 Nov 2006 05:50:41 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAF5ofPg081921; Wed, 15 Nov 2006 05:50:41 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAF5oexV081920; Wed, 15 Nov 2006 05:50:40 GMT (envelope-from rafan) Message-Id: <200611150550.kAF5oexV081920@repoman.freebsd.org> From: Rong-En Fan Date: Wed, 15 Nov 2006 05:50: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/math/py-numpy Makefile distinfo pkg-plist ports/math/py-numpy/files patch-numpy-core-include-numpy-ufuncobject.h patch-numpy-distutils-fcompiler-__init__.py patch-numpy-distutils-system_info.py patch-numpy_f2py_setup.py patch-system_info.py site.cfg X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Nov 2006 05:50:41 -0000 rafan 2006-11-15 05:50:40 UTC FreeBSD ports repository Modified files: math/py-numpy Makefile distinfo pkg-plist Added files: math/py-numpy/files patch-numpy-core-include-numpy-ufuncobject.h patch-numpy-distutils-fcompiler-__init__.py patch-numpy-distutils-system_info.py patch-numpy_f2py_setup.py site.cfg Removed files: math/py-numpy/files patch-system_info.py Log: - Update to 1.0rc1 - Add options for ATLAS - Fix ATLAS detection - Use feclearexcept(3) rather than fpsetsticky(3) on 5.3+ - Add CONFLICTS for f2py. Both ports install bin/f2py PR: ports/103827 Submitted by: Li-Lun Wang Approved by: maintainer timeout (6 weeks) Revision Changes Path 1.3 +23 -5 ports/math/py-numpy/Makefile 1.2 +3 -3 ports/math/py-numpy/distinfo 1.1 +26 -0 ports/math/py-numpy/files/patch-numpy-core-include-numpy-ufuncobject.h (new) 1.1 +15 -0 ports/math/py-numpy/files/patch-numpy-distutils-fcompiler-__init__.py (new) 1.1 +11 -0 ports/math/py-numpy/files/patch-numpy-distutils-system_info.py (new) 1.1 +12 -0 ports/math/py-numpy/files/patch-numpy_f2py_setup.py (new) 1.2 +0 -11 ports/math/py-numpy/files/patch-system_info.py (dead) 1.1 +3 -0 ports/math/py-numpy/files/site.cfg (new) 1.2 +587 -592 ports/math/py-numpy/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 15 05:51:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CB2116A403; Wed, 15 Nov 2006 05:51:41 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D047B43D58; Wed, 15 Nov 2006 05:51:40 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAF5pesx082534; Wed, 15 Nov 2006 05:51:40 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAF5peLH082533; Wed, 15 Nov 2006 05:51:40 GMT (envelope-from rafan) Message-Id: <200611150551.kAF5peLH082533@repoman.freebsd.org> From: Rong-En Fan Date: Wed, 15 Nov 2006 05:51: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/lang/f2py 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, 15 Nov 2006 05:51:41 -0000 rafan 2006-11-15 05:51:40 UTC FreeBSD ports repository Modified files: lang/f2py Makefile Log: - Conflict with newer math/py-numpy Noticed by: Diane Bruce Revision Changes Path 1.10 +2 -0 ports/lang/f2py/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 15 05:54:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 513B016A416; Wed, 15 Nov 2006 05:54:01 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F50743D46; Wed, 15 Nov 2006 05:54:01 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAF5s035082959; Wed, 15 Nov 2006 05:54:01 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAF5s0pm082955; Wed, 15 Nov 2006 05:54:00 GMT (envelope-from rafan) Message-Id: <200611150554.kAF5s0pm082955@repoman.freebsd.org> From: Rong-En Fan Date: Wed, 15 Nov 2006 05:54: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/science/py-scipy Makefile distinfo pkg-descr ports/science/py-scipy/files patch-scipy__core_scipy__base_fastumathmodule.c patch-scipy__core_scipy__distutils_system__info.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: Wed, 15 Nov 2006 05:54:01 -0000 rafan 2006-11-15 05:54:00 UTC FreeBSD ports repository Modified files: science/py-scipy Makefile distinfo pkg-descr Removed files: science/py-scipy/files patch-scipy__core_scipy__base_fastumathmodule.c patch-scipy__core_scipy__distutils_system__info.py Log: - Update to 0.5.1 - Depends on newer NumPy - Depends on wxPython either 2.4 or 2.6 PR: ports/103830 Submitted by: Li-Lun Wang Approved by: Diane Bruce (maintainer) Revision Changes Path 1.10 +17 -16 ports/science/py-scipy/Makefile 1.4 +3 -3 ports/science/py-scipy/distinfo 1.2 +0 -15 ports/science/py-scipy/files/patch-scipy__core_scipy__base_fastumathmodule.c (dead) 1.2 +0 -16 ports/science/py-scipy/files/patch-scipy__core_scipy__distutils_system__info.py (dead) 1.2 +1 -1 ports/science/py-scipy/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Nov 15 05:54:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40F8D16A403; Wed, 15 Nov 2006 05:54:55 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2F3043D5D; Wed, 15 Nov 2006 05:54:54 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAF5ssfj083125; Wed, 15 Nov 2006 05:54:54 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAF5ssAK083122; Wed, 15 Nov 2006 05:54:54 GMT (envelope-from rafan) Message-Id: <200611150554.kAF5ssAK083122@repoman.freebsd.org> From: Rong-En Fan Date: Wed, 15 Nov 2006 05:54: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: 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, 15 Nov 2006 05:54:55 -0000 rafan 2006-11-15 05:54:54 UTC FreeBSD ports repository Modified files: . modules Log: - Reflect repocopy ofscience/py-scipy -> science/py-scipy03 Revision Changes Path 1.16607 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Nov 15 05:55:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 593DA16A407; Wed, 15 Nov 2006 05:55:00 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1779443D5F; Wed, 15 Nov 2006 05:55:00 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAF5sxod083157; Wed, 15 Nov 2006 05:54:59 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAF5sxYp083156; Wed, 15 Nov 2006 05:54:59 GMT (envelope-from rafan) Message-Id: <200611150554.kAF5sxYp083156@repoman.freebsd.org> From: Rong-En Fan Date: Wed, 15 Nov 2006 05:54: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/science 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, 15 Nov 2006 05:55:00 -0000 rafan 2006-11-15 05:54:59 UTC FreeBSD ports repository Modified files: science Makefile Log: - Reflect repocopy ofscience/py-scipy -> science/py-scipy03 Revision Changes Path 1.107 +1 -0 ports/science/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 15 06:12:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F88816A407; Wed, 15 Nov 2006 06:12:27 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 254A343D58; Wed, 15 Nov 2006 06:12:27 +0000 (GMT) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAF6CRGh087304; Wed, 15 Nov 2006 06:12:27 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAF6CQSn087302; Wed, 15 Nov 2006 06:12:26 GMT (envelope-from jb) Message-Id: <200611150612.kAF6CQSn087302@repoman.freebsd.org> From: John Birrell Date: Wed, 15 Nov 2006 06:12: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/release/sun4v boot_crunch.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: Wed, 15 Nov 2006 06:12:27 -0000 jb 2006-11-15 06:12:26 UTC FreeBSD src repository Added files: release/sun4v boot_crunch.conf Log: Add a copy of the sparc64 boot crunch configuration as a starting point for sun4v. With this commit, the 'make release' works on sun4v and boots. I still have to check that it actually installs to disk. Revision Changes Path 1.1 +44 -0 src/release/sun4v/boot_crunch.conf (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 15 06:29:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F14BB16A40F; Wed, 15 Nov 2006 06:29:52 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACD7443D4C; Wed, 15 Nov 2006 06:29:52 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAF6TqI0089379; Wed, 15 Nov 2006 06:29:52 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAF6TqlM089378; Wed, 15 Nov 2006 06:29:52 GMT (envelope-from kmacy) Message-Id: <200611150629.kAF6TqlM089378@repoman.freebsd.org> From: Kip Macy Date: Wed, 15 Nov 2006 06:29: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/sun4v/include tte_hash.h src/sys/sun4v/sun4v tte_hash.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, 15 Nov 2006 06:29:53 -0000 kmacy 2006-11-15 06:29:52 UTC FreeBSD src repository Modified files: sys/sun4v/include tte_hash.h sys/sun4v/sun4v tte_hash.c Log: Heavily re-factor tte_hash to remove redundant code Add hash resizing support - doesn't quite work yet Revision Changes Path 1.2 +3 -0 src/sys/sun4v/include/tte_hash.h 1.2 +180 -56 src/sys/sun4v/sun4v/tte_hash.c From owner-cvs-all@FreeBSD.ORG Wed Nov 15 06:34:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A10FA16A501; Wed, 15 Nov 2006 06:34:25 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A33143D4C; Wed, 15 Nov 2006 06:34:25 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAF6YPr3090802; Wed, 15 Nov 2006 06:34:25 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAF6YPgS090801; Wed, 15 Nov 2006 06:34:25 GMT (envelope-from maho) Message-Id: <200611150634.kAF6YPgS090801@repoman.freebsd.org> From: Maho Nakata Date: Wed, 15 Nov 2006 06:34: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/editors/openoffice.org-2-RC 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, 15 Nov 2006 06:34:25 -0000 maho 2006-11-15 06:34:25 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2-RC Makefile Log: Fix portname. Submitted by: vd Revision Changes Path 1.265 +1 -1 ports/editors/openoffice.org-2-RC/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 15 06:39:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AD6316A417; Wed, 15 Nov 2006 06:39:12 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDF6443D45; Wed, 15 Nov 2006 06:39:11 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAF6dBD0091014; Wed, 15 Nov 2006 06:39:11 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAF6dBOK091013; Wed, 15 Nov 2006 06:39:11 GMT (envelope-from maho) Message-Id: <200611150639.kAF6dBOK091013@repoman.freebsd.org> From: Maho Nakata Date: Wed, 15 Nov 2006 06:39: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/editors 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, 15 Nov 2006 06:39:12 -0000 maho 2006-11-15 06:39:11 UTC FreeBSD ports repository Modified files: editors Makefile Log: Reconnect in Makefile. We created openoffice.org-2-RC port since: * openoffice.org-2 port should have stable one, not RC. * RC period taking too long (~1 month). * RC is quite frequently updated. PR: 105195 Revision Changes Path 1.359 +1 -0 ports/editors/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 15 06:39:45 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAA9D16A4E6 for ; Wed, 15 Nov 2006 06:39:45 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA80E43D5D for ; Wed, 15 Nov 2006 06:39:43 +0000 (GMT) (envelope-from maho.nakata@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so59964pyh for ; Tue, 14 Nov 2006 22:39:42 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:message-id:to:cc:subject:from:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding:sender; b=BdSA/8YVfTkaqB8ev8QJQINmJoqpA4AfJy87bIdh/DMvbgCwm4qh/WDGaioKnoU2rugIHshAKPB5SsFTSA8W8ZJ1Wfh5xpslWlfUEOfUIIgq/r1uornDojgo5lxuaeIOlHi6Sdc9IlZxAmLlxYXSnetkLHIU38qjGf/CQlg1qwE= Received: by 10.35.72.6 with SMTP id z6mr2423359pyk.1163572781928; Tue, 14 Nov 2006 22:39:41 -0800 (PST) Received: from localhost ( [10.254.2.195]) by mx.google.com with ESMTP id f6sm379328pyh.2006.11.14.22.39.40; Tue, 14 Nov 2006 22:39:41 -0800 (PST) Date: Wed, 15 Nov 2006 15:39:32 +0900 (JST) Message-Id: <20061115.153932.55837224.chat95@mac.com> To: vd@FreeBSD.org From: NAKATA Maho In-Reply-To: <20061113104801.GA55247@qlovarnika.bg.datamax> References: <200611130931.kAD9VRKh048706@repoman.freebsd.org> <20061113104801.GA55247@qlovarnika.bg.datamax> X-Mailer: Mew version 5.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: Maho NAKATA Cc: maho@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/editors/openoffice.org-2-RC 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, 15 Nov 2006 06:39:45 -0000 From: Vasil Dimov Subject: Re: cvs commit: ports/editors/openoffice.org-2-RC Makefile distinfo Date: Mon, 13 Nov 2006 12:48:01 +0200 > Why not just openoffice.org-2.1.20061107 instead of > openoffice.org-RC-2.1.20061107? good catch ;) this is plain wrong! > Or openoffice.org-devel-2.2.20061110 instead of > openoffice.org-2.2.20061110? > > Also you may notice that I disconnected openoffice.org-2-RC from the > INDEX build because it was breaking it (see ports/editors/Makefile). > Since this commit of yours it is now safe to connect it again, right? Reconnect. thanks. I explained in commit log. All the best, -- NAKATA, Maho (maho@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Wed Nov 15 06:51:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C35C16A40F; Wed, 15 Nov 2006 06:51:24 +0000 (UTC) (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 536D643D53; Wed, 15 Nov 2006 06:51:24 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAF6pOUe093255; Wed, 15 Nov 2006 06:51:24 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAF6pOAT093254; Wed, 15 Nov 2006 06:51:24 GMT (envelope-from ale) Message-Id: <200611150651.kAF6pOAT093254@repoman.freebsd.org> From: Alex Dupre Date: Wed, 15 Nov 2006 06:51: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/security/openct Makefile distinfo ports/security/openct/files patch-src_ifd_ifd-wbeiuu.c patch-src_ifd_sys-bsd.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, 15 Nov 2006 06:51:24 -0000 ale 2006-11-15 06:51:24 UTC FreeBSD ports repository Modified files: security/openct Makefile distinfo Removed files: security/openct/files patch-src_ifd_ifd-wbeiuu.c patch-src_ifd_sys-bsd.c Log: Update to 0.6.11-pre1 release (it's 0.6.10 + a few BSD fixes). Revision Changes Path 1.11 +5 -2 ports/security/openct/Makefile 1.7 +3 -3 ports/security/openct/distinfo 1.2 +0 -18 ports/security/openct/files/patch-src_ifd_ifd-wbeiuu.c (dead) 1.2 +0 -11 ports/security/openct/files/patch-src_ifd_sys-bsd.c (dead) From owner-cvs-all@FreeBSD.ORG Wed Nov 15 07:10:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9287516A403; Wed, 15 Nov 2006 07:10:23 +0000 (UTC) (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 23C3343D66; Wed, 15 Nov 2006 07:10:23 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAF7AMsv096924; Wed, 15 Nov 2006 07:10:22 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAF7AMbl096923; Wed, 15 Nov 2006 07:10:22 GMT (envelope-from delphij) Message-Id: <200611150710.kAF7AMbl096923@repoman.freebsd.org> From: Xin LI Date: Wed, 15 Nov 2006 07:10: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/openldap23-server 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, 15 Nov 2006 07:10:23 -0000 delphij 2006-11-15 07:10:22 UTC FreeBSD ports repository Modified files: net/openldap23-server Makefile distinfo Log: Update to 2.3.30. Revision Changes Path 1.143 +1 -1 ports/net/openldap23-server/Makefile 1.67 +3 -3 ports/net/openldap23-server/distinfo From owner-cvs-all@FreeBSD.ORG Wed Nov 15 07:15:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C494316A407; Wed, 15 Nov 2006 07:15:49 +0000 (UTC) (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 5EE0843D5D; Wed, 15 Nov 2006 07:15:49 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAF7FnsB098250; Wed, 15 Nov 2006 07:15:49 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAF7Fna8098249; Wed, 15 Nov 2006 07:15:49 GMT (envelope-from ale) Message-Id: <200611150715.kAF7Fna8098249@repoman.freebsd.org> From: Alex Dupre Date: Wed, 15 Nov 2006 07:15: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/security/php-suhosin 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, 15 Nov 2006 07:15:49 -0000 ale 2006-11-15 07:15:49 UTC FreeBSD ports repository Modified files: security/php-suhosin Makefile distinfo Log: Update to 0.9.12 release. Revision Changes Path 1.8 +1 -1 ports/security/php-suhosin/Makefile 1.8 +3 -3 ports/security/php-suhosin/distinfo From owner-cvs-all@FreeBSD.ORG Wed Nov 15 07:43:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51C1616A403; Wed, 15 Nov 2006 07:43:24 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0366143D49; Wed, 15 Nov 2006 07:43:24 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAF7hNAg002260; Wed, 15 Nov 2006 07:43:23 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAF7hNV7002259; Wed, 15 Nov 2006 07:43:23 GMT (envelope-from sat) Message-Id: <200611150743.kAF7hNV7002259@repoman.freebsd.org> From: Andrew Pantyukhin Date: Wed, 15 Nov 2006 07: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/www/xpi-adblock Makefile.xpi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Nov 2006 07:43:24 -0000 sat 2006-11-15 07:43:23 UTC FreeBSD ports repository Modified files: www/xpi-adblock Makefile.xpi Log: - Add a couple of targets to ease chrome.manifest generation Revision Changes Path 1.14 +8 -1 ports/www/xpi-adblock/Makefile.xpi From owner-cvs-all@FreeBSD.ORG Wed Nov 15 07:53:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3B9016A407; Wed, 15 Nov 2006 07:53:02 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F5FE43D4C; Wed, 15 Nov 2006 07:53:02 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAF7r2CZ003194; Wed, 15 Nov 2006 07:53:02 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAF7r23J003193; Wed, 15 Nov 2006 07:53:02 GMT (envelope-from sat) Message-Id: <200611150753.kAF7r23J003193@repoman.freebsd.org> From: Andrew Pantyukhin Date: Wed, 15 Nov 2006 07: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/www/xpi-noscript 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, 15 Nov 2006 07:53:02 -0000 sat 2006-11-15 07:53:01 UTC FreeBSD ports repository Modified files: www/xpi-noscript Makefile distinfo Log: - Update to 1.1.4.5.061030 Revision Changes Path 1.8 +1 -1 ports/www/xpi-noscript/Makefile 1.6 +3 -3 ports/www/xpi-noscript/distinfo From owner-cvs-all@FreeBSD.ORG Wed Nov 15 07:58:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E98D16A40F; Wed, 15 Nov 2006 07:58:05 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63DD343D46; Wed, 15 Nov 2006 07:58:04 +0000 (GMT) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id 5967BEB4FD9; Wed, 15 Nov 2006 15:58:03 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id zQ-k5TYADZTz; Wed, 15 Nov 2006 15:58:00 +0800 (CST) Received: from [10.217.12.47] (sina152-194.staff.sina.com.cn [61.135.152.194]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id 7E0D4EB08CB; Wed, 15 Nov 2006 15:57:58 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:organization:user-agent:mime-version:to:cc: subject:references:in-reply-to:x-enigmail-version:content-type; b=r7eMtJTiuKvJMmLDag62swn1VSQxQSDQ/zrmrnXVw9aZwJdKSnozQUdBNLSqCsBlP 5fZhH/jeVkMsyUbhL5yWQ== Message-ID: <455AC879.1040505@delphij.net> Date: Wed, 15 Nov 2006 15:57:45 +0800 From: LI Xin Organization: The FreeBSD Project User-Agent: Thunderbird 1.5.0.8 (Macintosh/20061025) MIME-Version: 1.0 To: "Simon L. Nielsen" References: <200611141657.kAEGvI60088666@repoman.freebsd.org> <20061114171000.GA1014@zaphod.nitro.dk> In-Reply-To: <20061114171000.GA1014@zaphod.nitro.dk> X-Enigmail-Version: 0.94.1.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enig0FAAB35255DFEF84B725EF17" Cc: cvs-ports@FreeBSD.ORG, Xin LI , cvs-all@FreeBSD.ORG, ports-committers@FreeBSD.ORG Subject: Re: 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, 15 Nov 2006 07:58:05 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig0FAAB35255DFEF84B725EF17 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Simon L. Nielsen wrote: > On 2006.11.14 16:57:17 +0000, Xin LI wrote: >> delphij 2006-11-14 16:57:17 UTC >> >> FreeBSD ports repository >> >> Modified files: >> security/vuxml vuln.xml=20 >> Log: >> The Command Injection Vulnerability was corrected by awstats 6.5_2,1= =2E >> =20 >> Submitted by: Alex Samorukov >> PR: ports/105233 >=20 > Have you checked that the issues have really been fixed? I believe that the problem documented as 2df297a2-dc74-11da-a22b-000c6ec775d9 is fixed, and the patch provided in the ports tree should have fixed Hole #2 and #3 listed on the official site, where hole #3 is beyond the scope of 2df297a2-dc74-11da-a22b-000c6ec775d9. Cheers, --=20 Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! --------------enig0FAAB35255DFEF84B725EF17 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.3 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFWsh5OfuToMruuMARAxP2AJ0XJOpcIjOxd4lPFUBFSwx3qubX5wCfUGb2 0sz31RZsB14BY0xWP4qc6iA= =cZl+ -----END PGP SIGNATURE----- --------------enig0FAAB35255DFEF84B725EF17-- From owner-cvs-all@FreeBSD.ORG Wed Nov 15 08:07:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B055716A416; Wed, 15 Nov 2006 08:07:33 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35C1C43D58; Wed, 15 Nov 2006 08:07:33 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAF87XCr005684; Wed, 15 Nov 2006 08:07:33 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAF87WDa005683; Wed, 15 Nov 2006 08:07:32 GMT (envelope-from sat) Message-Id: <200611150807.kAF87WDa005683@repoman.freebsd.org> From: Andrew Pantyukhin Date: Wed, 15 Nov 2006 08:07: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/www/xpi-informenter Makefile distinfo ports/www/xpi-informenter/files chrome.manifest X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Nov 2006 08:07:33 -0000 sat 2006-11-15 08:07:32 UTC FreeBSD ports repository Modified files: www/xpi-informenter Makefile distinfo www/xpi-informenter/files chrome.manifest Log: - Update to 0.5.2.1 Revision Changes Path 1.2 +1 -1 ports/www/xpi-informenter/Makefile 1.2 +3 -3 ports/www/xpi-informenter/distinfo 1.2 +8 -0 ports/www/xpi-informenter/files/chrome.manifest From owner-cvs-all@FreeBSD.ORG Wed Nov 15 08:07:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F42B16A415; Wed, 15 Nov 2006 08:07:59 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A006043D5A; Wed, 15 Nov 2006 08:07:58 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAF87wrZ005762; Wed, 15 Nov 2006 08:07:58 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAF87wou005761; Wed, 15 Nov 2006 08:07:58 GMT (envelope-from sat) Message-Id: <200611150807.kAF87wou005761@repoman.freebsd.org> From: Andrew Pantyukhin Date: Wed, 15 Nov 2006 08:07: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/xpi-wmlbrowser 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, 15 Nov 2006 08:07:59 -0000 sat 2006-11-15 08:07:58 UTC FreeBSD ports repository Modified files: www/xpi-wmlbrowser Makefile distinfo Log: - Update to 0.7.11 Revision Changes Path 1.3 +1 -1 ports/www/xpi-wmlbrowser/Makefile 1.3 +3 -3 ports/www/xpi-wmlbrowser/distinfo From owner-cvs-all@FreeBSD.ORG Wed Nov 15 08:16:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF9E316A40F; Wed, 15 Nov 2006 08:16:42 +0000 (UTC) (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 1838A43D77; Wed, 15 Nov 2006 08:16:41 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAF8GeAN006526; Wed, 15 Nov 2006 08:16:40 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAF8GeAj006525; Wed, 15 Nov 2006 08:16:40 GMT (envelope-from leeym) Message-Id: <200611150816.kAF8GeAj006525@repoman.freebsd.org> From: Yen-Ming Lee Date: Wed, 15 Nov 2006 08: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/textproc Makefile ports/textproc/p5-Unicode-Unihan 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, 15 Nov 2006 08:16:42 -0000 leeym 2006-11-15 08:16:40 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-Unicode-Unihan Makefile distinfo pkg-descr pkg-plist Log: - Add p5-Unicode-Unihan-0.02 Unicode::Unihan - The Unihan Data Base 3.2.0 use Unicode::Unihan; my $db = new Unicode::Unihan; print join("," => $db->Mandarin("\x{5c0f}\x{98fc}\x{5f3e}"), "\n"; This module provides a user-friendly interface to the Unicode Unihan Database 3.2. With this module, the Unihan database is as easy as shown in above. WWW: http://search.cpan.org/dist/Unicode-Unihan/ Revision Changes Path 1.1074 +1 -0 ports/textproc/Makefile 1.1 +28 -0 ports/textproc/p5-Unicode-Unihan/Makefile (new) 1.1 +3 -0 ports/textproc/p5-Unicode-Unihan/distinfo (new) 1.1 +11 -0 ports/textproc/p5-Unicode-Unihan/pkg-descr (new) 1.1 +86 -0 ports/textproc/p5-Unicode-Unihan/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 15 08:17:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E136616A415; Wed, 15 Nov 2006 08:17:14 +0000 (UTC) (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 22CA243D7F; Wed, 15 Nov 2006 08:17:11 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAF8HAP0006589; Wed, 15 Nov 2006 08:17:10 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAF8HA89006588; Wed, 15 Nov 2006 08:17:10 GMT (envelope-from leeym) Message-Id: <200611150817.kAF8HA89006588@repoman.freebsd.org> From: Yen-Ming Lee Date: Wed, 15 Nov 2006 08:17: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: Wed, 15 Nov 2006 08:17:15 -0000 leeym 2006-11-15 08:17:10 UTC FreeBSD ports repository Modified files: . modules Log: p5-Unicode-Unihan --> ports/textproc/p5-Unicode-Unihan Revision Changes Path 1.16608 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Nov 15 08:56:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6A1A16A412; Wed, 15 Nov 2006 08:56:29 +0000 (UTC) (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 65E6643D45; Wed, 15 Nov 2006 08:56:29 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAF8uTJF023807; Wed, 15 Nov 2006 08:56:29 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAF8uT5j023806; Wed, 15 Nov 2006 08:56:29 GMT (envelope-from vanilla) Message-Id: <200611150856.kAF8uT5j023806@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 15 Nov 2006 08:56: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/chinese/firebird 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, 15 Nov 2006 08:56:29 -0000 vanilla 2006-11-15 08:56:28 UTC FreeBSD ports repository Modified files: chinese/firebird Makefile Log: Change MASTER_SITE. Submitted by: maintainer via msn. Revision Changes Path 1.11 +1 -1 ports/chinese/firebird/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 15 09:13:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C42116A407; Wed, 15 Nov 2006 09:13:42 +0000 (UTC) (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 3640B43D80; Wed, 15 Nov 2006 09:13:27 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAF9DQ4u026824; Wed, 15 Nov 2006 09:13:26 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAF9DQkZ026823; Wed, 15 Nov 2006 09:13:26 GMT (envelope-from maxim) Message-Id: <200611150913.kAF9DQkZ026823@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 15 Nov 2006 09:13: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/share/man/man4 Makefile uark.4 src/sys/conf NOTES files src/sys/dev/usb uark.c usbdevs src/sys/modules Makefile src/sys/modules/uark 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, 15 Nov 2006 09:13:42 -0000 maxim 2006-11-15 09:13:25 UTC FreeBSD src repository Modified files: share/man/man4 Makefile sys/conf NOTES files sys/dev/usb usbdevs sys/modules Makefile Added files: share/man/man4 uark.4 sys/dev/usb uark.c sys/modules/uark Makefile Log: o Add uark(4), a driver for Arkmicro Technologies ARK3116 based serial adapters. Submitted by: Alex Rodin Obtained from: OpenBSD Reviewed by: -usb MFC after: 6 weeks Revision Changes Path 1.366 +1 -0 src/share/man/man4/Makefile 1.1 +69 -0 src/share/man/man4/uark.4 (new) 1.1400 +2 -0 src/sys/conf/NOTES 1.1162 +1 -0 src/sys/conf/files 1.1 +367 -0 src/sys/dev/usb/uark.c (new) 1.278 +4 -0 src/sys/dev/usb/usbdevs 1.512 +1 -0 src/sys/modules/Makefile 1.1 +8 -0 src/sys/modules/uark/Makefile (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 15 10:01:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A1C816A415; Wed, 15 Nov 2006 10:01:14 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F43543D8B; Wed, 15 Nov 2006 10:01:07 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFA17jm031107; Wed, 15 Nov 2006 10:01:07 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFA179Z031106; Wed, 15 Nov 2006 10:01:07 GMT (envelope-from kib) Message-Id: <200611151001.kAFA179Z031106@repoman.freebsd.org> From: Konstantin Belousov Date: Wed, 15 Nov 2006 10:01: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/compat/linux linux_misc.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, 15 Nov 2006 10:01:14 -0000 kib 2006-11-15 10:01:06 UTC FreeBSD src repository Modified files: sys/compat/linux linux_misc.c Log: In rev 1.188 of linux_misc.c the added check for valid options ommited __WCLONE. This fixes it thus fixing skype/teamspeak to not keep zombies after exit. Submitted by: rdivacky Reported by: Bakul Shah (bakul at bitblocks com) Revision Changes Path 1.194 +1 -1 src/sys/compat/linux/linux_misc.c From owner-cvs-all@FreeBSD.ORG Wed Nov 15 10:18:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A48216A412; Wed, 15 Nov 2006 10:18:37 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D087943D76; Wed, 15 Nov 2006 10:18:32 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFAIWd2034197; Wed, 15 Nov 2006 10:18:32 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFAIWsA034196; Wed, 15 Nov 2006 10:18:32 GMT (envelope-from sat) Message-Id: <200611151018.kAFAIWsA034196@repoman.freebsd.org> From: Andrew Pantyukhin Date: Wed, 15 Nov 2006 10:18: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/x11-wm/fluxbox-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: Wed, 15 Nov 2006 10:18:37 -0000 sat 2006-11-15 10:18:32 UTC FreeBSD ports repository Modified files: x11-wm/fluxbox-devel Makefile Log: - Make package depend on iconv Revision Changes Path 1.59 +2 -1 ports/x11-wm/fluxbox-devel/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 15 11:04:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CE7C16A403; Wed, 15 Nov 2006 11:04:38 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7ECC43D45; Wed, 15 Nov 2006 11:04:37 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFB4bx9040088; Wed, 15 Nov 2006 11:04:37 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFB4bHV040087; Wed, 15 Nov 2006 11:04:37 GMT (envelope-from kib) Message-Id: <200611151104.kAFB4bHV040087@repoman.freebsd.org> From: Konstantin Belousov Date: Wed, 15 Nov 2006 11:04: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/sys/compat/linux linux_emul.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, 15 Nov 2006 11:04:38 -0000 kib 2006-11-15 11:04:37 UTC FreeBSD src repository Modified files: sys/compat/linux linux_emul.c Log: Group pid and parent are shared in a case of CLONE_THREAD not CLONE_VM. This fix lets clone02 LTP test pass with 2.6 emulation. In reality 99% of the cases are that CLONE_VM and CLONE_THREAD are both set so it seemed to work. Submitted by: rdivacky Revision Changes Path 1.9 +3 -3 src/sys/compat/linux/linux_emul.c From owner-cvs-all@FreeBSD.ORG Wed Nov 15 11:31:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C82816A403; Wed, 15 Nov 2006 11:31:40 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C252443D95; Wed, 15 Nov 2006 11:31:35 +0000 (GMT) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFBVZ16043408; Wed, 15 Nov 2006 11:31:35 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFBVZaK043405; Wed, 15 Nov 2006 11:31:35 GMT (envelope-from anray) Message-Id: <200611151131.kAFBVZaK043405@repoman.freebsd.org> From: Andrey Slusar Date: Wed, 15 Nov 2006 11:31: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/news/fidogate-ds Makefile ports/news/fidogate-ds/files patch-areafix.c patch-ftntick.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, 15 Nov 2006 11:31:40 -0000 anray 2006-11-15 11:31:35 UTC FreeBSD ports repository Modified files: news/fidogate-ds Makefile Added files: news/fidogate-ds/files patch-areafix.c patch-ftntick.c Log: Fix areafix and ftntick crashes. Revision Changes Path 1.14 +1 -0 ports/news/fidogate-ds/Makefile 1.1 +17 -0 ports/news/fidogate-ds/files/patch-areafix.c (new) 1.1 +17 -0 ports/news/fidogate-ds/files/patch-ftntick.c (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 15 11:32:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E47D316A4CA; Wed, 15 Nov 2006 11:32:56 +0000 (UTC) (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 2FE6143D8F; Wed, 15 Nov 2006 11:32:52 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFBWp2r043462; Wed, 15 Nov 2006 11:32:51 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFBWpV2043461; Wed, 15 Nov 2006 11:32:51 GMT (envelope-from roam) Message-Id: <200611151132.kAFBWpV2043461@repoman.freebsd.org> From: Peter Pentchev Date: Wed, 15 Nov 2006 11:32: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/security/stunnel 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, 15 Nov 2006 11:32:57 -0000 roam 2006-11-15 11:32:51 UTC FreeBSD ports repository Modified files: security/stunnel Makefile distinfo Log: Update to stunnel 4.19 and fix the NOPORTDOCS installation to really skip over the installation of example files and scripts. Of course, stunnel.conf-sample is still installed into etc/stunnel/. Revision Changes Path 1.76 +3 -2 ports/security/stunnel/Makefile 1.42 +3 -3 ports/security/stunnel/distinfo From owner-cvs-all@FreeBSD.ORG Wed Nov 15 12:12:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E063016A40F; Wed, 15 Nov 2006 12:12:30 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E76D43D69; Wed, 15 Nov 2006 12:12:30 +0000 (GMT) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFCCUBm048913; Wed, 15 Nov 2006 12:12:30 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFCCTh9048912; Wed, 15 Nov 2006 12:12:29 GMT (envelope-from vd) Message-Id: <200611151212.kAFCCTh9048912@repoman.freebsd.org> From: Vasil Dimov Date: Wed, 15 Nov 2006 12:12: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/sysutils/portsearch 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, 15 Nov 2006 12:12:31 -0000 vd 2006-11-15 12:12:29 UTC FreeBSD ports repository Modified files: sysutils/portsearch Makefile distinfo pkg-descr Log: * Upgrade sysutils/portsearch from 1.2.3 to 1.3.0, changes: o Added new output option: `rawfiles' to request outputting only matched pfiles one by line o Changed -b option to be the same as -f '(^|/)file$' instead of -f '/file$' o Added new option -L to mimic -p path -f '.*' -o rawfiles i.e. show all pfiles for (usually) one port. Inspired by pkg_info -L pkgname o Ignore case by default and add -S option to force case sensitivity * Remove my name from pkg-descr Revision Changes Path 1.3 +1 -1 ports/sysutils/portsearch/Makefile 1.3 +3 -3 ports/sysutils/portsearch/distinfo 1.2 +0 -1 ports/sysutils/portsearch/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Nov 15 12:14:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF01316A403; Wed, 15 Nov 2006 12:14:04 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CA2E43D5D; Wed, 15 Nov 2006 12:14:04 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFCE41L049098; Wed, 15 Nov 2006 12:14:04 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFCE4Pd049097; Wed, 15 Nov 2006 12:14:04 GMT (envelope-from sat) Message-Id: <200611151214.kAFCE4Pd049097@repoman.freebsd.org> From: Andrew Pantyukhin Date: Wed, 15 Nov 2006 12:14: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-mgmt/zabbix 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, 15 Nov 2006 12:14:04 -0000 sat 2006-11-15 12:14:04 UTC FreeBSD ports repository Modified files: net-mgmt/zabbix Makefile distinfo pkg-plist Log: - Update to 1.1.4 Revision Changes Path 1.28 +1 -1 ports/net-mgmt/zabbix/Makefile 1.10 +3 -3 ports/net-mgmt/zabbix/distinfo 1.10 +22 -0 ports/net-mgmt/zabbix/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 15 12:45:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF78116A4E7; Wed, 15 Nov 2006 12:45:00 +0000 (UTC) (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 AEA2F448D7; Wed, 15 Nov 2006 12:43:46 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFChk4Y051893; Wed, 15 Nov 2006 12:43:46 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFChkwr051892; Wed, 15 Nov 2006 12:43:46 GMT (envelope-from rwatson) Message-Id: <200611151243.kAFChkwr051892@repoman.freebsd.org> From: Robert Watson Date: Wed, 15 Nov 2006 12:43: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/tools/regression/sockets/unix_sendtorace Makefile unix_sendtorace.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, 15 Nov 2006 12:45:01 -0000 rwatson 2006-11-15 12:43:46 UTC FreeBSD src repository Added files: tools/regression/sockets/unix_sendtorace Makefile unix_sendtorace.c Log: Add a short regression test to try to exercise races in the non-atomic nature of implied connect via sendto(). Oddly, uipc_usrreq.c implements this for stream sockets, but doesn't set the flag in its protocol definition so that it can actually be used. As such, the stream test is implemented but doesn't run for now. Revision Changes Path 1.1 +7 -0 src/tools/regression/sockets/unix_sendtorace/Makefile (new) 1.1 +212 -0 src/tools/regression/sockets/unix_sendtorace/unix_sendtorace.c (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 15 12:53:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A9F516A5DD; Wed, 15 Nov 2006 12:53:42 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 050C443D64; Wed, 15 Nov 2006 12:53:42 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFCrfuM060644; Wed, 15 Nov 2006 12:53:41 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFCrfuk060643; Wed, 15 Nov 2006 12:53:41 GMT (envelope-from sat) Message-Id: <200611151253.kAFCrfuk060643@repoman.freebsd.org> From: Andrew Pantyukhin Date: Wed, 15 Nov 2006 12:53: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/net/radvd 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, 15 Nov 2006 12:53:42 -0000 sat 2006-11-15 12:53:41 UTC FreeBSD ports repository Modified files: net/radvd Makefile distinfo Log: - Update to 1.0 Revision Changes Path 1.12 +1 -1 ports/net/radvd/Makefile 1.8 +3 -3 ports/net/radvd/distinfo From owner-cvs-all@FreeBSD.ORG Wed Nov 15 14:21:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00ABF16A4C9; Wed, 15 Nov 2006 14:21:04 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A403F43D68; Wed, 15 Nov 2006 14:12:37 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFECbfb070944; Wed, 15 Nov 2006 14:12:37 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFECbNq070941; Wed, 15 Nov 2006 14:12:37 GMT (envelope-from miwi) Message-Id: <200611151412.kAFECbNq070941@repoman.freebsd.org> From: Martin Wilke Date: Wed, 15 Nov 2006 14:12: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 Makefile ports/www/py-qpy 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, 15 Nov 2006 14:21:05 -0000 miwi 2006-11-15 14:12:36 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/py-qpy Makefile distinfo pkg-descr pkg-plist Log: Qpy provides a convenient mechanism for generating safely-quoted html text from python code. It does this by implementing a quoted-string data type and a modification of the python compiler. (This main idea comes from Quixote's htmltext/PTL.) WWW: http://www.mems-exchange.org/software/qpy/ PR: ports/105471 Submitted by: Dryice Liu Revision Changes Path 1.1600 +1 -0 ports/www/Makefile 1.1 +31 -0 ports/www/py-qpy/Makefile (new) 1.1 +3 -0 ports/www/py-qpy/distinfo (new) 1.1 +8 -0 ports/www/py-qpy/pkg-descr (new) 1.1 +26 -0 ports/www/py-qpy/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 15 14:22:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3A4316A412; Wed, 15 Nov 2006 14:22:03 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAF6143E59; Wed, 15 Nov 2006 14:13:03 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFED0LV071021; Wed, 15 Nov 2006 14:13:00 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFED0ZP071020; Wed, 15 Nov 2006 14:13:00 GMT (envelope-from miwi) Message-Id: <200611151413.kAFED0ZP071020@repoman.freebsd.org> From: Martin Wilke Date: Wed, 15 Nov 2006 14:13: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: Wed, 15 Nov 2006 14:22:04 -0000 miwi 2006-11-15 14:13:00 UTC FreeBSD ports repository Modified files: . modules Log: py-qpy --> ports/www/py-qpy Revision Changes Path 1.16609 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Nov 15 14:28:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FE8416A417; Wed, 15 Nov 2006 14:28:00 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA73243ECE; Wed, 15 Nov 2006 14:15:00 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFEEt9G071257; Wed, 15 Nov 2006 14:14:55 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFEEtwR071256; Wed, 15 Nov 2006 14:14:55 GMT (envelope-from miwi) Message-Id: <200611151414.kAFEEtwR071256@repoman.freebsd.org> From: Martin Wilke Date: Wed, 15 Nov 2006 14:14: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/www Makefile ports/www/py-qp Makefile distinfo pkg-descr pkg-plist ports/www/py-qp/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: Wed, 15 Nov 2006 14:28:00 -0000 miwi 2006-11-15 14:14:55 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/py-qp Makefile distinfo pkg-descr pkg-plist www/py-qp/files pkg-message.in Log: This is QP, a package for defining and running multiple web applications based on Durus for persistence, standard persistent Session and User classes, easy interactive database sessions, qpy for assembling html, and Quixote2-style forms and path traversal. QP makes it easier than ever to use these tools together. WWW: http://www.mems-exchange.org/software/qp/ PR: ports/105503 Submitted by: Dryice Liu Revision Changes Path 1.1601 +1 -0 ports/www/Makefile 1.1 +45 -0 ports/www/py-qp/Makefile (new) 1.1 +3 -0 ports/www/py-qp/distinfo (new) 1.1 +14 -0 ports/www/py-qp/files/pkg-message.in (new) 1.1 +7 -0 ports/www/py-qp/pkg-descr (new) 1.1 +134 -0 ports/www/py-qp/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 15 14:28:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4156016A516; Wed, 15 Nov 2006 14:28:17 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FE9743ED4; Wed, 15 Nov 2006 14:15:33 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFEFPrB071371; Wed, 15 Nov 2006 14:15:25 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFEFPSQ071370; Wed, 15 Nov 2006 14:15:25 GMT (envelope-from miwi) Message-Id: <200611151415.kAFEFPSQ071370@repoman.freebsd.org> From: Martin Wilke Date: Wed, 15 Nov 2006 14:15: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: Wed, 15 Nov 2006 14:28:17 -0000 miwi 2006-11-15 14:15:25 UTC FreeBSD ports repository Modified files: . modules Log: py-qp --> ports/www/py-qp Revision Changes Path 1.16610 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Nov 15 14:29:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDBB516A40F; Wed, 15 Nov 2006 14:29:25 +0000 (UTC) (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 A07A343FEB; Wed, 15 Nov 2006 14:16:02 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFEFsN8071455; Wed, 15 Nov 2006 14:15:54 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFEFsoC071454; Wed, 15 Nov 2006 14:15:54 GMT (envelope-from barner) Message-Id: <200611151415.kAFEFsoC071454@repoman.freebsd.org> From: Simon Barner Date: Wed, 15 Nov 2006 14:15: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 GIDs UIDs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Nov 2006 14:29:25 -0000 barner 2006-11-15 14:15:54 UTC FreeBSD ports repository Modified files: . GIDs UIDs Log: Register mail/fetchmail's UID and GID. Suggested by: Stefan Thurner Revision Changes Path 1.17 +2 -1 ports/GIDs 1.21 +2 -1 ports/UIDs From owner-cvs-all@FreeBSD.ORG Wed Nov 15 14:30:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CADB016A4D8; Wed, 15 Nov 2006 14:30:54 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A08B6440B5; Wed, 15 Nov 2006 14:18:16 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFEICW2071676; Wed, 15 Nov 2006 14:18:12 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFEICr7071675; Wed, 15 Nov 2006 14:18:12 GMT (envelope-from miwi) Message-Id: <200611151418.kAFEICr7071675@repoman.freebsd.org> From: Martin Wilke Date: Wed, 15 Nov 2006 14:18: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/devel Makefile ports/devel/py-durus Makefile distinfo pkg-descr pkg-plist ports/devel/py-durus/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: Wed, 15 Nov 2006 14:30:55 -0000 miwi 2006-11-15 14:18:12 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-durus Makefile distinfo pkg-descr pkg-plist devel/py-durus/files patch-setup.py Log: Durus is a persistent object system for applications written in the Python programming language. Durus offers an easy way to use and maintain a consistent collection of object instances used by one or more processes. Access and change of a persistent instances is managed through a cached Connection instance which includes commit() and abort() methods so that changes are transactional. Durus is best suited to collections of less than a million instances with relatively stable state. WWW: http://www.mems-exchange.org/software/durus/ PR: ports/105470 Submitted by: Dryice Liu Revision Changes Path 1.2513 +1 -0 ports/devel/Makefile 1.1 +35 -0 ports/devel/py-durus/Makefile (new) 1.1 +3 -0 ports/devel/py-durus/distinfo (new) 1.1 +19 -0 ports/devel/py-durus/files/patch-setup.py (new) 1.1 +11 -0 ports/devel/py-durus/pkg-descr (new) 1.1 +71 -0 ports/devel/py-durus/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 15 14:30:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C248916A4C2; Wed, 15 Nov 2006 14:30:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52DE2440E3; Wed, 15 Nov 2006 14:18:44 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFEIcFU071718; Wed, 15 Nov 2006 14:18:38 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFEIcQ6071717; Wed, 15 Nov 2006 14:18:38 GMT (envelope-from miwi) Message-Id: <200611151418.kAFEIcQ6071717@repoman.freebsd.org> From: Martin Wilke Date: Wed, 15 Nov 2006 14:18: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: 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, 15 Nov 2006 14:30:58 -0000 miwi 2006-11-15 14:18:38 UTC FreeBSD ports repository Modified files: . modules Log: py-durus --> ports/devel/py-durus Revision Changes Path 1.16611 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Nov 15 14:40:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 689A216A416; Wed, 15 Nov 2006 14:40:14 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DB6643D4C; Wed, 15 Nov 2006 14:40:10 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFEeAsW074017; Wed, 15 Nov 2006 14:40:10 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFEeALl074009; Wed, 15 Nov 2006 14:40:10 GMT (envelope-from shaun) Message-Id: <200611151440.kAFEeALl074009@repoman.freebsd.org> From: Shaun Amott Date: Wed, 15 Nov 2006 14:40: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/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, 15 Nov 2006 14:40:14 -0000 shaun 2006-11-15 14:40:09 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add proftpd-mysql to the previous entry. Revision Changes Path 1.1224 +2 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Wed Nov 15 14:40:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5C3316A412; Wed, 15 Nov 2006 14:40:56 +0000 (UTC) (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 A0E2F43D45; Wed, 15 Nov 2006 14:40:54 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFEes5X074162; Wed, 15 Nov 2006 14:40:54 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFEesSJ074161; Wed, 15 Nov 2006 14:40:54 GMT (envelope-from skv) Message-Id: <200611151440.kAFEesSJ074161@repoman.freebsd.org> From: Sergey Skvortsov Date: Wed, 15 Nov 2006 14:40: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/databases/firebird2-server Makefile ports/databases/firebird2-server/files patch-src%jrd%svc.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, 15 Nov 2006 14:40:56 -0000 skv 2006-11-15 14:40:54 UTC FreeBSD ports repository Modified files: databases/firebird2-server Makefile databases/firebird2-server/files patch-src%jrd%svc.cpp Log: * fix services issue * change library symlinks: now libgds points to libfbembed Revision Changes Path 1.57 +3 -3 ports/databases/firebird2-server/Makefile 1.3 +14 -5 ports/databases/firebird2-server/files/patch-src%jrd%svc.cpp From owner-cvs-all@FreeBSD.ORG Wed Nov 15 14:47:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8238616A407; Wed, 15 Nov 2006 14:47:22 +0000 (UTC) (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 3B0F243D5F; Wed, 15 Nov 2006 14:47:22 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFElMu9075675; Wed, 15 Nov 2006 14:47:22 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFElLd0075674; Wed, 15 Nov 2006 14:47:21 GMT (envelope-from skv) Message-Id: <200611151447.kAFElLd0075674@repoman.freebsd.org> From: Sergey Skvortsov Date: Wed, 15 Nov 2006 14:47: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/devel/bugzilla 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, 15 Nov 2006 14:47:22 -0000 skv 2006-11-15 14:47:21 UTC FreeBSD ports repository Modified files: devel/bugzilla Makefile distinfo pkg-plist Log: Update to 2.22.1 Changes: http://www.bugzilla.org/releases/2.22.1/release-notes.html PR: ports/105554 Sumbitted by: Ulrich Spoerlein Revision Changes Path 1.47 +1 -1 ports/devel/bugzilla/Makefile 1.20 +3 -3 ports/devel/bugzilla/distinfo 1.21 +3 -3 ports/devel/bugzilla/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 15 14:58:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6928F16A407; Wed, 15 Nov 2006 14:58:02 +0000 (UTC) (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 52E0143DA4; Wed, 15 Nov 2006 14:57:09 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFEv5CU076517; Wed, 15 Nov 2006 14:57:06 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFEv5cA076516; Wed, 15 Nov 2006 14:57:05 GMT (envelope-from yar) Message-Id: <200611151457.kAFEv5cA076516@repoman.freebsd.org> From: Yar Tikhiy Date: Wed, 15 Nov 2006 14:57: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/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, 15 Nov 2006 14:58:02 -0000 yar 2006-11-15 14:57:05 UTC FreeBSD src repository Modified files: usr.sbin Makefile Log: Building faithd(8) has no sense if WITHOUT_INET6 is set. PR: bin/100805 (audit-trail) Noticed by: Alex Kozlov Revision Changes Path 1.364 +2 -1 src/usr.sbin/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 15 15:16:12 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28AAA16A40F; Wed, 15 Nov 2006 15:16:12 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4ED8643D90; Wed, 15 Nov 2006 15:15:52 +0000 (GMT) (envelope-from stas@FreeBSD.org) Received: from [83.97.105.122] (helo=fonon.mbsd.msk.ru) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1GkMQj-0003iL-MB; Wed, 15 Nov 2006 18:12:02 +0300 Received: from localhost (localhost [127.0.0.1]) by fonon.mbsd.msk.ru (Postfix) with SMTP id C1B49130FB; Wed, 15 Nov 2006 18:15:33 +0300 (MSK) Date: Wed, 15 Nov 2006 18:15:28 +0300 From: Stanislav Sedov To: "Jeremy Messenger" Message-Id: <20061115181528.07972eb2.stas@FreeBSD.org> In-Reply-To: References: <200611142049.kAEKnqsd063656@repoman.freebsd.org> Organization: The FreeBSD Project X-Mailer: carrier-pigeon X-Voice: +7 916 849 20 23 X-XMPP: ssedov@jabber.ru X-ICQ: 208105021 X-Yahoo: stanislav_sedov X-PGP-Fingerprint: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581 X-University: MEPhI Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Wed__15_Nov_2006_18_15_28_+0300_leyZkuY/W27r5Db_" X-Spam-Flag: SKIP Cc: Stanislav Sedov , cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/lang/ruby18 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, 15 Nov 2006 15:16:12 -0000 --Signature=_Wed__15_Nov_2006_18_15_28_+0300_leyZkuY/W27r5Db_ Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Tue, 14 Nov 2006 18:00:34 -0600 "Jeremy Messenger" mentioned: > On Tue, 14 Nov 2006 14:49:52 -0600, Stanislav Sedov > wrote: > > > stas 2006-11-14 20:49:52 UTC > > > > FreeBSD ports repository > > > > Modified files: > > lang/ruby18 Makefile > > Log: > > - Don't links agains threading libraries in case if pthreads support > > was > > disabled. > > This is going to break a few of ports in the runtime, I would like this to > be back out. Please see in the commit history. > How can i test this? Just installed ruby-gtk2 with non-threaded ruby18 and there's no problems with it. -- Stanislav Sedov [[Russia, Moscow]] PGP id: 0xEB269581 http://people.freebsd.org/~stas/stas.key.asc --Signature=_Wed__15_Nov_2006_18_15_28_+0300_leyZkuY/W27r5Db_ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFWy8VK/VZk+smlYERApDgAJ9TW5+Vq17acccV9LOTnXlAWtsjdgCfaYza wpD3ru3J94434sMitj5m/S8= =AEUx -----END PGP SIGNATURE----- --Signature=_Wed__15_Nov_2006_18_15_28_+0300_leyZkuY/W27r5Db_-- From owner-cvs-all@FreeBSD.ORG Wed Nov 15 16:28:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01D4F16A403; Wed, 15 Nov 2006 16:28:28 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85EE943D79; Wed, 15 Nov 2006 16:28:26 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFGSQ9I094549; Wed, 15 Nov 2006 16:28:26 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFGSQmA094543; Wed, 15 Nov 2006 16:28:26 GMT (envelope-from miwi) Message-Id: <200611151628.kAFGSQmA094543@repoman.freebsd.org> From: Martin Wilke Date: Wed, 15 Nov 2006 16:28: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/mdcrack 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, 15 Nov 2006 16:28:28 -0000 miwi 2006-11-15 16:28:25 UTC FreeBSD ports repository Modified files: security/mdcrack Makefile Log: - Pass maintainership to submitter PR: ports/105552 Submitted by: Lars Sommer Revision Changes Path 1.10 +1 -1 ports/security/mdcrack/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 15 16:53:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F252B16A416; Wed, 15 Nov 2006 16:53:38 +0000 (UTC) (envelope-from laszlof@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B800843D58; Wed, 15 Nov 2006 16:53:38 +0000 (GMT) (envelope-from laszlof@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFGrcKN007047; Wed, 15 Nov 2006 16:53:38 GMT (envelope-from laszlof@repoman.freebsd.org) Received: (from laszlof@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFGrcKl007046; Wed, 15 Nov 2006 16:53:38 GMT (envelope-from laszlof) Message-Id: <200611151653.kAFGrcKl007046@repoman.freebsd.org> From: "Frank J. Laszlo" Date: Wed, 15 Nov 2006 16:53: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: CVSROOT modules ports MOVED ports/devel Makefile ports/textproc Makefile ports/devel/py-lucene Makefile distinfo pkg-descr pkg-plist ports/textproc/py-lucene 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: Wed, 15 Nov 2006 16:53:39 -0000 laszlof 2006-11-15 16:53:38 UTC FreeBSD ports repository Modified files: . modules . MOVED devel Makefile textproc Makefile textproc/py-lucene Makefile pkg-plist Removed files: devel/py-lucene Makefile distinfo pkg-descr pkg-plist Log: - py-lucene has been repomove'd from devel -> textproc. - Add entry to MOVED. - Fix a few small dependencies issues. - Pet portlint. - Fix plist. PR: ports/105502 Submitted By: Cheng-Lung Sung Reviewed By: self Approved By: flz (mentor) Revision Changes Path 1.16612 +1 -1 CVSROOT/modules 1.1184 +2 -1 ports/MOVED 1.2514 +0 -1 ports/devel/Makefile 1.4 +0 -54 ports/devel/py-lucene/Makefile (dead) 1.2 +0 -3 ports/devel/py-lucene/distinfo (dead) 1.2 +0 -6 ports/devel/py-lucene/pkg-descr (dead) 1.3 +0 -5 ports/devel/py-lucene/pkg-plist (dead) 1.1075 +1 -0 ports/textproc/Makefile 1.4 +7 -9 ports/textproc/py-lucene/Makefile 1.3 +5 -5 ports/textproc/py-lucene/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 15 16:59:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5897616A4C9; Wed, 15 Nov 2006 16:59:16 +0000 (UTC) (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 1349443D4C; Wed, 15 Nov 2006 16:59:16 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFGxFF1007302; Wed, 15 Nov 2006 16:59:15 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFGxFbt007301; Wed, 15 Nov 2006 16:59:15 GMT (envelope-from brueffer) Message-Id: <200611151659.kAFGxFbt007301@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 15 Nov 2006 16:59: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/share/man/man4 uark.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, 15 Nov 2006 16:59:16 -0000 brueffer 2006-11-15 16:59:15 UTC FreeBSD src repository Modified files: share/man/man4 uark.4 Log: - Use our standard section 4 SYNOPSIS - Add a HARDWARE section - Mention the first release to include this driver Revision Changes Path 1.2 +20 -4 src/share/man/man4/uark.4 From owner-cvs-all@FreeBSD.ORG Wed Nov 15 17:30:21 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59C5016A570; Wed, 15 Nov 2006 17:30:21 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao05.cox.net (eastrmmtao05.cox.net [68.230.240.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 059444402E; Wed, 15 Nov 2006 17:27:28 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by eastrmmtao05.cox.net (InterMail vM.6.01.06.03 201-2131-130-104-20060516) with ESMTP id <20061115172720.OGBJ18065.eastrmmtao05.cox.net@eastrmimpo01.cox.net>; Wed, 15 Nov 2006 12:27:20 -0500 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo01.cox.net with bizsmtp id n5SZ1V00f4iy4EG0000000; Wed, 15 Nov 2006 12:26:34 -0500 Date: Wed, 15 Nov 2006 11:27:55 -0600 To: "Stanislav Sedov" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <200611142049.kAEKnqsd063656@repoman.freebsd.org> <20061115181528.07972eb2.stas@FreeBSD.org> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <20061115181528.07972eb2.stas@FreeBSD.org> User-Agent: Opera Mail/9.02 (Linux) Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/lang/ruby18 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, 15 Nov 2006 17:30:21 -0000 On Wed, 15 Nov 2006 09:15:28 -0600, Stanislav Sedov wrote: > On Tue, 14 Nov 2006 18:00:34 -0600 > "Jeremy Messenger" mentioned: > >> On Tue, 14 Nov 2006 14:49:52 -0600, Stanislav Sedov >> wrote: >> >> > stas 2006-11-14 20:49:52 UTC >> > >> > FreeBSD ports repository >> > >> > Modified files: >> > lang/ruby18 Makefile >> > Log: >> > - Don't links agains threading libraries in case if pthreads support >> > was >> > disabled. >> >> This is going to break a few of ports in the runtime, I would like this >> to >> be back out. Please see in the commit history. >> > > How can i test this? Just installed ruby-gtk2 with non-threaded ruby18 > and there's no problems with it. Not remember which one, but you can try it out on both of files. /usr/local/share/examples/ruby18/gtk2/filechooser.rb /usr/local/share/examples/ruby18/gtk2/fileselection.rb ruby-gtk2 isn't alone. ruby-wx, ruby-sdl and a very few other ports. I don't remember which tests for other ports, but in the past I got several of report in freebsd-ports. My committed of this http://tinyurl.com/ykxtmw has solved 95% of problem and has a lot less problems for over a year. Sadly, ruby's thread sucks that can't be enable by default, and FreeBSD's pthread stuff is buggy or feature less. :-/ Cheers, Mezz > -- > Stanislav Sedov [[Russia, Moscow]] > PGP id: 0xEB269581 http://people.freebsd.org/~stas/stas.key.asc -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Wed Nov 15 17:30:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6C3E16A4AB; Wed, 15 Nov 2006 17:30:22 +0000 (UTC) (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 E070944040; Wed, 15 Nov 2006 17:27:29 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFHRPgx011877; Wed, 15 Nov 2006 17:27:25 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFHRP1Q011876; Wed, 15 Nov 2006 17:27:25 GMT (envelope-from kensmith) Message-Id: <200611151727.kAFHRP1Q011876@repoman.freebsd.org> From: Ken Smith Date: Wed, 15 Nov 2006 17:27: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: CVSROOT approvers X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Nov 2006 17:30:23 -0000 kensmith 2006-11-15 17:27:25 UTC FreeBSD src repository Modified files: . approvers Log: Prepare for RELENG_6_2, it will begin life in code freeze requiring re@ approval. Approved by: core (implicit) Revision Changes Path 1.37 +1 -0 CVSROOT/approvers From owner-cvs-all@FreeBSD.ORG Wed Nov 15 17:32:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 499EC16A407; Wed, 15 Nov 2006 17:32:38 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 037AB43D5E; Wed, 15 Nov 2006 17:32:38 +0000 (GMT) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFHWbGo012417; Wed, 15 Nov 2006 17:32:37 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFHWbIM012415; Wed, 15 Nov 2006 17:32:37 GMT (envelope-from stas) Message-Id: <200611151732.kAFHWbIM012415@repoman.freebsd.org> From: Stanislav Sedov Date: Wed, 15 Nov 2006 17: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/cad/gspiceui Makefile distinfo ports/cad/gspiceui/files patch-src_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, 15 Nov 2006 17:32:38 -0000 stas 2006-11-15 17:32:37 UTC FreeBSD ports repository Modified files: cad/gspiceui Makefile distinfo cad/gspiceui/files patch-src_Makefile Log: - Update to 0.8.90 - Change my email - Use new WX framework Revision Changes Path 1.3 +8 -4 ports/cad/gspiceui/Makefile 1.2 +3 -3 ports/cad/gspiceui/distinfo 1.2 +8 -8 ports/cad/gspiceui/files/patch-src_Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 15 17:33:54 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32F4316A403; Wed, 15 Nov 2006 17:33:54 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao04.cox.net (eastrmmtao04.cox.net [68.230.240.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30D0443D5A; Wed, 15 Nov 2006 17:33:52 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by eastrmmtao04.cox.net (InterMail vM.6.01.06.03 201-2131-130-104-20060516) with ESMTP id <20061115173357.WJFA20226.eastrmmtao04.cox.net@eastrmimpo01.cox.net>; Wed, 15 Nov 2006 12:33:57 -0500 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo01.cox.net with bizsmtp id n5ZA1V00Q4iy4EG0000000; Wed, 15 Nov 2006 12:33:11 -0500 Date: Wed, 15 Nov 2006 11:34:32 -0600 To: "Andrew Pantyukhin" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <200611151018.kAFAIWsA034196@repoman.freebsd.org> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <200611151018.kAFAIWsA034196@repoman.freebsd.org> User-Agent: Opera Mail/9.02 (Linux) Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/x11-wm/fluxbox-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: Wed, 15 Nov 2006 17:33:54 -0000 On Wed, 15 Nov 2006 04:18:32 -0600, Andrew Pantyukhin wrote: > sat 2006-11-15 10:18:32 UTC > > FreeBSD ports repository > > Modified files: > x11-wm/fluxbox-devel Makefile > Log: > - Make package depend on iconv # make -V MAINTAINER mezz@FreeBSD.org I don't get any of your email or PR for my approve. See in the pointyhat log here: http://pointyhat.freebsd.org/errorlogs/i386-6-latest-logs/fluxbox-devel-1.0rc2_2.log It already install gettext/iconv without your change. Cheers, Mezz > Revision Changes Path > 1.59 +2 -1 ports/x11-wm/fluxbox-devel/Makefile -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Wed Nov 15 17:39:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A329316A47B; Wed, 15 Nov 2006 17:39:06 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 329BD43D53; Wed, 15 Nov 2006 17:39:06 +0000 (GMT) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFHd6DC012895; Wed, 15 Nov 2006 17:39:06 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFHd5j2012894; Wed, 15 Nov 2006 17:39:05 GMT (envelope-from anray) Message-Id: <200611151739.kAFHd5j2012894@repoman.freebsd.org> From: Andrey Slusar Date: Wed, 15 Nov 2006 17:39: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/devel/cedet Makefile ports/devel/cedet/files patch-semantic-semantic-ede-grammar.el patch-speedbar-sb-info.el X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Nov 2006 17:39:06 -0000 anray 2006-11-15 17:39:05 UTC FreeBSD ports repository Modified files: devel/cedet Makefile Added files: devel/cedet/files patch-semantic-semantic-ede-grammar.el patch-speedbar-sb-info.el Log: - Be compitable with Emacs 22. Thanks to Max N. Boyarov for merging from cedet cvs. PR: ports/105512 Submitted by: Dryice Liu (maintainer) Obtained from: cedet cvs Revision Changes Path 1.13 +1 -1 ports/devel/cedet/Makefile 1.1 +23 -0 ports/devel/cedet/files/patch-semantic-semantic-ede-grammar.el (new) 1.1 +14 -0 ports/devel/cedet/files/patch-speedbar-sb-info.el (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 15 17:56:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 846E516A403; Wed, 15 Nov 2006 17:56:43 +0000 (UTC) (envelope-from laszlof@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FBC243D7E; Wed, 15 Nov 2006 17:56:40 +0000 (GMT) (envelope-from laszlof@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFHudU5020829; Wed, 15 Nov 2006 17:56:39 GMT (envelope-from laszlof@repoman.freebsd.org) Received: (from laszlof@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFHudgi020814; Wed, 15 Nov 2006 17:56:39 GMT (envelope-from laszlof) Message-Id: <200611151756.kAFHudgi020814@repoman.freebsd.org> From: "Frank J. Laszlo" Date: Wed, 15 Nov 2006 17:56: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/penguintv-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: Wed, 15 Nov 2006 17:56:43 -0000 laszlof 2006-11-15 17:56:38 UTC FreeBSD ports repository Modified files: net/penguintv-devel Makefile Log: Fix conditional dependency on devel/py-lucene -> textproc/py-lucene. Fix INDEX build. Approved by: flz (mentor) Revision Changes Path 1.22 +1 -1 ports/net/penguintv-devel/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 15 18:05:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2715E16A4A0; Wed, 15 Nov 2006 18:05:34 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D550243D7E; Wed, 15 Nov 2006 18:05:33 +0000 (GMT) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFI5XpG027021; Wed, 15 Nov 2006 18:05:33 GMT (envelope-from stefan@repoman.freebsd.org) Received: (from stefan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFI5Xj3027020; Wed, 15 Nov 2006 18:05:33 GMT (envelope-from stefan) Message-Id: <200611151805.kAFI5Xj3027020@repoman.freebsd.org> From: Stefan Walter Date: Wed, 15 Nov 2006 18:05: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/java/classpath 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, 15 Nov 2006 18:05:34 -0000 stefan 2006-11-15 18:05:33 UTC FreeBSD ports repository Modified files: java/classpath Makefile distinfo pkg-plist Log: Update to 0.92. PR: 103444 Submitted by: Ying-Chieh Liao Approved by: maintainer timeout (> 7 weeks) Revision Changes Path 1.24 +8 -3 ports/java/classpath/Makefile 1.10 +3 -3 ports/java/classpath/distinfo 1.2 +49 -51 ports/java/classpath/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 15 18:41:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8A1516A412; Wed, 15 Nov 2006 18:41:28 +0000 (UTC) (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 D683743DFC; Wed, 15 Nov 2006 18:40:01 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFIe1E4034671; Wed, 15 Nov 2006 18:40:01 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFIe1Q3034670; Wed, 15 Nov 2006 18:40:01 GMT (envelope-from jhb) Message-Id: <200611151840.kAFIe1Q3034670@repoman.freebsd.org> From: John Baldwin Date: Wed, 15 Nov 2006 18:40: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/sys/amd64/amd64 msi.c src/sys/i386/i386 msi.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, 15 Nov 2006 18:41:28 -0000 jhb 2006-11-15 18:40:00 UTC FreeBSD src repository Modified files: sys/amd64/amd64 msi.c sys/i386/i386 msi.c Log: Fix a typo that broke MSI (MSI-X worked fine) in the later revisions of the MSI patches. Revision Changes Path 1.2 +1 -1 src/sys/amd64/amd64/msi.c 1.2 +1 -1 src/sys/i386/i386/msi.c From owner-cvs-all@FreeBSD.ORG Wed Nov 15 18:53:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B207916A40F; Wed, 15 Nov 2006 18:53:32 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E2BA43D83; Wed, 15 Nov 2006 18:53:32 +0000 (GMT) (envelope-from johans@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFIrWmL036399; Wed, 15 Nov 2006 18:53:32 GMT (envelope-from johans@repoman.freebsd.org) Received: (from johans@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFIrWlt036398; Wed, 15 Nov 2006 18:53:32 GMT (envelope-from johans) Message-Id: <200611151853.kAFIrWlt036398@repoman.freebsd.org> From: Johan van Selst Date: Wed, 15 Nov 2006 18:53: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/math/gap 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, 15 Nov 2006 18:53:32 -0000 johans 2006-11-15 18:53:31 UTC FreeBSD ports repository Modified files: math/gap Makefile distinfo Log: - Update to 4.4.9 Revision Changes Path 1.22 +4 -4 ports/math/gap/Makefile 1.18 +6 -6 ports/math/gap/distinfo From owner-cvs-all@FreeBSD.ORG Wed Nov 15 19:02:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 373EC16A47B; Wed, 15 Nov 2006 19:02:21 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E444F43D6B; Wed, 15 Nov 2006 19:02:20 +0000 (GMT) (envelope-from johans@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFJ2KFt037289; Wed, 15 Nov 2006 19:02:20 GMT (envelope-from johans@repoman.freebsd.org) Received: (from johans@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFJ2Kt7037284; Wed, 15 Nov 2006 19:02:20 GMT (envelope-from johans) Message-Id: <200611151902.kAFJ2Kt7037284@repoman.freebsd.org> From: Johan van Selst Date: Wed, 15 Nov 2006 19: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/www/xshttpd-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, 15 Nov 2006 19:02:21 -0000 johans 2006-11-15 19:02:19 UTC FreeBSD ports repository Modified files: www/xshttpd-devel Makefile distinfo Log: - Update to 3.4b17 Revision Changes Path 1.15 +1 -1 ports/www/xshttpd-devel/Makefile 1.13 +3 -3 ports/www/xshttpd-devel/distinfo From owner-cvs-all@FreeBSD.ORG Wed Nov 15 19:05:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3DE916A415; Wed, 15 Nov 2006 19:05:06 +0000 (UTC) (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 6E6B943D4C; Wed, 15 Nov 2006 19:05:06 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFJ56OQ038905; Wed, 15 Nov 2006 19:05:06 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFJ56u1038904; Wed, 15 Nov 2006 19:05:06 GMT (envelope-from mezz) Message-Id: <200611151905.kAFJ56u1038904@repoman.freebsd.org> From: Jeremy Messenger Date: Wed, 15 Nov 2006 19:05: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/x11-wm/fluxbox-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: Wed, 15 Nov 2006 19:05:06 -0000 mezz 2006-11-15 19:05:05 UTC FreeBSD ports repository Modified files: x11-wm/fluxbox-devel Makefile Log: Correct it, USE_GETTEXT -> USE_ICONV. There is no gettext stuff in this port. Pointyhat: sat (for touch this port without my approve) Revision Changes Path 1.60 +1 -1 ports/x11-wm/fluxbox-devel/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 15 19:05:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A18116A515; Wed, 15 Nov 2006 19:05:52 +0000 (UTC) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 073DB43D5E; Wed, 15 Nov 2006 19:05:52 +0000 (GMT) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFJ5paI039037; Wed, 15 Nov 2006 19:05:51 GMT (envelope-from matteo@repoman.freebsd.org) Received: (from matteo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFJ5pWS039036; Wed, 15 Nov 2006 19:05:51 GMT (envelope-from matteo) Message-Id: <200611151905.kAFJ5pWS039036@repoman.freebsd.org> From: Matteo Riondato Date: Wed, 15 Nov 2006 19:05: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 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, 15 Nov 2006 19:05:52 -0000 matteo 2006-11-15 19:05:51 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: Add a BIND-4 related obsolete files Submitted by: Riccardo Torrini vic@gufi.org MFC after: 1 week Revision Changes Path 1.60 +2 -0 src/ObsoleteFiles.inc From owner-cvs-all@FreeBSD.ORG Wed Nov 15 19:22:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D2B716A40F; Wed, 15 Nov 2006 19:22:36 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 439BE43D5A; Wed, 15 Nov 2006 19:22:24 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFJMOdS046001; Wed, 15 Nov 2006 19:22:24 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFJMO4X045995; Wed, 15 Nov 2006 19:22:24 GMT (envelope-from shaun) Message-Id: <200611151922.kAFJMO4X045995@repoman.freebsd.org> From: Shaun Amott Date: Wed, 15 Nov 2006 19:22: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/ftp/proftpd Makefile ports/ftp/proftpd/files patch-main.c patch-sample-configurations_basic.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: Wed, 15 Nov 2006 19:22:36 -0000 shaun 2006-11-15 19:22:23 UTC FreeBSD ports repository Modified files: ftp/proftpd Makefile ftp/proftpd/files patch-main.c patch-sample-configurations_basic.conf Log: - Fix the last imported patch (which came from proftpd's CVS repo), as it was causing segfaults prior to login. - Add the new CommandBufferSize variable into the default config file to stop proftpd complaining. Reported by: many Revision Changes Path 1.92 +1 -1 ports/ftp/proftpd/Makefile 1.2 +4 -4 ports/ftp/proftpd/files/patch-main.c 1.2 +12 -3 ports/ftp/proftpd/files/patch-sample-configurations_basic.conf From owner-cvs-all@FreeBSD.ORG Wed Nov 15 19:23:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 707A316A4C8; Wed, 15 Nov 2006 19:23:25 +0000 (UTC) (envelope-from laszlof@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ABB743DA4; Wed, 15 Nov 2006 19:23:09 +0000 (GMT) (envelope-from laszlof@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFJN9AD046905; Wed, 15 Nov 2006 19:23:09 GMT (envelope-from laszlof@repoman.freebsd.org) Received: (from laszlof@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFJN9vt046904; Wed, 15 Nov 2006 19:23:09 GMT (envelope-from laszlof) Message-Id: <200611151923.kAFJN9vt046904@repoman.freebsd.org> From: "Frank J. Laszlo" Date: Wed, 15 Nov 2006 19:23: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/databases/mysql-connector-java 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, 15 Nov 2006 19:23:25 -0000 laszlof 2006-11-15 19:23:09 UTC FreeBSD ports repository Modified files: databases/mysql-connector-java Makefile distinfo Log: Security:bases/mysql-connector-java to bugfix-release 5.0.4. PR: ports/104712 Submitted by: Kay Abendroth Reviewed by: Matthew Seaman (maintainer) Approved by: flz (mentor) Revision Changes Path 1.40 +1 -1 ports/databases/mysql-connector-java/Makefile 1.21 +3 -3 ports/databases/mysql-connector-java/distinfo From owner-cvs-all@FreeBSD.ORG Wed Nov 15 19:33:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11EB216A536; Wed, 15 Nov 2006 19:33:35 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ADDC43D72; Wed, 15 Nov 2006 19:32:13 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFJVvC1053243; Wed, 15 Nov 2006 19:31:57 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFJVvfh053240; Wed, 15 Nov 2006 19:31:57 GMT (envelope-from blackend) Message-Id: <200611151931.kAFJVvfh053240@repoman.freebsd.org> From: Marc Fonvieille Date: Wed, 15 Nov 2006 19:31:57 +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/fr_FR.ISO8859-1/books/handbook/advanced-networking 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, 15 Nov 2006 19:33:35 -0000 blackend 2006-11-15 19:31:57 UTC FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: Typo fixing. Revision Changes Path 1.33 +25 -25 doc/fr_FR.ISO8859-1/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Nov 15 19:40:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B45816A416; Wed, 15 Nov 2006 19:40:24 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C83943D7C; Wed, 15 Nov 2006 19:40:11 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFJeBZg054328; Wed, 15 Nov 2006 19:40:11 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFJeAdc054325; Wed, 15 Nov 2006 19:40:10 GMT (envelope-from miwi) Message-Id: <200611151940.kAFJeAdc054325@repoman.freebsd.org> From: Martin Wilke Date: Wed, 15 Nov 2006 19:40: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/spamass-milter/files extra-patch-addauth X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Nov 2006 19:40:24 -0000 miwi 2006-11-15 19:40:10 UTC FreeBSD ports repository Added files: mail/spamass-milter/files extra-patch-addauth Log: - add patch to skip spam checks on SMTP authenticated users by setting WITH_ADDAUTH_PATCH environment variable at build time - thanks to Steve Watt for providing the patch - bump PORTREVISION PR: ports/105571 Submitted by: Thomas Abthorpe (maintainer) Revision Changes Path 1.1 +77 -0 ports/mail/spamass-milter/files/extra-patch-addauth (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 15 19:43:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F2D116A47C; Wed, 15 Nov 2006 19:43:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB6A243D9C; Wed, 15 Nov 2006 19:42:33 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFJgJ44055045; Wed, 15 Nov 2006 19:42:19 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFJgJ95055044; Wed, 15 Nov 2006 19:42:19 GMT (envelope-from miwi) Message-Id: <200611151942.kAFJgJ95055044@repoman.freebsd.org> From: Martin Wilke Date: Wed, 15 Nov 2006 19:42: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/mail/spamass-milter 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, 15 Nov 2006 19:43:23 -0000 miwi 2006-11-15 19:42:19 UTC FreeBSD ports repository Modified files: mail/spamass-milter Makefile Log: - Forgot the Port BUMP. Revision Changes Path 1.23 +12 -1 ports/mail/spamass-milter/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 15 19:44:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5828E16A500; Wed, 15 Nov 2006 19:44:16 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 303C343D8C; Wed, 15 Nov 2006 19:44:07 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFJi5t1055174; Wed, 15 Nov 2006 19:44:05 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFJi5K6055173; Wed, 15 Nov 2006 19:44:05 GMT (envelope-from miwi) Message-Id: <200611151944.kAFJi5K6055173@repoman.freebsd.org> From: Martin Wilke Date: Wed, 15 Nov 2006 19:44: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/sysutils/dvdisaster 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, 15 Nov 2006 19:44:16 -0000 miwi 2006-11-15 19:44:04 UTC FreeBSD ports repository Modified files: sysutils/dvdisaster Makefile distinfo pkg-plist Log: - Update to 0.70.2 PR: ports/105489 Submitted by: miwi Approved by: maintainer Revision Changes Path 1.2 +2 -2 ports/sysutils/dvdisaster/Makefile 1.2 +3 -3 ports/sysutils/dvdisaster/distinfo 1.2 +241 -241 ports/sysutils/dvdisaster/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 15 19:46:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 590A016A416; Wed, 15 Nov 2006 19:46:20 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F52743D72; Wed, 15 Nov 2006 19:46:14 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFJkEeM055409; Wed, 15 Nov 2006 19:46:14 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFJkEgb055408; Wed, 15 Nov 2006 19:46:14 GMT (envelope-from miwi) Message-Id: <200611151946.kAFJkEgb055408@repoman.freebsd.org> From: Martin Wilke Date: Wed, 15 Nov 2006 19:46: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/www/dotproject 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, 15 Nov 2006 19:46:20 -0000 miwi 2006-11-15 19:46:14 UTC FreeBSD ports repository Modified files: www/dotproject Makefile Log: - add php zlib support PR: ports/105521 Submitted by: farrokhi@ Approved by: maintainer Revision Changes Path 1.6 +1 -1 ports/www/dotproject/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 15 19:48:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 634B416A49E; Wed, 15 Nov 2006 19:48:30 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9B4743D8F; Wed, 15 Nov 2006 19:48:27 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFJmRKt055616; Wed, 15 Nov 2006 19:48:27 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFJmRup055614; Wed, 15 Nov 2006 19:48:27 GMT (envelope-from miwi) Message-Id: <200611151948.kAFJmRup055614@repoman.freebsd.org> From: Martin Wilke Date: Wed, 15 Nov 2006 19:48: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/deskutils/gdesklets Makefile distinfo pkg-descr pkg-message pkg-plist ports/deskutils/gdesklets/files patch-data::Makefile.in patch-main::__init__.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: Wed, 15 Nov 2006 19:48:30 -0000 miwi 2006-11-15 19:48:26 UTC FreeBSD ports repository Modified files: deskutils/gdesklets Makefile distinfo pkg-descr pkg-message pkg-plist deskutils/gdesklets/files patch-data::Makefile.in patch-main::__init__.py Log: - Update to 0.35.4 PR: ports/105522 Submitted by: Franz Klammer (maintainer) Revision Changes Path 1.49 +5 -4 ports/deskutils/gdesklets/Makefile 1.23 +3 -3 ports/deskutils/gdesklets/distinfo 1.7 +5 -5 ports/deskutils/gdesklets/files/patch-data::Makefile.in 1.3 +7 -7 ports/deskutils/gdesklets/files/patch-main::__init__.py 1.2 +1 -1 ports/deskutils/gdesklets/pkg-descr 1.4 +1 -1 ports/deskutils/gdesklets/pkg-message 1.23 +11 -1 ports/deskutils/gdesklets/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 15 19:51:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90DCC16A416; Wed, 15 Nov 2006 19:51:09 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3EB443D5F; Wed, 15 Nov 2006 19:51:08 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFJp8rn055928; Wed, 15 Nov 2006 19:51:08 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFJp8vM055927; Wed, 15 Nov 2006 19:51:08 GMT (envelope-from miwi) Message-Id: <200611151951.kAFJp8vM055927@repoman.freebsd.org> From: Martin Wilke Date: Wed, 15 Nov 2006 19:51: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/math/simd-viterbi Makefile ports/math/simd-viterbi/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, 15 Nov 2006 19:51:09 -0000 miwi 2006-11-15 19:51:08 UTC FreeBSD ports repository Modified files: math/simd-viterbi Makefile math/simd-viterbi/files patch-makefile.in Log: - Fixed shard library - Bump PORTREVISION - INSTALLS_SHLIB => USE_LDCONFIG PR: ports/105525 Submitted by: Thomas Sandford (maintainer) Revision Changes Path 1.3 +3 -2 ports/math/simd-viterbi/Makefile 1.2 +52 -9 ports/math/simd-viterbi/files/patch-makefile.in From owner-cvs-all@FreeBSD.ORG Wed Nov 15 19:53:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 145DA16A40F; Wed, 15 Nov 2006 19:53:50 +0000 (UTC) (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 BF79C43D49; Wed, 15 Nov 2006 19:53:49 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFJrngV056276; Wed, 15 Nov 2006 19:53:49 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFJrnuQ056275; Wed, 15 Nov 2006 19:53:49 GMT (envelope-from jhb) Message-Id: <200611151953.kAFJrnuQ056275@repoman.freebsd.org> From: John Baldwin Date: Wed, 15 Nov 2006 19:53: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/amd64/amd64 db_trace.c machdep.c src/sys/amd64/include reg.h src/sys/i386/i386 db_trace.c machdep.c src/sys/i386/include reg.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, 15 Nov 2006 19:53:50 -0000 jhb 2006-11-15 19:53:49 UTC FreeBSD src repository Modified files: sys/amd64/amd64 db_trace.c machdep.c sys/amd64/include reg.h sys/i386/i386 db_trace.c machdep.c sys/i386/include reg.h Log: Various whitespace and style fixes. Revision Changes Path 1.77 +35 -36 src/sys/amd64/amd64/db_trace.c 1.661 +2 -3 src/sys/amd64/amd64/machdep.c 1.36 +7 -5 src/sys/amd64/include/reg.h 1.76 +35 -36 src/sys/i386/i386/db_trace.c 1.641 +2 -3 src/sys/i386/i386/machdep.c 1.32 +5 -5 src/sys/i386/include/reg.h From owner-cvs-all@FreeBSD.ORG Wed Nov 15 19:57:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A28116A492; Wed, 15 Nov 2006 19:57:54 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E26B343D5C; Wed, 15 Nov 2006 19:57:53 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFJvrY7056520; Wed, 15 Nov 2006 19:57:53 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFJvr7V056519; Wed, 15 Nov 2006 19:57:53 GMT (envelope-from miwi) Message-Id: <200611151957.kAFJvr7V056519@repoman.freebsd.org> From: Martin Wilke Date: Wed, 15 Nov 2006 19:57: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/p5-Rose-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: Wed, 15 Nov 2006 19:57:54 -0000 miwi 2006-11-15 19:57:52 UTC FreeBSD ports repository Modified files: devel/p5-Rose-Object Makefile distinfo Log: - Update to 0.821 PR: ports/105528 Submitted by: hideo (maintainer) Revision Changes Path 1.4 +1 -1 ports/devel/p5-Rose-Object/Makefile 1.4 +3 -3 ports/devel/p5-Rose-Object/distinfo From owner-cvs-all@FreeBSD.ORG Wed Nov 15 19:59:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F48A16A407; Wed, 15 Nov 2006 19:59:12 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 750C443D5F; Wed, 15 Nov 2006 19:59:10 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFJxANs056600; Wed, 15 Nov 2006 19:59:10 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFJxAWe056599; Wed, 15 Nov 2006 19:59:10 GMT (envelope-from miwi) Message-Id: <200611151959.kAFJxAWe056599@repoman.freebsd.org> From: Martin Wilke Date: Wed, 15 Nov 2006 19:59: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/www/fluxcms 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, 15 Nov 2006 19:59:12 -0000 miwi 2006-11-15 19:59:10 UTC FreeBSD ports repository Modified files: www/fluxcms Makefile distinfo pkg-plist Log: - Update to 1.5.0 PR: ports/105530 Submitted by: Beat Gaetzi (maintainer) Revision Changes Path 1.9 +2 -1 ports/www/fluxcms/Makefile 1.3 +3 -3 ports/www/fluxcms/distinfo 1.3 +144 -99 ports/www/fluxcms/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 15 20:02:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FC7B16A412; Wed, 15 Nov 2006 20:02:28 +0000 (UTC) (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 D43C943D69; Wed, 15 Nov 2006 20:02:22 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFK2MWY057346; Wed, 15 Nov 2006 20:02:22 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFK2MIs057345; Wed, 15 Nov 2006 20:02:22 GMT (envelope-from jhb) Message-Id: <200611152002.kAFK2MIs057345@repoman.freebsd.org> From: John Baldwin Date: Wed, 15 Nov 2006 20:02: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 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: Wed, 15 Nov 2006 20:02:28 -0000 jhb 2006-11-15 20:02:21 UTC FreeBSD src repository Modified files: . UPDATING Log: Add a note about the MSI support with details on how to turn MSI off if things break. Revision Changes Path 1.464 +8 -0 src/UPDATING From owner-cvs-all@FreeBSD.ORG Wed Nov 15 20:02:43 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40D1616A4E9 for ; Wed, 15 Nov 2006 20:02:43 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB4D343D6E for ; Wed, 15 Nov 2006 20:02:29 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so231458uge for ; Wed, 15 Nov 2006 12:02:28 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=ifn3jHD/bvuEDbeLcHYfxfsyjRUIKySVJmGrBZOKhR9Yi2TGT7TdRimjROLnaB9OPFmQncFFFc7XddWyc+VkTRVRXENpEnzpwbk7SRwPHclQHu9HfoIBfm2UaMQtPOJNm7i7qrl2TTVclbDy44nbV4IusH8kYZyBt/93fLXBCpY= Received: by 10.78.134.12 with SMTP id h12mr631391hud.1163620948129; Wed, 15 Nov 2006 12:02:28 -0800 (PST) Received: by 10.78.167.16 with HTTP; Wed, 15 Nov 2006 12:02:27 -0800 (PST) Message-ID: Date: Wed, 15 Nov 2006 23:02:27 +0300 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Jeremy Messenger" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200611151018.kAFAIWsA034196@repoman.freebsd.org> X-Google-Sender-Auth: 4f262434215bbbdb Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/x11-wm/fluxbox-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: infofarmer@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, 15 Nov 2006 20:02:43 -0000 On 11/15/06, Jeremy Messenger wrote: > On Wed, 15 Nov 2006 04:18:32 -0600, Andrew Pantyukhin > wrote: > > > sat 2006-11-15 10:18:32 UTC > > > > FreeBSD ports repository > > > > Modified files: > > x11-wm/fluxbox-devel Makefile > > Log: > > - Make package depend on iconv > > # make -V MAINTAINER > mezz@FreeBSD.org > > I don't get any of your email or PR for my approve. > See in the pointyhat log here: Sorry, sorry, sorry, sorry :-) The commit was done in a hurry, among a bunch of other little things, I'm really sorry. Well anyway, it's obvious from the log that there's something wrong: Registering depends: libXft-2.1.7_1 xorg-libraries-6.9.0 fontconfig-2.3.2_6,1 expat-2.0.0_1 libdrm-2.0.2 freetype2-2.2.1_1 pkg-config-0.21. No iconv! That's what the commit message says, kind of. Thanks! From owner-cvs-all@FreeBSD.ORG Wed Nov 15 20:04:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9E4116A407; Wed, 15 Nov 2006 20:04:57 +0000 (UTC) (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 6E2CF43D72; Wed, 15 Nov 2006 20:04:57 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFK4vHA058984; Wed, 15 Nov 2006 20:04:57 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFK4vfe058983; Wed, 15 Nov 2006 20:04:57 GMT (envelope-from jhb) Message-Id: <200611152004.kAFK4vfe058983@repoman.freebsd.org> From: John Baldwin Date: Wed, 15 Nov 2006 20:04: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/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_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: Wed, 15 Nov 2006 20:04:58 -0000 jhb 2006-11-15 20:04:57 UTC FreeBSD src repository Modified files: sys/dev/bce if_bce.c sys/dev/em if_em.c if_em.h sys/dev/mpt mpt.h mpt_pci.c Log: Add MSI support to em(4), bce(4), and mpt(4). For now, we only support devices that support a maximum of 1 message, and we use that 1 message instead of the INTx rid 0 IRQ with the same interrupt handler, etc. Revision Changes Path 1.19 +11 -3 src/sys/dev/bce/if_bce.c 1.164 +11 -2 src/sys/dev/em/if_em.c 1.56 +1 -0 src/sys/dev/em/if_em.h 1.31 +1 -0 src/sys/dev/mpt/mpt.h 1.39 +14 -1 src/sys/dev/mpt/mpt_pci.c From owner-cvs-all@FreeBSD.ORG Wed Nov 15 20:09:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39B5816A40F; Wed, 15 Nov 2006 20:09:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65BBE43D45; Wed, 15 Nov 2006 20:07:53 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFK7mCi059519; Wed, 15 Nov 2006 20:07:48 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFK7m5l059518; Wed, 15 Nov 2006 20:07:48 GMT (envelope-from miwi) Message-Id: <200611152007.kAFK7m5l059518@repoman.freebsd.org> From: Martin Wilke Date: Wed, 15 Nov 2006 20:07: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/bittwist 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, 15 Nov 2006 20:09:15 -0000 miwi 2006-11-15 20:07:47 UTC FreeBSD ports repository Modified files: net/bittwist Makefile distinfo Log: - Update to 0.80 PR: ports/105578 Submitted by: Wesley Shields (maintainer) Revision Changes Path 1.7 +1 -1 ports/net/bittwist/Makefile 1.5 +3 -3 ports/net/bittwist/distinfo From owner-cvs-all@FreeBSD.ORG Wed Nov 15 20:09:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 528D816A527; Wed, 15 Nov 2006 20:09:54 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEEA643E46; Wed, 15 Nov 2006 20:09:08 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFK8sCd059685; Wed, 15 Nov 2006 20:08:54 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFK8sG7059684; Wed, 15 Nov 2006 20:08:54 GMT (envelope-from miwi) Message-Id: <200611152008.kAFK8sG7059684@repoman.freebsd.org> From: Martin Wilke Date: Wed, 15 Nov 2006 20:08: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/monit 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, 15 Nov 2006 20:09:54 -0000 miwi 2006-11-15 20:08:54 UTC FreeBSD ports repository Modified files: sysutils/monit Makefile distinfo Log: - Update to 4.8.2 PR: ports/105547 Submitted by: Martin Pala (maintainer) Revision Changes Path 1.5 +3 -3 ports/sysutils/monit/Makefile 1.5 +3 -3 ports/sysutils/monit/distinfo From owner-cvs-all@FreeBSD.ORG Wed Nov 15 20:10:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 798A716A550; Wed, 15 Nov 2006 20:10:31 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A1E643E0A; Wed, 15 Nov 2006 20:10:13 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFKADQ5059893; Wed, 15 Nov 2006 20:10:13 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFKADRh059890; Wed, 15 Nov 2006 20:10:13 GMT (envelope-from miwi) Message-Id: <200611152010.kAFKADRh059890@repoman.freebsd.org> From: Martin Wilke Date: Wed, 15 Nov 2006 20:10: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/jailctl 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, 15 Nov 2006 20:10:31 -0000 miwi 2006-11-15 20:10:13 UTC FreeBSD ports repository Modified files: sysutils/jailctl Makefile distinfo Log: - Update to 0.80 PR: ports/105543 Submitted by: Eirik Oeverby (maintainer) Revision Changes Path 1.8 +3 -2 ports/sysutils/jailctl/Makefile 1.8 +3 -3 ports/sysutils/jailctl/distinfo From owner-cvs-all@FreeBSD.ORG Wed Nov 15 20:10:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7B1616A57A; Wed, 15 Nov 2006 20:10:32 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81C8043D6E; Wed, 15 Nov 2006 20:10:28 +0000 (GMT) (envelope-from johans@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFKASUQ059995; Wed, 15 Nov 2006 20:10:28 GMT (envelope-from johans@repoman.freebsd.org) Received: (from johans@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFKASYp059994; Wed, 15 Nov 2006 20:10:28 GMT (envelope-from johans) Message-Id: <200611152010.kAFKASYp059994@repoman.freebsd.org> From: Johan van Selst Date: Wed, 15 Nov 2006 20: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/lang/afnix 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, 15 Nov 2006 20:10:32 -0000 johans 2006-11-15 20:10:28 UTC FreeBSD ports repository Modified files: lang/afnix Makefile distinfo pkg-plist Log: - Update to 1.4.1 Revision Changes Path 1.28 +1 -1 ports/lang/afnix/Makefile 1.18 +3 -3 ports/lang/afnix/distinfo 1.11 +87 -35 ports/lang/afnix/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 15 20:18:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A607B16A417; Wed, 15 Nov 2006 20:18:10 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9249C43D7E; Wed, 15 Nov 2006 20:18:09 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFKI9KM061679; Wed, 15 Nov 2006 20:18:09 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFKI9A3061678; Wed, 15 Nov 2006 20:18:09 GMT (envelope-from mjacob) Message-Id: <200611152018.kAFKI9A3061678@repoman.freebsd.org> From: Matt Jacob Date: Wed, 15 Nov 2006 20:18: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/mpt mpt_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: Wed, 15 Nov 2006 20:18:10 -0000 mjacob 2006-11-15 20:18:09 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt_pci.c Log: Turn off MSI until some testing is done. Revision Changes Path 1.40 +2 -0 src/sys/dev/mpt/mpt_pci.c From owner-cvs-all@FreeBSD.ORG Wed Nov 15 20:20:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1970116A407; Wed, 15 Nov 2006 20:20:50 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB31343D53; Wed, 15 Nov 2006 20:20:49 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFKKng0061873; Wed, 15 Nov 2006 20:20:49 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFKKn6b061872; Wed, 15 Nov 2006 20:20:49 GMT (envelope-from bmah) Message-Id: <200611152020.kAFKKn6b061872@repoman.freebsd.org> From: "Bruce A. Mah" Date: Wed, 15 Nov 2006 20:20: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/releases/6.2R schedule.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, 15 Nov 2006 20:20:50 -0000 bmah 2006-11-15 20:20:49 UTC FreeBSD doc repository Modified files: en/releases/6.2R schedule.sgml Log: RELENG_6_2 created. Approved by: re Revision Changes Path 1.17 +2 -2 www/en/releases/6.2R/schedule.sgml From owner-cvs-all@FreeBSD.ORG Wed Nov 15 20:21:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1100D16A403; Wed, 15 Nov 2006 20:21:58 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C35C843D53; Wed, 15 Nov 2006 20:21:57 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFKLvr0062477; Wed, 15 Nov 2006 20:21:57 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFKLvhA062476; Wed, 15 Nov 2006 20:21:57 GMT (envelope-from bmah) Message-Id: <200611152021.kAFKLvhA062476@repoman.freebsd.org> From: "Bruce A. Mah" Date: Wed, 15 Nov 2006 20:21:57 +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/releng 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, 15 Nov 2006 20:21:58 -0000 bmah 2006-11-15 20:21:57 UTC FreeBSD doc repository Modified files: en/releng index.sgml Log: Add RELENG_6_2 to list of branches. Revision Changes Path 1.197 +8 -1 www/en/releng/index.sgml From owner-cvs-all@FreeBSD.ORG Wed Nov 15 20:23:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4957016A412; Wed, 15 Nov 2006 20:23:55 +0000 (UTC) (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 832A143D83; Wed, 15 Nov 2006 20:23:49 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFKNmXX062924; Wed, 15 Nov 2006 20:23:48 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFKNmpV062923; Wed, 15 Nov 2006 20:23:48 GMT (envelope-from erwin) Message-Id: <200611152023.kAFKNmpV062923@repoman.freebsd.org> From: Erwin Lansing Date: Wed, 15 Nov 2006 20:23: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/emulators/hercules Makefile ports/emulators/hercules/files patch-util-dasdlist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Nov 2006 20:23:55 -0000 erwin 2006-11-15 20:23:48 UTC FreeBSD ports repository Modified files: emulators/hercules Makefile Added files: emulators/hercules/files patch-util-dasdlist Log: Fix dasdlist utility PR: 105148 Submitted by: trasz Approved by: bz (maintainer) Revision Changes Path 1.20 +1 -0 ports/emulators/hercules/Makefile 1.1 +36 -0 ports/emulators/hercules/files/patch-util-dasdlist (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 15 20:43:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25AD316A403; Wed, 15 Nov 2006 20:43:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4D0843D6E; Wed, 15 Nov 2006 20:43:41 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFKhfA8066599; Wed, 15 Nov 2006 20:43:41 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFKhfR7066597; Wed, 15 Nov 2006 20:43:41 GMT (envelope-from miwi) Message-Id: <200611152043.kAFKhfR7066597@repoman.freebsd.org> From: Martin Wilke Date: Wed, 15 Nov 2006 20:43: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/emulators/qemu-launcher Makefile distinfo pkg-descr pkg-plist ports/emulators/qemu-launcher/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: Wed, 15 Nov 2006 20:43:44 -0000 miwi 2006-11-15 20:43:41 UTC FreeBSD ports repository Modified files: emulators/qemu-launcher Makefile distinfo pkg-descr pkg-plist Added files: emulators/qemu-launcher/files patch-Makefile Log: - Update to 1.7.2 PR: ports/105540 Submitted by: Wesley Shields (maintainer) Revision Changes Path 1.6 +8 -16 ports/emulators/qemu-launcher/Makefile 1.2 +3 -3 ports/emulators/qemu-launcher/distinfo 1.1 +28 -0 ports/emulators/qemu-launcher/files/patch-Makefile (new) 1.2 +1 -5 ports/emulators/qemu-launcher/pkg-descr 1.2 +24 -5 ports/emulators/qemu-launcher/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 15 20:44:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A28CD16A416; Wed, 15 Nov 2006 20:44:23 +0000 (UTC) (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 B37E243DBF; Wed, 15 Nov 2006 20:44:07 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFKi7EN066714; Wed, 15 Nov 2006 20:44:07 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFKi7Qi066713; Wed, 15 Nov 2006 20:44:07 GMT (envelope-from jhb) Message-Id: <200611152044.kAFKi7Qi066713@repoman.freebsd.org> From: John Baldwin Date: Wed, 15 Nov 2006 20:44: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/kern kern_synch.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, 15 Nov 2006 20:44:23 -0000 jhb 2006-11-15 20:44:07 UTC FreeBSD src repository Modified files: sys/kern kern_synch.c Log: Adjust assertions to allow for magical properties of the 'lbolt' wait channel for tsleep(): - Allow tsleep() on &lbolt without Giant with a timeout 0 since &lbolt has an implied timeout. - If &lbolt is used with msleep() pass NULL to sleepq_add() for the lock object. Unlike other sleepq channels, &lbolt doesn't have an associated owning lock. Revision Changes Path 1.283 +3 -3 src/sys/kern/kern_synch.c From owner-cvs-all@FreeBSD.ORG Wed Nov 15 20:55:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD28316A415; Wed, 15 Nov 2006 20:55:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7071243D5F; Wed, 15 Nov 2006 20:55:23 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFKtNCG078579; Wed, 15 Nov 2006 20:55:23 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFKtNcL078578; Wed, 15 Nov 2006 20:55:23 GMT (envelope-from miwi) Message-Id: <200611152055.kAFKtNcL078578@repoman.freebsd.org> From: Martin Wilke Date: Wed, 15 Nov 2006 20:55: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/x11-wm/wmi 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, 15 Nov 2006 20:55:23 -0000 miwi 2006-11-15 20:55:23 UTC FreeBSD ports repository Modified files: x11-wm/wmi Makefile Log: - Fix MASTER_SITES - Mark for removal in 2 months PR: ports/105583 Submitted by: Wesley Shields (maintainer) Revision Changes Path 1.8 +4 -1 ports/x11-wm/wmi/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 15 20:57:22 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E105F16A417; Wed, 15 Nov 2006 20:57:22 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao01.cox.net (eastrmmtao01.cox.net [68.230.240.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id A92D143D6E; Wed, 15 Nov 2006 20:57:13 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by eastrmmtao01.cox.net (InterMail vM.6.01.06.03 201-2131-130-104-20060516) with ESMTP id <20061115205717.WTUJ17820.eastrmmtao01.cox.net@eastrmimpo01.cox.net>; Wed, 15 Nov 2006 15:57:17 -0500 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo01.cox.net with bizsmtp id n8wW1V00X4iy4EG0000000; Wed, 15 Nov 2006 15:56:31 -0500 Date: Wed, 15 Nov 2006 14:57:52 -0600 To: sat@freebsd.org From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <200611151018.kAFAIWsA034196@repoman.freebsd.org> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: User-Agent: Opera Mail/9.02 (Linux) Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/x11-wm/fluxbox-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: Wed, 15 Nov 2006 20:57:23 -0000 On Wed, 15 Nov 2006 14:02:27 -0600, Andrew Pantyukhin wrote: > On 11/15/06, Jeremy Messenger wrote: >> On Wed, 15 Nov 2006 04:18:32 -0600, Andrew Pantyukhin >> wrote: >> >> > sat 2006-11-15 10:18:32 UTC >> > >> > FreeBSD ports repository >> > >> > Modified files: >> > x11-wm/fluxbox-devel Makefile >> > Log: >> > - Make package depend on iconv >> >> # make -V MAINTAINER >> mezz@FreeBSD.org >> >> I don't get any of your email or PR for my approve. >> See in the pointyhat log here: > > Sorry, sorry, sorry, sorry :-) The commit was done > in a hurry, among a bunch of other little things, > I'm really sorry. np. ;-) > Well anyway, it's obvious from the log that there's > something wrong: > Registering depends: libXft-2.1.7_1 xorg-libraries-6.9.0 > fontconfig-2.3.2_6,1 expat-2.0.0_1 libdrm-2.0.2 freetype2-2.2.1_1 > pkg-config-0.21. > > No iconv! That's what the commit message says, kind > of. I already have committed USE_GETTEXT -> USE_ICONV that is more correct. Thanks for report. Cheers, Mezz > Thanks! -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Wed Nov 15 20:57:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 878CC16A403; Wed, 15 Nov 2006 20:57:27 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 446B843D62; Wed, 15 Nov 2006 20:57:27 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFKvRJu078678; Wed, 15 Nov 2006 20:57:27 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFKvRTt078677; Wed, 15 Nov 2006 20:57:27 GMT (envelope-from miwi) Message-Id: <200611152057.kAFKvRTt078677@repoman.freebsd.org> From: Martin Wilke Date: Wed, 15 Nov 2006 20:57: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/eyeos 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, 15 Nov 2006 20:57:27 -0000 miwi 2006-11-15 20:57:27 UTC FreeBSD ports repository Modified files: www/eyeos Makefile distinfo Log: - Update to 0.9.3.2a PR: ports/105566 Submitted by: nivit@email.it (Nicola Vitale) (maintainer) Revision Changes Path 1.15 +1 -0 ports/www/eyeos/Makefile 1.14 +3 -3 ports/www/eyeos/distinfo From owner-cvs-all@FreeBSD.ORG Wed Nov 15 21:03:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D492216A492; Wed, 15 Nov 2006 21:03:10 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 879CC43D53; Wed, 15 Nov 2006 21:03:10 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFL3A7H080900; Wed, 15 Nov 2006 21:03:10 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFL3AcK080899; Wed, 15 Nov 2006 21:03:10 GMT (envelope-from miwi) Message-Id: <200611152103.kAFL3AcK080899@repoman.freebsd.org> From: Martin Wilke Date: Wed, 15 Nov 2006 21: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: ports/audio/festvox-tll 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, 15 Nov 2006 21:03:10 -0000 miwi 2006-11-15 21:03:10 UTC FreeBSD ports repository Modified files: audio/festvox-tll pkg-plist Log: - Fix pkg-plist PR: ports/105559 Submitted by: trasz Revision Changes Path 1.3 +1 -0 ports/audio/festvox-tll/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 15 21:04:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD67716A407; Wed, 15 Nov 2006 21:04:53 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D80543D4C; Wed, 15 Nov 2006 21:04:53 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFL4rkB081231; Wed, 15 Nov 2006 21:04:53 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFL4rak081229; Wed, 15 Nov 2006 21:04:53 GMT (envelope-from miwi) Message-Id: <200611152104.kAFL4rak081229@repoman.freebsd.org> From: Martin Wilke Date: Wed, 15 Nov 2006 21:04: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/audio/festvox-mwm 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, 15 Nov 2006 21:04:53 -0000 miwi 2006-11-15 21:04:53 UTC FreeBSD ports repository Modified files: audio/festvox-mwm pkg-plist Log: - Fix pkg-pkist PR: ports/105555 Submitted by: trasz Revision Changes Path 1.3 +1 -0 ports/audio/festvox-mwm/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 15 21:06:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B86F16A47B; Wed, 15 Nov 2006 21:06:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C97CE43D46; Wed, 15 Nov 2006 21:06:34 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFL6YL3081487; Wed, 15 Nov 2006 21:06:34 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFL6Ynl081486; Wed, 15 Nov 2006 21:06:34 GMT (envelope-from miwi) Message-Id: <200611152106.kAFL6Ynl081486@repoman.freebsd.org> From: Martin Wilke Date: Wed, 15 Nov 2006 21:06: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/audio/festvox-ogirab 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, 15 Nov 2006 21:06:35 -0000 miwi 2006-11-15 21:06:34 UTC FreeBSD ports repository Modified files: audio/festvox-ogirab pkg-plist Log: - Fix pkg-plist PR: ports/105553 Submitted by: trasz Revision Changes Path 1.3 +1 -0 ports/audio/festvox-ogirab/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 15 21:12:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAC3E16A415; Wed, 15 Nov 2006 21:12:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A0D243D5C; Wed, 15 Nov 2006 21:12:47 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFLClkw082514; Wed, 15 Nov 2006 21:12:47 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFLClgF082513; Wed, 15 Nov 2006 21:12:47 GMT (envelope-from miwi) Message-Id: <200611152112.kAFLClgF082513@repoman.freebsd.org> From: Martin Wilke Date: Wed, 15 Nov 2006 21:12: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/audio/festvox-hvs 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, 15 Nov 2006 21:12:47 -0000 miwi 2006-11-15 21:12:47 UTC FreeBSD ports repository Modified files: audio/festvox-hvs pkg-plist Log: - Fix pkg-plist PR: port/105553 Submitted by: trasz Revision Changes Path 1.3 +1 -0 ports/audio/festvox-hvs/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 15 21:22:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2C7516A4F4; Wed, 15 Nov 2006 21:22:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75E4143F57; Wed, 15 Nov 2006 21:20:46 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFLKHSg083263; Wed, 15 Nov 2006 21:20:17 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFLKHnX083262; Wed, 15 Nov 2006 21:20:17 GMT (envelope-from miwi) Message-Id: <200611152120.kAFLKHnX083262@repoman.freebsd.org> From: Martin Wilke Date: Wed, 15 Nov 2006 21:20: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 Makefile ports/graphics/gle-graphics Makefile distinfo pkg-descr pkg-plist ports/graphics/gle-graphics/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, 15 Nov 2006 21:22:27 -0000 miwi 2006-11-15 21:20:16 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/gle-graphics Makefile distinfo pkg-descr pkg-plist graphics/gle-graphics/files patch-configure Log: GLE is a graphics language that produces PostScript, EPS, PDF, PNG, or JPG ouput from a simple script file. GLE is a full featured scripting language that includes variables, subroutines, logic control, looping, a graphing tool, and more to produce high quality output. It has a full range of facilities for producing publication-quality graphs, diagrams, posters and slides. GLE provides LaTeX quality fonts together with a flexible graphics module, which allows the user to specify any feature of a graph (down to the line width of the subticks, for example). WWW: http://www.gle-graphics.org/ PR: ports/105433 Submitted by: Nicola Vitale Revision Changes Path 1.1005 +1 -0 ports/graphics/Makefile 1.1 +61 -0 ports/graphics/gle-graphics/Makefile (new) 1.1 +3 -0 ports/graphics/gle-graphics/distinfo (new) 1.1 +15 -0 ports/graphics/gle-graphics/files/patch-configure (new) 1.1 +12 -0 ports/graphics/gle-graphics/pkg-descr (new) 1.1 +127 -0 ports/graphics/gle-graphics/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 15 21:22:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6B3B16A512; Wed, 15 Nov 2006 21:22:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 533D343F65; Wed, 15 Nov 2006 21:20:56 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFLKdf2083335; Wed, 15 Nov 2006 21:20:39 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFLKdnX083334; Wed, 15 Nov 2006 21:20:39 GMT (envelope-from miwi) Message-Id: <200611152120.kAFLKdnX083334@repoman.freebsd.org> From: Martin Wilke Date: Wed, 15 Nov 2006 21:20: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: Wed, 15 Nov 2006 21:22:27 -0000 miwi 2006-11-15 21:20:39 UTC FreeBSD ports repository Modified files: . modules Log: gle-graphics --> ports/graphics/gle-graphics Revision Changes Path 1.16613 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Nov 15 21:22:38 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFF3E16A54D; Wed, 15 Nov 2006 21:22:37 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51E9243D5A; Wed, 15 Nov 2006 21:22:28 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id kAFLMGMP034454; Wed, 15 Nov 2006 16:22:22 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Matt Jacob Date: Wed, 15 Nov 2006 16:17:22 -0500 User-Agent: KMail/1.9.1 References: <200611152018.kAFKI9A3061678@repoman.freebsd.org> In-Reply-To: <200611152018.kAFKI9A3061678@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611151617.23125.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Wed, 15 Nov 2006 16:22:22 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2197/Wed Nov 15 15:23:52 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/mpt mpt_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: Wed, 15 Nov 2006 21:22:38 -0000 On Wednesday 15 November 2006 15:18, Matt Jacob wrote: > mjacob 2006-11-15 20:18:09 UTC > > FreeBSD src repository > > Modified files: > sys/dev/mpt mpt_pci.c > Log: > Turn off MSI until some testing is done. > > Revision Changes Path > 1.40 +2 -0 src/sys/dev/mpt/mpt_pci.c Works great here on the box I tested it on with both MSI and MSI-X, so it wasn't untested. -- John Baldwin From owner-cvs-all@FreeBSD.ORG Wed Nov 15 21:23:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E6AA16A4E6; Wed, 15 Nov 2006 21:23:28 +0000 (UTC) (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 75FE243D5E; Wed, 15 Nov 2006 21:23:22 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFLNLl8084311; Wed, 15 Nov 2006 21:23:21 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFLNLn7084310; Wed, 15 Nov 2006 21:23:21 GMT (envelope-from kensmith) Message-Id: <200611152123.kAFLNLn7084310@repoman.freebsd.org> From: Ken Smith Date: Wed, 15 Nov 2006 21:23:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Nov 2006 21:23:28 -0000 kensmith 2006-11-15 21:23:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) . Makefile.inc1 Log: Adjust the branch tag used for 'make update'. Approved by: re (implicit) Revision Changes Path 1.499.2.14.2.1 +1 -1 src/Makefile.inc1 From owner-cvs-all@FreeBSD.ORG Wed Nov 15 21:23:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E958716A65D; Wed, 15 Nov 2006 21:23:53 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5716C43D5C; Wed, 15 Nov 2006 21:23:53 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFLNrL4084500; Wed, 15 Nov 2006 21:23:53 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFLNrWR084498; Wed, 15 Nov 2006 21:23:53 GMT (envelope-from miwi) Message-Id: <200611152123.kAFLNrWR084498@repoman.freebsd.org> From: Martin Wilke Date: Wed, 15 Nov 2006 21:23: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/dns Makefile ports/dns/opendd Makefile distinfo pkg-descr ports/dns/opendd/files opendd.in 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: Wed, 15 Nov 2006 21:23:54 -0000 miwi 2006-11-15 21:23:52 UTC FreeBSD ports repository Modified files: dns Makefile Added files: dns/opendd Makefile distinfo pkg-descr dns/opendd/files opendd.in patch-Makefile Log: OpenDD is a DynDNS client, written in C, and especially designed for small gateway machines, like a Soekris box. Its main feature is that it does not require any Perl or Python interpreter. It supports HTTPS, can send a mail report, and can run as daemon. It is also very easy to deploy. WWW: http://www.bsdmon.com/wakka/OpenDD PR: ports/105434 Submitted by: Alexander Logvinov Revision Changes Path 1.70 +1 -0 ports/dns/Makefile 1.1 +74 -0 ports/dns/opendd/Makefile (new) 1.1 +3 -0 ports/dns/opendd/distinfo (new) 1.1 +36 -0 ports/dns/opendd/files/opendd.in (new) 1.1 +11 -0 ports/dns/opendd/files/patch-Makefile (new) 1.1 +7 -0 ports/dns/opendd/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 15 21:24:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1912B16A690; Wed, 15 Nov 2006 21:24:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB63E43D46; Wed, 15 Nov 2006 21:24:14 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFLOErr084584; Wed, 15 Nov 2006 21:24:14 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFLOER7084583; Wed, 15 Nov 2006 21:24:14 GMT (envelope-from miwi) Message-Id: <200611152124.kAFLOER7084583@repoman.freebsd.org> From: Martin Wilke Date: Wed, 15 Nov 2006 21:24: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: Wed, 15 Nov 2006 21:24:15 -0000 miwi 2006-11-15 21:24:14 UTC FreeBSD ports repository Modified files: . modules Log: opendd --> ports/dns/opendd Revision Changes Path 1.16614 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Nov 15 21:30:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7831616A403; Wed, 15 Nov 2006 21:30:13 +0000 (UTC) (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 C518043D5C; Wed, 15 Nov 2006 21:30:10 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFLUAO7085007; Wed, 15 Nov 2006 21:30:10 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFLUAMu085005; Wed, 15 Nov 2006 21:30:10 GMT (envelope-from kensmith) Message-Id: <200611152130.kAFLUAMu085005@repoman.freebsd.org> From: Ken Smith Date: Wed, 15 Nov 2006 21:30:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/release/doc/share/examples Makefile.relnotesng X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Nov 2006 21:30:13 -0000 kensmith 2006-11-15 21:30:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) release/doc/share/examples Makefile.relnotesng Log: Update for this being the 6.2-RELEASE branch. Approved by: re (implicit) Revision Changes Path 1.11.2.1.6.1 +1 -1 src/release/doc/share/examples/Makefile.relnotesng From owner-cvs-all@FreeBSD.ORG Wed Nov 15 21:33:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A27EC16A403; Wed, 15 Nov 2006 21:33:28 +0000 (UTC) (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 91EF543D45; Wed, 15 Nov 2006 21:33:25 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFLXPqT086127; Wed, 15 Nov 2006 21:33:25 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFLXP0g086125; Wed, 15 Nov 2006 21:33:25 GMT (envelope-from kensmith) Message-Id: <200611152133.kAFLXP0g086125@repoman.freebsd.org> From: Ken Smith Date: Wed, 15 Nov 2006 21:33:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/release/doc/share/sgml release.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: Wed, 15 Nov 2006 21:33:28 -0000 kensmith 2006-11-15 21:33:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) release/doc/share/sgml release.ent Log: Updates for this being the 6.2-RELEASE branch. Approved by: re (implicit) Revision Changes Path 1.24.2.5.2.1 +3 -3 src/release/doc/share/sgml/release.ent From owner-cvs-all@FreeBSD.ORG Wed Nov 15 21:33:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEB8D16A40F; Wed, 15 Nov 2006 21:33:51 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C19143D5E; Wed, 15 Nov 2006 21:33:51 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFLXpeC086326; Wed, 15 Nov 2006 21:33:51 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFLXpPI086325; Wed, 15 Nov 2006 21:33:51 GMT (envelope-from miwi) Message-Id: <200611152133.kAFLXpPI086325@repoman.freebsd.org> From: Martin Wilke Date: Wed, 15 Nov 2006 21:33: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/security Makefile ports/security/sguil-client Makefile distinfo pkg-descr pkg-plist ports/security/sguil-client/files patch-sguil.conf patch-sguil.tk 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: Wed, 15 Nov 2006 21:33:51 -0000 miwi 2006-11-15 21:33:51 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/sguil-client Makefile distinfo pkg-descr pkg-plist security/sguil-client/files patch-sguil.conf patch-sguil.tk pkg-message.in Log: Sguil (pronounced "sgweel") is a graphical interface to snort, an open source intrusion detection system. The actual interface and GUI server are written in tcl/tk. Sguil also relies on other open source software in order to function properly. The client requires gpg, iwidgets and other tcl packages and may also use wireshark, festival and tls depending on your selection of options. Run "make config" in the port to see what options are available. Sguil currently functions as an analysis interface and has no snort sensor or rule management capabilities. WWW: http://sguil.sourceforge.net/index.php pauls@utdallas.edu PR: ports/105496 Submitted by: Paul Schmehl Revision Changes Path 1.835 +1 -0 ports/security/Makefile 1.1 +110 -0 ports/security/sguil-client/Makefile (new) 1.1 +3 -0 ports/security/sguil-client/distinfo (new) 1.1 +35 -0 ports/security/sguil-client/files/patch-sguil.conf (new) 1.1 +11 -0 ports/security/sguil-client/files/patch-sguil.tk (new) 1.1 +14 -0 ports/security/sguil-client/files/pkg-message.in (new) 1.1 +16 -0 ports/security/sguil-client/pkg-descr (new) 1.1 +63 -0 ports/security/sguil-client/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 15 21:34:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C40E516A4EF; Wed, 15 Nov 2006 21:34:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D06343D45; Wed, 15 Nov 2006 21:34:14 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFLYE6C086498; Wed, 15 Nov 2006 21:34:14 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFLYEqL086497; Wed, 15 Nov 2006 21:34:14 GMT (envelope-from miwi) Message-Id: <200611152134.kAFLYEqL086497@repoman.freebsd.org> From: Martin Wilke Date: Wed, 15 Nov 2006 21:34: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: Wed, 15 Nov 2006 21:34:14 -0000 miwi 2006-11-15 21:34:14 UTC FreeBSD ports repository Modified files: . modules Log: sguil-client --> ports/security/sguil-client Revision Changes Path 1.16615 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Nov 15 21:34:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44D5816A76A; Wed, 15 Nov 2006 21:34:58 +0000 (UTC) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3D2943D62; Wed, 15 Nov 2006 21:34:57 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFLYv59086570; Wed, 15 Nov 2006 21:34:57 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFLYvGl086569; Wed, 15 Nov 2006 21:34:57 GMT (envelope-from anholt) Message-Id: <200611152134.kAFLYvGl086569@repoman.freebsd.org> From: Eric Anholt Date: Wed, 15 Nov 2006 21: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: ports/www/swfdec-plugin Makefile distinfo pkg-plist ports/www/swfdec-plugin/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, 15 Nov 2006 21:34:58 -0000 anholt 2006-11-15 21:34:57 UTC FreeBSD ports repository Modified files: www/swfdec-plugin Makefile distinfo pkg-plist www/swfdec-plugin/files patch-Makefile.in Log: Update to 0.3.6, which is compiling fine, and working a bit better. Revision Changes Path 1.14 +1 -6 ports/www/swfdec-plugin/Makefile 1.3 +3 -3 ports/www/swfdec-plugin/distinfo 1.2 +4 -4 ports/www/swfdec-plugin/files/patch-Makefile.in 1.3 +2 -0 ports/www/swfdec-plugin/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 15 21:35:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73D4916A403; Wed, 15 Nov 2006 21:35:51 +0000 (UTC) (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 2CAD043D6E; Wed, 15 Nov 2006 21:35:51 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFLZpMV086669; Wed, 15 Nov 2006 21:35:51 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFLZpJ0086668; Wed, 15 Nov 2006 21:35:51 GMT (envelope-from kensmith) Message-Id: <200611152135.kAFLZpJ0086668@repoman.freebsd.org> From: Ken Smith Date: Wed, 15 Nov 2006 21:35:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/share/examples/cvsup standard-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, 15 Nov 2006 21:35:51 -0000 kensmith 2006-11-15 21:35:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) share/examples/cvsup standard-supfile Log: Update the branch tag cvsup will use. Approved by: re (implicit) Revision Changes Path 1.23.4.2.4.1 +1 -1 src/share/examples/cvsup/standard-supfile From owner-cvs-all@FreeBSD.ORG Wed Nov 15 21:37:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F48F16A403; Wed, 15 Nov 2006 21:37:52 +0000 (UTC) (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 23BD943D53; Wed, 15 Nov 2006 21:37:52 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFLbqPV086755; Wed, 15 Nov 2006 21:37:52 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFLbpJp086754; Wed, 15 Nov 2006 21:37:51 GMT (envelope-from kensmith) Message-Id: <200611152137.kAFLbpJp086754@repoman.freebsd.org> From: Ken Smith Date: Wed, 15 Nov 2006 21:37:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/sys/sys param.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, 15 Nov 2006 21:37:52 -0000 kensmith 2006-11-15 21:37:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) sys/sys param.h Log: Adjust __FreeBSD_version for this being a release branch. Approved by: re (implicit) Revision Changes Path 1.244.2.17.2.1 +1 -1 src/sys/sys/param.h From owner-cvs-all@FreeBSD.ORG Wed Nov 15 21:40:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 838D516A403; Wed, 15 Nov 2006 21:40:07 +0000 (UTC) (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 E9B6D43D73; Wed, 15 Nov 2006 21:40:06 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFLe6Y9086856; Wed, 15 Nov 2006 21:40:06 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFLe6kP086854; Wed, 15 Nov 2006 21:40:06 GMT (envelope-from kensmith) Message-Id: <200611152140.kAFLe6kP086854@repoman.freebsd.org> From: Ken Smith Date: Wed, 15 Nov 2006 21:40:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/sys/conf newvers.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: Wed, 15 Nov 2006 21:40:07 -0000 kensmith 2006-11-15 21:40:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) sys/conf newvers.sh Log: Get ready for RC1 builds. Approved by: re (implicit) Revision Changes Path 1.69.2.13.2.1 +1 -1 src/sys/conf/newvers.sh From owner-cvs-all@FreeBSD.ORG Wed Nov 15 21:42:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D13DE16A47B; Wed, 15 Nov 2006 21:42:00 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7026B43D66; Wed, 15 Nov 2006 21:42:00 +0000 (GMT) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFLg0uC087641; Wed, 15 Nov 2006 21:42:00 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFLg0jM087639; Wed, 15 Nov 2006 21:42:00 GMT (envelope-from jb) Message-Id: <200611152142.kAFLg0jM087639@repoman.freebsd.org> From: John Birrell Date: Wed, 15 Nov 2006 21:42: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/sys/dev/mpt mpt_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: Wed, 15 Nov 2006 21:42:00 -0000 jb 2006-11-15 21:42:00 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt_pci.c Log: Get the parent dma tag if one exists. This is required on sun4v. Other arches will default to NULL if they have no parent. Reviewed by: mjacob Revision Changes Path 1.41 +2 -2 src/sys/dev/mpt/mpt_pci.c From owner-cvs-all@FreeBSD.ORG Wed Nov 15 21:46:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01A6216A407; Wed, 15 Nov 2006 21:46:41 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3A7843D8F; Wed, 15 Nov 2006 21:46:37 +0000 (GMT) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFLkbcJ088402; Wed, 15 Nov 2006 21:46:37 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFLkbMj088401; Wed, 15 Nov 2006 21:46:37 GMT (envelope-from jb) Message-Id: <200611152146.kAFLkbMj088401@repoman.freebsd.org> From: John Birrell Date: Wed, 15 Nov 2006 21:46: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/sys/dev/mpt mpt.c mpt_cam.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, 15 Nov 2006 21:46:41 -0000 jb 2006-11-15 21:46:37 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt.c mpt_cam.c Log: Add big endian support. Submitted by: scottl Reviewed by: mjacob Revision Changes Path 1.36 +23 -14 src/sys/dev/mpt/mpt.c 1.38 +62 -47 src/sys/dev/mpt/mpt_cam.c From owner-cvs-all@FreeBSD.ORG Wed Nov 15 21:47:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0DAD16A4A0; Wed, 15 Nov 2006 21:47:23 +0000 (UTC) (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 6424943D67; Wed, 15 Nov 2006 21:47:19 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFLlJYv088456; Wed, 15 Nov 2006 21:47:19 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFLlJ6p088455; Wed, 15 Nov 2006 21:47:19 GMT (envelope-from jylefort) Message-Id: <200611152147.kAFLlJ6p088455@repoman.freebsd.org> From: Jean-Yves Lefort Date: Wed, 15 Nov 2006 21:47: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 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, 15 Nov 2006 21:47:24 -0000 jylefort 2006-11-15 21:47:19 UTC FreeBSD ports repository Modified files: deskutils/notification-daemon pkg-plist Log: Fix the packing list Revision Changes Path 1.8 +1 -0 ports/deskutils/notification-daemon/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 15 21:48:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58DA516A40F; Wed, 15 Nov 2006 21:48:49 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 980B243D8C; Wed, 15 Nov 2006 21:48:47 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFLmlcY088597; Wed, 15 Nov 2006 21:48:47 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFLmlQX088596; Wed, 15 Nov 2006 21:48:47 GMT (envelope-from miwi) Message-Id: <200611152148.kAFLmlQX088596@repoman.freebsd.org> From: Martin Wilke Date: Wed, 15 Nov 2006 21:48: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/print/gv Makefile distinfo ports/print/gv/files patch-doc__gv.texi patch-src::file.c patch-src::main.c patch-src::ps.c patch-src::resource.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, 15 Nov 2006 21:48:49 -0000 miwi 2006-11-15 21:48:47 UTC FreeBSD ports repository Modified files: print/gv Makefile distinfo Added files: print/gv/files patch-doc__gv.texi Removed files: print/gv/files patch-src::file.c patch-src::main.c patch-src::ps.c patch-src::resource.c Log: - Update to 3.6.2 PR: ports/105034 Submitted by: KATO Tsuguru Approved by: maintainer timeout Revision Changes Path 1.49 +4 -7 ports/print/gv/Makefile 1.16 +3 -3 ports/print/gv/distinfo 1.1 +11 -0 ports/print/gv/files/patch-doc__gv.texi (new) 1.2 +0 -13 ports/print/gv/files/patch-src::file.c (dead) 1.2 +0 -20 ports/print/gv/files/patch-src::main.c (dead) 1.2 +0 -22 ports/print/gv/files/patch-src::ps.c (dead) 1.2 +0 -20 ports/print/gv/files/patch-src::resource.c (dead) From owner-cvs-all@FreeBSD.ORG Wed Nov 15 21:49:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F01ED16A5D6; Wed, 15 Nov 2006 21:49:45 +0000 (UTC) (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 28FEC43DA1; Wed, 15 Nov 2006 21:49:19 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFLnJJB088656; Wed, 15 Nov 2006 21:49:19 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFLnJBu088653; Wed, 15 Nov 2006 21:49:19 GMT (envelope-from barner) Message-Id: <200611152149.kAFLnJBu088653@repoman.freebsd.org> From: Simon Barner Date: Wed, 15 Nov 2006 21:49: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/devel/py-elementtree 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, 15 Nov 2006 21:49:46 -0000 barner 2006-11-15 21:49:19 UTC FreeBSD ports repository Modified files: devel/py-elementtree Makefile distinfo pkg-plist Log: Update to 1.2.6 Requested by: Josh Paetzel Revision Changes Path 1.2 +2 -2 ports/devel/py-elementtree/Makefile 1.3 +3 -3 ports/devel/py-elementtree/distinfo 1.2 +0 -1 ports/devel/py-elementtree/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 15 21:50:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE13A16A49E; Wed, 15 Nov 2006 21:50:07 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A551C43DB9; Wed, 15 Nov 2006 21:49:58 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFLnwY8088716; Wed, 15 Nov 2006 21:49:58 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFLnwvu088715; Wed, 15 Nov 2006 21:49:58 GMT (envelope-from miwi) Message-Id: <200611152149.kAFLnwvu088715@repoman.freebsd.org> From: Martin Wilke Date: Wed, 15 Nov 2006 21:49: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/games/wormux 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, 15 Nov 2006 21:50:08 -0000 miwi 2006-11-15 21:49:58 UTC FreeBSD ports repository Modified files: games/wormux Makefile distinfo pkg-plist Log: - Update to 0.7.4 PR: ports/105046 Submitted by: Thomas Abthorpe Approved by: maintainer timeout Revision Changes Path 1.5 +4 -3 ports/games/wormux/Makefile 1.4 +3 -3 ports/games/wormux/distinfo 1.2 +29 -417 ports/games/wormux/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 15 21:51:44 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01F6116A412; Wed, 15 Nov 2006 21:51:44 +0000 (UTC) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52AE043DC2; Wed, 15 Nov 2006 21:50:56 +0000 (GMT) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (localhost [127.0.0.1]) by ns1.feral.com (8.13.8/8.13.8) with ESMTP id kAFLokEH001707; Wed, 15 Nov 2006 13:50:56 -0800 (PST) (envelope-from mjacob@freebsd.org) Received: from localhost (mjacob@localhost) by ns1.feral.com (8.13.8/8.13.8/Submit) with ESMTP id kAFLokqZ001704; Wed, 15 Nov 2006 13:50:46 -0800 (PST) (envelope-from mjacob@freebsd.org) X-Authentication-Warning: ns1.feral.com: mjacob owned process doing -bs Date: Wed, 15 Nov 2006 13:50:46 -0800 (PST) From: mjacob@freebsd.org X-X-Sender: mjacob@ns1.feral.com To: John Baldwin In-Reply-To: <200611151617.23125.jhb@freebsd.org> Message-ID: <20061115134949.T1700@ns1.feral.com> References: <200611152018.kAFKI9A3061678@repoman.freebsd.org> <200611151617.23125.jhb@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/dev/mpt mpt_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mjacob@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, 15 Nov 2006 21:51:44 -0000 Sorry- should have said "broader testing", which would include FC 4Gb cards. > On Wednesday 15 November 2006 15:18, Matt Jacob wrote: >> mjacob 2006-11-15 20:18:09 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/dev/mpt mpt_pci.c >> Log: >> Turn off MSI until some testing is done. >> >> Revision Changes Path >> 1.40 +2 -0 src/sys/dev/mpt/mpt_pci.c > > Works great here on the box I tested it on with both MSI and MSI-X, so it > wasn't untested. > > -- > John Baldwin > From owner-cvs-all@FreeBSD.ORG Wed Nov 15 21:52:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17BFB16A4A0; Wed, 15 Nov 2006 21:52:23 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 912A743DE8; Wed, 15 Nov 2006 21:51:20 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id 200E85FEF; Thu, 16 Nov 2006 00:51:18 +0300 (MSK) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id F28545F70; Thu, 16 Nov 2006 00:51:17 +0300 (MSK) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id kAFLpJiS074763; Thu, 16 Nov 2006 00:51:19 +0300 (MSK) (envelope-from ru) Date: Thu, 16 Nov 2006 00:51:19 +0300 From: Ruslan Ermilov To: John Baldwin Message-ID: <20061115215119.GA74745@rambler-co.ru> References: <200611152004.kAFK4vfe058983@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="82I3+IH0IqGh5yIs" Content-Disposition: inline In-Reply-To: <200611152004.kAFK4vfe058983@repoman.freebsd.org> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: No virus found Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_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: Wed, 15 Nov 2006 21:52:23 -0000 --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 15, 2006 at 08:04:57PM +0000, John Baldwin wrote: > jhb 2006-11-15 20:04:57 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/dev/bce if_bce.c=20 > sys/dev/em if_em.c if_em.h=20 > sys/dev/mpt mpt.h mpt_pci.c=20 > Log: > Add MSI support to em(4), bce(4), and mpt(4). For now, we only support > devices that support a maximum of 1 message, and we use that 1 message > instead of the INTx rid 0 IRQ with the same interrupt handler, etc. > =20 > Revision Changes Path > 1.19 +11 -3 src/sys/dev/bce/if_bce.c > 1.164 +11 -2 src/sys/dev/em/if_em.c > 1.56 +1 -0 src/sys/dev/em/if_em.h > 1.31 +1 -0 src/sys/dev/mpt/mpt.h > 1.39 +14 -1 src/sys/dev/mpt/mpt_pci.c >=20 How will the "vmstat -i" output look like for MSI-enabled devices? Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --82I3+IH0IqGh5yIs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFW4vXqRfpzJluFF4RAt8QAJ4hEPrNbo7uXgwTeYFdV8I1nURtjACggLIu EdZQWu4LKgeNPYtkNo5FY5o= =9G0F -----END PGP SIGNATURE----- --82I3+IH0IqGh5yIs-- From owner-cvs-all@FreeBSD.ORG Wed Nov 15 21:52:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28E9616A4D4; Wed, 15 Nov 2006 21:52:33 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D85243D97; Wed, 15 Nov 2006 21:51:42 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id E37505E11; Thu, 16 Nov 2006 00:51:41 +0300 (MSK) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id C0C235D63; Thu, 16 Nov 2006 00:51:41 +0300 (MSK) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id kAFLphK5074787; Thu, 16 Nov 2006 00:51:43 +0300 (MSK) (envelope-from ru) Date: Thu, 16 Nov 2006 00:51:43 +0300 From: Ruslan Ermilov To: John Baldwin Message-ID: <20061115215142.GB74745@rambler-co.ru> References: <200611152004.kAFK4vfe058983@repoman.freebsd.org> <20061115215119.GA74745@rambler-co.ru> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="R3G7APHDIzY6R/pk" Content-Disposition: inline In-Reply-To: <20061115215119.GA74745@rambler-co.ru> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: No virus found Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_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: Wed, 15 Nov 2006 21:52:33 -0000 --R3G7APHDIzY6R/pk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 16, 2006 at 12:51:19AM +0300, Ruslan Ermilov wrote: > On Wed, Nov 15, 2006 at 08:04:57PM +0000, John Baldwin wrote: > > jhb 2006-11-15 20:04:57 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > sys/dev/bce if_bce.c=20 > > sys/dev/em if_em.c if_em.h=20 > > sys/dev/mpt mpt.h mpt_pci.c=20 > > Log: > > Add MSI support to em(4), bce(4), and mpt(4). For now, we only suppo= rt > > devices that support a maximum of 1 message, and we use that 1 message > > instead of the INTx rid 0 IRQ with the same interrupt handler, etc. > > =20 > > Revision Changes Path > > 1.19 +11 -3 src/sys/dev/bce/if_bce.c > > 1.164 +11 -2 src/sys/dev/em/if_em.c > > 1.56 +1 -0 src/sys/dev/em/if_em.h > > 1.31 +1 -0 src/sys/dev/mpt/mpt.h > > 1.39 +14 -1 src/sys/dev/mpt/mpt_pci.c > >=20 > How will the "vmstat -i" output look like for MSI-enabled devices? >=20 irqXXXX, where XXXX>=3D1024? Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --R3G7APHDIzY6R/pk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFW4vuqRfpzJluFF4RApxaAJ4hUB0GifdQ+OhxsF7dApoUK8iudACePF0I rf71XlgoNdIDjjXXFA0dFbo= =Ugz3 -----END PGP SIGNATURE----- --R3G7APHDIzY6R/pk-- From owner-cvs-all@FreeBSD.ORG Wed Nov 15 22:19:20 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1780C16A4EA; Wed, 15 Nov 2006 22:19:20 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id E147C43D5E; Wed, 15 Nov 2006 22:19:01 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id kAFMIwWj034803; Wed, 15 Nov 2006 17:18:58 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Ruslan Ermilov Date: Wed, 15 Nov 2006 17:18:55 -0500 User-Agent: KMail/1.9.1 References: <200611152004.kAFK4vfe058983@repoman.freebsd.org> <20061115215119.GA74745@rambler-co.ru> <20061115215142.GB74745@rambler-co.ru> In-Reply-To: <20061115215142.GB74745@rambler-co.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611151718.56506.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Wed, 15 Nov 2006 17:18:58 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2197/Wed Nov 15 15:23:52 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_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: Wed, 15 Nov 2006 22:19:20 -0000 On Wednesday 15 November 2006 16:51, Ruslan Ermilov wrote: > On Thu, Nov 16, 2006 at 12:51:19AM +0300, Ruslan Ermilov wrote: > > On Wed, Nov 15, 2006 at 08:04:57PM +0000, John Baldwin wrote: > > > jhb 2006-11-15 20:04:57 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/dev/bce if_bce.c > > > sys/dev/em if_em.c if_em.h > > > sys/dev/mpt mpt.h mpt_pci.c > > > Log: > > > Add MSI support to em(4), bce(4), and mpt(4). For now, we only support > > > devices that support a maximum of 1 message, and we use that 1 message > > > instead of the INTx rid 0 IRQ with the same interrupt handler, etc. > > > > > > Revision Changes Path > > > 1.19 +11 -3 src/sys/dev/bce/if_bce.c > > > 1.164 +11 -2 src/sys/dev/em/if_em.c > > > 1.56 +1 -0 src/sys/dev/em/if_em.h > > > 1.31 +1 -0 src/sys/dev/mpt/mpt.h > > > 1.39 +14 -1 src/sys/dev/mpt/mpt_pci.c > > > > > How will the "vmstat -i" output look like for MSI-enabled devices? > > > irqXXXX, where XXXX>=1024? s/1024/256/ -- John Baldwin From owner-cvs-all@FreeBSD.ORG Wed Nov 15 22:21:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E09916A492; Wed, 15 Nov 2006 22:21:53 +0000 (UTC) (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 11FB543D88; Wed, 15 Nov 2006 22:20:59 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFMKxi0094927; Wed, 15 Nov 2006 22:20:59 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFMKxf4094926; Wed, 15 Nov 2006 22:20:59 GMT (envelope-from kensmith) Message-Id: <200611152220.kAFMKxf4094926@repoman.freebsd.org> From: Ken Smith Date: Wed, 15 Nov 2006 22:20:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/release/doc/share/sgml release.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: Wed, 15 Nov 2006 22:21:53 -0000 kensmith 2006-11-15 22:20:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) release/doc/share/sgml release.ent Log: Missed a piece that needs to be adjusted when shifting from a development branch to a release branch. Poked by: bmah Approved by: re (implicit) Revision Changes Path 1.24.2.5.2.2 +2 -3 src/release/doc/share/sgml/release.ent From owner-cvs-all@FreeBSD.ORG Wed Nov 15 22:36:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98BD316A4E6; Wed, 15 Nov 2006 22:36:11 +0000 (UTC) (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 5EA8743D72; Wed, 15 Nov 2006 22:35:49 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id kAFMZdon007537; Wed, 15 Nov 2006 15:35:44 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <455B963A.4050200@samsco.org> Date: Wed, 15 Nov 2006 15:35:38 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.0.7) Gecko/20060910 SeaMonkey/1.0.5 MIME-Version: 1.0 To: John Baldwin References: <200611152004.kAFK4vfe058983@repoman.freebsd.org> <20061115215119.GA74745@rambler-co.ru> <20061115215142.GB74745@rambler-co.ru> <200611151718.56506.jhb@freebsd.org> In-Reply-To: <200611151718.56506.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Ruslan Ermilov , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_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: Wed, 15 Nov 2006 22:36:11 -0000 John Baldwin wrote: > On Wednesday 15 November 2006 16:51, Ruslan Ermilov wrote: >> On Thu, Nov 16, 2006 at 12:51:19AM +0300, Ruslan Ermilov wrote: >>> On Wed, Nov 15, 2006 at 08:04:57PM +0000, John Baldwin wrote: >>>> jhb 2006-11-15 20:04:57 UTC >>>> >>>> FreeBSD src repository >>>> >>>> Modified files: >>>> sys/dev/bce if_bce.c >>>> sys/dev/em if_em.c if_em.h >>>> sys/dev/mpt mpt.h mpt_pci.c >>>> Log: >>>> Add MSI support to em(4), bce(4), and mpt(4). For now, we only > support >>>> devices that support a maximum of 1 message, and we use that 1 message >>>> instead of the INTx rid 0 IRQ with the same interrupt handler, etc. >>>> >>>> Revision Changes Path >>>> 1.19 +11 -3 src/sys/dev/bce/if_bce.c >>>> 1.164 +11 -2 src/sys/dev/em/if_em.c >>>> 1.56 +1 -0 src/sys/dev/em/if_em.h >>>> 1.31 +1 -0 src/sys/dev/mpt/mpt.h >>>> 1.39 +14 -1 src/sys/dev/mpt/mpt_pci.c >>>> >>> How will the "vmstat -i" output look like for MSI-enabled devices? >>> >> irqXXXX, where XXXX>=1024? > > s/1024/256/ > There is a problem here, though. Newbus prints out the IRQ number after a successful device probe phase. It has no knowledge of MSI at that point, so it just prints out the traditional IRQ value. At some point, this needs to be fixed. Having the driver tell newbus about its MSI intentions in the probe routine is unrealistic, so there is no quick fix there. Probably need to delay printing the device message until later in the attach routine, once the driver has set up all of the resources. Scott From owner-cvs-all@FreeBSD.ORG Wed Nov 15 22:51:44 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4A2416A40F; Wed, 15 Nov 2006 22:51:44 +0000 (UTC) (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 497B643D60; Wed, 15 Nov 2006 22:51:44 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id kAFMp4Rn054195; Wed, 15 Nov 2006 15:51:04 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 15 Nov 2006 15:51:43 -0700 (MST) Message-Id: <20061115.155143.1021575615.imp@bsdimp.com> To: scottl@samsco.org From: "M. Warner Losh" In-Reply-To: <455B963A.4050200@samsco.org> References: <20061115215142.GB74745@rambler-co.ru> <200611151718.56506.jhb@freebsd.org> <455B963A.4050200@samsco.org> X-Mailer: Mew version 4.2 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]); Wed, 15 Nov 2006 15:51:05 -0700 (MST) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, ru@freebsd.org, cvs-all@freebsd.org, jhb@freebsd.org Subject: Re: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_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: Wed, 15 Nov 2006 22:51:45 -0000 In message: <455B963A.4050200@samsco.org> Scott Long writes: : John Baldwin wrote: : > On Wednesday 15 November 2006 16:51, Ruslan Ermilov wrote: : >> On Thu, Nov 16, 2006 at 12:51:19AM +0300, Ruslan Ermilov wrote: : >>> On Wed, Nov 15, 2006 at 08:04:57PM +0000, John Baldwin wrote: : >>>> jhb 2006-11-15 20:04:57 UTC : >>>> : >>>> FreeBSD src repository : >>>> : >>>> Modified files: : >>>> sys/dev/bce if_bce.c : >>>> sys/dev/em if_em.c if_em.h : >>>> sys/dev/mpt mpt.h mpt_pci.c : >>>> Log: : >>>> Add MSI support to em(4), bce(4), and mpt(4). For now, we only : > support : >>>> devices that support a maximum of 1 message, and we use that 1 message : >>>> instead of the INTx rid 0 IRQ with the same interrupt handler, etc. : >>>> : >>>> Revision Changes Path : >>>> 1.19 +11 -3 src/sys/dev/bce/if_bce.c : >>>> 1.164 +11 -2 src/sys/dev/em/if_em.c : >>>> 1.56 +1 -0 src/sys/dev/em/if_em.h : >>>> 1.31 +1 -0 src/sys/dev/mpt/mpt.h : >>>> 1.39 +14 -1 src/sys/dev/mpt/mpt_pci.c : >>>> : >>> How will the "vmstat -i" output look like for MSI-enabled devices? : >>> : >> irqXXXX, where XXXX>=1024? : > : > s/1024/256/ : > : : There is a problem here, though. Newbus prints out the IRQ number after : a successful device probe phase. It has no knowledge of MSI at that : point, so it just prints out the traditional IRQ value. At some point, : this needs to be fixed. Having the driver tell newbus about its MSI : intentions in the probe routine is unrealistic, so there is no quick : fix there. Probably need to delay printing the device message until : later in the attach routine, once the driver has set up all of the : resources. I've been wanting to move the printing of the attach string from post-probe, pre-attach to post-attach for some time now. We would then report the resources assigned to the device. I'm not sure if I'd print all the resources assigned, or only those the driver activates. Both sides of the argument have merit, imho. On the pro side, resources are used, and printing them will help highlight conflicts. On the con side, people think it clutters things up too much and might lead to false expectations. When I've mentioned this desire at various developer summits, I was told basically "go for it, but only at freebsd X.0 since people have dmesg parsers" by many people (maybe even including Scott). Warner From owner-cvs-all@FreeBSD.ORG Wed Nov 15 22:56:47 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8C8716A415; Wed, 15 Nov 2006 22:56:47 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0540043D6A; Wed, 15 Nov 2006 22:56:46 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id kAFMub0O035027; Wed, 15 Nov 2006 17:56:38 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: "M. Warner Losh" Date: Wed, 15 Nov 2006 17:56:30 -0500 User-Agent: KMail/1.9.1 References: <20061115215142.GB74745@rambler-co.ru> <455B963A.4050200@samsco.org> <20061115.155143.1021575615.imp@bsdimp.com> In-Reply-To: <20061115.155143.1021575615.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611151756.31047.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Wed, 15 Nov 2006 17:56:38 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2197/Wed Nov 15 15:23:52 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, scottl@samsco.org, src-committers@freebsd.org, ru@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_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: Wed, 15 Nov 2006 22:56:47 -0000 On Wednesday 15 November 2006 17:51, M. Warner Losh wrote: > In message: <455B963A.4050200@samsco.org> > Scott Long writes: > : John Baldwin wrote: > : > On Wednesday 15 November 2006 16:51, Ruslan Ermilov wrote: > : >> On Thu, Nov 16, 2006 at 12:51:19AM +0300, Ruslan Ermilov wrote: > : >>> On Wed, Nov 15, 2006 at 08:04:57PM +0000, John Baldwin wrote: > : >>>> jhb 2006-11-15 20:04:57 UTC > : >>>> > : >>>> FreeBSD src repository > : >>>> > : >>>> Modified files: > : >>>> sys/dev/bce if_bce.c > : >>>> sys/dev/em if_em.c if_em.h > : >>>> sys/dev/mpt mpt.h mpt_pci.c > : >>>> Log: > : >>>> Add MSI support to em(4), bce(4), and mpt(4). For now, we only > : > support > : >>>> devices that support a maximum of 1 message, and we use that 1 message > : >>>> instead of the INTx rid 0 IRQ with the same interrupt handler, etc. > : >>>> > : >>>> Revision Changes Path > : >>>> 1.19 +11 -3 src/sys/dev/bce/if_bce.c > : >>>> 1.164 +11 -2 src/sys/dev/em/if_em.c > : >>>> 1.56 +1 -0 src/sys/dev/em/if_em.h > : >>>> 1.31 +1 -0 src/sys/dev/mpt/mpt.h > : >>>> 1.39 +14 -1 src/sys/dev/mpt/mpt_pci.c > : >>>> > : >>> How will the "vmstat -i" output look like for MSI-enabled devices? > : >>> > : >> irqXXXX, where XXXX>=1024? > : > > : > s/1024/256/ > : > > : > : There is a problem here, though. Newbus prints out the IRQ number after > : a successful device probe phase. It has no knowledge of MSI at that > : point, so it just prints out the traditional IRQ value. At some point, > : this needs to be fixed. Having the driver tell newbus about its MSI > : intentions in the probe routine is unrealistic, so there is no quick > : fix there. Probably need to delay printing the device message until > : later in the attach routine, once the driver has set up all of the > : resources. > > I've been wanting to move the printing of the attach string from > post-probe, pre-attach to post-attach for some time now. We would > then report the resources assigned to the device. I'm not sure if I'd > print all the resources assigned, or only those the driver activates. > Both sides of the argument have merit, imho. On the pro side, > resources are used, and printing them will help highlight conflicts. > On the con side, people think it clutters things up too much and might > lead to false expectations. > > When I've mentioned this desire at various developer summits, I was > told basically "go for it, but only at freebsd X.0 since people have > dmesg parsers" by many people (maybe even including Scott). Also, the way it works now, if attach fails and the routine prints out error messages, you get to see line for the device first with the initial resources and then you see the error message from the driver. If you move the printf down, then all you get is an error message from the driver. At the very least this would break POLA for a lot of our users. I'm still undecided. I could add a printf when a device ends up succesfully allocating MSI or MSI-X IRQs if people desired. -- John Baldwin From owner-cvs-all@FreeBSD.ORG Wed Nov 15 23:05:46 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFCC216A415; Wed, 15 Nov 2006 23:05:45 +0000 (UTC) (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 4ECF443D55; Wed, 15 Nov 2006 23:05:45 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id kAFN5ae9007707; Wed, 15 Nov 2006 16:05:41 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <455B9D3F.5010703@samsco.org> Date: Wed, 15 Nov 2006 16:05:35 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.0.7) Gecko/20060910 SeaMonkey/1.0.5 MIME-Version: 1.0 To: John Baldwin References: <20061115215142.GB74745@rambler-co.ru> <455B963A.4050200@samsco.org> <20061115.155143.1021575615.imp@bsdimp.com> <200611151756.31047.jhb@freebsd.org> In-Reply-To: <200611151756.31047.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: cvs-src@freebsd.org, src-committers@freebsd.org, ru@freebsd.org, cvs-all@freebsd.org, "M. Warner Losh" Subject: Re: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_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: Wed, 15 Nov 2006 23:05:46 -0000 John Baldwin wrote: > On Wednesday 15 November 2006 17:51, M. Warner Losh wrote: >> In message: <455B963A.4050200@samsco.org> >> Scott Long writes: >> : John Baldwin wrote: >> : > On Wednesday 15 November 2006 16:51, Ruslan Ermilov wrote: >> : >> On Thu, Nov 16, 2006 at 12:51:19AM +0300, Ruslan Ermilov wrote: >> : >>> On Wed, Nov 15, 2006 at 08:04:57PM +0000, John Baldwin wrote: >> : >>>> jhb 2006-11-15 20:04:57 UTC >> : >>>> >> : >>>> FreeBSD src repository >> : >>>> >> : >>>> Modified files: >> : >>>> sys/dev/bce if_bce.c >> : >>>> sys/dev/em if_em.c if_em.h >> : >>>> sys/dev/mpt mpt.h mpt_pci.c >> : >>>> Log: >> : >>>> Add MSI support to em(4), bce(4), and mpt(4). For now, we only >> : > support >> : >>>> devices that support a maximum of 1 message, and we use that 1 > message >> : >>>> instead of the INTx rid 0 IRQ with the same interrupt handler, etc. >> : >>>> >> : >>>> Revision Changes Path >> : >>>> 1.19 +11 -3 src/sys/dev/bce/if_bce.c >> : >>>> 1.164 +11 -2 src/sys/dev/em/if_em.c >> : >>>> 1.56 +1 -0 src/sys/dev/em/if_em.h >> : >>>> 1.31 +1 -0 src/sys/dev/mpt/mpt.h >> : >>>> 1.39 +14 -1 src/sys/dev/mpt/mpt_pci.c >> : >>>> >> : >>> How will the "vmstat -i" output look like for MSI-enabled devices? >> : >>> >> : >> irqXXXX, where XXXX>=1024? >> : > >> : > s/1024/256/ >> : > >> : >> : There is a problem here, though. Newbus prints out the IRQ number after >> : a successful device probe phase. It has no knowledge of MSI at that >> : point, so it just prints out the traditional IRQ value. At some point, >> : this needs to be fixed. Having the driver tell newbus about its MSI >> : intentions in the probe routine is unrealistic, so there is no quick >> : fix there. Probably need to delay printing the device message until >> : later in the attach routine, once the driver has set up all of the >> : resources. >> >> I've been wanting to move the printing of the attach string from >> post-probe, pre-attach to post-attach for some time now. We would >> then report the resources assigned to the device. I'm not sure if I'd >> print all the resources assigned, or only those the driver activates. >> Both sides of the argument have merit, imho. On the pro side, >> resources are used, and printing them will help highlight conflicts. >> On the con side, people think it clutters things up too much and might >> lead to false expectations. >> >> When I've mentioned this desire at various developer summits, I was >> told basically "go for it, but only at freebsd X.0 since people have >> dmesg parsers" by many people (maybe even including Scott). > > Also, the way it works now, if attach fails and the routine prints out error > messages, you get to see line for the device first with the initial resources > and then you see the error message from the driver. If you move the printf > down, then all you get is an error message from the driver. At the very > least this would break POLA for a lot of our users. I'm still undecided. > I could add a printf when a device ends up succesfully allocating MSI or MSI-X > IRQs if people desired. > As unpleasant as this is, I think it needs to be up to the driver to print the line, since John is correct about having informational and error messages come after the device message instead of before. This means changing every driver to intentionally call a method to do the printf. Ugly. An alternative might be to add magic to device_printf() so that anything printed through it gets buffered and delayed until after the attach routine completes (successfully or not). Once it completes, the device info line gets printed out with the actual resources (subject to what Warner is saying), and then all of the buffered device_printfs get dumped out. Scott From owner-cvs-all@FreeBSD.ORG Wed Nov 15 23:09:40 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8518E16A407; Wed, 15 Nov 2006 23:09:40 +0000 (UTC) (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 1CDC243D5C; Wed, 15 Nov 2006 23:09:40 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id kAFN7gEO054472; Wed, 15 Nov 2006 16:07:43 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 15 Nov 2006 16:08:21 -0700 (MST) Message-Id: <20061115.160821.1973602865.imp@bsdimp.com> To: jhb@freebsd.org From: "M. Warner Losh" In-Reply-To: <200611151756.31047.jhb@freebsd.org> References: <455B963A.4050200@samsco.org> <20061115.155143.1021575615.imp@bsdimp.com> <200611151756.31047.jhb@freebsd.org> X-Mailer: Mew version 4.2 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]); Wed, 15 Nov 2006 16:07:44 -0700 (MST) Cc: cvs-src@freebsd.org, scottl@samsco.org, src-committers@freebsd.org, ru@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_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: Wed, 15 Nov 2006 23:09:40 -0000 In message: <200611151756.31047.jhb@freebsd.org> John Baldwin writes: : On Wednesday 15 November 2006 17:51, M. Warner Losh wrote: : > In message: <455B963A.4050200@samsco.org> : > Scott Long writes: : > : John Baldwin wrote: : > : > On Wednesday 15 November 2006 16:51, Ruslan Ermilov wrote: : > : >> On Thu, Nov 16, 2006 at 12:51:19AM +0300, Ruslan Ermilov wrote: : > : >>> On Wed, Nov 15, 2006 at 08:04:57PM +0000, John Baldwin wrote: : > : >>>> jhb 2006-11-15 20:04:57 UTC : > : >>>> : > : >>>> FreeBSD src repository : > : >>>> : > : >>>> Modified files: : > : >>>> sys/dev/bce if_bce.c : > : >>>> sys/dev/em if_em.c if_em.h : > : >>>> sys/dev/mpt mpt.h mpt_pci.c : > : >>>> Log: : > : >>>> Add MSI support to em(4), bce(4), and mpt(4). For now, we only : > : > support : > : >>>> devices that support a maximum of 1 message, and we use that 1 : message : > : >>>> instead of the INTx rid 0 IRQ with the same interrupt handler, etc. : > : >>>> : > : >>>> Revision Changes Path : > : >>>> 1.19 +11 -3 src/sys/dev/bce/if_bce.c : > : >>>> 1.164 +11 -2 src/sys/dev/em/if_em.c : > : >>>> 1.56 +1 -0 src/sys/dev/em/if_em.h : > : >>>> 1.31 +1 -0 src/sys/dev/mpt/mpt.h : > : >>>> 1.39 +14 -1 src/sys/dev/mpt/mpt_pci.c : > : >>>> : > : >>> How will the "vmstat -i" output look like for MSI-enabled devices? : > : >>> : > : >> irqXXXX, where XXXX>=1024? : > : > : > : > s/1024/256/ : > : > : > : : > : There is a problem here, though. Newbus prints out the IRQ number after : > : a successful device probe phase. It has no knowledge of MSI at that : > : point, so it just prints out the traditional IRQ value. At some point, : > : this needs to be fixed. Having the driver tell newbus about its MSI : > : intentions in the probe routine is unrealistic, so there is no quick : > : fix there. Probably need to delay printing the device message until : > : later in the attach routine, once the driver has set up all of the : > : resources. : > : > I've been wanting to move the printing of the attach string from : > post-probe, pre-attach to post-attach for some time now. We would : > then report the resources assigned to the device. I'm not sure if I'd : > print all the resources assigned, or only those the driver activates. : > Both sides of the argument have merit, imho. On the pro side, : > resources are used, and printing them will help highlight conflicts. : > On the con side, people think it clutters things up too much and might : > lead to false expectations. : > : > When I've mentioned this desire at various developer summits, I was : > told basically "go for it, but only at freebsd X.0 since people have : > dmesg parsers" by many people (maybe even including Scott). : : Also, the way it works now, if attach fails and the routine prints out error : messages, you get to see line for the device first with the initial resources : and then you see the error message from the driver. If you move the printf : down, then all you get is an error message from the driver. At the very : least this would break POLA for a lot of our users. I'm still undecided. : I could add a printf when a device ends up succesfully allocating MSI or MSI-X : IRQs if people desired. I'd prefer those be under bootverbose. I think the real answer may be to get devinfo output to be real... Warner From owner-cvs-all@FreeBSD.ORG Wed Nov 15 23:12:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F00316A526; Wed, 15 Nov 2006 23:12:12 +0000 (UTC) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D677743D5E; Wed, 15 Nov 2006 23:12:11 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFNCB7S004827; Wed, 15 Nov 2006 23:12:11 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFNCBJP004826; Wed, 15 Nov 2006 23:12:11 GMT (envelope-from anholt) Message-Id: <200611152312.kAFNCBJP004826@repoman.freebsd.org> From: Eric Anholt Date: Wed, 15 Nov 2006 23: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/textproc/asciidoc 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, 15 Nov 2006 23:12:12 -0000 anholt 2006-11-15 23:12:11 UTC FreeBSD ports repository Modified files: textproc/asciidoc Makefile distinfo pkg-plist Log: Update to 8.0.0. PR: ports/103290 Submitted by: ijliao Revision Changes Path 1.3 +3 -4 ports/textproc/asciidoc/Makefile 1.3 +3 -3 ports/textproc/asciidoc/distinfo 1.2 +1 -0 ports/textproc/asciidoc/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 15 23:15:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D30016A40F; Wed, 15 Nov 2006 23:15:32 +0000 (UTC) (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 F3A7243D4C; Wed, 15 Nov 2006 23:15:30 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id kAFNE6hY054564; Wed, 15 Nov 2006 16:14:07 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 15 Nov 2006 16:14:45 -0700 (MST) Message-Id: <20061115.161445.43008442.imp@bsdimp.com> To: scottl@samsco.org From: "M. Warner Losh" In-Reply-To: <455B9D3F.5010703@samsco.org> References: <20061115.155143.1021575615.imp@bsdimp.com> <200611151756.31047.jhb@freebsd.org> <455B9D3F.5010703@samsco.org> X-Mailer: Mew version 4.2 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]); Wed, 15 Nov 2006 16:14:09 -0700 (MST) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, ru@FreeBSD.org, cvs-all@FreeBSD.org, jhb@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_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: Wed, 15 Nov 2006 23:15:32 -0000 In message: <455B9D3F.5010703@samsco.org> Scott Long writes: : John Baldwin wrote: : > On Wednesday 15 November 2006 17:51, M. Warner Losh wrote: : >> In message: <455B963A.4050200@samsco.org> : >> Scott Long writes: : >> : John Baldwin wrote: : >> : > On Wednesday 15 November 2006 16:51, Ruslan Ermilov wrote: : >> : >> On Thu, Nov 16, 2006 at 12:51:19AM +0300, Ruslan Ermilov wrote: : >> : >>> On Wed, Nov 15, 2006 at 08:04:57PM +0000, John Baldwin wrote: : >> : >>>> jhb 2006-11-15 20:04:57 UTC : >> : >>>> : >> : >>>> FreeBSD src repository : >> : >>>> : >> : >>>> Modified files: : >> : >>>> sys/dev/bce if_bce.c : >> : >>>> sys/dev/em if_em.c if_em.h : >> : >>>> sys/dev/mpt mpt.h mpt_pci.c : >> : >>>> Log: : >> : >>>> Add MSI support to em(4), bce(4), and mpt(4). For now, we only : >> : > support : >> : >>>> devices that support a maximum of 1 message, and we use that 1 : > message : >> : >>>> instead of the INTx rid 0 IRQ with the same interrupt handler, etc. : >> : >>>> : >> : >>>> Revision Changes Path : >> : >>>> 1.19 +11 -3 src/sys/dev/bce/if_bce.c : >> : >>>> 1.164 +11 -2 src/sys/dev/em/if_em.c : >> : >>>> 1.56 +1 -0 src/sys/dev/em/if_em.h : >> : >>>> 1.31 +1 -0 src/sys/dev/mpt/mpt.h : >> : >>>> 1.39 +14 -1 src/sys/dev/mpt/mpt_pci.c : >> : >>>> : >> : >>> How will the "vmstat -i" output look like for MSI-enabled devices? : >> : >>> : >> : >> irqXXXX, where XXXX>=1024? : >> : > : >> : > s/1024/256/ : >> : > : >> : : >> : There is a problem here, though. Newbus prints out the IRQ number after : >> : a successful device probe phase. It has no knowledge of MSI at that : >> : point, so it just prints out the traditional IRQ value. At some point, : >> : this needs to be fixed. Having the driver tell newbus about its MSI : >> : intentions in the probe routine is unrealistic, so there is no quick : >> : fix there. Probably need to delay printing the device message until : >> : later in the attach routine, once the driver has set up all of the : >> : resources. : >> : >> I've been wanting to move the printing of the attach string from : >> post-probe, pre-attach to post-attach for some time now. We would : >> then report the resources assigned to the device. I'm not sure if I'd : >> print all the resources assigned, or only those the driver activates. : >> Both sides of the argument have merit, imho. On the pro side, : >> resources are used, and printing them will help highlight conflicts. : >> On the con side, people think it clutters things up too much and might : >> lead to false expectations. : >> : >> When I've mentioned this desire at various developer summits, I was : >> told basically "go for it, but only at freebsd X.0 since people have : >> dmesg parsers" by many people (maybe even including Scott). : > : > Also, the way it works now, if attach fails and the routine prints out error : > messages, you get to see line for the device first with the initial resources : > and then you see the error message from the driver. If you move the printf : > down, then all you get is an error message from the driver. At the very : > least this would break POLA for a lot of our users. I'm still undecided. : > I could add a printf when a device ends up succesfully allocating MSI or MSI-X : > IRQs if people desired. : > : : As unpleasant as this is, I think it needs to be up to the driver to : print the line, since John is correct about having informational and : error messages come after the device message instead of before. This : means changing every driver to intentionally call a method to do the : printf. Ugly. I think that's too ugly to contemplate... One of the main reasons it is done in the parent bus now is that too many drivers got it wrong, or had different notions of what they thought "right" output should be. : An alternative might be to add magic to device_printf() so that anything : printed through it gets buffered and delayed until after the attach : routine completes (successfully or not). Once it completes, the : device info line gets printed out with the actual resources (subject to : what Warner is saying), and then all of the buffered device_printfs get : dumped out. I'm not sure this is much better. Another problem with doing after rather than before is hangs. Right now if the fxp driver is wedging my system on attach, I get to see the fxp driver's dmesg line as the last thing before the wedge. If we move to after, or driver prints, this line wouldn't appear. Another option would be to omit resources entirely and go to a two line dmesg. First line would be location, second line would be resources (maybe hidden under bootverbose). Warner From owner-cvs-all@FreeBSD.ORG Wed Nov 15 23:16:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9D5316A403; Wed, 15 Nov 2006 23:16:34 +0000 (UTC) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ECCF43D5E; Wed, 15 Nov 2006 23:16:34 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFNGYeP005432; Wed, 15 Nov 2006 23:16:34 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFNGXGQ005431; Wed, 15 Nov 2006 23:16:33 GMT (envelope-from anholt) Message-Id: <200611152316.kAFNGXGQ005431@repoman.freebsd.org> From: Eric Anholt Date: Wed, 15 Nov 2006 23:16: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/devel/git 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, 15 Nov 2006 23:16:35 -0000 anholt 2006-11-15 23:16:33 UTC FreeBSD ports repository Modified files: devel/git Makefile distinfo pkg-plist Log: [1] Update to 1.4.4 [2] Add emacs support files. PR: [2] ports/105519 Submitted by: [2] Max N. Boyarov Revision Changes Path 1.14 +17 -2 ports/devel/git/Makefile 1.10 +3 -3 ports/devel/git/distinfo 1.7 +13 -2 ports/devel/git/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Nov 15 23:20:40 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AB0E16A403; Wed, 15 Nov 2006 23:20:40 +0000 (UTC) (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 7826943D86; Wed, 15 Nov 2006 23:20:32 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id kAFNKNHX007779; Wed, 15 Nov 2006 16:20:29 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <455BA0B6.1000109@samsco.org> Date: Wed, 15 Nov 2006 16:20:22 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.0.7) Gecko/20060910 SeaMonkey/1.0.5 MIME-Version: 1.0 To: "M. Warner Losh" References: <455B963A.4050200@samsco.org> <20061115.155143.1021575615.imp@bsdimp.com> <200611151756.31047.jhb@freebsd.org> <20061115.160821.1973602865.imp@bsdimp.com> In-Reply-To: <20061115.160821.1973602865.imp@bsdimp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: cvs-src@freebsd.org, src-committers@freebsd.org, ru@freebsd.org, cvs-all@freebsd.org, jhb@freebsd.org Subject: Re: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_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: Wed, 15 Nov 2006 23:20:40 -0000 M. Warner Losh wrote: > In message: <200611151756.31047.jhb@freebsd.org> > John Baldwin writes: > : On Wednesday 15 November 2006 17:51, M. Warner Losh wrote: > : > In message: <455B963A.4050200@samsco.org> > : > Scott Long writes: > : > : John Baldwin wrote: > : > : > On Wednesday 15 November 2006 16:51, Ruslan Ermilov wrote: > : > : >> On Thu, Nov 16, 2006 at 12:51:19AM +0300, Ruslan Ermilov wrote: > : > : >>> On Wed, Nov 15, 2006 at 08:04:57PM +0000, John Baldwin wrote: > : > : >>>> jhb 2006-11-15 20:04:57 UTC > : > : >>>> > : > : >>>> FreeBSD src repository > : > : >>>> > : > : >>>> Modified files: > : > : >>>> sys/dev/bce if_bce.c > : > : >>>> sys/dev/em if_em.c if_em.h > : > : >>>> sys/dev/mpt mpt.h mpt_pci.c > : > : >>>> Log: > : > : >>>> Add MSI support to em(4), bce(4), and mpt(4). For now, we only > : > : > support > : > : >>>> devices that support a maximum of 1 message, and we use that 1 > : message > : > : >>>> instead of the INTx rid 0 IRQ with the same interrupt handler, etc. > : > : >>>> > : > : >>>> Revision Changes Path > : > : >>>> 1.19 +11 -3 src/sys/dev/bce/if_bce.c > : > : >>>> 1.164 +11 -2 src/sys/dev/em/if_em.c > : > : >>>> 1.56 +1 -0 src/sys/dev/em/if_em.h > : > : >>>> 1.31 +1 -0 src/sys/dev/mpt/mpt.h > : > : >>>> 1.39 +14 -1 src/sys/dev/mpt/mpt_pci.c > : > : >>>> > : > : >>> How will the "vmstat -i" output look like for MSI-enabled devices? > : > : >>> > : > : >> irqXXXX, where XXXX>=1024? > : > : > > : > : > s/1024/256/ > : > : > > : > : > : > : There is a problem here, though. Newbus prints out the IRQ number after > : > : a successful device probe phase. It has no knowledge of MSI at that > : > : point, so it just prints out the traditional IRQ value. At some point, > : > : this needs to be fixed. Having the driver tell newbus about its MSI > : > : intentions in the probe routine is unrealistic, so there is no quick > : > : fix there. Probably need to delay printing the device message until > : > : later in the attach routine, once the driver has set up all of the > : > : resources. > : > > : > I've been wanting to move the printing of the attach string from > : > post-probe, pre-attach to post-attach for some time now. We would > : > then report the resources assigned to the device. I'm not sure if I'd > : > print all the resources assigned, or only those the driver activates. > : > Both sides of the argument have merit, imho. On the pro side, > : > resources are used, and printing them will help highlight conflicts. > : > On the con side, people think it clutters things up too much and might > : > lead to false expectations. > : > > : > When I've mentioned this desire at various developer summits, I was > : > told basically "go for it, but only at freebsd X.0 since people have > : > dmesg parsers" by many people (maybe even including Scott). > : > : Also, the way it works now, if attach fails and the routine prints out error > : messages, you get to see line for the device first with the initial resources > : and then you see the error message from the driver. If you move the printf > : down, then all you get is an error message from the driver. At the very > : least this would break POLA for a lot of our users. I'm still undecided. > : I could add a printf when a device ends up succesfully allocating MSI or MSI-X > : IRQs if people desired. > > I'd prefer those be under bootverbose. > > I think the real answer may be to get devinfo output to be real... > > Warner Yeah, the resource info really is superfluous during boot. It looks cool in the old-school unix way, but that's about it. Maybe it's time to change newbus to only print the driver name and driver-supplied description after the probe phase, like you hint at. newbus could then print resource info as the driver activates it, if bootverbose is set. I'd support something like this for 7.0, even if devinfo doesn't get fully fixed. If MSI gets merged to RELENG_6, then we'll just have to live with the incorrect newbus prints. So for example, I would change this: atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfc00-0xfc0f at device 31.2 on pci0 into: atapci0: at device 31.2 on pci0 Calls to bus_activate_resouce/bus_alloc_resource(RF_ACTIVE) could then print the various resources, contingent on bootverbose being set. This would make the ugly [GIANT_LOCKED] and [FAST] messages that get printed right now have a chance of being more consistent. Scott From owner-cvs-all@FreeBSD.ORG Wed Nov 15 23:34:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3666B16A403; Wed, 15 Nov 2006 23:34:32 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6AEA43D58; Wed, 15 Nov 2006 23:34:31 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFNYVd8008445; Wed, 15 Nov 2006 23:34:31 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFNYVth008444; Wed, 15 Nov 2006 23:34:31 GMT (envelope-from maho) Message-Id: <200611152334.kAFNYVth008444@repoman.freebsd.org> From: Maho Nakata Date: Wed, 15 Nov 2006 23: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/lang/gcc41-withgcjawt Makefile ports/lang/gcc42-withgcjawt 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, 15 Nov 2006 23:34:32 -0000 maho 2006-11-15 23:34:31 UTC FreeBSD ports repository Modified files: lang/gcc41-withgcjawt Makefile lang/gcc42-withgcjawt Makefile Log: Broken for !i386 Submitted by: kris via pointyhat Revision Changes Path 1.11 +4 -0 ports/lang/gcc41-withgcjawt/Makefile 1.12 +4 -0 ports/lang/gcc42-withgcjawt/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 15 23:38:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1499F16A415; Wed, 15 Nov 2006 23:38:53 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 951BE43D46; Wed, 15 Nov 2006 23:38:52 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFNcqxv008643; Wed, 15 Nov 2006 23:38:52 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFNcqH8008642; Wed, 15 Nov 2006 23:38:52 GMT (envelope-from rafan) Message-Id: <200611152338.kAFNcqH8008642@repoman.freebsd.org> From: Rong-En Fan Date: Wed, 15 Nov 2006 23:38: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/science/py-scipy 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, 15 Nov 2006 23:38:53 -0000 rafan 2006-11-15 23:38:52 UTC FreeBSD ports repository Modified files: science/py-scipy Makefile Log: - numpy provides f2py now and conflicts f2py. Remoe f2py from dependency. Approved by: Diane Bruce (maintainer) Revision Changes Path 1.11 +1 -2 ports/science/py-scipy/Makefile From owner-cvs-all@FreeBSD.ORG Wed Nov 15 23:51:31 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3DE516A417; Wed, 15 Nov 2006 23:51:31 +0000 (UTC) (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 22A6943D4C; Wed, 15 Nov 2006 23:51:30 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id kAFNoIk2054945; Wed, 15 Nov 2006 16:50:19 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 15 Nov 2006 16:50:57 -0700 (MST) Message-Id: <20061115.165057.-1632628388.imp@bsdimp.com> To: scottl@samsco.org From: "M. Warner Losh" In-Reply-To: <455BA0B6.1000109@samsco.org> References: <200611151756.31047.jhb@freebsd.org> <20061115.160821.1973602865.imp@bsdimp.com> <455BA0B6.1000109@samsco.org> X-Mailer: Mew version 4.2 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]); Wed, 15 Nov 2006 16:50:20 -0700 (MST) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, ru@freebsd.org, cvs-all@freebsd.org, jhb@freebsd.org Subject: Re: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_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: Wed, 15 Nov 2006 23:51:31 -0000 In message: <455BA0B6.1000109@samsco.org> Scott Long writes: : M. Warner Losh wrote: : > In message: <200611151756.31047.jhb@freebsd.org> : > John Baldwin writes: : > : On Wednesday 15 November 2006 17:51, M. Warner Losh wrote: : > : > In message: <455B963A.4050200@samsco.org> : > : > Scott Long writes: : > : > : John Baldwin wrote: : > : > : > On Wednesday 15 November 2006 16:51, Ruslan Ermilov wrote: : > : > : >> On Thu, Nov 16, 2006 at 12:51:19AM +0300, Ruslan Ermilov wrote: : > : > : >>> On Wed, Nov 15, 2006 at 08:04:57PM +0000, John Baldwin wrote: : > : > : >>>> jhb 2006-11-15 20:04:57 UTC : > : > : >>>> : > : > : >>>> FreeBSD src repository : > : > : >>>> : > : > : >>>> Modified files: : > : > : >>>> sys/dev/bce if_bce.c : > : > : >>>> sys/dev/em if_em.c if_em.h : > : > : >>>> sys/dev/mpt mpt.h mpt_pci.c : > : > : >>>> Log: : > : > : >>>> Add MSI support to em(4), bce(4), and mpt(4). For now, we only : > : > : > support : > : > : >>>> devices that support a maximum of 1 message, and we use that 1 : > : message : > : > : >>>> instead of the INTx rid 0 IRQ with the same interrupt handler, etc. : > : > : >>>> : > : > : >>>> Revision Changes Path : > : > : >>>> 1.19 +11 -3 src/sys/dev/bce/if_bce.c : > : > : >>>> 1.164 +11 -2 src/sys/dev/em/if_em.c : > : > : >>>> 1.56 +1 -0 src/sys/dev/em/if_em.h : > : > : >>>> 1.31 +1 -0 src/sys/dev/mpt/mpt.h : > : > : >>>> 1.39 +14 -1 src/sys/dev/mpt/mpt_pci.c : > : > : >>>> : > : > : >>> How will the "vmstat -i" output look like for MSI-enabled devices? : > : > : >>> : > : > : >> irqXXXX, where XXXX>=1024? : > : > : > : > : > : > s/1024/256/ : > : > : > : > : > : : > : > : There is a problem here, though. Newbus prints out the IRQ number after : > : > : a successful device probe phase. It has no knowledge of MSI at that : > : > : point, so it just prints out the traditional IRQ value. At some point, : > : > : this needs to be fixed. Having the driver tell newbus about its MSI : > : > : intentions in the probe routine is unrealistic, so there is no quick : > : > : fix there. Probably need to delay printing the device message until : > : > : later in the attach routine, once the driver has set up all of the : > : > : resources. : > : > : > : > I've been wanting to move the printing of the attach string from : > : > post-probe, pre-attach to post-attach for some time now. We would : > : > then report the resources assigned to the device. I'm not sure if I'd : > : > print all the resources assigned, or only those the driver activates. : > : > Both sides of the argument have merit, imho. On the pro side, : > : > resources are used, and printing them will help highlight conflicts. : > : > On the con side, people think it clutters things up too much and might : > : > lead to false expectations. : > : > : > : > When I've mentioned this desire at various developer summits, I was : > : > told basically "go for it, but only at freebsd X.0 since people have : > : > dmesg parsers" by many people (maybe even including Scott). : > : : > : Also, the way it works now, if attach fails and the routine prints out error : > : messages, you get to see line for the device first with the initial resources : > : and then you see the error message from the driver. If you move the printf : > : down, then all you get is an error message from the driver. At the very : > : least this would break POLA for a lot of our users. I'm still undecided. : > : I could add a printf when a device ends up succesfully allocating MSI or MSI-X : > : IRQs if people desired. : > : > I'd prefer those be under bootverbose. : > : > I think the real answer may be to get devinfo output to be real... : > : > Warner : : Yeah, the resource info really is superfluous during boot. It looks : cool in the old-school unix way, but that's about it. Maybe it's time : to change newbus to only print the driver name and driver-supplied : description after the probe phase, like you hint at. newbus could then : print resource info as the driver activates it, if bootverbose is set. : I'd support something like this for 7.0, even if devinfo doesn't get : fully fixed. If MSI gets merged to RELENG_6, then we'll just have to : live with the incorrect newbus prints. : : So for example, I would change this: : : atapci0: port : 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfc00-0xfc0f at device 31.2 on pci0 : : into: : : atapci0: at device 31.2 on pci0 That's exactly what I'm thinking too. Glad to see we're on the same page. : Calls to bus_activate_resouce/bus_alloc_resource(RF_ACTIVE) could then : print the various resources, contingent on bootverbose being set. This : would make the ugly [GIANT_LOCKED] and [FAST] messages that get printed : right now have a chance of being more consistent. I was thinking that if we printed things last, we could potentially eliminate them from normal use and just print them as part of the resources (optionally?): atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfc00-0xfc0f irq 23 [FAST] or something similar... Warner From owner-cvs-all@FreeBSD.ORG Wed Nov 15 23:56:14 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE96316A407; Wed, 15 Nov 2006 23:56:14 +0000 (UTC) (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 50C9643D55; Wed, 15 Nov 2006 23:56:14 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id kAFNu5rs008011; Wed, 15 Nov 2006 16:56:11 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <455BA914.7010602@samsco.org> Date: Wed, 15 Nov 2006 16:56:04 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.0.7) Gecko/20060910 SeaMonkey/1.0.5 MIME-Version: 1.0 To: "M. Warner Losh" References: <200611151756.31047.jhb@freebsd.org> <20061115.160821.1973602865.imp@bsdimp.com> <455BA0B6.1000109@samsco.org> <20061115.165057.-1632628388.imp@bsdimp.com> In-Reply-To: <20061115.165057.-1632628388.imp@bsdimp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: cvs-src@freebsd.org, src-committers@freebsd.org, ru@freebsd.org, cvs-all@freebsd.org, jhb@freebsd.org Subject: Re: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_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: Wed, 15 Nov 2006 23:56:14 -0000 M. Warner Losh wrote: > In message: <455BA0B6.1000109@samsco.org> > Scott Long writes: > : M. Warner Losh wrote: > : > In message: <200611151756.31047.jhb@freebsd.org> > : > John Baldwin writes: > : > : On Wednesday 15 November 2006 17:51, M. Warner Losh wrote: > : > : > In message: <455B963A.4050200@samsco.org> > : > : > Scott Long writes: > : > : > : John Baldwin wrote: > : > : > : > On Wednesday 15 November 2006 16:51, Ruslan Ermilov wrote: > : > : > : >> On Thu, Nov 16, 2006 at 12:51:19AM +0300, Ruslan Ermilov wrote: > : > : > : >>> On Wed, Nov 15, 2006 at 08:04:57PM +0000, John Baldwin wrote: > : > : > : >>>> jhb 2006-11-15 20:04:57 UTC > : > : > : >>>> > : > : > : >>>> FreeBSD src repository > : > : > : >>>> > : > : > : >>>> Modified files: > : > : > : >>>> sys/dev/bce if_bce.c > : > : > : >>>> sys/dev/em if_em.c if_em.h > : > : > : >>>> sys/dev/mpt mpt.h mpt_pci.c > : > : > : >>>> Log: > : > : > : >>>> Add MSI support to em(4), bce(4), and mpt(4). For now, we only > : > : > : > support > : > : > : >>>> devices that support a maximum of 1 message, and we use that 1 > : > : message > : > : > : >>>> instead of the INTx rid 0 IRQ with the same interrupt handler, etc. > : > : > : >>>> > : > : > : >>>> Revision Changes Path > : > : > : >>>> 1.19 +11 -3 src/sys/dev/bce/if_bce.c > : > : > : >>>> 1.164 +11 -2 src/sys/dev/em/if_em.c > : > : > : >>>> 1.56 +1 -0 src/sys/dev/em/if_em.h > : > : > : >>>> 1.31 +1 -0 src/sys/dev/mpt/mpt.h > : > : > : >>>> 1.39 +14 -1 src/sys/dev/mpt/mpt_pci.c > : > : > : >>>> > : > : > : >>> How will the "vmstat -i" output look like for MSI-enabled devices? > : > : > : >>> > : > : > : >> irqXXXX, where XXXX>=1024? > : > : > : > > : > : > : > s/1024/256/ > : > : > : > > : > : > : > : > : > : There is a problem here, though. Newbus prints out the IRQ number after > : > : > : a successful device probe phase. It has no knowledge of MSI at that > : > : > : point, so it just prints out the traditional IRQ value. At some point, > : > : > : this needs to be fixed. Having the driver tell newbus about its MSI > : > : > : intentions in the probe routine is unrealistic, so there is no quick > : > : > : fix there. Probably need to delay printing the device message until > : > : > : later in the attach routine, once the driver has set up all of the > : > : > : resources. > : > : > > : > : > I've been wanting to move the printing of the attach string from > : > : > post-probe, pre-attach to post-attach for some time now. We would > : > : > then report the resources assigned to the device. I'm not sure if I'd > : > : > print all the resources assigned, or only those the driver activates. > : > : > Both sides of the argument have merit, imho. On the pro side, > : > : > resources are used, and printing them will help highlight conflicts. > : > : > On the con side, people think it clutters things up too much and might > : > : > lead to false expectations. > : > : > > : > : > When I've mentioned this desire at various developer summits, I was > : > : > told basically "go for it, but only at freebsd X.0 since people have > : > : > dmesg parsers" by many people (maybe even including Scott). > : > : > : > : Also, the way it works now, if attach fails and the routine prints out error > : > : messages, you get to see line for the device first with the initial resources > : > : and then you see the error message from the driver. If you move the printf > : > : down, then all you get is an error message from the driver. At the very > : > : least this would break POLA for a lot of our users. I'm still undecided. > : > : I could add a printf when a device ends up succesfully allocating MSI or MSI-X > : > : IRQs if people desired. > : > > : > I'd prefer those be under bootverbose. > : > > : > I think the real answer may be to get devinfo output to be real... > : > > : > Warner > : > : Yeah, the resource info really is superfluous during boot. It looks > : cool in the old-school unix way, but that's about it. Maybe it's time > : to change newbus to only print the driver name and driver-supplied > : description after the probe phase, like you hint at. newbus could then > : print resource info as the driver activates it, if bootverbose is set. > : I'd support something like this for 7.0, even if devinfo doesn't get > : fully fixed. If MSI gets merged to RELENG_6, then we'll just have to > : live with the incorrect newbus prints. > : > : So for example, I would change this: > : > : atapci0: port > : 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfc00-0xfc0f at device 31.2 on pci0 > : > : into: > : > : atapci0: at device 31.2 on pci0 > > That's exactly what I'm thinking too. Glad to see we're on the same > page. > > : Calls to bus_activate_resouce/bus_alloc_resource(RF_ACTIVE) could then > : print the various resources, contingent on bootverbose being set. This > : would make the ugly [GIANT_LOCKED] and [FAST] messages that get printed > : right now have a chance of being more consistent. > > I was thinking that if we printed things last, we could potentially > eliminate them from normal use and just print them as part of the > resources (optionally?): > > atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfc00-0xfc0f irq 23 [FAST] > > or something similar... > > Warner Sounds good. Beware that MSI makes it possible to have as many as 64 interrupts per device, though it's more common to have anywhere from 1 to 8. I'd probably split up your above line into 2 lines, one for memory resources and one for interrupt resources. Scott From owner-cvs-all@FreeBSD.ORG Wed Nov 15 23:58:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E944516A47E; Wed, 15 Nov 2006 23:58:05 +0000 (UTC) (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 7A94E43D86; Wed, 15 Nov 2006 23:57:58 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFNvw7q011773; Wed, 15 Nov 2006 23:57:58 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFNvw45011772; Wed, 15 Nov 2006 23:57:58 GMT (envelope-from thompsa) Message-Id: <200611152357.kAFNvw45011772@repoman.freebsd.org> From: Andrew Thompson Date: Wed, 15 Nov 2006 23:57: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: doc/share/sgml mirrors.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, 15 Nov 2006 23:58:06 -0000 thompsa 2006-11-15 23:57:58 UTC FreeBSD doc repository (src committer) Modified files: share/sgml mirrors.xml Log: Add the new NZ cvsup mirror. Revision Changes Path 1.54 +4 -0 doc/share/sgml/mirrors.xml From owner-cvs-all@FreeBSD.ORG Wed Nov 15 23:59:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FC6D16A407; Wed, 15 Nov 2006 23:59:18 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E429543D79; Wed, 15 Nov 2006 23:59:16 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFNxGwY011972; Wed, 15 Nov 2006 23:59:16 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFNxGBn011971; Wed, 15 Nov 2006 23:59:16 GMT (envelope-from ehaupt) Message-Id: <200611152359.kAFNxGBn011971@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 15 Nov 2006 23: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/dns Makefile ports/dns/powerdns-recursor Makefile distinfo pkg-descr pkg-plist ports/dns/powerdns-recursor/files patch-makefile patch-manpages pdns-recursor.in 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: Wed, 15 Nov 2006 23:59:18 -0000 ehaupt 2006-11-15 23:59:16 UTC FreeBSD ports repository Modified files: dns Makefile Added files: dns/powerdns-recursor Makefile distinfo pkg-descr pkg-plist dns/powerdns-recursor/files patch-makefile patch-manpages pdns-recursor.in pkg-message.in Log: Add powerdns-recursor 3.1.4, an advanced DNS recursor. PR: 105526 Submitted by: sten at blinkenlights.nl Revision Changes Path 1.71 +1 -0 ports/dns/Makefile 1.1 +59 -0 ports/dns/powerdns-recursor/Makefile (new) 1.1 +3 -0 ports/dns/powerdns-recursor/distinfo (new) 1.1 +29 -0 ports/dns/powerdns-recursor/files/patch-makefile (new) 1.1 +58 -0 ports/dns/powerdns-recursor/files/patch-manpages (new) 1.1 +35 -0 ports/dns/powerdns-recursor/files/pdns-recursor.in (new) 1.1 +11 -0 ports/dns/powerdns-recursor/files/pkg-message.in (new) 1.1 +4 -0 ports/dns/powerdns-recursor/pkg-descr (new) 1.1 +6 -0 ports/dns/powerdns-recursor/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Nov 15 23:59:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A2DA16A5D3; Wed, 15 Nov 2006 23:59:25 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17C2443D5D; Wed, 15 Nov 2006 23:59:25 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAFNxOuw012027; Wed, 15 Nov 2006 23:59:24 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAFNxO3O012026; Wed, 15 Nov 2006 23:59:24 GMT (envelope-from ehaupt) Message-Id: <200611152359.kAFNxO3O012026@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 15 Nov 2006 23:59: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: 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, 15 Nov 2006 23:59:25 -0000 ehaupt 2006-11-15 23:59:24 UTC FreeBSD ports repository Modified files: . modules Log: powerdns-recursor --> ports/dns/powerdns-recursor Revision Changes Path 1.16616 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Nov 16 00:09:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0165D16A407; Thu, 16 Nov 2006 00:09:43 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B309D43D5A; Thu, 16 Nov 2006 00:09:42 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAG09gOt015147; Thu, 16 Nov 2006 00:09:42 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAG09gaH015146; Thu, 16 Nov 2006 00:09:42 GMT (envelope-from ehaupt) Message-Id: <200611160009.kAG09gaH015146@repoman.freebsd.org> From: Emanuel Haupt Date: Thu, 16 Nov 2006 00:09:42 +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: Thu, 16 Nov 2006 00:09:43 -0000 ehaupt 2006-11-16 00:09:42 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Sten Spans for dns/powerdns-recursor port Revision Changes Path 1.641 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Thu Nov 16 00:30:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC53516A403; Thu, 16 Nov 2006 00:30:26 +0000 (UTC) (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 A9AA443D45; Thu, 16 Nov 2006 00:30:26 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAG0UQg7018493; Thu, 16 Nov 2006 00:30:26 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAG0UQhP018490; Thu, 16 Nov 2006 00:30:26 GMT (envelope-from ahze) Message-Id: <200611160030.kAG0UQhP018490@repoman.freebsd.org> From: Michael Johnson Date: Thu, 16 Nov 2006 00:30: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/xdg-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: Thu, 16 Nov 2006 00:30:27 -0000 ahze 2006-11-16 00:30:26 UTC FreeBSD ports repository Modified files: devel/xdg-utils Makefile distinfo Log: Update to 1.0.1 Revision Changes Path 1.4 +3 -6 ports/devel/xdg-utils/Makefile 1.3 +3 -3 ports/devel/xdg-utils/distinfo From owner-cvs-all@FreeBSD.ORG Thu Nov 16 00:31:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94CB116A403; Thu, 16 Nov 2006 00:31:47 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2969D43D55; Thu, 16 Nov 2006 00:31:47 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAG0VlPP019118; Thu, 16 Nov 2006 00:31:47 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAG0VlZj019117; Thu, 16 Nov 2006 00:31:47 GMT (envelope-from mjacob) Message-Id: <200611160031.kAG0VlZj019117@repoman.freebsd.org> From: Matt Jacob Date: Thu, 16 Nov 2006 00:31: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/isp isp.c isp_library.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, 16 Nov 2006 00:31:47 -0000 mjacob 2006-11-16 00:31:46 UTC FreeBSD src repository Modified files: sys/dev/isp isp.c isp_library.c Log: minor change to reduce some diff noise Revision Changes Path 1.130 +2 -1 src/sys/dev/isp/isp.c 1.8 +1 -1 src/sys/dev/isp/isp_library.c From owner-cvs-all@FreeBSD.ORG Thu Nov 16 00:40:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D74C416A412; Thu, 16 Nov 2006 00:40:01 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFF5743D5E; Thu, 16 Nov 2006 00:39:56 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAG0dupA020064; Thu, 16 Nov 2006 00:39:56 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAG0duDR020063; Thu, 16 Nov 2006 00:39:56 GMT (envelope-from mjacob) Message-Id: <200611160039.kAG0duDR020063@repoman.freebsd.org> From: Matt Jacob Date: Thu, 16 Nov 2006 00:39: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/dev/isp isp.c isp_library.c ispmbox.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, 16 Nov 2006 00:40:01 -0000 mjacob 2006-11-16 00:39:56 UTC FreeBSD src repository Modified files: sys/dev/isp isp.c isp_library.c ispmbox.h Log: Increase the timeout for some SAN commands. Only complain about FC Reponse errors if they're nonzero. Shorten some PortID printouts for local loop. Add an internal isp_xcmd_t data structure which we'll use for some CT-Passthru support as part of adding SMI-S. Revision Changes Path 1.131 +14 -8 src/sys/dev/isp/isp.c 1.9 +3 -3 src/sys/dev/isp/isp_library.c 1.54 +26 -0 src/sys/dev/isp/ispmbox.h From owner-cvs-all@FreeBSD.ORG Thu Nov 16 00:46:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7167E16A403; Thu, 16 Nov 2006 00:46:13 +0000 (UTC) (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 2BF5543D46; Thu, 16 Nov 2006 00:46:13 +0000 (GMT) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAG0kDQf021568; Thu, 16 Nov 2006 00:46:13 GMT (envelope-from tmclaugh@repoman.freebsd.org) Received: (from tmclaugh@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAG0kCQO021567; Thu, 16 Nov 2006 00:46:12 GMT (envelope-from tmclaugh) Message-Id: <200611160046.kAG0kCQO021567@repoman.freebsd.org> From: Tom McLaughlin Date: Thu, 16 Nov 2006 00:46: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/archivers/gtar 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, 16 Nov 2006 00:46:13 -0000 tmclaugh 2006-11-16 00:46:12 UTC FreeBSD ports repository Modified files: archivers/gtar Makefile pkg-plist Log: dirrmtry some directories which will be leftover on deinstall. Notified by: My tinderbox Revision Changes Path 1.49 +1 -0 ports/archivers/gtar/Makefile 1.14 +5 -1 ports/archivers/gtar/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 16 00:47:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36D4F16A403; Thu, 16 Nov 2006 00:47:32 +0000 (UTC) (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 8FD1943D53; Thu, 16 Nov 2006 00:47:31 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAG0lV42029604; Thu, 16 Nov 2006 00:47:31 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAG0lVQU029603; Thu, 16 Nov 2006 00:47:31 GMT (envelope-from imp) Message-Id: <200611160047.kAG0lVQU029603@repoman.freebsd.org> From: Warner Losh Date: Thu, 16 Nov 2006 00:47: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/sys/boot/arm/at91/boot2 boot2.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, 16 Nov 2006 00:47:32 -0000 imp 2006-11-16 00:47:31 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/boot2 boot2.c Log: Mfp4: We no longer need ee.h included here. Revision Changes Path 1.3 +0 -1 src/sys/boot/arm/at91/boot2/boot2.c From owner-cvs-all@FreeBSD.ORG Thu Nov 16 00:48:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CA1316A500; Thu, 16 Nov 2006 00:48:05 +0000 (UTC) (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 08DBD43D5A; Thu, 16 Nov 2006 00:48:05 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAG0m4ZC029653; Thu, 16 Nov 2006 00:48:04 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAG0m4OU029652; Thu, 16 Nov 2006 00:48:04 GMT (envelope-from imp) Message-Id: <200611160048.kAG0m4OU029652@repoman.freebsd.org> From: Warner Losh Date: Thu, 16 Nov 2006 00:48: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/boot/arm/at91/boot2 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, 16 Nov 2006 00:48:05 -0000 imp 2006-11-16 00:48:04 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/boot2 Makefile Log: Tweaks for better boot flavor support. Revision Changes Path 1.3 +2 -5 src/sys/boot/arm/at91/boot2/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 16 00:48:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E10516A407; Thu, 16 Nov 2006 00:48:54 +0000 (UTC) (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 E268243D46; Thu, 16 Nov 2006 00:48:53 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAG0mrY9029706; Thu, 16 Nov 2006 00:48:53 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAG0mrFD029705; Thu, 16 Nov 2006 00:48:53 GMT (envelope-from imp) Message-Id: <200611160048.kAG0mrFD029705@repoman.freebsd.org> From: Warner Losh Date: Thu, 16 Nov 2006 00:48: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/sys/boot/arm/at91/boot0spi 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: Thu, 16 Nov 2006 00:48:54 -0000 imp 2006-11-16 00:48:53 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/boot0spi main.c Log: MFp4: Improvements, including the ability to download to an arbitrary part of the spi flash. Revision Changes Path 1.4 +8 -5 src/sys/boot/arm/at91/boot0spi/main.c From owner-cvs-all@FreeBSD.ORG Thu Nov 16 00:49:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FECB16A4C9; Thu, 16 Nov 2006 00:49:51 +0000 (UTC) (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 5CD5343D5F; Thu, 16 Nov 2006 00:49:51 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAG0npiS029746; Thu, 16 Nov 2006 00:49:51 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAG0npHm029745; Thu, 16 Nov 2006 00:49:51 GMT (envelope-from imp) Message-Id: <200611160049.kAG0npHm029745@repoman.freebsd.org> From: Warner Losh Date: Thu, 16 Nov 2006 00:49: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/boot/arm/at91/boot0iic 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: Thu, 16 Nov 2006 00:49:51 -0000 imp 2006-11-16 00:49:51 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/boot0iic main.c Log: MFp4: Don't fix the size at 8k, and some minor cleanups. andre@ contributed to fixing this problem. Revision Changes Path 1.4 +11 -4 src/sys/boot/arm/at91/boot0iic/main.c From owner-cvs-all@FreeBSD.ORG Thu Nov 16 00:53:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5FAE16A403; Thu, 16 Nov 2006 00:53:28 +0000 (UTC) (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 8E5E243D45; Thu, 16 Nov 2006 00:53:28 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAG0rSEL030975; Thu, 16 Nov 2006 00:53:28 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAG0rSP8030974; Thu, 16 Nov 2006 00:53:28 GMT (envelope-from imp) Message-Id: <200611160053.kAG0rSP8030974@repoman.freebsd.org> From: Warner Losh Date: Thu, 16 Nov 2006 00:53: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/sys/boot/arm/at91/boot0 Makefile arm_init.s src/sys/boot/arm/at91/boot0iic Makefile src/sys/boot/arm/at91/boot0spi Makefile src/sys/boot/arm/at91/bootiic Makefile arm_init.S src/sys/boot/arm/at91/bootspi Makefile arm_init.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: Thu, 16 Nov 2006 00:53:28 -0000 imp 2006-11-16 00:53:28 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/boot0 Makefile sys/boot/arm/at91/boot0iic Makefile sys/boot/arm/at91/boot0spi Makefile sys/boot/arm/at91/bootiic Makefile sys/boot/arm/at91/bootspi Makefile Added files: sys/boot/arm/at91/libat91 arm_init.S Removed files: sys/boot/arm/at91/boot0 arm_init.s sys/boot/arm/at91/bootiic arm_init.S sys/boot/arm/at91/bootspi arm_init.S Log: Move to using a common arm_init.S. These things are more similar than different at this point. Revision Changes Path 1.5 +4 -1 src/sys/boot/arm/at91/boot0/Makefile 1.2 +0 -105 src/sys/boot/arm/at91/boot0/arm_init.s (dead) 1.3 +4 -2 src/sys/boot/arm/at91/boot0iic/Makefile 1.3 +3 -2 src/sys/boot/arm/at91/boot0spi/Makefile 1.5 +2 -2 src/sys/boot/arm/at91/bootiic/Makefile 1.3 +0 -120 src/sys/boot/arm/at91/bootiic/arm_init.S (dead) 1.6 +2 -1 src/sys/boot/arm/at91/bootspi/Makefile 1.4 +0 -129 src/sys/boot/arm/at91/bootspi/arm_init.S (dead) 1.1 +125 -0 src/sys/boot/arm/at91/libat91/arm_init.S (new) From owner-cvs-all@FreeBSD.ORG Thu Nov 16 00:55:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9020C16A403; Thu, 16 Nov 2006 00:55:36 +0000 (UTC) (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 6D7A643D79; Thu, 16 Nov 2006 00:55:27 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAG0tOov031385; Thu, 16 Nov 2006 00:55:24 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAG0tOQM031384; Thu, 16 Nov 2006 00:55:24 GMT (envelope-from imp) Message-Id: <200611160055.kAG0tOQM031384@repoman.freebsd.org> From: Warner Losh Date: Thu, 16 Nov 2006 00:55: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/boot/arm/at91/libat91 mci_device.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, 16 Nov 2006 00:55:36 -0000 imp 2006-11-16 00:55:24 UTC FreeBSD src repository Removed files: sys/boot/arm/at91/libat91 mci_device.c Log: Mfp4: Remove mci_device.c. It should have been removed when it was merged ito sd-card.c, but this is an imperfect world. Revision Changes Path 1.3 +0 -575 src/sys/boot/arm/at91/libat91/mci_device.c (dead) From owner-cvs-all@FreeBSD.ORG Thu Nov 16 01:02:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13AF716A412; Thu, 16 Nov 2006 01:02:02 +0000 (UTC) (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 F0D6043D5D; Thu, 16 Nov 2006 01:02:00 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAG120dI032468; Thu, 16 Nov 2006 01:02:00 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAG120Ui032465; Thu, 16 Nov 2006 01:02:00 GMT (envelope-from pjd) Message-Id: <200611160102.kAG120Ui032465@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 16 Nov 2006 01:02: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/sys/kern kern_condvar.c kern_synch.c subr_sleepqueue.c src/sys/sys sleepqueue.h src/share/man/man9 sleepqueue.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: Thu, 16 Nov 2006 01:02:02 -0000 pjd 2006-11-16 01:02:00 UTC FreeBSD src repository Modified files: sys/kern kern_condvar.c kern_synch.c subr_sleepqueue.c sys/sys sleepqueue.h share/man/man9 sleepqueue.9 Log: Change sleepq_add(9) argument from 'struct mtx *' to 'struct lock_object *', which allows to use it with different kinds of locks. For example it allows to implement Solaris conditions variables which will be used in ZFS port on top of sx(9) locks. Reviewed by: jhb Revision Changes Path 1.13 +3 -3 src/share/man/man9/sleepqueue.9 1.56 +4 -4 src/sys/kern/kern_condvar.c 1.284 +3 -2 src/sys/kern/kern_synch.c 1.30 +3 -3 src/sys/kern/subr_sleepqueue.c 1.8 +2 -2 src/sys/sys/sleepqueue.h From owner-cvs-all@FreeBSD.ORG Thu Nov 16 02:40:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C1B816A407; Thu, 16 Nov 2006 02:40:19 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DED3543D49; Thu, 16 Nov 2006 02:40:18 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAG2eIp6050175; Thu, 16 Nov 2006 02:40:18 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAG2eID0050174; Thu, 16 Nov 2006 02:40:18 GMT (envelope-from mjacob) Message-Id: <200611160240.kAG2eID0050174@repoman.freebsd.org> From: Matt Jacob Date: Thu, 16 Nov 2006 02:40: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/sys/dev/mpt mpt_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, 16 Nov 2006 02:40:19 -0000 mjacob 2006-11-16 02:40:18 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt_pci.c Log: After tests on 2 different AMD platforms with several different cards (SAS, 4Gb FC), MSI seems to work with the cards. This was of some concern because some PCI cards claim to work with MSI but don't. Revision Changes Path 1.42 +0 -2 src/sys/dev/mpt/mpt_pci.c From owner-cvs-all@FreeBSD.ORG Thu Nov 16 02:43:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B9AD16A417; Thu, 16 Nov 2006 02:43:45 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 637CF43D55; Thu, 16 Nov 2006 02:43:44 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAG2hi2g051438; Thu, 16 Nov 2006 02:43:44 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAG2hioj051437; Thu, 16 Nov 2006 02:43:44 GMT (envelope-from shaun) Message-Id: <200611160243.kAG2hioj051437@repoman.freebsd.org> From: Shaun Amott Date: Thu, 16 Nov 2006 02:43: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/www/cherokee Makefile ports/www/cherokee/files patch-cherokee-connection.c patch-cherokee-handler_cgi_base.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, 16 Nov 2006 02:43:45 -0000 shaun 2006-11-16 02:43:44 UTC FreeBSD ports repository Modified files: www/cherokee Makefile www/cherokee/files patch-cherokee-connection.c patch-cherokee-handler_cgi_base.c Log: Fix port - it compiled, but the daemon failed to start completely. Reported by: Beech Rintoul (maintainer) Revision Changes Path 1.31 +1 -1 ports/www/cherokee/Makefile 1.2 +7 -10 ports/www/cherokee/files/patch-cherokee-connection.c 1.2 +3 -3 ports/www/cherokee/files/patch-cherokee-handler_cgi_base.c From owner-cvs-all@FreeBSD.ORG Thu Nov 16 03:15:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7024316A40F; Thu, 16 Nov 2006 03:15:53 +0000 (UTC) (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 2D33543D46; Thu, 16 Nov 2006 03:15:53 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAG3FrDT057874; Thu, 16 Nov 2006 03:15:53 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAG3Frfd057873; Thu, 16 Nov 2006 03:15:53 GMT (envelope-from vanilla) Message-Id: <200611160315.kAG3Frfd057873@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 16 Nov 2006 03:15: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/lang/pike76 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, 16 Nov 2006 03:15:53 -0000 vanilla 2006-11-16 03:15:52 UTC FreeBSD ports repository Modified files: lang/pike76 Makefile distinfo pkg-plist Log: - Update to 7.6.94 PR: ports/105546 Submitted by: maintainer Revision Changes Path 1.29 +2 -2 ports/lang/pike76/Makefile 1.11 +3 -3 ports/lang/pike76/distinfo 1.7 +0 -1 ports/lang/pike76/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 16 03:30:44 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED77B16A412; Thu, 16 Nov 2006 03:30:44 +0000 (UTC) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BB8243D46; Thu, 16 Nov 2006 03:30:44 +0000 (GMT) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (localhost [127.0.0.1]) by ns1.feral.com (8.13.8/8.13.8) with ESMTP id kAG3UY5x007278; Wed, 15 Nov 2006 19:30:44 -0800 (PST) (envelope-from mjacob@freebsd.org) Received: from localhost (mjacob@localhost) by ns1.feral.com (8.13.8/8.13.8/Submit) with ESMTP id kAG3UYw7007275; Wed, 15 Nov 2006 19:30:34 -0800 (PST) (envelope-from mjacob@freebsd.org) X-Authentication-Warning: ns1.feral.com: mjacob owned process doing -bs Date: Wed, 15 Nov 2006 19:30:34 -0800 (PST) From: mjacob@freebsd.org X-X-Sender: mjacob@ns1.feral.com To: John Baldwin In-Reply-To: <20061115134949.T1700@ns1.feral.com> Message-ID: <20061115192354.D7197@ns1.feral.com> References: <200611152018.kAFKI9A3061678@repoman.freebsd.org> <200611151617.23125.jhb@freebsd.org> <20061115134949.T1700@ns1.feral.com> 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/dev/mpt mpt_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mjacob@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: Thu, 16 Nov 2006 03:30:45 -0000 MSI/MSI-X seemed work with MPT for SAS, 4Gb FibreChannel on one system (SuperMicro Xeon) and 2Gb FibreChannel on another (4xdual core Opteron), but failed for onboard MPT on that system (dual core Opteron) mpt3: request 0xffffffff80e75050:96 timed out for ccb 0xffffff01433ec400 (req->ccb 0xffffff01433ec400) mpt3: completing timedout/aborted req 0xffffffff80e75050:96 mpt3: Timedout requests already complete. Interrupts may not be functioning. mpt2: request 0xffffffff80e67050:96 timed out for ccb 0xffffff0141c75c00 (req->ccb 0xffffff0141c75c00) mpt2: completing timedout/aborted req 0xffffffff80e67050:96 mpt2: Timedout requests already complete. Interrupts may not be functioning. MSI/MSI-X failed to work for the onboard em on the SuperMicro system. Given the (unselective) failure rate for me and the relatively small sample, but with two pretty widely used system types I'd like to suggest that you reconsider making the MSI and MSI-X being 'on' as the default. -matt > > > Sorry- should have said "broader testing", which would include FC 4Gb cards. > >> On Wednesday 15 November 2006 15:18, Matt Jacob wrote: >>> mjacob 2006-11-15 20:18:09 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/dev/mpt mpt_pci.c >>> Log: >>> Turn off MSI until some testing is done. >>> >>> Revision Changes Path >>> 1.40 +2 -0 src/sys/dev/mpt/mpt_pci.c >> >> Works great here on the box I tested it on with both MSI and MSI-X, so it >> wasn't untested. >> >> -- >> John Baldwin >> > From owner-cvs-all@FreeBSD.ORG Thu Nov 16 03:35:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6D1916A4CA; Thu, 16 Nov 2006 03:35:39 +0000 (UTC) (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 7629A43D8D; Thu, 16 Nov 2006 03:35:11 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id kAG3Z5HY010087; Wed, 15 Nov 2006 20:35:10 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <455BDC68.2080603@samsco.org> Date: Wed, 15 Nov 2006 20:35:04 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.0.7) Gecko/20060910 SeaMonkey/1.0.5 MIME-Version: 1.0 To: mjacob@FreeBSD.org References: <200611152018.kAFKI9A3061678@repoman.freebsd.org> <200611151617.23125.jhb@freebsd.org> <20061115134949.T1700@ns1.feral.com> <20061115192354.D7197@ns1.feral.com> In-Reply-To: <20061115192354.D7197@ns1.feral.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, John Baldwin Subject: Re: cvs commit: src/sys/dev/mpt mpt_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, 16 Nov 2006 03:35:40 -0000 Could you please send the bootverbose output from these problem systems? Scott mjacob@FreeBSD.org wrote: > > > MSI/MSI-X seemed work with MPT for SAS, 4Gb FibreChannel on one system > (SuperMicro Xeon) and 2Gb FibreChannel on another (4xdual core Opteron), > but failed for onboard MPT on that system (dual core Opteron) > > mpt3: request 0xffffffff80e75050:96 timed out for ccb 0xffffff01433ec400 > (req->ccb 0xffffff01433ec400) > mpt3: completing timedout/aborted req 0xffffffff80e75050:96 > mpt3: Timedout requests already complete. Interrupts may not be > functioning. > mpt2: request 0xffffffff80e67050:96 timed out for ccb 0xffffff0141c75c00 > (req->ccb 0xffffff0141c75c00) > mpt2: completing timedout/aborted req 0xffffffff80e67050:96 > mpt2: Timedout requests already complete. Interrupts may not be > functioning. > > > MSI/MSI-X failed to work for the onboard em on the SuperMicro system. > > Given the (unselective) failure rate for me and the relatively small > sample, but with two pretty widely used system types I'd like to suggest > that you reconsider making the MSI and MSI-X being 'on' as the default. > > -matt > > >> >> >> Sorry- should have said "broader testing", which would include FC 4Gb >> cards. >> >>> On Wednesday 15 November 2006 15:18, Matt Jacob wrote: >>>> mjacob 2006-11-15 20:18:09 UTC >>>> >>>> FreeBSD src repository >>>> >>>> Modified files: >>>> sys/dev/mpt mpt_pci.c >>>> Log: >>>> Turn off MSI until some testing is done. >>>> >>>> Revision Changes Path >>>> 1.40 +2 -0 src/sys/dev/mpt/mpt_pci.c >>> >>> Works great here on the box I tested it on with both MSI and MSI-X, >>> so it >>> wasn't untested. >>> >>> -- >>> John Baldwin >>> >> From owner-cvs-all@FreeBSD.ORG Thu Nov 16 03:45:59 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31A8416A416; Thu, 16 Nov 2006 03:45:59 +0000 (UTC) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id E37A343D7C; Thu, 16 Nov 2006 03:45:55 +0000 (GMT) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (localhost [127.0.0.1]) by ns1.feral.com (8.13.8/8.13.8) with ESMTP id kAG3jja8007391; Wed, 15 Nov 2006 19:45:55 -0800 (PST) (envelope-from mjacob@freebsd.org) Received: from localhost (mjacob@localhost) by ns1.feral.com (8.13.8/8.13.8/Submit) with ESMTP id kAG3jjhs007388; Wed, 15 Nov 2006 19:45:45 -0800 (PST) (envelope-from mjacob@freebsd.org) X-Authentication-Warning: ns1.feral.com: mjacob owned process doing -bs Date: Wed, 15 Nov 2006 19:45:45 -0800 (PST) From: mjacob@freebsd.org X-X-Sender: mjacob@ns1.feral.com To: Scott Long In-Reply-To: <455BDC68.2080603@samsco.org> Message-ID: <20061115194305.M7355@ns1.feral.com> References: <200611152018.kAFKI9A3061678@repoman.freebsd.org> <200611151617.23125.jhb@freebsd.org> <20061115134949.T1700@ns1.feral.com> <20061115192354.D7197@ns1.feral.com> <455BDC68.2080603@samsco.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, John Baldwin Subject: Re: cvs commit: src/sys/dev/mpt mpt_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mjacob@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: Thu, 16 Nov 2006 03:45:59 -0000 > Could you please send the bootverbose output from these problem systems? Sure- I'll put the info up in http://people.freebsd.org/~mjacob shortly. Look- MSI is look a lot of other h/w features. It's been available in the h/w years before software has taken advantage of it, so the likelihood of older h/w just plain not working when s/w finally turns it on is pretty high. From owner-cvs-all@FreeBSD.ORG Thu Nov 16 03:49:20 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45DB716A40F; Thu, 16 Nov 2006 03:49:20 +0000 (UTC) (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 4FBA043D45; Thu, 16 Nov 2006 03:49:19 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id kAG3nD42010207; Wed, 15 Nov 2006 20:49:18 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <455BDFB7.9040303@samsco.org> Date: Wed, 15 Nov 2006 20:49:11 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.0.7) Gecko/20060910 SeaMonkey/1.0.5 MIME-Version: 1.0 To: mjacob@freebsd.org References: <200611152018.kAFKI9A3061678@repoman.freebsd.org> <200611151617.23125.jhb@freebsd.org> <20061115134949.T1700@ns1.feral.com> <20061115192354.D7197@ns1.feral.com> <455BDC68.2080603@samsco.org> <20061115194305.M7355@ns1.feral.com> In-Reply-To: <20061115194305.M7355@ns1.feral.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, John Baldwin Subject: Re: cvs commit: src/sys/dev/mpt mpt_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, 16 Nov 2006 03:49:20 -0000 mjacob@freebsd.org wrote: > > >> Could you please send the bootverbose output from these problem systems? > > Sure- I'll put the info up in http://people.freebsd.org/~mjacob shortly. > > Look- MSI is look a lot of other h/w features. It's been available in > the h/w years before software has taken advantage of it, so the > likelihood of older h/w just plain not working when s/w finally turns it > on is pretty high. Agreed, just want to rule out software bugs first. Scott From owner-cvs-all@FreeBSD.ORG Thu Nov 16 04:01:57 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 432C816A415; Thu, 16 Nov 2006 04:01:57 +0000 (UTC) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9909743D53; Thu, 16 Nov 2006 04:01:56 +0000 (GMT) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (localhost [127.0.0.1]) by ns1.feral.com (8.13.8/8.13.8) with ESMTP id kAG41kVo007500; Wed, 15 Nov 2006 20:01:56 -0800 (PST) (envelope-from mjacob@freebsd.org) Received: from localhost (mjacob@localhost) by ns1.feral.com (8.13.8/8.13.8/Submit) with ESMTP id kAG41kx1007497; Wed, 15 Nov 2006 20:01:46 -0800 (PST) (envelope-from mjacob@freebsd.org) X-Authentication-Warning: ns1.feral.com: mjacob owned process doing -bs Date: Wed, 15 Nov 2006 20:01:46 -0800 (PST) From: mjacob@freebsd.org X-X-Sender: mjacob@ns1.feral.com To: Scott Long In-Reply-To: <455BDFB7.9040303@samsco.org> Message-ID: <20061115200109.U7495@ns1.feral.com> References: <200611152018.kAFKI9A3061678@repoman.freebsd.org> <200611151617.23125.jhb@freebsd.org> <20061115134949.T1700@ns1.feral.com> <20061115192354.D7197@ns1.feral.com> <455BDC68.2080603@samsco.org> <20061115194305.M7355@ns1.feral.com> <455BDFB7.9040303@samsco.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, John Baldwin Subject: Re: cvs commit: src/sys/dev/mpt mpt_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mjacob@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: Thu, 16 Nov 2006 04:01:57 -0000 see http://people.freebsd.org/~mjacob for 2 bootverbose files. From owner-cvs-all@FreeBSD.ORG Thu Nov 16 04:04:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C96816A403; Thu, 16 Nov 2006 04:04:08 +0000 (UTC) (envelope-from jdp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C01B43D55; Thu, 16 Nov 2006 04:04:08 +0000 (GMT) (envelope-from jdp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAG447pg066619; Thu, 16 Nov 2006 04:04:07 GMT (envelope-from jdp@repoman.freebsd.org) Received: (from jdp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAG447gi066614; Thu, 16 Nov 2006 04:04:07 GMT (envelope-from jdp) Message-Id: <200611160404.kAG447gi066614@repoman.freebsd.org> From: John Polstra Date: Thu, 16 Nov 2006 04:04: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/dev/bce if_bce.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, 16 Nov 2006 04:04:08 -0000 jdp 2006-11-16 04:04:07 UTC FreeBSD src repository Modified files: sys/dev/bce if_bce.c Log: In bce_start_locked, check the used_tx_bd count rather than the descriptor's mbuf pointer to see if the transmit ring is full. The mbuf pointer is set only in the last descriptor of a multi-descriptor packet. By relying on the mbuf pointers of the earlier descriptors, the driver would sometimes overwrite a descriptor belonging to a packet that wasn't completed yet. Also, tx_chain_prod wasn't updated inside the loop, causing the wrong descriptor to be checked after the first iteration. The upshot of all this was the loss of some transmitted packets at medium to high packet rates. In bce_tx_encap, remove a couple of old statements that shuffled around the tx_mbuf_map pointers. These now correspond 1-to-1 with the transmit descriptors, and they are not supposed to be changed. Correct a couple of inaccurate comments. MFC after: 1 month Revision Changes Path 1.20 +8 -8 src/sys/dev/bce/if_bce.c From owner-cvs-all@FreeBSD.ORG Thu Nov 16 04:19:51 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64C1B16A407; Thu, 16 Nov 2006 04:19:51 +0000 (UTC) (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 D22DB43D4C; Thu, 16 Nov 2006 04:19:50 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id kAG4JinV010549; Wed, 15 Nov 2006 21:19:49 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <455BE6DF.4090907@samsco.org> Date: Wed, 15 Nov 2006 21:19:43 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.0.7) Gecko/20060910 SeaMonkey/1.0.5 MIME-Version: 1.0 To: mjacob@freebsd.org References: <200611152018.kAFKI9A3061678@repoman.freebsd.org> <200611151617.23125.jhb@freebsd.org> <20061115134949.T1700@ns1.feral.com> <20061115192354.D7197@ns1.feral.com> <455BDC68.2080603@samsco.org> <20061115194305.M7355@ns1.feral.com> <455BDFB7.9040303@samsco.org> <20061115200109.U7495@ns1.feral.com> In-Reply-To: <20061115200109.U7495@ns1.feral.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, John Baldwin Subject: Re: cvs commit: src/sys/dev/mpt mpt_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, 16 Nov 2006 04:19:51 -0000 mjacob@freebsd.org wrote: > > see http://people.freebsd.org/~mjacob for 2 bootverbose files. > > Ah, it looks like the MPT chips support 8 messages. I think that John's patch assumes only 1 message for it. For some devices, requesting 1 message when N are available will work, but it really is undefined behaviour and is dependent on the device to DTRT. So in your case, some of the MPT chips handled it well, some did not. Just out of curiosity, do you have any MPT docs that describe its MSI capabilities? In any case, it should probably be disabled in the MPT driver until we have a better understanding of how it works there. For your if_em problem, I'm not seeing what the problem is. It looks like em0 was successful at getting an IP address over DHCP, so I would assume that interrupts are working on it. Scott From owner-cvs-all@FreeBSD.ORG Thu Nov 16 04:24:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EDEE16A47C; Thu, 16 Nov 2006 04:24:59 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF6EA43D45; Thu, 16 Nov 2006 04:24:58 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAG4Ow4F069945; Thu, 16 Nov 2006 04:24:58 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAG4OwAP069944; Thu, 16 Nov 2006 04:24:58 GMT (envelope-from bmah) Message-Id: <200611160424.kAG4OwAP069944@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 16 Nov 2006 04:24:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/release/doc/share/sgml release.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: Thu, 16 Nov 2006 04:24:59 -0000 bmah 2006-11-16 04:24:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) release/doc/share/sgml release.ent Log: Unbreak release notes build, caused by me giving incorrect information to kensmith@. The entities indicating the type of release are different between RELENG_5 and RELENG_6, although (in a moral sense) they should be the same. Approved by: re (implicitly) Pointy hat to: bmah Revision Changes Path 1.24.2.5.2.3 +1 -0 src/release/doc/share/sgml/release.ent From owner-cvs-all@FreeBSD.ORG Thu Nov 16 04:29:21 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC91E16A403; Thu, 16 Nov 2006 04:29:21 +0000 (UTC) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 675E443D55; Thu, 16 Nov 2006 04:29:21 +0000 (GMT) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (localhost [127.0.0.1]) by ns1.feral.com (8.13.8/8.13.8) with ESMTP id kAG4TBXM007736; Wed, 15 Nov 2006 20:29:21 -0800 (PST) (envelope-from mjacob@freebsd.org) Received: from localhost (mjacob@localhost) by ns1.feral.com (8.13.8/8.13.8/Submit) with ESMTP id kAG4TBeX007733; Wed, 15 Nov 2006 20:29:11 -0800 (PST) (envelope-from mjacob@freebsd.org) X-Authentication-Warning: ns1.feral.com: mjacob owned process doing -bs Date: Wed, 15 Nov 2006 20:29:11 -0800 (PST) From: mjacob@freebsd.org X-X-Sender: mjacob@ns1.feral.com To: Scott Long In-Reply-To: <455BE6DF.4090907@samsco.org> Message-ID: <20061115202136.K7698@ns1.feral.com> References: <200611152018.kAFKI9A3061678@repoman.freebsd.org> <200611151617.23125.jhb@freebsd.org> <20061115134949.T1700@ns1.feral.com> <20061115192354.D7197@ns1.feral.com> <455BDC68.2080603@samsco.org> <20061115194305.M7355@ns1.feral.com> <455BDFB7.9040303@samsco.org> <20061115200109.U7495@ns1.feral.com> <455BE6DF.4090907@samsco.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, John Baldwin Subject: Re: cvs commit: src/sys/dev/mpt mpt_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mjacob@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: Thu, 16 Nov 2006 04:29:22 -0000 On Wed, 15 Nov 2006, Scott Long wrote: > mjacob@freebsd.org wrote: >> >> see http://people.freebsd.org/~mjacob for 2 bootverbose files. >> >> > > Ah, it looks like the MPT chips support 8 messages. I think that > John's patch assumes only 1 message for it. No, John's patch will only enable MSI for a count of one. The PCI cards I have that support MSI are: AMD: QLogic 6312 (MSI 8) LSI-Logic 1030 (MSI 1) LSI-Logic 1030 (MSI 1) [ STUPID ME- The FC929 doesn't have MSI ] Broadcom NetXtreme (MSI 8) Broadcom NetXtreme (MSI 8) SuperMicro LSI-Logic 4Gb (MSI-1 MSI-X 1) LSI-Logic 4Gb (MSI-1 MSI-X 1) LSI-Logic SAS (MSI-1 MSI-X 1) QLogic 2422 4Gb (MSI 8) QLogic 2422 4Gb (MSI 8) em (MSI 1) I would guess you were looking at the one of the other devs. > For some devices, > requesting 1 message when N are available will work, but it really is > undefined behaviour and is dependent on the device to DTRT. So in your > case, some of the MPT chips handled it well, some did not. Just out of > curiosity, do you have any MPT docs that describe its MSI capabilities? > In any case, it should probably be disabled in the MPT driver until we > have a better understanding of how it works there. > > For your if_em problem, I'm not seeing what the problem is. It looks > like em0 was successful at getting an IP address over DHCP, so I would > assume that interrupts are working on it. Nope. That's why I included the change to disable msi in the boot verbose (there are two boot sessions there). You can have a *mostly* functional ethernet w/o interrupts functioning- you just get watchdog resets. From owner-cvs-all@FreeBSD.ORG Thu Nov 16 04:54:50 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52D4F16A47C; Thu, 16 Nov 2006 04:54:50 +0000 (UTC) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id B04AD43D55; Thu, 16 Nov 2006 04:54:49 +0000 (GMT) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (localhost [127.0.0.1]) by ns1.feral.com (8.13.8/8.13.8) with ESMTP id kAG4sddu007923; Wed, 15 Nov 2006 20:54:49 -0800 (PST) (envelope-from mjacob@freebsd.org) Received: from localhost (mjacob@localhost) by ns1.feral.com (8.13.8/8.13.8/Submit) with ESMTP id kAG4sbSj007920; Wed, 15 Nov 2006 20:54:39 -0800 (PST) (envelope-from mjacob@freebsd.org) X-Authentication-Warning: ns1.feral.com: mjacob owned process doing -bs Date: Wed, 15 Nov 2006 20:54:37 -0800 (PST) From: mjacob@freebsd.org X-X-Sender: mjacob@ns1.feral.com To: Scott Long In-Reply-To: <20061115202136.K7698@ns1.feral.com> Message-ID: <20061115205323.E7698@ns1.feral.com> References: <200611152018.kAFKI9A3061678@repoman.freebsd.org> <200611151617.23125.jhb@freebsd.org> <20061115134949.T1700@ns1.feral.com> <20061115192354.D7197@ns1.feral.com> <455BDC68.2080603@samsco.org> <20061115194305.M7355@ns1.feral.com> <455BDFB7.9040303@samsco.org> <20061115200109.U7495@ns1.feral.com> <455BE6DF.4090907@samsco.org> <20061115202136.K7698@ns1.feral.com> 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, John Baldwin Subject: Re: cvs commit: src/sys/dev/mpt mpt_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mjacob@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: Thu, 16 Nov 2006 04:54:50 -0000 Just to increase the population, I've included Dell 2850 (both i386 and amd64 instantiations) as a 'success' bootverbose logs with 5 distinct MPT devices each with MSI-1. -matt From owner-cvs-all@FreeBSD.ORG Thu Nov 16 04:58:01 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14EBE16A407; Thu, 16 Nov 2006 04:58:01 +0000 (UTC) (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 5F1A543D45; Thu, 16 Nov 2006 04:58:00 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id kAG4vrSn010778; Wed, 15 Nov 2006 21:57:59 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <455BEFCF.5040606@samsco.org> Date: Wed, 15 Nov 2006 21:57:51 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.0.7) Gecko/20060910 SeaMonkey/1.0.5 MIME-Version: 1.0 To: mjacob@freebsd.org References: <200611152018.kAFKI9A3061678@repoman.freebsd.org> <200611151617.23125.jhb@freebsd.org> <20061115134949.T1700@ns1.feral.com> <20061115192354.D7197@ns1.feral.com> <455BDC68.2080603@samsco.org> <20061115194305.M7355@ns1.feral.com> <455BDFB7.9040303@samsco.org> <20061115200109.U7495@ns1.feral.com> <455BE6DF.4090907@samsco.org> <20061115202136.K7698@ns1.feral.com> <20061115205323.E7698@ns1.feral.com> In-Reply-To: <20061115205323.E7698@ns1.feral.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Scott Long , cvs-all@freebsd.org, John Baldwin Subject: Re: cvs commit: src/sys/dev/mpt mpt_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, 16 Nov 2006 04:58:01 -0000 mjacob@freebsd.org wrote: > > Just to increase the population, I've included Dell 2850 (both i386 and > amd64 instantiations) as a 'success' bootverbose logs with 5 distinct > MPT devices each with MSI-1. > > -matt > Thanks. The the bce and mfi devices on the Dell 2950 also work. The if_em device on my Intel 7520BD2 system also works. I haven't tested mpt on it yet, though. Scott From owner-cvs-all@FreeBSD.ORG Thu Nov 16 05:05:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D42CF16A407; Thu, 16 Nov 2006 05:05:44 +0000 (UTC) (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 BC7A443D88; Thu, 16 Nov 2006 05:05:35 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id kAG52rBi000972; Wed, 15 Nov 2006 22:02:53 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 15 Nov 2006 22:03:31 -0700 (MST) Message-Id: <20061115.220331.-957833409.imp@bsdimp.com> To: scottl@samsco.org From: "M. Warner Losh" In-Reply-To: <455BA914.7010602@samsco.org> References: <455BA0B6.1000109@samsco.org> <20061115.165057.-1632628388.imp@bsdimp.com> <455BA914.7010602@samsco.org> X-Mailer: Mew version 4.2 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]); Wed, 15 Nov 2006 22:02:53 -0700 (MST) Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, ru@FreeBSD.ORG, cvs-all@FreeBSD.ORG, jhb@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_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, 16 Nov 2006 05:05:44 -0000 In message: <455BA914.7010602@samsco.org> Scott Long writes: : M. Warner Losh wrote: : > In message: <455BA0B6.1000109@samsco.org> : > Scott Long writes: : > : M. Warner Losh wrote: : > : > In message: <200611151756.31047.jhb@freebsd.org> : > : > John Baldwin writes: : > : > : On Wednesday 15 November 2006 17:51, M. Warner Losh wrote: : > : > : > In message: <455B963A.4050200@samsco.org> : > : > : > Scott Long writes: : > : > : > : John Baldwin wrote: : > : > : > : > On Wednesday 15 November 2006 16:51, Ruslan Ermilov wrote: : > : > : > : >> On Thu, Nov 16, 2006 at 12:51:19AM +0300, Ruslan Ermilov wrote: : > : > : > : >>> On Wed, Nov 15, 2006 at 08:04:57PM +0000, John Baldwin wrote: : > : > : > : >>>> jhb 2006-11-15 20:04:57 UTC : > : > : > : >>>> : > : > : > : >>>> FreeBSD src repository : > : > : > : >>>> : > : > : > : >>>> Modified files: : > : > : > : >>>> sys/dev/bce if_bce.c : > : > : > : >>>> sys/dev/em if_em.c if_em.h : > : > : > : >>>> sys/dev/mpt mpt.h mpt_pci.c : > : > : > : >>>> Log: : > : > : > : >>>> Add MSI support to em(4), bce(4), and mpt(4). For now, we only : > : > : > : > support : > : > : > : >>>> devices that support a maximum of 1 message, and we use that 1 : > : > : message : > : > : > : >>>> instead of the INTx rid 0 IRQ with the same interrupt handler, etc. : > : > : > : >>>> : > : > : > : >>>> Revision Changes Path : > : > : > : >>>> 1.19 +11 -3 src/sys/dev/bce/if_bce.c : > : > : > : >>>> 1.164 +11 -2 src/sys/dev/em/if_em.c : > : > : > : >>>> 1.56 +1 -0 src/sys/dev/em/if_em.h : > : > : > : >>>> 1.31 +1 -0 src/sys/dev/mpt/mpt.h : > : > : > : >>>> 1.39 +14 -1 src/sys/dev/mpt/mpt_pci.c : > : > : > : >>>> : > : > : > : >>> How will the "vmstat -i" output look like for MSI-enabled devices? : > : > : > : >>> : > : > : > : >> irqXXXX, where XXXX>=1024? : > : > : > : > : > : > : > : > s/1024/256/ : > : > : > : > : > : > : > : : > : > : > : There is a problem here, though. Newbus prints out the IRQ number after : > : > : > : a successful device probe phase. It has no knowledge of MSI at that : > : > : > : point, so it just prints out the traditional IRQ value. At some point, : > : > : > : this needs to be fixed. Having the driver tell newbus about its MSI : > : > : > : intentions in the probe routine is unrealistic, so there is no quick : > : > : > : fix there. Probably need to delay printing the device message until : > : > : > : later in the attach routine, once the driver has set up all of the : > : > : > : resources. : > : > : > : > : > : > I've been wanting to move the printing of the attach string from : > : > : > post-probe, pre-attach to post-attach for some time now. We would : > : > : > then report the resources assigned to the device. I'm not sure if I'd : > : > : > print all the resources assigned, or only those the driver activates. : > : > : > Both sides of the argument have merit, imho. On the pro side, : > : > : > resources are used, and printing them will help highlight conflicts. : > : > : > On the con side, people think it clutters things up too much and might : > : > : > lead to false expectations. : > : > : > : > : > : > When I've mentioned this desire at various developer summits, I was : > : > : > told basically "go for it, but only at freebsd X.0 since people have : > : > : > dmesg parsers" by many people (maybe even including Scott). : > : > : : > : > : Also, the way it works now, if attach fails and the routine prints out error : > : > : messages, you get to see line for the device first with the initial resources : > : > : and then you see the error message from the driver. If you move the printf : > : > : down, then all you get is an error message from the driver. At the very : > : > : least this would break POLA for a lot of our users. I'm still undecided. : > : > : I could add a printf when a device ends up succesfully allocating MSI or MSI-X : > : > : IRQs if people desired. : > : > : > : > I'd prefer those be under bootverbose. : > : > : > : > I think the real answer may be to get devinfo output to be real... : > : > : > : > Warner : > : : > : Yeah, the resource info really is superfluous during boot. It looks : > : cool in the old-school unix way, but that's about it. Maybe it's time : > : to change newbus to only print the driver name and driver-supplied : > : description after the probe phase, like you hint at. newbus could then : > : print resource info as the driver activates it, if bootverbose is set. : > : I'd support something like this for 7.0, even if devinfo doesn't get : > : fully fixed. If MSI gets merged to RELENG_6, then we'll just have to : > : live with the incorrect newbus prints. : > : : > : So for example, I would change this: : > : : > : atapci0: port : > : 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfc00-0xfc0f at device 31.2 on pci0 : > : : > : into: : > : : > : atapci0: at device 31.2 on pci0 : > : > That's exactly what I'm thinking too. Glad to see we're on the same : > page. : > : > : Calls to bus_activate_resouce/bus_alloc_resource(RF_ACTIVE) could then : > : print the various resources, contingent on bootverbose being set. This : > : would make the ugly [GIANT_LOCKED] and [FAST] messages that get printed : > : right now have a chance of being more consistent. : > : > I was thinking that if we printed things last, we could potentially : > eliminate them from normal use and just print them as part of the : > resources (optionally?): : > : > atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfc00-0xfc0f irq 23 [FAST] : > : > or something similar... : > : > Warner : : Sounds good. Beware that MSI makes it possible to have as many as 64 : interrupts per device, though it's more common to have anywhere from 1 : to 8. I'd probably split up your above line into 2 lines, one for : memory resources and one for interrupt resources. Is there some convention for MSI naming? Or are the resources basically anonymous? Warner From owner-cvs-all@FreeBSD.ORG Thu Nov 16 06:00:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68F9C16A494; Thu, 16 Nov 2006 06:00:29 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2638943D53; Thu, 16 Nov 2006 06:00:29 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAG60Tpr093187; Thu, 16 Nov 2006 06:00:29 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAG60Sou093186; Thu, 16 Nov 2006 06:00:28 GMT (envelope-from rafan) Message-Id: <200611160600.kAG60Sou093186@repoman.freebsd.org> From: Rong-En Fan Date: Thu, 16 Nov 2006 06:00: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/devel/p5-PAR 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, 16 Nov 2006 06:00:29 -0000 rafan 2006-11-16 06:00:28 UTC FreeBSD ports repository Modified files: devel/p5-PAR Makefile distinfo Log: - Update to 0.95.9 (distversion 0.959) Revision Changes Path 1.28 +1 -1 ports/devel/p5-PAR/Makefile 1.21 +3 -3 ports/devel/p5-PAR/distinfo From owner-cvs-all@FreeBSD.ORG Thu Nov 16 06:13:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CC3116A403; Thu, 16 Nov 2006 06:13:42 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0774643D4C; Thu, 16 Nov 2006 06:13:41 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAG6Dfww096960; Thu, 16 Nov 2006 06:13:41 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAG6DfFD096959; Thu, 16 Nov 2006 06:13:41 GMT (envelope-from rafan) Message-Id: <200611160613.kAG6DfFD096959@repoman.freebsd.org> From: Rong-En Fan Date: Thu, 16 Nov 2006 06:13: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/autoconf-archive 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, 16 Nov 2006 06:13:42 -0000 rafan 2006-11-16 06:13:41 UTC FreeBSD ports repository Modified files: devel/autoconf-archive Makefile distinfo pkg-plist Log: - Update to 2006-11-10 release PR: ports/105574 Submitted by: Martin Kammerhofer (maintainer) Revision Changes Path 1.3 +2 -1 ports/devel/autoconf-archive/Makefile 1.3 +3 -3 ports/devel/autoconf-archive/distinfo 1.3 +2 -0 ports/devel/autoconf-archive/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 16 06:28:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AE7316A407; Thu, 16 Nov 2006 06:28:55 +0000 (UTC) (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 3246A43D46; Thu, 16 Nov 2006 06:28:55 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAG6Ssq6099245; Thu, 16 Nov 2006 06:28:54 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAG6SsLT099244; Thu, 16 Nov 2006 06:28:54 GMT (envelope-from scottl) Message-Id: <200611160628.kAG6SsLT099244@repoman.freebsd.org> From: Scott Long Date: Thu, 16 Nov 2006 06:28: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/dev/bce if_bce.c if_bcereg.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, 16 Nov 2006 06:28:55 -0000 scottl 2006-11-16 06:28:54 UTC FreeBSD src repository Modified files: sys/dev/bce if_bce.c if_bcereg.h Log: Due to an incorrect macro, it appears that this driver has always been accidentally truncating off the VLAN tag field in the TX descriptor. Fix this by splitting up the vlan_tag and flags fields into separate fields, and handling them appropriately. Sponsored by: Ironport MFC After: 3 days Revision Changes Path 1.21 +16 -13 src/sys/dev/bce/if_bce.c 1.10 +2 -1 src/sys/dev/bce/if_bcereg.h From owner-cvs-all@FreeBSD.ORG Thu Nov 16 07:39:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D09F116A407; Thu, 16 Nov 2006 07:39:36 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E63F43D4C; Thu, 16 Nov 2006 07:39:36 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAG7daBG012864; Thu, 16 Nov 2006 07:39:36 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAG7da2v012859; Thu, 16 Nov 2006 07:39:36 GMT (envelope-from osa) Message-Id: <200611160739.kAG7da2v012859@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Thu, 16 Nov 2006 07:39: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/www/nginx 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, 16 Nov 2006 07:39:36 -0000 osa 2006-11-16 07:39:35 UTC FreeBSD ports repository Modified files: www/nginx Makefile distinfo Log: Update to 0.4.13. Revision Changes Path 1.92 +1 -1 ports/www/nginx/Makefile 1.86 +3 -3 ports/www/nginx/distinfo From owner-cvs-all@FreeBSD.ORG Thu Nov 16 07:50:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 873A216A40F; Thu, 16 Nov 2006 07:50:34 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41DF443D45; Thu, 16 Nov 2006 07:50:34 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAG7oYMg015644; Thu, 16 Nov 2006 07:50:34 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAG7oYlJ015643; Thu, 16 Nov 2006 07:50:34 GMT (envelope-from kmacy) Message-Id: <200611160750.kAG7oYlJ015643@repoman.freebsd.org> From: Kip Macy Date: Thu, 16 Nov 2006 07:50: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/sun4v/sun4v pmap.c tte_hash.c src/sys/sun4v/include tte_hash.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, 16 Nov 2006 07:50:34 -0000 kmacy 2006-11-16 07:50:33 UTC FreeBSD src repository Modified files: sys/sun4v/sun4v tte_hash.c pmap.c sys/sun4v/include tte_hash.h Log: Resize the hash table upwards if the number of collision entries is greater than 1/4 of the total it is possible that the resize threshold should be revised upwards Approved by: scottl (standing in for mentor rwatson) Revision Changes Path 1.3 +2 -2 src/sys/sun4v/include/tte_hash.h 1.7 +38 -19 src/sys/sun4v/sun4v/pmap.c 1.3 +78 -41 src/sys/sun4v/sun4v/tte_hash.c From owner-cvs-all@FreeBSD.ORG Thu Nov 16 08:04:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88DF716A403; Thu, 16 Nov 2006 08:04:30 +0000 (UTC) (envelope-from benno@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26ECA43D55; Thu, 16 Nov 2006 08:04:30 +0000 (GMT) (envelope-from benno@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAG84Uts020786; Thu, 16 Nov 2006 08:04:30 GMT (envelope-from benno@repoman.freebsd.org) Received: (from benno@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAG84T7F020785; Thu, 16 Nov 2006 08:04:29 GMT (envelope-from benno) Message-Id: <200611160804.kAG84T7F020785@repoman.freebsd.org> From: Benno Rice Date: Thu, 16 Nov 2006 08:04: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/tools/tools/nanobsd FlashDevice.sub X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 16 Nov 2006 08:04:30 -0000 benno 2006-11-16 08:04:29 UTC FreeBSD src repository Modified files: tools/tools/nanobsd FlashDevice.sub Log: Add the Transcend 2GB card specs. Revision Changes Path 1.8 +5 -0 src/tools/tools/nanobsd/FlashDevice.sub From owner-cvs-all@FreeBSD.ORG Thu Nov 16 08:43:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ADD916A417; Thu, 16 Nov 2006 08:43:53 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01D9C43D77; Thu, 16 Nov 2006 08:43:53 +0000 (GMT) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAG8hqbJ027379; Thu, 16 Nov 2006 08:43:52 GMT (envelope-from alexbl@repoman.freebsd.org) Received: (from alexbl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAG8hqoE027378; Thu, 16 Nov 2006 08:43:52 GMT (envelope-from alexbl) Message-Id: <200611160843.kAG8hqoE027378@repoman.freebsd.org> From: Alexander Botero-Lowry Date: Thu, 16 Nov 2006 08:43: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/audio/xmms2 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, 16 Nov 2006 08:43:53 -0000 alexbl 2006-11-16 08:43:52 UTC FreeBSD ports repository Modified files: audio/xmms2 Makefile pkg-plist Log: - add an OPTION for the ices plugin so that xmms2 can stream audio via icecast Requested by: xride Revision Changes Path 1.21 +9 -0 ports/audio/xmms2/Makefile 1.10 +1 -0 ports/audio/xmms2/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 16 08:56:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C86516A415; Thu, 16 Nov 2006 08:56:51 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7D2B43D60; Thu, 16 Nov 2006 08:56:46 +0000 (GMT) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAG8uknd037383; Thu, 16 Nov 2006 08:56:46 GMT (envelope-from alexbl@repoman.freebsd.org) Received: (from alexbl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAG8ukUr037382; Thu, 16 Nov 2006 08:56:46 GMT (envelope-from alexbl) Message-Id: <200611160856.kAG8ukUr037382@repoman.freebsd.org> From: Alexander Botero-Lowry Date: Thu, 16 Nov 2006 08:56: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-im Makefile ports/net-im/wildfire Makefile pkg-descr pkg-install pkg-plist ports/net-im/wildfire/files wildfire.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, 16 Nov 2006 08:56:51 -0000 alexbl 2006-11-16 08:56:46 UTC FreeBSD ports repository Modified files: net-im Makefile Added files: net-im/wildfire Makefile pkg-descr pkg-install pkg-plist net-im/wildfire/files wildfire.in Log: Wildfire is an enterprise instant messaging (EIM) server dual-licensed under the Open Source GPL and commercially. It uses the leading open protocol for instant messaging, XMPP (also called Jabber). Wildfire is incredibly easy to setup and administer, but offers rock-solid security and performance. WWW: http://www.jivesoftware.org/wildfire/ PR: ports/103492 Submitted by: Nikolay Pavlov Revision Changes Path 1.36 +1 -0 ports/net-im/Makefile 1.1 +80 -0 ports/net-im/wildfire/Makefile (new) 1.1 +88 -0 ports/net-im/wildfire/files/wildfire.in (new) 1.1 +7 -0 ports/net-im/wildfire/pkg-descr (new) 1.1 +36 -0 ports/net-im/wildfire/pkg-install (new) 1.1 +1264 -0 ports/net-im/wildfire/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Nov 16 08:56:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69C4916A4A0; Thu, 16 Nov 2006 08:56:59 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA4E143D70; Thu, 16 Nov 2006 08:56:58 +0000 (GMT) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAG8uwae037427; Thu, 16 Nov 2006 08:56:58 GMT (envelope-from alexbl@repoman.freebsd.org) Received: (from alexbl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAG8uwlZ037426; Thu, 16 Nov 2006 08:56:58 GMT (envelope-from alexbl) Message-Id: <200611160856.kAG8uwlZ037426@repoman.freebsd.org> From: Alexander Botero-Lowry Date: Thu, 16 Nov 2006 08:56: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: 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, 16 Nov 2006 08:56:59 -0000 alexbl 2006-11-16 08:56:58 UTC FreeBSD ports repository Modified files: . modules Log: wildfire --> ports/net-im/wildfire Revision Changes Path 1.16617 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Nov 16 08:58:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DFE916A403; Thu, 16 Nov 2006 08:58:51 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4721043DA3; Thu, 16 Nov 2006 08:58:32 +0000 (GMT) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAG8wWJb037524; Thu, 16 Nov 2006 08:58:32 GMT (envelope-from alexbl@repoman.freebsd.org) Received: (from alexbl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAG8wWQI037523; Thu, 16 Nov 2006 08:58:32 GMT (envelope-from alexbl) Message-Id: <200611160858.kAG8wWQI037523@repoman.freebsd.org> From: Alexander Botero-Lowry Date: Thu, 16 Nov 2006 08: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 GIDs UIDs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 16 Nov 2006 08:58:51 -0000 alexbl 2006-11-16 08:58:32 UTC FreeBSD ports repository Modified files: . GIDs UIDs Log: - add wildfire to GIDs and UIDs PR: ports/103492 Submitted by: Nikolay Pavlov Revision Changes Path 1.18 +2 -1 ports/GIDs 1.22 +2 -1 ports/UIDs From owner-cvs-all@FreeBSD.ORG Thu Nov 16 09:04:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B3C116A403; Thu, 16 Nov 2006 09:04:26 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE75943D95; Thu, 16 Nov 2006 09:04:24 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id kAG94KOl038416; Thu, 16 Nov 2006 12:04:20 +0300 (MSK) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.3/Submit) id kAG94CoH038412; Thu, 16 Nov 2006 12:04:12 +0300 (MSK) (envelope-from yar) Date: Thu, 16 Nov 2006 12:04:12 +0300 From: Yar Tikhiy To: "M. Warner Losh" Message-ID: <20061116090412.GB37133@comp.chem.msu.su> References: <3801.1163410519@critter.freebsd.dk> <20061113214928.P76443@delplex.bde.org> <20061113.101958.-861030824.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061113.101958.-861030824.imp@bsdimp.com> User-Agent: Mutt/1.5.9i Cc: src-committers@FreeBSD.org, bde@zeta.org.au, jkoshy@FreeBSD.org, cvs-all@FreeBSD.org, phk@phk.freebsd.dk, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/include ar.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, 16 Nov 2006 09:04:26 -0000 On Mon, Nov 13, 2006 at 10:19:58AM -0700, M. Warner Losh wrote: > : > : BTW, you are responsible for the __packed in . Please remove > : it. The __CTASSERT() is enough to detect if heroic packing is ever needed. > : The only danger is if something has grown to depend on __packed reducing > : alignment as a side effect. E.g., suppose we had a byte string containing > : a bytewise copy of a struct ip. If the copy might be misaligned, then it > : should be copied to an actual struct ip before accessing it as a struct, > : but code that accesses it directly using ((struct ip *)&bs[N]) would work > : now due to the reduced alignment. Places that really need __packed should > : probably use __aligned() to restore the natural alignment. > > DO NOT REMOVE IT. IT IS ABSOLUTELY REQUIRED FOR ARM TO WORK RIGHT. > If you want to remove it, then you must make sure arm works right > after it because I'll add it back. Many years ago I was taught that comments in code could help to avoid such clashes in software development. Is this true no more? ;-) -- Yar From owner-cvs-all@FreeBSD.ORG Thu Nov 16 09:52:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77BE916A412; Thu, 16 Nov 2006 09:52:24 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC49E43D49; Thu, 16 Nov 2006 09:52:23 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAG9qNGw047087; Thu, 16 Nov 2006 09:52:23 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAG9qNFP047086; Thu, 16 Nov 2006 09:52:23 GMT (envelope-from rafan) Message-Id: <200611160952.kAG9qNFP047086@repoman.freebsd.org> From: Rong-En Fan Date: Thu, 16 Nov 2006 09:52: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/potrace 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, 16 Nov 2006 09:52:24 -0000 rafan 2006-11-16 09:52:23 UTC FreeBSD ports repository Modified files: graphics/potrace Makefile Log: - Use SourceForge mirrors PR: ports/104943 Submitted by: Thomas Abthorpe Approved by: Piotr Smyrak (maintainer) Revision Changes Path 1.10 +2 -1 ports/graphics/potrace/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 16 11:41:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A12D616A412; Thu, 16 Nov 2006 11:41:24 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52F3943D46; Thu, 16 Nov 2006 11:41:24 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGBfOYF066327; Thu, 16 Nov 2006 11:41:24 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGBfOhc066325; Thu, 16 Nov 2006 11:41:24 GMT (envelope-from miwi) Message-Id: <200611161141.kAGBfOhc066325@repoman.freebsd.org> From: Martin Wilke Date: Thu, 16 Nov 2006 11:41: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/sysutils/syslog-ng2/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: Thu, 16 Nov 2006 11:41:24 -0000 miwi 2006-11-16 11:41:23 UTC FreeBSD ports repository Modified files: sysutils/syslog-ng2/files patch-configure Log: - Fix Config Path PR: ports/105603 Submitted by: Rob.Evers@flappie.debank.tv Approved by: Maintainer Revision Changes Path 1.2 +11 -2 ports/sysutils/syslog-ng2/files/patch-configure From owner-cvs-all@FreeBSD.ORG Thu Nov 16 11:46:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3426116A416; Thu, 16 Nov 2006 11:46:50 +0000 (UTC) (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 B4F9143D95; Thu, 16 Nov 2006 11:46:33 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGBkQe3067140; Thu, 16 Nov 2006 11:46:26 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGBkP4R067131; Thu, 16 Nov 2006 11:46:25 GMT (envelope-from maxim) Message-Id: <200611161146.kAGBkP4R067131@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 16 Nov 2006 11:46: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/i386/i386 pmap.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, 16 Nov 2006 11:46:50 -0000 maxim 2006-11-16 11:46:24 UTC FreeBSD src repository Modified files: sys/i386/i386 pmap.c Log: o Make pv_maxchunks no less than maxproc. This helps to survive a forkbomb explosion. Reviewed by: alc Security: local DoS X-MFC atfer: RELENG_6 is not affected due to a different pv_entry allocation code. Revision Changes Path 1.578 +1 -1 src/sys/i386/i386/pmap.c From owner-cvs-all@FreeBSD.ORG Thu Nov 16 12:27:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A43E16A412; Thu, 16 Nov 2006 12:27:52 +0000 (UTC) (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 F0C8843D5E; Thu, 16 Nov 2006 12:27:51 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGCRp4J074425; Thu, 16 Nov 2006 12:27:51 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGCRpYw074424; Thu, 16 Nov 2006 12:27:51 GMT (envelope-from ru) Message-Id: <200611161227.kAGCRpYw074424@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 16 Nov 2006 12:27: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/syscons syscons.c src/usr.sbin/kbdcontrol kbdcontrol.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, 16 Nov 2006 12:27:52 -0000 ru 2006-11-16 12:27:51 UTC FreeBSD src repository Modified files: sys/dev/syscons syscons.c usr.sbin/kbdcontrol kbdcontrol.c Log: Replace magic numbers for console bell types with defines. Revision Changes Path 1.450 +2 -2 src/sys/dev/syscons/syscons.c 1.51 +3 -3 src/usr.sbin/kbdcontrol/kbdcontrol.c From owner-cvs-all@FreeBSD.ORG Thu Nov 16 12:39:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 423F716A49E; Thu, 16 Nov 2006 12:39:44 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AA0D43EDF; Thu, 16 Nov 2006 12:38:05 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGCbkmZ076040; Thu, 16 Nov 2006 12:37:46 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGCbkKL076039; Thu, 16 Nov 2006 12:37:46 GMT (envelope-from sat) Message-Id: <200611161237.kAGCbkKL076039@repoman.freebsd.org> From: Andrew Pantyukhin Date: Thu, 16 Nov 2006 12:37: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/redet 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, 16 Nov 2006 12:39:44 -0000 sat 2006-11-16 12:37:46 UTC FreeBSD ports repository Modified files: textproc/redet Makefile distinfo Log: - Update to 8.18 Revision Changes Path 1.20 +1 -1 ports/textproc/redet/Makefile 1.16 +3 -3 ports/textproc/redet/distinfo From owner-cvs-all@FreeBSD.ORG Thu Nov 16 12:39:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 872AE16A526; Thu, 16 Nov 2006 12:39:51 +0000 (UTC) (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 8114743DCD; Thu, 16 Nov 2006 12:38:05 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGCbZ47076005; Thu, 16 Nov 2006 12:37:35 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGCbZFc076004; Thu, 16 Nov 2006 12:37:35 GMT (envelope-from ru) Message-Id: <200611161237.kAGCbZFc076004@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 16 Nov 2006 12:37: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/usr.sbin/kbdcontrol kbdcontrol.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: Thu, 16 Nov 2006 12:39:51 -0000 ru 2006-11-16 12:37:35 UTC FreeBSD src repository Modified files: usr.sbin/kbdcontrol kbdcontrol.1 Log: Document that visual bell is the global setting, while other bell types can be set individually for each vty. Revision Changes Path 1.41 +5 -1 src/usr.sbin/kbdcontrol/kbdcontrol.1 From owner-cvs-all@FreeBSD.ORG Thu Nov 16 12:50:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2AB216A47E; Thu, 16 Nov 2006 12:50:20 +0000 (UTC) (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 6115143D5F; Thu, 16 Nov 2006 12:50:20 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGCoKGh085606; Thu, 16 Nov 2006 12:50:20 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGCoK6K085605; Thu, 16 Nov 2006 12:50:20 GMT (envelope-from sem) Message-Id: <200611161250.kAGCoK6K085605@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 16 Nov 2006 12:50: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/net-im/sim-im-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: Thu, 16 Nov 2006 12:50:21 -0000 sem 2006-11-16 12:50:19 UTC FreeBSD ports repository Modified files: net-im/sim-im-devel Makefile distinfo pkg-plist Log: - Update to 0.9.5.1539 - Mark IGNORE on 4.x Submitted by: maintainer Revision Changes Path 1.5 +13 -12 ports/net-im/sim-im-devel/Makefile 1.4 +3 -3 ports/net-im/sim-im-devel/distinfo 1.3 +2 -16 ports/net-im/sim-im-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 16 13:09:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C46716A492; Thu, 16 Nov 2006 13:09:20 +0000 (UTC) (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 D2D1A43D73; Thu, 16 Nov 2006 13:09:05 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGD95Te089778; Thu, 16 Nov 2006 13:09:05 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGD94Rv089777; Thu, 16 Nov 2006 13:09:04 GMT (envelope-from sem) Message-Id: <200611161309.kAGD94Rv089777@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 16 Nov 2006 13:09: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/net-im/sim-im 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, 16 Nov 2006 13:09:20 -0000 sem 2006-11-16 13:09:03 UTC FreeBSD ports repository Modified files: net-im/sim-im Makefile Log: - New maintainer Submitted by: Alexey V. Panfilov Revision Changes Path 1.29 +1 -1 ports/net-im/sim-im/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 16 13:32:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62B9516A47C; Thu, 16 Nov 2006 13:32:32 +0000 (UTC) (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 AAD5443D4C; Thu, 16 Nov 2006 13:32:31 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGDWVRx093563; Thu, 16 Nov 2006 13:32:31 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGDWVWo093562; Thu, 16 Nov 2006 13:32:31 GMT (envelope-from ru) Message-Id: <200611161332.kAGDWVWo093562@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 16 Nov 2006 13:32: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/sys/boot/i386/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: Thu, 16 Nov 2006 13:32:32 -0000 ru 2006-11-16 13:32:31 UTC FreeBSD src repository Modified files: sys/boot/i386/loader main.c Log: Remove an unused variable. Revision Changes Path 1.39 +1 -2 src/sys/boot/i386/loader/main.c From owner-cvs-all@FreeBSD.ORG Thu Nov 16 13:43:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAC3416A403; Thu, 16 Nov 2006 13:43:06 +0000 (UTC) (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 4304A43D5E; Thu, 16 Nov 2006 13:43:06 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGDh6XM095288; Thu, 16 Nov 2006 13:43:06 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGDh6Z8095287; Thu, 16 Nov 2006 13:43:06 GMT (envelope-from ru) Message-Id: <200611161343.kAGDh6Z8095287@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 16 Nov 2006 13:43: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/usr.sbin/kbdcontrol kbdcontrol.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: Thu, 16 Nov 2006 13:43:06 -0000 ru 2006-11-16 13:43:05 UTC FreeBSD src repository Modified files: usr.sbin/kbdcontrol kbdcontrol.1 Log: Grammar fix from Ceri. Revision Changes Path 1.42 +1 -1 src/usr.sbin/kbdcontrol/kbdcontrol.1 From owner-cvs-all@FreeBSD.ORG Thu Nov 16 13:50:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D480216A403; Thu, 16 Nov 2006 13:50:14 +0000 (UTC) (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 12AB843D4C; Thu, 16 Nov 2006 13:50:00 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGDnxLs096059; Thu, 16 Nov 2006 13:49:59 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGDnx9P096058; Thu, 16 Nov 2006 13:49:59 GMT (envelope-from joel) Message-Id: <200611161349.kAGDnx9P096058@repoman.freebsd.org> From: Joel Dahl Date: Thu, 16 Nov 2006 13:49: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/share/sgml news.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, 16 Nov 2006 13:50:14 -0000 joel 2006-11-16 13:49:59 UTC FreeBSD doc repository Modified files: share/sgml news.xml Log: Add some news about the FreeBSD Foundation Fundraise. Revision Changes Path 1.26 +15 -1 www/share/sgml/news.xml From owner-cvs-all@FreeBSD.ORG Thu Nov 16 13:56:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB11516A403; Thu, 16 Nov 2006 13:56:58 +0000 (UTC) (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 A857943D46; Thu, 16 Nov 2006 13:56:58 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGDuwCp097558; Thu, 16 Nov 2006 13:56:58 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGDuwax097557; Thu, 16 Nov 2006 13:56:58 GMT (envelope-from joel) Message-Id: <200611161356.kAGDuwax097557@repoman.freebsd.org> From: Joel Dahl Date: Thu, 16 Nov 2006 13:56:57 +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 news.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, 16 Nov 2006 13:56:59 -0000 joel 2006-11-16 13:56:57 UTC FreeBSD doc repository Modified files: share/sgml news.xml Log: sun4v -> FreeBSD/sun4v. Revision Changes Path 1.27 +3 -3 www/share/sgml/news.xml From owner-cvs-all@FreeBSD.ORG Thu Nov 16 14:17:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E954816A494; Thu, 16 Nov 2006 14:17:59 +0000 (UTC) (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 A51C243D55; Thu, 16 Nov 2006 14:17:59 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGEHx3e002269; Thu, 16 Nov 2006 14:17:59 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGEHxMh002265; Thu, 16 Nov 2006 14:17:59 GMT (envelope-from joel) Message-Id: <200611161417.kAGEHxMh002265@repoman.freebsd.org> From: Joel Dahl Date: Thu, 16 Nov 2006 14:17: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/share/sgml events.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, 16 Nov 2006 14:18:00 -0000 joel 2006-11-16 14:17:59 UTC FreeBSD doc repository Modified files: share/sgml events.xml Log: Add EuroBSDCon 2007. Revision Changes Path 1.11 +24 -1 www/share/sgml/events.xml From owner-cvs-all@FreeBSD.ORG Thu Nov 16 14:57:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A50816A40F; Thu, 16 Nov 2006 14:57:51 +0000 (UTC) (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 3174643D7F; Thu, 16 Nov 2006 14:57:48 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGEvldB009087; Thu, 16 Nov 2006 14:57:47 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGEvl78009086; Thu, 16 Nov 2006 14:57:47 GMT (envelope-from dinoex) Message-Id: <200611161457.kAGEvl78009086@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 16 Nov 2006 14:57: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/Mk bsd.gnustep.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, 16 Nov 2006 14:57:51 -0000 dinoex 2006-11-16 14:57:47 UTC FreeBSD ports repository Modified files: Mk bsd.gnustep.mk Log: - new option USE_GNUSTEP_LOCAL_TOOLS Revision Changes Path 1.33 +13 -1 ports/Mk/bsd.gnustep.mk From owner-cvs-all@FreeBSD.ORG Thu Nov 16 15:06:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA59F16A40F; Thu, 16 Nov 2006 15:06:56 +0000 (UTC) (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 803FC43D64; Thu, 16 Nov 2006 15:06:55 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGF6tUD012321; Thu, 16 Nov 2006 15:06:55 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGF6tcf012320; Thu, 16 Nov 2006 15:06:55 GMT (envelope-from dinoex) Message-Id: <200611161506.kAGF6tcf012320@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 16 Nov 2006 15:06: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/x11/gnustep-app 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, 16 Nov 2006 15:06:56 -0000 dinoex 2006-11-16 15:06:55 UTC FreeBSD ports repository Modified files: x11/gnustep-app Makefile Log: - fix dependencies Revision Changes Path 1.6 +3 -2 ports/x11/gnustep-app/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 16 15:21:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B8DF16A4A7; Thu, 16 Nov 2006 15:21:46 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAAA943D5D; Thu, 16 Nov 2006 15:21:45 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGFLjMh015020; Thu, 16 Nov 2006 15:21:45 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGFLjkg015019; Thu, 16 Nov 2006 15:21:45 GMT (envelope-from shaun) Message-Id: <200611161521.kAGFLjkg015019@repoman.freebsd.org> From: Shaun Amott Date: Thu, 16 Nov 2006 15: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/graphics/libungif Makefile ports/graphics/libungif/files patch-util_giftext.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, 16 Nov 2006 15:21:46 -0000 shaun 2006-11-16 15:21:45 UTC FreeBSD ports repository Modified files: graphics/libungif Makefile Added files: graphics/libungif/files patch-util_giftext.c Log: Add a patch to prevent a segfault under certain circumstances. Submitted by: Mark Martinec via freebsd-ports Obtained from: http://fuzzyocr.own-hero.net/wiki/Downloads Revision Changes Path 1.35 +1 -1 ports/graphics/libungif/Makefile 1.1 +9 -0 ports/graphics/libungif/files/patch-util_giftext.c (new) From owner-cvs-all@FreeBSD.ORG Thu Nov 16 15:40:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E00E516A415; Thu, 16 Nov 2006 15:40:24 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C99543D46; Thu, 16 Nov 2006 15:40:24 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGFeOdf018215; Thu, 16 Nov 2006 15:40:24 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGFeOx9018214; Thu, 16 Nov 2006 15:40:24 GMT (envelope-from bmah) Message-Id: <200611161540.kAGFeOx9018214@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 16 Nov 2006 15:40: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: www/en/releases/6.2R schedule.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, 16 Nov 2006 15:40:25 -0000 bmah 2006-11-16 15:40:24 UTC FreeBSD doc repository Modified files: en/releases/6.2R schedule.sgml Log: 6.2-RC1 builds are in progress. Approved by: re Revision Changes Path 1.18 +2 -2 www/en/releases/6.2R/schedule.sgml From owner-cvs-all@FreeBSD.ORG Thu Nov 16 15:58:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92B1216A403; Thu, 16 Nov 2006 15:58:51 +0000 (UTC) (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 2B0BE43D72; Thu, 16 Nov 2006 15:58:50 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGFwo5S021102; Thu, 16 Nov 2006 15:58:50 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGFwolL021101; Thu, 16 Nov 2006 15:58:50 GMT (envelope-from jylefort) Message-Id: <200611161558.kAGFwolL021101@repoman.freebsd.org> From: Jean-Yves Lefort Date: Thu, 16 Nov 2006 15:58: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/sysutils/hal 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, 16 Nov 2006 15:58:51 -0000 jylefort 2006-11-16 15:58:49 UTC FreeBSD ports repository Modified files: sysutils/hal Makefile Log: Change operator to wheel (I believe the wheel group is more commonly used than the operator group Revision Changes Path 1.9 +3 -3 ports/sysutils/hal/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 16 16:00:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A98C16A5C4; Thu, 16 Nov 2006 16:00:39 +0000 (UTC) (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 5CF5843DA3; Thu, 16 Nov 2006 16:00:20 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGG0J4F021190; Thu, 16 Nov 2006 16:00:20 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGG0JIA021189; Thu, 16 Nov 2006 16:00:19 GMT (envelope-from jylefort) Message-Id: <200611161600.kAGG0JIA021189@repoman.freebsd.org> From: Jean-Yves Lefort Date: Thu, 16 Nov 2006 16:00: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/sysutils/hal 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, 16 Nov 2006 16:00:39 -0000 jylefort 2006-11-16 16:00:19 UTC FreeBSD ports repository Modified files: sysutils/hal Makefile Log: I wanted to press Cancel, not Done. Revert the previous commit. Revision Changes Path 1.10 +2 -2 ports/sysutils/hal/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 16 16:07:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 776D716A40F; Thu, 16 Nov 2006 16:07:17 +0000 (UTC) (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 6590C43D76; Thu, 16 Nov 2006 16:07:16 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGG7Gdh023838; Thu, 16 Nov 2006 16:07:16 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGG7GaL023837; Thu, 16 Nov 2006 16:07:16 GMT (envelope-from keramida) Message-Id: <200611161607.kAGG7GaL023837@repoman.freebsd.org> From: Giorgos Keramidas Date: Thu, 16 Nov 2006 16:07: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/release/doc/en_US.ISO8859-1/relnotes/common new.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, 16 Nov 2006 16:07:17 -0000 keramida 2006-11-16 16:07:16 UTC FreeBSD src repository (doc committer) Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Document the new -P option of sockstat(1) in the release notes. Reviewed by: bmah Revision Changes Path 1.989 +5 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Thu Nov 16 16:09:35 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F28F516A589; Thu, 16 Nov 2006 16:09:34 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABF6943D6D; Thu, 16 Nov 2006 16:09:33 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id kAGG9ODa041483; Thu, 16 Nov 2006 11:09:25 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: mjacob@freebsd.org Date: Thu, 16 Nov 2006 11:09:21 -0500 User-Agent: KMail/1.9.1 References: <200611152018.kAFKI9A3061678@repoman.freebsd.org> <20061115134949.T1700@ns1.feral.com> <20061115192354.D7197@ns1.feral.com> In-Reply-To: <20061115192354.D7197@ns1.feral.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611161109.21895.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Thu, 16 Nov 2006 11:09:25 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2200/Thu Nov 16 09:10:16 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/mpt mpt_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, 16 Nov 2006 16:09:35 -0000 On Wednesday 15 November 2006 22:30, mjacob@freebsd.org wrote: > > MSI/MSI-X seemed work with MPT for SAS, 4Gb FibreChannel on one system > (SuperMicro Xeon) and 2Gb FibreChannel on another (4xdual core Opteron), > but failed for onboard MPT on that system (dual core Opteron) > > mpt3: request 0xffffffff80e75050:96 timed out for ccb 0xffffff01433ec400 > (req->ccb 0xffffff01433ec400) > mpt3: completing timedout/aborted req 0xffffffff80e75050:96 > mpt3: Timedout requests already complete. Interrupts may not be > functioning. > mpt2: request 0xffffffff80e67050:96 timed out for ccb 0xffffff0141c75c00 > (req->ccb 0xffffff0141c75c00) > mpt2: completing timedout/aborted req 0xffffffff80e67050:96 > mpt2: Timedout requests already complete. Interrupts may not be > functioning. > > > MSI/MSI-X failed to work for the onboard em on the SuperMicro system. > > Given the (unselective) failure rate for me and the relatively small > sample, but with two pretty widely used system types I'd like to suggest > that you reconsider making the MSI and MSI-X being 'on' as the default. It is current, so I think having it on is ok. When I put it in 6.x it will be off by default (eventually the defualt in 6.x may change after broader testing). If you have chipsets that don't work, we can certainly blacklist those. However, we aren't likely to find them if no one tries MSI on them. Also, in your case it looks like you might have an HT bridge that needs the MSI window turned on. I haven't committed that patch as I haven't been able to get it tested yet. Please try http://www.freebsd.org/~jhb/patches/msi_ht.patch -- John Baldwin From owner-cvs-all@FreeBSD.ORG Thu Nov 16 16:23:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE24216A40F; Thu, 16 Nov 2006 16:23:36 +0000 (UTC) (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 C2AEA43D7B; Thu, 16 Nov 2006 16:23:35 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGGNZYU026581; Thu, 16 Nov 2006 16:23:35 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGGNZYJ026580; Thu, 16 Nov 2006 16:23:35 GMT (envelope-from dinoex) Message-Id: <200611161623.kAGGNZYJ026580@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 16 Nov 2006 16:23: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/deskutils Makefile ports/deskutils/displaycalibrator 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, 16 Nov 2006 16:23:36 -0000 dinoex 2006-11-16 16:23:35 UTC FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/displaycalibrator Makefile distinfo pkg-descr pkg-plist Log: DisplayCalibrator - Frontend to xgamma WWW: http://www.linuks.mine.nu/displaycalibrator/ Revision Changes Path 1.254 +1 -0 ports/deskutils/Makefile 1.1 +25 -0 ports/deskutils/displaycalibrator/Makefile (new) 1.1 +3 -0 ports/deskutils/displaycalibrator/distinfo (new) 1.1 +3 -0 ports/deskutils/displaycalibrator/pkg-descr (new) 1.1 +15 -0 ports/deskutils/displaycalibrator/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Nov 16 16:24:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6264516A407; Thu, 16 Nov 2006 16:24:42 +0000 (UTC) (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 1AF0943D90; Thu, 16 Nov 2006 16:24:14 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGGODTx026683; Thu, 16 Nov 2006 16:24:13 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGGODaa026682; Thu, 16 Nov 2006 16:24:13 GMT (envelope-from dinoex) Message-Id: <200611161624.kAGGODaa026682@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 16 Nov 2006 16:24: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: 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, 16 Nov 2006 16:24:42 -0000 dinoex 2006-11-16 16:24:13 UTC FreeBSD ports repository Modified files: . modules Log: displaycalibrator --> ports/deskutils/displaycalibrator Revision Changes Path 1.16618 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Nov 16 16:37:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83B7B16A407; Thu, 16 Nov 2006 16:37:26 +0000 (UTC) (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 30A6843D5C; Thu, 16 Nov 2006 16:37:26 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGGbQNU028767; Thu, 16 Nov 2006 16:37:26 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGGbPDx028766; Thu, 16 Nov 2006 16:37:25 GMT (envelope-from dinoex) Message-Id: <200611161637.kAGGbPDx028766@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 16 Nov 2006 16:37: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/deskutils Makefile ports/deskutils/gnustep-wrapper 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, 16 Nov 2006 16:37:26 -0000 dinoex 2006-11-16 16:37:25 UTC FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/gnustep-wrapper Makefile distinfo pkg-descr pkg-plist Log: GNUstepWrapper provides an easy way to create GNUstep app-wrappers of non-GNUstep applications. It is the most useful in conjunction with Enrico Sersale's GWorkspace environment. Author: Raffael Herzog Revision Changes Path 1.255 +1 -0 ports/deskutils/Makefile 1.1 +31 -0 ports/deskutils/gnustep-wrapper/Makefile (new) 1.1 +3 -0 ports/deskutils/gnustep-wrapper/distinfo (new) 1.1 +5 -0 ports/deskutils/gnustep-wrapper/pkg-descr (new) 1.1 +23 -0 ports/deskutils/gnustep-wrapper/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Nov 16 16:37:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B75216A415; Thu, 16 Nov 2006 16:37:57 +0000 (UTC) (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 D933F43D6E; Thu, 16 Nov 2006 16:37:55 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGGbtcb028812; Thu, 16 Nov 2006 16:37:55 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGGbtaO028811; Thu, 16 Nov 2006 16:37:55 GMT (envelope-from dinoex) Message-Id: <200611161637.kAGGbtaO028811@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 16 Nov 2006 16:37: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: 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, 16 Nov 2006 16:37:57 -0000 dinoex 2006-11-16 16:37:55 UTC FreeBSD ports repository Modified files: . modules Log: gnustep-wrapper --> ports/deskutils/gnustep-wrapper Revision Changes Path 1.16619 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Nov 16 17:00:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BD3016A494; Thu, 16 Nov 2006 17:00:13 +0000 (UTC) (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 6933143D49; Thu, 16 Nov 2006 17:00:12 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGH0CV0039961; Thu, 16 Nov 2006 17:00:12 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGH0CW6039960; Thu, 16 Nov 2006 17:00:12 GMT (envelope-from dinoex) Message-Id: <200611161700.kAGH0CW6039960@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 16 Nov 2006 17: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/deskutils Makefile ports/deskutils/gnuwash 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, 16 Nov 2006 17:00:13 -0000 dinoex 2006-11-16 17:00:11 UTC FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/gnuwash Makefile distinfo pkg-descr pkg-plist Log: GNUWash is a configurable GNUstep timer application. Author: Mathias Menzel-Nielsen Revision Changes Path 1.256 +1 -0 ports/deskutils/Makefile 1.1 +28 -0 ports/deskutils/gnuwash/Makefile (new) 1.1 +3 -0 ports/deskutils/gnuwash/distinfo (new) 1.1 +3 -0 ports/deskutils/gnuwash/pkg-descr (new) 1.1 +20 -0 ports/deskutils/gnuwash/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Nov 16 17:01:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC74316A407; Thu, 16 Nov 2006 17:01:06 +0000 (UTC) (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 AA5B343D49; Thu, 16 Nov 2006 17:01:06 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGH16Jl040125; Thu, 16 Nov 2006 17:01:06 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGH16uQ040124; Thu, 16 Nov 2006 17:01:06 GMT (envelope-from dinoex) Message-Id: <200611161701.kAGH16uQ040124@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 16 Nov 2006 17:01: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: 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, 16 Nov 2006 17:01:07 -0000 dinoex 2006-11-16 17:01:06 UTC FreeBSD ports repository Modified files: . modules Log: gnuwash --> ports/deskutils/gnuwash Revision Changes Path 1.16620 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Nov 16 17:25:09 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A53F916A40F; Thu, 16 Nov 2006 17:25:09 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 165AB43D46; Thu, 16 Nov 2006 17:25:08 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id kAGHP1vL041974; Thu, 16 Nov 2006 12:25:01 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: "M. Warner Losh" Date: Thu, 16 Nov 2006 11:14:41 -0500 User-Agent: KMail/1.9.1 References: <455BA0B6.1000109@samsco.org> <455BA914.7010602@samsco.org> <20061115.220331.-957833409.imp@bsdimp.com> In-Reply-To: <20061115.220331.-957833409.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611161114.42297.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Thu, 16 Nov 2006 12:25:02 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2200/Thu Nov 16 09:10:16 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, scottl@samsco.org, src-committers@freebsd.org, ru@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_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, 16 Nov 2006 17:25:09 -0000 On Thursday 16 November 2006 00:03, M. Warner Losh wrote: > In message: <455BA914.7010602@samsco.org> > Scott Long writes: > : M. Warner Losh wrote: > : > In message: <455BA0B6.1000109@samsco.org> > : > Scott Long writes: > : > : M. Warner Losh wrote: > : > : > In message: <200611151756.31047.jhb@freebsd.org> > : > : > John Baldwin writes: > : > : > : On Wednesday 15 November 2006 17:51, M. Warner Losh wrote: > : > : > : > In message: <455B963A.4050200@samsco.org> > : > : > : > Scott Long writes: > : > : > : > : John Baldwin wrote: > : > : > : > : > On Wednesday 15 November 2006 16:51, Ruslan Ermilov wrote: > : > : > : > : >> On Thu, Nov 16, 2006 at 12:51:19AM +0300, Ruslan Ermilov wrote: > : > : > : > : >>> On Wed, Nov 15, 2006 at 08:04:57PM +0000, John Baldwin wrote: > : > : > : > : >>>> jhb 2006-11-15 20:04:57 UTC > : > : > : > : >>>> > : > : > : > : >>>> FreeBSD src repository > : > : > : > : >>>> > : > : > : > : >>>> Modified files: > : > : > : > : >>>> sys/dev/bce if_bce.c > : > : > : > : >>>> sys/dev/em if_em.c if_em.h > : > : > : > : >>>> sys/dev/mpt mpt.h mpt_pci.c > : > : > : > : >>>> Log: > : > : > : > : >>>> Add MSI support to em(4), bce(4), and mpt(4). For now, we only > : > : > : > : > support > : > : > : > : >>>> devices that support a maximum of 1 message, and we use that 1 > : > : > : message > : > : > : > : >>>> instead of the INTx rid 0 IRQ with the same interrupt handler, etc. > : > : > : > : >>>> > : > : > : > : >>>> Revision Changes Path > : > : > : > : >>>> 1.19 +11 -3 src/sys/dev/bce/if_bce.c > : > : > : > : >>>> 1.164 +11 -2 src/sys/dev/em/if_em.c > : > : > : > : >>>> 1.56 +1 -0 src/sys/dev/em/if_em.h > : > : > : > : >>>> 1.31 +1 -0 src/sys/dev/mpt/mpt.h > : > : > : > : >>>> 1.39 +14 -1 src/sys/dev/mpt/mpt_pci.c > : > : > : > : >>>> > : > : > : > : >>> How will the "vmstat -i" output look like for MSI-enabled devices? > : > : > : > : >>> > : > : > : > : >> irqXXXX, where XXXX>=1024? > : > : > : > : > > : > : > : > : > s/1024/256/ > : > : > : > : > > : > : > : > : > : > : > : > : There is a problem here, though. Newbus prints out the IRQ number after > : > : > : > : a successful device probe phase. It has no knowledge of MSI at that > : > : > : > : point, so it just prints out the traditional IRQ value. At some point, > : > : > : > : this needs to be fixed. Having the driver tell newbus about its MSI > : > : > : > : intentions in the probe routine is unrealistic, so there is no quick > : > : > : > : fix there. Probably need to delay printing the device message until > : > : > : > : later in the attach routine, once the driver has set up all of the > : > : > : > : resources. > : > : > : > > : > : > : > I've been wanting to move the printing of the attach string from > : > : > : > post-probe, pre-attach to post-attach for some time now. We would > : > : > : > then report the resources assigned to the device. I'm not sure if I'd > : > : > : > print all the resources assigned, or only those the driver activates. > : > : > : > Both sides of the argument have merit, imho. On the pro side, > : > : > : > resources are used, and printing them will help highlight conflicts. > : > : > : > On the con side, people think it clutters things up too much and might > : > : > : > lead to false expectations. > : > : > : > > : > : > : > When I've mentioned this desire at various developer summits, I was > : > : > : > told basically "go for it, but only at freebsd X.0 since people have > : > : > : > dmesg parsers" by many people (maybe even including Scott). > : > : > : > : > : > : Also, the way it works now, if attach fails and the routine prints out error > : > : > : messages, you get to see line for the device first with the initial resources > : > : > : and then you see the error message from the driver. If you move the printf > : > : > : down, then all you get is an error message from the driver. At the very > : > : > : least this would break POLA for a lot of our users. I'm still undecided. > : > : > : I could add a printf when a device ends up succesfully allocating MSI or MSI-X > : > : > : IRQs if people desired. > : > : > > : > : > I'd prefer those be under bootverbose. > : > : > > : > : > I think the real answer may be to get devinfo output to be real... > : > : > > : > : > Warner > : > : > : > : Yeah, the resource info really is superfluous during boot. It looks > : > : cool in the old-school unix way, but that's about it. Maybe it's time > : > : to change newbus to only print the driver name and driver-supplied > : > : description after the probe phase, like you hint at. newbus could then > : > : print resource info as the driver activates it, if bootverbose is set. > : > : I'd support something like this for 7.0, even if devinfo doesn't get > : > : fully fixed. If MSI gets merged to RELENG_6, then we'll just have to > : > : live with the incorrect newbus prints. > : > : > : > : So for example, I would change this: > : > : > : > : atapci0: port > : > : 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfc00-0xfc0f at device 31.2 on pci0 > : > : > : > : into: > : > : > : > : atapci0: at device 31.2 on pci0 > : > > : > That's exactly what I'm thinking too. Glad to see we're on the same > : > page. Yeah, I think I could go for this to. > : > : Calls to bus_activate_resouce/bus_alloc_resource(RF_ACTIVE) could then > : > : print the various resources, contingent on bootverbose being set. This > : > : would make the ugly [GIANT_LOCKED] and [FAST] messages that get printed > : > : right now have a chance of being more consistent. > : > > : > I was thinking that if we printed things last, we could potentially > : > eliminate them from normal use and just print them as part of the > : > resources (optionally?): > : > > : > atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfc00-0xfc0f irq 23 [FAST] This works for me, too. This also affects ISA devices added via hints. Right now you just see the hint values which show a start port, but not the whole range. > : > > : > or something similar... > : > > : > Warner > : > : Sounds good. Beware that MSI makes it possible to have as many as 64 > : interrupts per device, though it's more common to have anywhere from 1 > : to 8. I'd probably split up your above line into 2 lines, one for > : memory resources and one for interrupt resources. > > Is there some convention for MSI naming? Or are the resources > basically anonymous? They are just IRQ values. On x86 they will be >= 256, but that may not be true on other platforms. Other busses might also support multiple IRQs per device (if you had HT peripherals I think they could do this). In general IRQs are just cookies anyway. On x86 they index into the interrupt_sources[] array. On other platforms they can have other meanings. It would almost be better if SYS_RES_IRQ was just SYS_RES_INTR. -- John Baldwin From owner-cvs-all@FreeBSD.ORG Thu Nov 16 17:31:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F411116A412; Thu, 16 Nov 2006 17:31:33 +0000 (UTC) (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 B48C843D46; Thu, 16 Nov 2006 17:31:33 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGHVX5Q046381; Thu, 16 Nov 2006 17:31:33 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGHVXpo046377; Thu, 16 Nov 2006 17:31:33 GMT (envelope-from jhb) Message-Id: <200611161731.kAGHVXpo046377@repoman.freebsd.org> From: John Baldwin Date: Thu, 16 Nov 2006 17:31: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/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, 16 Nov 2006 17:31:34 -0000 jhb 2006-11-16 17:31:33 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: Look for capabilities in PCI-PCI bridges using the same CAP PTR register as for type 0 devices. Submitted by: grehan MFC after: 1 week Revision Changes Path 1.323 +2 -0 src/sys/dev/pci/pci.c From owner-cvs-all@FreeBSD.ORG Thu Nov 16 17:32:05 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 661DB16A494; Thu, 16 Nov 2006 17:32:05 +0000 (UTC) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0B6643D55; Thu, 16 Nov 2006 17:32:04 +0000 (GMT) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (localhost [127.0.0.1]) by ns1.feral.com (8.13.8/8.13.8) with ESMTP id kAGHVsts009768; Thu, 16 Nov 2006 09:32:04 -0800 (PST) (envelope-from mjacob@freebsd.org) Received: from localhost (mjacob@localhost) by ns1.feral.com (8.13.8/8.13.8/Submit) with ESMTP id kAGHVsdQ009765; Thu, 16 Nov 2006 09:31:54 -0800 (PST) (envelope-from mjacob@freebsd.org) X-Authentication-Warning: ns1.feral.com: mjacob owned process doing -bs Date: Thu, 16 Nov 2006 09:31:54 -0800 (PST) From: mjacob@freebsd.org X-X-Sender: mjacob@ns1.feral.com To: John Baldwin In-Reply-To: <200611161114.42297.jhb@freebsd.org> Message-ID: <20061116092809.O9739@ns1.feral.com> References: <455BA0B6.1000109@samsco.org> <455BA914.7010602@samsco.org> <20061115.220331.-957833409.imp@bsdimp.com> <200611161114.42297.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Scott Long , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, ru@freebsd.org, "M. Warner Losh" Subject: Re: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mjacob@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: Thu, 16 Nov 2006 17:32:05 -0000 >> >> Is there some convention for MSI naming? Or are the resources >> basically anonymous? > > They are just IRQ values. On x86 they will be >= 256, but that may not be > true on other platforms. Other busses might also support multiple IRQs per > device (if you had HT peripherals I think they could do this). In general > IRQs are just cookies anyway. On x86 they index into the interrupt_sources[] > array. On other platforms they can have other meanings. It would almost be > better if SYS_RES_IRQ was just SYS_RES_INTR. > Let me put back on my very very dusty Solaris DDI team hat and point out that you either coerce the naming of interrupts to an architected number space (as did Digital Unix and does Linux and more or less does FreeBSD) or leave the naming of interrupts to the bus nexus it has meaning to. From owner-cvs-all@FreeBSD.ORG Thu Nov 16 17:52:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B08516A415; Thu, 16 Nov 2006 17:52:50 +0000 (UTC) (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 EFDD543D58; Thu, 16 Nov 2006 17:52:49 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGHqnVx050321; Thu, 16 Nov 2006 17:52:49 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGHqnxA050315; Thu, 16 Nov 2006 17:52:49 GMT (envelope-from mezz) Message-Id: <200611161752.kAGHqnxA050315@repoman.freebsd.org> From: Jeremy Messenger Date: Thu, 16 Nov 2006 17:52: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/x11-fm/nautilus Makefile ports/x11-fm/nautilus/files patch-fix-desktop-icon-position X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 16 Nov 2006 17:52:50 -0000 mezz 2006-11-16 17:52:49 UTC FreeBSD ports repository Modified files: x11-fm/nautilus Makefile Added files: x11-fm/nautilus/files patch-fix-desktop-icon-position Log: Add a patch fo fix the desktop icons(computer,home,trash)'s position that couldn't load from ~/.nautilus/metafiles/. This patch was took from in this bugzilla by Luis Medinas. Bump the PORTREVISION. Reviewed by: marcus Reported by: a few of people in freebsd-gnome both mailing list and IRC Bugzilla: http://bugzilla.gnome.org/show_bug.cgi?id=373895 Revision Changes Path 1.69 +1 -0 ports/x11-fm/nautilus/Makefile 1.1 +25 -0 ports/x11-fm/nautilus/files/patch-fix-desktop-icon-position (new) From owner-cvs-all@FreeBSD.ORG Thu Nov 16 18:36:32 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE5B216A407 for ; Thu, 16 Nov 2006 18:36:32 +0000 (UTC) (envelope-from pawel.worach@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03DAF43D5A for ; Thu, 16 Nov 2006 18:36:30 +0000 (GMT) (envelope-from pawel.worach@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so707398nfc for ; Thu, 16 Nov 2006 10:36:30 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ql+gTC06FzmQNQlscoOuSz7TjGEBp+F8ZpZ7GyUBVDKceFMF/vddyNgNQ53xgFoOk+QPW2YdTjsN/vd9yWTt3iHFDpt9v959XlG5WxNSWdI6Wub6OwhLTUNa+5YNxhtyji+hX0L7Y0NkHAs8DSiR6F0Y4PwzLUIKbefTdeAsWus= Received: by 10.82.118.2 with SMTP id q2mr107840buc.1163702189413; Thu, 16 Nov 2006 10:36:29 -0800 (PST) Received: by 10.82.112.7 with HTTP; Thu, 16 Nov 2006 10:36:28 -0800 (PST) Message-ID: Date: Thu, 16 Nov 2006 19:36:28 +0100 From: "Pawel Worach" To: "John Baldwin" In-Reply-To: <200611152004.kAFK4vfe058983@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200611152004.kAFK4vfe058983@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_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, 16 Nov 2006 18:36:33 -0000 On 11/15/06, John Baldwin wrote: > jhb 2006-11-15 20:04:57 UTC > > FreeBSD src repository > > Modified files: > sys/dev/bce if_bce.c > sys/dev/em if_em.c if_em.h > sys/dev/mpt mpt.h mpt_pci.c > Log: > Add MSI support to em(4), bce(4), and mpt(4). For now, we only support > devices that support a maximum of 1 message, and we use that 1 message > instead of the INTx rid 0 IRQ with the same interrupt handler, etc. > Hi John, This seems to cause an NMI here on a IBM x345 box, boot -v below. (It's frozen for about 1-2 seconds before the NMI fires) OK boot -v /boot/kernel/acpi.ko text=0x4d134 data=0x2540+0x1010 syms=[0x4+0x7cb0+0x4+0xaa13] GDB: no debug ports present KDB: debugger backends: ddb KDB: current backend: ddb SMAP type=01 base=0000000000000000 len=000000000009d400 SMAP type=02 base=000000000009d400 len=0000000000002c00 SMAP type=02 base=00000000000e0000 len=0000000000020000 SMAP type=01 base=0000000000100000 len=000000003fedb2c0 SMAP type=02 base=000000003ffe0000 len=0000000000020000 SMAP type=03 base=000000003ffdb2c0 len=0000000000004d40 SMAP type=02 base=00000000fec00000 len=0000000001400000 Copyright (c) 1992-2006 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 7.0-CURRENT #0: Thu Nov 16 14:42:47 CET 2006 root@zero:/usr/obj/usr/src/sys/ZERO Using 16 colors for the VM-PQ tuning (512, 8) Preloaded elf kernel "/boot/kernel/kernel" at 0xc08e2000. Preloaded elf module "/boot/kernel/acpi.ko" at 0xc08e216c. MP Configuration Table version 1.4 found at 0xc009e2a0 Table 'FACP' at 0x3ffdff00 Table 'APIC' at 0x3ffdfe40 MADT: Found table at 0x3ffdfe40 APIC: Using the MADT enumerator. MADT: Found CPU APIC ID 0 ACPI ID 0: enabled SMP: Added CPU 0 (AP) MADT: Found CPU APIC ID 6 ACPI ID 1: enabled SMP: Added CPU 6 (AP) MADT: Found CPU APIC ID 1 ACPI ID 2: enabled SMP: Added CPU 1 (AP) MADT: Found CPU APIC ID 7 ACPI ID 3: enabled SMP: Added CPU 7 (AP) INTR: Adding local APIC 0 as a target ACPI APIC Table: Calibrating clock(s) ... i8254 clock: 1193166 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz quality 0 Calibrating TSC clock ... TSC clock: 2793899688 Hz CPU: Intel(R) Xeon(TM) CPU 2.80GHz (2793.90-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf29 Stepping = 9 Features=0xbfebfbff Features2=0x4400 Logical CPUs per core: 2 Instruction TLB: 4 KB, 2 MB or 4 MB pages, fully associative, 64 entries Data TLB: 4 KB or 4 MB pages, fully associative, 64 entries 1st-level data cache: 8 KB, 4-way set associative, sectored cache, 64 byte line size Trace cache: 12K-uops, 8-way set associative 2nd-level cache: 512 KB, 8-way set associative, sectored cache, 64 byte line size real memory = 1073590272 (1023 MB) Physical memory chunk(s): 0x0000000000001000 - 0x000000000009cfff, 638976 bytes (156 pages) 0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages) 0x0000000000c28000 - 0x000000003ed92fff, 1041674240 bytes (254315 pages) avail memory = 1041301504 (993 MB) INTR: Adding local APIC 6 as a target FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 6 cpu3 (AP): APIC ID: 7 bios32: Found BIOS32 Service Directory header at 0xc00fd790 bios32: Entry = 0xfd7a1 (c00fd7a1) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0xf0000+0xd7dc pnpbios: Found PnP BIOS data at 0xc00fdf90 pnpbios: Entry = f0000:440f Rev = 1.0 Other BIOS signatures found: APIC: CPU 0 has ACPI ID 0 APIC: CPU 1 has ACPI ID 2 APIC: CPU 2 has ACPI ID 1 APIC: CPU 3 has ACPI ID 3 Security auditing service present BSM auditing present MADT: Found IO APIC ID 14, Interrupt 0 at 0xfec00000 ioapic0: Routing external 8259A's -> intpin 0 ioapic0: intpin 0 -> ExtINT (edge, high) ioapic0: intpin 1 -> ISA IRQ 1 (edge, high) ioapic0: intpin 2 -> ISA IRQ 2 (edge, high) ioapic0: intpin 3 -> ISA IRQ 3 (edge, high) ioapic0: intpin 4 -> ISA IRQ 4 (edge, high) ioapic0: intpin 5 -> ISA IRQ 5 (edge, high) ioapic0: intpin 6 -> ISA IRQ 6 (edge, high) ioapic0: intpin 7 -> ISA IRQ 7 (edge, high) ioapic0: intpin 8 -> ISA IRQ 8 (edge, high) ioapic0: intpin 9 -> ISA IRQ 9 (edge, high) ioapic0: intpin 10 -> ISA IRQ 10 (edge, high) ioapic0: intpin 11 -> ISA IRQ 11 (edge, high) ioapic0: intpin 12 -> ISA IRQ 12 (edge, high) ioapic0: intpin 13 -> ISA IRQ 13 (edge, high) ioapic0: intpin 14 -> ISA IRQ 14 (edge, high) ioapic0: intpin 15 -> ISA IRQ 15 (edge, high) MADT: Found IO APIC ID 13, Interrupt 16 at 0xfec01000 ioapic1: intpin 0 -> PCI IRQ 16 (level, low) ioapic1: intpin 1 -> PCI IRQ 17 (level, low) ioapic1: intpin 2 -> PCI IRQ 18 (level, low) ioapic1: intpin 3 -> PCI IRQ 19 (level, low) ioapic1: intpin 4 -> PCI IRQ 20 (level, low) ioapic1: intpin 5 -> PCI IRQ 21 (level, low) ioapic1: intpin 6 -> PCI IRQ 22 (level, low) ioapic1: intpin 7 -> PCI IRQ 23 (level, low) ioapic1: intpin 8 -> PCI IRQ 24 (level, low) ioapic1: intpin 9 -> PCI IRQ 25 (level, low) ioapic1: intpin 10 -> PCI IRQ 26 (level, low) ioapic1: intpin 11 -> PCI IRQ 27 (level, low) ioapic1: intpin 12 -> PCI IRQ 28 (level, low) ioapic1: intpin 13 -> PCI IRQ 29 (level, low) ioapic1: intpin 14 -> PCI IRQ 30 (level, low) ioapic1: intpin 15 -> PCI IRQ 31 (level, low) MADT: Found IO APIC ID 12, Interrupt 32 at 0xfec02000 ioapic2: intpin 0 -> PCI IRQ 32 (level, low) ioapic2: intpin 1 -> PCI IRQ 33 (level, low) ioapic2: intpin 2 -> PCI IRQ 34 (level, low) ioapic2: intpin 3 -> PCI IRQ 35 (level, low) ioapic2: intpin 4 -> PCI IRQ 36 (level, low) ioapic2: intpin 5 -> PCI IRQ 37 (level, low) ioapic2: intpin 6 -> PCI IRQ 38 (level, low) ioapic2: intpin 7 -> PCI IRQ 39 (level, low) ioapic2: intpin 8 -> PCI IRQ 40 (level, low) ioapic2: intpin 9 -> PCI IRQ 41 (level, low) ioapic2: intpin 10 -> PCI IRQ 42 (level, low) ioapic2: intpin 11 -> PCI IRQ 43 (level, low) ioapic2: intpin 12 -> PCI IRQ 44 (level, low) ioapic2: intpin 13 -> PCI IRQ 45 (level, low) ioapic2: intpin 14 -> PCI IRQ 46 (level, low) ioapic2: intpin 15 -> PCI IRQ 47 (level, low) MADT: Interrupt override: source 0, irq 2 ioapic0: Routing IRQ 0 -> intpin 2 ioapic0: intpin 2 trigger: edge ioapic0: intpin 2 polarity: high lapic0: Routing NMI -> LINT1 MADT: Ignoring local NMI routed to ACPI CPU 6 lapic6: Routing NMI -> LINT1 MADT: Ignoring local NMI routed to ACPI CPU 7 MADT: Forcing active-low polarity and level trigger for SCI ioapic0: intpin 3 polarity: low ioapic0: intpin 3 trigger: level ioapic2 irqs 32-47 on motherboard ioapic1 irqs 16-31 on motherboard ioapic0 irqs 0-15 on motherboard cpu0 BSP: ID: 0x00000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010000 null: random: mem: Pentium Pro MTRR support enabled io: npx0: INT 16 interface acpi0: on motherboard ioapic0: routing intpin 3 (ISA IRQ 3) to vector 48 acpi0: [MPSAFE] pci_open(1): mode 1 addr port (0x0cf8) is 0x80002800 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=80] is there (id=00141166) pcibios: BIOS version 2.10 AcpiOsDerivePciId: bus 0 dev 15 func 2 acpi0: Power Button (fixed) acpi0: wakeup code va 0xd73cb000 pa 0x9c000 AcpiOsDerivePciId: bus 0 dev 0 func 0 AcpiOsDerivePciId: bus 0 dev 16 func 0 AcpiOsDerivePciId: bus 0 dev 16 func 2 AcpiOsDerivePciId: bus 0 dev 17 func 0 AcpiOsDerivePciId: bus 0 dev 17 func 2 acpi0: reservation of 460, 2 (4) failed ACPI timer: 1/2 0/3 1/2 1/2 0/3 1/2 1/2 1/2 0/3 1/2 -> 7 Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x488-0x48b on acpi0 pci_link0: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link1: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link2: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link3: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link4: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 10 Validation 0 10 N 0 10 After Disable 0 255 N 0 10 pci_link5: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link6: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link7: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link8: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link9: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link10: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 10 Validation 0 10 N 0 10 After Disable 0 255 N 0 10 pci_link11: Index IRQ Rtd Ref IRQs Initial Probe 0 9 N 0 9 Validation 0 9 N 0 9 After Disable 0 255 N 0 9 pci_link12: Index IRQ Rtd Ref IRQs Initial Probe 0 9 N 0 9 Validation 0 9 N 0 9 After Disable 0 255 N 0 9 pci_link13: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 11 Validation 0 11 N 0 11 After Disable 0 255 N 0 11 pci_link14: Index IRQ Rtd Ref IRQs Initial Probe 0 3 N 0 3 Validation 0 3 N 0 3 After Disable 0 255 N 0 3 pci_link15: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link16: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link17: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link18: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link19: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link20: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link21: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link22: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link23: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link24: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link25: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link26: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link27: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link28: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link29: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link30: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link31: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link32: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 11 Validation 0 11 N 0 11 After Disable 0 255 N 0 11 cpu0: on acpi0 cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 pcib0: on acpi0 ACPI: Found matching pin for 0.15.INTA at func 2: 11 pci0: on pcib0 pci0: physical bus=0 found-> vendor=0x1166, dev=0x0014, revid=0x33 bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1166, dev=0x0014, revid=0x00 bus=0, slot=0, func=1 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1166, dev=0x0014, revid=0x00 bus=0, slot=0, func=2 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1002, dev=0x4752, revid=0x27 bus=0, slot=6, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0087, statreg=0x0290, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 1, range 32, base 0xfd000000, size 24, enabled map[14]: type 4, range 32, base 0x2400, size 8, enabled map[18]: type 1, range 32, base 0xfebff000, size 12, enabled pcib0: matched entry for 0.6.INTA pcib0: slot 6 INTA hardwired to IRQ 26 found-> vendor=0x1166, dev=0x0201, revid=0x93 bus=0, slot=15, func=0 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0147, statreg=0x2200, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1166, dev=0x0212, revid=0x93 bus=0, slot=15, func=1 class=01-01-82, hdrtype=0x00, mfdev=1 cmdreg=0x0155, statreg=0x0200, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[20]: type 4, range 32, base 0x700, size 4, enabled found-> vendor=0x1166, dev=0x0220, revid=0x05 bus=0, slot=15, func=2 class=0c-03-10, hdrtype=0x00, mfdev=1 cmdreg=0x0157, statreg=0x0280, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x50 (20000 ns) intpin=a, irq=11 map[10]: type 1, range 32, base 0xfebfe000, size 12, enabled pcib0: matched entry for 0.15.INTA (src \LPUS:0) ioapic0: Changing trigger for pin 11 to level ioapic0: Changing polarity for pin 11 to low pcib0: slot 15 INTA routed to irq 11 via \LPUS found-> vendor=0x1166, dev=0x0225, revid=0x00 bus=0, slot=15, func=3 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x0144, statreg=0x0200, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1166, dev=0x0101, revid=0x05 bus=0, slot=16, func=0 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0142, statreg=0x22b0, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1166, dev=0x0101, revid=0x05 bus=0, slot=16, func=2 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0142, statreg=0x2230, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1166, dev=0x0101, revid=0x05 bus=0, slot=17, func=0 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0142, statreg=0x2230, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1166, dev=0x0101, revid=0x05 bus=0, slot=17, func=2 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0142, statreg=0x2230, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) vgapci0: port 0x2400-0x24ff mem 0xfd000000-0xfdffffff,0xfebff000-0xfebfffff irq 26 at device 6.0 on pci0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x700-0x70f at device 15.1 on pci0 atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0x700 ata0: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 ata0: reset tp1 mask=03 ostat0=50 ostat1=00 ata0: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb ata0: stat1=0x00 err=0x04 lsb=0x00 msb=0x00 ata0: reset tp2 stat0=00 stat1=00 devices=0x4 ioapic0: routing intpin 14 (ISA IRQ 14) to vector 49 ata0: [MPSAFE] ata1: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 ata1: reset tp1 mask=00 ostat0=ff ostat1=ff ioapic0: routing intpin 15 (ISA IRQ 15) to vector 50 ata1: [MPSAFE] pci0: at device 15.2 (no driver attached) isab0: at device 15.3 on pci0 isa0: on isab0 pcib1: on acpi0 pci2: on pcib1 pci2: physical bus=2 found-> vendor=0x8086, dev=0x1229, revid=0x0c bus=2, slot=3, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0157, statreg=0x0290, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0x08 (2000 ns), maxlat=0x38 (14000 ns) intpin=a, irq=10 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 1, range 32, base 0xfbfff000, size 12, enabled map[14]: type 4, range 32, base 0x2500, size 6, enabled map[18]: type 1, range 32, base 0xfbfc0000, size 17, enabled pcib1: matched entry for 2.3.INTA pcib1: slot 3 INTA hardwired to IRQ 20 fxp0: port 0x2500-0x253f mem 0xfbfff000-0xfbffffff,0xfbfc0000-0xfbfdffff irq 20 at device 3.0 on pci2 fxp0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xfbfff000 fxp0: using memory space register mapping fxp0: PCI IDs: 8086 1229 1014 01f1 000c fxp0: Dynamic Standby mode is disabled miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: bpf attached fxp0: Ethernet address: 00:0e:0c:2e:98:88 ioapic1: routing intpin 4 (PCI IRQ 20) to vector 51 fxp0: [MPSAFE] pcib2: on acpi0 pci4: on pcib2 pci4: physical bus=4 pcib3: on acpi0 pci6: on pcib3 pci6: physical bus=6 found-> vendor=0x8086, dev=0x1010, revid=0x01 bus=6, slot=8, func=0 class=02-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0157, statreg=0x0230, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0xff (63750 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type 1, range 64, base 0xf9fe0000, size 17, enabled map[20]: type 4, range 32, base 0x2540, size 6, enabled pcib3: matched entry for 6.8.INTA pcib3: slot 8 INTA hardwired to IRQ 29 found-> vendor=0x8086, dev=0x1010, revid=0x01 bus=6, slot=8, func=1 class=02-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0157, statreg=0x0230, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0xff (63750 ns), maxlat=0x00 (0 ns) intpin=b, irq=3 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type 1, range 64, base 0xf9fc0000, size 17, enabled map[20]: type 4, range 32, base 0x2580, size 6, enabled pcib3: matched entry for 6.8.INTB pcib3: slot 8 INTB hardwired to IRQ 30 em0: port 0x2540-0x257f mem 0xf9fe0000-0xf9ffffff irq 29 at device 8.0 on pci6 em0: Reserved 0x20000 bytes for rid 0x10 type 3 at 0xf9fe0000 em0: Reserved 0x40 bytes for rid 0x20 type 4 at 0x2540 em0: bpf attached em0: Ethernet address: 00:0d:60:1a:4f:c6 NMI ISA 34, EISA 0 NMI ... going to debugger [thread pid 0 tid 0 ] Stopped at em_clear_hw_cntrs+0xc6: movl %eax,-0x4(%ebp) db> bt Tracing pid 0 tid 0 td 0xc07c8f50 em_clear_hw_cntrs(c34d0004,c34d0000,c34d0298,1,64,...) at em_clear_hw_cntrs+0xc6 em_attach(c34f5680,c34ab04c,c0785ef8,c34f5680,c34f5680,...) at em_attach+0x5c2 device_attach(c34f5680,c34f5680,c3475740,1,c34f5680,...) at device_attach+0x6a device_probe_and_attach(c34f5680,c34eea00,c0c20b2c,c08af5ed,c34f5600,...) at device_probe_and_attach+0xf1 bus_generic_attach(c34f5600,c3475740,1,c08af240,c34f5600,...) at bus_generic_attach+0x28 acpi_pci_attach(c34f5600,c34f5600,c347ea80,c34f5600,c34f5600,...) at acpi_pci_attach+0x11d device_attach(c34f5600,c34f5600,c34eea00,c08af670,c34f5600,...) at device_attach+0x6a device_probe_and_attach(c34f5600,c34e1600,c0c20bb0,c08af84c,c34eea00,...) at device_probe_and_attach+0xf1 bus_generic_attach(c34eea00,c08c73dd,6,c0c20ba0,6,...) at bus_generic_attach+0x28 acpi_pcib_attach(c34eea00,c3526754,6,c0c20bd8,c0c20be8,...) at acpi_pcib_attach+0xec acpi_pcib_acpi_attach(c34eea00,c34eea00,c347f240,c34eea00,c34eea00,...) at acpi_pcib_acpi_attach+0xf9 device_attach(c34eea00,c34eea00,c0785d08,c34ee180,c34eea00,...) at device_attach+0x6a device_probe_and_attach(c34eea00,ffffffff,c0c20cac,c08acdd4,c34e1600,...) at device_probe_and_attach+0xf1 bus_generic_attach(c34e1600,fec00000,ffffffff,c34e6c28,fec00000,...) at bus_generic_attach+0x28 acpi_attach(c34e1600,c34aa04c,c0785ef8,c34e1600,c34e1600,...) at acpi_attach+0xa54 device_attach(c34e1600,c34e1600,c08cb7d8,c0c20d00,c34e1600,...) at device_attach+0x6a device_probe_and_attach(c34e1600,c3482400,c0c20d10,c07249ca,c3482400,...) at device_probe_and_attach+0xf1 bus_generic_attach(c3482400,c3482400,c0c20d30,c056daaa,c3482400,...) at bus_generic_attach+0x28 nexus_attach(c3482400,c349e84c,c0785ef8,c3482400,c3482400,...) at nexus_attach+0x1a device_attach(c3482400,c3482400,1,c057d160,c3482400,...) at device_attach+0x6a device_probe_and_attach(c3482400,c3413794,c0c20d70,c070d59c,c075a74e,...) at device_probe_and_attach+0xf1 root_bus_configure(c075a74e,c0c20d88,c050ed95,0,c1e000,...) at root_bus_configure+0x28 configure(0,c1e000,c1ec00,c1e000,0,...) at configure+0xc mi_startup() at mi_startup+0xb5 begin() at begin+0x2c db> (kgdb) l *em_clear_hw_cntrs+0xc6 0xc04ab6d6 is in em_clear_hw_cntrs (bus.h:241). 236 bus.h: No such file or directory. in bus.h (kgdb) l *em_attach+0x5c2 0xc049c452 is in em_attach (/usr/src/sys/dev/em/if_em.c:580). 575 576 em_allocate_intr(adapter); 577 578 /* Initialize statistics */ 579 em_clear_hw_cntrs(&adapter->hw); 580 em_update_stats_counters(adapter); 581 adapter->hw.get_link_status = 1; 582 em_update_link_status(adapter); 583 584 /* Indicate SOL/IDER usage */ /usr/src/sys/dev/em/if_em.c: $FreeBSD: src/sys/dev/em/if_em.c,v 1.164 2006/11/15 20:04:56 jhb Exp $ -- Pawel From owner-cvs-all@FreeBSD.ORG Thu Nov 16 19:03:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D3A216A4C2; Thu, 16 Nov 2006 19:03:05 +0000 (UTC) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0997D43D46; Thu, 16 Nov 2006 19:03:05 +0000 (GMT) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGJ34m5062919; Thu, 16 Nov 2006 19:03:04 GMT (envelope-from suz@repoman.freebsd.org) Received: (from suz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGJ346j062918; Thu, 16 Nov 2006 19:03:04 GMT (envelope-from suz) Message-Id: <200611161903.kAGJ346j062918@repoman.freebsd.org> From: SUZUKI Shinsuke Date: Thu, 16 Nov 2006 19: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/usr.sbin/route6d route6d.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, 16 Nov 2006 19:03:05 -0000 suz 2006-11-16 19:03:04 UTC FreeBSD src repository Modified files: usr.sbin/route6d route6d.c Log: implemented more validation checks about incoming responses per RFC2080, and one additional heuristic check for safer operation. Obtained from: KAME MFC after: 1 week Revision Changes Path 1.35 +78 -4 src/usr.sbin/route6d/route6d.c From owner-cvs-all@FreeBSD.ORG Thu Nov 16 19:08:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0682616A416; Thu, 16 Nov 2006 19:08:29 +0000 (UTC) (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 F230543D58; Thu, 16 Nov 2006 19:08:27 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGJ8RqF064766; Thu, 16 Nov 2006 19:08:27 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGJ8RPf064765; Thu, 16 Nov 2006 19:08:27 GMT (envelope-from kensmith) Message-Id: <200611161908.kAGJ8RPf064765@repoman.freebsd.org> From: Ken Smith Date: Thu, 16 Nov 2006 19:08: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/release/scripts package-split.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: Thu, 16 Nov 2006 19:08:29 -0000 kensmith 2006-11-16 19:08:27 UTC FreeBSD src repository Modified files: release/scripts package-split.py Log: Switch to emulators/linux_base-fc4 since that's the new default Linux emulator. MFC after: 3 days Revision Changes Path 1.14 +1 -1 src/release/scripts/package-split.py From owner-cvs-all@FreeBSD.ORG Thu Nov 16 19:09:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AD2216A47B; Thu, 16 Nov 2006 19:09:44 +0000 (UTC) (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 A929843D68; Thu, 16 Nov 2006 19:09:41 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGJ9f2O064827; Thu, 16 Nov 2006 19:09:41 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGJ9fu2064826; Thu, 16 Nov 2006 19:09:41 GMT (envelope-from kensmith) Message-Id: <200611161909.kAGJ9fu2064826@repoman.freebsd.org> From: Ken Smith Date: Thu, 16 Nov 2006 19: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/usr.sbin/sysinstall config.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, 16 Nov 2006 19:09:44 -0000 kensmith 2006-11-16 19:09:41 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall config.c Log: Switch to linux_base-fc4 for the Linux emulation package. MFC after: 3 days Revision Changes Path 1.239 +1 -1 src/usr.sbin/sysinstall/config.c From owner-cvs-all@FreeBSD.ORG Thu Nov 16 19:12:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3373516A4A7; Thu, 16 Nov 2006 19:12:14 +0000 (UTC) (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 5CE8043D5F; Thu, 16 Nov 2006 19:12:09 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGJC9Bk065815; Thu, 16 Nov 2006 19:12:09 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGJC9jY065814; Thu, 16 Nov 2006 19:12:09 GMT (envelope-from lth) Message-Id: <200611161912.kAGJC9jY065814@repoman.freebsd.org> From: Lars Thegler Date: Thu, 16 Nov 2006 19:12: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/p5-Module-Pluggable 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, 16 Nov 2006 19:12:14 -0000 lth 2006-11-16 19:12:08 UTC FreeBSD ports repository Modified files: devel/p5-Module-Pluggable Makefile distinfo Log: Update to 3.2. No longer depends on devel/p5-Class-Inspector. Revision Changes Path 1.18 +2 -4 ports/devel/p5-Module-Pluggable/Makefile 1.17 +3 -3 ports/devel/p5-Module-Pluggable/distinfo From owner-cvs-all@FreeBSD.ORG Thu Nov 16 19:22:53 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACDDE16A403; Thu, 16 Nov 2006 19:22:53 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 395B343D46; Thu, 16 Nov 2006 19:22:52 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id kAGJMf5x042640; Thu, 16 Nov 2006 14:22:47 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: "Pawel Worach" Date: Thu, 16 Nov 2006 14:01:08 -0500 User-Agent: KMail/1.9.1 References: <200611152004.kAFK4vfe058983@repoman.freebsd.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611161401.09543.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Thu, 16 Nov 2006 14:22:48 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2200/Thu Nov 16 09:10:16 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_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, 16 Nov 2006 19:22:53 -0000 On Thursday 16 November 2006 13:36, Pawel Worach wrote: > On 11/15/06, John Baldwin wrote: > > jhb 2006-11-15 20:04:57 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/bce if_bce.c > > sys/dev/em if_em.c if_em.h > > sys/dev/mpt mpt.h mpt_pci.c > > Log: > > Add MSI support to em(4), bce(4), and mpt(4). For now, we only support > > devices that support a maximum of 1 message, and we use that 1 message > > instead of the INTx rid 0 IRQ with the same interrupt handler, etc. > > > > Hi John, > > This seems to cause an NMI here on a IBM x345 box, boot -v below. > (It's frozen for about 1-2 seconds before the NMI fires) > > OK boot -v > /boot/kernel/acpi.ko text=0x4d134 data=0x2540+0x1010 > syms=[0x4+0x7cb0+0x4+0xaa13] > GDB: no debug ports present > KDB: debugger backends: ddb > KDB: current backend: ddb > SMAP type=01 base=0000000000000000 len=000000000009d400 > SMAP type=02 base=000000000009d400 len=0000000000002c00 > SMAP type=02 base=00000000000e0000 len=0000000000020000 > SMAP type=01 base=0000000000100000 len=000000003fedb2c0 > SMAP type=02 base=000000003ffe0000 len=0000000000020000 > SMAP type=03 base=000000003ffdb2c0 len=0000000000004d40 > SMAP type=02 base=00000000fec00000 len=0000000001400000 > Copyright (c) 1992-2006 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. > FreeBSD is a registered trademark of The FreeBSD Foundation. > FreeBSD 7.0-CURRENT #0: Thu Nov 16 14:42:47 CET 2006 > root@zero:/usr/obj/usr/src/sys/ZERO > Using 16 colors for the VM-PQ tuning (512, 8) > Preloaded elf kernel "/boot/kernel/kernel" at 0xc08e2000. > Preloaded elf module "/boot/kernel/acpi.ko" at 0xc08e216c. > MP Configuration Table version 1.4 found at 0xc009e2a0 > Table 'FACP' at 0x3ffdff00 > Table 'APIC' at 0x3ffdfe40 > MADT: Found table at 0x3ffdfe40 > APIC: Using the MADT enumerator. > MADT: Found CPU APIC ID 0 ACPI ID 0: enabled > SMP: Added CPU 0 (AP) > MADT: Found CPU APIC ID 6 ACPI ID 1: enabled > SMP: Added CPU 6 (AP) > MADT: Found CPU APIC ID 1 ACPI ID 2: enabled > SMP: Added CPU 1 (AP) > MADT: Found CPU APIC ID 7 ACPI ID 3: enabled > SMP: Added CPU 7 (AP) > INTR: Adding local APIC 0 as a target > ACPI APIC Table: > Calibrating clock(s) ... i8254 clock: 1193166 Hz > CLK_USE_I8254_CALIBRATION not specified - using default frequency > Timecounter "i8254" frequency 1193182 Hz quality 0 > Calibrating TSC clock ... TSC clock: 2793899688 Hz > CPU: Intel(R) Xeon(TM) CPU 2.80GHz (2793.90-MHz 686-class CPU) > Origin = "GenuineIntel" Id = 0xf29 Stepping = 9 > Features=0xbfebfbff > Features2=0x4400 > Logical CPUs per core: 2 > > Instruction TLB: 4 KB, 2 MB or 4 MB pages, fully associative, 64 entries > Data TLB: 4 KB or 4 MB pages, fully associative, 64 entries > 1st-level data cache: 8 KB, 4-way set associative, sectored cache, 64 > byte line size > Trace cache: 12K-uops, 8-way set associative > 2nd-level cache: 512 KB, 8-way set associative, sectored cache, 64 > byte line size > real memory = 1073590272 (1023 MB) > Physical memory chunk(s): > 0x0000000000001000 - 0x000000000009cfff, 638976 bytes (156 pages) > 0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages) > 0x0000000000c28000 - 0x000000003ed92fff, 1041674240 bytes (254315 pages) > avail memory = 1041301504 (993 MB) > INTR: Adding local APIC 6 as a target > FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs > cpu0 (BSP): APIC ID: 0 > cpu1 (AP): APIC ID: 1 > cpu2 (AP): APIC ID: 6 > cpu3 (AP): APIC ID: 7 > bios32: Found BIOS32 Service Directory header at 0xc00fd790 > bios32: Entry = 0xfd7a1 (c00fd7a1) Rev = 0 Len = 1 > pcibios: PCI BIOS entry at 0xf0000+0xd7dc > pnpbios: Found PnP BIOS data at 0xc00fdf90 > pnpbios: Entry = f0000:440f Rev = 1.0 > Other BIOS signatures found: > APIC: CPU 0 has ACPI ID 0 > APIC: CPU 1 has ACPI ID 2 > APIC: CPU 2 has ACPI ID 1 > APIC: CPU 3 has ACPI ID 3 > Security auditing service present > BSM auditing present > MADT: Found IO APIC ID 14, Interrupt 0 at 0xfec00000 > ioapic0: Routing external 8259A's -> intpin 0 > ioapic0: intpin 0 -> ExtINT (edge, high) > ioapic0: intpin 1 -> ISA IRQ 1 (edge, high) > ioapic0: intpin 2 -> ISA IRQ 2 (edge, high) > ioapic0: intpin 3 -> ISA IRQ 3 (edge, high) > ioapic0: intpin 4 -> ISA IRQ 4 (edge, high) > ioapic0: intpin 5 -> ISA IRQ 5 (edge, high) > ioapic0: intpin 6 -> ISA IRQ 6 (edge, high) > ioapic0: intpin 7 -> ISA IRQ 7 (edge, high) > ioapic0: intpin 8 -> ISA IRQ 8 (edge, high) > ioapic0: intpin 9 -> ISA IRQ 9 (edge, high) > ioapic0: intpin 10 -> ISA IRQ 10 (edge, high) > ioapic0: intpin 11 -> ISA IRQ 11 (edge, high) > ioapic0: intpin 12 -> ISA IRQ 12 (edge, high) > ioapic0: intpin 13 -> ISA IRQ 13 (edge, high) > ioapic0: intpin 14 -> ISA IRQ 14 (edge, high) > ioapic0: intpin 15 -> ISA IRQ 15 (edge, high) > MADT: Found IO APIC ID 13, Interrupt 16 at 0xfec01000 > ioapic1: intpin 0 -> PCI IRQ 16 (level, low) > ioapic1: intpin 1 -> PCI IRQ 17 (level, low) > ioapic1: intpin 2 -> PCI IRQ 18 (level, low) > ioapic1: intpin 3 -> PCI IRQ 19 (level, low) > ioapic1: intpin 4 -> PCI IRQ 20 (level, low) > ioapic1: intpin 5 -> PCI IRQ 21 (level, low) > ioapic1: intpin 6 -> PCI IRQ 22 (level, low) > ioapic1: intpin 7 -> PCI IRQ 23 (level, low) > ioapic1: intpin 8 -> PCI IRQ 24 (level, low) > ioapic1: intpin 9 -> PCI IRQ 25 (level, low) > ioapic1: intpin 10 -> PCI IRQ 26 (level, low) > ioapic1: intpin 11 -> PCI IRQ 27 (level, low) > ioapic1: intpin 12 -> PCI IRQ 28 (level, low) > ioapic1: intpin 13 -> PCI IRQ 29 (level, low) > ioapic1: intpin 14 -> PCI IRQ 30 (level, low) > ioapic1: intpin 15 -> PCI IRQ 31 (level, low) > MADT: Found IO APIC ID 12, Interrupt 32 at 0xfec02000 > ioapic2: intpin 0 -> PCI IRQ 32 (level, low) > ioapic2: intpin 1 -> PCI IRQ 33 (level, low) > ioapic2: intpin 2 -> PCI IRQ 34 (level, low) > ioapic2: intpin 3 -> PCI IRQ 35 (level, low) > ioapic2: intpin 4 -> PCI IRQ 36 (level, low) > ioapic2: intpin 5 -> PCI IRQ 37 (level, low) > ioapic2: intpin 6 -> PCI IRQ 38 (level, low) > ioapic2: intpin 7 -> PCI IRQ 39 (level, low) > ioapic2: intpin 8 -> PCI IRQ 40 (level, low) > ioapic2: intpin 9 -> PCI IRQ 41 (level, low) > ioapic2: intpin 10 -> PCI IRQ 42 (level, low) > ioapic2: intpin 11 -> PCI IRQ 43 (level, low) > ioapic2: intpin 12 -> PCI IRQ 44 (level, low) > ioapic2: intpin 13 -> PCI IRQ 45 (level, low) > ioapic2: intpin 14 -> PCI IRQ 46 (level, low) > ioapic2: intpin 15 -> PCI IRQ 47 (level, low) > MADT: Interrupt override: source 0, irq 2 > ioapic0: Routing IRQ 0 -> intpin 2 > ioapic0: intpin 2 trigger: edge > ioapic0: intpin 2 polarity: high > lapic0: Routing NMI -> LINT1 > MADT: Ignoring local NMI routed to ACPI CPU 6 > lapic6: Routing NMI -> LINT1 > MADT: Ignoring local NMI routed to ACPI CPU 7 > MADT: Forcing active-low polarity and level trigger for SCI > ioapic0: intpin 3 polarity: low > ioapic0: intpin 3 trigger: level > ioapic2 irqs 32-47 on motherboard > ioapic1 irqs 16-31 on motherboard > ioapic0 irqs 0-15 on motherboard > cpu0 BSP: > ID: 0x00000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff > lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff > timer: 0x000100ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010000 > null: > random: > mem: > Pentium Pro MTRR support enabled > io: > npx0: INT 16 interface > acpi0: on motherboard > ioapic0: routing intpin 3 (ISA IRQ 3) to vector 48 > acpi0: [MPSAFE] > pci_open(1): mode 1 addr port (0x0cf8) is 0x80002800 > pci_open(1a): mode1res=0x80000000 (0x80000000) > pci_cfgcheck: device 0 [class=060000] [hdr=80] is there (id=00141166) > pcibios: BIOS version 2.10 > AcpiOsDerivePciId: bus 0 dev 15 func 2 > acpi0: Power Button (fixed) > acpi0: wakeup code va 0xd73cb000 pa 0x9c000 > AcpiOsDerivePciId: bus 0 dev 0 func 0 > AcpiOsDerivePciId: bus 0 dev 16 func 0 > AcpiOsDerivePciId: bus 0 dev 16 func 2 > AcpiOsDerivePciId: bus 0 dev 17 func 0 > AcpiOsDerivePciId: bus 0 dev 17 func 2 > acpi0: reservation of 460, 2 (4) failed > ACPI timer: 1/2 0/3 1/2 1/2 0/3 1/2 1/2 1/2 0/3 1/2 -> 7 > Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 > acpi_timer0: <32-bit timer at 3.579545MHz> port 0x488-0x48b on acpi0 > pci_link0: Index IRQ Rtd Ref IRQs > Initial Probe 0 255 N 0 none > Validation 0 255 N 0 none > After Disable 0 255 N 0 none > pci_link1: Index IRQ Rtd Ref IRQs > Initial Probe 0 255 N 0 none > Validation 0 255 N 0 none > After Disable 0 255 N 0 none > pci_link2: Index IRQ Rtd Ref IRQs > Initial Probe 0 255 N 0 none > Validation 0 255 N 0 none > After Disable 0 255 N 0 none > pci_link3: Index IRQ Rtd Ref IRQs > Initial Probe 0 255 N 0 none > Validation 0 255 N 0 none > After Disable 0 255 N 0 none > pci_link4: Index IRQ Rtd Ref IRQs > Initial Probe 0 10 N 0 10 > Validation 0 10 N 0 10 > After Disable 0 255 N 0 10 > pci_link5: Index IRQ Rtd Ref IRQs > Initial Probe 0 255 N 0 none > Validation 0 255 N 0 none > After Disable 0 255 N 0 none > pci_link6: Index IRQ Rtd Ref IRQs > Initial Probe 0 255 N 0 none > Validation 0 255 N 0 none > After Disable 0 255 N 0 none > pci_link7: Index IRQ Rtd Ref IRQs > Initial Probe 0 255 N 0 none > Validation 0 255 N 0 none > After Disable 0 255 N 0 none > pci_link8: Index IRQ Rtd Ref IRQs > Initial Probe 0 255 N 0 none > Validation 0 255 N 0 none > After Disable 0 255 N 0 none > pci_link9: Index IRQ Rtd Ref IRQs > Initial Probe 0 255 N 0 none > Validation 0 255 N 0 none > After Disable 0 255 N 0 none > pci_link10: Index IRQ Rtd Ref IRQs > Initial Probe 0 10 N 0 10 > Validation 0 10 N 0 10 > After Disable 0 255 N 0 10 > pci_link11: Index IRQ Rtd Ref IRQs > Initial Probe 0 9 N 0 9 > Validation 0 9 N 0 9 > After Disable 0 255 N 0 9 > pci_link12: Index IRQ Rtd Ref IRQs > Initial Probe 0 9 N 0 9 > Validation 0 9 N 0 9 > After Disable 0 255 N 0 9 > pci_link13: Index IRQ Rtd Ref IRQs > Initial Probe 0 11 N 0 11 > Validation 0 11 N 0 11 > After Disable 0 255 N 0 11 > pci_link14: Index IRQ Rtd Ref IRQs > Initial Probe 0 3 N 0 3 > Validation 0 3 N 0 3 > After Disable 0 255 N 0 3 > pci_link15: Index IRQ Rtd Ref IRQs > Initial Probe 0 255 N 0 none > Validation 0 255 N 0 none > After Disable 0 255 N 0 none > pci_link16: Index IRQ Rtd Ref IRQs > Initial Probe 0 255 N 0 none > Validation 0 255 N 0 none > After Disable 0 255 N 0 none > pci_link17: Index IRQ Rtd Ref IRQs > Initial Probe 0 255 N 0 none > Validation 0 255 N 0 none > After Disable 0 255 N 0 none > pci_link18: Index IRQ Rtd Ref IRQs > Initial Probe 0 255 N 0 none > Validation 0 255 N 0 none > After Disable 0 255 N 0 none > pci_link19: Index IRQ Rtd Ref IRQs > Initial Probe 0 255 N 0 none > Validation 0 255 N 0 none > After Disable 0 255 N 0 none > pci_link20: Index IRQ Rtd Ref IRQs > Initial Probe 0 255 N 0 none > Validation 0 255 N 0 none > After Disable 0 255 N 0 none > pci_link21: Index IRQ Rtd Ref IRQs > Initial Probe 0 255 N 0 none > Validation 0 255 N 0 none > After Disable 0 255 N 0 none > pci_link22: Index IRQ Rtd Ref IRQs > Initial Probe 0 255 N 0 none > Validation 0 255 N 0 none > After Disable 0 255 N 0 none > pci_link23: Index IRQ Rtd Ref IRQs > Initial Probe 0 255 N 0 none > Validation 0 255 N 0 none > After Disable 0 255 N 0 none > pci_link24: Index IRQ Rtd Ref IRQs > Initial Probe 0 255 N 0 none > Validation 0 255 N 0 none > After Disable 0 255 N 0 none > pci_link25: Index IRQ Rtd Ref IRQs > Initial Probe 0 255 N 0 none > Validation 0 255 N 0 none > After Disable 0 255 N 0 none > pci_link26: Index IRQ Rtd Ref IRQs > Initial Probe 0 255 N 0 none > Validation 0 255 N 0 none > After Disable 0 255 N 0 none > pci_link27: Index IRQ Rtd Ref IRQs > Initial Probe 0 255 N 0 none > Validation 0 255 N 0 none > After Disable 0 255 N 0 none > pci_link28: Index IRQ Rtd Ref IRQs > Initial Probe 0 255 N 0 none > Validation 0 255 N 0 none > After Disable 0 255 N 0 none > pci_link29: Index IRQ Rtd Ref IRQs > Initial Probe 0 255 N 0 none > Validation 0 255 N 0 none > After Disable 0 255 N 0 none > pci_link30: Index IRQ Rtd Ref IRQs > Initial Probe 0 255 N 0 none > Validation 0 255 N 0 none > After Disable 0 255 N 0 none > pci_link31: Index IRQ Rtd Ref IRQs > Initial Probe 0 255 N 0 none > Validation 0 255 N 0 none > After Disable 0 255 N 0 none > pci_link32: Index IRQ Rtd Ref IRQs > Initial Probe 0 11 N 0 11 > Validation 0 11 N 0 11 > After Disable 0 255 N 0 11 > cpu0: on acpi0 > cpu1: on acpi0 > cpu2: on acpi0 > cpu3: on acpi0 > pcib0: on acpi0 > ACPI: Found matching pin for 0.15.INTA at func 2: 11 > pci0: on pcib0 > pci0: physical bus=0 > found-> vendor=0x1166, dev=0x0014, revid=0x33 > bus=0, slot=0, func=0 > class=06-00-00, hdrtype=0x00, mfdev=1 > cmdreg=0x0000, statreg=0x0000, cachelnsz=16 (dwords) > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > found-> vendor=0x1166, dev=0x0014, revid=0x00 > bus=0, slot=0, func=1 > class=06-00-00, hdrtype=0x00, mfdev=1 > cmdreg=0x0000, statreg=0x0000, cachelnsz=16 (dwords) > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > found-> vendor=0x1166, dev=0x0014, revid=0x00 > bus=0, slot=0, func=2 > class=06-00-00, hdrtype=0x00, mfdev=1 > cmdreg=0x0000, statreg=0x0000, cachelnsz=16 (dwords) > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > found-> vendor=0x1002, dev=0x4752, revid=0x27 > bus=0, slot=6, func=0 > class=03-00-00, hdrtype=0x00, mfdev=0 > cmdreg=0x0087, statreg=0x0290, cachelnsz=8 (dwords) > lattimer=0x40 (1920 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns) > intpin=a, irq=10 > powerspec 2 supports D0 D1 D2 D3 current D0 > map[10]: type 1, range 32, base 0xfd000000, size 24, enabled > map[14]: type 4, range 32, base 0x2400, size 8, enabled > map[18]: type 1, range 32, base 0xfebff000, size 12, enabled > pcib0: matched entry for 0.6.INTA > pcib0: slot 6 INTA hardwired to IRQ 26 > found-> vendor=0x1166, dev=0x0201, revid=0x93 > bus=0, slot=15, func=0 > class=06-00-00, hdrtype=0x00, mfdev=1 > cmdreg=0x0147, statreg=0x2200, cachelnsz=0 (dwords) > lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > found-> vendor=0x1166, dev=0x0212, revid=0x93 > bus=0, slot=15, func=1 > class=01-01-82, hdrtype=0x00, mfdev=1 > cmdreg=0x0155, statreg=0x0200, cachelnsz=8 (dwords) > lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > map[20]: type 4, range 32, base 0x700, size 4, enabled > found-> vendor=0x1166, dev=0x0220, revid=0x05 > bus=0, slot=15, func=2 > class=0c-03-10, hdrtype=0x00, mfdev=1 > cmdreg=0x0157, statreg=0x0280, cachelnsz=8 (dwords) > lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x50 (20000 ns) > intpin=a, irq=11 > map[10]: type 1, range 32, base 0xfebfe000, size 12, enabled > pcib0: matched entry for 0.15.INTA (src \LPUS:0) > ioapic0: Changing trigger for pin 11 to level > ioapic0: Changing polarity for pin 11 to low > pcib0: slot 15 INTA routed to irq 11 via \LPUS > found-> vendor=0x1166, dev=0x0225, revid=0x00 > bus=0, slot=15, func=3 > class=06-01-00, hdrtype=0x00, mfdev=1 > cmdreg=0x0144, statreg=0x0200, cachelnsz=0 (dwords) > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > found-> vendor=0x1166, dev=0x0101, revid=0x05 > bus=0, slot=16, func=0 > class=06-00-00, hdrtype=0x00, mfdev=1 > cmdreg=0x0142, statreg=0x22b0, cachelnsz=0 (dwords) > lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > found-> vendor=0x1166, dev=0x0101, revid=0x05 > bus=0, slot=16, func=2 > class=06-00-00, hdrtype=0x00, mfdev=1 > cmdreg=0x0142, statreg=0x2230, cachelnsz=0 (dwords) > lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > found-> vendor=0x1166, dev=0x0101, revid=0x05 > bus=0, slot=17, func=0 > class=06-00-00, hdrtype=0x00, mfdev=1 > cmdreg=0x0142, statreg=0x2230, cachelnsz=0 (dwords) > lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > found-> vendor=0x1166, dev=0x0101, revid=0x05 > bus=0, slot=17, func=2 > class=06-00-00, hdrtype=0x00, mfdev=1 > cmdreg=0x0142, statreg=0x2230, cachelnsz=0 (dwords) > lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > vgapci0: port 0x2400-0x24ff mem > 0xfd000000-0xfdffffff,0xfebff000-0xfebfffff irq 26 at device 6.0 on > pci0 > atapci0: port > 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x700-0x70f at device 15.1 on pci0 > atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0x700 > ata0: on atapci0 > atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 > atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 > ata0: reset tp1 mask=03 ostat0=50 ostat1=00 > ata0: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb > ata0: stat1=0x00 err=0x04 lsb=0x00 msb=0x00 > ata0: reset tp2 stat0=00 stat1=00 devices=0x4 > ioapic0: routing intpin 14 (ISA IRQ 14) to vector 49 > ata0: [MPSAFE] > ata1: on atapci0 > atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 > atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 > ata1: reset tp1 mask=00 ostat0=ff ostat1=ff > ioapic0: routing intpin 15 (ISA IRQ 15) to vector 50 > ata1: [MPSAFE] > pci0: at device 15.2 (no driver attached) > isab0: at device 15.3 on pci0 > isa0: on isab0 > pcib1: on acpi0 > pci2: on pcib1 > pci2: physical bus=2 > found-> vendor=0x8086, dev=0x1229, revid=0x0c > bus=2, slot=3, func=0 > class=02-00-00, hdrtype=0x00, mfdev=0 > cmdreg=0x0157, statreg=0x0290, cachelnsz=8 (dwords) > lattimer=0x40 (1920 ns), mingnt=0x08 (2000 ns), maxlat=0x38 (14000 ns) > intpin=a, irq=10 > powerspec 2 supports D0 D1 D2 D3 current D0 > map[10]: type 1, range 32, base 0xfbfff000, size 12, enabled > map[14]: type 4, range 32, base 0x2500, size 6, enabled > map[18]: type 1, range 32, base 0xfbfc0000, size 17, enabled > pcib1: matched entry for 2.3.INTA > pcib1: slot 3 INTA hardwired to IRQ 20 > fxp0: port 0x2500-0x253f mem > 0xfbfff000-0xfbffffff,0xfbfc0000-0xfbfdffff irq 20 at device 3.0 on > pci2 > fxp0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xfbfff000 > fxp0: using memory space register mapping > fxp0: PCI IDs: 8086 1229 1014 01f1 000c > fxp0: Dynamic Standby mode is disabled > miibus0: on fxp0 > inphy0: on miibus0 > inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto > fxp0: bpf attached > fxp0: Ethernet address: 00:0e:0c:2e:98:88 > ioapic1: routing intpin 4 (PCI IRQ 20) to vector 51 > fxp0: [MPSAFE] > pcib2: on acpi0 > pci4: on pcib2 > pci4: physical bus=4 > pcib3: on acpi0 > pci6: on pcib3 > pci6: physical bus=6 > found-> vendor=0x8086, dev=0x1010, revid=0x01 > bus=6, slot=8, func=0 > class=02-00-00, hdrtype=0x00, mfdev=1 > cmdreg=0x0157, statreg=0x0230, cachelnsz=8 (dwords) > lattimer=0x40 (1920 ns), mingnt=0xff (63750 ns), maxlat=0x00 (0 ns) > intpin=a, irq=11 > powerspec 2 supports D0 D3 current D0 > MSI supports 1 message, 64 bit > map[10]: type 1, range 64, base 0xf9fe0000, size 17, enabled > map[20]: type 4, range 32, base 0x2540, size 6, enabled > pcib3: matched entry for 6.8.INTA > pcib3: slot 8 INTA hardwired to IRQ 29 > found-> vendor=0x8086, dev=0x1010, revid=0x01 > bus=6, slot=8, func=1 > class=02-00-00, hdrtype=0x00, mfdev=1 > cmdreg=0x0157, statreg=0x0230, cachelnsz=8 (dwords) > lattimer=0x40 (1920 ns), mingnt=0xff (63750 ns), maxlat=0x00 (0 ns) > intpin=b, irq=3 > powerspec 2 supports D0 D3 current D0 > MSI supports 1 message, 64 bit > map[10]: type 1, range 64, base 0xf9fc0000, size 17, enabled > map[20]: type 4, range 32, base 0x2580, size 6, enabled > pcib3: matched entry for 6.8.INTB > pcib3: slot 8 INTB hardwired to IRQ 30 > em0: port > 0x2540-0x257f mem 0xf9fe0000-0xf9ffffff irq 29 at device 8.0 on pci6 > em0: Reserved 0x20000 bytes for rid 0x10 type 3 at 0xf9fe0000 > em0: Reserved 0x40 bytes for rid 0x20 type 4 at 0x2540 > em0: bpf attached > em0: Ethernet address: 00:0d:60:1a:4f:c6 > NMI ISA 34, EISA 0 > NMI ... going to debugger > [thread pid 0 tid 0 ] > Stopped at em_clear_hw_cntrs+0xc6: movl %eax,-0x4(%ebp) So em triggered an interrupt and you got an NMI out of it instead. What does 'show lapic' show? -- John Baldwin From owner-cvs-all@FreeBSD.ORG Thu Nov 16 19:32:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EA0916A407; Thu, 16 Nov 2006 19:32:37 +0000 (UTC) (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 D0D4143D4C; Thu, 16 Nov 2006 19:32:36 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGJWaUn069412; Thu, 16 Nov 2006 19:32:36 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGJWa7k069411; Thu, 16 Nov 2006 19:32:36 GMT (envelope-from remko) Message-Id: <200611161932.kAGJWa7k069411@repoman.freebsd.org> From: Remko Lodder Date: Thu, 16 Nov 2006 19:32: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: www/en/platforms sun4v.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, 16 Nov 2006 19:32:37 -0000 remko 2006-11-16 19:32:36 UTC FreeBSD doc repository Modified files: en/platforms sun4v.sgml Log: Capitalise the first word of the line (system->System). Add an extra dot on the end of the line. Remove two dots that are not needed. PR: www/105499 Submitted by: Rudolf Cejka Revision Changes Path 1.7 +4 -4 www/en/platforms/sun4v.sgml From owner-cvs-all@FreeBSD.ORG Thu Nov 16 19:52:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9567616A516; Thu, 16 Nov 2006 19:52:27 +0000 (UTC) (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 AC41043EDB; Thu, 16 Nov 2006 19:49:25 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGJnDgc074354; Thu, 16 Nov 2006 19:49:13 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGJnDr5074353; Thu, 16 Nov 2006 19:49:13 GMT (envelope-from jylefort) Message-Id: <200611161949.kAGJnDr5074353@repoman.freebsd.org> From: Jean-Yves Lefort Date: Thu, 16 Nov 2006 19:49: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/hal Makefile ports/sysutils/hal/files patch-hal.conf.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, 16 Nov 2006 19:52:27 -0000 jylefort 2006-11-16 19:49:13 UTC FreeBSD ports repository Modified files: sysutils/hal Makefile Added files: sysutils/hal/files patch-hal.conf.in Log: Give wheel group members the same rights as operator group members. Revision Changes Path 1.11 +1 -3 ports/sysutils/hal/Makefile 1.1 +17 -0 ports/sysutils/hal/files/patch-hal.conf.in (new) From owner-cvs-all@FreeBSD.ORG Thu Nov 16 19:54:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02FD916A49E; Thu, 16 Nov 2006 19:54:02 +0000 (UTC) (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 AF2EB43F0E; Thu, 16 Nov 2006 19:51:26 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGJpAKH074662; Thu, 16 Nov 2006 19:51:10 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGJpABS074630; Thu, 16 Nov 2006 19:51:10 GMT (envelope-from jkim) Message-Id: <200611161951.kAGJpABS074630@repoman.freebsd.org> From: Jung-uk Kim Date: Thu, 16 Nov 2006 19:51: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/tools/regression/sysvmsg msgtest.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, 16 Nov 2006 19:54:02 -0000 jkim 2006-11-16 19:51:10 UTC FreeBSD src repository Modified files: tools/regression/sysvmsg msgtest.c Log: Fix message size tests for msgsnd(3) and msgrcv(3). msgsz is the length of actual message and it should not include size of message type. Revision Changes Path 1.2 +12 -8 src/tools/regression/sysvmsg/msgtest.c From owner-cvs-all@FreeBSD.ORG Thu Nov 16 19:54:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0C0B16A4E9; Thu, 16 Nov 2006 19:54:46 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB8A643D83; Thu, 16 Nov 2006 19:52:27 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGJqN3N075175; Thu, 16 Nov 2006 19:52:23 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGJqNuA075174; Thu, 16 Nov 2006 19:52:23 GMT (envelope-from blackend) Message-Id: <200611161952.kAGJqNuA075174@repoman.freebsd.org> From: Marc Fonvieille Date: Thu, 16 Nov 2006 19:52:23 +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/fr_FR.ISO8859-1/books/handbook/config chapter.sgml doc/fr_FR.ISO8859-1/books/handbook/basics 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: Thu, 16 Nov 2006 19:54:47 -0000 blackend 2006-11-16 19:52:23 UTC FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/config chapter.sgml fr_FR.ISO8859-1/books/handbook/basics chapter.sgml Log: Various typos. Revision Changes Path 1.20 +7 -7 doc/fr_FR.ISO8859-1/books/handbook/basics/chapter.sgml 1.12 +16 -16 doc/fr_FR.ISO8859-1/books/handbook/config/chapter.sgml From owner-cvs-all@FreeBSD.ORG Thu Nov 16 19:55:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2451A16A530; Thu, 16 Nov 2006 19:55:30 +0000 (UTC) (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 81DF043E56; Thu, 16 Nov 2006 19:54:34 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGJsY68075619; Thu, 16 Nov 2006 19:54:34 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGJsYga075618; Thu, 16 Nov 2006 19:54:34 GMT (envelope-from remko) Message-Id: <200611161954.kAGJsYga075618@repoman.freebsd.org> From: Remko Lodder Date: Thu, 16 Nov 2006 19:54:34 +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/ports references.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, 16 Nov 2006 19:55:30 -0000 remko 2006-11-16 19:54:33 UTC FreeBSD doc repository Modified files: en/ports references.sgml Log: Remove an unused entity reference. PR: www/105475 Submitted by: Rudolf Cejka Revision Changes Path 1.4 +1 -2 www/en/ports/references.sgml From owner-cvs-all@FreeBSD.ORG Thu Nov 16 20:13:54 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D55E116A4CE; Thu, 16 Nov 2006 20:13:54 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0477743DAD; Thu, 16 Nov 2006 20:12:51 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [10.33.24.110] (nat-198-95-226-228.netapp.com [198.95.226.228]) by dommail.onthenet.com.au (MOS 3.5.7-GR) with ESMTP id CIA13262 (AUTH peterg@ptree32.com.au); Fri, 17 Nov 2006 06:12:18 +1000 (EST) Message-ID: <455CC65F.7090801@freebsd.org> Date: Thu, 16 Nov 2006 12:13:19 -0800 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8b) Gecko/20051014 MIME-Version: 1.0 To: mjacob@freebsd.org References: <200611152018.kAFKI9A3061678@repoman.freebsd.org> <200611151617.23125.jhb@freebsd.org> <20061115134949.T1700@ns1.feral.com> <20061115192354.D7197@ns1.feral.com> <455BDC68.2080603@samsco.org> <20061115194305.M7355@ns1.feral.com> <455BDFB7.9040303@samsco.org> <20061115200109.U7495@ns1.feral.com> In-Reply-To: <20061115200109.U7495@ns1.feral.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, Scott Long , src-committers@freebsd.org, cvs-all@freebsd.org, John Baldwin Subject: Re: cvs commit: src/sys/dev/mpt mpt_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, 16 Nov 2006 20:13:55 -0000 mjacob@freebsd.org wrote: > > see http://people.freebsd.org/~mjacob for 2 bootverbose files. Looks like you have an AMD Quartet :) The AMD 8131 HT-PCIX bridge doesn't support MSI. The first blacklist candidate. later, Peter. From owner-cvs-all@FreeBSD.ORG Thu Nov 16 20:28:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46B2616A4E9; Thu, 16 Nov 2006 20:28:08 +0000 (UTC) (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 A62F043D58; Thu, 16 Nov 2006 20:27:50 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGKRhtS081907; Thu, 16 Nov 2006 20:27:43 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGKRh00081906; Thu, 16 Nov 2006 20:27:43 GMT (envelope-from lth) Message-Id: <200611162027.kAGKRh00081906@repoman.freebsd.org> From: Lars Thegler Date: Thu, 16 Nov 2006 20:27: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/net/p5-File-RsyncP 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, 16 Nov 2006 20:28:08 -0000 lth 2006-11-16 20:27:43 UTC FreeBSD ports repository Modified files: net/p5-File-RsyncP Makefile distinfo Log: Update to 0.66 Revision Changes Path 1.11 +1 -1 ports/net/p5-File-RsyncP/Makefile 1.10 +3 -3 ports/net/p5-File-RsyncP/distinfo From owner-cvs-all@FreeBSD.ORG Thu Nov 16 20:29:04 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0C9616A407 for ; Thu, 16 Nov 2006 20:29:04 +0000 (UTC) (envelope-from pawel.worach@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FB0B43D60 for ; Thu, 16 Nov 2006 20:28:53 +0000 (GMT) (envelope-from pawel.worach@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so741147nfc for ; Thu, 16 Nov 2006 12:28:47 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nmz0zvPABif9MKUmZ27JWqpVRMjwv3ZuIPuAKs+3GnMa8pl3E2XiVsWHdNLK/pA+lygFFdN02sjjCuxLCI+Xe7mBPCvtp0ZnwKFHpZi6plW1JQSb4eEG336hjPOY9AEJ+gCz+gvcoisaJGMt+5pvkohVlegc9thf/nEuuUltXss= Received: by 10.82.153.5 with SMTP id a5mr126063bue.1163708926788; Thu, 16 Nov 2006 12:28:46 -0800 (PST) Received: by 10.82.112.7 with HTTP; Thu, 16 Nov 2006 12:28:46 -0800 (PST) Message-ID: Date: Thu, 16 Nov 2006 21:28:46 +0100 From: "Pawel Worach" To: "John Baldwin" In-Reply-To: <200611161401.09543.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200611152004.kAFK4vfe058983@repoman.freebsd.org> <200611161401.09543.jhb@freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_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, 16 Nov 2006 20:29:04 -0000 On 11/16/06, John Baldwin wrote: > On Thursday 16 November 2006 13:36, Pawel Worach wrote: > > On 11/15/06, John Baldwin wrote: > > > jhb 2006-11-15 20:04:57 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/dev/bce if_bce.c > > > sys/dev/em if_em.c if_em.h > > > sys/dev/mpt mpt.h mpt_pci.c > > > Log: > > > Add MSI support to em(4), bce(4), and mpt(4). For now, we only support > > > devices that support a maximum of 1 message, and we use that 1 message > > > instead of the INTx rid 0 IRQ with the same interrupt handler, etc. > > > > > > > Hi John, > > > > This seems to cause an NMI here on a IBM x345 box, boot -v below. > > (It's frozen for about 1-2 seconds before the NMI fires) > > > > OK boot -v > > /boot/kernel/acpi.ko text=0x4d134 data=0x2540+0x1010 > > syms=[0x4+0x7cb0+0x4+0xaa13] > > GDB: no debug ports present > > KDB: debugger backends: ddb > > KDB: current backend: ddb > > SMAP type=01 base=0000000000000000 len=000000000009d400 > > SMAP type=02 base=000000000009d400 len=0000000000002c00 > > SMAP type=02 base=00000000000e0000 len=0000000000020000 > > SMAP type=01 base=0000000000100000 len=000000003fedb2c0 > > SMAP type=02 base=000000003ffe0000 len=0000000000020000 > > SMAP type=03 base=000000003ffdb2c0 len=0000000000004d40 > > SMAP type=02 base=00000000fec00000 len=0000000001400000 > > Copyright (c) 1992-2006 The FreeBSD Project. > > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > > The Regents of the University of California. All rights reserved. > > FreeBSD is a registered trademark of The FreeBSD Foundation. > > FreeBSD 7.0-CURRENT #0: Thu Nov 16 14:42:47 CET 2006 > > root@zero:/usr/obj/usr/src/sys/ZERO > > Using 16 colors for the VM-PQ tuning (512, 8) > > Preloaded elf kernel "/boot/kernel/kernel" at 0xc08e2000. > > Preloaded elf module "/boot/kernel/acpi.ko" at 0xc08e216c. > > MP Configuration Table version 1.4 found at 0xc009e2a0 > > Table 'FACP' at 0x3ffdff00 > > Table 'APIC' at 0x3ffdfe40 > > MADT: Found table at 0x3ffdfe40 > > APIC: Using the MADT enumerator. > > MADT: Found CPU APIC ID 0 ACPI ID 0: enabled > > SMP: Added CPU 0 (AP) > > MADT: Found CPU APIC ID 6 ACPI ID 1: enabled > > SMP: Added CPU 6 (AP) > > MADT: Found CPU APIC ID 1 ACPI ID 2: enabled > > SMP: Added CPU 1 (AP) > > MADT: Found CPU APIC ID 7 ACPI ID 3: enabled > > SMP: Added CPU 7 (AP) > > INTR: Adding local APIC 0 as a target > > ACPI APIC Table: > > Calibrating clock(s) ... i8254 clock: 1193166 Hz > > CLK_USE_I8254_CALIBRATION not specified - using default frequency > > Timecounter "i8254" frequency 1193182 Hz quality 0 > > Calibrating TSC clock ... TSC clock: 2793899688 Hz > > CPU: Intel(R) Xeon(TM) CPU 2.80GHz (2793.90-MHz 686-class CPU) > > Origin = "GenuineIntel" Id = 0xf29 Stepping = 9 > > > Features=0xbfebfbff > > Features2=0x4400 > > Logical CPUs per core: 2 > > > > Instruction TLB: 4 KB, 2 MB or 4 MB pages, fully associative, 64 entries > > Data TLB: 4 KB or 4 MB pages, fully associative, 64 entries > > 1st-level data cache: 8 KB, 4-way set associative, sectored cache, 64 > > byte line size > > Trace cache: 12K-uops, 8-way set associative > > 2nd-level cache: 512 KB, 8-way set associative, sectored cache, 64 > > byte line size > > real memory = 1073590272 (1023 MB) > > Physical memory chunk(s): > > 0x0000000000001000 - 0x000000000009cfff, 638976 bytes (156 pages) > > 0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages) > > 0x0000000000c28000 - 0x000000003ed92fff, 1041674240 bytes (254315 pages) > > avail memory = 1041301504 (993 MB) > > INTR: Adding local APIC 6 as a target > > FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs > > cpu0 (BSP): APIC ID: 0 > > cpu1 (AP): APIC ID: 1 > > cpu2 (AP): APIC ID: 6 > > cpu3 (AP): APIC ID: 7 > > bios32: Found BIOS32 Service Directory header at 0xc00fd790 > > bios32: Entry = 0xfd7a1 (c00fd7a1) Rev = 0 Len = 1 > > pcibios: PCI BIOS entry at 0xf0000+0xd7dc > > pnpbios: Found PnP BIOS data at 0xc00fdf90 > > pnpbios: Entry = f0000:440f Rev = 1.0 > > Other BIOS signatures found: > > APIC: CPU 0 has ACPI ID 0 > > APIC: CPU 1 has ACPI ID 2 > > APIC: CPU 2 has ACPI ID 1 > > APIC: CPU 3 has ACPI ID 3 > > Security auditing service present > > BSM auditing present > > MADT: Found IO APIC ID 14, Interrupt 0 at 0xfec00000 > > ioapic0: Routing external 8259A's -> intpin 0 > > ioapic0: intpin 0 -> ExtINT (edge, high) > > ioapic0: intpin 1 -> ISA IRQ 1 (edge, high) > > ioapic0: intpin 2 -> ISA IRQ 2 (edge, high) > > ioapic0: intpin 3 -> ISA IRQ 3 (edge, high) > > ioapic0: intpin 4 -> ISA IRQ 4 (edge, high) > > ioapic0: intpin 5 -> ISA IRQ 5 (edge, high) > > ioapic0: intpin 6 -> ISA IRQ 6 (edge, high) > > ioapic0: intpin 7 -> ISA IRQ 7 (edge, high) > > ioapic0: intpin 8 -> ISA IRQ 8 (edge, high) > > ioapic0: intpin 9 -> ISA IRQ 9 (edge, high) > > ioapic0: intpin 10 -> ISA IRQ 10 (edge, high) > > ioapic0: intpin 11 -> ISA IRQ 11 (edge, high) > > ioapic0: intpin 12 -> ISA IRQ 12 (edge, high) > > ioapic0: intpin 13 -> ISA IRQ 13 (edge, high) > > ioapic0: intpin 14 -> ISA IRQ 14 (edge, high) > > ioapic0: intpin 15 -> ISA IRQ 15 (edge, high) > > MADT: Found IO APIC ID 13, Interrupt 16 at 0xfec01000 > > ioapic1: intpin 0 -> PCI IRQ 16 (level, low) > > ioapic1: intpin 1 -> PCI IRQ 17 (level, low) > > ioapic1: intpin 2 -> PCI IRQ 18 (level, low) > > ioapic1: intpin 3 -> PCI IRQ 19 (level, low) > > ioapic1: intpin 4 -> PCI IRQ 20 (level, low) > > ioapic1: intpin 5 -> PCI IRQ 21 (level, low) > > ioapic1: intpin 6 -> PCI IRQ 22 (level, low) > > ioapic1: intpin 7 -> PCI IRQ 23 (level, low) > > ioapic1: intpin 8 -> PCI IRQ 24 (level, low) > > ioapic1: intpin 9 -> PCI IRQ 25 (level, low) > > ioapic1: intpin 10 -> PCI IRQ 26 (level, low) > > ioapic1: intpin 11 -> PCI IRQ 27 (level, low) > > ioapic1: intpin 12 -> PCI IRQ 28 (level, low) > > ioapic1: intpin 13 -> PCI IRQ 29 (level, low) > > ioapic1: intpin 14 -> PCI IRQ 30 (level, low) > > ioapic1: intpin 15 -> PCI IRQ 31 (level, low) > > MADT: Found IO APIC ID 12, Interrupt 32 at 0xfec02000 > > ioapic2: intpin 0 -> PCI IRQ 32 (level, low) > > ioapic2: intpin 1 -> PCI IRQ 33 (level, low) > > ioapic2: intpin 2 -> PCI IRQ 34 (level, low) > > ioapic2: intpin 3 -> PCI IRQ 35 (level, low) > > ioapic2: intpin 4 -> PCI IRQ 36 (level, low) > > ioapic2: intpin 5 -> PCI IRQ 37 (level, low) > > ioapic2: intpin 6 -> PCI IRQ 38 (level, low) > > ioapic2: intpin 7 -> PCI IRQ 39 (level, low) > > ioapic2: intpin 8 -> PCI IRQ 40 (level, low) > > ioapic2: intpin 9 -> PCI IRQ 41 (level, low) > > ioapic2: intpin 10 -> PCI IRQ 42 (level, low) > > ioapic2: intpin 11 -> PCI IRQ 43 (level, low) > > ioapic2: intpin 12 -> PCI IRQ 44 (level, low) > > ioapic2: intpin 13 -> PCI IRQ 45 (level, low) > > ioapic2: intpin 14 -> PCI IRQ 46 (level, low) > > ioapic2: intpin 15 -> PCI IRQ 47 (level, low) > > MADT: Interrupt override: source 0, irq 2 > > ioapic0: Routing IRQ 0 -> intpin 2 > > ioapic0: intpin 2 trigger: edge > > ioapic0: intpin 2 polarity: high > > lapic0: Routing NMI -> LINT1 > > MADT: Ignoring local NMI routed to ACPI CPU 6 > > lapic6: Routing NMI -> LINT1 > > MADT: Ignoring local NMI routed to ACPI CPU 7 > > MADT: Forcing active-low polarity and level trigger for SCI > > ioapic0: intpin 3 polarity: low > > ioapic0: intpin 3 trigger: level > > ioapic2 irqs 32-47 on motherboard > > ioapic1 irqs 16-31 on motherboard > > ioapic0 irqs 0-15 on motherboard > > cpu0 BSP: > > ID: 0x00000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff > > lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff > > timer: 0x000100ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010000 > > null: > > random: > > mem: > > Pentium Pro MTRR support enabled > > io: > > npx0: INT 16 interface > > acpi0: on motherboard > > ioapic0: routing intpin 3 (ISA IRQ 3) to vector 48 > > acpi0: [MPSAFE] > > pci_open(1): mode 1 addr port (0x0cf8) is 0x80002800 > > pci_open(1a): mode1res=0x80000000 (0x80000000) > > pci_cfgcheck: device 0 [class=060000] [hdr=80] is there (id=00141166) > > pcibios: BIOS version 2.10 > > AcpiOsDerivePciId: bus 0 dev 15 func 2 > > acpi0: Power Button (fixed) > > acpi0: wakeup code va 0xd73cb000 pa 0x9c000 > > AcpiOsDerivePciId: bus 0 dev 0 func 0 > > AcpiOsDerivePciId: bus 0 dev 16 func 0 > > AcpiOsDerivePciId: bus 0 dev 16 func 2 > > AcpiOsDerivePciId: bus 0 dev 17 func 0 > > AcpiOsDerivePciId: bus 0 dev 17 func 2 > > acpi0: reservation of 460, 2 (4) failed > > ACPI timer: 1/2 0/3 1/2 1/2 0/3 1/2 1/2 1/2 0/3 1/2 -> 7 > > Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 > > acpi_timer0: <32-bit timer at 3.579545MHz> port 0x488-0x48b on acpi0 > > pci_link0: Index IRQ Rtd Ref IRQs > > Initial Probe 0 255 N 0 none > > Validation 0 255 N 0 none > > After Disable 0 255 N 0 none > > pci_link1: Index IRQ Rtd Ref IRQs > > Initial Probe 0 255 N 0 none > > Validation 0 255 N 0 none > > After Disable 0 255 N 0 none > > pci_link2: Index IRQ Rtd Ref IRQs > > Initial Probe 0 255 N 0 none > > Validation 0 255 N 0 none > > After Disable 0 255 N 0 none > > pci_link3: Index IRQ Rtd Ref IRQs > > Initial Probe 0 255 N 0 none > > Validation 0 255 N 0 none > > After Disable 0 255 N 0 none > > pci_link4: Index IRQ Rtd Ref IRQs > > Initial Probe 0 10 N 0 10 > > Validation 0 10 N 0 10 > > After Disable 0 255 N 0 10 > > pci_link5: Index IRQ Rtd Ref IRQs > > Initial Probe 0 255 N 0 none > > Validation 0 255 N 0 none > > After Disable 0 255 N 0 none > > pci_link6: Index IRQ Rtd Ref IRQs > > Initial Probe 0 255 N 0 none > > Validation 0 255 N 0 none > > After Disable 0 255 N 0 none > > pci_link7: Index IRQ Rtd Ref IRQs > > Initial Probe 0 255 N 0 none > > Validation 0 255 N 0 none > > After Disable 0 255 N 0 none > > pci_link8: Index IRQ Rtd Ref IRQs > > Initial Probe 0 255 N 0 none > > Validation 0 255 N 0 none > > After Disable 0 255 N 0 none > > pci_link9: Index IRQ Rtd Ref IRQs > > Initial Probe 0 255 N 0 none > > Validation 0 255 N 0 none > > After Disable 0 255 N 0 none > > pci_link10: Index IRQ Rtd Ref IRQs > > Initial Probe 0 10 N 0 10 > > Validation 0 10 N 0 10 > > After Disable 0 255 N 0 10 > > pci_link11: Index IRQ Rtd Ref IRQs > > Initial Probe 0 9 N 0 9 > > Validation 0 9 N 0 9 > > After Disable 0 255 N 0 9 > > pci_link12: Index IRQ Rtd Ref IRQs > > Initial Probe 0 9 N 0 9 > > Validation 0 9 N 0 9 > > After Disable 0 255 N 0 9 > > pci_link13: Index IRQ Rtd Ref IRQs > > Initial Probe 0 11 N 0 11 > > Validation 0 11 N 0 11 > > After Disable 0 255 N 0 11 > > pci_link14: Index IRQ Rtd Ref IRQs > > Initial Probe 0 3 N 0 3 > > Validation 0 3 N 0 3 > > After Disable 0 255 N 0 3 > > pci_link15: Index IRQ Rtd Ref IRQs > > Initial Probe 0 255 N 0 none > > Validation 0 255 N 0 none > > After Disable 0 255 N 0 none > > pci_link16: Index IRQ Rtd Ref IRQs > > Initial Probe 0 255 N 0 none > > Validation 0 255 N 0 none > > After Disable 0 255 N 0 none > > pci_link17: Index IRQ Rtd Ref IRQs > > Initial Probe 0 255 N 0 none > > Validation 0 255 N 0 none > > After Disable 0 255 N 0 none > > pci_link18: Index IRQ Rtd Ref IRQs > > Initial Probe 0 255 N 0 none > > Validation 0 255 N 0 none > > After Disable 0 255 N 0 none > > pci_link19: Index IRQ Rtd Ref IRQs > > Initial Probe 0 255 N 0 none > > Validation 0 255 N 0 none > > After Disable 0 255 N 0 none > > pci_link20: Index IRQ Rtd Ref IRQs > > Initial Probe 0 255 N 0 none > > Validation 0 255 N 0 none > > After Disable 0 255 N 0 none > > pci_link21: Index IRQ Rtd Ref IRQs > > Initial Probe 0 255 N 0 none > > Validation 0 255 N 0 none > > After Disable 0 255 N 0 none > > pci_link22: Index IRQ Rtd Ref IRQs > > Initial Probe 0 255 N 0 none > > Validation 0 255 N 0 none > > After Disable 0 255 N 0 none > > pci_link23: Index IRQ Rtd Ref IRQs > > Initial Probe 0 255 N 0 none > > Validation 0 255 N 0 none > > After Disable 0 255 N 0 none > > pci_link24: Index IRQ Rtd Ref IRQs > > Initial Probe 0 255 N 0 none > > Validation 0 255 N 0 none > > After Disable 0 255 N 0 none > > pci_link25: Index IRQ Rtd Ref IRQs > > Initial Probe 0 255 N 0 none > > Validation 0 255 N 0 none > > After Disable 0 255 N 0 none > > pci_link26: Index IRQ Rtd Ref IRQs > > Initial Probe 0 255 N 0 none > > Validation 0 255 N 0 none > > After Disable 0 255 N 0 none > > pci_link27: Index IRQ Rtd Ref IRQs > > Initial Probe 0 255 N 0 none > > Validation 0 255 N 0 none > > After Disable 0 255 N 0 none > > pci_link28: Index IRQ Rtd Ref IRQs > > Initial Probe 0 255 N 0 none > > Validation 0 255 N 0 none > > After Disable 0 255 N 0 none > > pci_link29: Index IRQ Rtd Ref IRQs > > Initial Probe 0 255 N 0 none > > Validation 0 255 N 0 none > > After Disable 0 255 N 0 none > > pci_link30: Index IRQ Rtd Ref IRQs > > Initial Probe 0 255 N 0 none > > Validation 0 255 N 0 none > > After Disable 0 255 N 0 none > > pci_link31: Index IRQ Rtd Ref IRQs > > Initial Probe 0 255 N 0 none > > Validation 0 255 N 0 none > > After Disable 0 255 N 0 none > > pci_link32: Index IRQ Rtd Ref IRQs > > Initial Probe 0 11 N 0 11 > > Validation 0 11 N 0 11 > > After Disable 0 255 N 0 11 > > cpu0: on acpi0 > > cpu1: on acpi0 > > cpu2: on acpi0 > > cpu3: on acpi0 > > pcib0: on acpi0 > > ACPI: Found matching pin for 0.15.INTA at func 2: 11 > > pci0: on pcib0 > > pci0: physical bus=0 > > found-> vendor=0x1166, dev=0x0014, revid=0x33 > > bus=0, slot=0, func=0 > > class=06-00-00, hdrtype=0x00, mfdev=1 > > cmdreg=0x0000, statreg=0x0000, cachelnsz=16 (dwords) > > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > > found-> vendor=0x1166, dev=0x0014, revid=0x00 > > bus=0, slot=0, func=1 > > class=06-00-00, hdrtype=0x00, mfdev=1 > > cmdreg=0x0000, statreg=0x0000, cachelnsz=16 (dwords) > > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > > found-> vendor=0x1166, dev=0x0014, revid=0x00 > > bus=0, slot=0, func=2 > > class=06-00-00, hdrtype=0x00, mfdev=1 > > cmdreg=0x0000, statreg=0x0000, cachelnsz=16 (dwords) > > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > > found-> vendor=0x1002, dev=0x4752, revid=0x27 > > bus=0, slot=6, func=0 > > class=03-00-00, hdrtype=0x00, mfdev=0 > > cmdreg=0x0087, statreg=0x0290, cachelnsz=8 (dwords) > > lattimer=0x40 (1920 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns) > > intpin=a, irq=10 > > powerspec 2 supports D0 D1 D2 D3 current D0 > > map[10]: type 1, range 32, base 0xfd000000, size 24, enabled > > map[14]: type 4, range 32, base 0x2400, size 8, enabled > > map[18]: type 1, range 32, base 0xfebff000, size 12, enabled > > pcib0: matched entry for 0.6.INTA > > pcib0: slot 6 INTA hardwired to IRQ 26 > > found-> vendor=0x1166, dev=0x0201, revid=0x93 > > bus=0, slot=15, func=0 > > class=06-00-00, hdrtype=0x00, mfdev=1 > > cmdreg=0x0147, statreg=0x2200, cachelnsz=0 (dwords) > > lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > > found-> vendor=0x1166, dev=0x0212, revid=0x93 > > bus=0, slot=15, func=1 > > class=01-01-82, hdrtype=0x00, mfdev=1 > > cmdreg=0x0155, statreg=0x0200, cachelnsz=8 (dwords) > > lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > > map[20]: type 4, range 32, base 0x700, size 4, enabled > > found-> vendor=0x1166, dev=0x0220, revid=0x05 > > bus=0, slot=15, func=2 > > class=0c-03-10, hdrtype=0x00, mfdev=1 > > cmdreg=0x0157, statreg=0x0280, cachelnsz=8 (dwords) > > lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x50 (20000 ns) > > intpin=a, irq=11 > > map[10]: type 1, range 32, base 0xfebfe000, size 12, enabled > > pcib0: matched entry for 0.15.INTA (src \LPUS:0) > > ioapic0: Changing trigger for pin 11 to level > > ioapic0: Changing polarity for pin 11 to low > > pcib0: slot 15 INTA routed to irq 11 via \LPUS > > found-> vendor=0x1166, dev=0x0225, revid=0x00 > > bus=0, slot=15, func=3 > > class=06-01-00, hdrtype=0x00, mfdev=1 > > cmdreg=0x0144, statreg=0x0200, cachelnsz=0 (dwords) > > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > > found-> vendor=0x1166, dev=0x0101, revid=0x05 > > bus=0, slot=16, func=0 > > class=06-00-00, hdrtype=0x00, mfdev=1 > > cmdreg=0x0142, statreg=0x22b0, cachelnsz=0 (dwords) > > lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > > found-> vendor=0x1166, dev=0x0101, revid=0x05 > > bus=0, slot=16, func=2 > > class=06-00-00, hdrtype=0x00, mfdev=1 > > cmdreg=0x0142, statreg=0x2230, cachelnsz=0 (dwords) > > lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > > found-> vendor=0x1166, dev=0x0101, revid=0x05 > > bus=0, slot=17, func=0 > > class=06-00-00, hdrtype=0x00, mfdev=1 > > cmdreg=0x0142, statreg=0x2230, cachelnsz=0 (dwords) > > lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > > found-> vendor=0x1166, dev=0x0101, revid=0x05 > > bus=0, slot=17, func=2 > > class=06-00-00, hdrtype=0x00, mfdev=1 > > cmdreg=0x0142, statreg=0x2230, cachelnsz=0 (dwords) > > lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > > vgapci0: port 0x2400-0x24ff mem > > 0xfd000000-0xfdffffff,0xfebff000-0xfebfffff irq 26 at device 6.0 on > > pci0 > > atapci0: port > > 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x700-0x70f at device 15.1 on pci0 > > atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0x700 > > ata0: on atapci0 > > atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 > > atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 > > ata0: reset tp1 mask=03 ostat0=50 ostat1=00 > > ata0: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb > > ata0: stat1=0x00 err=0x04 lsb=0x00 msb=0x00 > > ata0: reset tp2 stat0=00 stat1=00 devices=0x4 > > ioapic0: routing intpin 14 (ISA IRQ 14) to vector 49 > > ata0: [MPSAFE] > > ata1: on atapci0 > > atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 > > atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 > > ata1: reset tp1 mask=00 ostat0=ff ostat1=ff > > ioapic0: routing intpin 15 (ISA IRQ 15) to vector 50 > > ata1: [MPSAFE] > > pci0: at device 15.2 (no driver attached) > > isab0: at device 15.3 on pci0 > > isa0: on isab0 > > pcib1: on acpi0 > > pci2: on pcib1 > > pci2: physical bus=2 > > found-> vendor=0x8086, dev=0x1229, revid=0x0c > > bus=2, slot=3, func=0 > > class=02-00-00, hdrtype=0x00, mfdev=0 > > cmdreg=0x0157, statreg=0x0290, cachelnsz=8 (dwords) > > lattimer=0x40 (1920 ns), mingnt=0x08 (2000 ns), maxlat=0x38 (14000 > ns) > > intpin=a, irq=10 > > powerspec 2 supports D0 D1 D2 D3 current D0 > > map[10]: type 1, range 32, base 0xfbfff000, size 12, enabled > > map[14]: type 4, range 32, base 0x2500, size 6, enabled > > map[18]: type 1, range 32, base 0xfbfc0000, size 17, enabled > > pcib1: matched entry for 2.3.INTA > > pcib1: slot 3 INTA hardwired to IRQ 20 > > fxp0: port 0x2500-0x253f mem > > 0xfbfff000-0xfbffffff,0xfbfc0000-0xfbfdffff irq 20 at device 3.0 on > > pci2 > > fxp0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xfbfff000 > > fxp0: using memory space register mapping > > fxp0: PCI IDs: 8086 1229 1014 01f1 000c > > fxp0: Dynamic Standby mode is disabled > > miibus0: on fxp0 > > inphy0: on miibus0 > > inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto > > fxp0: bpf attached > > fxp0: Ethernet address: 00:0e:0c:2e:98:88 > > ioapic1: routing intpin 4 (PCI IRQ 20) to vector 51 > > fxp0: [MPSAFE] > > pcib2: on acpi0 > > pci4: on pcib2 > > pci4: physical bus=4 > > pcib3: on acpi0 > > pci6: on pcib3 > > pci6: physical bus=6 > > found-> vendor=0x8086, dev=0x1010, revid=0x01 > > bus=6, slot=8, func=0 > > class=02-00-00, hdrtype=0x00, mfdev=1 > > cmdreg=0x0157, statreg=0x0230, cachelnsz=8 (dwords) > > lattimer=0x40 (1920 ns), mingnt=0xff (63750 ns), maxlat=0x00 (0 ns) > > intpin=a, irq=11 > > powerspec 2 supports D0 D3 current D0 > > MSI supports 1 message, 64 bit > > map[10]: type 1, range 64, base 0xf9fe0000, size 17, enabled > > map[20]: type 4, range 32, base 0x2540, size 6, enabled > > pcib3: matched entry for 6.8.INTA > > pcib3: slot 8 INTA hardwired to IRQ 29 > > found-> vendor=0x8086, dev=0x1010, revid=0x01 > > bus=6, slot=8, func=1 > > class=02-00-00, hdrtype=0x00, mfdev=1 > > cmdreg=0x0157, statreg=0x0230, cachelnsz=8 (dwords) > > lattimer=0x40 (1920 ns), mingnt=0xff (63750 ns), maxlat=0x00 (0 ns) > > intpin=b, irq=3 > > powerspec 2 supports D0 D3 current D0 > > MSI supports 1 message, 64 bit > > map[10]: type 1, range 64, base 0xf9fc0000, size 17, enabled > > map[20]: type 4, range 32, base 0x2580, size 6, enabled > > pcib3: matched entry for 6.8.INTB > > pcib3: slot 8 INTB hardwired to IRQ 30 > > em0: port > > 0x2540-0x257f mem 0xf9fe0000-0xf9ffffff irq 29 at device 8.0 on pci6 > > em0: Reserved 0x20000 bytes for rid 0x10 type 3 at 0xf9fe0000 > > em0: Reserved 0x40 bytes for rid 0x20 type 4 at 0x2540 > > em0: bpf attached > > em0: Ethernet address: 00:0d:60:1a:4f:c6 > > NMI ISA 34, EISA 0 > > NMI ... going to debugger > > [thread pid 0 tid 0 ] > > Stopped at em_clear_hw_cntrs+0xc6: movl %eax,-0x4(%ebp) > > So em triggered an interrupt and you got an NMI out of it instead. What > does 'show lapic' show? > db> show lapic lapic ID = 0 version = 1.4 max LVT = 5 SVR = ff (enabled) TPR = 00 In-service Interrupts: TMR Interrupts: IRR Interrupts: -- Pawel From owner-cvs-all@FreeBSD.ORG Thu Nov 16 20:58:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B00516A4C9; Thu, 16 Nov 2006 20:58:41 +0000 (UTC) (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 6A95C43D55; Thu, 16 Nov 2006 20:58:40 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGKweVM097342; Thu, 16 Nov 2006 20:58:40 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGKweaX097341; Thu, 16 Nov 2006 20:58:40 GMT (envelope-from lth) Message-Id: <200611162058.kAGKweaX097341@repoman.freebsd.org> From: Lars Thegler Date: Thu, 16 Nov 2006 20:58: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/mail/p5-Email-MIME 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, 16 Nov 2006 20:58:41 -0000 lth 2006-11-16 20:58:39 UTC FreeBSD ports repository Modified files: mail/p5-Email-MIME Makefile distinfo Log: Update to 1.855 PR: ports/104606 Submitted by: Jin-Shan Tseng Revision Changes Path 1.6 +5 -4 ports/mail/p5-Email-MIME/Makefile 1.6 +3 -3 ports/mail/p5-Email-MIME/distinfo From owner-cvs-all@FreeBSD.ORG Thu Nov 16 21:16:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F6A216A407; Thu, 16 Nov 2006 21:16:07 +0000 (UTC) (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 2461643D68; Thu, 16 Nov 2006 21:16:03 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 052F91A3C19; Thu, 16 Nov 2006 13:16:03 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 15888515B8; Thu, 16 Nov 2006 16:15:51 -0500 (EST) Date: Thu, 16 Nov 2006 16:15:50 -0500 From: Kris Kennaway To: Jean-Yves Lefort Message-ID: <20061116211550.GA68969@xor.obsecurity.org> References: <200611161949.kAGJnDr5074353@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5vNYLRcllDrimb99" Content-Disposition: inline In-Reply-To: <200611161949.kAGJnDr5074353@repoman.freebsd.org> User-Agent: Mutt/1.4.2.2i Cc: security-team@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/hal Makefile ports/sysutils/hal/files patch-hal.conf.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, 16 Nov 2006 21:16:07 -0000 --5vNYLRcllDrimb99 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 16, 2006 at 07:49:13PM +0000, Jean-Yves Lefort wrote: > jylefort 2006-11-16 19:49:13 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > sysutils/hal Makefile=20 > Added files: > sysutils/hal/files patch-hal.conf.in=20 > Log: > Give wheel group members the same rights as operator group members. This violates the definition of the wheel group, FYI (even though it might seem expedient), so it can be viewed as a weakening of the security model. Prior to this commit, the only right that the wheel group had was the ability to attempt to su to root, if the user knows the password. Kris --5vNYLRcllDrimb99 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFXNUGWry0BWjoQKURAkazAKCkTfdlLRxHicBzZm9CPU7Cuf6t3wCeITrg mw6UifpmHRIvF5ZsrBDOEOU= =FryS -----END PGP SIGNATURE----- --5vNYLRcllDrimb99-- From owner-cvs-all@FreeBSD.ORG Thu Nov 16 21:20:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6196816A637; Thu, 16 Nov 2006 21:20:32 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4053B43D79; Thu, 16 Nov 2006 21:20:30 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGLKUrE001931; Thu, 16 Nov 2006 21:20:30 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGLKTIq001928; Thu, 16 Nov 2006 21:20:29 GMT (envelope-from miwi) Message-Id: <200611162120.kAGLKTIq001928@repoman.freebsd.org> From: Martin Wilke Date: Thu, 16 Nov 2006 21:20: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/games/tmw 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, 16 Nov 2006 21:20:32 -0000 miwi 2006-11-16 21:20:29 UTC FreeBSD ports repository Modified files: games/tmw Makefile distinfo pkg-plist Log: - Update to 0.0.21.1 PR: ports/105611 Submitted by: Marcus von Appen (maintainer) Revision Changes Path 1.9 +1 -1 ports/games/tmw/Makefile 1.6 +3 -3 ports/games/tmw/distinfo 1.5 +17 -0 ports/games/tmw/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Nov 16 21:21:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB8CE16A40F; Thu, 16 Nov 2006 21:21:59 +0000 (UTC) (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 B1B9943D68; Thu, 16 Nov 2006 21:21:56 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGLLub8002567; Thu, 16 Nov 2006 21:21:56 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGLLuTp002566; Thu, 16 Nov 2006 21:21:56 GMT (envelope-from lth) Message-Id: <200611162121.kAGLLuTp002566@repoman.freebsd.org> From: Lars Thegler Date: Thu, 16 Nov 2006 21: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/www/p5-HTTP-Server-Simple-Static 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, 16 Nov 2006 21:21:59 -0000 lth 2006-11-16 21:21:56 UTC FreeBSD ports repository Modified files: www/p5-HTTP-Server-Simple-Static Makefile distinfo Log: Update to 0.05 Revision Changes Path 1.4 +2 -2 ports/www/p5-HTTP-Server-Simple-Static/Makefile 1.5 +3 -3 ports/www/p5-HTTP-Server-Simple-Static/distinfo From owner-cvs-all@FreeBSD.ORG Thu Nov 16 21:50:06 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E5DF16A407; Thu, 16 Nov 2006 21:50:06 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0674843D5D; Thu, 16 Nov 2006 21:50:05 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id kAGLnu9r043616; Thu, 16 Nov 2006 16:49:56 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Peter Grehan Date: Thu, 16 Nov 2006 16:44:36 -0500 User-Agent: KMail/1.9.1 References: <200611152018.kAFKI9A3061678@repoman.freebsd.org> <20061115200109.U7495@ns1.feral.com> <455CC65F.7090801@freebsd.org> In-Reply-To: <455CC65F.7090801@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611161644.37398.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Thu, 16 Nov 2006 16:49:59 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2200/Thu Nov 16 09:10:16 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, Scott Long , src-committers@freebsd.org, mjacob@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/mpt mpt_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, 16 Nov 2006 21:50:06 -0000 On Thursday 16 November 2006 15:13, Peter Grehan wrote: > mjacob@freebsd.org wrote: > > > > see http://people.freebsd.org/~mjacob for 2 bootverbose files. > > Looks like you have an AMD Quartet :) > > The AMD 8131 HT-PCIX bridge doesn't support MSI. The first blacklist > candidate. Is it at function 0.0.0 or is it a (virtual) PCI-PCI bridge? -- John Baldwin From owner-cvs-all@FreeBSD.ORG Thu Nov 16 21:53:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B08B816A4C8; Thu, 16 Nov 2006 21:53:21 +0000 (UTC) (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 6B52943D4C; Thu, 16 Nov 2006 21:53:21 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGLrLPC007742; Thu, 16 Nov 2006 21:53:21 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGLrLCQ007738; Thu, 16 Nov 2006 21:53:21 GMT (envelope-from thierry) Message-Id: <200611162153.kAGLrLCQ007738@repoman.freebsd.org> From: Thierry Thomas Date: Thu, 16 Nov 2006 21:53: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/databases/jasperreports 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, 16 Nov 2006 21:53:21 -0000 thierry 2006-11-16 21:53:20 UTC FreeBSD ports repository Modified files: databases/jasperreports Makefile distinfo Log: Upgrade to JasperReports 1.2.8. Changelog at Remark: iReport has also been upgraded to 1.2.8, but it does not run on my machine; JasperReports 1.2.8 is still compatible with iReport 1.2.5, then I don't update the port devel/ireport. Revision Changes Path 1.17 +1 -1 ports/databases/jasperreports/Makefile 1.16 +6 -6 ports/databases/jasperreports/distinfo From owner-cvs-all@FreeBSD.ORG Thu Nov 16 22:25:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F7D416A415; Thu, 16 Nov 2006 22:25:22 +0000 (UTC) (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 A55AD43D5F; Thu, 16 Nov 2006 22:25:21 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 8E97A1A3C1E; Thu, 16 Nov 2006 14:25:21 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 8B8F05159E; Thu, 16 Nov 2006 17:25:09 -0500 (EST) Date: Thu, 16 Nov 2006 17:25:09 -0500 From: Kris Kennaway To: Jean-Yves Lefort Message-ID: <20061116222509.GA70087@xor.obsecurity.org> References: <200611161949.kAGJnDr5074353@repoman.freebsd.org> <20061116211550.GA68969@xor.obsecurity.org> <20061116225709.13d06775.jylefort@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ibTvN161/egqYuK8" Content-Disposition: inline In-Reply-To: <20061116225709.13d06775.jylefort@FreeBSD.org> User-Agent: Mutt/1.4.2.2i Cc: security-team@FreeBSD.org, cvs-ports@FreeBSD.org, ports-committers@FreeBSD.org, cvs-all@FreeBSD.org, Kris Kennaway Subject: Re: cvs commit: ports/sysutils/hal Makefile ports/sysutils/hal/files patch-hal.conf.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, 16 Nov 2006 22:25:22 -0000 --ibTvN161/egqYuK8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 16, 2006 at 10:57:09PM +0100, Jean-Yves Lefort wrote: > On Thu, 16 Nov 2006 16:15:50 -0500 > Kris Kennaway wrote: >=20 > > On Thu, Nov 16, 2006 at 07:49:13PM +0000, Jean-Yves Lefort wrote: > > > jylefort 2006-11-16 19:49:13 UTC > > > > > > FreeBSD ports repository > > > > > > Modified files: > > > sysutils/hal Makefile > > > Added files: > > > sysutils/hal/files patch-hal.conf.in > > > Log: > > > Give wheel group members the same rights as operator group members. > > > > This violates the definition of the wheel group, FYI (even though it > > might seem expedient), so it can be viewed as a weakening of the > > security model. Prior to this commit, the only right that the wheel > > group had was the ability to attempt to su to root, if the user knows > > the password. >=20 > The commit message should have been: >=20 > Give wheel group members the same HAL rights (mount a volume, etc) as > operator group members. Yes, I understood. My point was that this was precisely the role of the operator group, so you've combined two entities which previously had distinct security behaviours. Kris --ibTvN161/egqYuK8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFXOVFWry0BWjoQKURAoTzAKDfEf2Ij2Vhl4EjawP5mKHQFVWKBACgqN80 1yzKd8s6j9Vcy4eLuUxJytw= =I0PZ -----END PGP SIGNATURE----- --ibTvN161/egqYuK8-- From owner-cvs-all@FreeBSD.ORG Thu Nov 16 22:32:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 225E516A407; Thu, 16 Nov 2006 22:32:31 +0000 (UTC) (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 D91FC43D62; Thu, 16 Nov 2006 22:32:27 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGMWRHJ018537; Thu, 16 Nov 2006 22:32:27 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGMWRwb018536; Thu, 16 Nov 2006 22:32:27 GMT (envelope-from brueffer) Message-Id: <200611162232.kAGMWRwb018536@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 16 Nov 2006 22:32: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/share/man/man4 Makefile uhid.4 uhidev.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, 16 Nov 2006 22:32:31 -0000 brueffer 2006-11-16 22:32:27 UTC FreeBSD src repository Modified files: share/man/man4 Makefile uhid.4 Removed files: share/man/man4 uhidev.4 Log: Remove uhidev.4 and references to it, the corresponding code was never imported from NetBSD. Submitted by: markus MFC after: 1 week Revision Changes Path 1.367 +0 -1 src/share/man/man4/Makefile 1.6 +1 -2 src/share/man/man4/uhid.4 1.4 +0 -78 src/share/man/man4/uhidev.4 (dead) From owner-cvs-all@FreeBSD.ORG Thu Nov 16 22:34:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3066916A407; Thu, 16 Nov 2006 22:34:37 +0000 (UTC) (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 EF3A443DAD; Thu, 16 Nov 2006 22:34:17 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGMYHVq018945; Thu, 16 Nov 2006 22:34:17 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGMYHCc018943; Thu, 16 Nov 2006 22:34:17 GMT (envelope-from brueffer) Message-Id: <200611162234.kAGMYHCc018943@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 16 Nov 2006 22:34: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: Thu, 16 Nov 2006 22:34:37 -0000 brueffer 2006-11-16 22:34:17 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: Note uhidev.4 removal. Approved by: rwatson (mentor) MFC after: 1 week Revision Changes Path 1.61 +2 -0 src/ObsoleteFiles.inc From owner-cvs-all@FreeBSD.ORG Thu Nov 16 23:02:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 259D016A49E; Thu, 16 Nov 2006 23:02:39 +0000 (UTC) (envelope-from mohans@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F53143D5A; Thu, 16 Nov 2006 23:02:38 +0000 (GMT) (envelope-from mohans@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGN2cQU023251; Thu, 16 Nov 2006 23:02:38 GMT (envelope-from mohans@repoman.freebsd.org) Received: (from mohans@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGN2ccx023250; Thu, 16 Nov 2006 23:02:38 GMT (envelope-from mohans) Message-Id: <200611162302.kAGN2ccx023250@repoman.freebsd.org> From: Mohan Srinivasan Date: Thu, 16 Nov 2006 23:02:38 +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/nfsclient nfs_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: Thu, 16 Nov 2006 23:02:39 -0000 mohans 2006-11-16 23:02:38 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_vnops.c Log: Fix to readdir+ reply handling. When inserting an entry into the namecache, initialize the nfsnode's ctime. Otherwise a subsequent lookup purges the just entered namecache entry. Revision Changes Path 1.271 +2 -0 src/sys/nfsclient/nfs_vnops.c From owner-cvs-all@FreeBSD.ORG Thu Nov 16 23:03:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 356AF16A412; Thu, 16 Nov 2006 23:03:47 +0000 (UTC) (envelope-from mohans@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E694543D6D; Thu, 16 Nov 2006 23:03:46 +0000 (GMT) (envelope-from mohans@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGN3kK5024745; Thu, 16 Nov 2006 23:03:46 GMT (envelope-from mohans@repoman.freebsd.org) Received: (from mohans@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGN3k0m024744; Thu, 16 Nov 2006 23:03:46 GMT (envelope-from mohans) Message-Id: <200611162303.kAGN3k0m024744@repoman.freebsd.org> From: Mohan Srinivasan Date: Thu, 16 Nov 2006 23:03: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/nfsclient nfs_node.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, 16 Nov 2006 23:03:47 -0000 mohans 2006-11-16 23:03:46 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_node.c Log: vfs_hash_insert() vputs() the losing vnode before returning, in the event of a race where a duplicate vnode is entered into the vfs hash. nfs_nget() shouldn't be releasing the vnode in that case. Revision Changes Path 1.83 +1 -2 src/sys/nfsclient/nfs_node.c From owner-cvs-all@FreeBSD.ORG Thu Nov 16 23:09:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7056416A412; Thu, 16 Nov 2006 23:09:36 +0000 (UTC) (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 AB09443D64; Thu, 16 Nov 2006 23:09:35 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGN9Zal025335; Thu, 16 Nov 2006 23:09:35 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGN9ZRP025334; Thu, 16 Nov 2006 23:09:35 GMT (envelope-from kensmith) Message-Id: <200611162309.kAGN9ZRP025334@repoman.freebsd.org> From: Ken Smith Date: Thu, 16 Nov 2006 23:09: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/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, 16 Nov 2006 23:09:36 -0000 kensmith 2006-11-16 23:09:35 UTC FreeBSD src repository Modified files: release Makefile Log: Move the documentation to its own separate disc to make room for more packages on disc2. This will also let users decide if they want to have a CD of the docs at all - unless they're disconnected from the net they will probably find the Web site more useful. Reviewed by: ru MFC after: 3 days Revision Changes Path 1.918 +13 -2 src/release/Makefile From owner-cvs-all@FreeBSD.ORG Thu Nov 16 23:18:35 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1860E16A403; Thu, 16 Nov 2006 23:18:35 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27B3543D55; Thu, 16 Nov 2006 23:18:33 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.186] (vpn-client-186.marcuscom.com [10.2.1.186]) by creme-brulee.marcuscom.com (8.13.8/8.13.8) with ESMTP id kAGNJNHP021729; Thu, 16 Nov 2006 18:19:24 -0500 (EST) (envelope-from marcus@marcuscom.com) Message-ID: <455CF1E9.1040709@marcuscom.com> Date: Thu, 16 Nov 2006 18:19:05 -0500 From: Joe Marcus Clarke Organization: MarcusCom, Inc. User-Agent: Thunderbird 1.5.0.8 (Macintosh/20061025) MIME-Version: 1.0 To: Jean-Yves Lefort References: <200611161949.kAGJnDr5074353@repoman.freebsd.org> <20061116211550.GA68969@xor.obsecurity.org> <20061116225709.13d06775.jylefort@FreeBSD.org> <20061116222509.GA70087@xor.obsecurity.org> <20061117000224.91f0f80c.jylefort@FreeBSD.org> In-Reply-To: <20061117000224.91f0f80c.jylefort@FreeBSD.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.7 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on creme-brulee.marcuscom.com Cc: security-team@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org, freebsd-gnome-team@marcuscom.com, Kris Kennaway , cvs-ports@freebsd.org Subject: Re: cvs commit: ports/sysutils/hal Makefile ports/sysutils/hal/files patch-hal.conf.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, 16 Nov 2006 23:18:35 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jean-Yves Lefort wrote: > On Thu, 16 Nov 2006 17:25:09 -0500 > Kris Kennaway wrote: > >> On Thu, Nov 16, 2006 at 10:57:09PM +0100, Jean-Yves Lefort wrote: >>> On Thu, 16 Nov 2006 16:15:50 -0500 >>> Kris Kennaway wrote: >>> >>>> On Thu, Nov 16, 2006 at 07:49:13PM +0000, Jean-Yves Lefort wrote: >>>>> jylefort 2006-11-16 19:49:13 UTC >>>>> >>>>> FreeBSD ports repository >>>>> >>>>> Modified files: >>>>> sysutils/hal Makefile >>>>> Added files: >>>>> sysutils/hal/files patch-hal.conf.in >>>>> Log: >>>>> Give wheel group members the same rights as operator group members. >>>> This violates the definition of the wheel group, FYI (even though it >>>> might seem expedient), so it can be viewed as a weakening of the >>>> security model. Prior to this commit, the only right that the wheel >>>> group had was the ability to attempt to su to root, if the user knows >>>> the password. >>> The commit message should have been: >>> >>> Give wheel group members the same HAL rights (mount a volume, etc) as >>> operator group members. >> Yes, I understood. My point was that this was precisely the role of >> the operator group, so you've combined two entities which previously >> had distinct security behaviours. > > Makes sense. However since the decision was discussed collectively > I'll wait for other opinions before reverting. I see Kris' point. While this isn't a privilege escalation per se, we are violating the separation of privilege, and it would probably be a good idea to back this out. Joe - -- PGP Key : http://www.marcuscom.com/pgp.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFXPHob2iPiv4Uz4cRAsanAKCYkatHSeT+lupZ4WutXvStjt6gVQCfasGP x+lsSWEYOqrzllxO87o2AEU= =yjGr -----END PGP SIGNATURE----- From owner-cvs-all@FreeBSD.ORG Thu Nov 16 23:46:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD3B816A47B; Thu, 16 Nov 2006 23:46:30 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98D9D43D49; Thu, 16 Nov 2006 23:46:30 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGNkUvv031306; Thu, 16 Nov 2006 23:46:30 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGNkUNx031305; Thu, 16 Nov 2006 23:46:30 GMT (envelope-from alepulver) Message-Id: <200611162346.kAGNkUNx031305@repoman.freebsd.org> From: Alejandro Pulver Date: Thu, 16 Nov 2006 23:46: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/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: Thu, 16 Nov 2006 23:46:31 -0000 alepulver 2006-11-16 23:46:30 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: - Rewrite wxWidgets section to describe completely the usage of bsd.wx.mk. Revision Changes Path 1.768 +572 -77 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Thu Nov 16 23:47:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6344816A416; Thu, 16 Nov 2006 23:47:21 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7867C43D6D; Thu, 16 Nov 2006 23:47:17 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAGNlHeA031367; Thu, 16 Nov 2006 23:47:17 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAGNlHQE031366; Thu, 16 Nov 2006 23:47:17 GMT (envelope-from mjacob) Message-Id: <200611162347.kAGNlHQE031366@repoman.freebsd.org> From: Matt Jacob Date: Thu, 16 Nov 2006 23:47: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/dev/mpt mpt_cam.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, 16 Nov 2006 23:47:21 -0000 mjacob 2006-11-16 23:47:17 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt_cam.c Log: Finally fix local command responses to set residual correctly. This allows us to play nicely on SANs when we have target mode enabled in f/w but have neither the scsi_targbh enabled or scsi_targ with a target enabled. Revision Changes Path 1.39 +35 -19 src/sys/dev/mpt/mpt_cam.c From owner-cvs-all@FreeBSD.ORG Thu Nov 16 23:54:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8399216A5EA for ; Thu, 16 Nov 2006 23:54:15 +0000 (UTC) (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 8754643D91 for ; Thu, 16 Nov 2006 23:54:11 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id kAGNpSur019031; Thu, 16 Nov 2006 16:51:29 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 16 Nov 2006 16:52:07 -0700 (MST) Message-Id: <20061116.165207.1661914048.imp@bsdimp.com> To: yar@comp.chem.msu.su From: "M. Warner Losh" In-Reply-To: <20061116090412.GB37133@comp.chem.msu.su> References: <20061113214928.P76443@delplex.bde.org> <20061113.101958.-861030824.imp@bsdimp.com> <20061116090412.GB37133@comp.chem.msu.su> X-Mailer: Mew version 4.2 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]); Thu, 16 Nov 2006 16:51:30 -0700 (MST) Cc: src-committers@FreeBSD.ORG, bde@zeta.org.au, jkoshy@FreeBSD.ORG, cvs-all@FreeBSD.ORG, phk@phk.freebsd.dk, cvs-src@FreeBSD.ORG Subject: Re: cvs commit: src/include ar.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, 16 Nov 2006 23:54:15 -0000 In message: <20061116090412.GB37133@comp.chem.msu.su> Yar Tikhiy writes: : On Mon, Nov 13, 2006 at 10:19:58AM -0700, M. Warner Losh wrote: : > : : > : BTW, you are responsible for the __packed in . Please remove : > : it. The __CTASSERT() is enough to detect if heroic packing is ever needed. : > : The only danger is if something has grown to depend on __packed reducing : > : alignment as a side effect. E.g., suppose we had a byte string containing : > : a bytewise copy of a struct ip. If the copy might be misaligned, then it : > : should be copied to an actual struct ip before accessing it as a struct, : > : but code that accesses it directly using ((struct ip *)&bs[N]) would work : > : now due to the reduced alignment. Places that really need __packed should : > : probably use __aligned() to restore the natural alignment. : > : > DO NOT REMOVE IT. IT IS ABSOLUTELY REQUIRED FOR ARM TO WORK RIGHT. : > If you want to remove it, then you must make sure arm works right : > after it because I'll add it back. : : Many years ago I was taught that comments in code could help to : avoid such clashes in software development. Is this true no more? ;-) You don't add comments like: i++; // Add one to i. This is a similar class. It is for any compiler that has differing alignment requirements than i386. Warner From owner-cvs-all@FreeBSD.ORG Fri Nov 17 00:11:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C064B16A415; Fri, 17 Nov 2006 00:11:33 +0000 (UTC) (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 7B89343D5C; Fri, 17 Nov 2006 00:11:33 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH0BX2D036686; Fri, 17 Nov 2006 00:11:33 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH0BXWY036685; Fri, 17 Nov 2006 00:11:33 GMT (envelope-from jylefort) Message-Id: <200611170011.kAH0BXWY036685@repoman.freebsd.org> From: Jean-Yves Lefort Date: Fri, 17 Nov 2006 00:11: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/hal Makefile ports/sysutils/hal/files patch-hal.conf.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, 17 Nov 2006 00:11:33 -0000 jylefort 2006-11-17 00:11:33 UTC FreeBSD ports repository Modified files: sysutils/hal Makefile Removed files: sysutils/hal/files patch-hal.conf.in Log: Revert the previous commit. It appears that the operator group is for allowing to mount volumes etc while the wheel group is for allowing to su to root. Reported by: kris Revision Changes Path 1.12 +3 -1 ports/sysutils/hal/Makefile 1.2 +0 -17 ports/sysutils/hal/files/patch-hal.conf.in (dead) From owner-cvs-all@FreeBSD.ORG Fri Nov 17 00:15:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5177616A407; Fri, 17 Nov 2006 00:15:23 +0000 (UTC) (envelope-from xride@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C4CC43D5A; Fri, 17 Nov 2006 00:15:23 +0000 (GMT) (envelope-from xride@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH0FMiN037417; Fri, 17 Nov 2006 00:15:22 GMT (envelope-from xride@repoman.freebsd.org) Received: (from xride@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH0FMxs037416; Fri, 17 Nov 2006 00:15:22 GMT (envelope-from xride) Message-Id: <200611170015.kAH0FMxs037416@repoman.freebsd.org> From: Soeren Straarup Date: Fri, 17 Nov 2006 00:15: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/xanalyser 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, 17 Nov 2006 00:15:23 -0000 xride 2006-11-17 00:15:22 UTC FreeBSD ports repository Modified files: audio/xanalyser Makefile Log: Mark BROKEN for 4.X Notified by: pointyhat Approved by: maintainer, tmclaugh (mentor) Revision Changes Path 1.2 +5 -1 ports/audio/xanalyser/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 17 00:19:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2C1916A403; Fri, 17 Nov 2006 00:19:57 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F95843D78; Fri, 17 Nov 2006 00:19:56 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH0JtvB037533; Fri, 17 Nov 2006 00:19:55 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH0JtMG037532; Fri, 17 Nov 2006 00:19:55 GMT (envelope-from mjacob) Message-Id: <200611170019.kAH0JtMG037532@repoman.freebsd.org> From: Matt Jacob Date: Fri, 17 Nov 2006 00:19: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/dev/mpt mpt_cam.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, 17 Nov 2006 00:19:58 -0000 mjacob 2006-11-17 00:19:55 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt_cam.c Log: *smack* - forgot to do i386 compile, so last commit broke things. Revision Changes Path 1.40 +2 -2 src/sys/dev/mpt/mpt_cam.c From owner-cvs-all@FreeBSD.ORG Fri Nov 17 00:32:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC57A16A407; Fri, 17 Nov 2006 00:32:54 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E8D543D58; Fri, 17 Nov 2006 00:32:54 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH0WsT6040134; Fri, 17 Nov 2006 00:32:54 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH0WsP9040133; Fri, 17 Nov 2006 00:32:54 GMT (envelope-from obrien) Message-Id: <200611170032.kAH0WsP9040133@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 17 Nov 2006 00:32: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 Makefile src/libexec/bootpd bootpd.c src/contrib/pf/authpf authpf.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, 17 Nov 2006 00:32:55 -0000 obrien 2006-11-17 00:32:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys Makefile libexec/bootpd bootpd.c contrib/pf/authpf authpf.c Log: Fix ARM build: 1. NO_FORTH needs to be defined 2. bootpd.c rev 1.24: make tv_sec a time_t 3. authpf.c rev 1.7: handle timeval.tv_sec change from long to time_t Approved by: re(BMAH) Revision Changes Path 1.6.2.1 +9 -1 src/contrib/pf/authpf/authpf.c 1.23.2.1 +3 -2 src/libexec/bootpd/bootpd.c 1.33.2.3 +4 -0 src/sys/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 17 00:37:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6020D16A40F; Fri, 17 Nov 2006 00:37:04 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19E0A43D53; Fri, 17 Nov 2006 00:37:04 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH0b3ck040646; Fri, 17 Nov 2006 00:37:03 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH0b3X8040645; Fri, 17 Nov 2006 00:37:03 GMT (envelope-from alepulver) Message-Id: <200611170037.kAH0b3X8040645@repoman.freebsd.org> From: Alejandro Pulver Date: Fri, 17 Nov 2006 00:37:03 +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, 17 Nov 2006 00:37:04 -0000 alepulver 2006-11-17 00:37:03 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Changes to the Lua section: - Use double space after each sentence. - Rewrite some unclear phrases. - Minor corrections. Reported by: pav Revision Changes Path 1.769 +18 -17 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Fri Nov 17 00:54:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBAD216A4D4; Fri, 17 Nov 2006 00:54:34 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CA1743D5D; Fri, 17 Nov 2006 00:53:47 +0000 (GMT) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH0rdKF051570; Fri, 17 Nov 2006 00:53:39 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH0rd6N051569; Fri, 17 Nov 2006 00:53:39 GMT (envelope-from kevlo) Message-Id: <200611170053.kAH0rd6N051569@repoman.freebsd.org> From: Kevin Lo Date: Fri, 17 Nov 2006 00:53: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/sys/arm/xscale/i80321 ep80219_machdep.c iq31244_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: Fri, 17 Nov 2006 00:54:35 -0000 kevlo 2006-11-17 00:53:39 UTC FreeBSD src repository Modified files: sys/arm/xscale/i80321 ep80219_machdep.c iq31244_machdep.c Log: Compile -- remove an unused global variable avail_end. Approved by: cognet Revision Changes Path 1.4 +0 -1 src/sys/arm/xscale/i80321/ep80219_machdep.c 1.25 +0 -1 src/sys/arm/xscale/i80321/iq31244_machdep.c From owner-cvs-all@FreeBSD.ORG Fri Nov 17 01:18:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD86A16A417; Fri, 17 Nov 2006 01:18:48 +0000 (UTC) (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 6CC6E43D77; Fri, 17 Nov 2006 01:18:44 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH1Iiak056142; Fri, 17 Nov 2006 01:18:44 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH1Iiru056138; Fri, 17 Nov 2006 01:18:44 GMT (envelope-from marcus) Message-Id: <200611170118.kAH1Iiru056138@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 17 Nov 2006 01:18: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/deskutils/tomboy 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, 17 Nov 2006 01:18:48 -0000 marcus 2006-11-17 01:18:44 UTC FreeBSD ports repository Modified files: deskutils/tomboy Makefile pkg-plist Log: * Make the gmime dependency default [1] * Add USE_GETTEXT to appease portlint * Add a missing INSTALLS_OMF Approved by: maintainer [1] Suggested by: kris (to fix gnome2 package build) [1] Revision Changes Path 1.22 +8 -14 ports/deskutils/tomboy/Makefile 1.8 +1 -1 ports/deskutils/tomboy/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Nov 17 02:04:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F78416A412; Fri, 17 Nov 2006 02:04:45 +0000 (UTC) (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 183B043D49; Fri, 17 Nov 2006 02:04:45 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH24isU070404; Fri, 17 Nov 2006 02:04:44 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH24i1g070403; Fri, 17 Nov 2006 02:04:44 GMT (envelope-from nork) Message-Id: <200611170204.kAH24i1g070403@repoman.freebsd.org> From: Norikatsu Shigemura Date: Fri, 17 Nov 2006 02:04: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/sylpheed2-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: Fri, 17 Nov 2006 02:04:45 -0000 nork 2006-11-17 02:04:44 UTC FreeBSD ports repository Modified files: mail/sylpheed2-devel Makefile distinfo Log: Update to 2.3.0beta5. Revision Changes Path 1.150 +1 -1 ports/mail/sylpheed2-devel/Makefile 1.105 +3 -3 ports/mail/sylpheed2-devel/distinfo From owner-cvs-all@FreeBSD.ORG Fri Nov 17 02:10:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0815716A412; Fri, 17 Nov 2006 02:10:25 +0000 (UTC) (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 B70D043D55; Fri, 17 Nov 2006 02:10:24 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH2AOs7070733; Fri, 17 Nov 2006 02:10:24 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH2AO4F070732; Fri, 17 Nov 2006 02:10:24 GMT (envelope-from marcus) Message-Id: <200611170210.kAH2AO4F070732@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 17 Nov 2006 02:10: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/x11-themes/gtk-engines2 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, 17 Nov 2006 02:10:25 -0000 marcus 2006-11-17 02:10:24 UTC FreeBSD ports repository Modified files: x11-themes/gtk-engines2 Makefile distinfo Log: Update to 2.8.2. Revision Changes Path 1.62 +1 -1 ports/x11-themes/gtk-engines2/Makefile 1.22 +3 -3 ports/x11-themes/gtk-engines2/distinfo From owner-cvs-all@FreeBSD.ORG Fri Nov 17 02:17:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D2B316A403; Fri, 17 Nov 2006 02:17:41 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1303943D49; Fri, 17 Nov 2006 02:17:38 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from kobe.laptop (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-2) with ESMTP id kAH2HL0v008513 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 17 Nov 2006 04:17:22 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.13.8/8.13.8) with ESMTP id kAH2H9dl009274; Fri, 17 Nov 2006 04:17:09 +0200 (EET) (envelope-from keramida@FreeBSD.org) Received: (from keramida@localhost) by kobe.laptop (8.13.8/8.13.8/Submit) id kAH2H8PR009273; Fri, 17 Nov 2006 04:17:09 +0200 (EET) (envelope-from keramida@FreeBSD.org) Date: Fri, 17 Nov 2006 04:17:08 +0200 From: Giorgos Keramidas To: Alejandro Pulver Message-ID: <20061117021708.GA9249@kobe.laptop> References: <200611170037.kAH0b3X8040645@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200611170037.kAH0b3X8040645@repoman.freebsd.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.513, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.69, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No 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, 17 Nov 2006 02:17:41 -0000 On 2006-11-17 00:37, Alejandro Pulver wrote: > alepulver 2006-11-17 00:37:03 UTC > > FreeBSD doc repository (ports committer) > > Modified files: > en_US.ISO8859-1/books/porters-handbook book.sgml > Log: > Changes to the Lua section: > - Use double space after each sentence. > - Rewrite some unclear phrases. > - Minor corrections. > > Reported by: pav > > Revision Changes Path > 1.769 +18 -17 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml I haven't looked at the diff yet, but the commit log implies there are whitespace changes mixed with content changes here. Please don't do this :( In particular, if you are only tweaking single- vs. double-spaced sentences, make sure this not committed in the same change as the corrections and other text-rewrites. From owner-cvs-all@FreeBSD.ORG Fri Nov 17 02:25:25 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32FE116A412; Fri, 17 Nov 2006 02:25:25 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5A9043D4C; Fri, 17 Nov 2006 02:25:23 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [10.33.24.110] (nat-198-95-226-228.netapp.com [198.95.226.228]) by dommail.onthenet.com.au (MOS 3.5.7-GR) with ESMTP id CIA69608 (AUTH peterg@ptree32.com.au); Fri, 17 Nov 2006 12:25:19 +1000 (EST) Message-ID: <455D1DCB.1080906@freebsd.org> Date: Thu, 16 Nov 2006 18:26:19 -0800 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8b) Gecko/20051014 MIME-Version: 1.0 To: John Baldwin References: <200611152018.kAFKI9A3061678@repoman.freebsd.org> <20061115200109.U7495@ns1.feral.com> <455CC65F.7090801@freebsd.org> <200611161644.37398.jhb@freebsd.org> In-Reply-To: <200611161644.37398.jhb@freebsd.org> Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, Scott Long , src-committers@freebsd.org, mjacob@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/mpt mpt_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: Fri, 17 Nov 2006 02:25:25 -0000 >> The AMD 8131 HT-PCIX bridge doesn't support MSI. The first blacklist >>candidate. > > Is it at function 0.0.0 or is it a (virtual) PCI-PCI bridge? No - the relevant lines from Matt's log look like: found-> vendor=0x1022, dev=0x7450, revid=0x12 bus=8, slot=1, func=0 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0017, statreg=0x0230, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns) later, Peter. From owner-cvs-all@FreeBSD.ORG Fri Nov 17 03:34:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 388E916A40F; Fri, 17 Nov 2006 03:34:46 +0000 (UTC) (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 E0A8A43D53; Fri, 17 Nov 2006 03:34:45 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH3YjYv086535; Fri, 17 Nov 2006 03:34:45 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH3Yjxp086532; Fri, 17 Nov 2006 03:34:45 GMT (envelope-from dinoex) Message-Id: <200611170334.kAH3Yjxp086532@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 17 Nov 2006 03: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/multimedia Makefile ports/multimedia/poe 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, 17 Nov 2006 03:34:46 -0000 dinoex 2006-11-17 03:34:45 UTC FreeBSD ports repository Modified files: multimedia Makefile Added files: multimedia/poe Makefile distinfo pkg-descr pkg-plist Log: Poe: A Pugnacious Ogg Editor. Poe is a vorbis comment editor. It tries to follow the vorbis comment header specification closely, while being convenient and flexible to use. Towards that end, it doesn't have a static 'form' style interface. Instead, it has an editable table of comments. The contents of the table change dependent upon preference settings, and what comments are in the ogg file you are editing. WWW: http://www.eskimo.com/~pburns/Poe/ Revision Changes Path 1.186 +1 -0 ports/multimedia/Makefile 1.1 +28 -0 ports/multimedia/poe/Makefile (new) 1.1 +3 -0 ports/multimedia/poe/distinfo (new) 1.1 +8 -0 ports/multimedia/poe/pkg-descr (new) 1.1 +70 -0 ports/multimedia/poe/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Nov 17 03:35:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 094C116A416; Fri, 17 Nov 2006 03:35:28 +0000 (UTC) (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 B749A43D53; Fri, 17 Nov 2006 03:35:27 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH3ZR05086649; Fri, 17 Nov 2006 03:35:27 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH3ZRhj086648; Fri, 17 Nov 2006 03:35:27 GMT (envelope-from dinoex) Message-Id: <200611170335.kAH3ZRhj086648@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 17 Nov 2006 03:35: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: 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, 17 Nov 2006 03:35:28 -0000 dinoex 2006-11-17 03:35:27 UTC FreeBSD ports repository Modified files: . modules Log: poe --> ports/multimedia/poe Revision Changes Path 1.16621 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Nov 17 03:54:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D138016A403; Fri, 17 Nov 2006 03:54:06 +0000 (UTC) (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 77EC943D55; Fri, 17 Nov 2006 03:54:06 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH3s61A089741; Fri, 17 Nov 2006 03:54:06 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH3s67N089737; Fri, 17 Nov 2006 03:54:06 GMT (envelope-from dinoex) Message-Id: <200611170354.kAH3s67N089737@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 17 Nov 2006 03:54: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/audio Makefile ports/audio/mpdcon 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, 17 Nov 2006 03:54:06 -0000 dinoex 2006-11-17 03:54:06 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/mpdcon Makefile distinfo pkg-descr pkg-plist Log: MPDCon is a graphical client for MPD, the Music Player Daemon (http://www.musicpd.org). With it you can manage your playlists, browse the song collection and control the daemon. WWW: http://www.musicpd.org/MPDCon.shtml Revision Changes Path 1.786 +1 -0 ports/audio/Makefile 1.1 +32 -0 ports/audio/mpdcon/Makefile (new) 1.1 +3 -0 ports/audio/mpdcon/distinfo (new) 1.1 +5 -0 ports/audio/mpdcon/pkg-descr (new) 1.1 +61 -0 ports/audio/mpdcon/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Nov 17 03:54:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F60B16A415; Fri, 17 Nov 2006 03:54:43 +0000 (UTC) (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 66A1543D5D; Fri, 17 Nov 2006 03:54:42 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH3sgAY089816; Fri, 17 Nov 2006 03:54:42 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH3sg8q089815; Fri, 17 Nov 2006 03:54:42 GMT (envelope-from dinoex) Message-Id: <200611170354.kAH3sg8q089815@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 17 Nov 2006 03:54: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: 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, 17 Nov 2006 03:54:43 -0000 dinoex 2006-11-17 03:54:42 UTC FreeBSD ports repository Modified files: . modules Log: mpdcon --> ports/audio/mpdcon Revision Changes Path 1.16622 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Nov 17 04:24:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26EFA16A407; Fri, 17 Nov 2006 04:24:34 +0000 (UTC) (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 D789343D46; Fri, 17 Nov 2006 04:24:33 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH4OXrI095690; Fri, 17 Nov 2006 04:24:33 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH4OXRd095688; Fri, 17 Nov 2006 04:24:33 GMT (envelope-from kensmith) Message-Id: <200611170424.kAH4OXRd095688@repoman.freebsd.org> From: Ken Smith Date: Fri, 17 Nov 2006 04:24: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/release/scripts package-split.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, 17 Nov 2006 04:24:34 -0000 kensmith 2006-11-17 04:24:33 UTC FreeBSD src repository Modified files: release/scripts package-split.py Log: Alpha no longer supported. Noticed by: ru@ Revision Changes Path 1.15 +1 -3 src/release/scripts/package-split.py From owner-cvs-all@FreeBSD.ORG Fri Nov 17 04:48:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8531016A407; Fri, 17 Nov 2006 04:48:32 +0000 (UTC) (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 3FD8C43D4C; Fri, 17 Nov 2006 04:48:32 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH4mW4b006989; Fri, 17 Nov 2006 04:48:32 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH4mWcO006988; Fri, 17 Nov 2006 04:48:32 GMT (envelope-from jkoshy) Message-Id: <200611170448.kAH4mWcO006988@repoman.freebsd.org> From: Joseph Koshy Date: Fri, 17 Nov 2006 04:48:31 +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/dev-model 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, 17 Nov 2006 04:48:32 -0000 jkoshy 2006-11-17 04:48:31 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/dev-model book.sgml Log: Fix incorrect cvsup-master contact in our dev-model document. PR: docs/105621 Submitted by: jdp Revision Changes Path 1.14 +1 -1 doc/en_US.ISO8859-1/books/dev-model/book.sgml From owner-cvs-all@FreeBSD.ORG Fri Nov 17 05:10:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EF9E16A4A7; Fri, 17 Nov 2006 05:10:42 +0000 (UTC) (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 DEE5F43D46; Fri, 17 Nov 2006 05:10:41 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH5AffJ011507; Fri, 17 Nov 2006 05:10:41 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH5AfBl011506; Fri, 17 Nov 2006 05:10:41 GMT (envelope-from kensmith) Message-Id: <200611170510.kAH5AfBl011506@repoman.freebsd.org> From: Ken Smith Date: Fri, 17 Nov 2006 05:10: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/release/scripts package-split.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, 17 Nov 2006 05:10:42 -0000 kensmith 2006-11-17 05:10:41 UTC FreeBSD src repository Modified files: release/scripts package-split.py Log: Shift to vim-lite package because vim package doesn't build at the moment. MFC after: 3 days Revision Changes Path 1.16 +1 -1 src/release/scripts/package-split.py From owner-cvs-all@FreeBSD.ORG Fri Nov 17 05:10:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68CD116A5E8; Fri, 17 Nov 2006 05:10:53 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E94C443D46; Fri, 17 Nov 2006 05:10:52 +0000 (GMT) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH5AqPA011571; Fri, 17 Nov 2006 05:10:52 GMT (envelope-from alexbl@repoman.freebsd.org) Received: (from alexbl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH5AqXl011570; Fri, 17 Nov 2006 05:10:52 GMT (envelope-from alexbl) Message-Id: <200611170510.kAH5AqXl011570@repoman.freebsd.org> From: Alexander Botero-Lowry Date: Fri, 17 Nov 2006 05:10: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/deskutils/py-tagfu 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, 17 Nov 2006 05:10:53 -0000 alexbl 2006-11-17 05:10:52 UTC FreeBSD ports repository Modified files: deskutils/py-tagfu Makefile distinfo Log: - update to 0.2 Revision Changes Path 1.2 +1 -1 ports/deskutils/py-tagfu/Makefile 1.2 +3 -3 ports/deskutils/py-tagfu/distinfo From owner-cvs-all@FreeBSD.ORG Fri Nov 17 05:14:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A74516A47C; Fri, 17 Nov 2006 05:14:35 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6671943D62; Fri, 17 Nov 2006 05:14:34 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH5EY1h012798; Fri, 17 Nov 2006 05:14:34 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH5EYqm012795; Fri, 17 Nov 2006 05:14:34 GMT (envelope-from bmah) Message-Id: <200611170514.kAH5EYqm012795@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 17 Nov 2006 05:14:33 +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.2R approvals.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, 17 Nov 2006 05:14:35 -0000 bmah 2006-11-17 05:14:33 UTC FreeBSD doc repository Modified files: en/releases/6.2R approvals.sgml Log: Strikeout the blanket commit approvals that expired at 6.2-RC1. Approved by: re Revision Changes Path 1.6 +8 -8 www/en/releases/6.2R/approvals.sgml From owner-cvs-all@FreeBSD.ORG Fri Nov 17 06:34:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A08D16A494; Fri, 17 Nov 2006 06:34:24 +0000 (UTC) (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 F216C43D60; Fri, 17 Nov 2006 06:34:23 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH6YNaK047535; Fri, 17 Nov 2006 06:34:23 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH6YNbq047534; Fri, 17 Nov 2006 06:34:23 GMT (envelope-from kris) Message-Id: <200611170634.kAH6YNbq047534@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 17 Nov 2006 06:34: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/java/berkeley-db 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, 17 Nov 2006 06:34:24 -0000 kris 2006-11-17 06:34:23 UTC FreeBSD ports repository Modified files: java/berkeley-db Makefile Log: BROKEN: Self-tests fail Revision Changes Path 1.8 +2 -0 ports/java/berkeley-db/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 17 06:35:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4900E16A407; Fri, 17 Nov 2006 06:35:15 +0000 (UTC) (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 054CA43D45; Fri, 17 Nov 2006 06:35:15 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH6ZEZ0047631; Fri, 17 Nov 2006 06:35:14 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH6ZEn4047630; Fri, 17 Nov 2006 06:35:14 GMT (envelope-from kris) Message-Id: <200611170635.kAH6ZEn4047630@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 17 Nov 2006 06:35: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/multimedia/audacious 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, 17 Nov 2006 06:35:15 -0000 kris 2006-11-17 06:35:14 UTC FreeBSD ports repository Modified files: multimedia/audacious Makefile Log: BROKEN: Incomplete pkg-plist Revision Changes Path 1.22 +2 -0 ports/multimedia/audacious/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 17 06:36:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68D5916A403; Fri, 17 Nov 2006 06:36:22 +0000 (UTC) (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 1FCF243D45; Fri, 17 Nov 2006 06:36:22 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH6aMOB047711; Fri, 17 Nov 2006 06:36:22 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH6aL0X047710; Fri, 17 Nov 2006 06:36:21 GMT (envelope-from kris) Message-Id: <200611170636.kAH6aL0X047710@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 17 Nov 2006 06:36: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/net/erlang_xmlrpc 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, 17 Nov 2006 06:36:22 -0000 kris 2006-11-17 06:36:21 UTC FreeBSD ports repository Modified files: net/erlang_xmlrpc Makefile Log: BROKEN: Unfetchable Revision Changes Path 1.8 +2 -0 ports/net/erlang_xmlrpc/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 17 06:37:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEEFA16A40F; Fri, 17 Nov 2006 06:37:36 +0000 (UTC) (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 2C76643D8B; Fri, 17 Nov 2006 06:37:31 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH6bVXk048524; Fri, 17 Nov 2006 06:37:31 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH6bVi6048520; Fri, 17 Nov 2006 06:37:31 GMT (envelope-from kris) Message-Id: <200611170637.kAH6bVi6048520@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 17 Nov 2006 06:37: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/astro/gpstk 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, 17 Nov 2006 06:37:36 -0000 kris 2006-11-17 06:37:30 UTC FreeBSD ports repository Modified files: astro/gpstk Makefile Log: BROKEN: Does not build Revision Changes Path 1.4 +2 -0 ports/astro/gpstk/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 17 06:38:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0206916A416; Fri, 17 Nov 2006 06:38:06 +0000 (UTC) (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 DEDB643D64; Fri, 17 Nov 2006 06:37:56 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH6bu2O048930; Fri, 17 Nov 2006 06:37:56 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH6buXB048926; Fri, 17 Nov 2006 06:37:56 GMT (envelope-from kris) Message-Id: <200611170637.kAH6buXB048926@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 17 Nov 2006 06:37: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/news/inn-stable 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, 17 Nov 2006 06:38:06 -0000 kris 2006-11-17 06:37:55 UTC FreeBSD ports repository Modified files: news/inn-stable Makefile Log: BROKEN: Fails to patch Revision Changes Path 1.116 +2 -0 ports/news/inn-stable/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 17 06:38:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 846DE16A407; Fri, 17 Nov 2006 06:38:42 +0000 (UTC) (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 9943E43D88; Fri, 17 Nov 2006 06:38:36 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH6caIA049265; Fri, 17 Nov 2006 06:38:36 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH6cadw049264; Fri, 17 Nov 2006 06:38:36 GMT (envelope-from kris) Message-Id: <200611170638.kAH6cadw049264@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 17 Nov 2006 06:38: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/news/inn-current 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, 17 Nov 2006 06:38:42 -0000 kris 2006-11-17 06:38:36 UTC FreeBSD ports repository Modified files: news/inn-current Makefile Log: BROKEN: Install fails Revision Changes Path 1.77 +2 -0 ports/news/inn-current/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 17 06:39:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF46B16A4AB; Fri, 17 Nov 2006 06:39:12 +0000 (UTC) (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 971F843D8B; Fri, 17 Nov 2006 06:39:11 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH6dBAW049322; Fri, 17 Nov 2006 06:39:11 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH6dBmW049321; Fri, 17 Nov 2006 06:39:11 GMT (envelope-from kris) Message-Id: <200611170639.kAH6dBmW049321@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 17 Nov 2006 06:39: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/japanese/firefox-ja 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, 17 Nov 2006 06:39:12 -0000 kris 2006-11-17 06:39:11 UTC FreeBSD ports repository Modified files: japanese/firefox-ja Makefile Log: BROKEN: Incomplete pkg-plist Revision Changes Path 1.13 +2 -0 ports/japanese/firefox-ja/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 17 06:39:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A42EE16A40F; Fri, 17 Nov 2006 06:39:33 +0000 (UTC) (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 7CD0F43D6E; Fri, 17 Nov 2006 06:39:25 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH6dPbH049362; Fri, 17 Nov 2006 06:39:25 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH6dPGj049361; Fri, 17 Nov 2006 06:39:25 GMT (envelope-from marcus) Message-Id: <200611170639.kAH6dPGj049361@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 17 Nov 2006 06: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: ports/sysutils/hal 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, 17 Nov 2006 06:39:33 -0000 marcus 2006-11-17 06:39:25 UTC FreeBSD ports repository Modified files: sysutils/hal Makefile distinfo pkg-plist Log: Update to snapshot 20661117. * Account for ACPI BIOSes that report a rate of 0xffff while they are still initializing (adapted from the HAL linux backend) * Add support for two new net properties: net.freebsd.ifindex and net.80203.rate * Add support for the MBREXT GEOM class * Create /media for 6.1 and 5.5 users that do not have this directory in mtree Revision Changes Path 1.13 +15 -3 ports/sysutils/hal/Makefile 1.5 +3 -3 ports/sysutils/hal/distinfo 1.3 +2 -0 ports/sysutils/hal/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Nov 17 06:40:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C465C16A40F; Fri, 17 Nov 2006 06:40:41 +0000 (UTC) (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 2FC1C43D9A; Fri, 17 Nov 2006 06:40:31 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH6eVFL049506; Fri, 17 Nov 2006 06:40:31 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH6eVl5049504; Fri, 17 Nov 2006 06:40:31 GMT (envelope-from kris) Message-Id: <200611170640.kAH6eVl5049504@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 17 Nov 2006 06:40: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/devel/pear-apd 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, 17 Nov 2006 06:40:41 -0000 kris 2006-11-17 06:40:31 UTC FreeBSD ports repository Modified files: devel/pear-apd Makefile Log: BROKEN: Does not compile Revision Changes Path 1.13 +2 -0 ports/devel/pear-apd/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 17 06:41:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0D9716A52B; Fri, 17 Nov 2006 06:41:36 +0000 (UTC) (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 B702D43D9D; Fri, 17 Nov 2006 06:41:10 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH6f8os049874; Fri, 17 Nov 2006 06:41:08 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH6f8bD049873; Fri, 17 Nov 2006 06:41:08 GMT (envelope-from kris) Message-Id: <200611170641.kAH6f8bD049873@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 17 Nov 2006 06:41: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/databases/pecl-paradox 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, 17 Nov 2006 06:41:36 -0000 kris 2006-11-17 06:41:08 UTC FreeBSD ports repository Modified files: databases/pecl-paradox Makefile Log: BROKEN: Does not compile Revision Changes Path 1.4 +2 -0 ports/databases/pecl-paradox/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 17 06:42:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5329F16A415; Fri, 17 Nov 2006 06:42:00 +0000 (UTC) (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 4706743D90; Fri, 17 Nov 2006 06:41:32 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH6fWHG050195; Fri, 17 Nov 2006 06:41:32 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH6fWjZ050194; Fri, 17 Nov 2006 06:41:32 GMT (envelope-from kris) Message-Id: <200611170641.kAH6fWjZ050194@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 17 Nov 2006 06:41: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/pecl-runkit 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, 17 Nov 2006 06:42:00 -0000 kris 2006-11-17 06:41:32 UTC FreeBSD ports repository Modified files: devel/pecl-runkit Makefile Log: BROKEN: Does not compile Revision Changes Path 1.5 +2 -0 ports/devel/pecl-runkit/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 17 06:42:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D16FE16A4A0; Fri, 17 Nov 2006 06:42:08 +0000 (UTC) (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 7CEF843D6D; Fri, 17 Nov 2006 06:41:55 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH6ftrA050321; Fri, 17 Nov 2006 06:41:55 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH6ftee050320; Fri, 17 Nov 2006 06:41:55 GMT (envelope-from kris) Message-Id: <200611170641.kAH6ftee050320@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 17 Nov 2006 06: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/php-dbg 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, 17 Nov 2006 06:42:08 -0000 kris 2006-11-17 06:41:55 UTC FreeBSD ports repository Modified files: devel/php-dbg Makefile Log: BROKEN: Does not compile Revision Changes Path 1.10 +2 -0 ports/devel/php-dbg/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 17 06:44:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C80D716A492; Fri, 17 Nov 2006 06:44:12 +0000 (UTC) (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 15F1443E44; Fri, 17 Nov 2006 06:42:57 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH6gmPq050606; Fri, 17 Nov 2006 06:42:48 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH6gmB1050605; Fri, 17 Nov 2006 06:42:48 GMT (envelope-from kris) Message-Id: <200611170642.kAH6gmB1050605@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 17 Nov 2006 06:42: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/x11-themes/polymer 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, 17 Nov 2006 06:44:12 -0000 kris 2006-11-17 06:42:47 UTC FreeBSD ports repository Modified files: x11-themes/polymer Makefile Log: BROKEN: Configure fails Revision Changes Path 1.2 +2 -0 ports/x11-themes/polymer/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 17 06:44:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1535A16A49E; Fri, 17 Nov 2006 06:44:40 +0000 (UTC) (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 3EEFB43D8A; Fri, 17 Nov 2006 06:43:37 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH6hbHL050930; Fri, 17 Nov 2006 06:43:37 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH6hbtw050928; Fri, 17 Nov 2006 06:43:37 GMT (envelope-from kris) Message-Id: <200611170643.kAH6hbtw050928@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 17 Nov 2006 06:43: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/devel/tcllib 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, 17 Nov 2006 06:44:40 -0000 kris 2006-11-17 06:43:36 UTC FreeBSD ports repository Modified files: devel/tcllib Makefile Log: BROKEN: Fails self-tests Revision Changes Path 1.23 +2 -0 ports/devel/tcllib/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 17 06:45:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E0D416A4E6; Fri, 17 Nov 2006 06:45:26 +0000 (UTC) (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 AB84F43E39; Fri, 17 Nov 2006 06:44:28 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH6iSU8051292; Fri, 17 Nov 2006 06:44:28 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH6iStK051291; Fri, 17 Nov 2006 06:44:28 GMT (envelope-from kris) Message-Id: <200611170644.kAH6iStK051291@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 17 Nov 2006 06: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: ports/chinese/tatter-tools 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, 17 Nov 2006 06:45:26 -0000 kris 2006-11-17 06:44:28 UTC FreeBSD ports repository Modified files: chinese/tatter-tools Makefile Log: BROKEN: Incorrect pkg-plist Revision Changes Path 1.7 +2 -0 ports/chinese/tatter-tools/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 17 06:47:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7219C16A4C2; Fri, 17 Nov 2006 06:47:17 +0000 (UTC) (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 00E1C43DB2; Fri, 17 Nov 2006 06:45:53 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH6jmcT051405; Fri, 17 Nov 2006 06:45:48 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH6jmf5051404; Fri, 17 Nov 2006 06:45:48 GMT (envelope-from kris) Message-Id: <200611170645.kAH6jmf5051404@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 17 Nov 2006 06:45: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/lang/erlang 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, 17 Nov 2006 06:47:17 -0000 kris 2006-11-17 06:45:48 UTC FreeBSD ports repository Modified files: lang/erlang Makefile Log: BROKEN on sparc64: does not build Revision Changes Path 1.93 +4 -0 ports/lang/erlang/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 17 06:47:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89D8B16A412; Fri, 17 Nov 2006 06:47:27 +0000 (UTC) (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 6FE7E43DD3; Fri, 17 Nov 2006 06:46:50 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH6koe5051475; Fri, 17 Nov 2006 06:46:50 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH6kor4051474; Fri, 17 Nov 2006 06:46:50 GMT (envelope-from kris) Message-Id: <200611170646.kAH6kor4051474@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 17 Nov 2006 06:46: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/gtk-murrine-themes 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, 17 Nov 2006 06:47:27 -0000 kris 2006-11-17 06:46:50 UTC FreeBSD ports repository Modified files: x11-themes/gtk-murrine-themes Makefile Log: BROKEN: Size mismatch Revision Changes Path 1.3 +2 -0 ports/x11-themes/gtk-murrine-themes/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 17 06:47:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8E2F16A5A1; Fri, 17 Nov 2006 06:47:31 +0000 (UTC) (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 F349E43D8A; Fri, 17 Nov 2006 06:47:24 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH6lOVI051538; Fri, 17 Nov 2006 06:47:24 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH6lOMM051532; Fri, 17 Nov 2006 06:47:24 GMT (envelope-from kris) Message-Id: <200611170647.kAH6lOMM051532@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 17 Nov 2006 06:47: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/japanese/php5-mecab 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, 17 Nov 2006 06:47:32 -0000 kris 2006-11-17 06:47:24 UTC FreeBSD ports repository Modified files: japanese/php5-mecab Makefile Log: BROKEN: DOes not compile Revision Changes Path 1.3 +2 -0 ports/japanese/php5-mecab/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 17 06:48:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EF2916A4C8; Fri, 17 Nov 2006 06:48:30 +0000 (UTC) (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 23FDC43D4C; Fri, 17 Nov 2006 06:48:30 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH6mUn3052331; Fri, 17 Nov 2006 06:48:30 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH6mUnp052327; Fri, 17 Nov 2006 06:48:30 GMT (envelope-from kris) Message-Id: <200611170648.kAH6mUnp052327@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 17 Nov 2006 06:48: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-themes/murrine-configurator 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, 17 Nov 2006 06:48:30 -0000 kris 2006-11-17 06:48:29 UTC FreeBSD ports repository Modified files: x11-themes/murrine-configurator Makefile Log: BROKEN: Unfetchable Revision Changes Path 1.2 +2 -0 ports/x11-themes/murrine-configurator/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 17 06:50:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9DFA16A403; Fri, 17 Nov 2006 06:50:18 +0000 (UTC) (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 44C3343D46; Fri, 17 Nov 2006 06:50:18 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH6oISq053309; Fri, 17 Nov 2006 06:50:18 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH6oIJ5053305; Fri, 17 Nov 2006 06:50:18 GMT (envelope-from kris) Message-Id: <200611170650.kAH6oIJ5053305@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 17 Nov 2006 06:50: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/yasm 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, 17 Nov 2006 06:50:18 -0000 kris 2006-11-17 06:50:18 UTC FreeBSD ports repository Modified files: devel/yasm Makefile Log: BROKEN on ia64: Does not build Revision Changes Path 1.14 +7 -1 ports/devel/yasm/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 17 06:56:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6BE716A415; Fri, 17 Nov 2006 06:56:08 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22D8543D46; Fri, 17 Nov 2006 06:56:06 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id kAH6u2pg058694; Fri, 17 Nov 2006 09:56:03 +0300 (MSK) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.3/Submit) id kAH6ttmQ058691; Fri, 17 Nov 2006 09:55:55 +0300 (MSK) (envelope-from yar) Date: Fri, 17 Nov 2006 09:55:55 +0300 From: Yar Tikhiy To: "M. Warner Losh" Message-ID: <20061117065555.GE49602@comp.chem.msu.su> References: <20061113214928.P76443@delplex.bde.org> <20061113.101958.-861030824.imp@bsdimp.com> <20061116090412.GB37133@comp.chem.msu.su> <20061116.165207.1661914048.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061116.165207.1661914048.imp@bsdimp.com> User-Agent: Mutt/1.5.9i Cc: src-committers@FreeBSD.ORG, bde@zeta.org.au, jkoshy@FreeBSD.ORG, cvs-all@FreeBSD.ORG, phk@phk.freebsd.dk, cvs-src@FreeBSD.ORG Subject: Re: cvs commit: src/include ar.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, 17 Nov 2006 06:56:08 -0000 On Thu, Nov 16, 2006 at 04:52:07PM -0700, M. Warner Losh wrote: > In message: <20061116090412.GB37133@comp.chem.msu.su> > Yar Tikhiy writes: > : On Mon, Nov 13, 2006 at 10:19:58AM -0700, M. Warner Losh wrote: > : > : > : > : BTW, you are responsible for the __packed in . Please remove > : > : it. The __CTASSERT() is enough to detect if heroic packing is ever needed. > : > : The only danger is if something has grown to depend on __packed reducing > : > : alignment as a side effect. E.g., suppose we had a byte string containing > : > : a bytewise copy of a struct ip. If the copy might be misaligned, then it > : > : should be copied to an actual struct ip before accessing it as a struct, > : > : but code that accesses it directly using ((struct ip *)&bs[N]) would work > : > : now due to the reduced alignment. Places that really need __packed should > : > : probably use __aligned() to restore the natural alignment. > : > > : > DO NOT REMOVE IT. IT IS ABSOLUTELY REQUIRED FOR ARM TO WORK RIGHT. > : > If you want to remove it, then you must make sure arm works right > : > after it because I'll add it back. > : > : Many years ago I was taught that comments in code could help to > : avoid such clashes in software development. Is this true no more? ;-) > > You don't add comments like: > > i++; // Add one to i. > > This is a similar class. It is for any compiler that has differing > alignment requirements than i386. This is an oversimplification of the case. If it were so simple, no doubts about it would be raised. That's why I suggested adding a comment explaining that historically struct ip was lucky to be packed/aligned properly, but that wasn't backed by the C standard in fact, and eventually architectures appeared, e.g., ARM, which broke the false assumption. It's a rather edifying case. Then you'll have a smaller chance of having to yell in capital letters again, "DO NOT REMOVE IT. IT IS ABSOLUTELY REQUIRED FOR ARM TO WORK RIGHT." -- hopefully, not only regarding struct ip. -- Yar From owner-cvs-all@FreeBSD.ORG Fri Nov 17 08:31:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A2F616A417; Fri, 17 Nov 2006 08:31:02 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 441D743D67; Fri, 17 Nov 2006 08:31:02 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH8V2ZI078349; Fri, 17 Nov 2006 08:31:02 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH8V25R078348; Fri, 17 Nov 2006 08:31:02 GMT (envelope-from miwi) Message-Id: <200611170831.kAH8V25R078348@repoman.freebsd.org> From: Martin Wilke Date: Fri, 17 Nov 2006 08:31: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/devel/py-durus 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, 17 Nov 2006 08:31:02 -0000 miwi 2006-11-17 08:31:01 UTC FreeBSD ports repository Modified files: devel/py-durus Makefile distinfo pkg-plist Log: - Update to 3.6 PR: ports/105626 Submitted by: Dryice Liu (Maintainer) Revision Changes Path 1.2 +1 -1 ports/devel/py-durus/Makefile 1.2 +3 -3 ports/devel/py-durus/distinfo 1.2 +0 -3 ports/devel/py-durus/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Nov 17 08:33:16 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00DE416A47B; Fri, 17 Nov 2006 08:33:16 +0000 (UTC) (envelope-from bde@zeta.org.au) Received: from mailout1.pacific.net.au (mailout1-3.pacific.net.au [61.8.2.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7335A43D7D; Fri, 17 Nov 2006 08:33:09 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout1.pacific.net.au (Postfix) with ESMTP id DAD5B328060; Fri, 17 Nov 2006 19:33:07 +1100 (EST) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailproxy1.pacific.net.au (Postfix) with ESMTP id 6AA5B8C04; Fri, 17 Nov 2006 19:33:06 +1100 (EST) Date: Fri, 17 Nov 2006 19:33:01 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Yar Tikhiy In-Reply-To: <20061116090412.GB37133@comp.chem.msu.su> Message-ID: <20061117192049.H10708@delplex.bde.org> References: <3801.1163410519@critter.freebsd.dk> <20061113214928.P76443@delplex.bde.org> <20061113.101958.-861030824.imp@bsdimp.com> <20061116090412.GB37133@comp.chem.msu.su> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: src-committers@freebsd.org, jkoshy@freebsd.org, cvs-all@freebsd.org, phk@phk.freebsd.dk, cvs-src@freebsd.org, "M. Warner Losh" Subject: Re: cvs commit: src/include ar.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, 17 Nov 2006 08:33:16 -0000 On Thu, 16 Nov 2006, Yar Tikhiy wrote: > On Mon, Nov 13, 2006 at 10:19:58AM -0700, M. Warner Losh wrote: >> : >> : BTW, you are responsible for the __packed in . Please remove >> : it. The __CTASSERT() is enough to detect if heroic packing is ever needed. >> : The only danger is if something has grown to depend on __packed reducing >> : alignment as a side effect. E.g., suppose we had a byte string containing >> : a bytewise copy of a struct ip. If the copy might be misaligned, then it >> : should be copied to an actual struct ip before accessing it as a struct, >> : but code that accesses it directly using ((struct ip *)&bs[N]) would work >> : now due to the reduced alignment. Places that really need __packed should >> : probably use __aligned() to restore the natural alignment. >> >> DO NOT REMOVE IT. IT IS ABSOLUTELY REQUIRED FOR ARM TO WORK RIGHT. >> If you want to remove it, then you must make sure arm works right >> after it because I'll add it back. > > Many years ago I was taught that comments in code could help to > avoid such clashes in software development. Is this true no more? ;-) Apparently not. There has always been a relevant comment in : %%% /* * Mbuf adjust factor to force 32-bit alignment of IP header. * Drivers should do m_adj(m, ETHER_ALIGN) when setting up a * receive so the upper layers get the IP header properly aligned * past the 14-byte Ethernet header. */ #define ETHER_ALIGN 2 /* driver adjust for IP hdr alignment */ %%% Bruce From owner-cvs-all@FreeBSD.ORG Fri Nov 17 08:37:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C91516A412; Fri, 17 Nov 2006 08:37:59 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 371C543D53; Fri, 17 Nov 2006 08:37:59 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH8bxct079953; Fri, 17 Nov 2006 08:37:59 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH8bxMn079952; Fri, 17 Nov 2006 08:37:59 GMT (envelope-from miwi) Message-Id: <200611170837.kAH8bxMn079952@repoman.freebsd.org> From: Martin Wilke Date: Fri, 17 Nov 2006 08:37: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/net-mgmt Makefile ports/net-mgmt/tknetmon 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, 17 Nov 2006 08:37:59 -0000 miwi 2006-11-17 08:37:58 UTC FreeBSD ports repository Modified files: net-mgmt Makefile Added files: net-mgmt/tknetmon Makefile distinfo pkg-descr pkg-plist Log: Graphical user interface for network monitoring package "netmond". With TkNetmon someone can create graphical network map, produce config file for "netmond", restart it, and view current network objects state, as it reported by netmond. WWW: http://vfom.narod.ru/TkNetmon PR: ports/105562 Submitted by: Viktor Fomichev (ivfom at narod.ru) Revision Changes Path 1.95 +1 -0 ports/net-mgmt/Makefile 1.1 +40 -0 ports/net-mgmt/tknetmon/Makefile (new) 1.1 +3 -0 ports/net-mgmt/tknetmon/distinfo (new) 1.1 +6 -0 ports/net-mgmt/tknetmon/pkg-descr (new) 1.1 +95 -0 ports/net-mgmt/tknetmon/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Nov 17 08:38:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A40E16A47E; Fri, 17 Nov 2006 08:38:19 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 267DF43D55; Fri, 17 Nov 2006 08:38:19 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH8cJGu080002; Fri, 17 Nov 2006 08:38:19 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH8cJtm080001; Fri, 17 Nov 2006 08:38:19 GMT (envelope-from miwi) Message-Id: <200611170838.kAH8cJtm080001@repoman.freebsd.org> From: Martin Wilke Date: Fri, 17 Nov 2006 08:38: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: 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, 17 Nov 2006 08:38:19 -0000 miwi 2006-11-17 08:38:18 UTC FreeBSD ports repository Modified files: . modules Log: tknetmon --> ports/net-mgmt/tknetmon Revision Changes Path 1.16623 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Nov 17 08:41:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1990F16A492; Fri, 17 Nov 2006 08:41:02 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB82143D5A; Fri, 17 Nov 2006 08:41:01 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH8f1ZD080308; Fri, 17 Nov 2006 08:41:01 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH8f1Qo080307; Fri, 17 Nov 2006 08:41:01 GMT (envelope-from miwi) Message-Id: <200611170841.kAH8f1Qo080307@repoman.freebsd.org> From: Martin Wilke Date: Fri, 17 Nov 2006 08: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/net-p2p/gtk-gnutella Makefile pkg-plist ports/net-p2p/gtk-gnutella/files patch-bsched X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 17 Nov 2006 08:41:02 -0000 miwi 2006-11-17 08:41:01 UTC FreeBSD ports repository Modified files: net-p2p/gtk-gnutella Makefile pkg-plist Added files: net-p2p/gtk-gnutella/files patch-bsched Log: - Fix bug that would prevent FreeBSD nodes from uploading files (obtained from Gtk-Gnutella SVN) - Move from X11BASE to LOCALBASE - New option to build without GUI - Various readability changes to ./Configure options - Update comments on configuration knobs PR: ports/105576 Submitted by: Jonas Sonntag (maintainer) Revision Changes Path 1.38 +45 -17 ports/net-p2p/gtk-gnutella/Makefile 1.1 +22 -0 ports/net-p2p/gtk-gnutella/files/patch-bsched (new) 1.15 +2 -0 ports/net-p2p/gtk-gnutella/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Nov 17 08:42:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 759B716A407; Fri, 17 Nov 2006 08:42:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BBEA43D5A; Fri, 17 Nov 2006 08:42:14 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH8gE6j081108; Fri, 17 Nov 2006 08:42:14 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH8gE8N081107; Fri, 17 Nov 2006 08:42:14 GMT (envelope-from miwi) Message-Id: <200611170842.kAH8gE8N081107@repoman.freebsd.org> From: Martin Wilke Date: Fri, 17 Nov 2006 08:42: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/silktools Makefile distinfo pkg-plist ports/security/silktools/files patch-src_rw_rwpmatch_rwpdedupe.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, 17 Nov 2006 08:42:15 -0000 miwi 2006-11-17 08:42:13 UTC FreeBSD ports repository Modified files: security/silktools Makefile distinfo pkg-plist Removed files: security/silktools/files patch-src_rw_rwpmatch_rwpdedupe.c Log: - Update to 0.10.3 PR: ports/105591 Submitted by: David Thiel (maintainer) Revision Changes Path 1.2 +30 -3 ports/security/silktools/Makefile 1.2 +3 -3 ports/security/silktools/distinfo 1.2 +0 -38 ports/security/silktools/files/patch-src_rw_rwpmatch_rwpdedupe.c (dead) 1.2 +19 -2 ports/security/silktools/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Nov 17 08:44:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 354E616A407; Fri, 17 Nov 2006 08:44:42 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCB8243D55; Fri, 17 Nov 2006 08:44:41 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH8ifxD081670; Fri, 17 Nov 2006 08:44:41 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH8ifoV081669; Fri, 17 Nov 2006 08:44:41 GMT (envelope-from miwi) Message-Id: <200611170844.kAH8ifoV081669@repoman.freebsd.org> From: Martin Wilke Date: Fri, 17 Nov 2006 08:44: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/lang/sketchy 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, 17 Nov 2006 08:44:42 -0000 miwi 2006-11-17 08:44:41 UTC FreeBSD ports repository Modified files: lang/sketchy Makefile distinfo pkg-plist Log: - Update to 2006-11-16 PR: ports/105605 Submitted by: Nils M Holm (Maintainer) Revision Changes Path 1.17 +4 -4 ports/lang/sketchy/Makefile 1.17 +3 -3 ports/lang/sketchy/distinfo 1.14 +2 -3 ports/lang/sketchy/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Nov 17 09:02:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC56316A412; Fri, 17 Nov 2006 09:02:13 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69DB243D5C; Fri, 17 Nov 2006 09:02:13 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH92DAD092386; Fri, 17 Nov 2006 09:02:13 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH92DX3092385; Fri, 17 Nov 2006 09:02:13 GMT (envelope-from miwi) Message-Id: <200611170902.kAH92DX3092385@repoman.freebsd.org> From: Martin Wilke Date: Fri, 17 Nov 2006 09:02: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/net/smb4k 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, 17 Nov 2006 09:02:13 -0000 miwi 2006-11-17 09:02:13 UTC FreeBSD ports repository Modified files: net/smb4k Makefile distinfo pkg-plist Log: - Update to 0.7.3 - Made portlint happy :) PR: ports/105091 Submitted by: Pawel Pekala Revision Changes Path 1.9 +9 -6 ports/net/smb4k/Makefile 1.5 +3 -3 ports/net/smb4k/distinfo 1.4 +76 -49 ports/net/smb4k/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Nov 17 09:09:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12F6716A40F; Fri, 17 Nov 2006 09:09:42 +0000 (UTC) (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 A9F3A43D49; Fri, 17 Nov 2006 09:09:41 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH99fWx094572; Fri, 17 Nov 2006 09:09:41 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH99fkq094570; Fri, 17 Nov 2006 09:09:41 GMT (envelope-from arved) Message-Id: <200611170909.kAH99fkq094570@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 17 Nov 2006 09:09: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/ifd-devkit Makefile ports/security/ifd-devkit/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, 17 Nov 2006 09:09:42 -0000 arved 2006-11-17 09:09:41 UTC FreeBSD ports repository Modified files: security/ifd-devkit Makefile security/ifd-devkit/files patch-Makefile Log: Unbreak, don't abuse DESTDIR as PREFIX. Take Maintainership. Revision Changes Path 1.9 +1 -5 ports/security/ifd-devkit/Makefile 1.2 +3 -4 ports/security/ifd-devkit/files/patch-Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 17 09:21:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6054A16A407; Fri, 17 Nov 2006 09:21:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CCCC43DAF; Fri, 17 Nov 2006 09:20:51 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH9KpwU096479; Fri, 17 Nov 2006 09:20:51 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH9KpTu096478; Fri, 17 Nov 2006 09:20:51 GMT (envelope-from miwi) Message-Id: <200611170920.kAH9KpTu096478@repoman.freebsd.org> From: Martin Wilke Date: Fri, 17 Nov 2006 09:20: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/www/py-qpy 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, 17 Nov 2006 09:21:05 -0000 miwi 2006-11-17 09:20:51 UTC FreeBSD ports repository Modified files: www/py-qpy Makefile distinfo Log: - Update to 1.5 PR: ports/105625 Submitted by: Dryice Liu ( maintainer) Revision Changes Path 1.2 +1 -1 ports/www/py-qpy/Makefile 1.2 +3 -3 ports/www/py-qpy/distinfo From owner-cvs-all@FreeBSD.ORG Fri Nov 17 09:21:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E655516A417; Fri, 17 Nov 2006 09:21:57 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4BFF43D64; Fri, 17 Nov 2006 09:21:53 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH9LrYx097135; Fri, 17 Nov 2006 09:21:53 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH9LrSF097134; Fri, 17 Nov 2006 09:21:53 GMT (envelope-from miwi) Message-Id: <200611170921.kAH9LrSF097134@repoman.freebsd.org> From: Martin Wilke Date: Fri, 17 Nov 2006 09:21: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/www/py-qp Makefile distinfo pkg-plist ports/www/py-qp/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, 17 Nov 2006 09:21:58 -0000 miwi 2006-11-17 09:21:53 UTC FreeBSD ports repository Modified files: www/py-qp Makefile distinfo pkg-plist www/py-qp/files pkg-message.in Log: - Update to 1.9 PR: ports/105628 Submitted by: Dryice Liu (maintainer) Revision Changes Path 1.2 +1 -1 ports/www/py-qp/Makefile 1.2 +3 -3 ports/www/py-qp/distinfo 1.2 +2 -4 ports/www/py-qp/files/pkg-message.in 1.2 +7 -0 ports/www/py-qp/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Nov 17 09:23:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B23116A47B; Fri, 17 Nov 2006 09:23:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE38E43D72; Fri, 17 Nov 2006 09:23:17 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH9NHTN097538; Fri, 17 Nov 2006 09:23:17 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH9NHvT097536; Fri, 17 Nov 2006 09:23:17 GMT (envelope-from miwi) Message-Id: <200611170923.kAH9NHvT097536@repoman.freebsd.org> From: Martin Wilke Date: Fri, 17 Nov 2006 09:23: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/devel/pear-Console_Getargs 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, 17 Nov 2006 09:23:18 -0000 miwi 2006-11-17 09:23:17 UTC FreeBSD ports repository Modified files: devel/pear-Console_Getargs Makefile distinfo Log: - Update to 1.3.4 PR: ports/105611 Submitted by: Thomas Abthorpe (maintainer) Revision Changes Path 1.8 +1 -1 ports/devel/pear-Console_Getargs/Makefile 1.7 +3 -3 ports/devel/pear-Console_Getargs/distinfo From owner-cvs-all@FreeBSD.ORG Fri Nov 17 09:43:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E529C16A47C; Fri, 17 Nov 2006 09:43:33 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A31FC43D5F; Fri, 17 Nov 2006 09:43:33 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAH9hXoK098789; Fri, 17 Nov 2006 09:43:33 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAH9hXAI098788; Fri, 17 Nov 2006 09:43:33 GMT (envelope-from miwi) Message-Id: <200611170943.kAH9hXAI098788@repoman.freebsd.org> From: Martin Wilke Date: Fri, 17 Nov 2006 09:43: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/dns/opendd 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, 17 Nov 2006 09:43:34 -0000 miwi 2006-11-17 09:43:33 UTC FreeBSD ports repository Modified files: dns/opendd Makefile distinfo Log: - Update to 0.7.8 PR: ports/105631 Submitted by: Alexander Logvinov (maintainer) Revision Changes Path 1.2 +1 -1 ports/dns/opendd/Makefile 1.2 +3 -3 ports/dns/opendd/distinfo From owner-cvs-all@FreeBSD.ORG Fri Nov 17 09:48:17 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFCB916A4F1; Fri, 17 Nov 2006 09:48:17 +0000 (UTC) (envelope-from bde@zeta.org.au) Received: from mailout2.pacific.net.au (mailout2-3.pacific.net.au [61.8.2.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5011343D5C; Fri, 17 Nov 2006 09:48:17 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout2.pacific.net.au (Postfix) with ESMTP id 4A7E46E2AA; Fri, 17 Nov 2006 20:48:15 +1100 (EST) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailproxy1.pacific.net.au (Postfix) with ESMTP id 4A1FA8C1B; Fri, 17 Nov 2006 20:48:14 +1100 (EST) Date: Fri, 17 Nov 2006 20:48:13 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Yar Tikhiy In-Reply-To: <20061117065555.GE49602@comp.chem.msu.su> Message-ID: <20061117201432.X11101@delplex.bde.org> References: <20061113214928.P76443@delplex.bde.org> <20061113.101958.-861030824.imp@bsdimp.com> <20061116090412.GB37133@comp.chem.msu.su> <20061116.165207.1661914048.imp@bsdimp.com> <20061117065555.GE49602@comp.chem.msu.su> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: src-committers@freebsd.org, jkoshy@freebsd.org, cvs-all@freebsd.org, phk@phk.freebsd.dk, cvs-src@freebsd.org, "M. Warner Losh" Subject: Re: cvs commit: src/include ar.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, 17 Nov 2006 09:48:18 -0000 On Fri, 17 Nov 2006, Yar Tikhiy wrote: > On Thu, Nov 16, 2006 at 04:52:07PM -0700, M. Warner Losh wrote: >> In message: <20061116090412.GB37133@comp.chem.msu.su> >> Yar Tikhiy writes: >> : Many years ago I was taught that comments in code could help to >> : avoid such clashes in software development. Is this true no more? ;-) >> >> You don't add comments like: >> >> i++; // Add one to i. >> >> This is a similar class. It is for any compiler that has differing >> alignment requirements than i386. But you do add comments like: i++; /* Don't add 1 to i (sic). */ when `i' is a const variable in magic device memory that needs to be used by read/add 1/write (where the non-atomicness of this doesn't matter for some reason). > This is an oversimplification of the case. If it were so simple, > no doubts about it would be raised. That's why I suggested adding > a comment explaining that historically struct ip was lucky to be > packed/aligned properly, but that wasn't backed by the C standard > in fact, and eventually architectures appeared, e.g., ARM, which > broke the false assumption. It's a rather edifying case. Then There is no luck about the alignment. Structs are always aligned, especially for arm, unless you break them using __packed. It never took much luck for the struct to be packed, since the struct has its largest members at the end so padding for alignment would affect most arches. It now doesn't take any luck to detect mispacking, since packing is now __CTASSERT()ed. Packing occurs naturally wthout using __packed for all arches supported by FreeBSD and Linux-2.6.10 (**), especially for arm since arm is on 32-bits so padding at the end to make the struct size a multiple of 64 bits would be weird. > you'll have a smaller chance of having to yell in capital letters > again, "DO NOT REMOVE IT. IT IS ABSOLUTELY REQUIRED FOR ARM TO > WORK RIGHT." -- hopefully, not only regarding struct ip. For that the comment should be something like: __packed; /* Align (sic) to work around bugs on arm (*). */ but I doubt that arm is that broken. (*) See this thread for more details. (**) Linux-2.6.10 seems to have only struct iphdr, and has gratuitous unportabilities in that like the ones that were removed in FreeBSD in the commit that added __packed: it uses bitfields to unportabalize the header length and version, and endianness ifdefs to work around the unportabilities; in addition, it uses bitfields of type char to additionally unportabalize the header length and version. Bruce From owner-cvs-all@FreeBSD.ORG Fri Nov 17 10:13:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA3D516A416; Fri, 17 Nov 2006 10:13:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 214EA43D62; Fri, 17 Nov 2006 10:13:03 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHAD3TM001519; Fri, 17 Nov 2006 10:13:03 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHAD29T001518; Fri, 17 Nov 2006 10:13:02 GMT (envelope-from miwi) Message-Id: <200611171013.kAHAD29T001518@repoman.freebsd.org> From: Martin Wilke Date: Fri, 17 Nov 2006 10: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/security/snortreport Makefile distinfo pkg-descr pkg-message pkg-plist ports/security/snortreport/files patch-ipdetail.php patch-sigdetail.php X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 17 Nov 2006 10:13:05 -0000 miwi 2006-11-17 10:13:02 UTC FreeBSD ports repository Modified files: security/snortreport Makefile distinfo pkg-descr pkg-message pkg-plist Added files: security/snortreport/files patch-ipdetail.php patch-sigdetail.php Log: - Update to 105618 PR: ports/105618 Submitted by: Andrea Venturoli (maintainer) Revision Changes Path 1.7 +6 -6 ports/security/snortreport/Makefile 1.3 +3 -3 ports/security/snortreport/distinfo 1.1 +23 -0 ports/security/snortreport/files/patch-ipdetail.php (new) 1.1 +41 -0 ports/security/snortreport/files/patch-sigdetail.php (new) 1.2 +2 -2 ports/security/snortreport/pkg-descr 1.2 +2 -2 ports/security/snortreport/pkg-message 1.2 +7 -5 ports/security/snortreport/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Nov 17 10:27:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7808D16A4E5; Fri, 17 Nov 2006 10:27:27 +0000 (UTC) (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 9777443D8E; Fri, 17 Nov 2006 10:27:13 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHARDW2002143; Fri, 17 Nov 2006 10:27:13 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHARDdR002142; Fri, 17 Nov 2006 10:27:13 GMT (envelope-from dinoex) Message-Id: <200611171027.kAHARDdR002142@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 17 Nov 2006 10:27: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/deskutils Makefile ports/deskutils/plopfolio 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, 17 Nov 2006 10:27:27 -0000 dinoex 2006-11-17 10:27:13 UTC FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/plopfolio Makefile distinfo pkg-descr pkg-plist Log: PlopFolio is a free clone of Serence's excellent KlipFolio application. PlopFolio supports Klips available from KlipFarm. PlopFolio is developped using the Objective-C language and works well with GNUstep (on Linux, FreeBSD, and more) and Cocoa on Mac OS X. WWW: http://www.collaboration-world.com/cgi-bin/project/index.cgi?pid=7 Revision Changes Path 1.257 +1 -0 ports/deskutils/Makefile 1.1 +26 -0 ports/deskutils/plopfolio/Makefile (new) 1.1 +3 -0 ports/deskutils/plopfolio/distinfo (new) 1.1 +7 -0 ports/deskutils/plopfolio/pkg-descr (new) 1.1 +29 -0 ports/deskutils/plopfolio/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Nov 17 10:27:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDC9016A403; Fri, 17 Nov 2006 10:27:57 +0000 (UTC) (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 7F5C643D78; Fri, 17 Nov 2006 10:27:57 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHARvg9002197; Fri, 17 Nov 2006 10:27:57 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHARv73002196; Fri, 17 Nov 2006 10:27:57 GMT (envelope-from dinoex) Message-Id: <200611171027.kAHARv73002196@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 17 Nov 2006 10:27: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: Fri, 17 Nov 2006 10:27:58 -0000 dinoex 2006-11-17 10:27:57 UTC FreeBSD ports repository Modified files: . modules Log: plopfolio --> ports/deskutils/plopfolio Revision Changes Path 1.16624 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Nov 17 10:43:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B450C16A407; Fri, 17 Nov 2006 10:43:32 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5046943DB5; Fri, 17 Nov 2006 10:42:58 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHAgwME002865; Fri, 17 Nov 2006 10:42:58 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHAgwrn002864; Fri, 17 Nov 2006 10:42:58 GMT (envelope-from miwi) Message-Id: <200611171042.kAHAgwrn002864@repoman.freebsd.org> From: Martin Wilke Date: Fri, 17 Nov 2006 10:42: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/py-enchant Makefile distinfo pkg-plist ports/textproc/py-enchant/files patch-enchant-checker-wxSpellCheckerDialog.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, 17 Nov 2006 10:43:32 -0000 miwi 2006-11-17 10:42:58 UTC FreeBSD ports repository Modified files: textproc/py-enchant Makefile distinfo pkg-plist Added files: textproc/py-enchant/files patch-enchant-checker-wxSpellCheckerDialog.py Log: - Update to 1.2.0 PR: ports/105457 Submitted by: nivit@email.it (Nicola Vitale) (maintainer) Revision Changes Path 1.2 +3 -1 ports/textproc/py-enchant/Makefile 1.2 +3 -3 ports/textproc/py-enchant/distinfo 1.1 +11 -0 ports/textproc/py-enchant/files/patch-enchant-checker-wxSpellCheckerDialog.py (new) 1.2 +3 -1 ports/textproc/py-enchant/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Nov 17 11:14:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03E2E16A403; Fri, 17 Nov 2006 11:14:13 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F26D643DC9; Fri, 17 Nov 2006 11:14:01 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHBDmjQ005285; Fri, 17 Nov 2006 11:13:48 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHBDm0J005284; Fri, 17 Nov 2006 11:13:48 GMT (envelope-from sos) Message-Id: <200611171113.kAHBDm0J005284@repoman.freebsd.org> From: Søren Schmidt Date: Fri, 17 Nov 2006 11:13: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/sys/dev/ata ata-all.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, 17 Nov 2006 11:14:13 -0000 sos 2006-11-17 11:13:47 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.c Log: Deal more generically with the byteswap needed on !littleendian HW. Account for the odd layout on ARM bigendian HW. Revision Changes Path 1.275 +2 -2 src/sys/dev/ata/ata-all.c From owner-cvs-all@FreeBSD.ORG Fri Nov 17 11:17:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6615C16A403; Fri, 17 Nov 2006 11:17:09 +0000 (UTC) (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 390FB43D5E; Fri, 17 Nov 2006 11:17:09 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHBH9aw005500; Fri, 17 Nov 2006 11:17:09 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHBH9Iu005499; Fri, 17 Nov 2006 11:17:09 GMT (envelope-from dinoex) Message-Id: <200611171117.kAHBH9Iu005499@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 17 Nov 2006 11:17: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/x11 Makefile ports/x11/gskrab 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, 17 Nov 2006 11:17:09 -0000 dinoex 2006-11-17 11:17:08 UTC FreeBSD ports repository Modified files: x11 Makefile Added files: x11/gskrab Makefile distinfo pkg-descr pkg-plist Log: GS Krab is a framework and a daemon to enable GNUstep applications to handle the special keys on multimedia keyboards. Since this would require special hacks to work on different platform, and since those differents platforms work differently, I thought putting those hacks together in a centralized daemon would be the correct and clean way to do things. Revision Changes Path 1.631 +1 -0 ports/x11/Makefile 1.1 +29 -0 ports/x11/gskrab/Makefile (new) 1.1 +3 -0 ports/x11/gskrab/distinfo (new) 1.1 +5 -0 ports/x11/gskrab/pkg-descr (new) 1.1 +22 -0 ports/x11/gskrab/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Nov 17 11:17:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A4C216A512; Fri, 17 Nov 2006 11:17:48 +0000 (UTC) (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 A256843D6E; Fri, 17 Nov 2006 11:17:47 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHBHlMv005568; Fri, 17 Nov 2006 11:17:47 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHBHlMm005567; Fri, 17 Nov 2006 11:17:47 GMT (envelope-from dinoex) Message-Id: <200611171117.kAHBHlMm005567@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 17 Nov 2006 11:17: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: 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, 17 Nov 2006 11:17:48 -0000 dinoex 2006-11-17 11:17:47 UTC FreeBSD ports repository Modified files: . modules Log: gskrab --> ports/x11/gskrab Revision Changes Path 1.16625 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Nov 17 11:25:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 554E716A415; Fri, 17 Nov 2006 11:25:03 +0000 (UTC) (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 D57F743DA4; Fri, 17 Nov 2006 11:24:56 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHBOuAS005884; Fri, 17 Nov 2006 11:24:56 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHBOuwU005883; Fri, 17 Nov 2006 11:24:56 GMT (envelope-from pav) Message-Id: <200611171124.kAHBOuwU005883@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 17 Nov 2006 11:24: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/x11-themes/murrine-configurator 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, 17 Nov 2006 11:25:03 -0000 pav 2006-11-17 11:24:56 UTC FreeBSD ports repository Modified files: x11-themes/murrine-configurator Makefile Log: - Fix fetch (typo in MASTER_SITES), unbreak Revision Changes Path 1.3 +1 -3 ports/x11-themes/murrine-configurator/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 17 11:39:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B60716A4CE; Fri, 17 Nov 2006 11:39:29 +0000 (UTC) (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 69E2C43DF5; Fri, 17 Nov 2006 11:39:04 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHBd4KX006452; Fri, 17 Nov 2006 11:39:04 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHBd4AZ006451; Fri, 17 Nov 2006 11:39:04 GMT (envelope-from pav) Message-Id: <200611171139.kAHBd4AZ006451@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 17 Nov 2006 11:39: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/x11-themes/gtk-murrine-engine 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, 17 Nov 2006 11:39:29 -0000 pav 2006-11-17 11:39:04 UTC FreeBSD ports repository Modified files: x11-themes/gtk-murrine-engine Makefile distinfo Log: - Update to 0.31 Revision Changes Path 1.3 +1 -1 ports/x11-themes/gtk-murrine-engine/Makefile 1.3 +3 -3 ports/x11-themes/gtk-murrine-engine/distinfo From owner-cvs-all@FreeBSD.ORG Fri Nov 17 11:40:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 713AF16A407; Fri, 17 Nov 2006 11:40:57 +0000 (UTC) (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 38C3743D5C; Fri, 17 Nov 2006 11:40:55 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHBesb9006612; Fri, 17 Nov 2006 11:40:54 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHBesYG006610; Fri, 17 Nov 2006 11:40:54 GMT (envelope-from pav) Message-Id: <200611171140.kAHBesYG006610@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 17 Nov 2006 11:40: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/x11-themes/gtk-murrine-themes 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, 17 Nov 2006 11:40:57 -0000 pav 2006-11-17 11:40:54 UTC FreeBSD ports repository Modified files: x11-themes/gtk-murrine-themes Makefile distinfo Log: - Update to new distfile, unbreak Revision Changes Path 1.4 +1 -3 ports/x11-themes/gtk-murrine-themes/Makefile 1.3 +3 -3 ports/x11-themes/gtk-murrine-themes/distinfo From owner-cvs-all@FreeBSD.ORG Fri Nov 17 11:56:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 469EB16A40F; Fri, 17 Nov 2006 11:56:57 +0000 (UTC) (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 03A4A43D60; Fri, 17 Nov 2006 11:56:57 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHBuudv009844; Fri, 17 Nov 2006 11:56:56 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHBuuUc009843; Fri, 17 Nov 2006 11:56:56 GMT (envelope-from cognet) Message-Id: <200611171156.kAHBuuUc009843@repoman.freebsd.org> From: Olivier Houchard Date: Fri, 17 Nov 2006 11:56: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/arm/arm 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: Fri, 17 Nov 2006 11:56:57 -0000 cognet 2006-11-17 11:56:56 UTC FreeBSD src repository Modified files: sys/arm/arm nexus.c Log: Erm we really want to mask all interrupts in the range, just not the first one. Submitted by: ru Revision Changes Path 1.10 +1 -1 src/sys/arm/arm/nexus.c From owner-cvs-all@FreeBSD.ORG Fri Nov 17 11:59:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98D8716A417; Fri, 17 Nov 2006 11:59:40 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5804E43D4C; Fri, 17 Nov 2006 11:59:40 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHBxesV010027; Fri, 17 Nov 2006 11:59:40 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHBxe7Y010025; Fri, 17 Nov 2006 11:59:40 GMT (envelope-from sat) Message-Id: <200611171159.kAHBxe7Y010025@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 17 Nov 2006 11:59: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/devel/libpdel 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, 17 Nov 2006 11:59:40 -0000 sat 2006-11-17 11:59:39 UTC FreeBSD ports repository Modified files: devel/libpdel Makefile Log: - Mark unbroken on 7.x, nork fixed it this September - Convert to use_ldconfig - Cosmetics Approved by: archie's inactivity and timeouts during the last 6 months Revision Changes Path 1.19 +9 -16 ports/devel/libpdel/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 17 12:04:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5538716A4E6; Fri, 17 Nov 2006 12:04:15 +0000 (UTC) (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 AD14443D55; Fri, 17 Nov 2006 12:04:09 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHC49ri012452; Fri, 17 Nov 2006 12:04:09 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHC49RJ012451; Fri, 17 Nov 2006 12:04:09 GMT (envelope-from dinoex) Message-Id: <200611171204.kAHC49RJ012451@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 17 Nov 2006 12:04: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/audio Makefile ports/audio/cddb-bundle 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, 17 Nov 2006 12:04:15 -0000 dinoex 2006-11-17 12:04:09 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/cddb-bundle Makefile distinfo pkg-descr pkg-plist Log: CDDB client bundle for GNUstep WWW: http://gsburn.sourceforge.net/ Revision Changes Path 1.787 +1 -0 ports/audio/Makefile 1.1 +29 -0 ports/audio/cddb-bundle/Makefile (new) 1.1 +3 -0 ports/audio/cddb-bundle/distinfo (new) 1.1 +3 -0 ports/audio/cddb-bundle/pkg-descr (new) 1.1 +7 -0 ports/audio/cddb-bundle/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Nov 17 12:04:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD8E716A403; Fri, 17 Nov 2006 12:04:56 +0000 (UTC) (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 3434243D80; Fri, 17 Nov 2006 12:04:54 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHC4s3V012617; Fri, 17 Nov 2006 12:04:54 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHC4s70012616; Fri, 17 Nov 2006 12:04:54 GMT (envelope-from dinoex) Message-Id: <200611171204.kAHC4s70012616@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 17 Nov 2006 12:04: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: Fri, 17 Nov 2006 12:04:56 -0000 dinoex 2006-11-17 12:04:53 UTC FreeBSD ports repository Modified files: . modules Log: cddb-bundle --> ports/audio/cddb-bundle Revision Changes Path 1.16626 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Nov 17 12:51:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A08C816A40F; Fri, 17 Nov 2006 12:51:30 +0000 (UTC) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1450F43D4C; Fri, 17 Nov 2006 12:51:30 +0000 (GMT) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHCpTF8028423; Fri, 17 Nov 2006 12:51:29 GMT (envelope-from jmelo@repoman.freebsd.org) Received: (from jmelo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHCpTcO028420; Fri, 17 Nov 2006 12:51:29 GMT (envelope-from jmelo) Message-Id: <200611171251.kAHCpTcO028420@repoman.freebsd.org> From: Jean Milanez Melo Date: Fri, 17 Nov 2006 12:51: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/www/squid 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, 17 Nov 2006 12:51:30 -0000 jmelo 2006-11-17 12:51:29 UTC FreeBSD ports repository Modified files: www/squid Makefile Log: - Fix mastersites. PR: ports/105418 Submitted by: Thomas-Martin Seck (maintainer) Revision Changes Path 1.192 +7 -16 ports/www/squid/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 17 13:01:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1314116A417; Fri, 17 Nov 2006 13:01:36 +0000 (UTC) (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 ABF9743D4C; Fri, 17 Nov 2006 13:01:35 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHD1Zfx030116; Fri, 17 Nov 2006 13:01:35 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHD1ZlN030114; Fri, 17 Nov 2006 13:01:35 GMT (envelope-from dinoex) Message-Id: <200611171301.kAHD1ZlN030114@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 17 Nov 2006 13:01: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.gnustep.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, 17 Nov 2006 13:01:36 -0000 dinoex 2006-11-17 13:01:35 UTC FreeBSD ports repository Modified files: Mk bsd.gnustep.mk Log: - new option USE_GNUSTEP_LOCAL_BUNDLES Revision Changes Path 1.34 +14 -1 ports/Mk/bsd.gnustep.mk From owner-cvs-all@FreeBSD.ORG Fri Nov 17 13:09:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89CA616A492; Fri, 17 Nov 2006 13:09:11 +0000 (UTC) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB5B043D45; Fri, 17 Nov 2006 13:09:09 +0000 (GMT) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHD99Eg032540; Fri, 17 Nov 2006 13:09:09 GMT (envelope-from jmelo@repoman.freebsd.org) Received: (from jmelo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHD99Rd032531; Fri, 17 Nov 2006 13:09:09 GMT (envelope-from jmelo) Message-Id: <200611171309.kAHD99Rd032531@repoman.freebsd.org> From: Jean Milanez Melo Date: Fri, 17 Nov 2006 13:09: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/games/jfduke3d 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, 17 Nov 2006 13:09:11 -0000 jmelo 2006-11-17 13:09:09 UTC FreeBSD ports repository Modified files: games/jfduke3d Makefile Log: - Update mastersite. PR: ports/105548 Submitted by: (maintainer) Revision Changes Path 1.12 +1 -4 ports/games/jfduke3d/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 17 13:12:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A730916A412; Fri, 17 Nov 2006 13:12:12 +0000 (UTC) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6451143D45; Fri, 17 Nov 2006 13:12:12 +0000 (GMT) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHDCCm9033332; Fri, 17 Nov 2006 13:12:12 GMT (envelope-from jmelo@repoman.freebsd.org) Received: (from jmelo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHDCC8x033331; Fri, 17 Nov 2006 13:12:12 GMT (envelope-from jmelo) Message-Id: <200611171312.kAHDCC8x033331@repoman.freebsd.org> From: Jean Milanez Melo Date: Fri, 17 Nov 2006 13: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/accessibility/at-poke 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, 17 Nov 2006 13:12:12 -0000 jmelo 2006-11-17 13:12:11 UTC FreeBSD ports repository Modified files: accessibility/at-poke pkg-descr Log: - Fix WWW. PR: ports/105612 Submitted by: Marcus von Appen (maintainer) Revision Changes Path 1.2 +1 -1 ports/accessibility/at-poke/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Nov 17 13:16:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D911916A407; Fri, 17 Nov 2006 13:16:14 +0000 (UTC) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6970143D97; Fri, 17 Nov 2006 13:16:06 +0000 (GMT) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHDG6Fh033998; Fri, 17 Nov 2006 13:16:06 GMT (envelope-from jmelo@repoman.freebsd.org) Received: (from jmelo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHDG6Ta033997; Fri, 17 Nov 2006 13:16:06 GMT (envelope-from jmelo) Message-Id: <200611171316.kAHDG6Ta033997@repoman.freebsd.org> From: Jean Milanez Melo Date: Fri, 17 Nov 2006 13:16: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/games/xgame 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, 17 Nov 2006 13:16:15 -0000 jmelo 2006-11-17 13:16:06 UTC FreeBSD ports repository Modified files: games/xgame Makefile Log: - Fix mastersite. PR: ports/104975 Submitted by: Thomas Abthorpe Approved by: maintainer (timeout 15 days) Revision Changes Path 1.3 +1 -1 ports/games/xgame/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 17 13:23:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 288BB16A407; Fri, 17 Nov 2006 13:23:58 +0000 (UTC) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9A1643D64; Fri, 17 Nov 2006 13:23:57 +0000 (GMT) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHDNvi4035426; Fri, 17 Nov 2006 13:23:57 GMT (envelope-from jmelo@repoman.freebsd.org) Received: (from jmelo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHDNvNR035425; Fri, 17 Nov 2006 13:23:57 GMT (envelope-from jmelo) Message-Id: <200611171323.kAHDNvNR035425@repoman.freebsd.org> From: Jean Milanez Melo Date: Fri, 17 Nov 2006 13:23: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/sysutils/dvd+rw-tools 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, 17 Nov 2006 13:23:58 -0000 jmelo 2006-11-17 13:23:57 UTC FreeBSD ports repository Modified files: sysutils/dvd+rw-tools Makefile Log: - Change mastersite. PR: ports/105290 Submitted by: Frank J. Laszlo Reviewed by: jmelo@ Approved by: Chuck Swiger (maintainer) Revision Changes Path 1.23 +1 -2 ports/sysutils/dvd+rw-tools/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 17 14:17:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2D1116A417; Fri, 17 Nov 2006 14:17:49 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A526943D55; Fri, 17 Nov 2006 14:17:49 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHEHnTQ046057; Fri, 17 Nov 2006 14:17:49 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHEHngS046056; Fri, 17 Nov 2006 14:17:49 GMT (envelope-from miwi) Message-Id: <200611171417.kAHEHngS046056@repoman.freebsd.org> From: Martin Wilke Date: Fri, 17 Nov 2006 14:17: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-POE-Component-Daemon 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, 17 Nov 2006 14:17:50 -0000 miwi 2006-11-17 14:17:48 UTC FreeBSD ports repository Modified files: devel/p5-POE-Component-Daemon Makefile distinfo Log: - Update to 0.1003 PR: ports/105636 Submitted by: hideo (maintainer) Revision Changes Path 1.3 +1 -1 ports/devel/p5-POE-Component-Daemon/Makefile 1.3 +3 -3 ports/devel/p5-POE-Component-Daemon/distinfo From owner-cvs-all@FreeBSD.ORG Fri Nov 17 14:31:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FD4C16A412; Fri, 17 Nov 2006 14:31:09 +0000 (UTC) (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 28C1443D4C; Fri, 17 Nov 2006 14:31:09 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHEV82Q048108; Fri, 17 Nov 2006 14:31:09 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHEV8n9048105; Fri, 17 Nov 2006 14:31:08 GMT (envelope-from dinoex) Message-Id: <200611171431.kAHEV8n9048105@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 17 Nov 2006 14:31: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 Makefile ports/audio/gnustep-cdplayer 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, 17 Nov 2006 14:31:09 -0000 dinoex 2006-11-17 14:31:08 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/gnustep-cdplayer Makefile distinfo pkg-descr pkg-plist Log: GNUstep CD player with CDDB support WWW: http://gsburn.sourceforge.net/ Obtained from: NetBSD pkgsrc Revision Changes Path 1.788 +1 -0 ports/audio/Makefile 1.1 +43 -0 ports/audio/gnustep-cdplayer/Makefile (new) 1.1 +3 -0 ports/audio/gnustep-cdplayer/distinfo (new) 1.1 +3 -0 ports/audio/gnustep-cdplayer/pkg-descr (new) 1.1 +102 -0 ports/audio/gnustep-cdplayer/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Nov 17 14:31:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D28916A407; Fri, 17 Nov 2006 14:31:53 +0000 (UTC) (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 F07E543D6A; Fri, 17 Nov 2006 14:31:45 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHEVj5w048670; Fri, 17 Nov 2006 14:31:45 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHEVjSv048669; Fri, 17 Nov 2006 14:31:45 GMT (envelope-from dinoex) Message-Id: <200611171431.kAHEVjSv048669@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 17 Nov 2006 14:31: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: 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, 17 Nov 2006 14:31:53 -0000 dinoex 2006-11-17 14:31:45 UTC FreeBSD ports repository Modified files: . modules Log: gnustep-cdplayer --> ports/audio/gnustep-cdplayer Revision Changes Path 1.16627 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Nov 17 14:37:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FB8F16A412; Fri, 17 Nov 2006 14:37:12 +0000 (UTC) (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 E083F43D5E; Fri, 17 Nov 2006 14:37:11 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHEbBXi049606; Fri, 17 Nov 2006 14:37:11 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHEbBnr049605; Fri, 17 Nov 2006 14:37:11 GMT (envelope-from delphij) Message-Id: <200611171437.kAHEbBnr049605@repoman.freebsd.org> From: Xin LI Date: Fri, 17 Nov 2006 14:37:11 +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/firewalls 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, 17 Nov 2006 14:37:12 -0000 delphij 2006-11-17 14:37:11 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/firewalls chapter.sgml Log: Remove an unnecessary sentence. Revision Changes Path 1.74 +0 -3 doc/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Nov 17 14:45:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB63416A407; Fri, 17 Nov 2006 14:45:16 +0000 (UTC) (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 44C6E43D5A; Fri, 17 Nov 2006 14:45:16 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHEjGSn051248; Fri, 17 Nov 2006 14:45:16 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHEjGeU051247; Fri, 17 Nov 2006 14:45:16 GMT (envelope-from delphij) Message-Id: <200611171445.kAHEjGeU051247@repoman.freebsd.org> From: Xin LI Date: Fri, 17 Nov 2006 14:45: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/zh_CN.GB2312/books/handbook/firewalls 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, 17 Nov 2006 14:45:16 -0000 delphij 2006-11-17 14:45:15 UTC FreeBSD doc repository Modified files: zh_CN.GB2312/books/handbook/firewalls chapter.sgml Log: MFen 1.73 -> 1.74 + language fixes. Submitted by: Suwy Obtained from: The FreeBSD Simplified Chinese Project Revision Changes Path 1.11 +2 -5 doc/zh_CN.GB2312/books/handbook/firewalls/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Nov 17 14:45:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0F6316A588; Fri, 17 Nov 2006 14:45:54 +0000 (UTC) (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 3DB5E43D5C; Fri, 17 Nov 2006 14:45:54 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHEjssv051311; Fri, 17 Nov 2006 14:45:54 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHEjsG9051310; Fri, 17 Nov 2006 14:45:54 GMT (envelope-from delphij) Message-Id: <200611171445.kAHEjsG9051310@repoman.freebsd.org> From: Xin LI Date: Fri, 17 Nov 2006 14:45:54 +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/zh_CN.GB2312/books/handbook/audit 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, 17 Nov 2006 14:45:54 -0000 delphij 2006-11-17 14:45:54 UTC FreeBSD doc repository Modified files: zh_CN.GB2312/books/handbook/audit chapter.sgml Log: MFen 1.24 -> 1.25 Obtained from: The FreeBSD Simplified Chinese Project Revision Changes Path 1.5 +2 -2 doc/zh_CN.GB2312/books/handbook/audit/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Nov 17 14:47:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC4BD16A40F; Fri, 17 Nov 2006 14:47:19 +0000 (UTC) (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 8505643D45; Fri, 17 Nov 2006 14:47:19 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHElJXF051400; Fri, 17 Nov 2006 14:47:19 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHElJVH051399; Fri, 17 Nov 2006 14:47:19 GMT (envelope-from delphij) Message-Id: <200611171447.kAHElJVH051399@repoman.freebsd.org> From: Xin LI Date: Fri, 17 Nov 2006 14:47: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: doc/zh_CN.GB2312/books/handbook/basics 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, 17 Nov 2006 14:47:19 -0000 delphij 2006-11-17 14:47:19 UTC FreeBSD doc repository Modified files: zh_CN.GB2312/books/handbook/basics chapter.sgml Log: MFen 1.145 -> 1.146 Obtained from: The FreeBSD Simplified Chinese Project Revision Changes Path 1.11 +3 -6 doc/zh_CN.GB2312/books/handbook/basics/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Nov 17 14:49:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5433D16A516; Fri, 17 Nov 2006 14:49:51 +0000 (UTC) (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 ED5BD43D5C; Fri, 17 Nov 2006 14:49:50 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHEnodH051522; Fri, 17 Nov 2006 14:49:50 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHEno4j051521; Fri, 17 Nov 2006 14:49:50 GMT (envelope-from delphij) Message-Id: <200611171449.kAHEno4j051521@repoman.freebsd.org> From: Xin LI Date: Fri, 17 Nov 2006 14:49: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/zh_CN.GB2312/books/handbook/disks 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, 17 Nov 2006 14:49:51 -0000 delphij 2006-11-17 14:49:50 UTC FreeBSD doc repository Modified files: zh_CN.GB2312/books/handbook/disks chapter.sgml Log: MFen 1.265 -> 1.267. Obtained from: The FreeBSD Simplified Chinese Project Revision Changes Path 1.12 +56 -46 doc/zh_CN.GB2312/books/handbook/disks/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Nov 17 14:51:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C22C616A403; Fri, 17 Nov 2006 14:51:01 +0000 (UTC) (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 76E6743D62; Fri, 17 Nov 2006 14:51:01 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHEp1FU051711; Fri, 17 Nov 2006 14:51:01 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHEp1ZB051710; Fri, 17 Nov 2006 14:51:01 GMT (envelope-from delphij) Message-Id: <200611171451.kAHEp1ZB051710@repoman.freebsd.org> From: Xin LI Date: Fri, 17 Nov 2006 14:51:01 +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/zh_CN.GB2312/books/handbook/install 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, 17 Nov 2006 14:51:01 -0000 delphij 2006-11-17 14:51:01 UTC FreeBSD doc repository Modified files: zh_CN.GB2312/books/handbook/install chapter.sgml Log: MFen 1.334 -> 1.337 Obtained from: The FreeBSD Simplified Chinese Project Revision Changes Path 1.14 +6 -5 doc/zh_CN.GB2312/books/handbook/install/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Nov 17 14:52:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4954816A415; Fri, 17 Nov 2006 14:52:42 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2065943D49; Fri, 17 Nov 2006 14:52:39 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHEqduG052470; Fri, 17 Nov 2006 14:52:39 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHEqchQ052469; Fri, 17 Nov 2006 14:52:39 GMT (envelope-from kib) Message-Id: <200611171452.kAHEqchQ052469@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 17 Nov 2006 14:52:38 +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/procfs procfs_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: Fri, 17 Nov 2006 14:52:42 -0000 kib 2006-11-17 14:52:38 UTC FreeBSD src repository Modified files: sys/fs/procfs procfs_ioctl.c Log: Wake up PIOCWAIT handler on the process exit in addition to the stop events. &p->p_stype is explicitely woken up on process exit for us. Now, truss /nonexistent exits with error instead of waiting until killed by signal. Reported by: Nikos Vassiliadis nvass at teledomenet gr Reviewed by: jhb MFC after: 1 week Revision Changes Path 1.15 +2 -2 src/sys/fs/procfs/procfs_ioctl.c From owner-cvs-all@FreeBSD.ORG Fri Nov 17 14:53:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EA6316A417; Fri, 17 Nov 2006 14:53:29 +0000 (UTC) (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 7C12843D45; Fri, 17 Nov 2006 14:53:29 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHErTAt052664; Fri, 17 Nov 2006 14:53:29 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHErTSc052663; Fri, 17 Nov 2006 14:53:29 GMT (envelope-from delphij) Message-Id: <200611171453.kAHErTSc052663@repoman.freebsd.org> From: Xin LI Date: Fri, 17 Nov 2006 14:53: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/zh_CN.GB2312/books/handbook/introduction 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, 17 Nov 2006 14:53:30 -0000 delphij 2006-11-17 14:53:29 UTC FreeBSD doc repository Modified files: zh_CN.GB2312/books/handbook/introduction chapter.sgml Log: MFen 1.116 -> 1.117 Obtained from: The FreeBSD Simplified Chinese Project Revision Changes Path 1.9 +3 -3 doc/zh_CN.GB2312/books/handbook/introduction/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Nov 17 14:54:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A15B16A412; Fri, 17 Nov 2006 14:54:38 +0000 (UTC) (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 7467843D62; Fri, 17 Nov 2006 14:54:36 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHEsa0o052881; Fri, 17 Nov 2006 14:54:36 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHEsaii052880; Fri, 17 Nov 2006 14:54:36 GMT (envelope-from delphij) Message-Id: <200611171454.kAHEsaii052880@repoman.freebsd.org> From: Xin LI Date: Fri, 17 Nov 2006 14:54: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/zh_CN.GB2312/books/handbook/preface preface.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, 17 Nov 2006 14:54:38 -0000 delphij 2006-11-17 14:54:36 UTC FreeBSD doc repository Modified files: zh_CN.GB2312/books/handbook/preface preface.sgml Log: MFen 1.33 -> 1.35 Obtained from: The FreeBSD Simplified Chinese Project Revision Changes Path 1.8 +8 -7 doc/zh_CN.GB2312/books/handbook/preface/preface.sgml From owner-cvs-all@FreeBSD.ORG Fri Nov 17 14:55:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0E8F16A403; Fri, 17 Nov 2006 14:55:42 +0000 (UTC) (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 73EDB43D67; Fri, 17 Nov 2006 14:55:42 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHEtgaE053184; Fri, 17 Nov 2006 14:55:42 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHEtgNn053183; Fri, 17 Nov 2006 14:55:42 GMT (envelope-from pav) Message-Id: <200611171455.kAHEtgNn053183@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 17 Nov 2006 14: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: ports/graphics/gnofract4d 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, 17 Nov 2006 14:55:42 -0000 pav 2006-11-17 14:55:41 UTC FreeBSD ports repository Modified files: graphics/gnofract4d Makefile pkg-plist Log: - Fix png, jpeg library detection PR: ports/105027 Submitted by: Derek Marcotte - Fix plist Revision Changes Path 1.48 +4 -11 ports/graphics/gnofract4d/Makefile 1.17 +6 -0 ports/graphics/gnofract4d/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Nov 17 14:58:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 269F216A40F; Fri, 17 Nov 2006 14:58:03 +0000 (UTC) (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 D724843D45; Fri, 17 Nov 2006 14:58:02 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHEw25Q053321; Fri, 17 Nov 2006 14:58:02 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHEw2ox053320; Fri, 17 Nov 2006 14:58:02 GMT (envelope-from delphij) Message-Id: <200611171458.kAHEw2ox053320@repoman.freebsd.org> From: Xin LI Date: Fri, 17 Nov 2006 14:58: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: doc/zh_CN.GB2312/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: Fri, 17 Nov 2006 14:58:03 -0000 delphij 2006-11-17 14:58:02 UTC FreeBSD doc repository Modified files: zh_CN.GB2312/books/handbook/security chapter.sgml Log: MFen 1.303 -> 1.307 Obtained from: The FreeBSD Simplified Chinese Project Revision Changes Path 1.13 +47 -56 doc/zh_CN.GB2312/books/handbook/security/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Nov 17 14:59:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82DF216A40F; Fri, 17 Nov 2006 14:59:44 +0000 (UTC) (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 3E14243D4C; Fri, 17 Nov 2006 14:59:44 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHExi8m053458; Fri, 17 Nov 2006 14:59:44 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHExiMR053457; Fri, 17 Nov 2006 14:59:44 GMT (envelope-from delphij) Message-Id: <200611171459.kAHExiMR053457@repoman.freebsd.org> From: Xin LI Date: Fri, 17 Nov 2006 14:59: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: doc/zh_CN.GB2312/books/handbook/x11 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, 17 Nov 2006 14:59:44 -0000 delphij 2006-11-17 14:59:43 UTC FreeBSD doc repository Modified files: zh_CN.GB2312/books/handbook/x11 chapter.sgml Log: MFen 1.176 -> 1.177. This is a dummy merge because the change in English version does not apply to the translation. Obtained from: The FreeBSD Simplified Chinese Project Revision Changes Path 1.16 +1 -1 doc/zh_CN.GB2312/books/handbook/x11/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Nov 17 15:01:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7913416A492; Fri, 17 Nov 2006 15:01:44 +0000 (UTC) (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 3636843D45; Fri, 17 Nov 2006 15:01:44 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHF1ij2054280; Fri, 17 Nov 2006 15:01:44 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHF1ixc054279; Fri, 17 Nov 2006 15:01:44 GMT (envelope-from delphij) Message-Id: <200611171501.kAHF1ixc054279@repoman.freebsd.org> From: Xin LI Date: Fri, 17 Nov 2006 15:01: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: doc/zh_CN.GB2312/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, 17 Nov 2006 15:01:44 -0000 delphij 2006-11-17 15:01:43 UTC FreeBSD doc repository Modified files: zh_CN.GB2312/books/porters-handbook book.sgml Log: MFen 1.762 -> 1.769 Obtained from: The FreeBSD Simplified Chinese Project Revision Changes Path 1.19 +1096 -66 doc/zh_CN.GB2312/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Fri Nov 17 15:20:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FD3616A412; Fri, 17 Nov 2006 15:20:14 +0000 (UTC) (envelope-from laszlof@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEE6943D53; Fri, 17 Nov 2006 15:20:13 +0000 (GMT) (envelope-from laszlof@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHFKDvc058571; Fri, 17 Nov 2006 15:20:13 GMT (envelope-from laszlof@repoman.freebsd.org) Received: (from laszlof@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHFKDod058570; Fri, 17 Nov 2006 15:20:13 GMT (envelope-from laszlof) Message-Id: <200611171520.kAHFKDod058570@repoman.freebsd.org> From: "Frank J. Laszlo" Date: Fri, 17 Nov 2006 15: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/devel/jude-community 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, 17 Nov 2006 15:20:14 -0000 laszlof 2006-11-17 15:20:13 UTC FreeBSD ports repository Modified files: devel/jude-community Makefile distinfo Log: Update port to version 3.1 Changes from the last release are: - Window Menu added - Diagram Editor Frame Visibility Setting - Window size of Diagram Editor improved - Updating of System Properties improved - Bug Fix PR: ports/105536 Submitted by: mistral@imasy.or.jp (maintainer) Approved by: flz (mentor) Revision Changes Path 1.19 +6 -3 ports/devel/jude-community/Makefile 1.14 +3 -3 ports/devel/jude-community/distinfo From owner-cvs-all@FreeBSD.ORG Fri Nov 17 15:48:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E18E16A415; Fri, 17 Nov 2006 15:48:36 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9519743D67; Fri, 17 Nov 2006 15:48:17 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHFmHd2063720; Fri, 17 Nov 2006 15:48:17 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHFmHD1063719; Fri, 17 Nov 2006 15:48:17 GMT (envelope-from bmah) Message-Id: <200611171548.kAHFmHD1063719@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 17 Nov 2006 15:48:16 +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.2R schedule.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, 17 Nov 2006 15:48:36 -0000 bmah 2006-11-17 15:48:16 UTC FreeBSD doc repository Modified files: en/releases/6.2R schedule.sgml Log: Update for progress: 6.2-RC1 announced. Approved by: re Revision Changes Path 1.19 +2 -2 www/en/releases/6.2R/schedule.sgml From owner-cvs-all@FreeBSD.ORG Fri Nov 17 15:51:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9639616A407; Fri, 17 Nov 2006 15:51:33 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52F8543D49; Fri, 17 Nov 2006 15:51:33 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHFpXaf064558; Fri, 17 Nov 2006 15:51:33 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHFpX4c064494; Fri, 17 Nov 2006 15:51:33 GMT (envelope-from bmah) Message-Id: <200611171551.kAHFpX4c064494@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 17 Nov 2006 15:51:27 +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 release.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: Fri, 17 Nov 2006 15:51:33 -0000 bmah 2006-11-17 15:51:27 UTC FreeBSD doc repository Modified files: share/sgml release.ent Log: 6.2-RC1 is the current testing release. Revision Changes Path 1.6 +2 -2 www/share/sgml/release.ent From owner-cvs-all@FreeBSD.ORG Fri Nov 17 15:57:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4EC116A403; Fri, 17 Nov 2006 15:57:01 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9093143D53; Fri, 17 Nov 2006 15:57:01 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHFv1dc065441; Fri, 17 Nov 2006 15:57:01 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHFv1S9065440; Fri, 17 Nov 2006 15:57:01 GMT (envelope-from bmah) Message-Id: <200611171557.kAHFv1S9065440@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 17 Nov 2006 15:57:01 +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 news.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: Fri, 17 Nov 2006 15:57:01 -0000 bmah 2006-11-17 15:57:01 UTC FreeBSD doc repository Modified files: share/sgml news.xml Log: Add newsflash item for 6.2-RC1. Revision Changes Path 1.28 +14 -1 www/share/sgml/news.xml From owner-cvs-all@FreeBSD.ORG Fri Nov 17 16:37:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C45416A407; Fri, 17 Nov 2006 16:37:36 +0000 (UTC) (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 08E0243D58; Fri, 17 Nov 2006 16:37:36 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHGbZLJ073764; Fri, 17 Nov 2006 16:37:35 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHGbZJd073763; Fri, 17 Nov 2006 16:37:35 GMT (envelope-from jhb) Message-Id: <200611171637.kAHGbZJd073763@repoman.freebsd.org> From: John Baldwin Date: Fri, 17 Nov 2006 16:37: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/amd64 db_trace.c src/sys/i386/i386 db_trace.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, 17 Nov 2006 16:37:36 -0000 jhb 2006-11-17 16:37:35 UTC FreeBSD src repository Modified files: sys/amd64/amd64 db_trace.c sys/i386/i386 db_trace.c Log: A few more style fixes. Revision Changes Path 1.78 +3 -4 src/sys/amd64/amd64/db_trace.c 1.77 +4 -5 src/sys/i386/i386/db_trace.c From owner-cvs-all@FreeBSD.ORG Fri Nov 17 16:41:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD00E16A407; Fri, 17 Nov 2006 16:41:04 +0000 (UTC) (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 1A4C043D53; Fri, 17 Nov 2006 16:41:04 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHGf3Xp074089; Fri, 17 Nov 2006 16:41:03 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHGf3Wt074086; Fri, 17 Nov 2006 16:41:03 GMT (envelope-from jhb) Message-Id: <200611171641.kAHGf3Wt074086@repoman.freebsd.org> From: John Baldwin Date: Fri, 17 Nov 2006 16:41: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/amd64/amd64 intr_machdep.c io_apic.c src/sys/i386/i386 intr_machdep.c io_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: Fri, 17 Nov 2006 16:41:04 -0000 jhb 2006-11-17 16:41:03 UTC FreeBSD src repository Modified files: sys/amd64/amd64 intr_machdep.c io_apic.c sys/i386/i386 intr_machdep.c io_apic.c Log: Trim some noise from bootverbose: - Drop the printf in intr_machdep.c when we assign an interrupt souce to a CPU. Each source already has a more detailed printf. - Don't output a line for each ioapic pin showing its initial state, this has outlived its usefulness. - When an APIC enumerator sets the bus, polarity, or trigger mode of an ioapic pin, just return success without printing anything if the new value matches the current one. MFC after: 2 weeks Revision Changes Path 1.26 +1 -5 src/sys/amd64/amd64/intr_machdep.c 1.26 +13 -10 src/sys/amd64/amd64/io_apic.c 1.21 +1 -5 src/sys/i386/i386/intr_machdep.c 1.30 +12 -9 src/sys/i386/i386/io_apic.c From owner-cvs-all@FreeBSD.ORG Fri Nov 17 16:41:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B473E16A403; Fri, 17 Nov 2006 16:41:57 +0000 (UTC) (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 C438343D45; Fri, 17 Nov 2006 16:41:56 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHGfuFG074705; Fri, 17 Nov 2006 16:41:56 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHGfu0Q074704; Fri, 17 Nov 2006 16:41:56 GMT (envelope-from jhb) Message-Id: <200611171641.kAHGfu0Q074704@repoman.freebsd.org> From: John Baldwin Date: Fri, 17 Nov 2006 16:41: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/ddb db_watch.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, 17 Nov 2006 16:41:57 -0000 jhb 2006-11-17 16:41:56 UTC FreeBSD src repository Modified files: sys/ddb db_watch.c Log: Fix the output format of MI ddb watches in 'show watch' on 64-bit platforms. Revision Changes Path 1.28 +8 -0 src/sys/ddb/db_watch.c From owner-cvs-all@FreeBSD.ORG Fri Nov 17 16:49:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A10216A403; Fri, 17 Nov 2006 16:49:41 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8549943D70; Fri, 17 Nov 2006 16:49:40 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHGneM9083737; Fri, 17 Nov 2006 16:49:40 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHGneCO083735; Fri, 17 Nov 2006 16:49:40 GMT (envelope-from obrien) Message-Id: <200611171649.kAHGneCO083735@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 17 Nov 2006 16:49:40 +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/nfe if_nfe.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, 17 Nov 2006 16:49:41 -0000 obrien 2006-11-17 16:49:40 UTC FreeBSD src repository Modified files: sys/dev/nfe if_nfe.c Log: Missed two nits in rev 1.7. Revision Changes Path 1.8 +2 -2 src/sys/dev/nfe/if_nfe.c From owner-cvs-all@FreeBSD.ORG Fri Nov 17 17:02:13 2006 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 CB85E16A49E; Fri, 17 Nov 2006 17:02:13 +0000 (UTC) Date: Fri, 17 Nov 2006 17:02:13 +0000 From: Alexey Dokuchaev To: Martin Wilke Message-ID: <20061117170213.GA60391@FreeBSD.org> References: <200611081953.kA8JrxQt055477@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200611081953.kA8JrxQt055477@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/misc Makefile ports/misc/umodunpack 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, 17 Nov 2006 17:02:13 -0000 On Wed, Nov 08, 2006 at 07:53:59PM +0000, Martin Wilke wrote: > miwi 2006-11-08 19:53:59 UTC > > FreeBSD ports repository > > Modified files: > misc Makefile > Added files: > misc/umodunpack Makefile distinfo pkg-descr > Log: > Extract the packed Unreal [Tournament] mod files from a given umod. This should be placed in `archivers', populating `misc' should only happen when there's absolutely no better choice. ./danfe From owner-cvs-all@FreeBSD.ORG Fri Nov 17 17:03:11 2006 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 4DBEB16A415; Fri, 17 Nov 2006 17:03:11 +0000 (UTC) Date: Fri, 17 Nov 2006 17:03:11 +0000 From: Alexey Dokuchaev To: Martin Wilke Message-ID: <20061117170311.GB60391@FreeBSD.org> References: <200611081933.kA8JXjSx051771@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200611081933.kA8JXjSx051771@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 Makefile ports/net/uproxy Makefile distinfo pkg-descr ports/net/uproxy/files patch-uproxy.c uproxy.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, 17 Nov 2006 17:03:11 -0000 On Wed, Nov 08, 2006 at 07:33:45PM +0000, Martin Wilke wrote: > miwi 2006-11-08 19:33:45 UTC > > FreeBSD ports repository > > Modified files: > net Makefile > Added files: > net/uproxy Makefile distinfo pkg-descr > net/uproxy/files patch-uproxy.c uproxy.in > Log: > Initially UProxy has been designed to allow playing > Unreal Tournament matches over Internet on computers > connected by a LAN sharing a dial up connection, but > it could be used to play other games (such as Quake) > and by every program using a UDP protocol where clients > don't have to bind a fixed port (not only games!). I would still suggest you add `games' as secondary category, if you don't mind. Thanks. ./danfe From owner-cvs-all@FreeBSD.ORG Fri Nov 17 17:12:46 2006 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 2F07D16A407; Fri, 17 Nov 2006 17:12:46 +0000 (UTC) Date: Fri, 17 Nov 2006 17:12:46 +0000 From: Alexey Dokuchaev To: Jean-Yves Lefort Message-ID: <20061117171246.GC60391@FreeBSD.org> References: <200611091527.kA9FRxTs032182@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200611091527.kA9FRxTs032182@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/french Makefile ports/french/belote Makefile distinfo pkg-descr pkg-plist ports/french/belote/files belote.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, 17 Nov 2006 17:12:46 -0000 On Thu, Nov 09, 2006 at 03:27:59PM +0000, Jean-Yves Lefort wrote: > jylefort 2006-11-09 15:27:59 UTC > > FreeBSD ports repository > > Modified files: > french Makefile > Added files: > french/belote Makefile distinfo pkg-descr pkg-plist > french/belote/files belote.in > Log: > Add belote. > > Jouez à la belote coinchée seul contre l'ordinateur ou en réseau. That's nice. ;-) Care to translate? ./danfe From owner-cvs-all@FreeBSD.ORG Fri Nov 17 17:32:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA44F16A407; Fri, 17 Nov 2006 17:32:45 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 918C743D46; Fri, 17 Nov 2006 17:32:45 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHHWjZu003627; Fri, 17 Nov 2006 17:32:45 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHHWjth003626; Fri, 17 Nov 2006 17:32:45 GMT (envelope-from mjacob) Message-Id: <200611171732.kAHHWjth003626@repoman.freebsd.org> From: Matt Jacob Date: Fri, 17 Nov 2006 17:32: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/isp isp_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: Fri, 17 Nov 2006 17:32:46 -0000 mjacob 2006-11-17 17:32:45 UTC FreeBSD src repository Modified files: sys/dev/isp isp_pci.c Log: Disable code to set max read byte count on the 2400. It caused a panic in writing the config register on a system. Turn it off until we take the time to understand it. Reported by and Testing by: Anton Revision Changes Path 1.126 +6 -0 src/sys/dev/isp/isp_pci.c From owner-cvs-all@FreeBSD.ORG Fri Nov 17 17:33:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D71416A6F3 for ; Fri, 17 Nov 2006 17:33:10 +0000 (UTC) (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 43B3F43D67 for ; Fri, 17 Nov 2006 17:33:05 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id kAHHUIMT080755; Fri, 17 Nov 2006 10:30:20 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 17 Nov 2006 10:30:58 -0700 (MST) Message-Id: <20061117.103058.-165354141.imp@bsdimp.com> To: yar@comp.chem.msu.su From: "M. Warner Losh" In-Reply-To: <20061117065555.GE49602@comp.chem.msu.su> References: <20061116090412.GB37133@comp.chem.msu.su> <20061116.165207.1661914048.imp@bsdimp.com> <20061117065555.GE49602@comp.chem.msu.su> X-Mailer: Mew version 4.2 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]); Fri, 17 Nov 2006 10:30:22 -0700 (MST) Cc: src-committers@FreeBSD.ORG, bde@zeta.org.au, jkoshy@FreeBSD.ORG, cvs-all@FreeBSD.ORG, phk@phk.freebsd.dk, cvs-src@FreeBSD.ORG Subject: Re: cvs commit: src/include ar.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, 17 Nov 2006 17:33:10 -0000 In message: <20061117065555.GE49602@comp.chem.msu.su> Yar Tikhiy writes: : On Thu, Nov 16, 2006 at 04:52:07PM -0700, M. Warner Losh wrote: : > In message: <20061116090412.GB37133@comp.chem.msu.su> : > Yar Tikhiy writes: : > : On Mon, Nov 13, 2006 at 10:19:58AM -0700, M. Warner Losh wrote: : > : > : : > : > : BTW, you are responsible for the __packed in . Please remove : > : > : it. The __CTASSERT() is enough to detect if heroic packing is ever needed. : > : > : The only danger is if something has grown to depend on __packed reducing : > : > : alignment as a side effect. E.g., suppose we had a byte string containing : > : > : a bytewise copy of a struct ip. If the copy might be misaligned, then it : > : > : should be copied to an actual struct ip before accessing it as a struct, : > : > : but code that accesses it directly using ((struct ip *)&bs[N]) would work : > : > : now due to the reduced alignment. Places that really need __packed should : > : > : probably use __aligned() to restore the natural alignment. : > : > : > : > DO NOT REMOVE IT. IT IS ABSOLUTELY REQUIRED FOR ARM TO WORK RIGHT. : > : > If you want to remove it, then you must make sure arm works right : > : > after it because I'll add it back. : > : : > : Many years ago I was taught that comments in code could help to : > : avoid such clashes in software development. Is this true no more? ;-) : > > : > You don't add comments like: : > : > i++; // Add one to i. : > : > This is a similar class. It is for any compiler that has differing : > alignment requirements than i386. : : This is an oversimplification of the case. If it were so simple, : no doubts about it would be raised. That's why I suggested adding : a comment explaining that historically struct ip was lucky to be : packed/aligned properly, but that wasn't backed by the C standard : in fact, and eventually architectures appeared, e.g., ARM, which : broke the false assumption. It's a rather edifying case. Then : you'll have a smaller chance of having to yell in capital letters : again, "DO NOT REMOVE IT. IT IS ABSOLUTELY REQUIRED FOR ARM TO : WORK RIGHT." -- hopefully, not only regarding struct ip. The point I'm trying to make is that there are likely to be many of these instances in the tree. And there may be architectures other than ARM that have this alignment issue. You can't put a larage number of them into the tree without it looking odd or quaint. A few years from now, comments like this will look odd too. NetBSD, for example, has these all over the place. Warner From owner-cvs-all@FreeBSD.ORG Fri Nov 17 17:36:02 2006 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 E73DE16A417; Fri, 17 Nov 2006 17:36:02 +0000 (UTC) Date: Fri, 17 Nov 2006 17:36:02 +0000 From: Alexey Dokuchaev To: Jean-Yves Lefort Message-ID: <20061117173602.GE60391@FreeBSD.org> References: <200611111838.kABIcuvK021357@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200611111838.kABIcuvK021357@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/french/belote Makefile ports/french/belote/files belote.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, 17 Nov 2006 17:36:03 -0000 On Sat, Nov 11, 2006 at 06:38:56PM +0000, Jean-Yves Lefort wrote: > jylefort 2006-11-11 18:38:56 UTC > > FreeBSD ports repository > > Modified files: > french/belote Makefile > french/belote/files belote.in > Log: > Répare l'affichage des accents avec les locales UTF-8. I was under impression that only allowed official language for CVS log messages is English, regardless of whether it's country-specific port or not. An I being mistaken? ./danfe From owner-cvs-all@FreeBSD.ORG Fri Nov 17 17:44:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA14316A415; Fri, 17 Nov 2006 17:44:54 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ACFB43D78; Fri, 17 Nov 2006 17:44:51 +0000 (GMT) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHHipT9015456; Fri, 17 Nov 2006 17:44:51 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHHiptV015455; Fri, 17 Nov 2006 17:44:51 GMT (envelope-from acm) Message-Id: <200611171744.kAHHiptV015455@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Fri, 17 Nov 2006 17:44: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/graphics Makefile ports/graphics/php4-ffmpeg Makefile distinfo pkg-descr ports/graphics/php5-ffmpeg 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, 17 Nov 2006 17:44:54 -0000 acm 2006-11-17 17:44:51 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/php4-ffmpeg Makefile distinfo pkg-descr graphics/php5-ffmpeg Makefile distinfo pkg-descr Log: New ports: graphics/php4-ffmpeg graphics/php5-ffmpeg The ffmpeg-php is an extension for PHP that adds an easy to use, object-oriented API for accessing and retrieving information from video and audio files. It has methods for returning frames from movie files as images that can be manipulated using PHP's image functions. This works well for automatically creating thumbnail images from movies. ffmpeg-php is also useful for reporting the duration and bitrate of audio files (mp3, wma...). The ffmpeg-php can access many of the video formats supported by ffmpeg (mov, avi, mpg, wmv...) WWW: http://ffmpeg-php.sourceforge.net/ Revision Changes Path 1.1006 +2 -0 ports/graphics/Makefile 1.1 +30 -0 ports/graphics/php4-ffmpeg/Makefile (new) 1.1 +3 -0 ports/graphics/php4-ffmpeg/distinfo (new) 1.1 +11 -0 ports/graphics/php4-ffmpeg/pkg-descr (new) 1.1 +17 -0 ports/graphics/php5-ffmpeg/Makefile (new) 1.1 +3 -0 ports/graphics/php5-ffmpeg/distinfo (new) 1.1 +11 -0 ports/graphics/php5-ffmpeg/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri Nov 17 17:47:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8A1B16A40F; Fri, 17 Nov 2006 17:47:57 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74E2843D46; Fri, 17 Nov 2006 17:47:57 +0000 (GMT) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHHlv15015655; Fri, 17 Nov 2006 17:47:57 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHHlvbq015654; Fri, 17 Nov 2006 17:47:57 GMT (envelope-from acm) Message-Id: <200611171747.kAHHlvbq015654@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Fri, 17 Nov 2006 17:47: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: Fri, 17 Nov 2006 17:47:57 -0000 acm 2006-11-17 17:47:56 UTC FreeBSD ports repository Modified files: . modules Log: - php4-ffmpeg --> ports/graphics/php4-ffmpeg Revision Changes Path 1.16628 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Nov 17 17:48:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C41BE16A412; Fri, 17 Nov 2006 17:48:39 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A60843D60; Fri, 17 Nov 2006 17:48:39 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHHmdom015727; Fri, 17 Nov 2006 17:48:39 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHHmdxX015726; Fri, 17 Nov 2006 17:48:39 GMT (envelope-from alepulver) Message-Id: <200611171748.kAHHmdxX015726@repoman.freebsd.org> From: Alejandro Pulver Date: Fri, 17 Nov 2006 17:48: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/textproc/docbook 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, 17 Nov 2006 17:48:39 -0000 alepulver 2006-11-17 17:48:39 UTC FreeBSD ports repository Modified files: textproc/docbook Makefile Log: - Fix typos in dependencies. PR: ports/105594 Submitted by: "Conrad J. Sabatier" Revision Changes Path 1.21 +3 -3 ports/textproc/docbook/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 17 17:49:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98ADF16A412; Fri, 17 Nov 2006 17:49:16 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D00343D46; Fri, 17 Nov 2006 17:49:16 +0000 (GMT) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHHnGBI015794; Fri, 17 Nov 2006 17:49:16 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHHnGqS015793; Fri, 17 Nov 2006 17:49:16 GMT (envelope-from acm) Message-Id: <200611171749.kAHHnGqS015793@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Fri, 17 Nov 2006 17:49: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: 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, 17 Nov 2006 17:49:16 -0000 acm 2006-11-17 17:49:16 UTC FreeBSD ports repository Modified files: . modules Log: - php5-ffmpeg --> ports/graphics/php5-ffmpeg Revision Changes Path 1.16629 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Nov 17 17:53:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6DF616A415; Fri, 17 Nov 2006 17:53:24 +0000 (UTC) (envelope-from jylefort@FreeBSD.org) Received: from mirapoint7.brutele.be (mirapoint7.brutele.be [212.68.199.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id E933443D46; Fri, 17 Nov 2006 17:53:22 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from host-212-68-244-81.brutele.be (host-212-68-244-81.brutele.be [212.68.244.81]) by mirapoint7.brutele.be (MOS 3.7.5a-GA) with ESMTP id ABJ69756; Fri, 17 Nov 2006 18:53:20 +0100 (CET) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id E1CC65595; Fri, 17 Nov 2006 18:53:19 +0100 (CET) Received: from jsite.lefort.net (localhost [127.0.0.1]) by jsite.lefort.net (Postfix) with SMTP id 7643C74; Fri, 17 Nov 2006 18:53:19 +0100 (CET) Date: Fri, 17 Nov 2006 18:53:19 +0100 From: Jean-Yves Lefort To: Alexey Dokuchaev Message-Id: <20061117185319.c027fc82.jylefort@FreeBSD.org> In-Reply-To: <20061117173602.GE60391@FreeBSD.org> References: <200611111838.kABIcuvK021357@repoman.freebsd.org> <20061117173602.GE60391@FreeBSD.org> X-Mailer: Sylpheed running on FreeBSD Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Fri__17_Nov_2006_18_53_19_+0100_gdd_xU3_6KlJqq9q" X-Junkmail-Status: score=10/50, host=mirapoint7.brutele.be X-Junkmail-SD-Raw: score=unknown, refid=str=0001.0A090206.455DF662.007D,ss=1,fgs=0, ip=212.68.244.81, so=2006-05-09 23:27:51, dmn=5.2.121/2006-09-27 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/french/belote Makefile ports/french/belote/files belote.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, 17 Nov 2006 17:53:24 -0000 --Signature=_Fri__17_Nov_2006_18_53_19_+0100_gdd_xU3_6KlJqq9q Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit On Fri, 17 Nov 2006 17:36:02 +0000 Alexey Dokuchaev wrote: > On Sat, Nov 11, 2006 at 06:38:56PM +0000, Jean-Yves Lefort wrote: > > jylefort 2006-11-11 18:38:56 UTC > > > > FreeBSD ports repository > > > > Modified files: > > french/belote Makefile > > french/belote/files belote.in > > Log: > > Rц?pare l'affichage des accents avec les locales UTF-8. > > I was under impression that only allowed official language for CVS log > messages is English, regardless of whether it's country-specific port or > not. An I being mistaken? No idea. -- Jean-Yves Lefort jylefort@FreeBSD.org http://lefort.be.eu.org/ --Signature=_Fri__17_Nov_2006_18_53_19_+0100_gdd_xU3_6KlJqq9q Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFXfcPyzD7UaO4AGoRAuxqAJ9KtEa2iUmsrkLvf/hCDtZzrITytgCdHn+s mv87dUcACd0mcN/7t9IFaXQ= =c7XE -----END PGP SIGNATURE----- --Signature=_Fri__17_Nov_2006_18_53_19_+0100_gdd_xU3_6KlJqq9q-- From owner-cvs-all@FreeBSD.ORG Fri Nov 17 17:54:14 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0784B16A4D1 for ; Fri, 17 Nov 2006 17:54:14 +0000 (UTC) (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 6CAD743D45 for ; Fri, 17 Nov 2006 17:54:13 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id kAHHqN8K068288; Fri, 17 Nov 2006 10:52:24 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 17 Nov 2006 10:53:04 -0700 (MST) Message-Id: <20061117.105304.1769993002.imp@bsdimp.com> To: bde@zeta.org.au From: "M. Warner Losh" In-Reply-To: <20061117201432.X11101@delplex.bde.org> References: <20061116.165207.1661914048.imp@bsdimp.com> <20061117065555.GE49602@comp.chem.msu.su> <20061117201432.X11101@delplex.bde.org> X-Mailer: Mew version 4.2 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]); Fri, 17 Nov 2006 10:52:25 -0700 (MST) Cc: src-committers@freebsd.org, yar@comp.chem.msu.su, cvs-all@freebsd.org, phk@phk.freebsd.dk, cvs-src@freebsd.org, jkoshy@freebsd.org Subject: Re: cvs commit: src/include ar.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, 17 Nov 2006 17:54:14 -0000 In message: <20061117201432.X11101@delplex.bde.org> Bruce Evans writes: : For that the comment should be something like: : : __packed; /* Align (sic) to work around bugs on arm (*). */ : : but I doubt that arm is that broken. : : (*) See this thread for more details. But they aren't bugs. Warner From owner-cvs-all@FreeBSD.ORG Fri Nov 17 18:07:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34A7F16A40F; Fri, 17 Nov 2006 18:07:46 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB9FA43D46; Fri, 17 Nov 2006 18:07:45 +0000 (GMT) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHI7jlW020526; Fri, 17 Nov 2006 18:07:45 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHI7jNM020525; Fri, 17 Nov 2006 18:07:45 GMT (envelope-from acm) Message-Id: <200611171807.kAHI7jNM020525@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Fri, 17 Nov 2006 18:07: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/www/py-django Makefile ports/www/py-django-devel Makefile ports/devel/py-setuptools 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, 17 Nov 2006 18:07:46 -0000 acm 2006-11-17 18:07:45 UTC FreeBSD ports repository Modified files: www/py-django Makefile www/py-django-devel Makefile devel/py-setuptools Makefile Log: - Change maintainer email to python@ Revision Changes Path 1.11 +1 -1 ports/devel/py-setuptools/Makefile 1.4 +1 -1 ports/www/py-django-devel/Makefile 1.9 +1 -1 ports/www/py-django/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 17 18:12:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F06CA16A40F for ; Fri, 17 Nov 2006 18:12:08 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from relay00.pair.com (relay00.pair.com [209.68.5.9]) by mx1.FreeBSD.org (Postfix) with SMTP id 7C02443D5F for ; Fri, 17 Nov 2006 18:12:07 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: (qmail 21384 invoked by uid 0); 17 Nov 2006 18:12:04 -0000 Received: from unknown (HELO phobos.mars.bsd) (unknown) by unknown with SMTP; 17 Nov 2006 18:12:04 -0000 X-pair-Authenticated: 200.115.252.195 Date: Fri, 17 Nov 2006 15:11:25 -0300 From: Alejandro Pulver To: Giorgos Keramidas Message-ID: <20061117151125.232f295a@phobos.mars.bsd> In-Reply-To: <20061117021708.GA9249@kobe.laptop> References: <200611170037.kAH0b3X8040645@repoman.freebsd.org> <20061117021708.GA9249@kobe.laptop> X-Mailer: Sylpheed-Claws 2.5.2 (GTK+ 2.10.6; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_OIoN.3o..UMGAiYheM5=/gY"; protocol="application/pgp-signature"; micalg=PGP-SHA1 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, 17 Nov 2006 18:12:09 -0000 --Sig_OIoN.3o..UMGAiYheM5=/gY Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Fri, 17 Nov 2006 04:17:08 +0200 Giorgos Keramidas wrote: > On 2006-11-17 00:37, Alejandro Pulver wrote: > > alepulver 2006-11-17 00:37:03 UTC > > > > FreeBSD doc repository (ports committer) > > > > Modified files: > > en_US.ISO8859-1/books/porters-handbook book.sgml > > Log: > > Changes to the Lua section: > > - Use double space after each sentence. > > - Rewrite some unclear phrases. > > - Minor corrections. > > > > Reported by: pav > > > > Revision Changes Path > > 1.769 +18 -17 doc/en_US.ISO8859-1/books/porters-handbook/book.= sgml >=20 > I haven't looked at the diff yet, but the commit log implies there are > whitespace changes mixed with content changes here. >=20 > Please don't do this :( >=20 > In particular, if you are only tweaking single- vs. double-spaced > sentences, make sure this not committed in the same change as the > corrections and other text-rewrites. >=20 Sorry, this won't happen again. Best Regards, Ale --Sig_OIoN.3o..UMGAiYheM5=/gY Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFXftUiV05EpRcP2ERAmWMAKDjwo18Q9P5r00G1G1zBF2ZZrQtqgCeLOT9 GV0NufAUDlrAzupuKOIacWI= =CHDv -----END PGP SIGNATURE----- --Sig_OIoN.3o..UMGAiYheM5=/gY-- From owner-cvs-all@FreeBSD.ORG Fri Nov 17 18:31:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD05E16A40F; Fri, 17 Nov 2006 18:31:53 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7854F43D4C; Fri, 17 Nov 2006 18:31:53 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHIVruK024816; Fri, 17 Nov 2006 18:31:53 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHIVrs1024815; Fri, 17 Nov 2006 18:31:53 GMT (envelope-from bmah) Message-Id: <200611171831.kAHIVrs1024815@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 17 Nov 2006 18:31: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: www/en/releases/6.2R 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: Fri, 17 Nov 2006 18:31:53 -0000 bmah 2006-11-17 18:31:53 UTC FreeBSD doc repository Modified files: en/releases/6.2R todo.sgml Log: Add a couple of testing foci (devfs, tty). Suggested by: kib Approved by: re Revision Changes Path 1.9 +16 -1 www/en/releases/6.2R/todo.sgml From owner-cvs-all@FreeBSD.ORG Fri Nov 17 18:38:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E8A516A40F; Fri, 17 Nov 2006 18:38:41 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1A1043D46; Fri, 17 Nov 2006 18:38:40 +0000 (GMT) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHIcemK025777; Fri, 17 Nov 2006 18:38:40 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHIcevI025776; Fri, 17 Nov 2006 18:38:40 GMT (envelope-from acm) Message-Id: <200611171838.kAHIcevI025776@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Fri, 17 Nov 2006 18:38: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/games/gillo 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, 17 Nov 2006 18:38:41 -0000 acm 2006-11-17 18:38:40 UTC FreeBSD ports repository Modified files: games/gillo Makefile Log: - BROKEN on 4.x. It doesn't compile with new version of devel/ode. Repored by: kris Revision Changes Path 1.5 +7 -1 ports/games/gillo/Makefile From owner-cvs-all@FreeBSD.ORG Fri Nov 17 18:58:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E24216A407; Fri, 17 Nov 2006 18:58:44 +0000 (UTC) (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 38A0F43D46; Fri, 17 Nov 2006 18:58:44 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHIwisW029212; Fri, 17 Nov 2006 18:58:44 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHIwisx029211; Fri, 17 Nov 2006 18:58:44 GMT (envelope-from ale) Message-Id: <200611171858.kAHIwisx029211@repoman.freebsd.org> From: Alex Dupre Date: Fri, 17 Nov 2006 18:58: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/openssh-portable 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, 17 Nov 2006 18:58:44 -0000 ale 2006-11-17 18:58:43 UTC FreeBSD ports repository Modified files: security/openssh-portable Makefile distinfo Log: Update HPN patch to v14 for openssh 4.5p1. Approved by: mnag Revision Changes Path 1.116 +1 -1 ports/security/openssh-portable/Makefile 1.40 +3 -3 ports/security/openssh-portable/distinfo From owner-cvs-all@FreeBSD.ORG Fri Nov 17 19:13:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64DAC16A407; Fri, 17 Nov 2006 19:13:30 +0000 (UTC) (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 0F81443D58; Fri, 17 Nov 2006 19:13:30 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHJDTFe033546; Fri, 17 Nov 2006 19:13:29 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHJDTK9033544; Fri, 17 Nov 2006 19:13:29 GMT (envelope-from dinoex) Message-Id: <200611171913.kAHJDTK9033544@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 17 Nov 2006 19:13: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/gnustep-app 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: Fri, 17 Nov 2006 19:13:30 -0000 dinoex 2006-11-17 19:13:29 UTC FreeBSD ports repository Modified files: x11/gnustep-app Makefile pkg-descr Log: - added DisplayCalibrator, WrapperFactory, GNUWash, Poe, MPDCon, GSKrab, PlopFolio, Cddb, CDPlayer - cleanup Revision Changes Path 1.7 +12 -5 ports/x11/gnustep-app/Makefile 1.5 +5 -3 ports/x11/gnustep-app/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Nov 17 19:20:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 576ED16A412; Fri, 17 Nov 2006 19:20:33 +0000 (UTC) (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 11F0D43D49; Fri, 17 Nov 2006 19:20:33 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHJKWip034308; Fri, 17 Nov 2006 19:20:32 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHJKWaq034307; Fri, 17 Nov 2006 19:20:32 GMT (envelope-from jhb) Message-Id: <200611171920.kAHJKWaq034307@repoman.freebsd.org> From: John Baldwin Date: Fri, 17 Nov 2006 19:20: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/amd64/amd64 db_trace.c machdep.c src/sys/amd64/include reg.h src/sys/i386/i386 db_trace.c machdep.c src/sys/i386/include reg.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, 17 Nov 2006 19:20:33 -0000 jhb 2006-11-17 19:20:32 UTC FreeBSD src repository Modified files: sys/amd64/amd64 db_trace.c machdep.c sys/amd64/include reg.h sys/i386/i386 db_trace.c machdep.c sys/i386/include reg.h Log: - Add macro constants for the various fields in %dr7 and use them in place of various scattered magic values. - Pretty print the address of hardware watchpoints in 'show watch' rather than just displaying hex. - Expand address field width on amd64 for 64-bit pointers. Revision Changes Path 1.79 +33 -30 src/sys/amd64/amd64/db_trace.c 1.662 +9 -8 src/sys/amd64/amd64/machdep.c 1.37 +12 -0 src/sys/amd64/include/reg.h 1.78 +31 -28 src/sys/i386/i386/db_trace.c 1.642 +9 -8 src/sys/i386/i386/machdep.c 1.33 +12 -0 src/sys/i386/include/reg.h From owner-cvs-all@FreeBSD.ORG Fri Nov 17 19:38:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA3AC16A417; Fri, 17 Nov 2006 19:38:53 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0665E43D67; Fri, 17 Nov 2006 19:38:51 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHJcpF2037886; Fri, 17 Nov 2006 19:38:51 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHJcpYM037885; Fri, 17 Nov 2006 19:38:51 GMT (envelope-from sam) Message-Id: <200611171938.kAHJcpYM037885@repoman.freebsd.org> From: Sam Leffler Date: Fri, 17 Nov 2006 19:38: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/usr.sbin/wpa Makefile src/usr.sbin/wpa/wpa_passphrase Makefile wpa_passphrase.8 src/usr.sbin/wpa/wpa_supplicant wpa_supplicant.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: Fri, 17 Nov 2006 19:38:53 -0000 sam 2006-11-17 19:38:51 UTC FreeBSD src repository Modified files: usr.sbin/wpa Makefile usr.sbin/wpa/wpa_supplicant wpa_supplicant.conf.5 Added files: usr.sbin/wpa/wpa_passphrase Makefile wpa_passphrase.8 Log: add wpa_passphrase utility to the build PR: bin/104457 Submitted by: Henrik Brix Andersen MFC after: 1 week Revision Changes Path 1.4 +3 -1 src/usr.sbin/wpa/Makefile 1.1 +11 -0 src/usr.sbin/wpa/wpa_passphrase/Makefile (new) 1.1 +66 -0 src/usr.sbin/wpa/wpa_passphrase/wpa_passphrase.8 (new) 1.8 +7 -1 src/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5 From owner-cvs-all@FreeBSD.ORG Fri Nov 17 20:15:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC90516A415; Fri, 17 Nov 2006 20:15:26 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6808F43D45; Fri, 17 Nov 2006 20:15:26 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHKFQaE045952; Fri, 17 Nov 2006 20:15:26 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHKFQWH045951; Fri, 17 Nov 2006 20:15:26 GMT (envelope-from bmah) Message-Id: <200611172015.kAHKFQWH045951@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 17 Nov 2006 20:15: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/release/doc/en_US.ISO8859-1/relnotes/common new.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, 17 Nov 2006 20:15:26 -0000 bmah 2006-11-17 20:15:26 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Modified release note: Mention move of GNOME-related ports from /usr/X11R6 to /usr/local. Suggested by: kensmith Revision Changes Path 1.990 +5 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Fri Nov 17 20:27:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9E4716A417; Fri, 17 Nov 2006 20:27:01 +0000 (UTC) (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 94B9543D53; Fri, 17 Nov 2006 20:27:01 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHKR1R3047818; Fri, 17 Nov 2006 20:27:01 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHKR12E047817; Fri, 17 Nov 2006 20:27:01 GMT (envelope-from jhb) Message-Id: <200611172027.kAHKR12E047817@repoman.freebsd.org> From: John Baldwin Date: Fri, 17 Nov 2006 20:27: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/sys/amd64/amd64 db_trace.c machdep.c src/sys/amd64/include reg.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, 17 Nov 2006 20:27:02 -0000 jhb 2006-11-17 20:27:01 UTC FreeBSD src repository Modified files: sys/amd64/amd64 db_trace.c machdep.c sys/amd64/include reg.h Log: Add support for 8 byte hardware watches in long mode. Kernel hardware watches support 8 byte watches. For userland, we disallow 8 byte watches for 32-bit tasks. Revision Changes Path 1.80 +14 -4 src/sys/amd64/amd64/db_trace.c 1.663 +2 -1 src/sys/amd64/amd64/machdep.c 1.38 +1 -0 src/sys/amd64/include/reg.h From owner-cvs-all@FreeBSD.ORG Fri Nov 17 20:28:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2BD116A4A7; Fri, 17 Nov 2006 20:28:32 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E446E43DA4; Fri, 17 Nov 2006 20:28:13 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHKS8TE047912; Fri, 17 Nov 2006 20:28:08 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHKS8gG047911; Fri, 17 Nov 2006 20:28:08 GMT (envelope-from bmah) Message-Id: <200611172028.kAHKS8gG047911@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 17 Nov 2006 20:28:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata 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: Fri, 17 Nov 2006 20:28:32 -0000 bmah 2006-11-17 20:28:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) release/doc/en_US.ISO8859-1/errata article.sgml Log: Trim errata file for 6.2-RELEASE. Submitted by: delphij Approved by: re (implicitly) Revision Changes Path 1.73.2.34.2.1 +2 -183 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-all@FreeBSD.ORG Fri Nov 17 20:38:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF3E316A40F; Fri, 17 Nov 2006 20:38:15 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89E1D43D45; Fri, 17 Nov 2006 20:38:15 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHKcF2c049697; Fri, 17 Nov 2006 20:38:15 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHKcFKE049696; Fri, 17 Nov 2006 20:38:15 GMT (envelope-from bmah) Message-Id: <200611172038.kAHKcFKE049696@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 17 Nov 2006 20:38:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.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, 17 Nov 2006 20:38:15 -0000 bmah 2006-11-17 20:38:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: Move of GNOME-related programs. New release notes (direct commit to this codeline): tty(4) fixes, devfs(5) fixes. Approved by: re (implicitly) Revision Changes Path 1.883.2.52.2.1 +13 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Fri Nov 17 20:43:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1131E16A403; Fri, 17 Nov 2006 20:43:02 +0000 (UTC) (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 79D4B43D70; Fri, 17 Nov 2006 20:43:01 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHKh1d5050975; Fri, 17 Nov 2006 20:43:01 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHKh1b2050974; Fri, 17 Nov 2006 20:43:01 GMT (envelope-from jkim) Message-Id: <200611172043.kAHKh1b2050974@repoman.freebsd.org> From: Jung-uk Kim Date: Fri, 17 Nov 2006 20:43: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/sys/kern sysv_msg.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, 17 Nov 2006 20:43:02 -0000 jkim 2006-11-17 20:43:01 UTC FreeBSD src repository Modified files: sys/kern sysv_msg.c Log: Fix msgsnd(3)/msgrcv(3) deadlock under heavy resource pressure by timing out msgsnd and rechecking resources. This problem was found while I was running Linux Test Project test suite (test cases: msgctl08, msgctl09). Change `msgwait' to `msgsnd' and `msgrcv' to distinguish its sleeping conditions. Few cosmetic changes to debugging messages. Revision Changes Path 1.65 +9 -5 src/sys/kern/sysv_msg.c From owner-cvs-all@FreeBSD.ORG Fri Nov 17 20:44:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCE4716A417; Fri, 17 Nov 2006 20:44:04 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B404A43D72; Fri, 17 Nov 2006 20:44:03 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAHKi3nJ051321; Fri, 17 Nov 2006 20:44:03 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAHKi3RC051320; Fri, 17 Nov 2006 20:44:03 GMT (envelope-from bmah) Message-Id: <200611172044.kAHKi3RC051320@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 17 Nov 2006 20:44:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/release/doc/share/sgml release.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: Fri, 17 Nov 2006 20:44:04 -0000 bmah 2006-11-17 20:44:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) release/doc/share/sgml release.ent Log: Update manpath for 6.2-RELEASE manpages. Approved by: re (implictly) Revision Changes Path 1.24.2.5.2.4 +1 -1 src/release/doc/share/sgml/release.ent From owner-cvs-all@FreeBSD.ORG Sat Nov 18 07:28:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5CAB316A40F; Sat, 18 Nov 2006 07:28:48 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79A2147D38; Sat, 18 Nov 2006 07:28:46 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAI7SlU5083166; Sat, 18 Nov 2006 07:28:47 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAI7SlF2083165; Sat, 18 Nov 2006 07:28:47 GMT (envelope-from kmacy) Message-Id: <200611180728.kAI7SlF2083165@repoman.freebsd.org> From: Kip Macy Date: Sat, 18 Nov 2006 07:28: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/sys/sun4v/sun4v iommu.c tlb.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, 18 Nov 2006 07:28:48 -0000 kmacy 2006-11-18 07:28:47 UTC FreeBSD src repository Removed files: sys/sun4v/sun4v iommu.c tlb.c Log: Remove two completely unused files Reviewed by: jb (mentor rwatson) Revision Changes Path 1.2 +0 -1276 src/sys/sun4v/sun4v/iommu.c (dead) 1.2 +0 -74 src/sys/sun4v/sun4v/tlb.c (dead) From owner-cvs-all@FreeBSD.ORG Sat Nov 18 07:33:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2345716A415; Sat, 18 Nov 2006 07:33:54 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 241D147D33; Sat, 18 Nov 2006 07:33:52 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAI7Xr0t085123; Sat, 18 Nov 2006 07:33:53 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAI7Xrll085122; Sat, 18 Nov 2006 07:33:53 GMT (envelope-from scottl) Message-Id: <200611180733.kAI7Xrll085122@repoman.freebsd.org> From: Scott Long Date: Sat, 18 Nov 2006 07:33: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/sys/dev/mfi mfi.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, 18 Nov 2006 07:33:54 -0000 scottl 2006-11-18 07:33:53 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c Log: Change the internal API for polled commands. Calling mfi_polled_command after calling mfi_mapcmd is no longer needed, so long as the MFI_CMD_POLLED flag is set. This change eliminates the possibility of a polled command getting posted twice to the driver. This is turn fixes panics on shutdown when INVARIANTS is set. Sponsored by: Ironport Revision Changes Path 1.23 +39 -83 src/sys/dev/mfi/mfi.c From owner-cvs-all@FreeBSD.ORG Sat Nov 18 07:36:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6998216A50E; Sat, 18 Nov 2006 07:36:54 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D54047936; Sat, 18 Nov 2006 07:10:51 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAI7AqtL075642; Sat, 18 Nov 2006 07:10:52 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAI7AqIb075641; Sat, 18 Nov 2006 07:10:52 GMT (envelope-from kmacy) Message-Id: <200611180710.kAI7AqIb075641@repoman.freebsd.org> From: Kip Macy Date: Sat, 18 Nov 2006 07:10: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/conf files.sun4v src/sys/sparc64/sparc64 autoconf.c identcpu.c mem.c src/sys/sun4v/include cache.h src/sys/sun4v/sun4v autoconf.c clock.c eeprom.c elf_machdep.c gdb_machdep.c identcpu.c in_cksum.c mem.c ofw_bus.c ofw_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: Sat, 18 Nov 2006 07:36:54 -0000 kmacy 2006-11-18 07:10:52 UTC FreeBSD src repository Modified files: sys/conf files.sun4v sys/sparc64/sparc64 autoconf.c identcpu.c mem.c sys/sun4v/include cache.h Removed files: sys/sun4v/sun4v autoconf.c clock.c eeprom.c elf_machdep.c gdb_machdep.c identcpu.c in_cksum.c mem.c ofw_bus.c ofw_machdep.c prof_machdep.c rwindow.c sys_machdep.c Log: remove 13 (largely) redundant files and switch to the sparc64/sparc64 version Reviewed by: jb (mentor rwatson) Revision Changes Path 1.5 +12 -14 src/sys/conf/files.sun4v 1.14 +4 -0 src/sys/sparc64/sparc64/autoconf.c 1.16 +8 -1 src/sys/sparc64/sparc64/identcpu.c 1.17 +9 -4 src/sys/sparc64/sparc64/mem.c 1.2 +8 -0 src/sys/sun4v/include/cache.h 1.2 +0 -83 src/sys/sun4v/sun4v/autoconf.c (dead) 1.2 +0 -67 src/sys/sun4v/sun4v/clock.c (dead) 1.2 +0 -192 src/sys/sun4v/sun4v/eeprom.c (dead) 1.2 +0 -361 src/sys/sun4v/sun4v/elf_machdep.c (dead) 1.2 +0 -70 src/sys/sun4v/sun4v/gdb_machdep.c (dead) 1.2 +0 -106 src/sys/sun4v/sun4v/identcpu.c (dead) 1.2 +0 -249 src/sys/sun4v/sun4v/in_cksum.c (dead) 1.2 +0 -183 src/sys/sun4v/sun4v/mem.c (dead) 1.2 +0 -198 src/sys/sun4v/sun4v/ofw_bus.c (dead) 1.2 +0 -267 src/sys/sun4v/sun4v/ofw_machdep.c (dead) 1.2 +0 -83 src/sys/sun4v/sun4v/prof_machdep.c (dead) 1.2 +0 -110 src/sys/sun4v/sun4v/rwindow.c (dead) 1.2 +0 -130 src/sys/sun4v/sun4v/sys_machdep.c (dead) From owner-cvs-all@FreeBSD.ORG Sat Nov 18 07:37:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A467116A4FF; Sat, 18 Nov 2006 07:37:14 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59C194716F; Sat, 18 Nov 2006 06:40:35 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAI6ea8u068586; Sat, 18 Nov 2006 06:40:36 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAI6ea1E068585; Sat, 18 Nov 2006 06:40:36 GMT (envelope-from dinoex) Message-Id: <200611180640.kAI6ea1E068585@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 18 Nov 2006 06:40: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/devel/gnustep 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, 18 Nov 2006 07:37:14 -0000 dinoex 2006-11-18 06:40:36 UTC FreeBSD ports repository Modified files: devel/gnustep Makefile Log: - use NO_INSTALL Revision Changes Path 1.64 +1 -2 ports/devel/gnustep/Makefile From owner-cvs-all@FreeBSD.ORG Sat Nov 18 07:37:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 992C616A417; Sat, 18 Nov 2006 07:37:53 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE873461C3; Sat, 18 Nov 2006 05:36:05 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAI5a6SS053685; Sat, 18 Nov 2006 05:36:06 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAI5a697053684; Sat, 18 Nov 2006 05:36:06 GMT (envelope-from edwin) Message-Id: <200611180536.kAI5a697053684@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 18 Nov 2006 05:36: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/sysutils/slay 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, 18 Nov 2006 07:37:53 -0000 edwin 2006-11-18 05:36:06 UTC FreeBSD ports repository Modified files: sysutils/slay Makefile Log: As discussed on IRC with the maintainer, this port is unused and obsolete and should be removed. Revision Changes Path 1.3 +3 -0 ports/sysutils/slay/Makefile From owner-cvs-all@FreeBSD.ORG Sat Nov 18 07:46:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 71B1416A40F; Sat, 18 Nov 2006 07:46:03 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CAE143DA3; Sat, 18 Nov 2006 07:46:01 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAI7k3VT086975; Sat, 18 Nov 2006 07:46:03 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAI7k3UB086973; Sat, 18 Nov 2006 07:46:03 GMT (envelope-from marcus) Message-Id: <200611180746.kAI7k3UB086973@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 18 Nov 2006 07:46: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/en/gnome news.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, 18 Nov 2006 07:46:03 -0000 marcus 2006-11-18 07:46:02 UTC FreeBSD doc repository Modified files: en/gnome news.xml Log: Announce GNOME 2.17.2 for FreeBSD. Revision Changes Path 1.129 +660 -754 www/en/gnome/news.xml From owner-cvs-all@FreeBSD.ORG Sat Nov 18 07:46:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3DD7216A40F; Sat, 18 Nov 2006 07:46:52 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 477E743DEA; Sat, 18 Nov 2006 07:46:50 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAI7kpke087033; Sat, 18 Nov 2006 07:46:51 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAI7kpBY087032; Sat, 18 Nov 2006 07:46:51 GMT (envelope-from marcus) Message-Id: <200611180746.kAI7kpBY087032@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 18 Nov 2006 07:46: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/gnome/docs develfaq.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, 18 Nov 2006 07:46:52 -0000 marcus 2006-11-18 07:46:51 UTC FreeBSD doc repository Modified files: en/gnome/docs develfaq.sgml Log: Update development status. Revision Changes Path 1.49 +3 -3 www/en/gnome/docs/develfaq.sgml From owner-cvs-all@FreeBSD.ORG Sat Nov 18 07:49:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5280816A4FD; Sat, 18 Nov 2006 07:49:25 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B950F47E0D; Sat, 18 Nov 2006 07:24:55 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAI7OvC3080856; Sat, 18 Nov 2006 07:24:57 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAI7Ov7U080854; Sat, 18 Nov 2006 07:24:57 GMT (envelope-from kmacy) Message-Id: <200611180724.kAI7Ov7U080854@repoman.freebsd.org> From: Kip Macy Date: Sat, 18 Nov 2006 07:24: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/conf files.sun4v src/sys/sun4v/sun4v counter.c db_disasm.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, 18 Nov 2006 07:49:25 -0000 kmacy 2006-11-18 07:24:57 UTC FreeBSD src repository Modified files: sys/conf files.sun4v Removed files: sys/sun4v/sun4v counter.c db_disasm.c Log: Remove two more duplicated files Reviewed by: jb (mentor is rwatson) Revision Changes Path 1.6 +2 -2 src/sys/conf/files.sun4v 1.2 +0 -110 src/sys/sun4v/sun4v/counter.c (dead) 1.2 +0 -1031 src/sys/sun4v/sun4v/db_disasm.c (dead) From owner-cvs-all@FreeBSD.ORG Sat Nov 18 07:50:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A9C8716A595; Sat, 18 Nov 2006 07:50:01 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C6AE4572A; Sat, 18 Nov 2006 05:03:17 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAI53HjL043105; Sat, 18 Nov 2006 05:03:17 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAI53H2X043103; Sat, 18 Nov 2006 05:03:17 GMT (envelope-from ahze) Message-Id: <200611180503.kAI53H2X043103@repoman.freebsd.org> From: Michael Johnson Date: Sat, 18 Nov 2006 05:03: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 Makefile ports/deskutils/lightning-xpi 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: Sat, 18 Nov 2006 07:50:01 -0000 ahze 2006-11-18 05:03:17 UTC FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/lightning-xpi Makefile distinfo pkg-descr Log: Add lightning-xpi An integrated calendar for Thunderbird ** Note that this port is a binary plugin for Thunderbird and you may want ** to build from source via ports/mail/lightning (includes Thunderbird) WWW: http://www.mozilla.org/projects/calendar/lightning/ Revision Changes Path 1.258 +1 -0 ports/deskutils/Makefile 1.1 +57 -0 ports/deskutils/lightning-xpi/Makefile (new) 1.1 +6 -0 ports/deskutils/lightning-xpi/distinfo (new) 1.1 +6 -0 ports/deskutils/lightning-xpi/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sat Nov 18 07:50:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A25C016A510; Sat, 18 Nov 2006 07:50:48 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95FEF4741E; Sat, 18 Nov 2006 06:51:00 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAI6p12e070442; Sat, 18 Nov 2006 06:51:01 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAI6p1Lv070440; Sat, 18 Nov 2006 06:51:01 GMT (envelope-from dinoex) Message-Id: <200611180651.kAI6p1Lv070440@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 18 Nov 2006 06:51: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/graphics/tiff 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, 18 Nov 2006 07:50:49 -0000 dinoex 2006-11-18 06:51:01 UTC FreeBSD ports repository Modified files: graphics/tiff Makefile Log: - drop lcompat tested on FreeBSD 4.11, FreeBSD 5.4, FreeBSD 6.1 Submitted by: Daniel Lucq Revision Changes Path 1.62 +1 -2 ports/graphics/tiff/Makefile From owner-cvs-all@FreeBSD.ORG Sat Nov 18 07:50:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ED13716A847; Sat, 18 Nov 2006 07:50:59 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20B1F46BFF; Sat, 18 Nov 2006 06:27:24 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAI6RPI1066620; Sat, 18 Nov 2006 06:27:25 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAI6RP1E066619; Sat, 18 Nov 2006 06:27:25 GMT (envelope-from dinoex) Message-Id: <200611180627.kAI6RP1E066619@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 18 Nov 2006 06:27: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/mail/sendmail bsd.milter.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, 18 Nov 2006 07:51:00 -0000 dinoex 2006-11-18 06:27:25 UTC FreeBSD ports repository Added files: mail/sendmail bsd.milter.mk Log: import milter framework Revision Changes Path 1.1 +102 -0 ports/mail/sendmail/bsd.milter.mk (new) From owner-cvs-all@FreeBSD.ORG Sat Nov 18 07:51:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 55C8F16A91B; Sat, 18 Nov 2006 07:51:02 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB7D543DCD; Sat, 18 Nov 2006 04:02:26 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAI42Rst019742; Sat, 18 Nov 2006 04:02:27 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAI42R7q019740; Sat, 18 Nov 2006 04:02:27 GMT (envelope-from ahze) Message-Id: <200611180402.kAI42R7q019740@repoman.freebsd.org> From: Michael Johnson Date: Sat, 18 Nov 2006 04:02: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: 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, 18 Nov 2006 07:51:02 -0000 ahze 2006-11-18 04:02:27 UTC FreeBSD ports repository Modified files: . modules Log: ports_lightning --> ports/mail/lightning Revision Changes Path 1.16630 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Nov 18 07:51:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 341C916A5D7; Sat, 18 Nov 2006 07:51:20 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF20C4454F; Sat, 18 Nov 2006 07:01:21 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAI71NZ6072539; Sat, 18 Nov 2006 07:01:23 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAI71NWW072533; Sat, 18 Nov 2006 07:01:23 GMT (envelope-from dinoex) Message-Id: <200611180701.kAI71NWW072533@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 18 Nov 2006 07:01: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/freebsd-uucp 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, 18 Nov 2006 07:51:20 -0000 dinoex 2006-11-18 07:01:23 UTC FreeBSD ports repository Modified files: net/freebsd-uucp Makefile Log: - make pointhat hapier Revision Changes Path 1.38 +1 -1 ports/net/freebsd-uucp/Makefile From owner-cvs-all@FreeBSD.ORG Sat Nov 18 07:51:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1083B16AC98; Sat, 18 Nov 2006 07:51:36 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5368D458B4; Sat, 18 Nov 2006 05:08:05 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAI586mR048620; Sat, 18 Nov 2006 05:08:06 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAI586QA048618; Sat, 18 Nov 2006 05:08:06 GMT (envelope-from ahze) Message-Id: <200611180508.kAI586QA048618@repoman.freebsd.org> From: Michael Johnson Date: Sat, 18 Nov 2006 05:08: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/mail/lightning Makefile ports/mail/lightning/files patch-nothreads-sqlite patch-storage_build_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: Sat, 18 Nov 2006 07:51:36 -0000 ahze 2006-11-18 05:08:06 UTC FreeBSD ports repository Modified files: mail/lightning Makefile Added files: mail/lightning/files patch-storage_build_Makefile.in Removed files: mail/lightning/files patch-nothreads-sqlite Log: - Mark CONFLICTS with lightning-xpi - Enable pthread on sqlite Obtained from: www/firefox Originally submitted by: marcus Revision Changes Path 1.2 +1 -1 ports/mail/lightning/Makefile 1.2 +0 -12 ports/mail/lightning/files/patch-nothreads-sqlite (dead) 1.1 +10 -0 ports/mail/lightning/files/patch-storage_build_Makefile.in (new) From owner-cvs-all@FreeBSD.ORG Sat Nov 18 07:51:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EE3B116ACB9; Sat, 18 Nov 2006 07:51:37 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54930468D8; Sat, 18 Nov 2006 06:04:42 +0000 (GMT) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAI64hGf059881; Sat, 18 Nov 2006 06:04:43 GMT (envelope-from tmclaugh@repoman.freebsd.org) Received: (from tmclaugh@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAI64hlL059879; Sat, 18 Nov 2006 06:04:43 GMT (envelope-from tmclaugh) Message-Id: <200611180604.kAI64hlL059879@repoman.freebsd.org> From: Tom McLaughlin Date: Sat, 18 Nov 2006 06:04: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-themes/murrine-configurator 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, 18 Nov 2006 07:51:38 -0000 tmclaugh 2006-11-18 06:04:43 UTC FreeBSD ports repository Modified files: x11-themes/murrine-configurator Makefile Log: Correct the gtk-murrine-engine dependency checking. Revision Changes Path 1.4 +1 -1 ports/x11-themes/murrine-configurator/Makefile From owner-cvs-all@FreeBSD.ORG Sat Nov 18 07:51:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8B47116AD9D; Sat, 18 Nov 2006 07:51:38 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5984444D18; Sat, 18 Nov 2006 06:44:56 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAI6iv2t070016; Sat, 18 Nov 2006 06:44:57 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAI6iv5S070015; Sat, 18 Nov 2006 06:44:57 GMT (envelope-from dinoex) Message-Id: <200611180644.kAI6iv5S070015@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 18 Nov 2006 06:44: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/ruby-gnustep 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, 18 Nov 2006 07:51:38 -0000 dinoex 2006-11-18 06:44:57 UTC FreeBSD ports repository Modified files: devel/ruby-gnustep Makefile Log: - fix build for custom configurations Revision Changes Path 1.33 +2 -1 ports/devel/ruby-gnustep/Makefile From owner-cvs-all@FreeBSD.ORG Sat Nov 18 07:52:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 91B7916AFC9; Sat, 18 Nov 2006 07:52:07 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C3BD45731; Sat, 18 Nov 2006 05:03:50 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAI53p7L043774; Sat, 18 Nov 2006 05:03:51 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAI53pse043773; Sat, 18 Nov 2006 05:03:51 GMT (envelope-from ahze) Message-Id: <200611180503.kAI53pse043773@repoman.freebsd.org> From: Michael Johnson Date: Sat, 18 Nov 2006 05:03: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: 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, 18 Nov 2006 07:52:07 -0000 ahze 2006-11-18 05:03:50 UTC FreeBSD ports repository Modified files: . modules Log: lightning-xpi --> ports/deskutils/lightning-xpi Revision Changes Path 1.16631 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Nov 18 07:53:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E6B5E16AA2C; Sat, 18 Nov 2006 07:53:19 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 659F844B47; Sat, 18 Nov 2006 07:18:33 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAI7IYvx077287; Sat, 18 Nov 2006 07:18:34 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAI7IY60077286; Sat, 18 Nov 2006 07:18:34 GMT (envelope-from ale) Message-Id: <200611180718.kAI7IY60077286@repoman.freebsd.org> From: Alex Dupre Date: Sat, 18 Nov 2006 07:18: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/xcache 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, 18 Nov 2006 07:53:20 -0000 ale 2006-11-18 07:18:34 UTC FreeBSD ports repository Modified files: www/xcache Makefile distinfo Log: Update to current snapshot that fixes interaction with other zend extensions (like suhosin). Revision Changes Path 1.5 +2 -2 ports/www/xcache/Makefile 1.5 +3 -3 ports/www/xcache/distinfo From owner-cvs-all@FreeBSD.ORG Sat Nov 18 07:53:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 05C6616B7B4; Sat, 18 Nov 2006 07:53:38 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B86843DA0; Sat, 18 Nov 2006 07:50:59 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAI7p0mN087351; Sat, 18 Nov 2006 07:51:00 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAI7p0Sj087350; Sat, 18 Nov 2006 07:51:00 GMT (envelope-from marcus) Message-Id: <200611180751.kAI7p0Sj087350@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 18 Nov 2006 07:51: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: www/en/gnome news.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, 18 Nov 2006 07:53:38 -0000 marcus 2006-11-18 07:51:00 UTC FreeBSD doc repository Modified files: en/gnome news.xml Log: Restore the CVS ID line to one line so that the ID properly updates between commits. Revision Changes Path 1.130 +1 -2 www/en/gnome/news.xml From owner-cvs-all@FreeBSD.ORG Sat Nov 18 08:07:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A425616A63C; Sat, 18 Nov 2006 08:07:44 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE2D543D5A; Sat, 18 Nov 2006 08:07:41 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAI87h1K091818; Sat, 18 Nov 2006 08:07:43 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAI87hlU091817; Sat, 18 Nov 2006 08:07:43 GMT (envelope-from brueffer) Message-Id: <200611180807.kAI87hlU091817@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 18 Nov 2006 08:07: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/man4 ucom.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, 18 Nov 2006 08:07:44 -0000 brueffer 2006-11-18 08:07:43 UTC FreeBSD src repository Modified files: share/man/man4 ucom.4 Log: - Use a standard section 4 SYNOPSIS - Xref uark(4) MFC after: 3 days Revision Changes Path 1.7 +14 -1 src/share/man/man4/ucom.4 From owner-cvs-all@FreeBSD.ORG Sat Nov 18 08:12:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 22E6816A407; Sat, 18 Nov 2006 08:12:28 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9964343D5A; Sat, 18 Nov 2006 08:12:25 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAI8CR5I092978; Sat, 18 Nov 2006 08:12:27 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAI8CRsK092977; Sat, 18 Nov 2006 08:12:27 GMT (envelope-from thierry) Message-Id: <200611180812.kAI8CRsK092977@repoman.freebsd.org> From: Thierry Thomas Date: Sat, 18 Nov 2006 08:12: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/french/mozilla-flp Makefile distinfo.seamonkey X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 18 Nov 2006 08:12:28 -0000 thierry 2006-11-18 08:12:26 UTC FreeBSD ports repository Modified files: french/mozilla-flp Makefile distinfo.seamonkey Log: Upgrade fr-seamonkey-flp to 1.0.6. Revision Changes Path 1.18 +1 -1 ports/french/mozilla-flp/Makefile 1.2 +3 -3 ports/french/mozilla-flp/distinfo.seamonkey From owner-cvs-all@FreeBSD.ORG Sat Nov 18 08:16:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B929916A47B; Sat, 18 Nov 2006 08:16:02 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E32843D58; Sat, 18 Nov 2006 08:16:00 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAI8G18M093479; Sat, 18 Nov 2006 08:16:01 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAI8G1S3093478; Sat, 18 Nov 2006 08:16:01 GMT (envelope-from marcus) Message-Id: <200611180816.kAI8G1S3093478@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 18 Nov 2006 08:16: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/graphics/eog 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, 18 Nov 2006 08:16:02 -0000 marcus 2006-11-18 08:16:01 UTC FreeBSD ports repository Modified files: graphics/eog Makefile distinfo pkg-plist Log: Update to 2.16.2. Revision Changes Path 1.45 +1 -1 ports/graphics/eog/Makefile 1.21 +3 -3 ports/graphics/eog/distinfo 1.24 +1 -1 ports/graphics/eog/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Nov 18 08:22:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4B97E16A403; Sat, 18 Nov 2006 08:22:39 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAA9743D5D; Sat, 18 Nov 2006 08:22:36 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAI8Mcga094723; Sat, 18 Nov 2006 08:22:38 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAI8Mcc0094722; Sat, 18 Nov 2006 08:22:38 GMT (envelope-from marcus) Message-Id: <200611180822.kAI8Mcc0094722@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 18 Nov 2006 08:22: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/x11/zenity 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, 18 Nov 2006 08:22:39 -0000 marcus 2006-11-18 08:22:38 UTC FreeBSD ports repository Modified files: x11/zenity Makefile distinfo pkg-plist Log: Update to 2.16.2. Revision Changes Path 1.28 +1 -1 ports/x11/zenity/Makefile 1.22 +3 -3 ports/x11/zenity/distinfo 1.16 +15 -0 ports/x11/zenity/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Nov 18 09:00:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B84CA16A403; Sat, 18 Nov 2006 09:00:14 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F1BC43D53; Sat, 18 Nov 2006 09:00:12 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAI90E0P009027; Sat, 18 Nov 2006 09:00:14 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAI90ERG009022; Sat, 18 Nov 2006 09:00:14 GMT (envelope-from dinoex) Message-Id: <200611180900.kAI90ERG009022@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 18 Nov 2006 09:00: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 Makefile ports/sysutils/burn 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, 18 Nov 2006 09:00:15 -0000 dinoex 2006-11-18 09:00:13 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/burn Makefile distinfo pkg-descr pkg-plist Log: Burn.app is a GNUstep based CD burning program for GNU/Linux. It serves as front-end for J. Schilling's cdrtools, cdrdao, and cdparanoia. You will no longer need to remember ugly command line parameters for cdrecord or write shell scripts. With Burn.app you compile your CD by point-and-click operation and save your projects for later reuse. Burn.app will hide as many settings as possible from you, thus making it very easy and user-friendly to create your own CDs. WWW: http://gsburn.sourceforge.net/ Revision Changes Path 1.855 +1 -0 ports/sysutils/Makefile 1.1 +39 -0 ports/sysutils/burn/Makefile (new) 1.1 +3 -0 ports/sysutils/burn/distinfo (new) 1.1 +10 -0 ports/sysutils/burn/pkg-descr (new) 1.1 +275 -0 ports/sysutils/burn/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Nov 18 09:01:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3A4CB16A415; Sat, 18 Nov 2006 09:01:25 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF27143D82; Sat, 18 Nov 2006 09:01:22 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAI91OKu009539; Sat, 18 Nov 2006 09:01:24 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAI91OTh009536; Sat, 18 Nov 2006 09:01:24 GMT (envelope-from dinoex) Message-Id: <200611180901.kAI91OTh009536@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 18 Nov 2006 09:01: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: 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, 18 Nov 2006 09:01:25 -0000 dinoex 2006-11-18 09:01:24 UTC FreeBSD ports repository Modified files: . modules Log: burn --> ports/sysutils/burn Revision Changes Path 1.16632 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Nov 18 09:29:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9F40E16A403; Sat, 18 Nov 2006 09:29:33 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26BBA43D53; Sat, 18 Nov 2006 09:29:31 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAI9TXog015500; Sat, 18 Nov 2006 09:29:33 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAI9TXR8015499; Sat, 18 Nov 2006 09:29:33 GMT (envelope-from dinoex) Message-Id: <200611180929.kAI9TXR8015499@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 18 Nov 2006 09:29: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/games Makefile ports/games/grubik 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, 18 Nov 2006 09:29:33 -0000 dinoex 2006-11-18 09:29:33 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/grubik Makefile distinfo pkg-descr pkg-plist Log: GRubik is a virtual 3D Rubik's cube for you to solve. It features: - simple but functional and fast 3D - a smart scramble that ensures you get a solvable cube - interesting code that you might enjoy reading and which uses a variety of programming techniques. Left-click for clockwise, right-click for counterclockwise rotation. Revision Changes Path 1.1055 +1 -0 ports/games/Makefile 1.1 +27 -0 ports/games/grubik/Makefile (new) 1.1 +3 -0 ports/games/grubik/distinfo (new) 1.1 +8 -0 ports/games/grubik/pkg-descr (new) 1.1 +9 -0 ports/games/grubik/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Nov 18 09:30:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5FED316A49E; Sat, 18 Nov 2006 09:30:08 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 768A343D70; Sat, 18 Nov 2006 09:30:05 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAI9U7ug015569; Sat, 18 Nov 2006 09:30:07 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAI9U79K015568; Sat, 18 Nov 2006 09:30:07 GMT (envelope-from dinoex) Message-Id: <200611180930.kAI9U79K015568@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 18 Nov 2006 09: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: 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, 18 Nov 2006 09:30:08 -0000 dinoex 2006-11-18 09:30:07 UTC FreeBSD ports repository Modified files: . modules Log: grubik --> ports/games/grubik Revision Changes Path 1.16633 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Nov 18 09:47:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 28C8916A407; Sat, 18 Nov 2006 09:47:09 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8DC943D5C; Sat, 18 Nov 2006 09:47:06 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAI9l8lM019059; Sat, 18 Nov 2006 09:47:08 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAI9l8w0019058; Sat, 18 Nov 2006 09:47:08 GMT (envelope-from maho) Message-Id: <200611180947.kAI9l8w0019058@repoman.freebsd.org> From: Maho Nakata Date: Sat, 18 Nov 2006 09:47: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/ecj-bootstrap 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, 18 Nov 2006 09:47:09 -0000 maho 2006-11-18 09:47:08 UTC FreeBSD ports repository Modified files: java/ecj-bootstrap Makefile Log: Marked as broken for FreeBSD 4 and 7. Submitted by: kris via pointyhat Revision Changes Path 1.3 +8 -1 ports/java/ecj-bootstrap/Makefile From owner-cvs-all@FreeBSD.ORG Sat Nov 18 09:56:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8655016A4A0; Sat, 18 Nov 2006 09:56:01 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 744AA43D76; Sat, 18 Nov 2006 09:55:57 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAI9tx92020971; Sat, 18 Nov 2006 09:55:59 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAI9txan020970; Sat, 18 Nov 2006 09:55:59 GMT (envelope-from dinoex) Message-Id: <200611180955.kAI9txan020970@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 18 Nov 2006 09:55: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/lang Makefile ports/lang/gscheme 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, 18 Nov 2006 09:56:01 -0000 dinoex 2006-11-18 09:55:59 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/gscheme Makefile distinfo pkg-descr pkg-plist Log: A GNUstep-aware scheme interpreter. You need libflex installed on your system. Includes many examples, e.g. the sieve of Erathostenes to compute primes, a Koch curve plotter, mandelbrot set, graphs of various functions etc. GScheme is fully tail recursive. The garbage collector bypasses GNUstep's retain/release mechanism in order to deal with circular data structures. GScheme is document-based and you can edit more than one file at the same time. WWW: http://www.gnustep.it/marko/GScheme/index.html Revision Changes Path 1.520 +1 -0 ports/lang/Makefile 1.1 +31 -0 ports/lang/gscheme/Makefile (new) 1.1 +3 -0 ports/lang/gscheme/distinfo (new) 1.1 +8 -0 ports/lang/gscheme/pkg-descr (new) 1.1 +10 -0 ports/lang/gscheme/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Nov 18 09:56:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 87B9E16A494; Sat, 18 Nov 2006 09:56:46 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C21E43D79; Sat, 18 Nov 2006 09:56:36 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAI9ucVZ021058; Sat, 18 Nov 2006 09:56:38 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAI9uc8U021057; Sat, 18 Nov 2006 09:56:38 GMT (envelope-from dinoex) Message-Id: <200611180956.kAI9uc8U021057@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 18 Nov 2006 09:56: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: 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, 18 Nov 2006 09:56:46 -0000 dinoex 2006-11-18 09:56:38 UTC FreeBSD ports repository Modified files: . modules Log: gscheme --> ports/lang/gscheme Revision Changes Path 1.16634 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Nov 18 10:12:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E5FD016A47B; Sat, 18 Nov 2006 10:12:45 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7B0243D72; Sat, 18 Nov 2006 10:12:41 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIACh34031272; Sat, 18 Nov 2006 10:12:43 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIAChf1031271; Sat, 18 Nov 2006 10:12:43 GMT (envelope-from kib) Message-Id: <200611181012.kAIAChf1031271@repoman.freebsd.org> From: Konstantin Belousov Date: Sat, 18 Nov 2006 10:12: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/sys/compat/linux linux_misc.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, 18 Nov 2006 10:12:46 -0000 kib 2006-11-18 10:12:43 UTC FreeBSD src repository Modified files: sys/compat/linux linux_misc.c Log: Remove unecessary locking of process in linux_getpid. Suggested by: jhb Submitted by: rdivacky Revision Changes Path 1.195 +0 -2 src/sys/compat/linux/linux_misc.c From owner-cvs-all@FreeBSD.ORG Sat Nov 18 10:47:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AF64116A412; Sat, 18 Nov 2006 10:47:16 +0000 (UTC) (envelope-from bde@zeta.org.au) Received: from mailout1.pacific.net.au (mailout1-3.pacific.net.au [61.8.2.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA78243D46; Sat, 18 Nov 2006 10:47:13 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout1.pacific.net.au (Postfix) with ESMTP id AD6945A7CB7; Sat, 18 Nov 2006 21:47:15 +1100 (EST) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailproxy1.pacific.net.au (Postfix) with ESMTP id 695968C04; Sat, 18 Nov 2006 21:47:14 +1100 (EST) Date: Sat, 18 Nov 2006 21:47:13 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: "M. Warner Losh" In-Reply-To: <20061117.105304.1769993002.imp@bsdimp.com> Message-ID: <20061118214618.U15111@delplex.bde.org> References: <20061116.165207.1661914048.imp@bsdimp.com> <20061117065555.GE49602@comp.chem.msu.su> <20061117201432.X11101@delplex.bde.org> <20061117.105304.1769993002.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: src-committers@FreeBSD.org, yar@comp.chem.msu.su, jkoshy@FreeBSD.org, cvs-all@FreeBSD.org, phk@phk.freebsd.dk, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/include ar.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, 18 Nov 2006 10:47:16 -0000 On Fri, 17 Nov 2006, M. Warner Losh wrote: > In message: <20061117201432.X11101@delplex.bde.org> > Bruce Evans writes: > : For that the comment should be something like: > : > : __packed; /* Align (sic) to work around bugs on arm (*). */ > : > : but I doubt that arm is that broken. > : > : (*) See this thread for more details. > > But they aren't bugs. Er, this thread gived the details of why they are bugs. Bruce From owner-cvs-all@FreeBSD.ORG Sat Nov 18 11:38:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF41216A407; Sat, 18 Nov 2006 11:38:55 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D44A543D58; Sat, 18 Nov 2006 11:38:52 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIBctB5047076; Sat, 18 Nov 2006 11:38:55 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIBctXS047075; Sat, 18 Nov 2006 11:38:55 GMT (envelope-from lth) Message-Id: <200611181138.kAIBctXS047075@repoman.freebsd.org> From: Lars Thegler Date: Sat, 18 Nov 2006 11:38: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/www/p5-HTTP-Server-Simple 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, 18 Nov 2006 11:38:55 -0000 lth 2006-11-18 11:38:55 UTC FreeBSD ports repository Modified files: www/p5-HTTP-Server-Simple Makefile distinfo Log: Update to 0.24 Revision Changes Path 1.12 +1 -1 ports/www/p5-HTTP-Server-Simple/Makefile 1.13 +3 -3 ports/www/p5-HTTP-Server-Simple/distinfo From owner-cvs-all@FreeBSD.ORG Sat Nov 18 12:35:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D81FF16A415; Sat, 18 Nov 2006 12:35:17 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2349143D5E; Sat, 18 Nov 2006 12:35:13 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAICZFtP058593; Sat, 18 Nov 2006 12:35:15 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAICZFDu058592; Sat, 18 Nov 2006 12:35:15 GMT (envelope-from leeym) Message-Id: <200611181235.kAICZFDu058592@repoman.freebsd.org> From: Yen-Ming Lee Date: Sat, 18 Nov 2006 12: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: ports/textproc/p5-Unicode-Unihan 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, 18 Nov 2006 12:35:18 -0000 leeym 2006-11-18 12:35:15 UTC FreeBSD ports repository Modified files: textproc/p5-Unicode-Unihan pkg-plist Log: - fix plist Noticed by: kris Revision Changes Path 1.2 +0 -2 ports/textproc/p5-Unicode-Unihan/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Nov 18 12:52:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5AFDE16A47B; Sat, 18 Nov 2006 12:52:06 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id E53B243D49; Sat, 18 Nov 2006 12:52:01 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAICq4fa069284; Sat, 18 Nov 2006 12:52:04 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAICq4Wi069283; Sat, 18 Nov 2006 12:52:04 GMT (envelope-from rafan) Message-Id: <200611181252.kAICq4Wi069283@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 18 Nov 2006 12:52: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/science/libsvm Makefile distinfo pkg-message ports/science/libsvm/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: Sat, 18 Nov 2006 12:52:06 -0000 rafan 2006-11-18 12:52:04 UTC FreeBSD ports repository Modified files: science/libsvm Makefile distinfo Added files: science/libsvm/files pkg-message.in Removed files: science/libsvm pkg-message Log: - Update to 2.83 - Use SUB_FILES - Use ECHO_CMD where I mean echo command Revision Changes Path 1.17 +7 -8 ports/science/libsvm/Makefile 1.12 +3 -3 ports/science/libsvm/distinfo 1.1 +4 -0 ports/science/libsvm/files/pkg-message.in (new) 1.3 +0 -4 ports/science/libsvm/pkg-message (dead) From owner-cvs-all@FreeBSD.ORG Sat Nov 18 13:01:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 227D516A415; Sat, 18 Nov 2006 13:01:00 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C12B543D49; Sat, 18 Nov 2006 13:00:56 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAID0x7A070332; Sat, 18 Nov 2006 13:00:59 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAID0xpv070330; Sat, 18 Nov 2006 13:00:59 GMT (envelope-from kib) Message-Id: <200611181300.kAID0xpv070330@repoman.freebsd.org> From: Konstantin Belousov Date: Sat, 18 Nov 2006 13:00: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/compat/linux linux_misc.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, 18 Nov 2006 13:01:00 -0000 kib 2006-11-18 13:00:59 UTC FreeBSD src repository Modified files: sys/compat/linux linux_misc.c Log: Add debuging printfs to syscalls that do not contain it yet. In sethostname do not print the hostname because it would require to copyin the string. Sethostname is not very frequently used. Submitted by: rdivacky Revision Changes Path 1.196 +36 -0 src/sys/compat/linux/linux_misc.c From owner-cvs-all@FreeBSD.ORG Sat Nov 18 13:31:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 75C9716A40F; Sat, 18 Nov 2006 13:31:04 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1D3A43D4C; Sat, 18 Nov 2006 13:31:00 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIDV4n5076817; Sat, 18 Nov 2006 13:31:04 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIDV4Uh076816; Sat, 18 Nov 2006 13:31:04 GMT (envelope-from kib) Message-Id: <200611181331.kAIDV4Uh076816@repoman.freebsd.org> From: Konstantin Belousov Date: Sat, 18 Nov 2006 13:31: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/compat/linux linux_getcwd.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, 18 Nov 2006 13:31:04 -0000 kib 2006-11-18 13:31:03 UTC FreeBSD src repository Modified files: sys/compat/linux linux_getcwd.c Log: Use standard debugging facilities in linux_getcwd(). Submitted by: rdivacky Revision Changes Path 1.26 +2 -2 src/sys/compat/linux/linux_getcwd.c From owner-cvs-all@FreeBSD.ORG Sat Nov 18 13:55:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 214B916A407; Sat, 18 Nov 2006 13:55:41 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8034A43D49; Sat, 18 Nov 2006 13:55:37 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIDteCD081572; Sat, 18 Nov 2006 13:55:40 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIDtebK081571; Sat, 18 Nov 2006 13:55:40 GMT (envelope-from itetcu) Message-Id: <200611181355.kAIDtebK081571@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sat, 18 Nov 2006 13:55: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/sysutils/burn 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, 18 Nov 2006 13:55:41 -0000 itetcu 2006-11-18 13:55:40 UTC FreeBSD ports repository Modified files: sysutils/burn Makefile Log: Fix INDEX (gnustep-cdplayer lives in audio, not sysutils). Pointyhat to: dinoex Revision Changes Path 1.2 +1 -1 ports/sysutils/burn/Makefile From owner-cvs-all@FreeBSD.ORG Sat Nov 18 14:04:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0CE9916A407; Sat, 18 Nov 2006 14:04:52 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6521D43D6B; Sat, 18 Nov 2006 14:04:48 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIE4pPL084554; Sat, 18 Nov 2006 14:04:51 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIE4pre084553; Sat, 18 Nov 2006 14:04:51 GMT (envelope-from thierry) Message-Id: <200611181404.kAIE4pre084553@repoman.freebsd.org> From: Thierry Thomas Date: Sat, 18 Nov 2006 14:04: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/sysutils/xvidcap 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, 18 Nov 2006 14:04:52 -0000 thierry 2006-11-18 14:04:51 UTC FreeBSD ports repository Modified files: sysutils/xvidcap Makefile distinfo pkg-plist Log: Update to 1.1.4p1. Changelog at . Revision Changes Path 1.17 +4 -3 ports/sysutils/xvidcap/Makefile 1.5 +3 -3 ports/sysutils/xvidcap/distinfo 1.2 +1 -1 ports/sysutils/xvidcap/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Nov 18 14:17:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2764916A492 for ; Sat, 18 Nov 2006 14:17:56 +0000 (UTC) (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 4AEA743D45 for ; Sat, 18 Nov 2006 14:17:52 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id kAIEFhn2010373; Sat, 18 Nov 2006 07:15:44 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 18 Nov 2006 07:16:25 -0700 (MST) Message-Id: <20061118.071625.-432825382.imp@bsdimp.com> To: bde@zeta.org.au From: "M. Warner Losh" In-Reply-To: <20061118214618.U15111@delplex.bde.org> References: <20061117201432.X11101@delplex.bde.org> <20061117.105304.1769993002.imp@bsdimp.com> <20061118214618.U15111@delplex.bde.org> X-Mailer: Mew version 4.2 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, 18 Nov 2006 07:15:46 -0700 (MST) Cc: src-committers@FreeBSD.org, yar@comp.chem.msu.su, jkoshy@FreeBSD.org, cvs-all@FreeBSD.org, phk@phk.freebsd.dk, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/include ar.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, 18 Nov 2006 14:17:56 -0000 In message: <20061118214618.U15111@delplex.bde.org> Bruce Evans writes: : On Fri, 17 Nov 2006, M. Warner Losh wrote: : : > In message: <20061117201432.X11101@delplex.bde.org> : > Bruce Evans writes: : > : For that the comment should be something like: : > : : > : __packed; /* Align (sic) to work around bugs on arm (*). */ : > : : > : but I doubt that arm is that broken. : > : : > : (*) See this thread for more details. : > : > But they aren't bugs. : : Er, this thread gived the details of why they are bugs. I read the thread. They gave reasons why this broke the assumptions we've made til now. These assumptions weren't allowed by the standard. Hence my contention that they aren't bugs. Warner From owner-cvs-all@FreeBSD.ORG Sat Nov 18 14:37:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4573916A412; Sat, 18 Nov 2006 14:37:55 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6094743D53; Sat, 18 Nov 2006 14:37:51 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIEbsXK089945; Sat, 18 Nov 2006 14:37:54 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIEbs5l089944; Sat, 18 Nov 2006 14:37:54 GMT (envelope-from kib) Message-Id: <200611181437.kAIEbs5l089944@repoman.freebsd.org> From: Konstantin Belousov Date: Sat, 18 Nov 2006 14:37: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/compat/linux linux_misc.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, 18 Nov 2006 14:37:55 -0000 kib 2006-11-18 14:37:54 UTC FreeBSD src repository Modified files: sys/compat/linux linux_misc.c Log: Sync struct sysinfo with real one from linux. Submitted by: rdivacky Revision Changes Path 1.197 +2 -1 src/sys/compat/linux/linux_misc.c From owner-cvs-all@FreeBSD.ORG Sat Nov 18 14:40:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4CB8516A403; Sat, 18 Nov 2006 14:40:12 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A48A43D49; Sat, 18 Nov 2006 14:40:08 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIEeBdg090081; Sat, 18 Nov 2006 14:40:11 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIEeB0R090080; Sat, 18 Nov 2006 14:40:11 GMT (envelope-from dinoex) Message-Id: <200611181440.kAIEeB0R090080@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 18 Nov 2006 14:40: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/x11/gnustep-app 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: Sat, 18 Nov 2006 14:40:12 -0000 dinoex 2006-11-18 14:40:11 UTC FreeBSD ports repository Modified files: x11/gnustep-app Makefile pkg-descr Log: - added Burn, GRubik, GScheme Revision Changes Path 1.8 +3 -0 ports/x11/gnustep-app/Makefile 1.6 +3 -2 ports/x11/gnustep-app/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Nov 18 15:03:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8132F16A40F; Sat, 18 Nov 2006 15:03:21 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE41043D49; Sat, 18 Nov 2006 15:03:17 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIF3LYa096135; Sat, 18 Nov 2006 15:03:21 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIF3Lwj096134; Sat, 18 Nov 2006 15:03:21 GMT (envelope-from dinoex) Message-Id: <200611181503.kAIF3Lwj096134@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 18 Nov 2006 15:03: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 Makefile ports/multimedia/gnustep-mplayer 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, 18 Nov 2006 15:03:21 -0000 dinoex 2006-11-18 15:03:21 UTC FreeBSD ports repository Modified files: multimedia Makefile Added files: multimedia/gnustep-mplayer Makefile distinfo pkg-descr pkg-plist Log: GNUstep port of MPlayerOSX Mplayer.app have many useful features: * PlayList * Statistics * Info Panel * Fullscreen * Add/remove subtitles * Full source code available * Sttings and Preferences Panel WWW: http://www.sonappart.net/gnustep/mplayer/ Revision Changes Path 1.187 +1 -0 ports/multimedia/Makefile 1.1 +28 -0 ports/multimedia/gnustep-mplayer/Makefile (new) 1.1 +3 -0 ports/multimedia/gnustep-mplayer/distinfo (new) 1.1 +12 -0 ports/multimedia/gnustep-mplayer/pkg-descr (new) 1.1 +92 -0 ports/multimedia/gnustep-mplayer/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Nov 18 15:03:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9C46E16A407; Sat, 18 Nov 2006 15:03:53 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B085E43D49; Sat, 18 Nov 2006 15:03:49 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIF3rUB096337; Sat, 18 Nov 2006 15:03:53 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIF3rxl096336; Sat, 18 Nov 2006 15:03:53 GMT (envelope-from dinoex) Message-Id: <200611181503.kAIF3rxl096336@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 18 Nov 2006 15: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: Sat, 18 Nov 2006 15:03:53 -0000 dinoex 2006-11-18 15:03:53 UTC FreeBSD ports repository Modified files: . modules Log: gnustep-mplayer --> ports/multimedia/gnustep-mplayer Revision Changes Path 1.16635 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Nov 18 15:07:47 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A902816A47B for ; Sat, 18 Nov 2006 15:07:47 +0000 (UTC) (envelope-from pawel.worach@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 973F243D4C for ; Sat, 18 Nov 2006 15:07:41 +0000 (GMT) (envelope-from pawel.worach@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so803486uge for ; Sat, 18 Nov 2006 07:07:43 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=leJYwDIOS9EKNPdaHZaAvzYXZhEeHQCVH8ueCDJmKYqBNnKNi0bh4HJihYwMaqBjJOYxGBoNstCVWx5LsytvWHMeNiUi6EfKVFx36VBGhJqeX1Fq04YACWqQMDMi5TPDaYAwbRe8oZCB2L79t9C6+8oSVj7rxzCIuablrBZe/DI= Received: by 10.66.240.12 with SMTP id n12mr4100689ugh.1163862463528; Sat, 18 Nov 2006 07:07:43 -0800 (PST) Received: from ?192.168.1.200? ( [80.217.194.157]) by mx.google.com with ESMTP id 20sm5109675uga.2006.11.18.07.07.42; Sat, 18 Nov 2006 07:07:43 -0800 (PST) Message-ID: <455F21BC.1010208@gmail.com> Date: Sat, 18 Nov 2006 16:07:40 +0100 From: Pawel Worach User-Agent: Thunderbird 1.5.0.8 (X11/20061118) MIME-Version: 1.0 To: John Baldwin References: <200611152004.kAFK4vfe058983@repoman.freebsd.org> <200611161401.09543.jhb@freebsd.org> In-Reply-To: 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/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_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: Sat, 18 Nov 2006 15:07:47 -0000 Pawel Worach wrote: >> So em triggered an interrupt and you got an NMI out of it instead. What >> does 'show lapic' show? >> > > db> show lapic > lapic ID = 0 > version = 1.4 > max LVT = 5 > SVR = ff (enabled) > TPR = 00 > In-service Interrupts: > TMR Interrupts: > IRR Interrupts: > I reverted MSI support from em(4) just to see what would happen to mpt(4), no NMI fires but mpt hardware seems to go off to la-la land. OK boot -v /boot/kernel/acpi.ko text=0x4d134 data=0x2540+0x1010 syms=[0x4+0x7cb0+0x4+0xaa13] GDB: no debug ports present KDB: debugger backends: ddb KDB: current backend: ddb SMAP type=01 base=0000000000000000 len=000000000009d400 SMAP type=02 base=000000000009d400 len=0000000000002c00 SMAP type=02 base=00000000000e0000 len=0000000000020000 SMAP type=01 base=0000000000100000 len=000000003fedb2c0 SMAP type=02 base=000000003ffe0000 len=0000000000020000 SMAP type=03 base=000000003ffdb2c0 len=0000000000004d40 SMAP type=02 base=00000000fec00000 len=0000000001400000 Copyright (c) 1992-2006 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 7.0-CURRENT #0: Sat Nov 18 15:53:48 CET 2006 root@zero:/usr/obj/usr/src/sys/ZERO Using 16 colors for the VM-PQ tuning (512, 8) Preloaded elf kernel "/boot/kernel/kernel" at 0xc08e2000. Preloaded elf module "/boot/kernel/acpi.ko" at 0xc08e216c. MP Configuration Table version 1.4 found at 0xc009e2a0 Table 'FACP' at 0x3ffdff00 Table 'APIC' at 0x3ffdfe40 MADT: Found table at 0x3ffdfe40 APIC: Using the MADT enumerator. MADT: Found CPU APIC ID 0 ACPI ID 0: enabled SMP: Added CPU 0 (AP) MADT: Found CPU APIC ID 6 ACPI ID 1: enabled SMP: Added CPU 6 (AP) MADT: Found CPU APIC ID 1 ACPI ID 2: enabled SMP: Added CPU 1 (AP) MADT: Found CPU APIC ID 7 ACPI ID 3: enabled SMP: Added CPU 7 (AP) INTR: Adding local APIC 0 as a target ACPI APIC Table: Calibrating clock(s) ... i8254 clock: 1193163 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz quality 0 Calibrating TSC clock ... TSC clock: 2793892316 Hz CPU: Intel(R) Xeon(TM) CPU 2.80GHz (2793.89-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf29 Stepping = 9 Features=0xbfebfbff Features2=0x4400 Logical CPUs per core: 2 Instruction TLB: 4 KB, 2 MB or 4 MB pages, fully associative, 64 entries Data TLB: 4 KB or 4 MB pages, fully associative, 64 entries 1st-level data cache: 8 KB, 4-way set associative, sectored cache, 64 byte line size Trace cache: 12K-uops, 8-way set associative 2nd-level cache: 512 KB, 8-way set associative, sectored cache, 64 byte line size real memory = 1073590272 (1023 MB) Physical memory chunk(s): 0x0000000000001000 - 0x000000000009cfff, 638976 bytes (156 pages) 0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages) 0x0000000000c28000 - 0x000000003ed92fff, 1041674240 bytes (254315 pages) avail memory = 1041293312 (993 MB) INTR: Adding local APIC 6 as a target FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 6 cpu3 (AP): APIC ID: 7 bios32: Found BIOS32 Service Directory header at 0xc00fd790 bios32: Entry = 0xfd7a1 (c00fd7a1) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0xf0000+0xd7dc pnpbios: Found PnP BIOS data at 0xc00fdf90 pnpbios: Entry = f0000:440f Rev = 1.0 Other BIOS signatures found: APIC: CPU 0 has ACPI ID 0 APIC: CPU 1 has ACPI ID 2 APIC: CPU 2 has ACPI ID 1 APIC: CPU 3 has ACPI ID 3 Security auditing service present BSM auditing present MADT: Found IO APIC ID 14, Interrupt 0 at 0xfec00000 ioapic0: Routing external 8259A's -> intpin 0 MADT: Found IO APIC ID 13, Interrupt 16 at 0xfec01000 MADT: Found IO APIC ID 12, Interrupt 32 at 0xfec02000 MADT: Interrupt override: source 0, irq 2 ioapic0: Routing IRQ 0 -> intpin 2 lapic0: Routing NMI -> LINT1 MADT: Ignoring local NMI routed to ACPI CPU 6 lapic6: Routing NMI -> LINT1 MADT: Ignoring local NMI routed to ACPI CPU 7 MADT: Forcing active-low polarity and level trigger for SCI ioapic0: intpin 3 polarity: low ioapic0: intpin 3 trigger: level ioapic2 irqs 32-47 on motherboard ioapic1 irqs 16-31 on motherboard ioapic0 irqs 0-15 on motherboard cpu0 BSP: ID: 0x00000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010000 null: random: mem: Pentium Pro MTRR support enabled io: npx0: INT 16 interface acpi0: on motherboard ioapic0: routing intpin 3 (ISA IRQ 3) to vector 48 acpi0: [MPSAFE] pci_open(1): mode 1 addr port (0x0cf8) is 0x80002800 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=80] is there (id=00141166) pcibios: BIOS version 2.10 AcpiOsDerivePciId: bus 0 dev 15 func 2 acpi0: Power Button (fixed) acpi0: wakeup code va 0xd7a92000 pa 0x9c000 AcpiOsDerivePciId: bus 0 dev 0 func 0 AcpiOsDerivePciId: bus 0 dev 16 func 0 AcpiOsDerivePciId: bus 0 dev 16 func 2 AcpiOsDerivePciId: bus 0 dev 17 func 0 AcpiOsDerivePciId: bus 0 dev 17 func 2 acpi0: reservation of 460, 2 (4) failed ACPI timer: 1/2 0/3 1/2 1/2 0/3 1/2 1/2 1/2 1/2 1/2 -> 8 Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x488-0x48b on acpi0 pci_link0: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link1: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link2: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link3: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link4: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 10 Validation 0 10 N 0 10 After Disable 0 255 N 0 10 pci_link5: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link6: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link7: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link8: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link9: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link10: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 10 Validation 0 10 N 0 10 After Disable 0 255 N 0 10 pci_link11: Index IRQ Rtd Ref IRQs Initial Probe 0 9 N 0 9 Validation 0 9 N 0 9 After Disable 0 255 N 0 9 pci_link12: Index IRQ Rtd Ref IRQs Initial Probe 0 9 N 0 9 Validation 0 9 N 0 9 After Disable 0 255 N 0 9 pci_link13: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 11 Validation 0 11 N 0 11 After Disable 0 255 N 0 11 pci_link14: Index IRQ Rtd Ref IRQs Initial Probe 0 3 N 0 3 Validation 0 3 N 0 3 After Disable 0 255 N 0 3 pci_link15: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link16: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link17: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link18: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link19: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link20: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link21: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link22: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link23: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link24: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link25: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link26: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link27: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link28: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link29: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link30: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link31: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 none Validation 0 255 N 0 none After Disable 0 255 N 0 none pci_link32: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 11 Validation 0 11 N 0 11 After Disable 0 255 N 0 11 cpu0: on acpi0 cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 pcib0: on acpi0 ACPI: Found matching pin for 0.15.INTA at func 2: 11 pci0: on pcib0 pci0: physical bus=0 found-> vendor=0x1166, dev=0x0014, revid=0x33 bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1166, dev=0x0014, revid=0x00 bus=0, slot=0, func=1 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1166, dev=0x0014, revid=0x00 bus=0, slot=0, func=2 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1002, dev=0x4752, revid=0x27 bus=0, slot=6, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0087, statreg=0x0290, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 1, range 32, base 0xfd000000, size 24, enabled map[14]: type 4, range 32, base 0x2400, size 8, enabled map[18]: type 1, range 32, base 0xfebff000, size 12, enabled pcib0: matched entry for 0.6.INTA pcib0: slot 6 INTA hardwired to IRQ 26 found-> vendor=0x1166, dev=0x0201, revid=0x93 bus=0, slot=15, func=0 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0147, statreg=0x2200, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1166, dev=0x0212, revid=0x93 bus=0, slot=15, func=1 class=01-01-82, hdrtype=0x00, mfdev=1 cmdreg=0x0155, statreg=0x0200, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[20]: type 4, range 32, base 0x700, size 4, enabled found-> vendor=0x1166, dev=0x0220, revid=0x05 bus=0, slot=15, func=2 class=0c-03-10, hdrtype=0x00, mfdev=1 cmdreg=0x0157, statreg=0x0280, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x50 (20000 ns) intpin=a, irq=11 map[10]: type 1, range 32, base 0xfebfe000, size 12, enabled pcib0: matched entry for 0.15.INTA (src \LPUS:0) ioapic0: Changing trigger for pin 11 to level ioapic0: Changing polarity for pin 11 to low pcib0: slot 15 INTA routed to irq 11 via \LPUS found-> vendor=0x1166, dev=0x0225, revid=0x00 bus=0, slot=15, func=3 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x0144, statreg=0x0200, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1166, dev=0x0101, revid=0x05 bus=0, slot=16, func=0 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0142, statreg=0x22b0, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1166, dev=0x0101, revid=0x05 bus=0, slot=16, func=2 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0142, statreg=0x2230, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1166, dev=0x0101, revid=0x05 bus=0, slot=17, func=0 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0142, statreg=0x2230, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1166, dev=0x0101, revid=0x05 bus=0, slot=17, func=2 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0142, statreg=0x2230, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) vgapci0: port 0x2400-0x24ff mem 0xfd000000-0xfdffffff,0xfebff000-0xfebfffff irq 26 at device 6.0 on pci0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x700-0x70f at device 15.1 on pci0 atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0x700 ata0: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 ata0: reset tp1 mask=03 ostat0=50 ostat1=00 ata0: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb ata0: stat1=0x00 err=0x04 lsb=0x00 msb=0x00 ata0: reset tp2 stat0=00 stat1=00 devices=0x4 ioapic0: routing intpin 14 (ISA IRQ 14) to vector 49 ata0: [MPSAFE] ata1: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 ata1: reset tp1 mask=00 ostat0=ff ostat1=ff ioapic0: routing intpin 15 (ISA IRQ 15) to vector 50 ata1: [MPSAFE] pci0: at device 15.2 (no driver attached) isab0: at device 15.3 on pci0 isa0: on isab0 pcib1: on acpi0 pci2: on pcib1 pci2: physical bus=2 found-> vendor=0x8086, dev=0x1229, revid=0x0c bus=2, slot=3, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0157, statreg=0x0290, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0x08 (2000 ns), maxlat=0x38 (14000 ns) intpin=a, irq=10 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 1, range 32, base 0xfbfff000, size 12, enabled map[14]: type 4, range 32, base 0x2500, size 6, enabled map[18]: type 1, range 32, base 0xfbfc0000, size 17, enabled pcib1: matched entry for 2.3.INTA pcib1: slot 3 INTA hardwired to IRQ 20 fxp0: port 0x2500-0x253f mem 0xfbfff000-0xfbffffff,0xfbfc0000-0xfbfdffff irq 20 at device 3.0 on pci2 fxp0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xfbfff000 fxp0: using memory space register mapping fxp0: PCI IDs: 8086 1229 1014 01f1 000c fxp0: Dynamic Standby mode is disabled miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: bpf attached fxp0: Ethernet address: 00:0e:0c:2e:98:88 ioapic1: routing intpin 4 (PCI IRQ 20) to vector 51 fxp0: [MPSAFE] pcib2: on acpi0 pci4: on pcib2 pci4: physical bus=4 pcib3: on acpi0 pci6: on pcib3 pci6: physical bus=6 found-> vendor=0x8086, dev=0x1010, revid=0x01 bus=6, slot=8, func=0 class=02-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0157, statreg=0x0230, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0xff (63750 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type 1, range 64, base 0xf9fe0000, size 17, enabled map[20]: type 4, range 32, base 0x2540, size 6, enabled pcib3: matched entry for 6.8.INTA pcib3: slot 8 INTA hardwired to IRQ 29 found-> vendor=0x8086, dev=0x1010, revid=0x01 bus=6, slot=8, func=1 class=02-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0157, statreg=0x0230, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0xff (63750 ns), maxlat=0x00 (0 ns) intpin=b, irq=3 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type 1, range 64, base 0xf9fc0000, size 17, enabled map[20]: type 4, range 32, base 0x2580, size 6, enabled pcib3: matched entry for 6.8.INTB pcib3: slot 8 INTB hardwired to IRQ 30 em0: port 0x2540-0x257f mem 0xf9fe0000-0xf9ffffff irq 29 at device 8.0 on pci6 em0: Reserved 0x20000 bytes for rid 0x10 type 3 at 0xf9fe0000 em0: Reserved 0x40 bytes for rid 0x20 type 4 at 0x2540 em0: bpf attached em0: Ethernet address: 00:0d:60:1a:4f:c6 ioapic1: routing intpin 13 (PCI IRQ 29) to vector 52 em0: [FAST] em1: port 0x2580-0x25bf mem 0xf9fc0000-0xf9fdffff irq 30 at device 8.1 on pci6 em1: Reserved 0x20000 bytes for rid 0x10 type 3 at 0xf9fc0000 em1: Reserved 0x40 bytes for rid 0x20 type 4 at 0x2580 em1: bpf attached em1: Ethernet address: 00:0d:60:1a:4f:c7 ioapic1: routing intpin 14 (PCI IRQ 30) to vector 53 em1: [FAST] pcib4: on acpi0 pci8: on pcib4 pci8: physical bus=8 found-> vendor=0x1000, dev=0x0030, revid=0x07 bus=8, slot=7, func=0 class=01-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0157, statreg=0x0230, cachelnsz=8 (dwords) lattimer=0x48 (2160 ns), mingnt=0x11 (4250 ns), maxlat=0x12 (4500 ns) intpin=a, irq=9 powerspec 2 supports D0 D1 D2 D3 current D0 MSI supports 1 message, 64 bit map[10]: type 4, range 32, base 0x2600, size 8, enabled map[14]: type 1, range 64, base 0xf7ff0000, size 16, enabled map[1c]: type 1, range 64, base 0xf7fe0000, size 16, enabled pcib4: matched entry for 8.7.INTA pcib4: slot 7 INTA hardwired to IRQ 27 found-> vendor=0x1000, dev=0x0030, revid=0x07 bus=8, slot=7, func=1 class=01-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0157, statreg=0x0230, cachelnsz=8 (dwords) lattimer=0x48 (2160 ns), mingnt=0x11 (4250 ns), maxlat=0x12 (4500 ns) intpin=b, irq=9 powerspec 2 supports D0 D1 D2 D3 current D0 MSI supports 1 message, 64 bit map[10]: type 4, range 32, base 0x2700, size 8, enabled map[14]: type 1, range 64, base 0xf7fd0000, size 16, enabled map[1c]: type 1, range 64, base 0xf7fc0000, size 16, enabled pcib4: matched entry for 8.7.INTB pcib4: slot 7 INTB hardwired to IRQ 28 mpt0: port 0x2600-0x26ff mem 0xf7ff0000-0xf7ffffff,0xf7fe0000-0xf7feffff irq 27 at device 7.0 on pci8 mpt0: Reserved 0x100 bytes for rid 0x10 type 4 at 0x2600 mpt0: Reserved 0x10000 bytes for rid 0x14 type 3 at 0xf7ff0000 mpt0: [GIANT-LOCKED] mpt0: MPI Version=1.2.15.0 mpt0: Capabilities: ( RAID-1 SAFTE ) mpt0: 1 Active Volume (1 Max) mpt0: 2 Hidden Drive Members (6 Max) mpt0: Device not running mpt mailbox: (0x40008112) State Fault WhoInit No One mpt0: mpt_wait_req(4) timed out mpt0: read_cfg_header timed out mpt0: personality mpt_cam attached but would not enable (5) mpt1: port 0x2700-0x27ff mem 0xf7fd0000-0xf7fdffff,0xf7fc0000-0xf7fcffff irq 28 at device 7.1 on pci8 mpt1: Reserved 0x100 bytes for rid 0x10 type 4 at 0x2700 mpt1: Reserved 0x10000 bytes for rid 0x14 type 3 at 0xf7fd0000 mpt1: [GIANT-LOCKED] mpt1: soft reset failed: ack timeout mpt1: WARNING - Failed hard reset! Trying to initialize anyway. mpt1: mpt_reset: failed hard reset (0:0) mpt1: WARNING - Failed hard reset! Trying to initialize anyway. mpt1: mpt_reset: failed hard reset (0:1) mpt1: WARNING - Failed hard reset! Trying to initialize anyway. mpt1: mpt_reset: failed hard reset (0:2) mpt1: WARNING - Failed hard reset! Trying to initialize anyway. mpt1: mpt_reset: failed hard reset (0:3) mpt1: WARNING - Failed hard reset! Trying to initialize anyway. mpt1: mpt_reset: failed hard reset (0:4) mpt1: soft reset failed: device not running mpt1: WARNING - Failed hard reset! Trying to initialize anyway. mpt1: mpt_reset: failed hard reset (1:0) mpt1: WARNING - Failed hard reset! Trying to initialize anyway. mpt1: mpt_reset: failed hard reset (1:1) mpt1: WARNING - Failed hard reset! Trying to initialize anyway. mpt1: mpt_reset: failed hard reset (1:2) mpt1: WARNING - Failed hard reset! Trying to initialize anyway. ... -- Pawel From owner-cvs-all@FreeBSD.ORG Sat Nov 18 15:26:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B630916A40F; Sat, 18 Nov 2006 15:26:00 +0000 (UTC) (envelope-from laszlof@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCD9443D64; Sat, 18 Nov 2006 15:25:55 +0000 (GMT) (envelope-from laszlof@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIFPxbt000154; Sat, 18 Nov 2006 15:25:59 GMT (envelope-from laszlof@repoman.freebsd.org) Received: (from laszlof@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIFPxhm000153; Sat, 18 Nov 2006 15:25:59 GMT (envelope-from laszlof) Message-Id: <200611181525.kAIFPxhm000153@repoman.freebsd.org> From: "Frank J. Laszlo" Date: Sat, 18 Nov 2006 15:25: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/dns/powerdns-recursor 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, 18 Nov 2006 15:26:00 -0000 laszlof 2006-11-18 15:25:59 UTC FreeBSD ports repository Modified files: dns/powerdns-recursor Makefile Log: The config directory specified in 'config.h' is different from the directory used by the rest of the port. PR: ports/105588 Submitted by: Sten Spans Approved by: erwin (co-mentor) Revision Changes Path 1.2 +2 -1 ports/dns/powerdns-recursor/Makefile From owner-cvs-all@FreeBSD.ORG Sat Nov 18 15:31:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9975616A412; Sat, 18 Nov 2006 15:31:49 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id A498443D45; Sat, 18 Nov 2006 15:31:45 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIFVnXF001156; Sat, 18 Nov 2006 15:31:49 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIFVnHd001155; Sat, 18 Nov 2006 15:31:49 GMT (envelope-from dinoex) Message-Id: <200611181531.kAIFVnHd001155@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 18 Nov 2006 15:31: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/databases Makefile ports/databases/mylibrary 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, 18 Nov 2006 15:31:49 -0000 dinoex 2006-11-18 15:31:49 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/mylibrary Makefile distinfo pkg-descr pkg-plist Log: MyLibrary is a data management application using wiki-style link and search. Files and notes can be added into the library as items. Each item can have text-style meta-data and attributes-style meta-data. Items can be linked as wiki, or searched based on meta-data. File content can even be searched with namazu. Author: Yen-Ju Chen Revision Changes Path 1.561 +1 -0 ports/databases/Makefile 1.1 +28 -0 ports/databases/mylibrary/Makefile (new) 1.1 +3 -0 ports/databases/mylibrary/distinfo (new) 1.1 +7 -0 ports/databases/mylibrary/pkg-descr (new) 1.1 +60 -0 ports/databases/mylibrary/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Nov 18 15:32:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DD4DB16A403; Sat, 18 Nov 2006 15:32:19 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5B7643D4C; Sat, 18 Nov 2006 15:32:15 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIFWJwu001256; Sat, 18 Nov 2006 15:32:19 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIFWJ6M001255; Sat, 18 Nov 2006 15:32:19 GMT (envelope-from dinoex) Message-Id: <200611181532.kAIFWJ6M001255@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 18 Nov 2006 15:32: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: 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, 18 Nov 2006 15:32:20 -0000 dinoex 2006-11-18 15:32:19 UTC FreeBSD ports repository Modified files: . modules Log: mylibrary --> ports/databases/mylibrary Revision Changes Path 1.16636 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Nov 18 15:41:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 80A2516A412; Sat, 18 Nov 2006 15:41:07 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4689943DBF; Sat, 18 Nov 2006 15:40:11 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIFeDrA002275; Sat, 18 Nov 2006 15:40:13 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIFeDDU002274; Sat, 18 Nov 2006 15:40:13 GMT (envelope-from sat) Message-Id: <200611181540.kAIFeDDU002274@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sat, 18 Nov 2006 15:40: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/net/p5-Net-Packet 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, 18 Nov 2006 15:41:07 -0000 sat 2006-11-18 15:40:13 UTC FreeBSD ports repository Modified files: net/p5-Net-Packet Makefile distinfo pkg-plist Log: - Update to 3.22 Revision Changes Path 1.7 +13 -35 ports/net/p5-Net-Packet/Makefile 1.7 +3 -3 ports/net/p5-Net-Packet/distinfo 1.6 +15 -7 ports/net/p5-Net-Packet/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Nov 18 15:43:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ED29916A4A0; Sat, 18 Nov 2006 15:43:40 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97DCB43D7C; Sat, 18 Nov 2006 15:41:50 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIFfrnM003186; Sat, 18 Nov 2006 15:41:53 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIFfra4003185; Sat, 18 Nov 2006 15:41:53 GMT (envelope-from sat) Message-Id: <200611181541.kAIFfra4003185@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sat, 18 Nov 2006 15:41: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/security/p5-Net-SinFP 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, 18 Nov 2006 15:43:41 -0000 sat 2006-11-18 15:41:53 UTC FreeBSD ports repository Modified files: security/p5-Net-SinFP Makefile distinfo Log: - Update to 2.05 Revision Changes Path 1.8 +1 -1 ports/security/p5-Net-SinFP/Makefile 1.10 +3 -3 ports/security/p5-Net-SinFP/distinfo From owner-cvs-all@FreeBSD.ORG Sat Nov 18 15:50:23 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9E32B16A4FB; Sat, 18 Nov 2006 15:50:23 +0000 (UTC) (envelope-from bde@zeta.org.au) Received: from mailout2.pacific.net.au (mailout2-3.pacific.net.au [61.8.2.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DDC643D83; Sat, 18 Nov 2006 15:50:16 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout2.pacific.net.au (Postfix) with ESMTP id 94FDE10A3BD; Sun, 19 Nov 2006 02:50:17 +1100 (EST) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailproxy1.pacific.net.au (Postfix) with ESMTP id 75A178C03; Sun, 19 Nov 2006 02:50:16 +1100 (EST) Date: Sun, 19 Nov 2006 02:50:15 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: "M. Warner Losh" In-Reply-To: <20061118.071625.-432825382.imp@bsdimp.com> Message-ID: <20061119014447.N16088@delplex.bde.org> References: <20061117201432.X11101@delplex.bde.org> <20061117.105304.1769993002.imp@bsdimp.com> <20061118214618.U15111@delplex.bde.org> <20061118.071625.-432825382.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: src-committers@freebsd.org, yar@comp.chem.msu.su, cvs-all@freebsd.org, phk@phk.freebsd.dk, cvs-src@freebsd.org, jkoshy@freebsd.org Subject: Re: cvs commit: src/include ar.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, 18 Nov 2006 15:50:23 -0000 On Sat, 18 Nov 2006, M. Warner Losh wrote: > In message: <20061118214618.U15111@delplex.bde.org> > Bruce Evans writes: > : On Fri, 17 Nov 2006, M. Warner Losh wrote: > : > : > In message: <20061117201432.X11101@delplex.bde.org> > : > Bruce Evans writes: > : > : For that the comment should be something like: > : > : > : > : __packed; /* Align (sic) to work around bugs on arm (*). */ > : > : > : > : but I doubt that arm is that broken. > : > : > : > : (*) See this thread for more details. > : > > : > But they aren't bugs. > : > : Er, this thread gived the details of why they are bugs. > > I read the thread. They gave reasons why this broke the assumptions > we've made til now. These assumptions weren't allowed by the > standard. Hence my contention that they aren't bugs. You seem to have missed the main details. No assumptions about alignment were made for struct ip. It is just required to be aligned. Quoting again: %%% /* * Mbuf adjust factor to force 32-bit alignment of IP header. * Drivers should do m_adj(m, ETHER_ALIGN) when setting up a * receive so the upper layers get the IP header properly aligned * past the 14-byte Ethernet header. */ #define ETHER_ALIGN 2 /* driver adjust for IP hdr alignment */ %%% This needs to assume things about packing and alignment to work, but these assumptions are satisfied by all supported arches, and are made for much more that struct ip. Some assumptions about packing were made for struct ip. These are satisfied for all supported arches. Declaring struct ip as __packed without also declaring it as __aligned(4): o bogotifies the above documenation. o punishes all non-broken drivers that do the adjustment. o rewards all broken drivers that don't do the adjustment. o inhibit detection of regressions from non-broken to broken. o gives slow accesses to struct ip on all arches with strict alignment requirements. On other arches, the accesses are only pessimized for cases where an instance of struct ip is actually misaligned, since the compiler doesn't generate extra instructions to access words a byte at a time. Whether a struct ip is aligned depends on how it was generated. If it was generated by a non-broken driver then it is sure to be aligned; if it was generated by a broken driver then it is sure to be misaligned; if it is a local variable then its alignment depends on the compiler's strategy for packing objects that don't need alignment. Misaligned struct ip's are especially bogus for arm, since arm wants extra alignment for chars so as to reduce the number of 1-byte accesses, even for chars, but using __packed increases the number of 1-byte accesses even for non-chars. o breaks all multi-byte accesses to struct ip of the for foo(&ip->mem). This is a compiler bug. When this is fixed, the __packed kludge will become less expedient since either foo()'s API will have to be changed to accept packed objects or ip->mem will have to be laboriously copied to and from a non-packed object just like it should have been all along to be correct and inefficient. Declaring struct ip as both __packed and __aligned(4) would mainly fix all of the above (until m_adj()'s packing and alignment assumptions break) and expose broken drivers and/or ethernet infrastructure. I doubt that there are many such drivers, but note that my favourite etherernet driver (fxp) doesn't have a single reference to either of m_adj() or ETHER_ALIGN. em and bge have several such references, and doing the alignment is apparently a large performance penalty so they have ifdefs on __NO_STRICT_ALIGNMENT to give the pessimized case for arches with strict alignment requirements. __NO_STRICT_ALIGNMENT is only defined for amd64 and i386 and only used in the following drivers in /sys/dev: bge, dc, em, stge. Bruce From owner-cvs-all@FreeBSD.ORG Sat Nov 18 15:50:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D9EC816A5B7; Sat, 18 Nov 2006 15:50:30 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40C5243D66; Sat, 18 Nov 2006 15:50:21 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIFoOsO004051; Sat, 18 Nov 2006 15:50:24 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIFoObT004050; Sat, 18 Nov 2006 15:50:24 GMT (envelope-from sam) Message-Id: <200611181550.kAIFoObT004050@repoman.freebsd.org> From: Sam Leffler Date: Sat, 18 Nov 2006 15:50: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/net ethernet.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, 18 Nov 2006 15:50:31 -0000 sam 2006-11-18 15:50:24 UTC FreeBSD src repository Modified files: sys/net ethernet.h Log: mark struct ether_header packed so gcc honors alignment constratins on arm; this fixes bridging when packets are rx'd so ip headers are 32-bit aligned Reviewed by: imp (and discussed elsewhere) MFC after: 2 weeks Revision Changes Path 1.25 +1 -1 src/sys/net/ethernet.h From owner-cvs-all@FreeBSD.ORG Sat Nov 18 15:52:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DE81A16A412; Sat, 18 Nov 2006 15:52:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from unixfreunde.net (unixfreunde.de [85.214.35.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7468F43D53; Sat, 18 Nov 2006 15:52:46 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: by unixfreunde.net (Postfix, from userid 65534) id 5FAF350AB9; Sat, 18 Nov 2006 16:52:50 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.1.6-gr0 (2006-10-03) on unixfreunde.de X-Spam-Level: ** X-Spam-Status: No, score=2.7 required=5.0 tests=AWL, BAYES_00, FORGED_RCVD_HELO, MIME_BASE64_NO_NAME,MIME_BASE64_TEXT,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=no version=3.1.6-gr0 Received: from miwi.homeunix.org (dslb-082-083-150-031.pools.arcor-ip.net [82.83.150.31]) by unixfreunde.net (Postfix) with ESMTP id D684D50AB2; Sat, 18 Nov 2006 16:52:43 +0100 (CET) Date: Sat, 18 Nov 2006 16:53:09 +0100 From: Martin Wilke To: Andrew Pantyukhin Message-ID: <20061118165309.2e1229ab@miwi.homeunix.org> In-Reply-To: <200611181540.kAIFeDDU002274@repoman.freebsd.org> References: <200611181540.kAIFeDDU002274@repoman.freebsd.org> X-Mailer: Sylpheed-Claws 2.6.0 (GTK+ 2.10.6; i386-portbld-freebsd7.0) User-Agent: miwi@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: base64 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net/p5-Net-Packet 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, 18 Nov 2006 15:52:51 -0000 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpPbiBTYXQs IDE4IE5vdiAyMDA2IDE1OjQwOjEzICswMDAwIChVVEMpDQpBbmRyZXcgUGFudHl1a2hpbiA8c2F0 QEZyZWVCU0Qub3JnPiB3cm90ZToNCg0KPiBzYXQgICAgICAgICAyMDA2LTExLTE4IDE1OjQwOjEz IFVUQw0KPiANCj4gICBGcmVlQlNEIHBvcnRzIHJlcG9zaXRvcnkNCj4gDQo+ICAgTW9kaWZpZWQg ZmlsZXM6DQo+ICAgICBuZXQvcDUtTmV0LVBhY2tldCAgICBNYWtlZmlsZSBkaXN0aW5mbyBwa2ct cGxpc3QgDQo+ICAgTG9nOg0KPiAgIC0gVXBkYXRlIHRvIDMuMjINCg0KSGF2ZSB5b3UgYXNrIHRo ZSBNYWludGFpbmVyIGZvciBhcHByb3ZhbCA/Pw0KPiAgIA0KPiAgIFJldmlzaW9uICBDaGFuZ2Vz ICAgIFBhdGgNCj4gICAxLjcgICAgICAgKzEzIC0zNSAgICBwb3J0cy9uZXQvcDUtTmV0LVBhY2tl dC9NYWtlZmlsZQ0KPiAgIDEuNyAgICAgICArMyAtMyAgICAgIHBvcnRzL25ldC9wNS1OZXQtUGFj a2V0L2Rpc3RpbmZvDQo+ICAgMS42ICAgICAgICsxNSAtNyAgICAgcG9ydHMvbmV0L3A1LU5ldC1Q YWNrZXQvcGtnLXBsaXN0DQo+IF9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fDQo+IGN2cy1wb3J0c0BmcmVlYnNkLm9yZyBtYWlsaW5nIGxpc3QNCj4gaHR0cDov L2xpc3RzLmZyZWVic2Qub3JnL21haWxtYW4vbGlzdGluZm8vY3ZzLXBvcnRzDQo+IFRvIHVuc3Vi c2NyaWJlLCBzZW5kIGFueSBtYWlsIHRvICJjdnMtcG9ydHMtdW5zdWJzY3JpYmVAZnJlZWJzZC5v cmciDQoNCg0KLSAtLSANCk1hcnRpbiBXaWxrZQkJfCBpcmMudW5peGZyZXVuZGUuZGUgI2JzZCAN Cm1pd2lARnJlZUJTRC5vcmcJfCBtaXdpQHVuaXhmcmV1bmRlLmRlDQpGcmVlQlNEIENvbW1pdGVy CXwgUG93ZXIgdG8gU2VydmUNCi0tLS0tQkVHSU4gUEdQIFNJR05BVFVSRS0tLS0tDQpWZXJzaW9u OiBHbnVQRyB2MS40LjUgKEZyZWVCU0QpDQoNCmlEOERCUUZGWHl4bVByQ0lGcGpXWml3UkFzVElB Sjk3QlY3dE1MRENIWFBaZ01ERXJQOU1MRHArc2dDZU5tK20NClQxTFEzRWRtMHVWd0s5ZkxtZm9I VGo4PQ0KPUZjbmENCi0tLS0tRU5EIFBHUCBTSUdOQVRVUkUtLS0tLQ0K From owner-cvs-all@FreeBSD.ORG Sat Nov 18 16:32:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9F59C16A40F; Sat, 18 Nov 2006 16:32:00 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6984143D45; Sat, 18 Nov 2006 16:31:56 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIGW0gj012861; Sat, 18 Nov 2006 16:32:00 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIGW004012858; Sat, 18 Nov 2006 16:32:00 GMT (envelope-from dinoex) Message-Id: <200611181632.kAIGW004012858@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 18 Nov 2006 16:31: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/games Makefile ports/games/nextgo Makefile distinfo pkg-descr pkg-plist ports/games/nextgo/files patch-smartgo.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, 18 Nov 2006 16:32:00 -0000 dinoex 2006-11-18 16:31:59 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/nextgo Makefile distinfo pkg-descr pkg-plist games/nextgo/files patch-smartgo.h Log: NeXTGo is the classic Go game originally written for the OPENSTEP/Mach environment. WWW: http://www.nongnu.org/gap/nextgo/index.html Revision Changes Path 1.1056 +1 -0 ports/games/Makefile 1.1 +29 -0 ports/games/nextgo/Makefile (new) 1.1 +3 -0 ports/games/nextgo/distinfo (new) 1.1 +20 -0 ports/games/nextgo/files/patch-smartgo.h (new) 1.1 +4 -0 ports/games/nextgo/pkg-descr (new) 1.1 +19 -0 ports/games/nextgo/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Nov 18 16:32:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0D86F16A407; Sat, 18 Nov 2006 16:32:33 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94C7943D58; Sat, 18 Nov 2006 16:32:28 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIGWWTe013089; Sat, 18 Nov 2006 16:32:32 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIGWWYi013088; Sat, 18 Nov 2006 16:32:32 GMT (envelope-from dinoex) Message-Id: <200611181632.kAIGWWYi013088@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 18 Nov 2006 16:32: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: 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, 18 Nov 2006 16:32:33 -0000 dinoex 2006-11-18 16:32:32 UTC FreeBSD ports repository Modified files: . modules Log: nextgo --> ports/games/nextgo Revision Changes Path 1.16637 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Nov 18 17:04:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3798616A407; Sat, 18 Nov 2006 17:04:29 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE3F343D49; Sat, 18 Nov 2006 17:04:24 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIH4SAw028013; Sat, 18 Nov 2006 17:04:28 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIH4S13028012; Sat, 18 Nov 2006 17:04:28 GMT (envelope-from ahze) Message-Id: <200611181704.kAIH4S13028012@repoman.freebsd.org> From: Michael Johnson Date: Sat, 18 Nov 2006 17:04: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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 18 Nov 2006 17:04:29 -0000 ahze 2006-11-18 17:04:28 UTC FreeBSD ports repository Modified files: mail/thunderbird Makefile Log: Mark CONFLICTS with mail/lightning Revision Changes Path 1.70 +1 -0 ports/mail/thunderbird/Makefile From owner-cvs-all@FreeBSD.ORG Sat Nov 18 17:06:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 19E5E16A407; Sat, 18 Nov 2006 17:06:24 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7872643D6B; Sat, 18 Nov 2006 17:06:19 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIH6NaA028197; Sat, 18 Nov 2006 17:06:23 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIH6Nbb028196; Sat, 18 Nov 2006 17:06:23 GMT (envelope-from ahze) Message-Id: <200611181706.kAIH6Nbb028196@repoman.freebsd.org> From: Michael Johnson Date: Sat, 18 Nov 2006 17:06: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/mail/lightning 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, 18 Nov 2006 17:06:24 -0000 ahze 2006-11-18 17:06:23 UTC FreeBSD ports repository Modified files: mail/lightning Makefile Log: Set LATEST_LINK to thunderbird-${PORTNAME} so we don't conflict with devel/lightning Revision Changes Path 1.3 +1 -0 ports/mail/lightning/Makefile From owner-cvs-all@FreeBSD.ORG Sat Nov 18 17:16:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0DF6A16A407; Sat, 18 Nov 2006 17:16:09 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23EA743D8C; Sat, 18 Nov 2006 17:15:59 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIHG3B3029875; Sat, 18 Nov 2006 17:16:03 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIHG3Sw029874; Sat, 18 Nov 2006 17:16:03 GMT (envelope-from kmacy) Message-Id: <200611181716.kAIHG3Sw029874@repoman.freebsd.org> From: Kip Macy Date: Sat, 18 Nov 2006 17:16: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/sun4v/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: Sat, 18 Nov 2006 17:16:09 -0000 kmacy 2006-11-18 17:16:03 UTC FreeBSD src repository Modified files: sys/sun4v/conf NOTES Log: eeprom has been removed from sun4v - remove from NOTES Revision Changes Path 1.8 +1 -1 src/sys/sun4v/conf/NOTES From owner-cvs-all@FreeBSD.ORG Sat Nov 18 17:18:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 22DC116A403; Sat, 18 Nov 2006 17:18:46 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADCCF43D46; Sat, 18 Nov 2006 17:18:41 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIHIjPF030091; Sat, 18 Nov 2006 17:18:45 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIHIjip030090; Sat, 18 Nov 2006 17:18:45 GMT (envelope-from thierry) Message-Id: <200611181718.kAIHIjip030090@repoman.freebsd.org> From: Thierry Thomas Date: Sat, 18 Nov 2006 17:18: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/math/dislin Makefile distinfo distinfo-5.4 distinfo-6.0 pkg-plist ports/math/dislin/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: Sat, 18 Nov 2006 17:18:46 -0000 thierry 2006-11-18 17:18:45 UTC FreeBSD ports repository Modified files: math/dislin Makefile distinfo distinfo-5.4 distinfo-6.0 pkg-plist math/dislin/files pkg-message.in Log: Upgrade to Dislin 9.1. Changelog at . Revision Changes Path 1.22 +15 -3 ports/math/dislin/Makefile 1.7 +3 -3 ports/math/dislin/distinfo 1.4 +3 -3 ports/math/dislin/distinfo-5.4 1.4 +3 -3 ports/math/dislin/distinfo-6.0 1.2 +6 -0 ports/math/dislin/files/pkg-message.in 1.3 +5 -4 ports/math/dislin/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Nov 18 17:28:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AFD0016A40F; Sat, 18 Nov 2006 17:28:33 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5490D43D67; Sat, 18 Nov 2006 17:27:35 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIHRdlh031783; Sat, 18 Nov 2006 17:27:39 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIHRd1K031782; Sat, 18 Nov 2006 17:27:39 GMT (envelope-from kib) Message-Id: <200611181727.kAIHRd1K031782@repoman.freebsd.org> From: Konstantin Belousov Date: Sat, 18 Nov 2006 17:27: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/sys/compat/linux linux_getcwd.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, 18 Nov 2006 17:28:33 -0000 kib 2006-11-18 17:27:39 UTC FreeBSD src repository Modified files: sys/compat/linux linux_getcwd.c Log: Add missed ")". Fix the build. Pointy hat to: kib Revision Changes Path 1.27 +1 -1 src/sys/compat/linux/linux_getcwd.c From owner-cvs-all@FreeBSD.ORG Sat Nov 18 17:29:14 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8D1CA16A492 for ; Sat, 18 Nov 2006 17:29:14 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 776C643D64 for ; Sat, 18 Nov 2006 17:29:05 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so1395202nfc for ; Sat, 18 Nov 2006 09:29:08 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=kLUgoER6iRzR5tZdXP1tUQi5PIFjfU+SGxeDkZp5lGXt5cg4oaYqqlIZZVCNIetRsZaFFRpw3wC0Fo59vkCLoj3vGVcmU8cDvSRfU7iIvA+z3Jv6iQvGyLbzPDvbCIG3hs1zZyLB0nAMuAuNJ7L5C13zjJRoOmmGkGXZsU674tM= Received: by 10.78.160.2 with SMTP id i2mr3353131hue.1163870948082; Sat, 18 Nov 2006 09:29:08 -0800 (PST) Received: by 10.78.167.16 with HTTP; Sat, 18 Nov 2006 09:29:07 -0800 (PST) Message-ID: Date: Sat, 18 Nov 2006 20:29:07 +0300 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Martin Wilke" In-Reply-To: <20061118165309.2e1229ab@miwi.homeunix.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200611181540.kAIFeDDU002274@repoman.freebsd.org> <20061118165309.2e1229ab@miwi.homeunix.org> X-Google-Sender-Auth: 9660e4b97fa050bd Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/net/p5-Net-Packet Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: infofarmer@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, 18 Nov 2006 17:29:14 -0000 On 11/18/06, Martin Wilke wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Sat, 18 Nov 2006 15:40:13 +0000 (UTC) > Andrew Pantyukhin wrote: > > > sat 2006-11-18 15:40:13 UTC > > > > FreeBSD ports repository > > > > Modified files: > > net/p5-Net-Packet Makefile distinfo pkg-plist > > Log: > > - Update to 3.22 > > Have you asked the maintainer for approval? Not quite, but we've been working for some time with Patrice and basically he's okay about me breaking his ports (I also maintain some of his CPAN modules). I often make commits without explicit approvals, sometimes by mistake (like the recent one to fluxbox-devel), but mostly when I'm sure that maintainers expect me to do that. The reason I omit the implicit approval tag sometimes is (1) I'm lazy and (2) that seems like just an extra bit of noise. I actually have a lengthier explanation on my mind, but again (1) I'm lazy to type it all here and (2) we need to move to another list to discuss it. Sorry for the confusion and thanks to your sharp eye! From owner-cvs-all@FreeBSD.ORG Sat Nov 18 18:13:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 134BF16A416; Sat, 18 Nov 2006 18:13:30 +0000 (UTC) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8380D43D8D; Sat, 18 Nov 2006 17:57:18 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIHuxCn037079; Sat, 18 Nov 2006 17:56:59 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIHuxHr037078; Sat, 18 Nov 2006 17:56:59 GMT (envelope-from ceri) Message-Id: <200611181756.kAIHuxHr037078@repoman.freebsd.org> From: Ceri Davies Date: Sat, 18 Nov 2006 17:56: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/share/man/man9 p_candebug.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: Sat, 18 Nov 2006 18:13:30 -0000 ceri 2006-11-18 17:56:59 UTC FreeBSD src repository Modified files: share/man/man9 p_candebug.9 Log: Have the synopsis compile. Pointed out by: ru Revision Changes Path 1.4 +2 -1 src/share/man/man9/p_candebug.9 From owner-cvs-all@FreeBSD.ORG Sat Nov 18 18:15:00 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 905C416A5B3 for ; Sat, 18 Nov 2006 18:15:00 +0000 (UTC) (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 3AFC4445A1 for ; Sat, 18 Nov 2006 18:06:01 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id kAII30ah012683; Sat, 18 Nov 2006 11:03:01 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 18 Nov 2006 11:03:43 -0700 (MST) Message-Id: <20061118.110343.58444366.imp@bsdimp.com> To: bde@zeta.org.au From: "M. Warner Losh" In-Reply-To: <20061118214618.U15111@delplex.bde.org> References: <20061117201432.X11101@delplex.bde.org> <20061117.105304.1769993002.imp@bsdimp.com> <20061118214618.U15111@delplex.bde.org> X-Mailer: Mew version 4.2 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, 18 Nov 2006 11:03:04 -0700 (MST) Cc: src-committers@freebsd.org, yar@comp.chem.msu.su, cvs-all@freebsd.org, phk@phk.freebsd.dk, cvs-src@freebsd.org, jkoshy@freebsd.org Subject: Re: cvs commit: src/include ar.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, 18 Nov 2006 18:15:00 -0000 In message: <20061118214618.U15111@delplex.bde.org> Bruce Evans writes: : On Fri, 17 Nov 2006, M. Warner Losh wrote: : : > In message: <20061117201432.X11101@delplex.bde.org> : > Bruce Evans writes: : > : For that the comment should be something like: : > : : > : __packed; /* Align (sic) to work around bugs on arm (*). */ : > : : > : but I doubt that arm is that broken. : > : : > : (*) See this thread for more details. : > : > But they aren't bugs. : : Er, this thread gived the details of why they are bugs. Wait, is this the ar or the struct ip thing.. Ar is clearly needed, but I was going to test the packedness on struct ip... I've just had my first son and am operating on too little sleep :-(. Warner From owner-cvs-all@FreeBSD.ORG Sat Nov 18 18:22:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4308016A4A0; Sat, 18 Nov 2006 18:22:17 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0DB643D49; Sat, 18 Nov 2006 18:22:07 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIIMCue042824; Sat, 18 Nov 2006 18:22:12 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIIMCG0042822; Sat, 18 Nov 2006 18:22:12 GMT (envelope-from rodrigc) Message-Id: <200611181822.kAIIMCG0042822@repoman.freebsd.org> From: Craig Rodrigues Date: Sat, 18 Nov 2006 18:22: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/gnu/fs/ext2fs ext2_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, 18 Nov 2006 18:22:17 -0000 rodrigc 2006-11-18 18:22:11 UTC FreeBSD src repository Modified files: sys/gnu/fs/ext2fs ext2_vfsops.c Log: Previously, the mount_ext2fs binary listed the acceptable mount options for ext2fs. Now that we use nmount() directly from the mount binary to access ext2fs filesystems, add the list of acceptable mount options to ext2_ops, so that vfs_filteropts() will accept options like "noatime" for ext2fs. PR: 105483 Noticed by: Dr. Markus Waldeck MFC after: 1 month Revision Changes Path 1.160 +4 -1 src/sys/gnu/fs/ext2fs/ext2_vfsops.c From owner-cvs-all@FreeBSD.ORG Sat Nov 18 18:50:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D129116A4FE; Sat, 18 Nov 2006 18:50:21 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C60B43DC3; Sat, 18 Nov 2006 18:47:50 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIIlYqu047112; Sat, 18 Nov 2006 18:47:34 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIIlY3g047111; Sat, 18 Nov 2006 18:47:34 GMT (envelope-from mezz) Message-Id: <200611181847.kAIIlY3g047111@repoman.freebsd.org> From: Jeremy Messenger Date: Sat, 18 Nov 2006 18: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/multimedia/gstreamer-plugins Makefile.common X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 18 Nov 2006 18:50:22 -0000 mezz 2006-11-18 18:47:34 UTC FreeBSD ports repository Modified files: multimedia/gstreamer-plugins Makefile.common Log: Fix the INDEX build for the old FreeBSD (4.x). Reported by: a few Submitted by: shaun Revision Changes Path 1.37 +6 -1 ports/multimedia/gstreamer-plugins/Makefile.common From owner-cvs-all@FreeBSD.ORG Sat Nov 18 18:51:01 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EDCF516A416; Sat, 18 Nov 2006 18:51:01 +0000 (UTC) (envelope-from bde@zeta.org.au) Received: from mailout2.pacific.net.au (mailout2-3.pacific.net.au [61.8.2.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC66A43D76; Sat, 18 Nov 2006 18:48:10 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout2.pacific.net.au (Postfix) with ESMTP id 7D4D910D177; Sun, 19 Nov 2006 05:47:42 +1100 (EST) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailproxy1.pacific.net.au (Postfix) with ESMTP id BB0048C09; Sun, 19 Nov 2006 05:47:41 +1100 (EST) Date: Sun, 19 Nov 2006 05:47:40 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: "M. Warner Losh" In-Reply-To: <20061118.110343.58444366.imp@bsdimp.com> Message-ID: <20061119052526.S16985@delplex.bde.org> References: <20061117201432.X11101@delplex.bde.org> <20061117.105304.1769993002.imp@bsdimp.com> <20061118214618.U15111@delplex.bde.org> <20061118.110343.58444366.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: src-committers@freebsd.org, yar@comp.chem.msu.su, cvs-all@freebsd.org, phk@phk.freebsd.dk, cvs-src@freebsd.org, jkoshy@freebsd.org Subject: Re: cvs commit: src/include ar.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, 18 Nov 2006 18:51:02 -0000 On Sat, 18 Nov 2006, M. Warner Losh wrote: > In message: <20061118214618.U15111@delplex.bde.org> > Bruce Evans writes: > : On Fri, 17 Nov 2006, M. Warner Losh wrote: > : > : > In message: <20061117201432.X11101@delplex.bde.org> > : > Bruce Evans writes: > : > : For that the comment should be something like: > : > : > : > : __packed; /* Align (sic) to work around bugs on arm (*). */ > : > : > : > : but I doubt that arm is that broken. > : > : > : > : (*) See this thread for more details. > : > > : > But they aren't bugs. > : > : Er, this thread gived the details of why they are bugs. > > Wait, is this the ar or the struct ip thing.. Ar is clearly needed, > but I was going to test the packedness on struct ip... I've just had > my first son and am operating on too little sleep :-(. I was mostly talking about struct ip. Something is needed for struct ar_hdr, since although it has size a multiple of 4 applications expect it to have alignment 1 but arm gives it alignment 4. Something is needed for struct ether_header (which sam recently packed), since it wants to have size 14 and alignment 2, but arm gives it size 16 and alignment 4. Nothing shoulded be need for struct ip, since it wants to have size 20 and alignment 4, and arm gives it that. struct ether header now has alignment 1. I don't like that... Immediately after struct ether_header in , there is struct ether_addr. This wants to have size 6 and alignment 1 (it wants to be just 6 octets), but is still unpacked so it has size 8 and alignment 4 on arm. It's surprising that anything in ethernet works on arm. Bruce From owner-cvs-all@FreeBSD.ORG Sat Nov 18 19:02:10 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D185016A407; Sat, 18 Nov 2006 19:02:10 +0000 (UTC) (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 5FB1E43DAC; Sat, 18 Nov 2006 19:00:13 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id kAIInUMT013054; Sat, 18 Nov 2006 11:49:30 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 18 Nov 2006 11:50:13 -0700 (MST) Message-Id: <20061118.115013.-782815408.imp@bsdimp.com> To: bde@zeta.org.au From: "M. Warner Losh" In-Reply-To: <20061119014447.N16088@delplex.bde.org> References: <20061118214618.U15111@delplex.bde.org> <20061118.071625.-432825382.imp@bsdimp.com> <20061119014447.N16088@delplex.bde.org> X-Mailer: Mew version 4.2 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, 18 Nov 2006 11:49:31 -0700 (MST) Cc: src-committers@freebsd.org, yar@comp.chem.msu.su, cvs-all@freebsd.org, phk@phk.freebsd.dk, cvs-src@freebsd.org, jkoshy@freebsd.org Subject: Re: cvs commit: src/include ar.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, 18 Nov 2006 19:02:11 -0000 In message: <20061119014447.N16088@delplex.bde.org> Bruce Evans writes: : You seem to have missed the main details. Ah, I did get confused. Sorry to be so grumpy.. Warner From owner-cvs-all@FreeBSD.ORG Sat Nov 18 19:04:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C8DFE16A506; Sat, 18 Nov 2006 19:04:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43B3243E05; Sat, 18 Nov 2006 19:03:28 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIJ3Q2v051309; Sat, 18 Nov 2006 19:03:26 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIJ3QfK051308; Sat, 18 Nov 2006 19:03:26 GMT (envelope-from miwi) Message-Id: <200611181903.kAIJ3QfK051308@repoman.freebsd.org> From: Martin Wilke Date: Sat, 18 Nov 2006 19:03: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/audio/espeak Makefile distinfo pkg-plist ports/audio/espeak/files patch-src-Makefile patch-src-speech.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, 18 Nov 2006 19:04:24 -0000 miwi 2006-11-18 19:03:26 UTC FreeBSD ports repository Modified files: audio/espeak Makefile distinfo pkg-plist audio/espeak/files patch-src-Makefile Removed files: audio/espeak/files patch-src-speech.h Log: - Update to 1.17 PR: ports/105644 Submitted by: Nicola Vitale (maintainer) Revision Changes Path 1.5 +1 -1 ports/audio/espeak/Makefile 1.4 +3 -3 ports/audio/espeak/distinfo 1.5 +21 -12 ports/audio/espeak/files/patch-src-Makefile 1.2 +0 -11 ports/audio/espeak/files/patch-src-speech.h (dead) 1.4 +5 -1 ports/audio/espeak/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Nov 18 19:18:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E29E616A416; Sat, 18 Nov 2006 19:18:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D30C43E80; Sat, 18 Nov 2006 19:14:33 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIJEZRC053403; Sat, 18 Nov 2006 19:14:35 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIJEZnm053402; Sat, 18 Nov 2006 19:14:35 GMT (envelope-from miwi) Message-Id: <200611181914.kAIJEZnm053402@repoman.freebsd.org> From: Martin Wilke Date: Sat, 18 Nov 2006 19:14: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/x11-fm/krusader 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, 18 Nov 2006 19:18:48 -0000 miwi 2006-11-18 19:14:35 UTC FreeBSD ports repository Modified files: x11-fm/krusader Makefile Log: - Mark broken on 4.x PR: ports/105648 Submitted by: Heiner (maintainer) Revision Changes Path 1.19 +8 -2 ports/x11-fm/krusader/Makefile From owner-cvs-all@FreeBSD.ORG Sat Nov 18 19:21:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 02AC216A4A7; Sat, 18 Nov 2006 19:21:11 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A9FD43EE9; Sat, 18 Nov 2006 19:16:35 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIJGdak053571; Sat, 18 Nov 2006 19:16:39 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIJGdGR053570; Sat, 18 Nov 2006 19:16:39 GMT (envelope-from miwi) Message-Id: <200611181916.kAIJGdGR053570@repoman.freebsd.org> From: Martin Wilke Date: Sat, 18 Nov 2006 19:16: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/x11/mrxvt-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: Sat, 18 Nov 2006 19:21:11 -0000 miwi 2006-11-18 19:16:39 UTC FreeBSD ports repository Modified files: x11/mrxvt-devel Makefile Log: - Add options knobs PR: ports/105551 Submitted by: Eygene Approved by: maintainer (via irc) Revision Changes Path 1.6 +62 -5 ports/x11/mrxvt-devel/Makefile From owner-cvs-all@FreeBSD.ORG Sat Nov 18 19:22:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8DF0316A403; Sat, 18 Nov 2006 19:22:23 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE90643F04; Sat, 18 Nov 2006 19:16:52 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIJGuM4053610; Sat, 18 Nov 2006 19:16:56 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIJGuIh053609; Sat, 18 Nov 2006 19:16:56 GMT (envelope-from sem) Message-Id: <200611181916.kAIJGuIh053609@repoman.freebsd.org> From: Sergey Matveychuk Date: Sat, 18 Nov 2006 19:16: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/sysutils/portupgrade-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: Sat, 18 Nov 2006 19:22:23 -0000 sem 2006-11-18 19:16:56 UTC FreeBSD ports repository Modified files: sysutils/portupgrade-devel Makefile distinfo Log: - Update to 2.2.2 Fix a little (rarely appeared) problem with locking. Reported by: Lowell Gilbert Revision Changes Path 1.233 +1 -1 ports/sysutils/portupgrade-devel/Makefile 1.170 +3 -3 ports/sysutils/portupgrade-devel/distinfo From owner-cvs-all@FreeBSD.ORG Sat Nov 18 19:24:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BBC4E16A4C2; Sat, 18 Nov 2006 19:24:17 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FBAF43EAF; Sat, 18 Nov 2006 19:20:34 +0000 (GMT) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIJKcC0053849; Sat, 18 Nov 2006 19:20:38 GMT (envelope-from stefan@repoman.freebsd.org) Received: (from stefan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIJKcnd053848; Sat, 18 Nov 2006 19:20:38 GMT (envelope-from stefan) Message-Id: <200611181920.kAIJKcnd053848@repoman.freebsd.org> From: Stefan Walter Date: Sat, 18 Nov 2006 19:20: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/devel/ice 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, 18 Nov 2006 19:24:17 -0000 stefan 2006-11-18 19:20:38 UTC FreeBSD ports repository Modified files: devel/ice Makefile Log: Fix port for cases in which NOPORTDOCS is defined. PR: 105498 Submitted by: Mark Andrews Patch by: maintainer Revision Changes Path 1.10 +1 -1 ports/devel/ice/Makefile From owner-cvs-all@FreeBSD.ORG Sat Nov 18 19:27:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1377B16A4FD; Sat, 18 Nov 2006 19:27:28 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5CF643F68; Sat, 18 Nov 2006 19:23:35 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIJNbqF055023; Sat, 18 Nov 2006 19:23:37 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIJNbD3055021; Sat, 18 Nov 2006 19:23:37 GMT (envelope-from kmacy) Message-Id: <200611181923.kAIJNbD3055021@repoman.freebsd.org> From: Kip Macy Date: Sat, 18 Nov 2006 19:23: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/sys/sun4v/include pcpu.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, 18 Nov 2006 19:27:28 -0000 kmacy 2006-11-18 19:23:37 UTC FreeBSD src repository Modified files: sys/sun4v/include pcpu.h Log: remove unused fields Approved by: scottl (standing in for mentor rwatson) Revision Changes Path 1.2 +1 -3 src/sys/sun4v/include/pcpu.h From owner-cvs-all@FreeBSD.ORG Sat Nov 18 19:30:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B888C16A4CA; Sat, 18 Nov 2006 19:30:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EA8843F87; Sat, 18 Nov 2006 19:25:42 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIJPh17055441; Sat, 18 Nov 2006 19:25:43 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIJPh1U055440; Sat, 18 Nov 2006 19:25:43 GMT (envelope-from miwi) Message-Id: <200611181925.kAIJPh1U055440@repoman.freebsd.org> From: Martin Wilke Date: Sat, 18 Nov 2006 19:25: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/devel Makefile ports/devel/p5-Time-Stopwatch 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, 18 Nov 2006 19:30:38 -0000 miwi 2006-11-18 19:25:43 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Time-Stopwatch Makefile distinfo pkg-descr pkg-plist Log: This module provides a convenient interface to timing functions through tied scalars. WWW: http://search.cpan.org/dist/Time-Stopwatch/ PR: ports/105643 Submitted by: Sulev-Madis Silber Revision Changes Path 1.2515 +1 -0 ports/devel/Makefile 1.1 +22 -0 ports/devel/p5-Time-Stopwatch/Makefile (new) 1.1 +3 -0 ports/devel/p5-Time-Stopwatch/distinfo (new) 1.1 +4 -0 ports/devel/p5-Time-Stopwatch/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-Time-Stopwatch/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Nov 18 19:31:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3EF8D16A504; Sat, 18 Nov 2006 19:31:07 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 903C143F88; Sat, 18 Nov 2006 19:26:10 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIJQ91M055507; Sat, 18 Nov 2006 19:26:09 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIJQ9YK055506; Sat, 18 Nov 2006 19:26:09 GMT (envelope-from miwi) Message-Id: <200611181926.kAIJQ9YK055506@repoman.freebsd.org> From: Martin Wilke Date: Sat, 18 Nov 2006 19:26: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: Sat, 18 Nov 2006 19:31:07 -0000 miwi 2006-11-18 19:26:09 UTC FreeBSD ports repository Modified files: . modules Log: p5-Time-Stopwatch --> ports/devel/p5-Time-Stopwatch Revision Changes Path 1.16638 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Nov 18 19:53:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E6AA616A47B; Sat, 18 Nov 2006 19:53:58 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DE7443D77; Sat, 18 Nov 2006 19:53:41 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIJrkFH060522; Sat, 18 Nov 2006 19:53:46 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIJrkB3060521; Sat, 18 Nov 2006 19:53:46 GMT (envelope-from lth) Message-Id: <200611181953.kAIJrkB3060521@repoman.freebsd.org> From: Lars Thegler Date: Sat, 18 Nov 2006 19:53: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-Email-Delete 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, 18 Nov 2006 19:53:59 -0000 lth 2006-11-18 19:53:46 UTC FreeBSD ports repository Modified files: mail/p5-Email-Delete Makefile distinfo Log: Update to 1.02.1 (distversion 1.021) Revision Changes Path 1.2 +3 -2 ports/mail/p5-Email-Delete/Makefile 1.3 +3 -3 ports/mail/p5-Email-Delete/distinfo From owner-cvs-all@FreeBSD.ORG Sat Nov 18 20:06:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6691416A40F; Sat, 18 Nov 2006 20:06:18 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 291A643D66; Sat, 18 Nov 2006 20:06:11 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIK6F4k063774; Sat, 18 Nov 2006 20:06:16 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIK6FBn063773; Sat, 18 Nov 2006 20:06:15 GMT (envelope-from kensmith) Message-Id: <200611182006.kAIK6FBn063773@repoman.freebsd.org> From: Ken Smith Date: Sat, 18 Nov 2006 20:06: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: CVSROOT approvers X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 18 Nov 2006 20:06:18 -0000 kensmith 2006-11-18 20:06:15 UTC FreeBSD src repository Modified files: . approvers Log: Release RELENG_6 from code freeze. Approved by: core (implicit) Revision Changes Path 1.38 +1 -1 CVSROOT/approvers From owner-cvs-all@FreeBSD.ORG Sat Nov 18 20:18:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 67F2D16A47E; Sat, 18 Nov 2006 20:18:20 +0000 (UTC) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A2F543D5F; Sat, 18 Nov 2006 20:17:40 +0000 (GMT) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIKHiiG065581; Sat, 18 Nov 2006 20:17:44 GMT (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIKHiGQ065580; Sat, 18 Nov 2006 20:17:44 GMT (envelope-from silby) Message-Id: <200611182017.kAIKHiGQ065580@repoman.freebsd.org> From: Mike Silbersack Date: Sat, 18 Nov 2006 20:17: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: 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: Sat, 18 Nov 2006 20:18:20 -0000 silby 2006-11-18 20:17:44 UTC FreeBSD ports repository Modified files: . access Log: Remove myself from the ports access file, as requested by the grim reaper. Revision Changes Path 1.740 +0 -1 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Sat Nov 18 20:21:37 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9756216A412; Sat, 18 Nov 2006 20:21:37 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FF7443D64; Sat, 18 Nov 2006 20:21:30 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id kAIKLWwY085580; Sat, 18 Nov 2006 23:21:32 +0300 (MSK) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.3/Submit) id kAIKLPwY085576; Sat, 18 Nov 2006 23:21:25 +0300 (MSK) (envelope-from yar) Date: Sat, 18 Nov 2006 23:21:25 +0300 From: Yar Tikhiy To: Bruce Evans Message-ID: <20061118202125.GD80527@comp.chem.msu.su> References: <20061117201432.X11101@delplex.bde.org> <20061117.105304.1769993002.imp@bsdimp.com> <20061118214618.U15111@delplex.bde.org> <20061118.110343.58444366.imp@bsdimp.com> <20061119052526.S16985@delplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061119052526.S16985@delplex.bde.org> User-Agent: Mutt/1.5.9i Cc: src-committers@freebsd.org, jkoshy@freebsd.org, cvs-all@freebsd.org, phk@phk.freebsd.dk, cvs-src@freebsd.org, "M. Warner Losh" Subject: Re: cvs commit: src/include ar.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, 18 Nov 2006 20:21:37 -0000 On Sun, Nov 19, 2006 at 05:47:40AM +1100, Bruce Evans wrote: > On Sat, 18 Nov 2006, M. Warner Losh wrote: > > >In message: <20061118214618.U15111@delplex.bde.org> > > Bruce Evans writes: > >: On Fri, 17 Nov 2006, M. Warner Losh wrote: > >: > >: > In message: <20061117201432.X11101@delplex.bde.org> > >: > Bruce Evans writes: > >: > : For that the comment should be something like: > >: > : > >: > : __packed; /* Align (sic) to work around bugs on arm > >(*). */ > >: > : > >: > : but I doubt that arm is that broken. > >: > : > >: > : (*) See this thread for more details. > >: > > >: > But they aren't bugs. > >: > >: Er, this thread gived the details of why they are bugs. > > > >Wait, is this the ar or the struct ip thing.. Ar is clearly needed, > >but I was going to test the packedness on struct ip... I've just had > >my first son and am operating on too little sleep :-(. > > I was mostly talking about struct ip. Something is needed for struct > ar_hdr, since although it has size a multiple of 4 applications expect > it to have alignment 1 but arm gives it alignment 4. Something is needed > for struct ether_header (which sam recently packed), since it wants to > have size 14 and alignment 2, but arm gives it size 16 and alignment 4. > Nothing shoulded be need for struct ip, since it wants to have size 20 and > alignment 4, and arm gives it that. The C standard provides no clues as to how structures are packed or aligned. The only thing it says is that objects have alignment and it can be the same or not the same for different objects. That is, a future C compiler is allowed to put holes in struct ip, and in any struct it wants, unless we use the unportable __packed hack -- or abandon the structs in favor of byte-level access to seamless data such as hardware or network packets. That's what I meant by struct ip being historically lucky. We still want to use __packed and __align, but IMHO we should realize that we just pay the price of non-portability for using convenient things such as struct in low-level programming. Perhaps we're just getting even with the C standard authors, who sacrificed the ability to use struct in that way for the sake of the language's own portability. :-) -- Yar From owner-cvs-all@FreeBSD.ORG Sat Nov 18 20:24:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 09F5116A415; Sat, 18 Nov 2006 20:24:07 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id E891A43D62; Sat, 18 Nov 2006 20:23:51 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIKNaVr066871; Sat, 18 Nov 2006 20:23:36 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIKNZnp066870; Sat, 18 Nov 2006 20:23:35 GMT (envelope-from bmah) Message-Id: <200611182023.kAIKNZnp066870@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 18 Nov 2006 20:23: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: www/en/releases/6.2R schedule.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, 18 Nov 2006 20:24:07 -0000 bmah 2006-11-18 20:23:35 UTC FreeBSD doc repository Modified files: en/releases/6.2R schedule.sgml Log: Update for progress: RELENG_6 code freeze lifted. Approved by: re Revision Changes Path 1.20 +2 -2 www/en/releases/6.2R/schedule.sgml From owner-cvs-all@FreeBSD.ORG Sat Nov 18 20:27:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BBAA316A4A0; Sat, 18 Nov 2006 20:27:44 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBA8743D9C; Sat, 18 Nov 2006 20:26:20 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIKQDFi067273; Sat, 18 Nov 2006 20:26:13 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIKQDea067272; Sat, 18 Nov 2006 20:26:13 GMT (envelope-from bmah) Message-Id: <200611182026.kAIKQDea067272@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 18 Nov 2006 20:26:13 +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/releng 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: Sat, 18 Nov 2006 20:27:44 -0000 bmah 2006-11-18 20:26:13 UTC FreeBSD doc repository Modified files: en/releng index.sgml Log: RELENG_6 is now open for (careful and not too major) commits. Revision Changes Path 1.198 +3 -3 www/en/releng/index.sgml From owner-cvs-all@FreeBSD.ORG Sat Nov 18 20:38:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4798316A417; Sat, 18 Nov 2006 20:38:09 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9764143D6B; Sat, 18 Nov 2006 20:37:58 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIKc3KQ069111; Sat, 18 Nov 2006 20:38:03 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIKc3T6069110; Sat, 18 Nov 2006 20:38:03 GMT (envelope-from marcus) Message-Id: <200611182038.kAIKc3T6069110@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 18 Nov 2006 20:38: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/devel/py-gobject 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, 18 Nov 2006 20:38:09 -0000 marcus 2006-11-18 20:38:02 UTC FreeBSD ports repository Modified files: devel/py-gobject Makefile distinfo pkg-plist Log: Update to 2.12.3. Revision Changes Path 1.5 +1 -1 ports/devel/py-gobject/Makefile 1.4 +3 -3 ports/devel/py-gobject/distinfo 1.5 +0 -1 ports/devel/py-gobject/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Nov 18 20:59:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 82C5516A407; Sat, 18 Nov 2006 20:59:52 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EE8843D6B; Sat, 18 Nov 2006 20:59:46 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIKxpgu080541; Sat, 18 Nov 2006 20:59:51 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIKxpBG080540; Sat, 18 Nov 2006 20:59:51 GMT (envelope-from kib) Message-Id: <200611182059.kAIKxpBG080540@repoman.freebsd.org> From: Konstantin Belousov Date: Sat, 18 Nov 2006 20:59:51 +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/security/audit audit_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: Sat, 18 Nov 2006 20:59:52 -0000 kib 2006-11-18 20:59:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/security/audit audit_syscalls.c Log: On RELENG_6, vn_open() will drop Giant aquired for calls into non-MP-safe filesystem if fdx == -1, assuming the in-kernel callers are not MP-safe. On HEAD, vn_open() after rev. 1.240 of sys/kern/vfs_vnops.c would keep the Giant locked when the MPSAFE flag is given. The difference in the API caused the auditctl() syscall code to try to unlock non-locked Giant for non-MP-safe filesystems, for instance, UFS when QUOTA is compiled in. This is direct commit to RELENG_6 to accomodate for RELENG_6' vn_open(). Reported by: Steve Wills (steve at stevenwills com) Reviewed by: rwatson Approved by: re (bmah) X-MFC to RELENG_6_2 after: 3 days Revision Changes Path 1.1.2.5 +2 -2 src/sys/security/audit/audit_syscalls.c From owner-cvs-all@FreeBSD.ORG Sat Nov 18 21:06:04 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 79AD516A417; Sat, 18 Nov 2006 21:06:04 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EFF943D81; Sat, 18 Nov 2006 21:05:55 +0000 (GMT) (envelope-from xcllnt@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/8.12.11/smtpout05/MantshX 4.0) with ESMTP id kAIL5Oxb023189; Sat, 18 Nov 2006 13:05:24 -0800 (PST) Received: from [192.168.1.3] (c-67-164-11-148.hsd1.ca.comcast.net [67.164.11.148]) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id kAIL5KEI025206 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Sat, 18 Nov 2006 13:05:21 -0800 (PST) In-Reply-To: <20061118202125.GD80527@comp.chem.msu.su> References: <20061117201432.X11101@delplex.bde.org> <20061117.105304.1769993002.imp@bsdimp.com> <20061118214618.U15111@delplex.bde.org> <20061118.110343.58444366.imp@bsdimp.com> <20061119052526.S16985@delplex.bde.org> <20061118202125.GD80527@comp.chem.msu.su> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <1F361437-69AC-4823-8FF8-506EA450ED2F@mac.com> Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Sat, 18 Nov 2006 13:05:15 -0800 To: Yar Tikhiy X-Mailer: Apple Mail (2.752.3) X-Brightmail-Tracker: AAAAAA== X-Brightmail-scanned: yes Cc: src-committers@freebsd.org, Bruce Evans , jkoshy@freebsd.org, cvs-all@freebsd.org, phk@phk.freebsd.dk, cvs-src@freebsd.org, "M. Warner Losh" Subject: Re: cvs commit: src/include ar.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, 18 Nov 2006 21:06:04 -0000 On Nov 18, 2006, at 12:21 PM, Yar Tikhiy wrote: > On Sun, Nov 19, 2006 at 05:47:40AM +1100, Bruce Evans wrote: >> On Sat, 18 Nov 2006, M. Warner Losh wrote: >> >>> In message: <20061118214618.U15111@delplex.bde.org> >>> Bruce Evans writes: >>> : On Fri, 17 Nov 2006, M. Warner Losh wrote: >>> : >>> : > In message: <20061117201432.X11101@delplex.bde.org> >>> : > Bruce Evans writes: >>> : > : For that the comment should be something like: >>> : > : >>> : > : __packed; /* Align (sic) to work around bugs on arm >>> (*). */ >>> : > : >>> : > : but I doubt that arm is that broken. >>> : > : >>> : > : (*) See this thread for more details. >>> : > >>> : > But they aren't bugs. >>> : >>> : Er, this thread gived the details of why they are bugs. >>> >>> Wait, is this the ar or the struct ip thing.. Ar is clearly needed, >>> but I was going to test the packedness on struct ip... I've just >>> had >>> my first son and am operating on too little sleep :-(. >> >> I was mostly talking about struct ip. Something is needed for struct >> ar_hdr, since although it has size a multiple of 4 applications >> expect >> it to have alignment 1 but arm gives it alignment 4. Something is >> needed >> for struct ether_header (which sam recently packed), since it >> wants to >> have size 14 and alignment 2, but arm gives it size 16 and >> alignment 4. >> Nothing shoulded be need for struct ip, since it wants to have >> size 20 and >> alignment 4, and arm gives it that. > > The C standard provides no clues as to how structures are packed > or aligned. The only thing it says is that objects have alignment > and it can be the same or not the same for different objects. That > is, a future C compiler is allowed to put holes in struct ip, and > in any struct it wants, unless we use the unportable __packed hack > -- or abandon the structs in favor of byte-level access to seamless > data such as hardware or network packets. That's what I meant by > struct ip being historically lucky. Just my $0.02 and I'm in no way claiming to know anything about the C standard, ... (wait for it) ... but ... My interpretation of the use of padding is nothing more than holes that are the result of alignment requirements of adjacent fields. The interpretation that it means that the compiler can gratuitously inject bytes between fields is extreme and pessimistic and borders on insanity :-) Also, since this discussion is the result of ARM aligning structures on 4-byte boundaries, I think that the use of __packed to compensate for excessive alignment is just plain wrong. We have __aligned(x) to inform the compiler about what the alignment of an object should be and that's the tool we should use to tell the compiler on ARM that we in fact want 1-byte alignment. take for example, the following structure: struct { uint8_t a; uint16_t b; }; If we depend on 16-bit alignment, then __aligned(2) will *NOT* pessimize structure access on architectures that use 16-bit alignment by default and it tells the ARM compiler that we don't want it aligned on a 4-byte boundary. The use of __packed will tell the compiler on *ANY* architecture that it cannot assume any alignment and as such will use byte-wise accesses. If the compiler on ARM doesn't respect __aligned(x), then that compiler is broken and should be fixed. The fact that structures are aligned on a 4-byte boundary is something I cannot cal a bug, but it's certainly against POLA. That's all I intend to say... -- Marcel Moolenaar xcllnt@mac.com From owner-cvs-all@FreeBSD.ORG Sat Nov 18 21:08:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1434416A407; Sat, 18 Nov 2006 21:08:29 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63CFD43D5F; Sat, 18 Nov 2006 21:08:15 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIL8Fjf083436; Sat, 18 Nov 2006 21:08:15 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIL8Fil083435; Sat, 18 Nov 2006 21:08:15 GMT (envelope-from marcus) Message-Id: <200611182108.kAIL8Fil083435@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 18 Nov 2006 21:08: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-im/gossip 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, 18 Nov 2006 21:08:29 -0000 marcus 2006-11-18 21:08:15 UTC FreeBSD ports repository Modified files: net-im/gossip Makefile distinfo pkg-plist Log: Update to 0.19. Revision Changes Path 1.38 +1 -2 ports/net-im/gossip/Makefile 1.24 +3 -3 ports/net-im/gossip/distinfo 1.23 +15 -12 ports/net-im/gossip/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Nov 18 21:18:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A7C0616A403; Sat, 18 Nov 2006 21:18:15 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB0FF43DA2; Sat, 18 Nov 2006 21:16:57 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAILGtGW085075; Sat, 18 Nov 2006 21:16:55 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAILGtMY085074; Sat, 18 Nov 2006 21:16:55 GMT (envelope-from ache) Message-Id: <200611182116.kAILGtMY085074@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 18 Nov 2006 21:16:55 +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/libc/stdio freopen.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, 18 Nov 2006 21:18:15 -0000 ache 2006-11-18 21:16:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/stdio freopen.c Log: MFC: 1.14-1.17 (position bugfixes) Revision Changes Path 1.13.8.1 +18 -10 src/lib/libc/stdio/freopen.c From owner-cvs-all@FreeBSD.ORG Sat Nov 18 21:28:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 012CB16A415; Sat, 18 Nov 2006 21:28:07 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id A324543DB1; Sat, 18 Nov 2006 21:27:34 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAILRZ91086952; Sat, 18 Nov 2006 21:27:35 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAILRZMj086951; Sat, 18 Nov 2006 21:27:35 GMT (envelope-from dinoex) Message-Id: <200611182127.kAILRZMj086951@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 18 Nov 2006 21:27: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/graphics/gnustep-slideshowkit 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, 18 Nov 2006 21:28:07 -0000 dinoex 2006-11-18 21:27:35 UTC FreeBSD ports repository Modified files: graphics/gnustep-slideshowkit Makefile distinfo Log: - update to 0.0.1 release Revision Changes Path 1.4 +2 -4 ports/graphics/gnustep-slideshowkit/Makefile 1.3 +3 -3 ports/graphics/gnustep-slideshowkit/distinfo From owner-cvs-all@FreeBSD.ORG Sat Nov 18 21:29:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D023316A403; Sat, 18 Nov 2006 21:29:09 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74CAA43D80; Sat, 18 Nov 2006 21:28:37 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAILSgTL087041; Sat, 18 Nov 2006 21:28:42 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAILSgCv087040; Sat, 18 Nov 2006 21:28:42 GMT (envelope-from bmah) Message-Id: <200611182128.kAILSgCv087040@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 18 Nov 2006 21:28:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata 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: Sat, 18 Nov 2006 21:29:09 -0000 bmah 2006-11-18 21:28:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) release/doc/en_US.ISO8859-1/errata article.sgml Log: Update FreeBSD version to which this document applies. Pointed out by: delphij Approved by: re (implicitly) Revision Changes Path 1.73.2.34.2.2 +1 -1 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-all@FreeBSD.ORG Sat Nov 18 21:36:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EF52F16A505; Sat, 18 Nov 2006 21:36:03 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E22543D97; Sat, 18 Nov 2006 21:35:08 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAILZDeE088803; Sat, 18 Nov 2006 21:35:13 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAILZDAY088802; Sat, 18 Nov 2006 21:35:13 GMT (envelope-from ache) Message-Id: <200611182135.kAILZDAY088802@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 18 Nov 2006 21:35: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/lib/libc/gen arc4random.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, 18 Nov 2006 21:36:04 -0000 ache 2006-11-18 21:35:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/gen arc4random.c Log: MFC: 1.11 (automatically re-stir) Revision Changes Path 1.10.8.1 +4 -2 src/lib/libc/gen/arc4random.c From owner-cvs-all@FreeBSD.ORG Sat Nov 18 21:48:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B9BA116A403; Sat, 18 Nov 2006 21:48:13 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15E0E43D46; Sat, 18 Nov 2006 21:48:08 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAILmD7i090603; Sat, 18 Nov 2006 21:48:13 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAILmDsn090601; Sat, 18 Nov 2006 21:48:13 GMT (envelope-from marcel) Message-Id: <200611182148.kAILmDsn090601@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 18 Nov 2006 21:48: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/sys/ia64/ia64 genassym.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, 18 Nov 2006 21:48:13 -0000 marcel 2006-11-18 21:48:13 UTC FreeBSD src repository Modified files: sys/ia64/ia64 genassym.c Log: Revert previous commit. PC_CONS_BUFR is not used nor needed by assembly. Revision Changes Path 1.44 +0 -1 src/sys/ia64/ia64/genassym.c From owner-cvs-all@FreeBSD.ORG Sat Nov 18 21:52:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4628416A403; Sat, 18 Nov 2006 21:52:27 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EC3C43D72; Sat, 18 Nov 2006 21:52:21 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAILqQwc091616; Sat, 18 Nov 2006 21:52:26 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAILqQWt091613; Sat, 18 Nov 2006 21:52:26 GMT (envelope-from marcel) Message-Id: <200611182152.kAILqQWt091613@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 18 Nov 2006 21:52: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/ia64/ia64 interrupt.c machdep.c mp_machdep.c src/sys/ia64/include kdb.h pcpu.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, 18 Nov 2006 21:52:27 -0000 marcel 2006-11-18 21:52:26 UTC FreeBSD src repository Modified files: sys/ia64/ia64 interrupt.c machdep.c mp_machdep.c sys/ia64/include kdb.h pcpu.h Log: Now that printf() needs the PCPU, set it up before we call printf(). Change the pc_pcb field from a pointer to struct pcb to struct pcb so that sizeof(struct pcb) includes the PCB we use for IPI_STOP. Statically declare early_pcb so that we don't have to allocate the PCB for thread0. This way we can setup the PCPU before cninit() and thus before we use printf(). Revision Changes Path 1.56 +1 -1 src/sys/ia64/ia64/interrupt.c 1.211 +8 -20 src/sys/ia64/ia64/machdep.c 1.62 +2 -2 src/sys/ia64/ia64/mp_machdep.c 1.4 +1 -1 src/sys/ia64/include/kdb.h 1.18 +4 -2 src/sys/ia64/include/pcpu.h From owner-cvs-all@FreeBSD.ORG Sat Nov 18 21:55:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7B88C16A407; Sat, 18 Nov 2006 21:55:34 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C331443D49; Sat, 18 Nov 2006 21:55:28 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAILtYlf092337; Sat, 18 Nov 2006 21:55:34 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAILtYGY092336; Sat, 18 Nov 2006 21:55:34 GMT (envelope-from maxim) Message-Id: <200611182155.kAILtYGY092336@repoman.freebsd.org> From: Maxim Konovalov Date: Sat, 18 Nov 2006 21:55: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/share/misc bsd-family-tree X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 18 Nov 2006 21:55:34 -0000 maxim 2006-11-18 21:55:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/misc bsd-family-tree Log: MFC revs. 1.107 - 1.109: OpenBSD 4.0, NetBSD 3.0.2, NetBSD 3.1, cosmetic. Revision Changes Path 1.95.2.7 +14 -7 src/share/misc/bsd-family-tree From owner-cvs-all@FreeBSD.ORG Sat Nov 18 22:00:09 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9878E16A403; Sat, 18 Nov 2006 22:00:09 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id A867D43D58; Sat, 18 Nov 2006 22:00:03 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.13.8/8.13.8) with ESMTP id kAILtAIW073261; Sat, 18 Nov 2006 13:55:10 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.8/8.13.8/Submit) id kAILtAE8073260; Sat, 18 Nov 2006 13:55:10 -0800 (PST) (envelope-from sgk) Date: Sat, 18 Nov 2006 13:55:10 -0800 From: Steve Kargl To: "Andrey A. Chernov" Message-ID: <20061118215510.GA73144@troutmask.apl.washington.edu> References: <200611182116.kAILGtMY085074@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200611182116.kAILGtMY085074@repoman.freebsd.org> User-Agent: Mutt/1.4.2.2i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc/stdio freopen.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, 18 Nov 2006 22:00:10 -0000 On Sat, Nov 18, 2006 at 09:16:55PM +0000, Andrey A. Chernov wrote: > ache 2006-11-18 21:16:55 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > lib/libc/stdio freopen.c > Log: > MFC: 1.14-1.17 (position bugfixes) > Isn't RELENG_6 frozen? I was expecting to see "Approved by: RE" -- Steve From owner-cvs-all@FreeBSD.ORG Sat Nov 18 22:09:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4B67816A4A7; Sat, 18 Nov 2006 22:09:42 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDE4743D79; Sat, 18 Nov 2006 22:06:06 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIM62Nh095377; Sat, 18 Nov 2006 22:06:02 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIM62GE095376; Sat, 18 Nov 2006 22:06:02 GMT (envelope-from bmah) Message-Id: <200611182206.kAIM62GE095376@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 18 Nov 2006 22:06:01 +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/snapshots 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: Sat, 18 Nov 2006 22:09:42 -0000 bmah 2006-11-18 22:06:01 UTC FreeBSD doc repository Modified files: en/snapshots index.sgml Log: Add November 2006 snapshots. Remove July 2006 snapshots; they've been deleted from ftp.freebsd.org. Revision Changes Path 1.31 +3 -3 www/en/snapshots/index.sgml From owner-cvs-all@FreeBSD.ORG Sat Nov 18 22:10:18 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 68B4616A4A7; Sat, 18 Nov 2006 22:10:18 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1070D43DFD; Sat, 18 Nov 2006 22:06:48 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.8/8.13.8) with ESMTP id kAIM7e0U055466; Sat, 18 Nov 2006 17:07:40 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Steve Kargl In-Reply-To: <20061118215510.GA73144@troutmask.apl.washington.edu> References: <200611182116.kAILGtMY085074@repoman.freebsd.org> <20061118215510.GA73144@troutmask.apl.washington.edu> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-dyuv7DcCfT9Zx2t2wc5u" Organization: MarcusCom, Inc. Date: Sat, 18 Nov 2006 17:06:37 -0500 Message-Id: <1163887597.6902.15.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Cc: cvs-src@freebsd.org, src-committers@freebsd.org, "Andrey A. Chernov" , cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc/stdio freopen.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, 18 Nov 2006 22:10:18 -0000 --=-dyuv7DcCfT9Zx2t2wc5u Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2006-11-18 at 13:55 -0800, Steve Kargl wrote: > On Sat, Nov 18, 2006 at 09:16:55PM +0000, Andrey A. Chernov wrote: > > ache 2006-11-18 21:16:55 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: (Branch: RELENG_6) > > lib/libc/stdio freopen.c=20 > > Log: > > MFC: 1.14-1.17 (position bugfixes) > > =20 >=20 > Isn't RELENG_6 frozen? >=20 > I was expecting to see "Approved by: RE" It was opened a few hours ago. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-dyuv7DcCfT9Zx2t2wc5u Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBFX4Ptb2iPiv4Uz4cRAj5sAJ9juUyCFvMst4jxzk+uYY9IcAI2uACcD0XD YwCUbQw/vmn6cGBAa58PYS8= =FtrG -----END PGP SIGNATURE----- --=-dyuv7DcCfT9Zx2t2wc5u-- From owner-cvs-all@FreeBSD.ORG Sat Nov 18 22:34:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 86CBE16A417; Sat, 18 Nov 2006 22:34:42 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8889443D73; Sat, 18 Nov 2006 22:34:35 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIMYfAr000687; Sat, 18 Nov 2006 22:34:41 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIMYfiJ000686; Sat, 18 Nov 2006 22:34:41 GMT (envelope-from dougb) Message-Id: <200611182234.kAIMYfiJ000686@repoman.freebsd.org> From: Doug Barton Date: Sat, 18 Nov 2006 22:34: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/snapshots 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: Sat, 18 Nov 2006 22:34:42 -0000 dougb 2006-11-18 22:34:40 UTC FreeBSD doc repository Modified files: en/snapshots index.sgml Log: ISOs for powerpc were added to the October set after it was last updated. November has ISOs for powerpc, but not for sparc64. Revision Changes Path 1.32 +4 -4 www/en/snapshots/index.sgml From owner-cvs-all@FreeBSD.ORG Sat Nov 18 22:43:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AEB7C16A415; Sat, 18 Nov 2006 22:43:23 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BA8243D8B; Sat, 18 Nov 2006 22:43:16 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIMhLAv002365; Sat, 18 Nov 2006 22:43:21 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIMhLOE002364; Sat, 18 Nov 2006 22:43:21 GMT (envelope-from rodrigc) Message-Id: <200611182243.kAIMhLOE002364@repoman.freebsd.org> From: Craig Rodrigues Date: Sat, 18 Nov 2006 22:43: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.sbin/mountd mountd.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, 18 Nov 2006 22:43:23 -0000 rodrigc 2006-11-18 22:43:21 UTC FreeBSD src repository Modified files: usr.sbin/mountd mountd.c Log: Ignore SIGPIPE, instead of terminating process. PR: 81230 Submitted by: Dmitrij Tejblum MFC after: 1 month Revision Changes Path 1.91 +1 -0 src/usr.sbin/mountd/mountd.c From owner-cvs-all@FreeBSD.ORG Sat Nov 18 22:48:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EBDC616A407; Sat, 18 Nov 2006 22:48:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06B9E43D49; Sat, 18 Nov 2006 22:48:53 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIMmw27002744; Sat, 18 Nov 2006 22:48:58 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIMmwtW002743; Sat, 18 Nov 2006 22:48:58 GMT (envelope-from miwi) Message-Id: <200611182248.kAIMmwtW002743@repoman.freebsd.org> From: Martin Wilke Date: Sat, 18 Nov 2006 22: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/security/pbnj 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, 18 Nov 2006 22:48:59 -0000 miwi 2006-11-18 22:48:58 UTC FreeBSD ports repository Modified files: security/pbnj Makefile distinfo Log: - Update to 2.4 PR: ports/105596 Submitted by: Joshua D. Abraham (maintainer) Revision Changes Path 1.3 +8 -9 ports/security/pbnj/Makefile 1.2 +3 -3 ports/security/pbnj/distinfo From owner-cvs-all@FreeBSD.ORG Sat Nov 18 22:52:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C5DD816A403; Sat, 18 Nov 2006 22:52:24 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id A60E443D4C; Sat, 18 Nov 2006 22:52:18 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIMqOkM004002; Sat, 18 Nov 2006 22:52:24 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIMqO1t003998; Sat, 18 Nov 2006 22:52:24 GMT (envelope-from miwi) Message-Id: <200611182252.kAIMqO1t003998@repoman.freebsd.org> From: Martin Wilke Date: Sat, 18 Nov 2006 22:52: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/sysutils/torque 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, 18 Nov 2006 22:52:24 -0000 miwi 2006-11-18 22:52:23 UTC FreeBSD ports repository Modified files: sysutils/torque pkg-plist Log: - Fix pkg-plist Submitted by: trasz via irc Revision Changes Path 1.2 +16 -0 ports/sysutils/torque/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Nov 18 22:54:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BE43216A47E; Sat, 18 Nov 2006 22:54:07 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C18ED43D68; Sat, 18 Nov 2006 22:54:01 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIMs7NP004803; Sat, 18 Nov 2006 22:54:07 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIMs7Dn004801; Sat, 18 Nov 2006 22:54:07 GMT (envelope-from miwi) Message-Id: <200611182254.kAIMs7Dn004801@repoman.freebsd.org> From: Martin Wilke Date: Sat, 18 Nov 2006 22:54: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 Makefile ports/textproc/sphinxsearch Makefile distinfo pkg-descr pkg-plist ports/textproc/sphinxsearch/files sphinxsearch.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: Sat, 18 Nov 2006 22:54:07 -0000 miwi 2006-11-18 22:54:07 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/sphinxsearch Makefile distinfo pkg-descr pkg-plist textproc/sphinxsearch/files sphinxsearch.sh.in Log: Sphinx is a full-text search engine, distributed under GPL version 2. Commercial license is also available for embedded use. Generally, it's a standalone search engine, meant to provide fast, size-efficient and relevant fulltext search functions to other applications. Sphinx was specially designed to integrate well with SQL databases and scripting languages. Currently built-in data sources support fetching data either via direct connection to MySQL, or from an XML pipe. As for the name, Sphinx is an acronym which is officially decoded as SQL Phrase Index. WWW: http://www.sphinxsearch.com/ PR: ports/105649 Submitted by: Matthew Seaman Revision Changes Path 1.1076 +1 -0 ports/textproc/Makefile 1.1 +100 -0 ports/textproc/sphinxsearch/Makefile (new) 1.1 +3 -0 ports/textproc/sphinxsearch/distinfo (new) 1.1 +38 -0 ports/textproc/sphinxsearch/files/sphinxsearch.sh.in (new) 1.1 +14 -0 ports/textproc/sphinxsearch/pkg-descr (new) 1.1 +16 -0 ports/textproc/sphinxsearch/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Nov 18 22:54:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6828916A586; Sat, 18 Nov 2006 22:54:29 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B81E43D68; Sat, 18 Nov 2006 22:54:23 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIMsS8s004914; Sat, 18 Nov 2006 22:54:28 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIMsSW1004913; Sat, 18 Nov 2006 22:54:28 GMT (envelope-from miwi) Message-Id: <200611182254.kAIMsSW1004913@repoman.freebsd.org> From: Martin Wilke Date: Sat, 18 Nov 2006 22:54: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: Sat, 18 Nov 2006 22:54:29 -0000 miwi 2006-11-18 22:54:28 UTC FreeBSD ports repository Modified files: . modules Log: sphinxsearch --> ports/textproc/sphinxsearch Revision Changes Path 1.16639 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Nov 18 22:55:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 21A8616A415; Sat, 18 Nov 2006 22:55:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B9DF43D67; Sat, 18 Nov 2006 22:55:38 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIMth7f005265; Sat, 18 Nov 2006 22:55:43 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIMthiV005264; Sat, 18 Nov 2006 22:55:43 GMT (envelope-from miwi) Message-Id: <200611182255.kAIMthiV005264@repoman.freebsd.org> From: Martin Wilke Date: Sat, 18 Nov 2006 22:55: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 Makefile ports/www/hastymail Makefile distinfo pkg-descr ports/www/hastymail/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: Sat, 18 Nov 2006 22:55:44 -0000 miwi 2006-11-18 22:55:43 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/hastymail Makefile distinfo pkg-descr www/hastymail/files pkg-message.in Log: Hastymail is a streamlined, secure, fast web based IMAP client written in PHP. Hastymail is designed to have low server requirements and follow internet standards for MIME, IMAP and SMTP communications. Hastymail is also designed to work with all the major and not so major web browsers available. Hastymail does not use frames, javascript, or cookies and all output is 100% W3C compliant 4.01 transitional HTML. WWW: http://hastymail.sourceforge.net/ PR: ports/105646 Submitted by: Bartlomiej Rutkowski Revision Changes Path 1.1602 +1 -0 ports/www/Makefile 1.1 +42 -0 ports/www/hastymail/Makefile (new) 1.1 +3 -0 ports/www/hastymail/distinfo (new) 1.1 +12 -0 ports/www/hastymail/files/pkg-message.in (new) 1.1 +8 -0 ports/www/hastymail/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sat Nov 18 22:56:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 731A116A4C9; Sat, 18 Nov 2006 22:56:06 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED4E543D78; Sat, 18 Nov 2006 22:55:58 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIMu4el005314; Sat, 18 Nov 2006 22:56:04 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIMu4Kt005313; Sat, 18 Nov 2006 22:56:04 GMT (envelope-from miwi) Message-Id: <200611182256.kAIMu4Kt005313@repoman.freebsd.org> From: Martin Wilke Date: Sat, 18 Nov 2006 22:56: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: 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, 18 Nov 2006 22:56:06 -0000 miwi 2006-11-18 22:56:04 UTC FreeBSD ports repository Modified files: . modules Log: hastymail --> ports/www/hastymail Revision Changes Path 1.16640 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Nov 18 22:57:59 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 13C5916A403; Sat, 18 Nov 2006 22:57:59 +0000 (UTC) (envelope-from bmah@freebsd.org) Received: from b.mail.sonic.net (b.mail.sonic.net [64.142.19.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14E6543D67; Sat, 18 Nov 2006 22:57:53 +0000 (GMT) (envelope-from bmah@freebsd.org) Received: from [192.168.2.119] (hornet.kitchenlab.org [64.142.31.105]) (authenticated bits=0) by b.mail.sonic.net (8.13.8.Beta0-Sonic/8.13.7) with ESMTP id kAIMvw6N024853 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 18 Nov 2006 14:57:58 -0800 Message-ID: <455F8FEF.3070102@freebsd.org> Date: Sat, 18 Nov 2006 14:57:51 -0800 From: "Bruce A. Mah" User-Agent: Thunderbird 1.5.0.8 (Macintosh/20061025) MIME-Version: 1.0 To: Doug Barton References: <200611182234.kAIMYfiJ000686@repoman.freebsd.org> In-Reply-To: <200611182234.kAIMYfiJ000686@repoman.freebsd.org> X-Enigmail-Version: 0.94.1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig0CB4737F8A900A3141F9F0AE" Cc: doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: www/en/snapshots 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: Sat, 18 Nov 2006 22:57:59 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig0CB4737F8A900A3141F9F0AE Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable If memory serves me right, Doug Barton wrote: > dougb 2006-11-18 22:34:40 UTC >=20 > FreeBSD doc repository >=20 > Modified files: > en/snapshots index.sgml=20 > Log: > ISOs for powerpc were added to the October set after it was > last updated. > =20 > November has ISOs for powerpc, but not for sparc64. Cut 'n' paste disease strikes again. :-p Thanks for fixing this! Bruce. --------------enig0CB4737F8A900A3141F9F0AE 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.5 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFX4/v2MoxcVugUsMRAne/AKCgREzGyRnt553ESvMIafu6/loSOwCeP9T9 bG7NUusg9Nyz7PfYlcGMdLU= =PXBi -----END PGP SIGNATURE----- --------------enig0CB4737F8A900A3141F9F0AE-- From owner-cvs-all@FreeBSD.ORG Sat Nov 18 23:01:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E77A916A403; Sat, 18 Nov 2006 23:01:34 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09D0F43D62; Sat, 18 Nov 2006 23:01:29 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIN1YS8006124; Sat, 18 Nov 2006 23:01:34 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIN1YmA006123; Sat, 18 Nov 2006 23:01:34 GMT (envelope-from miwi) Message-Id: <200611182301.kAIN1YmA006123@repoman.freebsd.org> From: Martin Wilke Date: Sat, 18 Nov 2006 23: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/www Makefile ports/www/ilias Makefile distinfo pkg-descr ports/www/ilias/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: Sat, 18 Nov 2006 23:01:35 -0000 miwi 2006-11-18 23:01:34 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/ilias Makefile distinfo pkg-descr www/ilias/files pkg-message.in Log: ILIAS is a powerful web-based learning management system that allows users to create, edit and publish learning and teaching material in an integrated system with their normal web browsers. WWW: http://www.ilias.de/ios/index-e.html PR: ports/105089 Submitted by: Bartlomiej Rutkowski Revision Changes Path 1.1603 +1 -0 ports/www/Makefile 1.1 +65 -0 ports/www/ilias/Makefile (new) 1.1 +3 -0 ports/www/ilias/distinfo (new) 1.1 +15 -0 ports/www/ilias/files/pkg-message.in (new) 1.1 +6 -0 ports/www/ilias/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sat Nov 18 23:01:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 46BDA16A412; Sat, 18 Nov 2006 23:01:57 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4772743D62; Sat, 18 Nov 2006 23:01:51 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIN1u9a006374; Sat, 18 Nov 2006 23:01:56 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIN1uAx006373; Sat, 18 Nov 2006 23:01:56 GMT (envelope-from miwi) Message-Id: <200611182301.kAIN1uAx006373@repoman.freebsd.org> From: Martin Wilke Date: Sat, 18 Nov 2006 23:01: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: 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, 18 Nov 2006 23:01:57 -0000 miwi 2006-11-18 23:01:56 UTC FreeBSD ports repository Modified files: . modules Log: ilias --> ports/www/ilias Revision Changes Path 1.16641 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Nov 18 23:03:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD29816A40F; Sat, 18 Nov 2006 23:03:20 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F99C43D86; Sat, 18 Nov 2006 23:03:11 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIN3Gxf008006; Sat, 18 Nov 2006 23:03:16 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIN3GMl008004; Sat, 18 Nov 2006 23:03:16 GMT (envelope-from miwi) Message-Id: <200611182303.kAIN3GMl008004@repoman.freebsd.org> From: Martin Wilke Date: Sat, 18 Nov 2006 23:03: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/sysutils Makefile ports/sysutils/mpiexec 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: Sat, 18 Nov 2006 23:03:20 -0000 miwi 2006-11-18 23:03:16 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/mpiexec Makefile distinfo pkg-descr Log: Mpiexec is a replacement program for the script mpirun, which is part of the MPICH package. It is used to initialize a parallel job from within a PBS batch or interactive environment. Mpiexec uses the task manager library of PBS to spawn copies of the executable on the nodes in a PBS allocation. WWW: http://www.osc.edu/~pw/mpiexec/index.php PR: ports/105650 Submitted by: trasz Revision Changes Path 1.856 +1 -0 ports/sysutils/Makefile 1.1 +25 -0 ports/sysutils/mpiexec/Makefile (new) 1.1 +3 -0 ports/sysutils/mpiexec/distinfo (new) 1.1 +7 -0 ports/sysutils/mpiexec/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sat Nov 18 23:03:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F189E16A594; Sat, 18 Nov 2006 23:03:37 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAEF243D79; Sat, 18 Nov 2006 23:03:31 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAIN3bQ8008128; Sat, 18 Nov 2006 23:03:37 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIN3brL008127; Sat, 18 Nov 2006 23:03:37 GMT (envelope-from miwi) Message-Id: <200611182303.kAIN3brL008127@repoman.freebsd.org> From: Martin Wilke Date: Sat, 18 Nov 2006 23: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: 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, 18 Nov 2006 23:03:38 -0000 miwi 2006-11-18 23:03:37 UTC FreeBSD ports repository Modified files: . modules Log: mpiexec --> ports/sysutils/mpiexec Revision Changes Path 1.16642 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Nov 18 23:05:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 37CFD16A403; Sat, 18 Nov 2006 23:05:04 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from unixfreunde.net (unixfreunde.de [85.214.35.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 025EB43D45; Sat, 18 Nov 2006 23:04:58 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: by unixfreunde.net (Postfix, from userid 65534) id B2F7B50AB9; Sun, 19 Nov 2006 00:05:02 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.1.6-gr0 (2006-10-03) on unixfreunde.de X-Spam-Level: ** X-Spam-Status: No, score=2.7 required=5.0 tests=AWL, BAYES_00, FORGED_RCVD_HELO, MIME_BASE64_NO_NAME,MIME_BASE64_TEXT,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL,UPPERCASE_25_50 autolearn=no version=3.1.6-gr0 Received: from miwi.homeunix.org (dslb-082-083-150-031.pools.arcor-ip.net [82.83.150.31]) by unixfreunde.net (Postfix) with ESMTP id 47F7150AB5; Sun, 19 Nov 2006 00:04:59 +0100 (CET) Date: Sun, 19 Nov 2006 00:05:28 +0100 From: Martin Wilke To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20061119000528.281d6362@miwi.homeunix.org> In-Reply-To: <200611182248.kAIMmwtW002743@repoman.freebsd.org> References: <200611182248.kAIMmwtW002743@repoman.freebsd.org> X-Mailer: Sylpheed-Claws 2.6.0 (GTK+ 2.10.6; i386-portbld-freebsd7.0) User-Agent: miwi@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: base64 Cc: jabra@ccs.neu.edu Subject: Re: cvs commit: ports/security/pbnj 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, 18 Nov 2006 23:05:04 -0000 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpPbiBTYXQs IDE4IE5vdiAyMDA2IDIyOjQ4OjU4ICswMDAwIChVVEMpDQpNYXJ0aW4gV2lsa2UgPG1pd2lARnJl ZUJTRC5vcmc+IHdyb3RlOg0KDQo+IG1pd2kgICAgICAgIDIwMDYtMTEtMTggMjI6NDg6NTggVVRD DQo+IA0KPiAgIEZyZWVCU0QgcG9ydHMgcmVwb3NpdG9yeQ0KPiANCj4gICBNb2RpZmllZCBmaWxl czoNCj4gICAgIHNlY3VyaXR5L3BibmogICAgICAgIE1ha2VmaWxlIGRpc3RpbmZvIA0KPiAgIExv ZzoNCj4gICAtIFVwZGF0ZSB0byAyLjQNCg0KdXBzIEkgbWVhbnQgdXBkYXRlIHRvIDIuMDQuDQoN Cj4gICANCj4gICBQUjogICAgICAgICAgICAgcG9ydHMvMTA1NTk2DQo+ICAgU3VibWl0dGVkIGJ5 OiAgIEpvc2h1YSBELiBBYnJhaGFtIDxqYWJyYUBjY3MubmV1LmVkdT4gKG1haW50YWluZXIpDQo+ ICAgDQo+ICAgUmV2aXNpb24gIENoYW5nZXMgICAgUGF0aA0KPiAgIDEuMyAgICAgICArOCAtOSAg ICAgIHBvcnRzL3NlY3VyaXR5L3BibmovTWFrZWZpbGUNCj4gICAxLjIgICAgICAgKzMgLTMgICAg ICBwb3J0cy9zZWN1cml0eS9wYm5qL2Rpc3RpbmZvDQoNCg0KLSAtLSANCk1hcnRpbiBXaWxrZQkJ fCBpcmMudW5peGZyZXVuZGUuZGUgI2JzZCANCm1pd2lARnJlZUJTRC5vcmcJfCBtaXdpQHVuaXhm cmV1bmRlLmRlDQpGcmVlQlNEIENvbW1pdGVyCXwgUG93ZXIgdG8gU2VydmUNCi0tLS0tQkVHSU4g UEdQIFNJR05BVFVSRS0tLS0tDQpWZXJzaW9uOiBHbnVQRyB2MS40LjUgKEZyZWVCU0QpDQoNCmlE OERCUUZGWDVHNFByQ0lGcGpXWml3UkFpS1BBS0RQUDNIMnFmcDMzWGVSams4NkxYVUNIZTRSa0FD ZlpyZHENCnhvQlhjNStVcHhnMkZwdjBhSklqbE1FPQ0KPXU4aXINCi0tLS0tRU5EIFBHUCBTSUdO QVRVUkUtLS0tLQ0K From owner-cvs-all@FreeBSD.ORG Sat Nov 18 23:15:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 003C416A403; Sat, 18 Nov 2006 23:15:25 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D118E43D49; Sat, 18 Nov 2006 23:15:19 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAINFP8h010284; Sat, 18 Nov 2006 23:15:25 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAINFPlU010282; Sat, 18 Nov 2006 23:15:25 GMT (envelope-from marcel) Message-Id: <200611182315.kAINFPlU010282@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 18 Nov 2006 23:15: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/ia64/ia64 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: Sat, 18 Nov 2006 23:15:26 -0000 marcel 2006-11-18 23:15:25 UTC FreeBSD src repository Modified files: sys/ia64/ia64 machdep.c Log: Since printf also has at least one critical section, we need to initialize pc_curthread. While here, rename early_pcpu to pcpu0 to be conistent (compare thread0 and proc0). Revision Changes Path 1.212 +7 -5 src/sys/ia64/ia64/machdep.c From owner-cvs-all@FreeBSD.ORG Sat Nov 18 23:17:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 86AAE16A403; Sat, 18 Nov 2006 23:17:23 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E12343D49; Sat, 18 Nov 2006 23:17:17 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAINHMtT010432; Sat, 18 Nov 2006 23:17:22 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAINHMLB010431; Sat, 18 Nov 2006 23:17:22 GMT (envelope-from csjp) Message-Id: <200611182317.kAINHMLB010431@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Sat, 18 Nov 2006 23:17: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/net ethernet.h if_ethersubr.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, 18 Nov 2006 23:17:23 -0000 csjp 2006-11-18 23:17:22 UTC FreeBSD src repository Modified files: sys/net ethernet.h if_ethersubr.c Log: Currently, drivers that support hardware offload of VLAN tag processing are forced to toggle this functionality when the card is put in and out of promiscuous mode. The main reason for this is because the hardware strips the VLAN tag, making it impossible for the tag information to show up in network diagnostic tools like tcpdump(1). This change introduces ether_vlan_mtap(), which is called if the mbuf has M_VLANTAG set. VLAN information is extracted from the mbuf and inserted into a stack allocated ether vlan header which is then inserted through the bpf machinery via bpf_mtap2(). The original mbuf's data pointer and lengths are temporarily adjusted to eliminate the original Ethernet header for the duration of the tap operation. This should have no long term effects on the mbuf. Also, define a new macro, ETHER_BPF_MTAP which should be used by drivers which support hardware offload of VLAN tag processing. The fixes for the relevant drivers will follow shortly. Discussed with: rwatson, andre, jhb (and others) Much feedback from: sam, ru MFC after: 1 month [1] [1] The version that is eventually MFCed will be somewhat different then this, as there has been significant work done to the VLAN code in HEAD. Revision Changes Path 1.26 +19 -0 src/sys/net/ethernet.h 1.220 +40 -0 src/sys/net/if_ethersubr.c From owner-cvs-all@FreeBSD.ORG Sat Nov 18 23:18:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 512B016A4A7; Sat, 18 Nov 2006 23:18:44 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4122443D6D; Sat, 18 Nov 2006 23:18:38 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAINIh0G010537; Sat, 18 Nov 2006 23:18:43 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAINIhvv010536; Sat, 18 Nov 2006 23:18:43 GMT (envelope-from csjp) Message-Id: <200611182318.kAINIhvv010536@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Sat, 18 Nov 2006 23:18: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/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: Sat, 18 Nov 2006 23:18:44 -0000 csjp 2006-11-18 23:18:43 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Implement new ETHER_BPF_MTAP macro. Roll back the various changes made to accommodate the chip being in promiscuous mode while offloading VLAN tag processing to the hardware. We can now properly handle the absence of VLAN tags from hardware stripping. Reviewed by: rwatson, andre MFC after: 1 month Revision Changes Path 1.165 +3 -70 src/sys/dev/em/if_em.c From owner-cvs-all@FreeBSD.ORG Sat Nov 18 23:19:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 914CC16A407; Sat, 18 Nov 2006 23:19:16 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EBA143D4C; Sat, 18 Nov 2006 23:19:10 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAINJGn5010611; Sat, 18 Nov 2006 23:19:16 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAINJGZx010610; Sat, 18 Nov 2006 23:19:16 GMT (envelope-from miwi) Message-Id: <200611182319.kAINJGZx010610@repoman.freebsd.org> From: Martin Wilke Date: Sat, 18 Nov 2006 23:19: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/mail/roundcube 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, 18 Nov 2006 23:19:16 -0000 miwi 2006-11-18 23:19:16 UTC FreeBSD ports repository Modified files: mail/roundcube Makefile distinfo Log: - Update to 20061117 PR: ports/105640 Submitted by: farrokhi@ Revision Changes Path 1.22 +1 -1 ports/mail/roundcube/Makefile 1.16 +3 -3 ports/mail/roundcube/distinfo From owner-cvs-all@FreeBSD.ORG Sat Nov 18 23:23:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4D1EA16A586; Sat, 18 Nov 2006 23:23:51 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id E019943D4C; Sat, 18 Nov 2006 23:23:44 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAINNote012156; Sat, 18 Nov 2006 23:23:50 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAINNobg012155; Sat, 18 Nov 2006 23:23:50 GMT (envelope-from miwi) Message-Id: <200611182323.kAINNobg012155@repoman.freebsd.org> From: Martin Wilke Date: Sat, 18 Nov 2006 23: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/sysutils/coreutils 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, 18 Nov 2006 23:23:51 -0000 miwi 2006-11-18 23:23:50 UTC FreeBSD ports repository Modified files: sysutils/coreutils Makefile distinfo pkg-plist Log: - Update to 6.4 PR: ports/105181 Submitted by: trasz Approved by: maintainer timeout Revision Changes Path 1.10 +5 -3 ports/sysutils/coreutils/Makefile 1.4 +6 -10 ports/sysutils/coreutils/distinfo 1.8 +17 -2 ports/sysutils/coreutils/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Nov 18 23:25:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4CA7016A412; Sat, 18 Nov 2006 23:25:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D812443D7D; Sat, 18 Nov 2006 23:25:36 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAINPgsb012330; Sat, 18 Nov 2006 23:25:42 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAINPg2Q012329; Sat, 18 Nov 2006 23:25:42 GMT (envelope-from miwi) Message-Id: <200611182325.kAINPg2Q012329@repoman.freebsd.org> From: Martin Wilke Date: Sat, 18 Nov 2006 23:25: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/textproc Makefile ports/textproc/ruby-erbscan 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, 18 Nov 2006 23:25:43 -0000 miwi 2006-11-18 23:25:42 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/ruby-erbscan Makefile distinfo pkg-descr pkg-plist Log: erbscan is ERB::Compiler accelerator 8 times faster than erb.rb(Ruby1.8.0) require "erb" # slow require "erb_fast" # FAST!!!! Author: MoonWolf WWW: http://raa.ruby-lang.org/project/erbscan/ PR: ports/15622 Submitted by: Shinsuke Matsui () Revision Changes Path 1.1077 +1 -0 ports/textproc/Makefile 1.1 +40 -0 ports/textproc/ruby-erbscan/Makefile (new) 1.1 +3 -0 ports/textproc/ruby-erbscan/distinfo (new) 1.1 +8 -0 ports/textproc/ruby-erbscan/pkg-descr (new) 1.1 +5 -0 ports/textproc/ruby-erbscan/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Nov 18 23:26:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CCBFC16A40F; Sat, 18 Nov 2006 23:26:13 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B345243D8F; Sat, 18 Nov 2006 23:26:07 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAINQDuT012388; Sat, 18 Nov 2006 23:26:13 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAINQDYL012387; Sat, 18 Nov 2006 23:26:13 GMT (envelope-from miwi) Message-Id: <200611182326.kAINQDYL012387@repoman.freebsd.org> From: Martin Wilke Date: Sat, 18 Nov 2006 23:26: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: 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, 18 Nov 2006 23:26:13 -0000 miwi 2006-11-18 23:26:13 UTC FreeBSD ports repository Modified files: . modules Log: ruby-erbscan --> ports/textproc/ruby-erbscan Revision Changes Path 1.16643 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Nov 18 23:38:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7FD1E16A417; Sat, 18 Nov 2006 23:38:37 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E77043D49; Sat, 18 Nov 2006 23:38:25 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAINcV4N014265; Sat, 18 Nov 2006 23:38:31 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAINcVJ8014264; Sat, 18 Nov 2006 23:38:31 GMT (envelope-from csjp) Message-Id: <200611182338.kAINcVJ8014264@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Sat, 18 Nov 2006 23:38: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/sys/net ethernet.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, 18 Nov 2006 23:38:37 -0000 csjp 2006-11-18 23:38:31 UTC FreeBSD src repository Modified files: sys/net ethernet.h Log: Fix typo in comment Pointed out by: ru Revision Changes Path 1.27 +1 -1 src/sys/net/ethernet.h From owner-cvs-all@FreeBSD.ORG Sat Nov 18 23:42:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 59C8F16A40F; Sat, 18 Nov 2006 23:42:26 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50F8743D5D; Sat, 18 Nov 2006 23:42:19 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAINgOkL015404; Sat, 18 Nov 2006 23:42:24 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAINgO75015402; Sat, 18 Nov 2006 23:42:24 GMT (envelope-from maho) Message-Id: <200611182342.kAINgO75015402@repoman.freebsd.org> From: Maho Nakata Date: Sat, 18 Nov 2006 23:42: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/math/blacs Makefile ports/math/blacs/files Bmake.inc-mpich.diff Bmake.inc-openmpi.diff patch-Bmake.inc 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: Sat, 18 Nov 2006 23:42:26 -0000 maho 2006-11-18 23:42:24 UTC FreeBSD ports repository Modified files: math/blacs Makefile math/blacs/files pkg-message.in Added files: math/blacs/files Bmake.inc-mpich.diff Bmake.inc-openmpi.diff Removed files: math/blacs/files patch-Bmake.inc Log: Add OpenMPI support PR: 105474 Submitted by: trasz Revision Changes Path 1.12 +11 -4 ports/math/blacs/Makefile 1.1 +64 -0 ports/math/blacs/files/Bmake.inc-mpich.diff (new) 1.1 +84 -0 ports/math/blacs/files/Bmake.inc-openmpi.diff (new) 1.3 +0 -64 ports/math/blacs/files/patch-Bmake.inc (dead) 1.3 +7 -0 ports/math/blacs/files/pkg-message.in From owner-cvs-all@FreeBSD.ORG Sat Nov 18 23:50:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F263116A407; Sat, 18 Nov 2006 23:50:51 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB68B43D6E; Sat, 18 Nov 2006 23:50:44 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAINooFG016329; Sat, 18 Nov 2006 23:50:50 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAINooBv016328; Sat, 18 Nov 2006 23:50:50 GMT (envelope-from miwi) Message-Id: <200611182350.kAINooBv016328@repoman.freebsd.org> From: Martin Wilke Date: Sat, 18 Nov 2006 23:50: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/devel Makefile ports/devel/py-configobj 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, 18 Nov 2006 23:50:52 -0000 miwi 2006-11-18 23:50:50 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-configobj Makefile distinfo pkg-descr pkg-plist Log: ConfigObj is a simple but powerful config file reader and writer: an ini file round tripper. Its main feature is that it is very easy to use, with a straightforward programmer's interface and a simple syntax for config file WWW: http://www.voidspace.org.uk/python/configobj.html PR: ports/104597 Submitted by: Choe, Cheng-Dae Revision Changes Path 1.2516 +1 -0 ports/devel/Makefile 1.1 +30 -0 ports/devel/py-configobj/Makefile (new) 1.1 +3 -0 ports/devel/py-configobj/distinfo (new) 1.1 +5 -0 ports/devel/py-configobj/pkg-descr (new) 1.1 +7 -0 ports/devel/py-configobj/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Nov 18 23:51:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4D25116A50E; Sat, 18 Nov 2006 23:51:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6124043D76; Sat, 18 Nov 2006 23:51:06 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAINpC2r016656; Sat, 18 Nov 2006 23:51:12 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAINpCwk016653; Sat, 18 Nov 2006 23:51:12 GMT (envelope-from miwi) Message-Id: <200611182351.kAINpCwk016653@repoman.freebsd.org> From: Martin Wilke Date: Sat, 18 Nov 2006 23:51: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: Sat, 18 Nov 2006 23:51:14 -0000 miwi 2006-11-18 23:51:12 UTC FreeBSD ports repository Modified files: . modules Log: py-configobj --> ports/devel/py-configobj Revision Changes Path 1.16644 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Nov 18 23:55:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3C00F16A403; Sat, 18 Nov 2006 23:55:28 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 029F443D83; Sat, 18 Nov 2006 23:55:19 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAINtP3F017767; Sat, 18 Nov 2006 23:55:25 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAINtPid017766; Sat, 18 Nov 2006 23:55:25 GMT (envelope-from maho) Message-Id: <200611182355.kAINtPid017766@repoman.freebsd.org> From: Maho Nakata Date: Sat, 18 Nov 2006 23:55: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/math/blacs 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, 18 Nov 2006 23:55:28 -0000 maho 2006-11-18 23:55:25 UTC FreeBSD ports repository Modified files: math/blacs Makefile Log: Make consistent if OpenMPI exists. Revision Changes Path 1.13 +4 -0 ports/math/blacs/Makefile