From owner-cvs-all@FreeBSD.ORG Sun Aug 22 00:06:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38FD016A4CE; Sun, 22 Aug 2004 00:06:53 +0000 (GMT) Received: from mps9.plala.or.jp (c152002.vh.plala.or.jp [210.150.152.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACA0F43D48; Sun, 22 Aug 2004 00:06:51 +0000 (GMT) (envelope-from sf@FreeBSD.org) Received: from i169110.ap.plala.or.jp ([218.47.169.110]) by mps9.plala.or.jp with ESMTP <20040822000650.HOJB8820.mps9.plala.or.jp@i169110.ap.plala.or.jp>; Sun, 22 Aug 2004 09:06:50 +0900 Date: Sun, 22 Aug 2004 09:06:39 +0900 Message-ID: <867jrsave8.wl%sf@FreeBSD.org> From: FUJISHIMA Satsuki To: Norikatsu Shigemura In-Reply-To: <200408211947.i7LJluVe089444@repoman.freebsd.org> References: <200408211947.i7LJluVe089444@repoman.freebsd.org> Mail-Followup-To: Norikatsu Shigemura , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, sf@FreeBSD.org User-Agent: Wanderlust/2.11.30 (Wonderwall) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/20.7 (i386--freebsd) MULE/4.1 (AOI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/graphics/ImageMagick Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 00:06:53 -0000 Hmm, you'd better to have a cup of green tea before the midnight commit. At Sat, 21 Aug 2004 19:47:56 +0000 (UTC), Norikatsu Shigemura wrote: > o Adios --enable-lzh. This was obsoleted from 6.0.3-3 or above. [1] From owner-cvs-all@FreeBSD.ORG Sun Aug 22 00:08:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67B0116A4CE; Sun, 22 Aug 2004 00:08:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48B2A43D2D; Sun, 22 Aug 2004 00:08:44 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M08iOH097504; Sun, 22 Aug 2004 00:08:44 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M08ixA097503; Sun, 22 Aug 2004 00:08:44 GMT (envelope-from alc) Message-Id: <200408220008.i7M08ixA097503@repoman.freebsd.org> From: Alan Cox Date: Sun, 22 Aug 2004 00:08:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_fault.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 00:08:44 -0000 alc 2004-08-22 00:08:43 UTC FreeBSD src repository Modified files: sys/vm vm_fault.c Log: In the previous revision, I failed to condition an early release of Giant in vm_fault() on debug_mpsafevm. If debug_mpsafevm was not set, the result was an assertion failure early in the boot process. Reported by: green@ Revision Changes Path 1.194 +2 -1 src/sys/vm/vm_fault.c From owner-cvs-all@FreeBSD.ORG Sun Aug 22 00:09:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 148E816A4CE; Sun, 22 Aug 2004 00:09:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A14C43D31; Sun, 22 Aug 2004 00:09:02 +0000 (GMT) (envelope-from scrappy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M091X8097571; Sun, 22 Aug 2004 00:09:01 GMT (envelope-from scrappy@repoman.freebsd.org) Received: (from scrappy@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M0916U097570; Sun, 22 Aug 2004 00:09:01 GMT (envelope-from scrappy) Message-Id: <200408220009.i7M0916U097570@repoman.freebsd.org> From: "Marc G. Fournier" Date: Sun, 22 Aug 2004 00:09:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/p5-Maypole-Authentication-UserSessionCookie Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 00:09:02 -0000 scrappy 2004-08-22 00:09:01 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-Maypole-Authentication-UserSessionCookie Makefile distinfo pkg-descr pkg-plist Log: Track sessions and, optionally, users Revision Changes Path 1.970 +1 -0 ports/www/Makefile 1.1 +19 -0 ports/www/p5-Maypole-Authentication-UserSessionCookie/Makefile (new) 1.1 +5 -0 ports/www/p5-Maypole-Authentication-UserSessionCookie/distinfo (new) 1.1 +3 -0 ports/www/p5-Maypole-Authentication-UserSessionCookie/pkg-descr (new) 1.1 +6 -0 ports/www/p5-Maypole-Authentication-UserSessionCookie/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 00:09:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC02A16A4CE; Sun, 22 Aug 2004 00:09:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C37843D39; Sun, 22 Aug 2004 00:09:11 +0000 (GMT) (envelope-from scrappy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M09BA3097621; Sun, 22 Aug 2004 00:09:11 GMT (envelope-from scrappy@repoman.freebsd.org) Received: (from scrappy@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M09BBA097620; Sun, 22 Aug 2004 00:09:11 GMT (envelope-from scrappy) Message-Id: <200408220009.i7M09BBA097620@repoman.freebsd.org> From: "Marc G. Fournier" Date: Sun, 22 Aug 2004 00:09:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 00:09:11 -0000 scrappy 2004-08-22 00:09:11 UTC FreeBSD ports repository Modified files: . modules Log: p5-Maypole-Authentication-UserSessionCookie --> ports/www/p5-Maypole-Authentication-UserSessionCookie Revision Changes Path 1.10953 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Aug 22 00:09:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 858C216A4CE; Sun, 22 Aug 2004 00:09:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6621E43D1F; Sun, 22 Aug 2004 00:09:15 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M09FNM097645; Sun, 22 Aug 2004 00:09:15 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M09Fkg097644; Sun, 22 Aug 2004 00:09:15 GMT (envelope-from brueffer) Message-Id: <200408220009.i7M09Fkg097644@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 22 Aug 2004 00:09:15 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/events events.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 00:09:15 -0000 brueffer 2004-08-22 00:09:15 UTC FreeBSD doc repository Modified files: en/events events.xml Log: Add the Systems 2004 and correct two nearby grammar errors Revision Changes Path 1.35 +27 -3 www/en/events/events.xml From owner-cvs-all@FreeBSD.ORG Sun Aug 22 00:16:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0097916A4CE; Sun, 22 Aug 2004 00:16:03 +0000 (GMT) Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8A2043D46; Sun, 22 Aug 2004 00:16:02 +0000 (GMT) (envelope-from alc@cs.rice.edu) Received: from localhost (calypso.cs.rice.edu [128.42.1.127]) by cs.rice.edu (Postfix) with ESMTP id 13BEB4ABB4; Sat, 21 Aug 2004 19:16:00 -0500 (CDT) Received: from cs.rice.edu ([128.42.1.30]) by localhost (calypso.cs.rice.edu [128.42.1.127]) (amavisd-new, port 10024) with LMTP id 31747-01-73; Sat, 21 Aug 2004 19:15:59 -0500 (CDT) Received: by cs.rice.edu (Postfix, from userid 19572) id B29A34ABB3; Sat, 21 Aug 2004 19:15:59 -0500 (CDT) Date: Sat, 21 Aug 2004 19:15:59 -0500 From: Alan Cox To: Brian Fundakowski Feldman Message-ID: <20040822001559.GG9106@cs.rice.edu> References: <200408211920.i7LJKLlA088634@repoman.freebsd.org> <20040821225939.GA784@green.homeunix.org> <20040821233134.GF9106@cs.rice.edu> <20040821234116.GC784@green.homeunix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040821234116.GC784@green.homeunix.org> User-Agent: Mutt/1.4.2i X-Virus-Scanned: by amavis-20030616-p7 at cs.rice.edu cc: Alan Cox cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_fault.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 00:16:03 -0000 On Sat, Aug 21, 2004 at 07:41:16PM -0400, Brian Fundakowski Feldman wrote: > On Sat, Aug 21, 2004 at 06:31:34PM -0500, Alan Cox wrote: > > On Sat, Aug 21, 2004 at 06:59:39PM -0400, Brian Fundakowski Feldman wrote: > > > On Sat, Aug 21, 2004 at 07:20:21PM +0000, Alan Cox wrote: > > > > alc 2004-08-21 19:20:21 UTC > > > > > > > > FreeBSD src repository > > > > > > > > Modified files: > > > > sys/vm vm_fault.c > > > > Log: > > > > Further reduce the use of Giant by vm_fault(): Giant is held only when > > > > manipulating a vnode, e.g., calling vput(). This reduces contention for > > > > Giant during many copy-on-write faults, resulting in some additional > > > > speedup on SMPs. > > > > > > > > Note: debug_mpsafevm must be enabled for this optimization to take effect. > > > > > > This is very broken. See included first attempt at fixing it without > > > regard for actually trying to reimplement debug.mpsafenet for vnodes. > > > > > > > Can you please explain what is broken? > > #1. Lock order reversal. Giant is acquired after the map read lock. No, that is the order it has been in for months. The other functions that acquire a map lock and Giant do the same. > #2. Unlocking Giant without it being locked. This occurs in both > VM_UNLOCK_GIANT() lines I removed. I know this because my machine > panicked on the other after I removed the first. Yes, I see what happened. I was able to reproduce it. As the commit explains, I failed to condition an early unlock of Giant on debug_mpsafevm. Regards, Alan From owner-cvs-all@FreeBSD.ORG Sun Aug 22 00:26:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1F3E16A4CE; Sun, 22 Aug 2004 00:26:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B857243D3F; Sun, 22 Aug 2004 00:26:01 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M0Q11h098162; Sun, 22 Aug 2004 00:26:01 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M0Q1tg098161; Sun, 22 Aug 2004 00:26:01 GMT (envelope-from marcel) Message-Id: <200408220026.i7M0Q1tg098161@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 22 Aug 2004 00:26:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/alpha/common Makefile.common ldscript X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 00:26:01 -0000 marcel 2004-08-22 00:26:01 UTC FreeBSD src repository Modified files: sys/boot/alpha/common Makefile.common Added files: sys/boot/alpha/common ldscript Log: Part 1 of fixing the boot code: binutils 2.15 fixes. The binutils 2.15 assembler now automaticly and non-optionally adds the .eh_frame section for unwind information. This section appears to wreck havoc to the final boot code. Fix this by using a special linker script that discards the .eh_frame sections, but is otherwise identical to the linker internal script used for -N. Compiler used: gcc 3.3.5 Verified with: binutils 2.14 & binutils 2.15 (stock and in-tree) Tested with: /boot/loader & /boot/netboot Revision Changes Path 1.19 +1 -1 src/sys/boot/alpha/common/Makefile.common 1.1 +201 -0 src/sys/boot/alpha/common/ldscript (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 00:35:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC9BC16A4CE; Sun, 22 Aug 2004 00:35:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC7F243D46; Sun, 22 Aug 2004 00:35:44 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M0ZiHv098594; Sun, 22 Aug 2004 00:35:44 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M0ZiK9098593; Sun, 22 Aug 2004 00:35:44 GMT (envelope-from des) Message-Id: <200408220035.i7M0ZiK9098593@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 22 Aug 2004 00:35:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.bin/fetch fetch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 00:35:44 -0000 des 2004-08-22 00:35:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin/fetch fetch.c Log: MFC: (1.72) don't rely on sb.st_size unless we're sure it's meaningful. Revision Changes Path 1.10.2.26 +16 -5 src/usr.bin/fetch/fetch.c From owner-cvs-all@FreeBSD.ORG Sun Aug 22 00:51:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E5F316A4CE; Sun, 22 Aug 2004 00:51:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EC9D43D39; Sun, 22 Aug 2004 00:51:50 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M0po0P099410; Sun, 22 Aug 2004 00:51:50 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M0poiD099409; Sun, 22 Aug 2004 00:51:50 GMT (envelope-from krion) Message-Id: <200408220051.i7M0poiD099409@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 00:51:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/archivers/rvm Makefile ports/archivers/rvm/files patch-rconfig.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 00:51:50 -0000 krion 2004-08-22 00:51:49 UTC FreeBSD ports repository Modified files: archivers/rvm Makefile Added files: archivers/rvm/files patch-rconfig.h Log: Fix build with gcc-3.4 PR: ports/70780 Submitted by: Ports Fury Revision Changes Path 1.8 +1 -7 ports/archivers/rvm/Makefile 1.1 +11 -0 ports/archivers/rvm/files/patch-rconfig.h (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 00:54:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60F8516A4CE; Sun, 22 Aug 2004 00:54:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42C0243D39; Sun, 22 Aug 2004 00:54:10 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M0sAf6099636; Sun, 22 Aug 2004 00:54:10 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M0sACr099635; Sun, 22 Aug 2004 00:54:10 GMT (envelope-from krion) Message-Id: <200408220054.i7M0sACr099635@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 00:54:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/astro/cfitsio Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 00:54:10 -0000 krion 2004-08-22 00:54:10 UTC FreeBSD ports repository Modified files: astro/cfitsio Makefile distinfo Log: Update to version 2.500 PR: ports/70781 Submitted by: Ports Fury Revision Changes Path 1.2 +20 -8 ports/astro/cfitsio/Makefile 1.2 +2 -2 ports/astro/cfitsio/distinfo From owner-cvs-all@FreeBSD.ORG Sun Aug 22 00:56:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6917716A4CE; Sun, 22 Aug 2004 00:56:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FDE643D2D; Sun, 22 Aug 2004 00:56:28 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M0uSjq099784; Sun, 22 Aug 2004 00:56:28 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M0uShD099783; Sun, 22 Aug 2004 00:56:28 GMT (envelope-from krion) Message-Id: <200408220056.i7M0uShD099783@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 00:56:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/ac3dec Makefile pkg-plist ports/audio/ac3dec/files patch-ab patch-ac patch-ad patch-ae X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 00:56:28 -0000 krion 2004-08-22 00:56:28 UTC FreeBSD ports repository Modified files: audio/ac3dec Makefile Removed files: audio/ac3dec pkg-plist audio/ac3dec/files patch-ab patch-ac patch-ad patch-ae Log: Fix build with gcc-3.4 PR: ports/70782 Submitted by: Ports Fury Revision Changes Path 1.8 +17 -7 ports/audio/ac3dec/Makefile 1.2 +0 -11 ports/audio/ac3dec/files/patch-ab (dead) 1.2 +0 -11 ports/audio/ac3dec/files/patch-ac (dead) 1.2 +0 -11 ports/audio/ac3dec/files/patch-ad (dead) 1.2 +0 -11 ports/audio/ac3dec/files/patch-ae (dead) 1.3 +0 -4 ports/audio/ac3dec/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 00:59:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 094B516A4CE; Sun, 22 Aug 2004 00:59:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F276B43D41; Sun, 22 Aug 2004 00:59:19 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M0xJCm099879; Sun, 22 Aug 2004 00:59:19 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M0xJMl099878; Sun, 22 Aug 2004 00:59:19 GMT (envelope-from krion) Message-Id: <200408220059.i7M0xJMl099878@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 00:59:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/rioutil Makefile distinfo pkg-descr pkg-plist ports/audio/rioutil/files patch-ltmain.sh patch-src::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 00:59:20 -0000 krion 2004-08-22 00:59:19 UTC FreeBSD ports repository Modified files: audio/rioutil Makefile distinfo pkg-descr pkg-plist audio/rioutil/files patch-src::Makefile.in Removed files: audio/rioutil/files patch-ltmain.sh Log: Update to version 1.4.6 PR: ports/70783 Submitted by: Ports Fury Revision Changes Path 1.10 +13 -4 ports/audio/rioutil/Makefile 1.4 +2 -2 ports/audio/rioutil/distinfo 1.5 +0 -28 ports/audio/rioutil/files/patch-ltmain.sh (dead) 1.3 +39 -23 ports/audio/rioutil/files/patch-src::Makefile.in 1.2 +7 -2 ports/audio/rioutil/pkg-descr 1.4 +1 -2 ports/audio/rioutil/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Aug 22 01:06:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F130716A4CE; Sun, 22 Aug 2004 01:06:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E617143D45; Sun, 22 Aug 2004 01:06:12 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M16CR1000306; Sun, 22 Aug 2004 01:06:12 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M16CiU000305; Sun, 22 Aug 2004 01:06:12 GMT (envelope-from krion) Message-Id: <200408220106.i7M16CiU000305@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 01:06:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/cad/vipec Makefile pkg-plist ports/cad/vipec/files patch-HelpWindow.cpp patch-Setup.cpp patch-include::Schematic.h patch-vipec.pro vipec.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 01:06:13 -0000 krion 2004-08-22 01:06:12 UTC FreeBSD ports repository Modified files: cad/vipec Makefile pkg-plist cad/vipec/files patch-vipec.pro Added files: cad/vipec/files patch-HelpWindow.cpp patch-Setup.cpp patch-include::Component.h patch-include::DataVector.h patch-include::Schematic.h Removed files: cad/vipec/files vipec.sh.in Log: Fix build with gcc-3.4 PR: ports/70784 Submitted by: Ports Fury Revision Changes Path 1.11 +3 -8 ports/cad/vipec/Makefile 1.1 +18 -0 ports/cad/vipec/files/patch-HelpWindow.cpp (new) 1.1 +22 -0 ports/cad/vipec/files/patch-Setup.cpp (new) 1.1 +24 -0 ports/cad/vipec/files/patch-include::Component.h (new) 1.1 +10 -0 ports/cad/vipec/files/patch-include::DataVector.h (new) 1.1 +13 -0 ports/cad/vipec/files/patch-include::Schematic.h (new) 1.2 +6 -4 ports/cad/vipec/files/patch-vipec.pro 1.2 +0 -4 ports/cad/vipec/files/vipec.sh.in (dead) 1.4 +0 -1 ports/cad/vipec/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Aug 22 01:09:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 065A816A4CE; Sun, 22 Aug 2004 01:09:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBD3843D1D; Sun, 22 Aug 2004 01:09:56 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M19u5U000373; Sun, 22 Aug 2004 01:09:56 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M19uRR000372; Sun, 22 Aug 2004 01:09:56 GMT (envelope-from krion) Message-Id: <200408220109.i7M19uRR000372@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 01:09:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils/genius Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 01:09:57 -0000 krion 2004-08-22 01:09:56 UTC FreeBSD ports repository Modified files: deskutils/genius Makefile distinfo pkg-plist Log: Update to version 0.7.1 PR: ports/70785 Submitted by: Ports Fury Revision Changes Path 1.32 +6 -2 ports/deskutils/genius/Makefile 1.11 +2 -2 ports/deskutils/genius/distinfo 1.10 +1 -0 ports/deskutils/genius/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Aug 22 01:14:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 968BF16A4CE; Sun, 22 Aug 2004 01:14:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75C6E43D2F; Sun, 22 Aug 2004 01:14:07 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M1E7kH000523; Sun, 22 Aug 2004 01:14:07 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M1E7OL000522; Sun, 22 Aug 2004 01:14:07 GMT (envelope-from krion) Message-Id: <200408220114.i7M1E7OL000522@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 01:14:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/dc3play Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 01:14:07 -0000 krion 2004-08-22 01:14:07 UTC FreeBSD ports repository Modified files: graphics/dc3play Makefile Removed files: graphics/dc3play pkg-plist Log: Remove obsolete BROKEN mark. Support PORTDOCS/PLIST_FILES PR: ports/70787 Submitted by: Ports Fury Revision Changes Path 1.17 +5 -3 ports/graphics/dc3play/Makefile 1.3 +0 -5 ports/graphics/dc3play/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 01:18:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 625AB16A4CE; Sun, 22 Aug 2004 01:18:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57D1543D41; Sun, 22 Aug 2004 01:18:33 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M1IXmu000694; Sun, 22 Aug 2004 01:18:33 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M1IXxC000693; Sun, 22 Aug 2004 01:18:33 GMT (envelope-from krion) Message-Id: <200408220118.i7M1IXxC000693@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 01:18:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/swftools Makefile distinfo pkg-plist ports/graphics/swftools/files patch-Makefile.in patch-configure patch-lib::modules::swffont.c patch-lib:modules:swffont.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 01:18:33 -0000 krion 2004-08-22 01:18:33 UTC FreeBSD ports repository Modified files: graphics/swftools Makefile distinfo pkg-plist graphics/swftools/files patch-configure Added files: graphics/swftools/files patch-Makefile.in patch-lib::modules::swffont.c Removed files: graphics/swftools/files patch-lib:modules:swffont.c Log: Update to version 0.6.1 PR: ports/70788 Submitted by: Ports Fury Revision Changes Path 1.19 +13 -15 ports/graphics/swftools/Makefile 1.12 +2 -2 ports/graphics/swftools/distinfo 1.1 +17 -0 ports/graphics/swftools/files/patch-Makefile.in (new) 1.2 +71 -26 ports/graphics/swftools/files/patch-configure 1.1 +12 -0 ports/graphics/swftools/files/patch-lib::modules::swffont.c (new) 1.2 +0 -11 ports/graphics/swftools/files/patch-lib:modules:swffont.c (dead) 1.7 +0 -1 ports/graphics/swftools/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Aug 22 01:25:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFAE616A4CE; Sun, 22 Aug 2004 01:25:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A33D943D5F; Sun, 22 Aug 2004 01:25:31 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M1PVLd000967; Sun, 22 Aug 2004 01:25:31 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M1PVu1000966; Sun, 22 Aug 2004 01:25:31 GMT (envelope-from krion) Message-Id: <200408220125.i7M1PVu1000966@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 01:25:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/gnomesword Makefile distinfo pkg-message pkg-plist ports/misc/gnomesword/files patch-Makefile.in patch-po_Makefile.in.in patch-po_bg.po patch-po_de.po patch-po_es.po patch-po_es_ES.po patch-src::gnome2::mod_mgr.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 01:25:31 -0000 krion 2004-08-22 01:25:31 UTC FreeBSD ports repository Modified files: misc/gnomesword Makefile distinfo pkg-plist misc/gnomesword/files patch-Makefile.in Added files: misc/gnomesword/files patch-src::gnome2::mod_mgr.c patch-src::gnome2::tabbed_browser.c Removed files: misc/gnomesword pkg-message misc/gnomesword/files patch-po_Makefile.in.in patch-po_bg.po patch-po_de.po patch-po_es.po patch-po_es_ES.po patch-src_Makefile.in Log: Update to version 2.1.1 PR: ports/70789 Submitted by: Ports Fury Revision Changes Path 1.12 +11 -8 ports/misc/gnomesword/Makefile 1.5 +2 -2 ports/misc/gnomesword/distinfo 1.4 +28 -9 ports/misc/gnomesword/files/patch-Makefile.in 1.2 +0 -11 ports/misc/gnomesword/files/patch-po_Makefile.in.in (dead) 1.3 +0 -72 ports/misc/gnomesword/files/patch-po_bg.po (dead) 1.3 +0 -74 ports/misc/gnomesword/files/patch-po_de.po (dead) 1.3 +0 -69 ports/misc/gnomesword/files/patch-po_es.po (dead) 1.3 +0 -69 ports/misc/gnomesword/files/patch-po_es_ES.po (dead) 1.1 +12 -0 ports/misc/gnomesword/files/patch-src::gnome2::mod_mgr.c (new) 1.1 +17 -0 ports/misc/gnomesword/files/patch-src::gnome2::tabbed_browser.c (new) 1.2 +0 -10 ports/misc/gnomesword/files/patch-src_Makefile.in (dead) 1.2 +0 -2 ports/misc/gnomesword/pkg-message (dead) 1.4 +53 -22 ports/misc/gnomesword/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Aug 22 01:32:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BB9416A4CE; Sun, 22 Aug 2004 01:32:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C8FD43D3F; Sun, 22 Aug 2004 01:32:49 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M1Wnhd001138; Sun, 22 Aug 2004 01:32:49 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M1WnMB001137; Sun, 22 Aug 2004 01:32:49 GMT (envelope-from rwatson) Message-Id: <200408220132.i7M1WnMB001137@repoman.freebsd.org> From: Robert Watson Date: Sun, 22 Aug 2004 01:32:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet udp_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 01:32:49 -0000 rwatson 2004-08-22 01:32:49 UTC FreeBSD src repository Modified files: sys/netinet udp_usrreq.c Log: When sliding the m_data pointer forward, update m_pktrhdr.len as well as m_len, or the pkthdr length will be inconsistent with the actual length of data in the mbuf chain. The symptom of this occuring was "out of data" warnings from in_cksum_skip() on large UDP packets sent via the loopback interface. Foot shot: green Revision Changes Path 1.165 +3 -1 src/sys/netinet/udp_usrreq.c From owner-cvs-all@FreeBSD.ORG Sun Aug 22 01:58:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32A7516A4CE; Sun, 22 Aug 2004 01:58:04 +0000 (GMT) Received: from green.homeunix.org (pcp04371970pcs.nrockv01.md.comcast.net [69.140.223.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB37743D4C; Sun, 22 Aug 2004 01:58:03 +0000 (GMT) (envelope-from green@green.homeunix.org) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.13.1/8.13.1) with ESMTP id i7M1w1hU001752; Sat, 21 Aug 2004 21:58:01 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.13.1/8.13.1/Submit) id i7M1w1Fl001751; Sat, 21 Aug 2004 21:58:01 -0400 (EDT) (envelope-from green) Date: Sat, 21 Aug 2004 21:58:00 -0400 From: Brian Fundakowski Feldman To: Alan Cox Message-ID: <20040822015800.GE784@green.homeunix.org> References: <200408211920.i7LJKLlA088634@repoman.freebsd.org> <20040821225939.GA784@green.homeunix.org> <20040821233134.GF9106@cs.rice.edu> <20040821234116.GC784@green.homeunix.org> <20040822001559.GG9106@cs.rice.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040822001559.GG9106@cs.rice.edu> User-Agent: Mutt/1.5.6i cc: Alan Cox cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_fault.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 01:58:04 -0000 On Sat, Aug 21, 2004 at 07:15:59PM -0500, Alan Cox wrote: > On Sat, Aug 21, 2004 at 07:41:16PM -0400, Brian Fundakowski Feldman wrote: > > On Sat, Aug 21, 2004 at 06:31:34PM -0500, Alan Cox wrote: > > > On Sat, Aug 21, 2004 at 06:59:39PM -0400, Brian Fundakowski Feldman wrote: > > > > On Sat, Aug 21, 2004 at 07:20:21PM +0000, Alan Cox wrote: > > > > > alc 2004-08-21 19:20:21 UTC > > > > > > > > > > FreeBSD src repository > > > > > > > > > > Modified files: > > > > > sys/vm vm_fault.c > > > > > Log: > > > > > Further reduce the use of Giant by vm_fault(): Giant is held only when > > > > > manipulating a vnode, e.g., calling vput(). This reduces contention for > > > > > Giant during many copy-on-write faults, resulting in some additional > > > > > speedup on SMPs. > > > > > > > > > > Note: debug_mpsafevm must be enabled for this optimization to take effect. > > > > > > > > This is very broken. See included first attempt at fixing it without > > > > regard for actually trying to reimplement debug.mpsafenet for vnodes. > > > > > > > > > > Can you please explain what is broken? > > > > #1. Lock order reversal. Giant is acquired after the map read lock. > > No, that is the order it has been in for months. The other functions > that acquire a map lock and Giant do the same. Giant can never be acquired after another lock has been acquired :-( -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-all@FreeBSD.ORG Sun Aug 22 02:03:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05E2C16A4CE; Sun, 22 Aug 2004 02:03:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6C8D43D45; Sun, 22 Aug 2004 02:03:41 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M23fhi001924; Sun, 22 Aug 2004 02:03:41 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M23fb5001923; Sun, 22 Aug 2004 02:03:41 GMT (envelope-from csjp) Message-Id: <200408220203.i7M23fb5001923@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Sun, 22 Aug 2004 02:03:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ufs/ufs ufs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 02:03:42 -0000 csjp 2004-08-22 02:03:41 UTC FreeBSD src repository Modified files: sys/ufs/ufs ufs_vnops.c Log: Currently, if the secure level is low enough, system flags can be manipulated by prison root. In 4.x prison root can not manipulate system flags, regardless of the security level. This behavior should remain consistent to avoid any surprises which could lead to security problems for system administrators which give out privileged access to jails. This commit changes suser_cred's flag argument from SUSER_ALLOWJAIL to 0. This will prevent prison root from being able to manipulate system flags on files. This may be a MFC candidate for RELENG_5. Discussed with: cperciva Reviewed by: rwatson Approved by: bmilekic (mentor) PR: kern/70298 Revision Changes Path 1.243 +1 -1 src/sys/ufs/ufs/ufs_vnops.c From owner-cvs-all@FreeBSD.ORG Sun Aug 22 02:05:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B318516A4CE; Sun, 22 Aug 2004 02:05:35 +0000 (GMT) Received: from green.homeunix.org (pcp04371970pcs.nrockv01.md.comcast.net [69.140.223.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 526B543D41; Sun, 22 Aug 2004 02:05:35 +0000 (GMT) (envelope-from green@green.homeunix.org) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.13.1/8.13.1) with ESMTP id i7M25Sx3000808; Sat, 21 Aug 2004 22:05:28 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.13.1/8.13.1/Submit) id i7M25S8r000807; Sat, 21 Aug 2004 22:05:28 -0400 (EDT) (envelope-from green) Date: Sat, 21 Aug 2004 22:05:27 -0400 From: Brian Fundakowski Feldman To: Robert Watson Message-ID: <20040822020527.GA792@green.homeunix.org> References: <200408220132.i7M1WnMB001137@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408220132.i7M1WnMB001137@repoman.freebsd.org> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet udp_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 02:05:35 -0000 On Sun, Aug 22, 2004 at 01:32:49AM +0000, Robert Watson wrote: > rwatson 2004-08-22 01:32:49 UTC > > FreeBSD src repository > > Modified files: > sys/netinet udp_usrreq.c > Log: > When sliding the m_data pointer forward, update m_pktrhdr.len as well > as m_len, or the pkthdr length will be inconsistent with the actual > length of data in the mbuf chain. The symptom of this occuring was > "out of data" warnings from in_cksum_skip() on large UDP packets sent > via the loopback interface. > > Foot shot: green My foot -- she lives, yet! -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-all@FreeBSD.ORG Sun Aug 22 02:29:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B17B716A4CE; Sun, 22 Aug 2004 02:29:12 +0000 (GMT) Received: from ozlabs.org (ozlabs.org [203.10.76.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34CAE43D48; Sun, 22 Aug 2004 02:29:11 +0000 (GMT) (envelope-from grog@lemis.com) Received: from blackwater.lemis.com (blackwater.lemis.com [192.109.197.80]) by ozlabs.org (Postfix) with ESMTP id 51FFF2BD7B; Sun, 22 Aug 2004 12:29:09 +1000 (EST) Received: by blackwater.lemis.com (Postfix, from userid 1004) id 78AD051201; Sun, 22 Aug 2004 11:59:07 +0930 (CST) Date: Sun, 22 Aug 2004 11:59:07 +0930 From: Greg 'groggy' Lehey To: Brian Fundakowski Feldman Message-ID: <20040822022907.GP92256@wantadilla.lemis.com> References: <200408220132.i7M1WnMB001137@repoman.freebsd.org> <20040822020527.GA792@green.homeunix.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="l3ej7W/Jb2pB3qL2" Content-Disposition: inline In-Reply-To: <20040822020527.GA792@green.homeunix.org> User-Agent: Mutt/1.4.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Robert Watson cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet udp_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 02:29:12 -0000 --l3ej7W/Jb2pB3qL2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Saturday, 21 August 2004 at 22:05:27 -0400, Brian Fundakowski Feldman wrote: > On Sun, Aug 22, 2004 at 01:32:49AM +0000, Robert Watson wrote: >> rwatson 2004-08-22 01:32:49 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/netinet udp_usrreq.c >> Log: >> When sliding the m_data pointer forward, update m_pktrhdr.len as well >> as m_len, or the pkthdr length will be inconsistent with the actual >> length of data in the mbuf chain. The symptom of this occuring was >> "out of data" warnings from in_cksum_skip() on large UDP packets sent >> via the loopback interface. >> >> Foot shot: green > > My foot -- she lives, yet! He lives! Feet are masculine in all Western European languages :-) Greg -- Note: I discard all HTML mail unseen. Finger grog@FreeBSD.org for PGP public key. See complete headers for address and phone numbers. --l3ej7W/Jb2pB3qL2 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQFBKATzIubykFB6QiMRAq4tAJ4kW1XYm3O4pcDkZgXUiCXK+HYkqgCfY+KT rG/d5TRwANvuQjKQZ2APUxc= =oHPp -----END PGP SIGNATURE----- --l3ej7W/Jb2pB3qL2-- From owner-cvs-all@FreeBSD.ORG Sun Aug 22 02:32:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5160216A4CE; Sun, 22 Aug 2004 02:32:15 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id F304D43D31; Sun, 22 Aug 2004 02:32:14 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.11/8.12.11) with ESMTP id i7M2U7lH098751; Sat, 21 Aug 2004 22:30:07 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i7M2U3MT098746; Sat, 21 Aug 2004 22:30:03 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Sat, 21 Aug 2004 22:30:03 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Brian Fundakowski Feldman In-Reply-To: <20040822015800.GE784@green.homeunix.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Alan Cox cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Alan Cox cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_fault.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 02:32:15 -0000 On Sat, 21 Aug 2004, Brian Fundakowski Feldman wrote: > > > #1. Lock order reversal. Giant is acquired after the map read lock. > > > > No, that is the order it has been in for months. The other functions > > that acquire a map lock and Giant do the same. > > Giant can never be acquired after another lock has been acquired :-( Actually, that's not quite accurate. Take a look at the relationship between lockmgr/sx locks and Giant, for example. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research From owner-cvs-all@FreeBSD.ORG Sun Aug 22 03:39:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D93016A4CE; Sun, 22 Aug 2004 03:39:59 +0000 (GMT) Received: from green.homeunix.org (pcp04371970pcs.nrockv01.md.comcast.net [69.140.223.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76E7043D4C; Sun, 22 Aug 2004 03:39:58 +0000 (GMT) (envelope-from green@green.homeunix.org) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.13.1/8.13.1) with ESMTP id i7M3duLD003659; Sat, 21 Aug 2004 23:39:56 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.13.1/8.13.1/Submit) id i7M3dua8003658; Sat, 21 Aug 2004 23:39:56 -0400 (EDT) (envelope-from green) Date: Sat, 21 Aug 2004 23:39:55 -0400 From: Brian Fundakowski Feldman To: Robert Watson Message-ID: <20040822033955.GA3629@green.homeunix.org> References: <20040822015800.GE784@green.homeunix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i cc: Alan Cox cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Alan Cox cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_fault.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 03:39:59 -0000 On Sat, Aug 21, 2004 at 10:30:03PM -0400, Robert Watson wrote: > > On Sat, 21 Aug 2004, Brian Fundakowski Feldman wrote: > > > > > #1. Lock order reversal. Giant is acquired after the map read lock. > > > > > > No, that is the order it has been in for months. The other functions > > > that acquire a map lock and Giant do the same. > > > > Giant can never be acquired after another lock has been acquired :-( > > Actually, that's not quite accurate. Take a look at the relationship > between lockmgr/sx locks and Giant, for example. Point taken. This is the first time I've seen Giant in a lock order reversal with vm locks, though, and I've been running WITNESS for years. -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-all@FreeBSD.ORG Sun Aug 22 03:52:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D68116A4D0; Sun, 22 Aug 2004 03:52:08 +0000 (GMT) Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0320543D5F; Sun, 22 Aug 2004 03:52:08 +0000 (GMT) (envelope-from gibbs@scsiguy.com) Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by aslan.scsiguy.com (8.12.11/8.12.11) with ESMTP id i7M3pqhL008556; Sat, 21 Aug 2004 21:51:52 -0600 (MDT) (envelope-from gibbs@scsiguy.com) Date: Sat, 21 Aug 2004 21:51:52 -0600 From: "Justin T. Gibbs" To: Brian Somers Message-ID: <53F72233A48EFF2AFE6728E6@aslan.scsiguy.com> In-Reply-To: <20040821222914.04419f2d@dev.lan.Awfulhak.org> References: <200408171812.i7HICbLM078769@repoman.freebsd.org> <20040819051134.7f088757@dev.lan.Awfulhak.org> <20040821195714.232ea67f@dev.lan.Awfulhak.org> <20040821222914.04419f2d@dev.lan.Awfulhak.org> X-Mailer: Mulberry/3.1.6 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/isa psm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Justin T. Gibbs" List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Aug 2004 03:52:08 -0000 > This won't work for the moused cases I quoted previously: > > if (pBufP == 0 && (rBuf & cur_proto[0]) != cur_proto[1]) > return 0; It is correct for this case. This test is looking for the start of a packet. Setting cur_proto[0] to 0 essentially disables this test - the psm driver is doing it for moused. > /* is there an extra data byte? */ > if (pBufP >= cur_proto[4] && (rBuf & cur_proto[0]) != cur_proto[1]) > { For this case, it is hard to say if it is correct or not. The 4th byte is further vetted by the fourth byte sync mask futher down. The question is whether, in the PS/2 protocol case, the packets ever vary in size in some unpredictable fashion that can only be detected by seeing the sync bits in the first byte of the next packet. From looking at psm.c, that doesn't seem to be the case. The format is stable once the mouse is put in a particular mode. Anyway, the patch that I posted before has the same effect on moused as using the "disable sync checking" option in psm.c, but without actually disabling sync checking in psm. Since I don't have your mouse, I can't say if your mouse will function correctly through this code path with a syncmask of zero or not. > So the psm.c 1.79 changes have essentially broken moused's method of > determining the first byte. Not exactly. 1.79 caused moused to always discard the first byte for your mouse. The second change insures that this doesn't happen and should work so long as your mouse has a fixed packet size - seems to be the case for all PS/2 mice acording to psm.c. I'm not against further cleanups of moused and friends, but I would like to know if the second change fixes the problem for you. -- Justin From owner-cvs-all@FreeBSD.ORG Sun Aug 22 03:55:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEEB216A4CF; Sun, 22 Aug 2004 03:55:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90B4D43D3F; Sun, 22 Aug 2004 03:55:04 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M3t4Z8005917; Sun, 22 Aug 2004 03:55:04 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M3t4fC005916; Sun, 22 Aug 2004 03:55:04 GMT (envelope-from anholt) Message-Id: <200408220355.i7M3t4fC005916@repoman.freebsd.org> From: Eric Anholt Date: Sun, 22 Aug 2004 03:55:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci agp_intel.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 03:55:04 -0000 anholt 2004-08-22 03:55:04 UTC FreeBSD src repository Modified files: sys/pci agp_intel.c Log: Add support for Intel E7205 AGP. PR: kern/69858 Submitted by: Jacobo Arvelo Revision Changes Path 1.25 +6 -0 src/sys/pci/agp_intel.c From owner-cvs-all@FreeBSD.ORG Sun Aug 22 04:10:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF85816A4D1; Sun, 22 Aug 2004 04:10:25 +0000 (GMT) Received: from green.homeunix.org (pcp04371970pcs.nrockv01.md.comcast.net [69.140.223.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD10D43D48; Sun, 22 Aug 2004 04:10:24 +0000 (GMT) (envelope-from green@green.homeunix.org) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.13.1/8.13.1) with ESMTP id i7M4AIIk000995; Sun, 22 Aug 2004 00:10:18 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.13.1/8.13.1/Submit) id i7M4AIDI000994; Sun, 22 Aug 2004 00:10:18 -0400 (EDT) (envelope-from green) Date: Sun, 22 Aug 2004 00:10:18 -0400 From: Brian Fundakowski Feldman To: Robert Watson Message-ID: <20040822041018.GA937@green.homeunix.org> References: <20040822015800.GE784@green.homeunix.org> <20040822033955.GA3629@green.homeunix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040822033955.GA3629@green.homeunix.org> User-Agent: Mutt/1.5.6i cc: Alan Cox cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Alan Cox cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_fault.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 04:10:28 -0000 On Sat, Aug 21, 2004 at 11:39:55PM -0400, Brian Fundakowski Feldman wrote: > On Sat, Aug 21, 2004 at 10:30:03PM -0400, Robert Watson wrote: > > > > On Sat, 21 Aug 2004, Brian Fundakowski Feldman wrote: > > > > > > > #1. Lock order reversal. Giant is acquired after the map read lock. > > > > > > > > No, that is the order it has been in for months. The other functions > > > > that acquire a map lock and Giant do the same. > > > > > > Giant can never be acquired after another lock has been acquired :-( > > > > Actually, that's not quite accurate. Take a look at the relationship > > between lockmgr/sx locks and Giant, for example. > > Point taken. This is the first time I've seen Giant in a lock order > reversal with vm locks, though, and I've been running WITNESS for years. Also, it was the system_map lock, so it was a mutex, not an sx. /Goes back to trying to figure out wtf portupgrade -rR kde\* keeps causing hangs, but only in X, not at the command line, and not seemingly dependant on AGP/X driver. -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-all@FreeBSD.ORG Sun Aug 22 04:21:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C60216A4D1; Sun, 22 Aug 2004 04:21:02 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43B9A43D70; Sun, 22 Aug 2004 04:20:57 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.11/8.12.11) with ESMTP id i7M4In3q002228; Sun, 22 Aug 2004 00:18:49 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i7M4In7i002225; Sun, 22 Aug 2004 00:18:49 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Sun, 22 Aug 2004 00:18:49 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Brian Fundakowski Feldman In-Reply-To: <20040822041018.GA937@green.homeunix.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Alan Cox cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Alan Cox cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_fault.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 04:21:06 -0000 On Sun, 22 Aug 2004, Brian Fundakowski Feldman wrote: > Also, it was the system_map lock, so it was a mutex, not an sx. > > /Goes back to trying to figure out wtf portupgrade -rR kde\* keeps > causing > hangs, but only in X, not at the command line, and not seemingly > dependant on AGP/X driver. I believe mutexes are alright also as long as you're careful about sleeping and lock order. I.e., don't sleep while holding a non-funnel-like mutex, etc. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research From owner-cvs-all@FreeBSD.ORG Sun Aug 22 04:49:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4690916A4CE; Sun, 22 Aug 2004 04:49:37 +0000 (GMT) Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AEFB43D1F; Sun, 22 Aug 2004 04:49:37 +0000 (GMT) (envelope-from alc@cs.rice.edu) Received: from localhost (calypso.cs.rice.edu [128.42.1.127]) by cs.rice.edu (Postfix) with ESMTP id D71754ABDF; Sat, 21 Aug 2004 23:49:36 -0500 (CDT) Received: from cs.rice.edu ([128.42.1.30]) by localhost (calypso.cs.rice.edu [128.42.1.127]) (amavisd-new, port 10024) with LMTP id 09101-01-55; Sat, 21 Aug 2004 23:49:36 -0500 (CDT) Received: by cs.rice.edu (Postfix, from userid 19572) id 817B34AB93; Sat, 21 Aug 2004 23:49:36 -0500 (CDT) Date: Sat, 21 Aug 2004 23:49:36 -0500 From: Alan Cox To: Robert Watson Message-ID: <20040822044936.GJ9106@cs.rice.edu> References: <20040822041018.GA937@green.homeunix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2i X-Virus-Scanned: by amavis-20030616-p7 at cs.rice.edu cc: Alan Cox cc: Brian Fundakowski Feldman cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_fault.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 04:49:37 -0000 On Sun, Aug 22, 2004 at 12:18:49AM -0400, Robert Watson wrote: > > On Sun, 22 Aug 2004, Brian Fundakowski Feldman wrote: > > > Also, it was the system_map lock, so it was a mutex, not an sx. > > > > /Goes back to trying to figure out wtf portupgrade -rR kde\* keeps > > causing > > hangs, but only in X, not at the command line, and not seemingly > > dependant on AGP/X driver. > > I believe mutexes are alright also as long as you're careful about > sleeping and lock order. I.e., don't sleep while holding a > non-funnel-like mutex, etc. > We should never page fault on a system map. If that happens to you, it indicates an error. (In-kernel maps on which we do page fault, such as the pipe submap, are treated the same as user maps and utilize an sx lock.) Alan From owner-cvs-all@FreeBSD.ORG Sun Aug 22 04:58:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55BFA16A4CE; Sun, 22 Aug 2004 04:58:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 356EB43D1D; Sun, 22 Aug 2004 04:58:44 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M4wiF3007543; Sun, 22 Aug 2004 04:58:44 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M4wioo007542; Sun, 22 Aug 2004 04:58:44 GMT (envelope-from marcus) Message-Id: <200408220458.i7M4wioo007542@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 22 Aug 2004 04:58:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/gnomemedia2 Makefileports/audio/gnomemedia2/files patch-gnome-cd_freebsd-cdrom.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 04:58:44 -0000 marcus 2004-08-22 04:58:43 UTC FreeBSD ports repository Modified files: audio/gnomemedia2 Makefile Added files: audio/gnomemedia2/files patch-gnome-cd_freebsd-cdrom.c Log: * Fix a problem where track progress would not be updated when playing a CD [1] * Convert to new libtool scheme Adapted from: gnome-cd's linux-cdrom.c Revision Changes Path 1.55 +3 -3 ports/audio/gnomemedia2/Makefile 1.3 +38 -0 ports/audio/gnomemedia2/files/patch-gnome-cd_freebsd-cdrom.c (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 04:59:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1119516A4CE; Sun, 22 Aug 2004 04:59:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E41A343D3F; Sun, 22 Aug 2004 04:59:53 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M4xrqA007602; Sun, 22 Aug 2004 04:59:53 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M4xrKR007601; Sun, 22 Aug 2004 04:59:53 GMT (envelope-from anholt) Message-Id: <200408220459.i7M4xrKR007601@repoman.freebsd.org> From: Eric Anholt Date: Sun, 22 Aug 2004 04:59:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/nickle Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 04:59:54 -0000 anholt 2004-08-22 04:59:53 UTC FreeBSD ports repository Modified files: lang/nickle Makefile distinfo pkg-plist Log: Update to 2.41 and take maintainership. I hang out with the authors a lot, and they've basically made me start using it. It got to the point that I'd say, "I should write that in nickle" and I didn't even know the language yet. Revision Changes Path 1.10 +2 -2 ports/lang/nickle/Makefile 1.5 +2 -2 ports/lang/nickle/distinfo 1.4 +29 -0 ports/lang/nickle/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Aug 22 05:02:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C52616A511; Sun, 22 Aug 2004 05:02:03 +0000 (GMT) Received: from green.homeunix.org (pcp04371970pcs.nrockv01.md.comcast.net [69.140.223.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BD1243D1F; Sun, 22 Aug 2004 05:02:03 +0000 (GMT) (envelope-from green@green.homeunix.org) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.13.1/8.13.1) with ESMTP id i7M51t2m001030; Sun, 22 Aug 2004 01:01:55 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.13.1/8.13.1/Submit) id i7M51t2M001029; Sun, 22 Aug 2004 01:01:55 -0400 (EDT) (envelope-from green) Date: Sun, 22 Aug 2004 01:01:55 -0400 From: Brian Fundakowski Feldman To: Alan Cox Message-ID: <20040822050155.GA1007@green.homeunix.org> References: <20040822041018.GA937@green.homeunix.org> <20040822044936.GJ9106@cs.rice.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040822044936.GJ9106@cs.rice.edu> User-Agent: Mutt/1.5.6i cc: Alan Cox cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Robert Watson cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_fault.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 05:02:03 -0000 On Sat, Aug 21, 2004 at 11:49:36PM -0500, Alan Cox wrote: > On Sun, Aug 22, 2004 at 12:18:49AM -0400, Robert Watson wrote: > > > > On Sun, 22 Aug 2004, Brian Fundakowski Feldman wrote: > > > > > Also, it was the system_map lock, so it was a mutex, not an sx. > > > > > > /Goes back to trying to figure out wtf portupgrade -rR kde\* keeps > > > causing > > > hangs, but only in X, not at the command line, and not seemingly > > > dependant on AGP/X driver. > > > > I believe mutexes are alright also as long as you're careful about > > sleeping and lock order. I.e., don't sleep while holding a > > non-funnel-like mutex, etc. > > > > We should never page fault on a system map. If that happens to you, > it indicates an error. (In-kernel maps on which we do page fault, > such as the pipe submap, are treated the same as user maps and utilize > an sx lock.) vm_fault vm_fault_wire vm_map_wire kmem_alloc vm_ksubmap_init cpu_startup mi_startup -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-all@FreeBSD.ORG Sun Aug 22 05:07:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4B4516A4CE; Sun, 22 Aug 2004 05:07:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84BC043D31; Sun, 22 Aug 2004 05:07:55 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M57toF007895; Sun, 22 Aug 2004 05:07:55 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M57tjA007894; Sun, 22 Aug 2004 05:07:55 GMT (envelope-from marcus) Message-Id: <200408220507.i7M57tjA007894@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 22 Aug 2004 05:07:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/gnomemedia2 Makefileports/audio/gnomemedia2/files patch-gnome-cd_freebsd-cdrom.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 05:07:55 -0000 marcus 2004-08-22 05:07:55 UTC FreeBSD ports repository Modified files: audio/gnomemedia2 Makefile audio/gnomemedia2/files patch-gnome-cd_freebsd-cdrom.c Log: Properly initialize the length struct member for the previous patch that updates track length status. Revision Changes Path 1.56 +1 -1 ports/audio/gnomemedia2/Makefile 1.4 +14 -5 ports/audio/gnomemedia2/files/patch-gnome-cd_freebsd-cdrom.c From owner-cvs-all@FreeBSD.ORG Sun Aug 22 05:21:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C82116A4CE; Sun, 22 Aug 2004 05:21:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E42D43D3F; Sun, 22 Aug 2004 05:21:41 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M5LfAw008279; Sun, 22 Aug 2004 05:21:41 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M5LfOX008278; Sun, 22 Aug 2004 05:21:41 GMT (envelope-from julian) Message-Id: <200408220521.i7M5LfOX008278@repoman.freebsd.org> From: Julian Elischer Date: Sun, 22 Aug 2004 05:21:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sched_4bsd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 05:21:41 -0000 julian 2004-08-22 05:21:41 UTC FreeBSD src repository Modified files: sys/kern sched_4bsd.c Log: diff reduction for upcoming patch. Use a macro that masks some of the odd goings on with sub-structures, because they will go away anyhow. Revision Changes Path 1.50 +9 -8 src/sys/kern/sched_4bsd.c From owner-cvs-all@FreeBSD.ORG Sun Aug 22 05:27:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0322216A4CE; Sun, 22 Aug 2004 05:27:32 +0000 (GMT) Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB32843D53; Sun, 22 Aug 2004 05:27:31 +0000 (GMT) (envelope-from alc@cs.rice.edu) Received: from localhost (calypso.cs.rice.edu [128.42.1.127]) by cs.rice.edu (Postfix) with ESMTP id 926824ABF0; Sun, 22 Aug 2004 00:27:31 -0500 (CDT) Received: from cs.rice.edu ([128.42.1.30]) by localhost (calypso.cs.rice.edu [128.42.1.127]) (amavisd-new, port 10024) with LMTP id 10112-01-36; Sun, 22 Aug 2004 00:27:31 -0500 (CDT) Received: by cs.rice.edu (Postfix, from userid 19572) id 3F1B14ABEE; Sun, 22 Aug 2004 00:27:31 -0500 (CDT) Date: Sun, 22 Aug 2004 00:27:31 -0500 From: Alan Cox To: Brian Fundakowski Feldman Message-ID: <20040822052731.GL9106@cs.rice.edu> References: <20040822041018.GA937@green.homeunix.org> <20040822044936.GJ9106@cs.rice.edu> <20040822050155.GA1007@green.homeunix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040822050155.GA1007@green.homeunix.org> User-Agent: Mutt/1.4.2i X-Virus-Scanned: by amavis-20030616-p7 at cs.rice.edu cc: Alan Cox cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Robert Watson cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_fault.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 05:27:32 -0000 On Sun, Aug 22, 2004 at 01:01:55AM -0400, Brian Fundakowski Feldman wrote: > On Sat, Aug 21, 2004 at 11:49:36PM -0500, Alan Cox wrote: > > On Sun, Aug 22, 2004 at 12:18:49AM -0400, Robert Watson wrote: > > > > > > On Sun, 22 Aug 2004, Brian Fundakowski Feldman wrote: > > > > > > > Also, it was the system_map lock, so it was a mutex, not an sx. > > > > > > > > /Goes back to trying to figure out wtf portupgrade -rR kde\* keeps > > > > causing > > > > hangs, but only in X, not at the command line, and not seemingly > > > > dependant on AGP/X driver. > > > > > > I believe mutexes are alright also as long as you're careful about > > > sleeping and lock order. I.e., don't sleep while holding a > > > non-funnel-like mutex, etc. > > > > > > > We should never page fault on a system map. If that happens to you, > > it indicates an error. (In-kernel maps on which we do page fault, > > such as the pipe submap, are treated the same as user maps and utilize > > an sx lock.) > > vm_fault > vm_fault_wire > vm_map_wire > kmem_alloc > vm_ksubmap_init > cpu_startup > mi_startup > This is a call to vm_fault(), but not a page fault. This works without error because kmem_alloc() has preallocated and wired all of the required pages before calling vm_map_wire() (which calls vm_fault()). Specifically, the preallocation and wiring guarantees that vm_fault() will not follow any of the code paths on which it could sleep with the system map mutex held. (In fact, I believe that we are guaranteed that it will not sleep under any circumstances.) Alan From owner-cvs-all@FreeBSD.ORG Sun Aug 22 05:34:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6572E16A4CE; Sun, 22 Aug 2004 05:34:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 470D043D3F; Sun, 22 Aug 2004 05:34:07 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M5Y7iV008588; Sun, 22 Aug 2004 05:34:07 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M5Y72I008587; Sun, 22 Aug 2004 05:34:07 GMT (envelope-from kensmith) Message-Id: <200408220534.i7M5Y72I008587@repoman.freebsd.org> From: Ken Smith Date: Sun, 22 Aug 2004 05:34:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/sparc64 mkisoimages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 05:34:07 -0000 kensmith 2004-08-22 05:34:07 UTC FreeBSD src repository Modified files: release/sparc64 mkisoimages.sh Log: Found another one. Why does mdconfig hate me? Add a "sleep 5" to this script, without it sparc64 ISO building was consistently failing because the /dev/md0 device name was not present when the commands following mdconfig ran. Apparently there is the possibility of a delay between when mdconfig finishes and the names become visible in /dev. Yes, we could code this better than an unconditional call to "sleep 5" but IMHO we should fix the underlying problem instead. MFC after: 3 days Revision Changes Path 1.7 +2 -0 src/release/sparc64/mkisoimages.sh From owner-cvs-all@FreeBSD.ORG Sun Aug 22 05:35:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8C5316A4CE; Sun, 22 Aug 2004 05:35:41 +0000 (GMT) Received: from green.homeunix.org (pcp04371970pcs.nrockv01.md.comcast.net [69.140.223.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 227B043D1D; Sun, 22 Aug 2004 05:35:41 +0000 (GMT) (envelope-from green@green.homeunix.org) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.13.1/8.13.1) with ESMTP id i7M5Zd9h000963; Sun, 22 Aug 2004 01:35:39 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.13.1/8.13.1/Submit) id i7M5ZZAI000962; Sun, 22 Aug 2004 01:35:35 -0400 (EDT) (envelope-from green) Date: Sun, 22 Aug 2004 01:35:35 -0400 From: Brian Fundakowski Feldman To: Alan Cox Message-ID: <20040822053535.GA931@green.homeunix.org> References: <20040822041018.GA937@green.homeunix.org> <20040822044936.GJ9106@cs.rice.edu> <20040822050155.GA1007@green.homeunix.org> <20040822052731.GL9106@cs.rice.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040822052731.GL9106@cs.rice.edu> User-Agent: Mutt/1.5.6i cc: Alan Cox cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Robert Watson cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_fault.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 05:35:41 -0000 On Sun, Aug 22, 2004 at 12:27:31AM -0500, Alan Cox wrote: > On Sun, Aug 22, 2004 at 01:01:55AM -0400, Brian Fundakowski Feldman wrote: > > On Sat, Aug 21, 2004 at 11:49:36PM -0500, Alan Cox wrote: > > > On Sun, Aug 22, 2004 at 12:18:49AM -0400, Robert Watson wrote: > > > > > > > > On Sun, 22 Aug 2004, Brian Fundakowski Feldman wrote: > > > > > > > > > Also, it was the system_map lock, so it was a mutex, not an sx. > > > > > > > > > > /Goes back to trying to figure out wtf portupgrade -rR kde\* keeps > > > > > causing > > > > > hangs, but only in X, not at the command line, and not seemingly > > > > > dependant on AGP/X driver. > > > > > > > > I believe mutexes are alright also as long as you're careful about > > > > sleeping and lock order. I.e., don't sleep while holding a > > > > non-funnel-like mutex, etc. > > > > > > > > > > We should never page fault on a system map. If that happens to you, > > > it indicates an error. (In-kernel maps on which we do page fault, > > > such as the pipe submap, are treated the same as user maps and utilize > > > an sx lock.) > > > > vm_fault > > vm_fault_wire > > vm_map_wire > > kmem_alloc > > vm_ksubmap_init > > cpu_startup > > mi_startup > > > > This is a call to vm_fault(), but not a page fault. This works > without error because kmem_alloc() has preallocated and wired all of > the required pages before calling vm_map_wire() (which calls > vm_fault()). Specifically, the preallocation and wiring guarantees > that vm_fault() will not follow any of the code paths on which it > could sleep with the system map mutex held. (In fact, I believe that > we are guaranteed that it will not sleep under any circumstances.) I know, but that has nothing to do with the fact that it's locking the system map mutex, then Giant, which causes a lock order reversal. Do you run WITNESS? If you do, you should see this in your startup. -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-all@FreeBSD.ORG Sun Aug 22 05:39:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 447A416A4CE; Sun, 22 Aug 2004 05:39:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24EE243D2D; Sun, 22 Aug 2004 05:39:43 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M5dhPP008788; Sun, 22 Aug 2004 05:39:43 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M5dhfw008787; Sun, 22 Aug 2004 05:39:43 GMT (envelope-from nork) Message-Id: <200408220539.i7M5dhfw008787@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sun, 22 Aug 2004 05:39:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/linuxpluginwrapper Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 05:39:43 -0000 nork 2004-08-22 05:39:43 UTC FreeBSD ports repository Modified files: www/linuxpluginwrapper Makefile pkg-plist Log: o Add pips.so to pkg-plist [1]. o Fix @exec mkdir... from @unexec mkdir.... This is used by package install. o No longer symlink to acrobat plugin on 4-stable. o Bump PORTREVISION accordingly. Pointed out by: ume [1] Revision Changes Path 1.26 +6 -2 ports/www/linuxpluginwrapper/Makefile 1.6 +2 -1 ports/www/linuxpluginwrapper/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Aug 22 05:43:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAA4216A4CE; Sun, 22 Aug 2004 05:43:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BBEF43D1D; Sun, 22 Aug 2004 05:43:22 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M5hMW6008927; Sun, 22 Aug 2004 05:43:22 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M5hMV9008926; Sun, 22 Aug 2004 05:43:22 GMT (envelope-from linimon) Message-Id: <200408220543.i7M5hMV9008926@repoman.freebsd.org> From: Mark Linimon Date: Sun, 22 Aug 2004 05:43:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-fm/worker Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 05:43:22 -0000 linimon 2004-08-22 05:43:22 UTC FreeBSD ports repository Modified files: x11-fm/worker Makefile distinfo Log: Update to 2.8.5 and fix compilation with gcc 3.4. PR: ports/69908 Submitted by: Ulrich Spoerlein Approved by: maintainer Revision Changes Path 1.18 +1 -1 ports/x11-fm/worker/Makefile 1.17 +2 -2 ports/x11-fm/worker/distinfo From owner-cvs-all@FreeBSD.ORG Sun Aug 22 05:53:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E2F716A4CE; Sun, 22 Aug 2004 05:53:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FEF743D31; Sun, 22 Aug 2004 05:53:38 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M5rc1a009233; Sun, 22 Aug 2004 05:53:38 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M5rcGH009232; Sun, 22 Aug 2004 05:53:38 GMT (envelope-from davidxu) Message-Id: <200408220553.i7M5rcGH009232@repoman.freebsd.org> From: David Xu Date: Sun, 22 Aug 2004 05:53:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/gdb/libgdb fbsd-threads.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 05:53:38 -0000 davidxu 2004-08-22 05:53:38 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/libgdb fbsd-threads.c Log: Add code to support statically linked binary and .core file of threaded program. Revision Changes Path 1.5 +367 -177 src/gnu/usr.bin/gdb/libgdb/fbsd-threads.c From owner-cvs-all@FreeBSD.ORG Sun Aug 22 05:59:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D25F16A4CE; Sun, 22 Aug 2004 05:59:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7516043D31; Sun, 22 Aug 2004 05:59:04 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M5x4hN009385; Sun, 22 Aug 2004 05:59:04 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M5x4gm009384; Sun, 22 Aug 2004 05:59:04 GMT (envelope-from linimon) Message-Id: <200408220559.i7M5x4gm009384@repoman.freebsd.org> From: Mark Linimon Date: Sun, 22 Aug 2004 05:59:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/poseidon Makefile distinfo pkg-plist pkg-plist.PE pkg-plist.SE X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 05:59:04 -0000 linimon 2004-08-22 05:59:04 UTC FreeBSD ports repository Modified files: java/poseidon Makefile distinfo pkg-plist pkg-plist.PE pkg-plist.SE Log: Update to 2.5.0. By the way, in the future, you can put the Class as 'maintainer-update'. PR: ports/70796 Submitted by: Gerrit Beine (maintainer) Revision Changes Path 1.5 +2 -1 ports/java/poseidon/Makefile 1.4 +6 -6 ports/java/poseidon/distinfo 1.4 +99 -3 ports/java/poseidon/pkg-plist 1.2 +2 -0 ports/java/poseidon/pkg-plist.PE 1.2 +1 -0 ports/java/poseidon/pkg-plist.SE From owner-cvs-all@FreeBSD.ORG Sun Aug 22 06:01:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 875BD16A4CE; Sun, 22 Aug 2004 06:01:37 +0000 (GMT) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DD8443D1D; Sun, 22 Aug 2004 06:01:33 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from dhcp50.pn.xcllnt.net (dhcp50.pn.xcllnt.net [192.168.4.250]) by ns1.xcllnt.net (8.12.11/8.12.11) with ESMTP id i7M61TaW003250; Sat, 21 Aug 2004 23:01:29 -0700 (PDT) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp50.pn.xcllnt.net (localhost [127.0.0.1]) by dhcp50.pn.xcllnt.net (8.13.1/8.13.1) with ESMTP id i7M61M6f051402; Sat, 21 Aug 2004 23:01:22 -0700 (PDT) (envelope-from marcel@dhcp50.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp50.pn.xcllnt.net (8.13.1/8.13.1/Submit) id i7M61Mqk051401; Sat, 21 Aug 2004 23:01:22 -0700 (PDT) (envelope-from marcel) Date: Sat, 21 Aug 2004 23:01:22 -0700 From: Marcel Moolenaar To: Ken Smith Message-ID: <20040822060122.GA51375@dhcp50.pn.xcllnt.net> References: <200408220534.i7M5Y72I008587@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408220534.i7M5Y72I008587@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/sparc64 mkisoimages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 06:01:37 -0000 On Sun, Aug 22, 2004 at 05:34:07AM +0000, Ken Smith wrote: > kensmith 2004-08-22 05:34:07 UTC > > FreeBSD src repository > > Modified files: > release/sparc64 mkisoimages.sh > Log: > Found another one. Why does mdconfig hate me? Nothing personal. I ran into the same on ia64. I added sync; sleep 1; sync -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Sun Aug 22 06:24:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D100516A4CE; Sun, 22 Aug 2004 06:24:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C917B43D2F; Sun, 22 Aug 2004 06:24:59 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M6OxUW010054; Sun, 22 Aug 2004 06:24:59 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M6OxAK010053; Sun, 22 Aug 2004 06:24:59 GMT (envelope-from marcel) Message-Id: <200408220624.i7M6OxAK010053@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 22 Aug 2004 06:24:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/alpha Makefile.inc src/sys/boot/ficl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 06:25:00 -0000 marcel 2004-08-22 06:24:59 UTC FreeBSD src repository Modified files: sys/boot/alpha Makefile.inc sys/boot/ficl Makefile Log: Part 2 of fixing the boot code: gcc 3.4 fixes. The whole problem seems to be size. Which is odd, because it is said that size doesn't matter. Anyway... Add -Os to strategic places in the makefile to have the final loader be as mall as possible. This seems to be enough to make it work. For now... I think something is more fundamentally wrong; or something more fundamental is wrong. Potato, potaato. Revision Changes Path 1.10 +1 -1 src/sys/boot/alpha/Makefile.inc 1.38 +1 -1 src/sys/boot/ficl/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 22 06:53:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE1DF16A4CE; Sun, 22 Aug 2004 06:53:59 +0000 (GMT) Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF05543D1F; Sun, 22 Aug 2004 06:53:59 +0000 (GMT) (envelope-from alc@cs.rice.edu) Received: from localhost (calypso.cs.rice.edu [128.42.1.127]) by cs.rice.edu (Postfix) with ESMTP id 4601A4ABFB; Sun, 22 Aug 2004 01:53:59 -0500 (CDT) Received: from cs.rice.edu ([128.42.1.30]) by localhost (calypso.cs.rice.edu [128.42.1.127]) (amavisd-new, port 10024) with LMTP id 13032-01-37; Sun, 22 Aug 2004 01:53:58 -0500 (CDT) Received: by cs.rice.edu (Postfix, from userid 19572) id D25E74ABFA; Sun, 22 Aug 2004 01:53:58 -0500 (CDT) Date: Sun, 22 Aug 2004 01:53:58 -0500 From: Alan Cox To: Brian Fundakowski Feldman Message-ID: <20040822065358.GM9106@cs.rice.edu> References: <20040822041018.GA937@green.homeunix.org> <20040822044936.GJ9106@cs.rice.edu> <20040822050155.GA1007@green.homeunix.org> <20040822052731.GL9106@cs.rice.edu> <20040822053535.GA931@green.homeunix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040822053535.GA931@green.homeunix.org> User-Agent: Mutt/1.4.2i X-Virus-Scanned: by amavis-20030616-p7 at cs.rice.edu cc: Alan Cox cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Robert Watson cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_fault.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 06:54:00 -0000 On Sun, Aug 22, 2004 at 01:35:35AM -0400, Brian Fundakowski Feldman wrote: > On Sun, Aug 22, 2004 at 12:27:31AM -0500, Alan Cox wrote: > > On Sun, Aug 22, 2004 at 01:01:55AM -0400, Brian Fundakowski Feldman wrote: > > > On Sat, Aug 21, 2004 at 11:49:36PM -0500, Alan Cox wrote: > > > > On Sun, Aug 22, 2004 at 12:18:49AM -0400, Robert Watson wrote: > > > > > > > > > > On Sun, 22 Aug 2004, Brian Fundakowski Feldman wrote: > > > > > > > > > > > Also, it was the system_map lock, so it was a mutex, not an sx. > > > > > > > > > > > > /Goes back to trying to figure out wtf portupgrade -rR kde\* keeps > > > > > > causing > > > > > > hangs, but only in X, not at the command line, and not seemingly > > > > > > dependant on AGP/X driver. > > > > > > > > > > I believe mutexes are alright also as long as you're careful about > > > > > sleeping and lock order. I.e., don't sleep while holding a > > > > > non-funnel-like mutex, etc. > > > > > > > > > > > > > We should never page fault on a system map. If that happens to you, > > > > it indicates an error. (In-kernel maps on which we do page fault, > > > > such as the pipe submap, are treated the same as user maps and utilize > > > > an sx lock.) > > > > > > vm_fault > > > vm_fault_wire > > > vm_map_wire > > > kmem_alloc > > > vm_ksubmap_init > > > cpu_startup > > > mi_startup > > > > > > > This is a call to vm_fault(), but not a page fault. This works > > without error because kmem_alloc() has preallocated and wired all of > > the required pages before calling vm_map_wire() (which calls > > vm_fault()). Specifically, the preallocation and wiring guarantees > > that vm_fault() will not follow any of the code paths on which it > > could sleep with the system map mutex held. (In fact, I believe that > > we are guaranteed that it will not sleep under any circumstances.) > > I know, but that has nothing to do with the fact that it's locking the > system map mutex, then Giant, which causes a lock order reversal. Do > you run WITNESS? If you do, you should see this in your startup. > Yes, I do. And, there is no complaint from WITNESS. Giant is already held by the initialization code. So, the acquisition of Giant inside of vm_fault() is recursive and thus not a lock-order violation. The bug was, however, causing Giant to be acquired once and released twice by vm_fault(). So, the first call to vm_fault() by vm_map_wire() would release the initialization code's hold on Giant. Once Giant became unlocked, the next call to vm_fault() by vm_map_wire() would tigger a lock-order reversal report. Alan From owner-cvs-all@FreeBSD.ORG Sun Aug 22 07:07:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE89C16A4CE; Sun, 22 Aug 2004 07:07:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFD4F43D41; Sun, 22 Aug 2004 07:07:44 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M77ibN011257; Sun, 22 Aug 2004 07:07:44 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M77icU011256; Sun, 22 Aug 2004 07:07:44 GMT (envelope-from marcus) Message-Id: <200408220707.i7M77icU011256@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 22 Aug 2004 07:07:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/gnomenettool Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 07:07:45 -0000 marcus 2004-08-22 07:07:44 UTC FreeBSD ports repository Modified files: net/gnomenettool Makefile Log: Make sure HAVE_SOCKADDR_SA_LEN is defined so that we can properly detect IPv4 interface parameters. Reported by: Tom McLaughlin Revision Changes Path 1.10 +2 -0 ports/net/gnomenettool/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 22 07:33:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEB8716A4CE; Sun, 22 Aug 2004 07:33:53 +0000 (GMT) Received: from smtp-vbr13.xs4all.nl (smtp-vbr13.xs4all.nl [194.109.24.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 489A643D2D; Sun, 22 Aug 2004 07:33:53 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) i7M7Xpww067923; Sun, 22 Aug 2004 09:33:51 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.11/8.12.9) with ESMTP id i7M7XpQT068260; Sun, 22 Aug 2004 09:33:51 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.12.11/8.12.11/Submit) id i7M7XpHt068259; Sun, 22 Aug 2004 09:33:51 +0200 (CEST) (envelope-from wb) Date: Sun, 22 Aug 2004 09:33:51 +0200 From: Wilko Bulte To: Marcel Moolenaar Message-ID: <20040822073351.GA68229@freebie.xs4all.nl> References: <200408220534.i7M5Y72I008587@repoman.freebsd.org> <20040822060122.GA51375@dhcp50.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040822060122.GA51375@dhcp50.pn.xcllnt.net> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.10-STABLE X-PGP: finger wilko@freebsd.org X-Virus-Scanned: by XS4ALL Virus Scanner cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: Ken Smith Subject: Re: cvs commit: src/release/sparc64 mkisoimages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 07:33:54 -0000 On Sat, Aug 21, 2004 at 11:01:22PM -0700, Marcel Moolenaar wrote.. > On Sun, Aug 22, 2004 at 05:34:07AM +0000, Ken Smith wrote: > > kensmith 2004-08-22 05:34:07 UTC > > > > FreeBSD src repository > > > > Modified files: > > release/sparc64 mkisoimages.sh > > Log: > > Found another one. Why does mdconfig hate me? > > Nothing personal. I ran into the same on ia64. I added > sync; sleep 1; sync This stuff? + mdconfig -a -t vnode -f /R/stage/mfsroot/mfsroot + MDDEVICE=md0 + sleep 5 + [ ! -c /dev/md0 ] + trap umount /mnt; mdconfig -d -u md0 EXIT + bsdlabel -w -B -b /R/stage/trees/base/boot/boot md0 auto bsdlabel: boot code /R/stage/trees/base/boot/boot is wrong size + umount /mnt umount: /mnt: not a file system root directory *** Error code 1 Stop in /usr/src/release. + umount /dev *** Error code 1 (on Alpha this time) -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Sun Aug 22 08:29:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0B6216A4CE; Sun, 22 Aug 2004 08:29:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2A0643D39; Sun, 22 Aug 2004 08:29:04 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M8T4QJ013392; Sun, 22 Aug 2004 08:29:04 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M8T4qH013391; Sun, 22 Aug 2004 08:29:04 GMT (envelope-from nork) Message-Id: <200408220829.i7M8T4qH013391@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sun, 22 Aug 2004 08:29:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/pips800 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 08:29:04 -0000 nork 2004-08-22 08:29:04 UTC FreeBSD ports repository Modified files: print/pips800 Makefile Log: Remove DEPRECATED and EXPIRATION_DATE. Because ume is investigating these ports. Requested by: ume Approved by: taoka(blanket) Revision Changes Path 1.23 +0 -2 ports/print/pips800/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 22 08:40:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EDC916A4CE; Sun, 22 Aug 2004 08:40:05 +0000 (GMT) Received: from itchy.rabson.org (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F88743D49; Sun, 22 Aug 2004 08:40:04 +0000 (GMT) (envelope-from dfr@nlsystems.com) Received: from ns0.nlsystems.com (ns0.nlsystems.com [80.177.232.243]) by itchy.rabson.org (8.12.11/8.12.11) with ESMTP id i7M8e04j040114; Sun, 22 Aug 2004 09:40:00 +0100 (BST) (envelope-from dfr@nlsystems.com) From: Doug Rabson To: Marcel Moolenaar Date: Sun, 22 Aug 2004 09:40:18 +0100 User-Agent: KMail/1.6.2 References: <200408220624.i7M6OxAK010053@repoman.freebsd.org> In-Reply-To: <200408220624.i7M6OxAK010053@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408220940.18504.dfr@nlsystems.com> X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on itchy.rabson.org X-Virus-Scanned: clamd / ClamAV version 0.75.1, clamav-milter version 0.75c on itchy.rabson.org X-Virus-Status: Clean cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/alpha Makefile.inc src/sys/boot/ficl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 08:40:05 -0000 On Sunday 22 August 2004 07:24, Marcel Moolenaar wrote: > marcel 2004-08-22 06:24:59 UTC > > FreeBSD src repository > > Modified files: > sys/boot/alpha Makefile.inc > sys/boot/ficl Makefile > Log: > Part 2 of fixing the boot code: gcc 3.4 fixes. > > The whole problem seems to be size. Which is odd, because it is > said that size doesn't matter. Anyway... Add -Os to strategic places > in the makefile to have the final loader be as mall as possible. This > seems to be enough to make it work. For now... I think something is > more fundamentally wrong; or something more fundamental is wrong. > Potato, potaato. Size does matter for the alpha loader. The firmware gives it 256k of address space which we overflowed many years ago. I extended it in sys/boot/alpha/common/main.c:extend_heap() by adding 512k to the loader's mapped address space. It might be necessary to extend it a bit further. From owner-cvs-all@FreeBSD.ORG Sun Aug 22 08:48:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 598BC16A4CE; Sun, 22 Aug 2004 08:48:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C29B43D2F; Sun, 22 Aug 2004 08:48:56 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M8muj1013901; Sun, 22 Aug 2004 08:48:56 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M8mu1B013900; Sun, 22 Aug 2004 08:48:56 GMT (envelope-from davidxu) Message-Id: <200408220848.i7M8mu1B013900@repoman.freebsd.org> From: David Xu Date: Sun, 22 Aug 2004 08:48:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/gdb/libgdb fbsd-threads.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 08:48:56 -0000 davidxu 2004-08-22 08:48:56 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/libgdb fbsd-threads.c Log: Fix some text messages. Revision Changes Path 1.6 +2 -2 src/gnu/usr.bin/gdb/libgdb/fbsd-threads.c From owner-cvs-all@FreeBSD.ORG Sun Aug 22 08:56:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50D4016A4CE; Sun, 22 Aug 2004 08:56:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32EA343D53; Sun, 22 Aug 2004 08:56:02 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M8u2xQ015140; Sun, 22 Aug 2004 08:56:02 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M8u2Cs015136; Sun, 22 Aug 2004 08:56:02 GMT (envelope-from maxim) Message-Id: <200408220856.i7M8u2Cs015136@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 22 Aug 2004 08:56:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/common load.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 08:56:02 -0000 maxim 2004-08-22 08:56:01 UTC FreeBSD src repository Modified files: sys/boot/common load.c Log: Check a return code from read(2) correctly. PR: kern/70815 Submitted by: info [at] haakh.de Revision Changes Path 1.4 +1 -1 src/sys/boot/common/load.c From owner-cvs-all@FreeBSD.ORG Sun Aug 22 08:57:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47F3116A4CE; Sun, 22 Aug 2004 08:57:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B12C43D53; Sun, 22 Aug 2004 08:57:06 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M8v6Sk015341; Sun, 22 Aug 2004 08:57:06 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M8v6Vc015340; Sun, 22 Aug 2004 08:57:06 GMT (envelope-from maxim) Message-Id: <200408220857.i7M8v6Vc015340@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 22 Aug 2004 08:57:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/common load.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 08:57:06 -0000 maxim 2004-08-22 08:57:06 UTC FreeBSD src repository Modified files: sys/boot/common load.c Log: Trim EOL white spaces. Revision Changes Path 1.5 +4 -5 src/sys/boot/common/load.c From owner-cvs-all@FreeBSD.ORG Sun Aug 22 09:05:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA8BB16A4CE; Sun, 22 Aug 2004 09:05:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABA9D43D1D; Sun, 22 Aug 2004 09:05:58 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M95wJS016211; Sun, 22 Aug 2004 09:05:58 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M95w0N016210; Sun, 22 Aug 2004 09:05:58 GMT (envelope-from davidxu) Message-Id: <200408220905.i7M95w0N016210@repoman.freebsd.org> From: David Xu Date: Sun, 22 Aug 2004 09:05:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/gdb/libgdb fbsd-threads.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 09:05:58 -0000 davidxu 2004-08-22 09:05:58 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/libgdb fbsd-threads.c Log: Fix comments, most are style fix. Revision Changes Path 1.7 +11 -21 src/gnu/usr.bin/gdb/libgdb/fbsd-threads.c From owner-cvs-all@FreeBSD.ORG Sun Aug 22 09:08:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92E2816A4CE; Sun, 22 Aug 2004 09:08:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7433143D5C; Sun, 22 Aug 2004 09:08:23 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M98NgU016317; Sun, 22 Aug 2004 09:08:23 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M98N6s016316; Sun, 22 Aug 2004 09:08:23 GMT (envelope-from nork) Message-Id: <200408220908.i7M98N6s016316@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sun, 22 Aug 2004 09:08:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/eclipse-cdt Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 09:08:23 -0000 nork 2004-08-22 09:08:22 UTC FreeBSD ports repository Modified files: java/eclipse-cdt Makefile Log: Fix typo. Pointy hat to: myself Revision Changes Path 1.2 +1 -1 ports/java/eclipse-cdt/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 22 09:15:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C043A16A4CE; Sun, 22 Aug 2004 09:15:25 +0000 (GMT) Received: from gw.Awfulhak.org (awfulhak.demon.co.uk [80.177.173.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 276E343D46; Sun, 22 Aug 2004 09:15:25 +0000 (GMT) (envelope-from brian@Awfulhak.org) Received: from dev.lan.Awfulhak.org (brian@dev.lan.Awfulhak.org [172.16.0.5]) by gw.Awfulhak.org (8.12.11/8.12.11) with SMTP id i7M9FIeV075080; Sun, 22 Aug 2004 10:15:18 +0100 (BST) (envelope-from brian@Awfulhak.org) Date: Sun, 22 Aug 2004 10:15:17 +0100 From: Brian Somers To: "Justin T. Gibbs" Message-Id: <20040822101517.1935e7d3@dev.lan.Awfulhak.org> In-Reply-To: <53F72233A48EFF2AFE6728E6@aslan.scsiguy.com> References: <200408171812.i7HICbLM078769@repoman.freebsd.org> <20040819051134.7f088757@dev.lan.Awfulhak.org> <70CFCC3FCF048C13F0ABFA7B@aslan.scsiguy.com> <20040821195714.232ea67f@dev.lan.Awfulhak.org> <2EBB6525AF8622BD86E3D2C9@aslan.scsiguy.com> <20040821222914.04419f2d@dev.lan.Awfulhak.org> <53F72233A48EFF2AFE6728E6@aslan.scsiguy.com> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on gw.lan.Awfulhak.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/isa psm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 09:15:25 -0000 On Sat, 21 Aug 2004 21:51:52 -0600, "Justin T. Gibbs" wrote: > I'm not against further cleanups of moused and friends, but I would > like to know if the second change fixes the problem for you. Yes, the second change would certainly fix my scenario. Methinks these two scenarios are aimed at non-ps/2 mice as you're right - psm won't handle variable length packet sizes. Cheers. -- Brian Don't _EVER_ lose your sense of humour ! From owner-cvs-all@FreeBSD.ORG Sun Aug 22 09:18:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2375416A4CE; Sun, 22 Aug 2004 09:18:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0537043D2F; Sun, 22 Aug 2004 09:18:48 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M9Ilmf016589; Sun, 22 Aug 2004 09:18:47 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M9IlRH016588; Sun, 22 Aug 2004 09:18:47 GMT (envelope-from hrs) Message-Id: <200408220918.i7M9IlRH016588@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 22 Aug 2004 09:18:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/jadetex Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 09:18:48 -0000 hrs 2004-08-22 09:18:47 UTC FreeBSD ports repository Modified files: print/jadetex Makefile distinfo pkg-plist Log: Update to 3.13 and fix dependencies. Changes since 3.12 include: - Fix for "Theta" entity &thgr;. - Fix problem with extra space appearing before a "score" (underlining, strikethough) flow object. Approved by: nik (maintainer) Revision Changes Path 1.27 +4 -4 ports/print/jadetex/Makefile 1.9 +2 -2 ports/print/jadetex/distinfo 1.6 +2 -2 ports/print/jadetex/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Aug 22 09:28:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DA0216A4CF for ; Sun, 22 Aug 2004 09:28:31 +0000 (GMT) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id C727D43D68 for ; Sun, 22 Aug 2004 09:28:30 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 18597 invoked from network); 22 Aug 2004 09:28:04 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.54]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 22 Aug 2004 09:28:04 -0000 Message-ID: <4128673E.F68B68EE@freebsd.org> Date: Sun, 22 Aug 2004 11:28:30 +0200 From: Andre Oppermann X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Robert Watson References: <200408212120.i7LLK6YQ092852@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net rtsock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 09:28:31 -0000 Robert Watson wrote: > > rwatson 2004-08-21 21:20:06 UTC > > FreeBSD src repository > > Modified files: > sys/net rtsock.c > Log: > Allow the size of the routing socket netisr queue to be configured using > the tunable or sysctl 'net.route.netisr_maxqlen'. Default the maximum > depth to 256 rather than IFQ_MAXLEN due to the downsides of dropping > routing messages. > > MT5 candidate. > > Discussed with: mdodd, mlaier, Vincent Jardin A rtmessage should never ever be dropped. That would wedge the synchronized state of any userland routing daemons. -- Andre From owner-cvs-all@FreeBSD.ORG Sun Aug 22 09:53:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B724C16A4CE; Sun, 22 Aug 2004 09:53:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD57943D39; Sun, 22 Aug 2004 09:53:24 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M9rOxb018819; Sun, 22 Aug 2004 09:53:24 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M9rO67018818; Sun, 22 Aug 2004 09:53:24 GMT (envelope-from hrs) Message-Id: <200408220953.i7M9rO67018818@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 22 Aug 2004 09:53:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/de_DE.ISO8859-1/errata article.sgml src/release/doc/de_DE.ISO8859-1/readme article.sgml src/release/doc/fr_FR.ISO8859-1/errata article.sgml src/release/doc/ru_RU.KOI8-R/readme article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 09:53:24 -0000 hrs 2004-08-22 09:53:24 UTC FreeBSD src repository Modified files: release/doc/de_DE.ISO8859-1/errata article.sgml release/doc/de_DE.ISO8859-1/readme article.sgml release/doc/fr_FR.ISO8859-1/errata article.sgml release/doc/ja_JP.eucJP/errata article.sgml release/doc/ru_RU.KOI8-R/readme article.sgml Log: Unbreak the build. Translators, please let me know if I break something in your localized docs. Revision Changes Path 1.12 +9 -0 src/release/doc/de_DE.ISO8859-1/errata/article.sgml 1.12 +31 -0 src/release/doc/de_DE.ISO8859-1/readme/article.sgml 1.6 +7 -0 src/release/doc/fr_FR.ISO8859-1/errata/article.sgml 1.31 +21 -0 src/release/doc/ja_JP.eucJP/errata/article.sgml 1.6 +22 -0 src/release/doc/ru_RU.KOI8-R/readme/article.sgml From owner-cvs-all@FreeBSD.ORG Sun Aug 22 10:16:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D69F16A4CE; Sun, 22 Aug 2004 10:16:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F2FB43D39; Sun, 22 Aug 2004 10:16:17 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MAGHna019432; Sun, 22 Aug 2004 10:16:17 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MAGHgi019431; Sun, 22 Aug 2004 10:16:17 GMT (envelope-from hrs) Message-Id: <200408221016.i7MAGHgi019431@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 22 Aug 2004 10:16:16 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.3R schedule.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 10:16:17 -0000 hrs 2004-08-22 10:16:16 UTC FreeBSD doc repository Modified files: en/releases/5.3R schedule.sgml Log: Add actual dates for the code freeze, RELENG_5 branch creation, and starting -BETA1 builds. Revision Changes Path 1.6 +4 -4 www/en/releases/5.3R/schedule.sgml From owner-cvs-all@FreeBSD.ORG Sun Aug 22 10:32:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E62E16A4CE; Sun, 22 Aug 2004 10:32:19 +0000 (GMT) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5003043D55; Sun, 22 Aug 2004 10:32:18 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from freebsd.org (CPE-19-124.dsl.OntheNet.net [203.144.19.124]) i7MAWGnP089348; Sun, 22 Aug 2004 20:32:16 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <41287625.1020800@freebsd.org> Date: Sun, 22 Aug 2004 20:32:05 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andre Oppermann References: <200408212120.i7LLK6YQ092852@repoman.freebsd.org> <4128673E.F68B68EE@freebsd.org> In-Reply-To: <4128673E.F68B68EE@freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Robert Watson cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/net rtsock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 10:32:19 -0000 > A rtmessage should never ever be dropped. That would wedge the synchronized > state of any userland routing daemons. That only works with infinite memory or if you can flow-control the sources of the messages. A drop is easy to cause e.g. by downing a SONET link that might have many layers of serial ifnets muxed on top of it. Gated used to handle this by looking for a gap in sequence number and then falling back to a sysctl to re-read the routing table/interface list. Hopefully not frequent events ! Ask the Juniper guys how they handle this case :-) later, Peter. From owner-cvs-all@FreeBSD.ORG Sun Aug 22 10:52:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF18E16A4CE; Sun, 22 Aug 2004 10:52:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE32143D1F; Sun, 22 Aug 2004 10:52:50 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MAqokQ022331; Sun, 22 Aug 2004 10:52:50 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MAqoEu022330; Sun, 22 Aug 2004 10:52:50 GMT (envelope-from krion) Message-Id: <200408221052.i7MAqoEu022330@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 10:52:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/ifm Makefile distinfo pkg-plist ports/games/ifm/files patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 10:52:51 -0000 krion 2004-08-22 10:52:50 UTC FreeBSD ports repository Modified files: games/ifm Makefile distinfo pkg-plist Removed files: games/ifm/files patch-ab Log: Update to version 5.0 PR: ports/70786 Submitted by: Ports Fury Revision Changes Path 1.15 +12 -12 ports/games/ifm/Makefile 1.4 +2 -2 ports/games/ifm/distinfo 1.2 +0 -39 ports/games/ifm/files/patch-ab (dead) 1.3 +52 -16 ports/games/ifm/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Aug 22 10:55:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 419C516A4CE; Sun, 22 Aug 2004 10:55:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 233C843D31; Sun, 22 Aug 2004 10:55:56 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MAtuCd022473; Sun, 22 Aug 2004 10:55:56 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MAttVG022472; Sun, 22 Aug 2004 10:55:55 GMT (envelope-from ache) Message-Id: <200408221055.i7MAttVG022472@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 22 Aug 2004 10:55:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/apache13 Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 10:55:56 -0000 ache 2004-08-22 10:55:55 UTC FreeBSD ports repository Modified files: www/apache13 Makefile pkg-plist Log: Write-protect *-dist directories Revision Changes Path 1.155 +3 -1 ports/www/apache13/Makefile 1.54 +5 -1 ports/www/apache13/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Aug 22 10:59:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6FF216A4CE; Sun, 22 Aug 2004 10:59:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A928E43D1F; Sun, 22 Aug 2004 10:59:33 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MAxXKF022578; Sun, 22 Aug 2004 10:59:33 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MAxXlf022577; Sun, 22 Aug 2004 10:59:33 GMT (envelope-from davidxu) Message-Id: <200408221059.i7MAxXlf022577@repoman.freebsd.org> From: David Xu Date: Sun, 22 Aug 2004 10:59:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/gdb/libgdb Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 10:59:33 -0000 davidxu 2004-08-22 10:59:33 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/libgdb Makefile Log: Only compile fbsd-thread.c on amd64 and i386, other architectures have not been tested yet. Revision Changes Path 1.3 +5 -1 src/gnu/usr.bin/gdb/libgdb/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 22 11:02:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6239E16A4CE; Sun, 22 Aug 2004 11:02:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4234F43D53; Sun, 22 Aug 2004 11:02:29 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MB2TRn022713; Sun, 22 Aug 2004 11:02:29 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MB2SQ8022712; Sun, 22 Aug 2004 11:02:28 GMT (envelope-from lth) Message-Id: <200408221102.i7MB2SQ8022712@repoman.freebsd.org> From: Lars Thegler Date: Sun, 22 Aug 2004 11:02:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-SVN-Mirror Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 11:02:29 -0000 lth 2004-08-22 11:02:28 UTC FreeBSD ports repository Modified files: devel/p5-SVN-Mirror Makefile distinfo Log: - Update to 0.43 PR: ports/70765 Submitted by: maintainer Revision Changes Path 1.9 +1 -1 ports/devel/p5-SVN-Mirror/Makefile 1.7 +2 -2 ports/devel/p5-SVN-Mirror/distinfo From owner-cvs-all@FreeBSD.ORG Sun Aug 22 11:07:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1A9916A4CE; Sun, 22 Aug 2004 11:07:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83C3D43D45; Sun, 22 Aug 2004 11:07:00 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MB70c4022879; Sun, 22 Aug 2004 11:07:00 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MB7034022876; Sun, 22 Aug 2004 11:07:00 GMT (envelope-from blackend) Message-Id: <200408221107.i7MB7034022876@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 22 Aug 2004 11:07:00 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/x11 chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 11:07:00 -0000 blackend 2004-08-22 11:07:00 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/x11 chapter.sgml Log: s/GTK/GTK+/ according to http://www.gtk.org/ Revision Changes Path 1.146 +2 -2 doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Aug 22 11:24:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09F2316A4CE; Sun, 22 Aug 2004 11:24:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEE8743D1D; Sun, 22 Aug 2004 11:24:34 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MBOYqL024012; Sun, 22 Aug 2004 11:24:34 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MBOYfP024011; Sun, 22 Aug 2004 11:24:34 GMT (envelope-from oliver) Message-Id: <200408221124.i7MBOYfP024011@repoman.freebsd.org> From: Oliver Lehmann Date: Sun, 22 Aug 2004 11:24:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/sane-backends Makefile pkg-plist ports/graphics/sane-backends/files patch-doc_Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 11:24:35 -0000 oliver 2004-08-22 11:24:34 UTC FreeBSD ports repository Modified files: graphics/sane-backends Makefile pkg-plist graphics/sane-backends/files patch-doc_Makefile.in Log: - add OPTION (WITHOUT_)USB - make use of DOCSDIR - Bump PORTREVISION Revision Changes Path 1.60 +14 -4 ports/graphics/sane-backends/Makefile 1.8 +1 -1 ports/graphics/sane-backends/files/patch-doc_Makefile.in 1.35 +95 -95 ports/graphics/sane-backends/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Aug 22 11:28:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B386416A4CE; Sun, 22 Aug 2004 11:28:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA6A843D1D; Sun, 22 Aug 2004 11:28:39 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MBSdTP024250; Sun, 22 Aug 2004 11:28:39 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MBSd5s024249; Sun, 22 Aug 2004 11:28:39 GMT (envelope-from lth) Message-Id: <200408221128.i7MBSd5s024249@repoman.freebsd.org> From: Lars Thegler Date: Sun, 22 Aug 2004 11:28:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/p5-File-BaseDir Makefile distinfo pkg-descr pkg-plist ports/devel/p5-File-BaseDir/files 500503-BaseDir.pm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 11:28:39 -0000 lth 2004-08-22 11:28:39 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-File-BaseDir Makefile distinfo pkg-descr pkg-plist devel/p5-File-BaseDir/files 500503-BaseDir.pm Log: Add p5-File-BaseDir 0.02, use the freedesktop basedir spec. PR: 70768 Submitted by: Rong-En Fan Revision Changes Path 1.1680 +1 -0 ports/devel/Makefile 1.1 +26 -0 ports/devel/p5-File-BaseDir/Makefile (new) 1.1 +2 -0 ports/devel/p5-File-BaseDir/distinfo (new) 1.1 +39 -0 ports/devel/p5-File-BaseDir/files/500503-BaseDir.pm (new) 1.1 +10 -0 ports/devel/p5-File-BaseDir/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-File-BaseDir/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 11:28:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C06616A4CE; Sun, 22 Aug 2004 11:28:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EE7243D39; Sun, 22 Aug 2004 11:28:53 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MBSr7J024296; Sun, 22 Aug 2004 11:28:53 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MBSrGs024295; Sun, 22 Aug 2004 11:28:53 GMT (envelope-from lth) Message-Id: <200408221128.i7MBSrGs024295@repoman.freebsd.org> From: Lars Thegler Date: Sun, 22 Aug 2004 11:28:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 11:28:53 -0000 lth 2004-08-22 11:28:53 UTC FreeBSD ports repository Modified files: . modules Log: p5-File-BaseDir --> ports/devel/p5-File-BaseDir Revision Changes Path 1.10954 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Aug 22 12:15:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E45E16A4CE; Sun, 22 Aug 2004 12:15:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E6C543D5D; Sun, 22 Aug 2004 12:15:02 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MCF2TA026559; Sun, 22 Aug 2004 12:15:02 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MCF1vM026558; Sun, 22 Aug 2004 12:15:01 GMT (envelope-from arved) Message-Id: <200408221215.i7MCF1vM026558@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 22 Aug 2004 12:15:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/54321 Makefile ports/games/54321/files variables.GNU X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 12:15:02 -0000 arved 2004-08-22 12:15:01 UTC FreeBSD ports repository Modified files: games/54321 Makefile games/54321/files variables.GNU Log: Rename ARCH to OPSYS to fix build on amd64 Revision Changes Path 1.8 +4 -0 ports/games/54321/Makefile 1.2 +3 -3 ports/games/54321/files/variables.GNU From owner-cvs-all@FreeBSD.ORG Sun Aug 22 12:21:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB06416A4CE; Sun, 22 Aug 2004 12:21:58 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50F7443D45; Sun, 22 Aug 2004 12:21:58 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 864C6ACAFE; Sun, 22 Aug 2004 14:21:56 +0200 (CEST) Date: Sun, 22 Aug 2004 14:21:56 +0200 From: Pawel Jakub Dawidek To: "Christian S.J. Peron" Message-ID: <20040822122156.GK30151@darkness.comp.waw.pl> References: <200408220203.i7M23fb5001923@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="c6397Mob2532IpCX" Content-Disposition: inline In-Reply-To: <200408220203.i7M23fb5001923@repoman.freebsd.org> User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ufs/ufs ufs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 12:21:58 -0000 --c6397Mob2532IpCX Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 22, 2004 at 02:03:41AM +0000, Christian S.J. Peron wrote: +> csjp 2004-08-22 02:03:41 UTC +>=20 +> FreeBSD src repository +>=20 +> Modified files: +> sys/ufs/ufs ufs_vnops.c=20 +> Log: +> Currently, if the secure level is low enough, system flags can +> be manipulated by prison root. In 4.x prison root can not manipulate +> system flags, regardless of the security level. This behavior +> should remain consistent to avoid any surprises which could lead +> to security problems for system administrators which give out +> privileged access to jails. +> =20 +> This commit changes suser_cred's flag argument from SUSER_ALLOWJAIL +> to 0. This will prevent prison root from being able to manipulate +> system flags on files. +> =20 +> This may be a MFC candidate for RELENG_5. In 5.x we are able to set securelevel per jail, so jail's system administrator can increase securelevel if he needs this behaviour. I agree, that we should stay consistent with 4.x, that's why we should put this under some sysctl with default value, that keeps 4.x behaviour, but it could be changed if jail's system administrator wants to take control over system flags. --=20 Pawel Jakub Dawidek http://www.FreeBSD.org pjd@FreeBSD.org http://garage.freebsd.pl FreeBSD committer Am I Evil? Yes, I Am! --c6397Mob2532IpCX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBKI/kForvXbEpPzQRAqLeAJ995TMWFMU7H1SChRlYjQZhfG+W+wCcDVCF TmTbn5uPtSY5zYipIIGXvmc= =kpkf -----END PGP SIGNATURE----- --c6397Mob2532IpCX-- From owner-cvs-all@FreeBSD.ORG Sun Aug 22 12:25:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B83C216A4CE; Sun, 22 Aug 2004 12:25:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98ED343D2D; Sun, 22 Aug 2004 12:25:36 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MCPaF2026844; Sun, 22 Aug 2004 12:25:36 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MCPatq026843; Sun, 22 Aug 2004 12:25:36 GMT (envelope-from arved) Message-Id: <200408221225.i7MCPatq026843@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 22 Aug 2004 12:25:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/fftw3 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 12:25:36 -0000 arved 2004-08-22 12:25:36 UTC FreeBSD ports repository Modified files: math/fftw3 Makefile Log: Needs perl to build Reported by: pointyhat Revision Changes Path 1.25 +1 -0 ports/math/fftw3/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 22 12:33:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D5A016A4CE; Sun, 22 Aug 2004 12:33:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81F0C43D4C; Sun, 22 Aug 2004 12:33:51 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MCXpcv027184; Sun, 22 Aug 2004 12:33:51 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MCXpbO027183; Sun, 22 Aug 2004 12:33:51 GMT (envelope-from arved) Message-Id: <200408221233.i7MCXpbO027183@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 22 Aug 2004 12:33:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese/scim-chinese Makefile distinfo ports/chinese/scim-tables Makefile distinfo ports/japanese/scim-tables Makefile distinfo ports/korean/scim-tables Makefile distinfo ports/textproc/scim ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 12:33:51 -0000 arved 2004-08-22 12:33:50 UTC FreeBSD ports repository Modified files: chinese/scim-chinese Makefile distinfo chinese/scim-tables Makefile distinfo japanese/scim-tables Makefile distinfo korean/scim-tables Makefile distinfo textproc/scim Makefile distinfo pkg-plist textproc/skim Makefile distinfo Log: Add a forgotten PLIST_SUB in last update to textproc/scim to support 4-STABLE. Update textproc/scim to 0.99.6 Update dependants: textproc/skim 0.9.4 --> 0.9.5 chinese/scim-chinese 0.4.0 --> 0.4.1 chinese/scim-tables 0.4.0 --> 0.4.1 korean/scim-tables 0.4.0 --> 0.4.1 japanese/scim-tables 0.4.0 --> 0.4.1 PR: 70501 Submitted by: Jie Gao Revision Changes Path 1.4 +1 -2 ports/chinese/scim-chinese/Makefile 1.2 +2 -2 ports/chinese/scim-chinese/distinfo 1.3 +1 -1 ports/chinese/scim-tables/Makefile 1.2 +2 -2 ports/chinese/scim-tables/distinfo 1.3 +1 -1 ports/japanese/scim-tables/Makefile 1.2 +2 -2 ports/japanese/scim-tables/distinfo 1.3 +1 -1 ports/korean/scim-tables/Makefile 1.2 +2 -2 ports/korean/scim-tables/distinfo 1.5 +2 -2 ports/textproc/scim/Makefile 1.4 +2 -2 ports/textproc/scim/distinfo 1.5 +5 -5 ports/textproc/scim/pkg-plist 1.6 +2 -3 ports/textproc/skim/Makefile 1.3 +2 -2 ports/textproc/skim/distinfo From owner-cvs-all@FreeBSD.ORG Sun Aug 22 12:35:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03CB916A4CE; Sun, 22 Aug 2004 12:35:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C192A43D1F; Sun, 22 Aug 2004 12:35:31 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MCZVUW027396; Sun, 22 Aug 2004 12:35:31 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MCZVRJ027395; Sun, 22 Aug 2004 12:35:31 GMT (envelope-from lth) Message-Id: <200408221235.i7MCZVRJ027395@repoman.freebsd.org> From: Lars Thegler Date: Sun, 22 Aug 2004 12:35:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/p5-File-MimeInfo Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 12:35:32 -0000 lth 2004-08-22 12:35:31 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-File-MimeInfo Makefile distinfo pkg-descr pkg-plist Log: Add p5-File-MimeInfo 0.10, determine file type. PR: 70797 Submitted by: Rong-En Fan Revision Changes Path 1.1681 +1 -0 ports/devel/Makefile 1.1 +34 -0 ports/devel/p5-File-MimeInfo/Makefile (new) 1.1 +2 -0 ports/devel/p5-File-MimeInfo/distinfo (new) 1.1 +13 -0 ports/devel/p5-File-MimeInfo/pkg-descr (new) 1.1 +9 -0 ports/devel/p5-File-MimeInfo/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 12:35:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4857D16A4CE; Sun, 22 Aug 2004 12:35:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2880B43D1D; Sun, 22 Aug 2004 12:35:45 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MCZjLN027451; Sun, 22 Aug 2004 12:35:45 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MCZjEd027450; Sun, 22 Aug 2004 12:35:45 GMT (envelope-from lth) Message-Id: <200408221235.i7MCZjEd027450@repoman.freebsd.org> From: Lars Thegler Date: Sun, 22 Aug 2004 12:35:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 12:35:45 -0000 lth 2004-08-22 12:35:45 UTC FreeBSD ports repository Modified files: . modules Log: p5-File-MimeInfo --> ports/devel/p5-File-MimeInfo Revision Changes Path 1.10955 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Aug 22 12:41:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D925816A4D2; Sun, 22 Aug 2004 12:41:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA1AE43D39; Sun, 22 Aug 2004 12:41:39 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MCfd1P027670; Sun, 22 Aug 2004 12:41:39 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MCfd4q027669; Sun, 22 Aug 2004 12:41:39 GMT (envelope-from blackend) Message-Id: <200408221241.i7MCfd4q027669@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 22 Aug 2004 12:41:39 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.3R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 12:41:40 -0000 blackend 2004-08-22 12:41:39 UTC FreeBSD doc repository Modified files: en/releases/5.3R todo.sgml Log: Add items for the Doc TODO List. Revision Changes Path 1.43 +91 -1 www/en/releases/5.3R/todo.sgml From owner-cvs-all@FreeBSD.ORG Sun Aug 22 13:27:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31CD816A4CE; Sun, 22 Aug 2004 13:27:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10A5843D53; Sun, 22 Aug 2004 13:27:17 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MDRGmm028744; Sun, 22 Aug 2004 13:27:16 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MDRGom028743; Sun, 22 Aug 2004 13:27:16 GMT (envelope-from le) Message-Id: <200408221327.i7MDRGom028743@repoman.freebsd.org> From: Lukas Ertl Date: Sun, 22 Aug 2004 13:27:16 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/pgpkeys le.key X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 13:27:17 -0000 le 2004-08-22 13:27:16 UTC FreeBSD doc repository (src committer) Modified files: share/pgpkeys le.key Log: Update my key. Revision Changes Path 1.2 +43 -26 doc/share/pgpkeys/le.key From owner-cvs-all@FreeBSD.ORG Sun Aug 22 13:33:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35E6516A4CE; Sun, 22 Aug 2004 13:33:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 162AE43D31; Sun, 22 Aug 2004 13:33:51 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MDXotg028928; Sun, 22 Aug 2004 13:33:50 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MDXoEf028927; Sun, 22 Aug 2004 13:33:50 GMT (envelope-from krion) Message-Id: <200408221333.i7MDXoEf028927@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 13:33:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/enfle/files patch-image.c patch-render.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 13:33:51 -0000 krion 2004-08-22 13:33:50 UTC FreeBSD ports repository Added files: graphics/enfle/files patch-image.c patch-render.c Log: Fix build with gcc-3.4 Revision Changes Path 1.1 +14 -0 ports/graphics/enfle/files/patch-image.c (new) 1.1 +14 -0 ports/graphics/enfle/files/patch-render.c (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 13:34:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D88016A4CE; Sun, 22 Aug 2004 13:34:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E4A043D46; Sun, 22 Aug 2004 13:34:24 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MDYOUB028970; Sun, 22 Aug 2004 13:34:24 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MDYOQ6028969; Sun, 22 Aug 2004 13:34:24 GMT (envelope-from le) Message-Id: <200408221334.i7MDYOQ6028969@repoman.freebsd.org> From: Lukas Ertl Date: Sun, 22 Aug 2004 13:34:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/vinum geom_vinum_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 13:34:24 -0000 le 2004-08-22 13:34:24 UTC FreeBSD src repository Modified files: sys/geom/vinum geom_vinum_subr.c Log: Add forgotten format specifier in a KASSERT and shut up the compiler. Submitted by: Gavin Atkinson Revision Changes Path 1.7 +2 -1 src/sys/geom/vinum/geom_vinum_subr.c From owner-cvs-all@FreeBSD.ORG Sun Aug 22 13:42:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6926F16A4CE; Sun, 22 Aug 2004 13:42:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B6B843D48; Sun, 22 Aug 2004 13:42:17 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MDgH12029257; Sun, 22 Aug 2004 13:42:17 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MDgHg0029256; Sun, 22 Aug 2004 13:42:17 GMT (envelope-from arved) Message-Id: <200408221342.i7MDgHg0029256@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 22 Aug 2004 13:42:16 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/pgpkeys arved.key X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 13:42:17 -0000 arved 2004-08-22 13:42:16 UTC FreeBSD doc repository (ports committer) Modified files: share/pgpkeys arved.key Log: Really update my key to fix the Expiration problem. GPG Lessons taught by: Jason Harris Revision Changes Path 1.5 +1391 -1351 doc/share/pgpkeys/arved.key From owner-cvs-all@FreeBSD.ORG Sun Aug 22 13:54:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9515516A4CE; Sun, 22 Aug 2004 13:54:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 756FF43D1D; Sun, 22 Aug 2004 13:54:28 +0000 (GMT) (envelope-from gibbs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MDsSCg029575; Sun, 22 Aug 2004 13:54:28 GMT (envelope-from gibbs@repoman.freebsd.org) Received: (from gibbs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MDsS3q029574; Sun, 22 Aug 2004 13:54:28 GMT (envelope-from gibbs) Message-Id: <200408221354.i7MDsS3q029574@repoman.freebsd.org> From: "Justin T. Gibbs" Date: Sun, 22 Aug 2004 13:54:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/aic7xxx aic79xx_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 13:54:28 -0000 gibbs 2004-08-22 13:54:28 UTC FreeBSD src repository Modified files: sys/dev/aic7xxx aic79xx_pci.c Log: Set AHD_BUSFREEREV_BUG in the bug field for Rev B chips, not the feature field. Reported by: Ken Westerback MFC in: 2 days Revision Changes Path 1.21 +3 -3 src/sys/dev/aic7xxx/aic79xx_pci.c From owner-cvs-all@FreeBSD.ORG Sun Aug 22 13:54:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CCB816A4CE; Sun, 22 Aug 2004 13:54:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C7DE43D1F; Sun, 22 Aug 2004 13:54:49 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MDsnas029616; Sun, 22 Aug 2004 13:54:49 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MDsmZm029615; Sun, 22 Aug 2004 13:54:48 GMT (envelope-from krion) Message-Id: <200408221354.i7MDsmZm029615@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 13:54:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/gnome-vnc/files patch-gnome-vnc-viewer.c patch-vnc-viewer.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 13:54:49 -0000 krion 2004-08-22 13:54:48 UTC FreeBSD ports repository Added files: net/gnome-vnc/files patch-gnome-vnc-viewer.c patch-vnc-viewer.c Log: Fix build with gcc-3.4 Revision Changes Path 1.1 +14 -0 ports/net/gnome-vnc/files/patch-gnome-vnc-viewer.c (new) 1.1 +32 -0 ports/net/gnome-vnc/files/patch-vnc-viewer.c (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 14:02:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 340F116A4CE; Sun, 22 Aug 2004 14:02:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1569943D3F; Sun, 22 Aug 2004 14:02:09 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7ME28wB029894; Sun, 22 Aug 2004 14:02:08 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7ME281K029893; Sun, 22 Aug 2004 14:02:08 GMT (envelope-from krion) Message-Id: <200408221402.i7ME281K029893@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 14:02:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/gopher/files patch-gopher_form.c patch-object_BLblock.c patch-object_GSgopherobj.c patch-object_url.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 14:02:09 -0000 krion 2004-08-22 14:02:08 UTC FreeBSD ports repository Added files: net/gopher/files patch-gopher_form.c patch-object_BLblock.c patch-object_GSgopherobj.c patch-object_url.c Log: Fix build with gcc-3.4 Revision Changes Path 1.1 +15 -0 ports/net/gopher/files/patch-gopher_form.c (new) 1.1 +54 -0 ports/net/gopher/files/patch-object_BLblock.c (new) 1.1 +14 -0 ports/net/gopher/files/patch-object_GSgopherobj.c (new) 1.1 +15 -0 ports/net/gopher/files/patch-object_url.c (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 14:02:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B8C316A4CE; Sun, 22 Aug 2004 14:02:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BD1543D2F; Sun, 22 Aug 2004 14:02:44 +0000 (GMT) (envelope-from gibbs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7ME2iQU029927; Sun, 22 Aug 2004 14:02:44 GMT (envelope-from gibbs@repoman.freebsd.org) Received: (from gibbs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7ME2hGH029926; Sun, 22 Aug 2004 14:02:43 GMT (envelope-from gibbs) Message-Id: <200408221402.i7ME2hGH029926@repoman.freebsd.org> From: "Justin T. Gibbs" Date: Sun, 22 Aug 2004 14:02:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 14:02:44 -0000 gibbs 2004-08-22 14:02:43 UTC FreeBSD src repository Modified files: sys/dev/aic7xxx aic7xxx_pci.c Log: In the PCI error interrupt handler, specify the width of the PCI configuration cycle using the correct argument. The location and width were reversed. MFC in: 2 days Revision Changes Path 1.33 +7 -6 src/sys/dev/aic7xxx/aic7xxx_pci.c From owner-cvs-all@FreeBSD.ORG Sun Aug 22 14:19:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AEE316A4CE; Sun, 22 Aug 2004 14:19:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D51F43D2D; Sun, 22 Aug 2004 14:19:04 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MEJ3Cu030385; Sun, 22 Aug 2004 14:19:03 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MEJ3VW030384; Sun, 22 Aug 2004 14:19:03 GMT (envelope-from des) Message-Id: <200408221419.i7MEJ3VW030384@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 22 Aug 2004 14:19:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/etc/rc.d jail X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 14:19:04 -0000 des 2004-08-22 14:19:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) etc/rc.d jail Log: MFC: (1.16) quote variables used as command-line arguments. Approved by: re (kensmith) Revision Changes Path 1.15.2.1 +7 -7 src/etc/rc.d/jail From owner-cvs-all@FreeBSD.ORG Sun Aug 22 14:19:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DCD716A4CE; Sun, 22 Aug 2004 14:19:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2062743D2D; Sun, 22 Aug 2004 14:19:28 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MEJSi1030436; Sun, 22 Aug 2004 14:19:28 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MEJSg9030435; Sun, 22 Aug 2004 14:19:28 GMT (envelope-from krion) Message-Id: <200408221419.i7MEJSg9030435@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 14:19:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/libnetdude/files patch-protocols_icmp_libnd__icmp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 14:19:28 -0000 krion 2004-08-22 14:19:28 UTC FreeBSD ports repository Added files: net/libnetdude/files patch-protocols_icmp_libnd__icmp.c Log: Fix build with gcc-3.4 Revision Changes Path 1.1 +14 -0 ports/net/libnetdude/files/patch-protocols_icmp_libnd__icmp.c (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 14:19:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66B3616A4CE; Sun, 22 Aug 2004 14:19:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47FB943D41; Sun, 22 Aug 2004 14:19:53 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MEJre2030513; Sun, 22 Aug 2004 14:19:53 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MEJrJH030512; Sun, 22 Aug 2004 14:19:53 GMT (envelope-from des) Message-Id: <200408221419.i7MEJrJH030512@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 22 Aug 2004 14:19:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/examples/etc make.conf src/share/man/man5 make.conf.5 src/sys Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 14:19:53 -0000 des 2004-08-22 14:19:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/examples/etc make.conf share/man/man5 make.conf.5 sys Makefile Log: MFC: add NO_BOOT knob to disable building the boot blocks and loader. Approved by: re (kensmith) Revision Changes Path 1.229.2.1 +1 -0 src/share/examples/etc/make.conf 1.89.2.1 +11 -1 src/share/man/man5/make.conf.5 1.30.2.1 +2 -0 src/sys/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 22 14:25:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E89D16A4CE; Sun, 22 Aug 2004 14:25:23 +0000 (GMT) Received: from green.homeunix.org (pcp04371970pcs.nrockv01.md.comcast.net [69.140.223.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECA3D43D2D; Sun, 22 Aug 2004 14:25:22 +0000 (GMT) (envelope-from green@green.homeunix.org) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.13.1/8.13.1) with ESMTP id i7MEPKDK096710; Sun, 22 Aug 2004 10:25:20 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.13.1/8.13.1/Submit) id i7MEPGUw096453; Sun, 22 Aug 2004 10:25:16 -0400 (EDT) (envelope-from green) Date: Sun, 22 Aug 2004 10:25:16 -0400 From: Brian Fundakowski Feldman To: Alan Cox Message-ID: <20040822142516.GB931@green.homeunix.org> References: <20040822041018.GA937@green.homeunix.org> <20040822044936.GJ9106@cs.rice.edu> <20040822050155.GA1007@green.homeunix.org> <20040822052731.GL9106@cs.rice.edu> <20040822053535.GA931@green.homeunix.org> <20040822065358.GM9106@cs.rice.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040822065358.GM9106@cs.rice.edu> User-Agent: Mutt/1.5.6i cc: Alan Cox cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Robert Watson cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_fault.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 14:25:23 -0000 On Sun, Aug 22, 2004 at 01:53:58AM -0500, Alan Cox wrote: > On Sun, Aug 22, 2004 at 01:35:35AM -0400, Brian Fundakowski Feldman wrote: > > On Sun, Aug 22, 2004 at 12:27:31AM -0500, Alan Cox wrote: > > > On Sun, Aug 22, 2004 at 01:01:55AM -0400, Brian Fundakowski Feldman wrote: > > > > On Sat, Aug 21, 2004 at 11:49:36PM -0500, Alan Cox wrote: > > > > > On Sun, Aug 22, 2004 at 12:18:49AM -0400, Robert Watson wrote: > > > > > > > > > > > > On Sun, 22 Aug 2004, Brian Fundakowski Feldman wrote: > > > > > > > > > > > > > Also, it was the system_map lock, so it was a mutex, not an sx. > > > > > > > > > > > > > > /Goes back to trying to figure out wtf portupgrade -rR kde\* keeps > > > > > > > causing > > > > > > > hangs, but only in X, not at the command line, and not seemingly > > > > > > > dependant on AGP/X driver. > > > > > > > > > > > > I believe mutexes are alright also as long as you're careful about > > > > > > sleeping and lock order. I.e., don't sleep while holding a > > > > > > non-funnel-like mutex, etc. > > > > > > > > > > > > > > > > We should never page fault on a system map. If that happens to you, > > > > > it indicates an error. (In-kernel maps on which we do page fault, > > > > > such as the pipe submap, are treated the same as user maps and utilize > > > > > an sx lock.) > > > > > > > > vm_fault > > > > vm_fault_wire > > > > vm_map_wire > > > > kmem_alloc > > > > vm_ksubmap_init > > > > cpu_startup > > > > mi_startup > > > > > > > > > > This is a call to vm_fault(), but not a page fault. This works > > > without error because kmem_alloc() has preallocated and wired all of > > > the required pages before calling vm_map_wire() (which calls > > > vm_fault()). Specifically, the preallocation and wiring guarantees > > > that vm_fault() will not follow any of the code paths on which it > > > could sleep with the system map mutex held. (In fact, I believe that > > > we are guaranteed that it will not sleep under any circumstances.) > > > > I know, but that has nothing to do with the fact that it's locking the > > system map mutex, then Giant, which causes a lock order reversal. Do > > you run WITNESS? If you do, you should see this in your startup. > > > > Yes, I do. And, there is no complaint from WITNESS. Giant is already > held by the initialization code. So, the acquisition of Giant inside > of vm_fault() is recursive and thus not a lock-order violation. The > bug was, however, causing Giant to be acquired once and released twice > by vm_fault(). So, the first call to vm_fault() by vm_map_wire() > would release the initialization code's hold on Giant. Once Giant > became unlocked, the next call to vm_fault() by vm_map_wire() would > tigger a lock-order reversal report. Okay, I'll give it a shot on the next reboot and see if it was just a leak that's fixed now. -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-all@FreeBSD.ORG Sun Aug 22 14:37:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 920F216A4CE; Sun, 22 Aug 2004 14:37:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F7EF43D2F; Sun, 22 Aug 2004 14:37:48 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MEbmQb031031; Sun, 22 Aug 2004 14:37:48 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MEbmbP031030; Sun, 22 Aug 2004 14:37:48 GMT (envelope-from krion) Message-Id: <200408221437.i7MEbmbP031030@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 14:37:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/motor Makefile ports/devel/motor/files patch-parser_src_parser.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 14:37:48 -0000 krion 2004-08-22 14:37:47 UTC FreeBSD ports repository Modified files: devel/motor Makefile Added files: devel/motor/files patch-parser_src_parser.c Log: Fix build with gcc-3.4 Revision Changes Path 1.21 +1 -0 ports/devel/motor/Makefile 1.1 +23 -0 ports/devel/motor/files/patch-parser_src_parser.c (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 14:38:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0C8016A4CE; Sun, 22 Aug 2004 14:38:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B297F43D2D; Sun, 22 Aug 2004 14:38:10 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MEcA7v031077; Sun, 22 Aug 2004 14:38:10 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MEcAtm031076; Sun, 22 Aug 2004 14:38:10 GMT (envelope-from arved) Message-Id: <200408221438.i7MEcAtm031076@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 22 Aug 2004 14:38:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/p5-Mail-RFC822-Address pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 14:38:11 -0000 arved 2004-08-22 14:38:10 UTC FreeBSD ports repository Modified files: mail/p5-Mail-RFC822-Address pkg-plist Log: Remove empty directories PR: 70535 Submitted by: Simon Barner Revision Changes Path 1.3 +2 -0 ports/mail/p5-Mail-RFC822-Address/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Aug 22 14:41:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE24D16A4CE; Sun, 22 Aug 2004 14:41:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD8C343D48; Sun, 22 Aug 2004 14:41:33 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MEfXu2031230; Sun, 22 Aug 2004 14:41:33 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MEfXJw031229; Sun, 22 Aug 2004 14:41:33 GMT (envelope-from krion) Message-Id: <200408221441.i7MEfXJw031229@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 14:41:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/nadar/files patch-server_Game.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 14:41:34 -0000 krion 2004-08-22 14:41:33 UTC FreeBSD ports repository Added files: games/nadar/files patch-server_Game.c Log: Fix build with gcc-3.4 Revision Changes Path 1.1 +14 -0 ports/games/nadar/files/patch-server_Game.c (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 14:48:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D2AB16A4CE; Sun, 22 Aug 2004 14:48:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D82843D1F; Sun, 22 Aug 2004 14:48:56 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MEmuFH031383; Sun, 22 Aug 2004 14:48:56 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MEmu6N031382; Sun, 22 Aug 2004 14:48:56 GMT (envelope-from rwatson) Message-Id: <200408221448.i7MEmu6N031382@repoman.freebsd.org> From: Robert Watson Date: Sun, 22 Aug 2004 14:48:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if_fwsubr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 14:48:56 -0000 rwatson 2004-08-22 14:48:56 UTC FreeBSD src repository Modified files: sys/net if_fwsubr.c Log: Don't need to assert Giant in fw_output(), only in the firewire start routine. Revision Changes Path 1.6 +0 -2 src/sys/net/if_fwsubr.c From owner-cvs-all@FreeBSD.ORG Sun Aug 22 14:50:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E226D16A4CE; Sun, 22 Aug 2004 14:50:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C174D43D46; Sun, 22 Aug 2004 14:50:51 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MEopT1031482; Sun, 22 Aug 2004 14:50:51 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MEoplU031481; Sun, 22 Aug 2004 14:50:51 GMT (envelope-from krion) Message-Id: <200408221450.i7MEoplU031481@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 14:50:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/popd/files patch-src_authenticate.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 14:50:52 -0000 krion 2004-08-22 14:50:51 UTC FreeBSD ports repository Added files: mail/popd/files patch-src_authenticate.c Log: Fix build with gcc-3.4 Revision Changes Path 1.1 +13 -0 ports/mail/popd/files/patch-src_authenticate.c (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 14:53:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1145816A4CE; Sun, 22 Aug 2004 14:53:21 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABA1643D1F; Sun, 22 Aug 2004 14:53:20 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.11/8.12.11) with ESMTP id i7MEpD00020079; Sun, 22 Aug 2004 10:51:13 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i7MEpDDw020076; Sun, 22 Aug 2004 10:51:13 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Sun, 22 Aug 2004 10:51:13 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Andre Oppermann In-Reply-To: <4128673E.F68B68EE@freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/net rtsock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 14:53:21 -0000 On Sun, 22 Aug 2004, Andre Oppermann wrote: > > Allow the size of the routing socket netisr queue to be configured using > > the tunable or sysctl 'net.route.netisr_maxqlen'. Default the maximum > > depth to 256 rather than IFQ_MAXLEN due to the downsides of dropping > > routing messages. > > > > MT5 candidate. > > > > Discussed with: mdodd, mlaier, Vincent Jardin > > A rtmessage should never ever be dropped. That would wedge the > synchronized state of any userland routing daemons. That as may be, but we've always been able to drop them when the routing socket socket buffers fill, or when are unable to allocate an mbuf due to low memory, as we're often unable to block when such a message is generated. Inserting a netisr dispatch inserted a new bounded length queue introduced another possible source of loss when the queue overflows. I chatted with Bruce Simpson about this, and he observed that the way routing daemons may/do address some of the potential loss is to set the socket buffer receive size higher; this is not fail safe, however. I asked the submitter of the issue what the highest watermark level for socket buffers we'd seen in practice was, but I have not seen a response to that. He suggested making the netisr queue depth for the routing socket to be unlimited; I made it configurable but set what I think is a fairly high default. Do you have any measurement of how deep that socket buffer gets in practice on high volume routers? Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research From owner-cvs-all@FreeBSD.ORG Sun Aug 22 15:01:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12EB916A4CE; Sun, 22 Aug 2004 15:01:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E86BC43D46; Sun, 22 Aug 2004 15:01:23 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MF1NWw031827; Sun, 22 Aug 2004 15:01:23 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MF1NE9031826; Sun, 22 Aug 2004 15:01:23 GMT (envelope-from krion) Message-Id: <200408221501.i7MF1NE9031826@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 15:01:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/rio500/files patch-src_rio__add__song.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 15:01:24 -0000 krion 2004-08-22 15:01:23 UTC FreeBSD ports repository Added files: audio/rio500/files patch-src_rio__add__song.c Log: Fix build with gcc-3.4 Revision Changes Path 1.1 +22 -0 ports/audio/rio500/files/patch-src_rio__add__song.c (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 15:04:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A54B16A4EC; Sun, 22 Aug 2004 15:04:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A38A43D31; Sun, 22 Aug 2004 15:04:08 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MF48i3031920; Sun, 22 Aug 2004 15:04:08 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MF48TI031919; Sun, 22 Aug 2004 15:04:08 GMT (envelope-from krion) Message-Id: <200408221504.i7MF48TI031919@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 15:04:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/astro/roadmap/files patch-src_buildmap__range.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 15:04:08 -0000 krion 2004-08-22 15:04:08 UTC FreeBSD ports repository Added files: astro/roadmap/files patch-src_buildmap__range.c Log: Fix build with gcc-3.4 Revision Changes Path 1.1 +15 -0 ports/astro/roadmap/files/patch-src_buildmap__range.c (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 15:04:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7C6516A4CE; Sun, 22 Aug 2004 15:04:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C892543D46; Sun, 22 Aug 2004 15:04:57 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MF4vus031953; Sun, 22 Aug 2004 15:04:57 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MF4vTr031952; Sun, 22 Aug 2004 15:04:57 GMT (envelope-from cperciva) Message-Id: <200408221504.i7MF4vTr031952@repoman.freebsd.org> From: Colin Percival Date: Sun, 22 Aug 2004 15:04:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/etc services X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 15:04:58 -0000 cperciva 2004-08-22 15:04:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) etc services Log: MFC revisions 1.98 - 1.102: Correct definition for port 1000, add 8021/tcp, sort entries correctly, whitespace cleanup, and add port 3653 [1]. PR: conf/63907 [1] Revision Changes Path 1.62.2.17 +180 -182 src/etc/services From owner-cvs-all@FreeBSD.ORG Sun Aug 22 15:07:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54DF416A4CE; Sun, 22 Aug 2004 15:07:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35CE643D1D; Sun, 22 Aug 2004 15:07:29 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MF7TS2032109; Sun, 22 Aug 2004 15:07:29 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MF7Tr0032108; Sun, 22 Aug 2004 15:07:29 GMT (envelope-from krion) Message-Id: <200408221507.i7MF7Tr0032108@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 15:07:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/russian/messarge/files patch-mesdbc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 15:07:29 -0000 krion 2004-08-22 15:07:29 UTC FreeBSD ports repository Added files: russian/messarge/files patch-mesdbc.c Log: Fix build with gcc-3.4 Revision Changes Path 1.1 +15 -0 ports/russian/messarge/files/patch-mesdbc.c (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 15:10:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1224216A4CE; Sun, 22 Aug 2004 15:10:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7BDC43D53; Sun, 22 Aug 2004 15:10:52 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MFAqN0032245; Sun, 22 Aug 2004 15:10:52 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MFAqTQ032232; Sun, 22 Aug 2004 15:10:52 GMT (envelope-from rwatson) Message-Id: <200408221510.i7MFAqTQ032232@repoman.freebsd.org> From: Robert Watson Date: Sun, 22 Aug 2004 15:10:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_kdb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 15:10:53 -0000 rwatson 2004-08-22 15:10:52 UTC FreeBSD src repository Modified files: sys/kern subr_kdb.c Log: Make debug.kdb.stop_cpus also a TUNABLE() so it can be set prior to boot to help debug early nasty hangs. Revision Changes Path 1.6 +1 -0 src/sys/kern/subr_kdb.c From owner-cvs-all@FreeBSD.ORG Sun Aug 22 15:10:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3901116A4CF; Sun, 22 Aug 2004 15:10:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 096A243D55; Sun, 22 Aug 2004 15:10:53 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MFAqDI032253; Sun, 22 Aug 2004 15:10:52 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MFAqxJ032252; Sun, 22 Aug 2004 15:10:52 GMT (envelope-from nyan) Message-Id: <200408221510.i7MFAqxJ032252@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sun, 22 Aug 2004 15:10:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pc98/pc98 fd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 15:10:53 -0000 nyan 2004-08-22 15:10:52 UTC FreeBSD src repository Modified files: sys/pc98/pc98 fd.c Log: Merged from sys/dev/fdc/fdc.c revision 1.283. Revision Changes Path 1.154 +0 -4 src/sys/pc98/pc98/fd.c From owner-cvs-all@FreeBSD.ORG Sun Aug 22 15:13:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 641D216A4CE; Sun, 22 Aug 2004 15:13:00 +0000 (GMT) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34C4A43D1D; Sun, 22 Aug 2004 15:13:00 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from dhcp50.pn.xcllnt.net (dhcp50.pn.xcllnt.net [192.168.4.250]) by ns1.xcllnt.net (8.12.11/8.12.11) with ESMTP id i7MFCw9w005285; Sun, 22 Aug 2004 08:12:58 -0700 (PDT) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp50.pn.xcllnt.net (localhost [127.0.0.1]) by dhcp50.pn.xcllnt.net (8.13.1/8.13.1) with ESMTP id i7MFCwKL053030; Sun, 22 Aug 2004 08:12:58 -0700 (PDT) (envelope-from marcel@dhcp50.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp50.pn.xcllnt.net (8.13.1/8.13.1/Submit) id i7MFCvjE053029; Sun, 22 Aug 2004 08:12:57 -0700 (PDT) (envelope-from marcel) Date: Sun, 22 Aug 2004 08:12:57 -0700 From: Marcel Moolenaar To: Wilko Bulte Message-ID: <20040822151257.GA52947@dhcp50.pn.xcllnt.net> References: <200408220534.i7M5Y72I008587@repoman.freebsd.org> <20040822060122.GA51375@dhcp50.pn.xcllnt.net> <20040822073351.GA68229@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040822073351.GA68229@freebie.xs4all.nl> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: Ken Smith Subject: Re: cvs commit: src/release/sparc64 mkisoimages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 15:13:00 -0000 On Sun, Aug 22, 2004 at 09:33:51AM +0200, Wilko Bulte wrote: > > > Log: > > > Found another one. Why does mdconfig hate me? > > > > Nothing personal. I ran into the same on ia64. I added > > sync; sleep 1; sync > > This stuff? > > + mdconfig -a -t vnode -f /R/stage/mfsroot/mfsroot > + MDDEVICE=md0 > + sleep 5 > + [ ! -c /dev/md0 ] > + trap umount /mnt; mdconfig -d -u md0 EXIT > + bsdlabel -w -B -b /R/stage/trees/base/boot/boot md0 auto > bsdlabel: boot code /R/stage/trees/base/boot/boot is wrong size > + umount /mnt > umount: /mnt: not a file system root directory > *** Error code 1 Can you try with boot code made with HEAD sources: src/sys/boot/alpha/Makefile.inc 1.6 src/sys/boot/alpha/common/Makefile.common 1.19 src/sys/boot/alpha/common/ldscript 1.1 src/sys/boot/ficl/Makefile 1.38 The quickest way to check is to build outside the release tree and manually copying the files into ${CHROOT}/R/stage/trees/base/boot If the release builds and is bootable, I'll merge the changes into RELENG_5. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Sun Aug 22 15:13:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8A9B16A4D2; Sun, 22 Aug 2004 15:13:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B961843D41; Sun, 22 Aug 2004 15:13:08 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MFD857032358; Sun, 22 Aug 2004 15:13:08 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MFD8nI032357; Sun, 22 Aug 2004 15:13:08 GMT (envelope-from nyan) Message-Id: <200408221513.i7MFD8nI032357@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sun, 22 Aug 2004 15:13:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf options.pc98 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 15:13:09 -0000 nyan 2004-08-22 15:13:08 UTC FreeBSD src repository Modified files: sys/conf options.pc98 Log: MFi386: revision 1.215. Revision Changes Path 1.179 +0 -3 src/sys/conf/options.pc98 From owner-cvs-all@FreeBSD.ORG Sun Aug 22 15:14:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B16116A4CE; Sun, 22 Aug 2004 15:14:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D22943D45; Sun, 22 Aug 2004 15:14:14 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MFEEEh032410; Sun, 22 Aug 2004 15:14:14 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MFEE6g032409; Sun, 22 Aug 2004 15:14:14 GMT (envelope-from krion) Message-Id: <200408221514.i7MFEE6g032409@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 15:14:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/sjog/files patch-src_sjog__brightness.c patch-src_sjog__scroll.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 15:14:14 -0000 krion 2004-08-22 15:14:14 UTC FreeBSD ports repository Added files: sysutils/sjog/files patch-src_sjog__brightness.c patch-src_sjog__scroll.c Log: Fix build with gcc-3.4 Revision Changes Path 1.1 +14 -0 ports/sysutils/sjog/files/patch-src_sjog__brightness.c (new) 1.1 +14 -0 ports/sysutils/sjog/files/patch-src_sjog__scroll.c (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 15:14:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D07D316A4CE; Sun, 22 Aug 2004 15:14:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B297143D3F; Sun, 22 Aug 2004 15:14:44 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MFEi9v032442; Sun, 22 Aug 2004 15:14:44 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MFEiJV032441; Sun, 22 Aug 2004 15:14:44 GMT (envelope-from nyan) Message-Id: <200408221514.i7MFEiJV032441@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sun, 22 Aug 2004 15:14:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/agp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 15:14:45 -0000 nyan 2004-08-22 15:14:44 UTC FreeBSD src repository Modified files: sys/modules/agp Makefile Log: opt_agp.h is not required anymore. Revision Changes Path 1.13 +1 -1 src/sys/modules/agp/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 22 15:16:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F9F016A4CE; Sun, 22 Aug 2004 15:16:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61D2C43D41; Sun, 22 Aug 2004 15:16:30 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MFGU0n032562; Sun, 22 Aug 2004 15:16:30 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MFGUng032561; Sun, 22 Aug 2004 15:16:30 GMT (envelope-from krion) Message-Id: <200408221516.i7MFGUng032561@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 15:16:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc/slirc/files patch-lru.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 15:16:30 -0000 krion 2004-08-22 15:16:30 UTC FreeBSD ports repository Modified files: irc/slirc/files patch-lru.c Log: Fix build with gcc-3.4 Revision Changes Path 1.2 +13 -2 ports/irc/slirc/files/patch-lru.c From owner-cvs-all@FreeBSD.ORG Sun Aug 22 15:23:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB7F716A4CE; Sun, 22 Aug 2004 15:23:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD85543D5A; Sun, 22 Aug 2004 15:23:48 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MFNmnC032774; Sun, 22 Aug 2004 15:23:48 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MFNmEe032773; Sun, 22 Aug 2004 15:23:48 GMT (envelope-from mlaier) Message-Id: <200408221523.i7MFNmEe032773@repoman.freebsd.org> From: Max Laier Date: Sun, 22 Aug 2004 15:23:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/contrib/pf/net pf_ioctl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 15:23:49 -0000 mlaier 2004-08-22 15:23:48 UTC FreeBSD src repository Modified files: sys/contrib/pf/net pf_ioctl.c Log: Use securelevel_gt instead of reading global securelevel unprotected. Submitted by: yongari MFC after: 3 days Revision Changes Path 1.13 +5 -0 src/sys/contrib/pf/net/pf_ioctl.c From owner-cvs-all@FreeBSD.ORG Sun Aug 22 15:25:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 293DF16A4CE; Sun, 22 Aug 2004 15:25:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A39B43D1D; Sun, 22 Aug 2004 15:25:36 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MFPZ7o032875; Sun, 22 Aug 2004 15:25:35 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MFPZW5032874; Sun, 22 Aug 2004 15:25:35 GMT (envelope-from kris) Message-Id: <200408221525.i7MFPZW5032874@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 22 Aug 2004 15:25:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vlog Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 15:25:36 -0000 kris 2004-08-22 15:25:35 UTC FreeBSD ports repository Modified files: security/vlog Makefile Log: Revert previous commit, I lost the race with arved who fixed the port. Pointy hat to: kris Revision Changes Path 1.12 +1 -6 ports/security/vlog/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 22 15:25:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E29D416A4CE; Sun, 22 Aug 2004 15:25:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C412E43D2D; Sun, 22 Aug 2004 15:25:44 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MFPiRW032903; Sun, 22 Aug 2004 15:25:44 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MFPiK0032902; Sun, 22 Aug 2004 15:25:44 GMT (envelope-from krion) Message-Id: <200408221525.i7MFPiK0032902@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 15:25:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/spruce/files patch-filters.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 15:25:45 -0000 krion 2004-08-22 15:25:44 UTC FreeBSD ports repository Added files: mail/spruce/files patch-filters.c Log: Fix build with gcc-3.4 Revision Changes Path 1.1 +14 -0 ports/mail/spruce/files/patch-filters.c (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 15:32:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CDDC16A4CE; Sun, 22 Aug 2004 15:32:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2054443D31; Sun, 22 Aug 2004 15:32:26 +0000 (GMT) (envelope-from yoichi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MFWPdC033122; Sun, 22 Aug 2004 15:32:25 GMT (envelope-from yoichi@repoman.freebsd.org) Received: (from yoichi@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MFWPBI033121; Sun, 22 Aug 2004 15:32:25 GMT (envelope-from yoichi) Message-Id: <200408221532.i7MFWPBI033121@repoman.freebsd.org> From: Yoichi NAKAYAMA Date: Sun, 22 Aug 2004 15:32:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/elscreen Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 15:32:26 -0000 yoichi 2004-08-22 15:32:25 UTC FreeBSD ports repository Modified files: misc/elscreen Makefile distinfo Log: update to 1.3.1 Revision Changes Path 1.5 +1 -1 ports/misc/elscreen/Makefile 1.4 +2 -2 ports/misc/elscreen/distinfo From owner-cvs-all@FreeBSD.ORG Sun Aug 22 15:38:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE8AB16A4CE; Sun, 22 Aug 2004 15:38:44 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C56ED43D1F; Sun, 22 Aug 2004 15:38:44 +0000 (GMT) (envelope-from csjp@freebsd.org) Received: from freefall.freebsd.org (csjp@localhost [127.0.0.1]) i7MFcipH062631; Sun, 22 Aug 2004 15:38:44 GMT (envelope-from csjp@freebsd.org) Received: (from csjp@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7MFcipj062630; Sun, 22 Aug 2004 15:38:44 GMT (envelope-from csjp@freebsd.org) X-Authentication-Warning: freefall.freebsd.org: csjp set sender to csjp@freebsd.org using -f Date: Sun, 22 Aug 2004 15:38:44 +0000 From: "Christian S.J. Peron" To: Pawel Jakub Dawidek Message-ID: <20040822153844.GA34925@freefall.freebsd.org> References: <200408220203.i7M23fb5001923@repoman.freebsd.org> <20040822122156.GK30151@darkness.comp.waw.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040822122156.GK30151@darkness.comp.waw.pl> User-Agent: Mutt/1.4.1i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/ufs/ufs ufs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 15:38:45 -0000 On 22 Aug 2004 Pawel Jakub Dawidek wrote: > In 5.x we are able to set securelevel per jail, so jail's system > administrator can increase securelevel if he needs this behaviour. > I agree, that we should stay consistent with 4.x, that's why we should > put this under some sysctl with default value, that keeps 4.x > behaviour, but it could be changed if jail's system administrator wants > to take control over system flags. Yes, I think everyone will agree that this is a good idea. -- Christian S.J. Peron csjp@FreeBSD.ORG FreeBSD Committer From owner-cvs-all@FreeBSD.ORG Sun Aug 22 15:39:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B60C316A4CE; Sun, 22 Aug 2004 15:39:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98B6943D48; Sun, 22 Aug 2004 15:39:37 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MFdblJ033302; Sun, 22 Aug 2004 15:39:37 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MFdbgU033301; Sun, 22 Aug 2004 15:39:37 GMT (envelope-from krion) Message-Id: <200408221539.i7MFdbgU033301@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 15:39:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mbone/udpcast Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 15:39:37 -0000 krion 2004-08-22 15:39:37 UTC FreeBSD ports repository Modified files: mbone/udpcast Makefile Log: Fix build. Pet portlint. Revision Changes Path 1.2 +1 -1 ports/mbone/udpcast/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 22 15:46:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48C3216A4CE; Sun, 22 Aug 2004 15:46:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C2C343D48; Sun, 22 Aug 2004 15:46:36 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MFka0N033517; Sun, 22 Aug 2004 15:46:36 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MFkZeu033516; Sun, 22 Aug 2004 15:46:35 GMT (envelope-from krion) Message-Id: <200408221546.i7MFkZeu033516@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 15:46:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/xautolock/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 15:46:36 -0000 krion 2004-08-22 15:46:35 UTC FreeBSD ports repository Modified files: x11/xautolock/files patch-aa Log: Fix build with gcc-3.4 Revision Changes Path 1.3 +18 -5 ports/x11/xautolock/files/patch-aa From owner-cvs-all@FreeBSD.ORG Sun Aug 22 15:54:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 632F716A4CE; Sun, 22 Aug 2004 15:54:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 452F243D48; Sun, 22 Aug 2004 15:54:09 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MFs995033722; Sun, 22 Aug 2004 15:54:09 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MFs982033721; Sun, 22 Aug 2004 15:54:09 GMT (envelope-from sos) Message-Id: <200408221554.i7MFs982033721@repoman.freebsd.org> From: Søren Schmidt Date: Sun, 22 Aug 2004 15:54:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-queue.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 15:54:09 -0000 sos 2004-08-22 15:54:08 UTC FreeBSD src repository Modified files: sys/dev/ata ata-queue.c Log: Workaround devices that responds with registers as *both* master & slave, but fail utterly when we try to talk to the "fake" device. Revision Changes Path 1.33 +10 -2 src/sys/dev/ata/ata-queue.c From owner-cvs-all@FreeBSD.ORG Sun Aug 22 15:54:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44B7A16A4CE; Sun, 22 Aug 2004 15:54:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 260F543D49; Sun, 22 Aug 2004 15:54:26 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MFsQDD033782; Sun, 22 Aug 2004 15:54:26 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MFsQQd033781; Sun, 22 Aug 2004 15:54:26 GMT (envelope-from krion) Message-Id: <200408221554.i7MFsQQd033781@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 15:54:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/xmms-jess/files patch-draw.cpatch-misc.c patch-renderer.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 15:54:26 -0000 krion 2004-08-22 15:54:26 UTC FreeBSD ports repository Added files: graphics/xmms-jess/files patch-draw.c patch-misc.c patch-renderer.c Log: Fix build with gcc-3.4 Revision Changes Path 1.1 +23 -0 ports/graphics/xmms-jess/files/patch-draw.c (new) 1.1 +18 -0 ports/graphics/xmms-jess/files/patch-misc.c (new) 1.1 +14 -0 ports/graphics/xmms-jess/files/patch-renderer.c (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 15:56:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAEE716A4CE; Sun, 22 Aug 2004 15:56:25 +0000 (GMT) Received: from FreeBSD.csie.NCTU.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94E9643D31; Sun, 22 Aug 2004 15:56:23 +0000 (GMT) (envelope-from clsung@FreeBSD.csie.NCTU.edu.tw) Received: from localhost (unknown [127.0.0.1]) by FreeBSD.csie.NCTU.edu.tw (Postfix) with ESMTP id 49522106C4E; Sun, 22 Aug 2004 23:56:19 +0800 (CST) Received: from FreeBSD.csie.NCTU.edu.tw ([127.0.0.1]) by localhost (FreeBSD.csie.NCTU.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15124-03; Sun, 22 Aug 2004 23:56:18 +0800 (CST) Received: by FreeBSD.csie.NCTU.edu.tw (Postfix, from userid 1038) id A6DEE106C4D; Sun, 22 Aug 2004 23:56:18 +0800 (CST) Date: Sun, 22 Aug 2004 23:56:18 +0800 From: Cheng-Lung Sung To: Maxim Sobolev Message-ID: <20040822155618.GA8748@FreeBSD.csie.NCTU.edu.tw> References: <200408201956.i7KJupiA036894@repoman.freebsd.org> <20040821010059.GA52839@fatpipi.cirx.org> <41270448.7080501@portaone.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qMm9M+Fa2AknHoGS" Content-Disposition: inline In-Reply-To: <41270448.7080501@portaone.com> User-Agent: Mutt/1.5.6i cc: "Vanilla I. Shu" cc: cvs-ports@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: ports-committers@FreeBSD.ORG Subject: Re: cvs commit: ports/net/centericq Makefile ports/net/centericq/files extra-patch-gcc34 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 15:56:25 -0000 --qMm9M+Fa2AknHoGS Content-Type: text/plain; charset=big5 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, I just began to ask someone to test that patch=20 (Felipe Gustavo de Almeida give me). :) In fact, I didn't feel bad about this, but maybe some policies should described in committer's guide. The guide is my current bible :p Anyway, thanks to unbreak this port. I should prepare a 5.* machine in future. Regards, clsung On Sat, Aug 21, 2004 at 11:14:00AM +0300, Maxim Sobolev wrote: > Vanilla I. Shu wrote: >=20 > > On Fri, Aug 20, 2004 at 07:56:50PM +0000, Maxim Sobolev wrote: > >=20 > >>sobomax 2004-08-20 19:56:50 UTC > >> FreeBSD ports repository > >> Modified files: > >> net/centericq Makefile=20 > >> Added files: > >> net/centericq/files extra-patch-gcc34=20 > >> Log: > >> Unbreak with gcc 3.4. > >> Obtained from: Gentoo > >> Based on: http://www.gentoo.org/cgi-bin/viewcvs.cgi/net-im/cent= ericq/files/centericq-4.9.12-gcc3.4.patch > >=20 > > I know you unbreak this ports, > >=20 > > but how about give a chance to our new committer(clsung)? > >=20 > > and respect other committer? >=20 > Well, considering the following factors: >=20 > a) in no case this patch can make situation worser than it is already; >=20 > b) port have been broken for the quite some time now, and the problem > was already reported on mailing lists several times, so that maintainer > certainly had his chance to act; >=20 > c) I've sent patch to the author of the software, so that hopefully he > will integrate it into the next official release. >=20 > I decided that contacting maintainer doesn't worth it, I apologise if it > caused any bad feelings to clsung. In general I think that there are > cases (like this for example) when contacting maintainer is not quite > necessary. >=20 > -Maxim --qMm9M+Fa2AknHoGS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBKMIi+AeJ85Vui8ERAmEZAJ4lhZantiCa2NLUQMeKuGEKGZ3R2ACeLhBb H7v8VzVvizLkQqasL+wna9A= =Pd/1 -----END PGP SIGNATURE----- --qMm9M+Fa2AknHoGS-- From owner-cvs-all@FreeBSD.ORG Sun Aug 22 15:58:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02CAE16A4CE; Sun, 22 Aug 2004 15:58:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D87DF43D31; Sun, 22 Aug 2004 15:58:23 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MFwNVS033952; Sun, 22 Aug 2004 15:58:23 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MFwNSS033951; Sun, 22 Aug 2004 15:58:23 GMT (envelope-from krion) Message-Id: <200408221558.i7MFwNSS033951@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 15:58:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/xmms-paranormal/files patch-actuators.c patch-paranormal.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 15:58:24 -0000 krion 2004-08-22 15:58:23 UTC FreeBSD ports repository Added files: graphics/xmms-paranormal/files patch-actuators.c patch-paranormal.c Log: Fix build with gcc-3.4 Revision Changes Path 1.1 +15 -0 ports/graphics/xmms-paranormal/files/patch-actuators.c (new) 1.1 +14 -0 ports/graphics/xmms-paranormal/files/patch-paranormal.c (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 16:00:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE92916A4CE; Sun, 22 Aug 2004 16:00:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5A1F43D2D; Sun, 22 Aug 2004 16:00:53 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MG0r8t034112; Sun, 22 Aug 2004 16:00:53 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MG0r7C034111; Sun, 22 Aug 2004 16:00:53 GMT (envelope-from thierry) Message-Id: <200408221600.i7MG0r7C034111@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 22 Aug 2004 16:00:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games Makefile ports/games/alphabet_sounds_fr Makefile distinfo pkg-descr pkg-plistpatch-install.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 16:00:54 -0000 thierry 2004-08-22 16:00:53 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/alphabet_sounds_fr Makefile distinfo pkg-descr pkg-plist games/alphabet_sounds_fr/files patch-Makefile patch-install.sh Log: Add alphabet_sounds_fr 0.1, educative games for children. Alphabet sounds package. PR: 70434 Submitted by: bruno Revision Changes Path 1.708 +1 -0 ports/games/Makefile 1.1 +24 -0 ports/games/alphabet_sounds_fr/Makefile (new) 1.1 +2 -0 ports/games/alphabet_sounds_fr/distinfo (new) 1.1 +10 -0 ports/games/alphabet_sounds_fr/files/patch-Makefile (new) 1.1 +62 -0 ports/games/alphabet_sounds_fr/files/patch-install.sh (new) 1.1 +14 -0 ports/games/alphabet_sounds_fr/pkg-descr (new) 1.1 +39 -0 ports/games/alphabet_sounds_fr/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 16:01:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52C2316A4CE; Sun, 22 Aug 2004 16:01:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3536743D2D; Sun, 22 Aug 2004 16:01:05 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MG15IC034176; Sun, 22 Aug 2004 16:01:05 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MG15D7034175; Sun, 22 Aug 2004 16:01:05 GMT (envelope-from thierry) Message-Id: <200408221601.i7MG15D7034175@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 22 Aug 2004 16:01:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 16:01:05 -0000 thierry 2004-08-22 16:01:05 UTC FreeBSD ports repository Modified files: . modules Log: alphabet_sounds_fr --> ports/games/alphabet_sounds_fr Revision Changes Path 1.10956 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Aug 22 16:01:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3B5316A4CE; Sun, 22 Aug 2004 16:01:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5BAC43D4C; Sun, 22 Aug 2004 16:01:52 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MG1qkL034255; Sun, 22 Aug 2004 16:01:52 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MG1qKT034254; Sun, 22 Aug 2004 16:01:52 GMT (envelope-from krion) Message-Id: <200408221601.i7MG1qKT034254@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 16:01:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/xmulti/files patch-html_frame__add.c patch-html_style__term.c patch-html_style__y.y X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 16:01:53 -0000 krion 2004-08-22 16:01:52 UTC FreeBSD ports repository Added files: games/xmulti/files patch-html_frame__add.c patch-html_style__term.c patch-html_style__y.y Log: Fix build with gcc-3.4 Revision Changes Path 1.1 +14 -0 ports/games/xmulti/files/patch-html_frame__add.c (new) 1.1 +13 -0 ports/games/xmulti/files/patch-html_style__term.c (new) 1.1 +15 -0 ports/games/xmulti/files/patch-html_style__y.y (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 16:05:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92B7C16A4CE; Sun, 22 Aug 2004 16:05:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 742CA43D62; Sun, 22 Aug 2004 16:05:55 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MG5tUO034402; Sun, 22 Aug 2004 16:05:55 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MG5thd034401; Sun, 22 Aug 2004 16:05:55 GMT (envelope-from rushani) Message-Id: <200408221605.i7MG5thd034401@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Sun, 22 Aug 2004 16:05:55 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ja_JP.eucJP/books/handbook/ports chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 16:05:55 -0000 rushani 2004-08-22 16:05:55 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/books/handbook/ports chapter.sgml Log: Merge the following from the English version: 1.114 -> 1.116 books/handbook/multimedia/chapter.sgml Submitted by: Ryusuke Suzuki Reviewed by: Hiroo Ono References: [doc-jp-work 827, 861, 867, 870] Revision Changes Path 1.29 +135 -17 doc/ja_JP.eucJP/books/handbook/ports/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Aug 22 16:05:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD75A16A4CE; Sun, 22 Aug 2004 16:05:26 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8112E43D5E; Sun, 22 Aug 2004 16:05:26 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 5CB9EACAE6; Sun, 22 Aug 2004 18:05:24 +0200 (CEST) Date: Sun, 22 Aug 2004 18:05:24 +0200 From: Pawel Jakub Dawidek To: Dag-Erling Smorgrav Message-ID: <20040822160524.GL30151@darkness.comp.waw.pl> References: <200408221419.i7MEJrJH030512@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="o605RBccvup4jNEP" Content-Disposition: inline In-Reply-To: <200408221419.i7MEJrJH030512@repoman.freebsd.org> User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/etc make.conf src/share/man/man5 make.conf.5 src/sys Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 16:05:27 -0000 --o605RBccvup4jNEP Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 22, 2004 at 02:19:53PM +0000, Dag-Erling Smorgrav wrote: +> des 2004-08-22 14:19:53 UTC +>=20 +> FreeBSD src repository +>=20 +> Modified files: (Branch: RELENG_5) +> share/examples/etc make.conf=20 +> share/man/man5 make.conf.5=20 +> sys Makefile=20 +> Log: +> MFC: add NO_BOOT knob to disable building the boot blocks and loader. +> =20 +> Approved by: re (kensmith) [...] +> +.It Va NO_PF +> +.Pq Vt bool +> +Set to not build PF firewall package. +> +.It Va NO_AUTHPF +> +.Pq Vt bool +> +Set to not build +> +.Xr authpf 8 . [...] Was that intended? --=20 Pawel Jakub Dawidek http://www.FreeBSD.org pjd@FreeBSD.org http://garage.freebsd.pl FreeBSD committer Am I Evil? Yes, I Am! --o605RBccvup4jNEP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBKMREForvXbEpPzQRAlg7AKC5CUUGq1XLzovla21kgc2PS5PDnACeLrYL xsUkEacTmXE/OGN7UWkWl3E= =fsmb -----END PGP SIGNATURE----- --o605RBccvup4jNEP-- From owner-cvs-all@FreeBSD.ORG Sun Aug 22 16:10:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3DBB16A4CE; Sun, 22 Aug 2004 16:10:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D696443D1F; Sun, 22 Aug 2004 16:10:38 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MGAc54034583; Sun, 22 Aug 2004 16:10:38 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MGAc6I034582; Sun, 22 Aug 2004 16:10:38 GMT (envelope-from krion) Message-Id: <200408221610.i7MGAc6I034582@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 16:10:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/xtrlock/files patch-xtrlock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 16:10:39 -0000 krion 2004-08-22 16:10:38 UTC FreeBSD ports repository Modified files: x11/xtrlock/files patch-xtrlock.c Log: Fix build with gcc-3.4 Revision Changes Path 1.2 +26 -16 ports/x11/xtrlock/files/patch-xtrlock.c From owner-cvs-all@FreeBSD.ORG Sun Aug 22 16:19:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2167216A4CE; Sun, 22 Aug 2004 16:19:08 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id D595B43D2F; Sun, 22 Aug 2004 16:19:05 +0000 (GMT) (envelope-from max@love2party.net) Received: from [212.227.126.206] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1Byv3h-0007ic-00; Sun, 22 Aug 2004 18:19:05 +0200 Received: from [84.128.143.141] (helo=donor.laier.local) by mrelayng.kundenserver.de with asmtp (TLSv1:RC4-MD5:128) (Exim 3.35 #1) id 1Byv3g-0003sx-00; Sun, 22 Aug 2004 18:19:05 +0200 From: Max Laier To: Pawel Jakub Dawidek Date: Sun, 22 Aug 2004 18:16:58 +0200 User-Agent: KMail/1.6.2 References: <200408221419.i7MEJrJH030512@repoman.freebsd.org> <20040822160524.GL30151@darkness.comp.waw.pl> In-Reply-To: <20040822160524.GL30151@darkness.comp.waw.pl> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_WcMKBAKivECTyye"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408221817.26028.max@love2party.net> X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:61c499deaeeba3ba5be80f48ecc83056 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Dag-Erling Smorgrav Subject: Re: cvs commit: src/share/examples/etc make.conf src/share/man/man5 make.conf.5 src/sys Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 16:19:08 -0000 --Boundary-02=_WcMKBAKivECTyye Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sunday 22 August 2004 18:05, Pawel Jakub Dawidek wrote: > On Sun, Aug 22, 2004 at 02:19:53PM +0000, Dag-Erling Smorgrav wrote: > +> des 2004-08-22 14:19:53 UTC > +> > +> FreeBSD src repository > +> > +> Modified files: (Branch: RELENG_5) > +> share/examples/etc make.conf > +> share/man/man5 make.conf.5 > +> sys Makefile > +> Log: > +> MFC: add NO_BOOT knob to disable building the boot blocks and loader. > +> > +> Approved by: re (kensmith) > [...] > +> +.It Va NO_PF > +> +.Pq Vt bool > +> +Set to not build PF firewall package. > +> +.It Va NO_AUTHPF > +> +.Pq Vt bool > +> +Set to not build > +> +.Xr authpf 8 . > [...] > > Was that intended? Even it not, these knobs are valid for RELENG_5 and should be in the manpag= e. =2D-=20 /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News --Boundary-02=_WcMKBAKivECTyye Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQBBKMcVXyyEoT62BG0RAvSAAJ9VhCzods1RUUHmiYoeVDsmp4hy5QCfYmTU zLbju3KehRz7RycWCOSj+Vk= =5n51 -----END PGP SIGNATURE----- --Boundary-02=_WcMKBAKivECTyye-- From owner-cvs-all@FreeBSD.ORG Sun Aug 22 16:21:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C6ED16A4CF; Sun, 22 Aug 2004 16:21:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3449F43D2F; Sun, 22 Aug 2004 16:21:13 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MGLDdG034924; Sun, 22 Aug 2004 16:21:13 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MGLCrW034923; Sun, 22 Aug 2004 16:21:13 GMT (envelope-from pjd) Message-Id: <200408221621.i7MGLCrW034923@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 22 Aug 2004 16:21:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/raid3 g_raid3.c g_raid3.h g_raid3_ctl.c src/sbin/geom/class/raid3 geom_raid3.c graid3.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 16:21:13 -0000 pjd 2004-08-22 16:21:12 UTC FreeBSD src repository Modified files: sys/geom/raid3 g_raid3.c g_raid3.h g_raid3_ctl.c sbin/geom/class/raid3 geom_raid3.c graid3.8 Log: Implementation of 'verify reading' algorithm, which uses parity data for verification of regular data when device is in complete state. On verification error, EIO error is returned for the bio and sysctl kern.geom.raid3.stat.parity_mismatch is increased. Suggested by: phk Revision Changes Path 1.4 +17 -3 src/sbin/geom/class/raid3/geom_raid3.c 1.3 +22 -3 src/sbin/geom/class/raid3/graid3.8 1.8 +113 -14 src/sys/geom/raid3/g_raid3.c 1.4 +16 -2 src/sys/geom/raid3/g_raid3.h 1.3 +34 -2 src/sys/geom/raid3/g_raid3_ctl.c From owner-cvs-all@FreeBSD.ORG Sun Aug 22 16:22:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E61B16A4CE; Sun, 22 Aug 2004 16:22:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F350643D31; Sun, 22 Aug 2004 16:22:20 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MGMKWh034967; Sun, 22 Aug 2004 16:22:20 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MGMKfR034966; Sun, 22 Aug 2004 16:22:20 GMT (envelope-from pjd) Message-Id: <200408221622.i7MGMKfR034966@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 22 Aug 2004 16:22:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/geom/class/raid3 graid3.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 16:22:21 -0000 pjd 2004-08-22 16:22:20 UTC FreeBSD src repository Modified files: sbin/geom/class/raid3 graid3.8 Log: Fix sysctl name. Revision Changes Path 1.4 +1 -1 src/sbin/geom/class/raid3/graid3.8 From owner-cvs-all@FreeBSD.ORG Sun Aug 22 16:26:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E7FE16A4CE; Sun, 22 Aug 2004 16:26:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4060D43D2F; Sun, 22 Aug 2004 16:26:10 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MGQAQD035130; Sun, 22 Aug 2004 16:26:10 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MGQAkY035129; Sun, 22 Aug 2004 16:26:10 GMT (envelope-from pjd) Message-Id: <200408221626.i7MGQAkY035129@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 22 Aug 2004 16:26:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/geom_raid3 test-11.sh test-12.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 16:26:10 -0000 pjd 2004-08-22 16:26:10 UTC FreeBSD src repository Added files: tools/regression/geom_raid3 test-11.sh test-12.sh Log: Regression tests for 'verify reading' algorithm. Revision Changes Path 1.1 +36 -0 src/tools/regression/geom_raid3/test-11.sh (new) 1.1 +33 -0 src/tools/regression/geom_raid3/test-12.sh (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 16:42:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDCED16A4CE; Sun, 22 Aug 2004 16:42:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF24243D2F; Sun, 22 Aug 2004 16:42:28 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MGgSlQ035514; Sun, 22 Aug 2004 16:42:28 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MGgSOG035513; Sun, 22 Aug 2004 16:42:28 GMT (envelope-from mlaier) Message-Id: <200408221642.i7MGgSOG035513@repoman.freebsd.org> From: Max Laier Date: Sun, 22 Aug 2004 16:42:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_output.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 16:42:29 -0000 mlaier 2004-08-22 16:42:28 UTC FreeBSD src repository Modified files: sys/netinet ip_output.c Log: Allow early drop for non-ALTQ enabled queues in an ALTQ-enabled kernel. Previously the early drop was disabled unconditionally for ALTQ-enabled kernels. This should give some benefit for the normal gateway + LAN-server case with a busy LAN leg and an ALTQ managed uplink. Reviewed and style help from: cperciva, pjd Revision Changes Path 1.227 +14 -13 src/sys/netinet/ip_output.c From owner-cvs-all@FreeBSD.ORG Sun Aug 22 16:52:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8436C16A4CE; Sun, 22 Aug 2004 16:52:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66D5243D55; Sun, 22 Aug 2004 16:52:02 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MGq2V5035808; Sun, 22 Aug 2004 16:52:02 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MGq2XE035807; Sun, 22 Aug 2004 16:52:02 GMT (envelope-from hrs) Message-Id: <200408221652.i7MGq2XE035807@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 22 Aug 2004 16:52:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/xdvik Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 16:52:02 -0000 hrs 2004-08-22 16:52:02 UTC FreeBSD ports repository Modified files: japanese/xdvik Makefile distinfo pkg-descr pkg-plist Log: Forced commit: repocopy from japanese/xdvik-vflib and adding necessary changes are completed. PR: ports/70667 Revision Changes Path 1.35 +0 -0 ports/japanese/xdvik/Makefile 1.11 +0 -0 ports/japanese/xdvik/distinfo 1.10 +0 -0 ports/japanese/xdvik/pkg-descr 1.13 +1 -1 ports/japanese/xdvik/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Aug 22 16:52:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45E7516A4CE; Sun, 22 Aug 2004 16:52:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27B7643D5C; Sun, 22 Aug 2004 16:52:39 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MGqdID035857; Sun, 22 Aug 2004 16:52:39 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MGqdnX035856; Sun, 22 Aug 2004 16:52:39 GMT (envelope-from hrs) Message-Id: <200408221652.i7MGqdnX035856@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 22 Aug 2004 16:52:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/platex209 Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 16:52:39 -0000 hrs 2004-08-22 16:52:39 UTC FreeBSD ports repository Modified files: japanese/platex209 Makefile distinfo pkg-descr pkg-plist Log: Forced commit: repocopy from japanese/platex209-euc and adding necessary changes are completed. PR: ports/70672 Revision Changes Path 1.9 +0 -0 ports/japanese/platex209/Makefile 1.3 +0 -0 ports/japanese/platex209/distinfo 1.2 +0 -0 ports/japanese/platex209/pkg-descr 1.3 +1 -1 ports/japanese/platex209/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Aug 22 16:53:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A4F916A4CE; Sun, 22 Aug 2004 16:53:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2274C43D1D; Sun, 22 Aug 2004 16:53:40 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MGre4f035934; Sun, 22 Aug 2004 16:53:40 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MGrenh035933; Sun, 22 Aug 2004 16:53:40 GMT (envelope-from mlaier) Message-Id: <200408221653.i7MGrenh035933@repoman.freebsd.org> From: Max Laier Date: Sun, 22 Aug 2004 16:53:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: OPENBSD Subject: cvs commit: src/contrib/pf/pfctl - Imported sources X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 16:53:40 -0000 mlaier 2004-08-22 16:53:39 UTC FreeBSD src repository src/contrib/pf/pfctl - Imported sources Update of /home/ncvs/src/contrib/pf/pfctl In directory repoman.freebsd.org:/tmp/cvs-serv35884 Log Message: Import pfctl_table.c#1.61 from OpenBSD into vendor branch. Status: Vendor Tag: OPENBSD Release Tags: pf_openbsd_3_5_001 U src/contrib/pf/pfctl/parse.y U src/contrib/pf/pfctl/pf_print_state.c U src/contrib/pf/pfctl/pfctl.8 U src/contrib/pf/pfctl/pfctl.c U src/contrib/pf/pfctl/pfctl.h U src/contrib/pf/pfctl/pfctl_altq.c U src/contrib/pf/pfctl/pfctl_osfp.c U src/contrib/pf/pfctl/pfctl_parser.c U src/contrib/pf/pfctl/pfctl_parser.h U src/contrib/pf/pfctl/pfctl_qstats.c U src/contrib/pf/pfctl/pfctl_radix.c C src/contrib/pf/pfctl/pfctl_table.c 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jOPENBSD:yesterday -jOPENBSD src/contrib/pf/pfctl From owner-cvs-all@FreeBSD.ORG Sun Aug 22 16:53:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AEB916A4CE; Sun, 22 Aug 2004 16:53:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFF9F43D1D; Sun, 22 Aug 2004 16:53:25 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MGrPYL035918; Sun, 22 Aug 2004 16:53:25 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MGrPRo035917; Sun, 22 Aug 2004 16:53:25 GMT (envelope-from hrs) Message-Id: <200408221653.i7MGrPRo035917@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 22 Aug 2004 16:53:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/grass-i18n Makefile distinfo pkg-deinstall pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 16:53:26 -0000 hrs 2004-08-22 16:53:25 UTC FreeBSD ports repository Modified files: databases/grass-i18n Makefile distinfo pkg-deinstall pkg-descr pkg-plist Log: Forced commit: repocopy from databases/grass and adding necessary changes are completed. PR: ports/70668 Revision Changes Path 1.34 +0 -0 ports/databases/grass-i18n/Makefile 1.10 +0 -0 ports/databases/grass-i18n/distinfo 1.2 +1 -1 ports/databases/grass-i18n/pkg-deinstall 1.4 +0 -0 ports/databases/grass-i18n/pkg-descr 1.10 +1 -1 ports/databases/grass-i18n/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Aug 22 16:58:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15E8F16A4CE; Sun, 22 Aug 2004 16:58:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED0C243D41; Sun, 22 Aug 2004 16:58:31 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MGwV9P036144; Sun, 22 Aug 2004 16:58:31 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MGwVom036143; Sun, 22 Aug 2004 16:58:31 GMT (envelope-from ache) Message-Id: <200408221658.i7MGwVom036143@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 22 Aug 2004 16:58:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/apache13 pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 16:58:32 -0000 ache 2004-08-22 16:58:31 UTC FreeBSD ports repository Modified files: www/apache13 pkg-plist Log: Add @unexec parts to prev. commit Revision Changes Path 1.55 +3 -1 ports/www/apache13/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Aug 22 16:58:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3435016A4CE; Sun, 22 Aug 2004 16:58:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 147C243D48; Sun, 22 Aug 2004 16:58:07 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MGw6lY036107; Sun, 22 Aug 2004 16:58:06 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MGw6g7036106; Sun, 22 Aug 2004 16:58:06 GMT (envelope-from mlaier) Message-Id: <200408221658.i7MGw6g7036106@repoman.freebsd.org> From: Max Laier Date: Sun, 22 Aug 2004 16:58:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/pf/pfctl pfctl_table.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 16:58:07 -0000 mlaier 2004-08-22 16:58:06 UTC FreeBSD src repository Modified files: contrib/pf/pfctl pfctl_table.c Log: Loopback a fix from Cedric Berger: Fix table add/replace commands with securelevel=2. Reported by James J. Lippard. Discussed with: yongari MFC after: 5 days Revision Changes Path 1.6 +8 -1 src/contrib/pf/pfctl/pfctl_table.c From owner-cvs-all@FreeBSD.ORG Sun Aug 22 17:07:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3526416A4CE; Sun, 22 Aug 2004 17:07:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 186F843D45; Sun, 22 Aug 2004 17:07:56 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MH7tCV036430; Sun, 22 Aug 2004 17:07:55 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MH7tiP036429; Sun, 22 Aug 2004 17:07:55 GMT (envelope-from le) Message-Id: <200408221707.i7MH7tiP036429@repoman.freebsd.org> From: Lukas Ertl Date: Sun, 22 Aug 2004 17:07:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/vinum geom_vinum_rm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 17:07:56 -0000 le 2004-08-22 17:07:55 UTC FreeBSD src repository Modified files: sys/geom/vinum geom_vinum_rm.c Log: Implement the possibility to remove drives. Revision Changes Path 1.2 +90 -0 src/sys/geom/vinum/geom_vinum_rm.c From owner-cvs-all@FreeBSD.ORG Sun Aug 22 17:08:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12E5216A4CE; Sun, 22 Aug 2004 17:08:48 +0000 (GMT) Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9125143D3F; Sun, 22 Aug 2004 17:08:47 +0000 (GMT) (envelope-from des@des.no) Received: from dwp.des.no (37.80-203-228.nextgentel.com [80.203.228.37]) by mail.broadpark.no (Postfix) with ESMTP id 7C1194452; Sun, 22 Aug 2004 19:09:22 +0200 (MEST) Received: by dwp.des.no (Postfix, from userid 2602) id EACB2B873; Sun, 22 Aug 2004 19:08:45 +0200 (CEST) To: Pawel Jakub Dawidek References: <200408221419.i7MEJrJH030512@repoman.freebsd.org> <20040822160524.GL30151@darkness.comp.waw.pl> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Sun, 22 Aug 2004 19:08:45 +0200 In-Reply-To: <20040822160524.GL30151@darkness.comp.waw.pl> (Pawel Jakub Dawidek's message of "Sun, 22 Aug 2004 18:05:24 +0200") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/etc make.conf src/share/man/man5 make.conf.5 src/sys Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 17:08:48 -0000 Pawel Jakub Dawidek writes: > On Sun, Aug 22, 2004 at 02:19:53PM +0000, Dag-Erling Smorgrav wrote: > > +.It Va NO_PF > > +.Pq Vt bool > > +Set to not build PF firewall package. > > +.It Va NO_AUTHPF > > +.Pq Vt bool > > +Set to not build > > +.Xr authpf 8 . > Was that intended? Uh, not really, but it was in the patch I submitted to re@, and NO_PF and NO_AUTHPF do exist in RELENG_5, so no harm done. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Sun Aug 22 17:37:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E18D16A4E1; Sun, 22 Aug 2004 17:37:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 207B843D31; Sun, 22 Aug 2004 17:37:21 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MHbLvF037274; Sun, 22 Aug 2004 17:37:21 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MHbKCF037273; Sun, 22 Aug 2004 17:37:20 GMT (envelope-from marcus) Message-Id: <200408221737.i7MHbKCF037273@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 22 Aug 2004 17:37:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/link-monitor-applet Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 17:37:22 -0000 marcus 2004-08-22 17:37:20 UTC FreeBSD ports repository Modified files: net/link-monitor-applet Makefile distinfo Log: Update to 1.1. PR: 70823 Submitted by: maintainer Revision Changes Path 1.3 +1 -1 ports/net/link-monitor-applet/Makefile 1.3 +2 -2 ports/net/link-monitor-applet/distinfo From owner-cvs-all@FreeBSD.ORG Sun Aug 22 17:54:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF35016A4CE; Sun, 22 Aug 2004 17:54:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B137743D53; Sun, 22 Aug 2004 17:54:19 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MHsJlM037850; Sun, 22 Aug 2004 17:54:19 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MHsJWP037849; Sun, 22 Aug 2004 17:54:19 GMT (envelope-from arved) Message-Id: <200408221754.i7MHsJWP037849@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 22 Aug 2004 17:54:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/scanlogd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 17:54:20 -0000 arved 2004-08-22 17:54:19 UTC FreeBSD ports repository Modified files: security/scanlogd Makefile Log: Fix CC, CFLAGS PR: 70824 Submitted by: Roman Bogorodskiy Revision Changes Path 1.4 +1 -0 ports/security/scanlogd/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 22 17:55:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B33216A4CE; Sun, 22 Aug 2004 17:55:42 +0000 (GMT) Received: from sardine.webcom.it (gen053.n002.c03.escapebox.net [213.73.82.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id E12A043D31; Sun, 22 Aug 2004 17:55:41 +0000 (GMT) (envelope-from "") Received: from [213.140.17.96] (helo=brian) by webcom.it with asmtp (Exim 3.36 #1) id 1BywZB-0001OM-00; Sun, 22 Aug 2004 17:55:41 +0000 Date: Sun, 22 Aug 2004 19:55:40 +0200 From: Andrea Campi To: Thomas Quinot Message-ID: <20040822175539.GA647@webcom.it> References: <200408212021.i7LKLndR090771@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408212021.i7LKLndR090771@repoman.freebsd.org> User-Agent: Mutt/1.5.6i Received: from andrea by webcom.it with asmtp (Exim 3.36 #1) id 1BywZB-0001OM-00; Sun, 22 Aug 2004 17:55:41 +0000 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/tools/tools/nanobsd i386.diskimage X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 17:55:42 -0000 Hi, On Sat, Aug 21, 2004 at 08:21:49PM +0000, Thomas Quinot wrote: > thomas 2004-08-21 20:21:49 UTC > > FreeBSD src repository > > Modified files: > tools/tools/nanobsd i386.diskimage > Log: > Fix positional parameter reference to ${10}. > Fix target location for generation of fstab. > > PR: bin/70795 MFC? Thanks for committing this; any hope you could handle the rest of the PR as well? Bye, Andrea -- 0 and 1. Now what could be so hard about that? From owner-cvs-all@FreeBSD.ORG Sun Aug 22 18:08:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8760716A4CE; Sun, 22 Aug 2004 18:08:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A2FE43D4C; Sun, 22 Aug 2004 18:08:22 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MI8Mna038367; Sun, 22 Aug 2004 18:08:22 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MI8MIE038366; Sun, 22 Aug 2004 18:08:22 GMT (envelope-from arved) Message-Id: <200408221808.i7MI8MIE038366@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 22 Aug 2004 18:08:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/nuppelvideo/files patch-RTjpegN.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 18:08:22 -0000 arved 2004-08-22 18:08:22 UTC FreeBSD ports repository Added files: multimedia/nuppelvideo/files patch-RTjpegN.c Log: Fix build with gcc 3.4 PR: 70014 Submitted by: Christian Hiris <4711@chello.at> Revision Changes Path 1.1 +13 -0 ports/multimedia/nuppelvideo/files/patch-RTjpegN.c (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 18:17:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E0E416A4CE; Sun, 22 Aug 2004 18:17:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F47943D2D; Sun, 22 Aug 2004 18:17:43 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MIHhJ2038831; Sun, 22 Aug 2004 18:17:43 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MIHhIu038830; Sun, 22 Aug 2004 18:17:43 GMT (envelope-from arved) Message-Id: <200408221817.i7MIHhIu038830@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 22 Aug 2004 18:17:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/xqf Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 18:17:43 -0000 arved 2004-08-22 18:17:43 UTC FreeBSD ports repository Modified files: games/xqf Makefile Log: Chase GeoIP shared library version PR: 69910 Submitted by: Stefan Walter Revision Changes Path 1.22 +1 -1 ports/games/xqf/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 22 18:17:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A05016A4CF; Sun, 22 Aug 2004 18:17:53 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id C921843D82; Sun, 22 Aug 2004 18:17:52 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i7MIHm34000869 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 22 Aug 2004 21:17:49 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id i7MIHpRj099660; Sun, 22 Aug 2004 21:17:51 +0300 (EEST) (envelope-from ru) Date: Sun, 22 Aug 2004 21:17:51 +0300 From: Ruslan Ermilov To: Marcel Moolenaar Message-ID: <20040822181751.GC99326@ip.net.ua> References: <200408220026.i7M0Q1tg098161@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qjNfmADvan18RZcF" Content-Disposition: inline In-Reply-To: <200408220026.i7M0Q1tg098161@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/alpha/common Makefile.common ldscript X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 18:17:53 -0000 --qjNfmADvan18RZcF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 22, 2004 at 12:26:01AM +0000, Marcel Moolenaar wrote: > marcel 2004-08-22 00:26:01 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/boot/alpha/common Makefile.common=20 > Added files: > sys/boot/alpha/common ldscript=20 > Log: > Part 1 of fixing the boot code: binutils 2.15 fixes. > =20 > The binutils 2.15 assembler now automaticly and non-optionally adds > the .eh_frame section for unwind information. This section appears > to wreck havoc to the final boot code. Fix this by using a special > linker script that discards the .eh_frame sections, but is otherwise > identical to the linker internal script used for -N. > =20 > Compiler used: gcc 3.3.5 > Verified with: binutils 2.14 & binutils 2.15 (stock and in-tree) > Tested with: /boot/loader & /boot/netboot > =20 > Revision Changes Path > 1.19 +1 -1 src/sys/boot/alpha/common/Makefile.common > 1.1 +201 -0 src/sys/boot/alpha/common/ldscript (new) >=20 Yes, I also noticed this in my testing (5-CURRENT just before and just after BU upgrade). Unfortunately, it was too late in the night to finish with this. That's so cool that you took a pick on it, Marcel! ;) Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --qjNfmADvan18RZcF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBKONPqRfpzJluFF4RAjcmAJ9+YQoyisJebbnw2whRj0qMQeRcPACcCwVQ fE2u+xnSm3n0YoRgOjayqC8= =Bnsr -----END PGP SIGNATURE----- --qjNfmADvan18RZcF-- From owner-cvs-all@FreeBSD.ORG Sun Aug 22 18:23:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D5DF16A4CF; Sun, 22 Aug 2004 18:23:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E01C43D5C; Sun, 22 Aug 2004 18:23:19 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MINJre038985; Sun, 22 Aug 2004 18:23:19 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MINI5C038984; Sun, 22 Aug 2004 18:23:18 GMT (envelope-from murray) Message-Id: <200408221823.i7MINI5C038984@repoman.freebsd.org> From: Murray Stokely Date: Sun, 22 Aug 2004 18:23:18 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/security chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 18:23:19 -0000 murray 2004-08-22 18:23:18 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/security chapter.sgml Log: The Securing FreeBSD section lays out some typographical conventions that will be used to note the distinction between applications and protocols. This is a good idea, but the distinctions were not described accurately. Correct that. Noticed by: loader@freebsdmall.com Revision Changes Path 1.214 +5 -2 doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Aug 22 18:43:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2139F16A4CE; Sun, 22 Aug 2004 18:43:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 029FE43D39; Sun, 22 Aug 2004 18:43:24 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MIhNp4039484; Sun, 22 Aug 2004 18:43:23 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MIhNEY039483; Sun, 22 Aug 2004 18:43:23 GMT (envelope-from dougb) Message-Id: <200408221843.i7MIhNEY039483@repoman.freebsd.org> From: Doug Barton Date: Sun, 22 Aug 2004 18:43:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/hpijs/files ifhp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 18:43:24 -0000 dougb 2004-08-22 18:43:23 UTC FreeBSD ports repository Modified files: print/hpijs/files ifhp Log: Update instructions with a pointer to the readme.html file Revision Changes Path 1.3 +6 -5 ports/print/hpijs/files/ifhp From owner-cvs-all@FreeBSD.ORG Sun Aug 22 18:45:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C1B616A4CE; Sun, 22 Aug 2004 18:45:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CC3C43D3F; Sun, 22 Aug 2004 18:45:22 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MIjM9n039579; Sun, 22 Aug 2004 18:45:22 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MIjMlg039578; Sun, 22 Aug 2004 18:45:22 GMT (envelope-from dougb) Message-Id: <200408221845.i7MIjMlg039578@repoman.freebsd.org> From: Doug Barton Date: Sun, 22 Aug 2004 18:45:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/hpijs Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 18:45:22 -0000 dougb 2004-08-22 18:45:22 UTC FreeBSD ports repository Modified files: print/hpijs Makefile distinfo Removed files: print/hpijs pkg-plist Log: Upgrade to 1.6.1, the latest version from sourceforge. Switch to using PORTDOCS and PLIST_FILES instead of pkg-plist PR: ports/70412 Submitted by: KATO Tsuguru Revision Changes Path 1.14 +6 -4 ports/print/hpijs/Makefile 1.10 +2 -2 ports/print/hpijs/distinfo 1.3 +0 -4 ports/print/hpijs/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 18:46:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1E7A16A4CE; Sun, 22 Aug 2004 18:46:16 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AD3643D5F; Sun, 22 Aug 2004 18:46:16 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.41 (FreeBSD)) id 1ByxLx-0004px-Bl; Sun, 22 Aug 2004 20:46:05 +0200 Date: Sun, 22 Aug 2004 20:46:05 +0200 From: Kirill Ponomarew To: Doug Barton Message-ID: <20040822184605.GF42689@voodoo.oberon.net> References: <200408221843.i7MIhNEY039483@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DEueqSqTbz/jWVG1" Content-Disposition: inline In-Reply-To: <200408221843.i7MIhNEY039483@repoman.freebsd.org> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/print/hpijs/files ifhp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 18:46:16 -0000 --DEueqSqTbz/jWVG1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Sun, Aug 22, 2004 at 06:43:23PM +0000, Doug Barton wrote: > dougb 2004-08-22 18:43:23 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > print/hpijs/files ifhp=20 > Log: > Update instructions with a pointer to the readme.html file It should be also marked as BROKEN on 6-x. -Kirill --DEueqSqTbz/jWVG1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBKOntQC1G6a60JuURAsClAJ9icCZyFSeTVmueXeNT45c5JuA9lwCgrFTL 3Z9qVJEbVf1IFCyYiTTp9oA= =Mm3z -----END PGP SIGNATURE----- --DEueqSqTbz/jWVG1-- From owner-cvs-all@FreeBSD.ORG Sun Aug 22 18:48:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 025D216A4CE; Sun, 22 Aug 2004 18:48:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9C9543D3F; Sun, 22 Aug 2004 18:48:10 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MImAUg039658; Sun, 22 Aug 2004 18:48:10 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MImAPG039657; Sun, 22 Aug 2004 18:48:10 GMT (envelope-from rushani) Message-Id: <200408221848.i7MImAPG039657@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Sun, 22 Aug 2004 18:48:10 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ja_JP.eucJP/books/handbook/l10n chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 18:48:11 -0000 rushani 2004-08-22 18:48:10 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/books/handbook/l10n chapter.sgml Log: Change punctuation style. Remove trailing whitespaces. Replace blocks of 8 spaces at the start of a line with a tab. Submitted by: Hiroo Ono References: [doc-jp-work 822] Revision Changes Path 1.15 +322 -323 doc/ja_JP.eucJP/books/handbook/l10n/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Aug 22 18:48:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F6CA16A4D7; Sun, 22 Aug 2004 18:48:14 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45AF143D49; Sun, 22 Aug 2004 18:48:14 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.41 (FreeBSD)) id 1ByxNr-0005Rw-FT; Sun, 22 Aug 2004 20:48:03 +0200 Date: Sun, 22 Aug 2004 20:48:03 +0200 From: Kirill Ponomarew To: Doug Barton Message-ID: <20040822184803.GA20929@voodoo.oberon.net> References: <200408221843.i7MIhNEY039483@repoman.freebsd.org> <20040822184605.GF42689@voodoo.oberon.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="CE+1k2dSO48ffgeK" Content-Disposition: inline In-Reply-To: <20040822184605.GF42689@voodoo.oberon.net> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/print/hpijs/files ifhp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 18:48:14 -0000 --CE+1k2dSO48ffgeK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Sun, Aug 22, 2004 at 08:46:05PM +0200, Kirill Ponomarew wrote: > Hi, >=20 > On Sun, Aug 22, 2004 at 06:43:23PM +0000, Doug Barton wrote: > > dougb 2004-08-22 18:43:23 UTC > >=20 > > FreeBSD ports repository > >=20 > > Modified files: > > print/hpijs/files ifhp=20 > > Log: > > Update instructions with a pointer to the readme.html file >=20 > It should be also marked as BROKEN on 6-x. Oh sorry, new version builds fine. -Kirill --CE+1k2dSO48ffgeK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBKOpjQC1G6a60JuURAuGqAJ9igBudptCR5Uo2gaqpxyZKBtiJ9ACfdJaK woeyq2TUZZ36+LQYgjtWB08= =gq0T -----END PGP SIGNATURE----- --CE+1k2dSO48ffgeK-- From owner-cvs-all@FreeBSD.ORG Sun Aug 22 18:57:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3221516A4CE; Sun, 22 Aug 2004 18:57:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2987143D39; Sun, 22 Aug 2004 18:57:41 +0000 (GMT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MIvf7L039930; Sun, 22 Aug 2004 18:57:41 GMT (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MIvf8a039929; Sun, 22 Aug 2004 18:57:41 GMT (envelope-from green) Message-Id: <200408221857.i7MIvf8a039929@repoman.freebsd.org> From: Brian Feldman Date: Sun, 22 Aug 2004 18:57:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sound/pci maestro.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 18:57:41 -0000 green 2004-08-22 18:57:41 UTC FreeBSD src repository Modified files: sys/dev/sound/pci maestro.c Log: The new contigmalloc code is exposing a lot of misuses of busdma memory allocation. Notably, in this case, the driver tries to allocate several pieces of memory and then fails if the pieces allocated after the first do not come after it physically, and within a specific range (8MB I believe). Of course, this could just as easily fail for any number of reasons, but it almost always fails now that contiguous allocations start at the end of possible specified memory locations rather than the beginning. Allocate all the possibly-needed memory up front, even though it's a waste, to get around this. The least bogus solution would be to take the physical address from the first allocation and create a new tag that specified that further allocations must follow it within that 8MB window, then use that when allocating new channels, but that's left for anyone else that really feels like doing it. Tested by: Erwin Lansing Revision Changes Path 1.24 +15 -21 src/sys/dev/sound/pci/maestro.c From owner-cvs-all@FreeBSD.ORG Sun Aug 22 19:02:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F166E16A4CE; Sun, 22 Aug 2004 19:02:45 +0000 (GMT) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id B87EB43D45; Sun, 22 Aug 2004 19:02:45 +0000 (GMT) (envelope-from erwin@mail.droso.net) Received: by mail.droso.net (Postfix, from userid 1001) id 5785C22856; Sun, 22 Aug 2004 21:02:44 +0200 (CEST) Date: Sun, 22 Aug 2004 21:02:44 +0200 From: Erwin Lansing To: Brian Feldman Message-ID: <20040822190244.GE42943@droso.net> References: <200408221857.i7MIvf8a039929@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vtzGhvizbBRQ85DL" Content-Disposition: inline In-Reply-To: <200408221857.i7MIvf8a039929@repoman.freebsd.org> X-Operating-System: FreeBSD/i386 5.2.1-RELEASE-p1 User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/pci maestro.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 19:02:46 -0000 --vtzGhvizbBRQ85DL Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 22, 2004 at 06:57:41PM +0000, Brian Feldman wrote: > green 2004-08-22 18:57:41 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/dev/sound/pci maestro.c=20 > Log: > The new contigmalloc code is exposing a lot of misuses of busdma memory > allocation. Notably, in this case, the driver tries to allocate several > pieces of memory and then fails if the pieces allocated after the first > do not come after it physically, and within a specific range (8MB I > believe). Of course, this could just as easily fail for any number of > reasons, but it almost always fails now that contiguous allocations sta= rt > at the end of possible specified memory locations rather than the begin= ning. > =20 > Allocate all the possibly-needed memory up front, even though it's a wa= ste, > to get around this. The least bogus solution would be to take the phys= ical > address from the first allocation and create a new tag that specified t= hat > further allocations must follow it within that 8MB window, then use that > when allocating new channels, but that's left for anyone else that real= ly > feels like doing it. > =20 > Tested by: Erwin Lansing > =20 Thanks for looking into this so quickly! This probably should also go into 5.3. -erwin --=20 _._ _,-'""`-._ Erwin Lansing (,-.`._,'( |\`-/| erwin@lansing.dk http://droso.org `-.-' \ )-`( , o o) erwin@FreeBSD.org -bf- `- \`_`"'- --vtzGhvizbBRQ85DL Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBKO3Uqy9aWxUlaZARAm4GAJ0ZQdhrUCF83HheiE8Vtg/czE6ErgCg3NTN gYeET8Wqqxs9UtVgOXNnXw0= =ZQco -----END PGP SIGNATURE----- --vtzGhvizbBRQ85DL-- From owner-cvs-all@FreeBSD.ORG Sun Aug 22 19:11:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A465416A4CE; Sun, 22 Aug 2004 19:11:18 +0000 (GMT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 691C543D39; Sun, 22 Aug 2004 19:11:18 +0000 (GMT) (envelope-from DougB@dougbarton.net) Received: from [192.168.0.4] (c-24-130-110-32.we.client2.attbi.com[24.130.110.32]) by comcast.net (rwcrmhc13) with ESMTP id <2004082219111701500p4q5pe> (Authid: domain_name_tsar); Sun, 22 Aug 2004 19:11:18 +0000 Message-ID: <4128EFD4.7080508@DougBarton.net> Date: Sun, 22 Aug 2004 12:11:16 -0700 From: Doug Barton User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040811 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kirill Ponomarew References: <200408221843.i7MIhNEY039483@repoman.freebsd.org> <20040822184605.GF42689@voodoo.oberon.net> <20040822184803.GA20929@voodoo.oberon.net> In-Reply-To: <20040822184803.GA20929@voodoo.oberon.net> X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/print/hpijs/files ifhp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 19:11:18 -0000 Kirill Ponomarew wrote: > Hi, > > On Sun, Aug 22, 2004 at 08:46:05PM +0200, Kirill Ponomarew wrote: > >>Hi, >> >>On Sun, Aug 22, 2004 at 06:43:23PM +0000, Doug Barton wrote: >> >>>dougb 2004-08-22 18:43:23 UTC >>> >>> FreeBSD ports repository >>> >>> Modified files: >>> print/hpijs/files ifhp >>> Log: >>> Update instructions with a pointer to the readme.html file >> >>It should be also marked as BROKEN on 6-x. > > > Oh sorry, new version builds fine. No worries. Kris brought the build problem to my attention, so I made sure to test it on RELENG_4 and -current. Doug -- If you're never wrong, you're not trying hard enough From owner-cvs-all@FreeBSD.ORG Sun Aug 22 19:11:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0003116A4CE; Sun, 22 Aug 2004 19:11:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D45B043D4C; Sun, 22 Aug 2004 19:11:51 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MJBpWT040365; Sun, 22 Aug 2004 19:11:51 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MJBpYR040364; Sun, 22 Aug 2004 19:11:51 GMT (envelope-from murray) Message-Id: <200408221911.i7MJBpYR040364@repoman.freebsd.org> From: Murray Stokely Date: Sun, 22 Aug 2004 19:11:51 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 19:11:52 -0000 murray 2004-08-22 19:11:51 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: Remove a table of terms/definitions following a in favor of callouts to the definitions, which looks much clearer in print and HTML output. Revision Changes Path 1.341 +25 -37 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Aug 22 19:16:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD18F16A4CE; Sun, 22 Aug 2004 19:16:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B475E43D31; Sun, 22 Aug 2004 19:16:00 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MJG01v040533; Sun, 22 Aug 2004 19:16:00 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MJG0qe040532; Sun, 22 Aug 2004 19:16:00 GMT (envelope-from krion) Message-Id: <200408221916.i7MJG0qe040532@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 19:16:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/aleph/files patch-src_lib_txt_lib_PrintTable.cpp patch-src_std_lib_Finalize.cpp patch-src_std_lib_Reactor.cpp patch-src_std_lib_Vector.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 19:16:00 -0000 krion 2004-08-22 19:16:00 UTC FreeBSD ports repository Added files: lang/aleph/files patch-src_lib_txt_lib_PrintTable.cpp patch-src_std_lib_Finalize.cpp patch-src_std_lib_HashTable.cpp patch-src_std_lib_QuarkTable.cpp patch-src_std_lib_Reactor.cpp patch-src_std_lib_Vector.cpp Log: Fix build with gcc-3.4 Revision Changes Path 1.1 +41 -0 ports/lang/aleph/files/patch-src_lib_txt_lib_PrintTable.cpp (new) 1.1 +14 -0 ports/lang/aleph/files/patch-src_std_lib_Finalize.cpp (new) 1.1 +32 -0 ports/lang/aleph/files/patch-src_std_lib_HashTable.cpp (new) 1.1 +32 -0 ports/lang/aleph/files/patch-src_std_lib_QuarkTable.cpp (new) 1.1 +23 -0 ports/lang/aleph/files/patch-src_std_lib_Reactor.cpp (new) 1.1 +41 -0 ports/lang/aleph/files/patch-src_std_lib_Vector.cpp (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 19:16:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2762A16A4CE; Sun, 22 Aug 2004 19:16:53 +0000 (GMT) Received: from smtp-vbr8.xs4all.nl (smtp-vbr8.xs4all.nl [194.109.24.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61BB843D39; Sun, 22 Aug 2004 19:16:50 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr8.xs4all.nl (8.12.11/8.12.11) with ESMTP id i7MJGnXf064901; Sun, 22 Aug 2004 21:16:49 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.11/8.12.9) with ESMTP id i7MJGm4l070707; Sun, 22 Aug 2004 21:16:48 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.12.11/8.12.11/Submit) id i7MJGmlT070706; Sun, 22 Aug 2004 21:16:48 +0200 (CEST) (envelope-from wb) Date: Sun, 22 Aug 2004 21:16:48 +0200 From: Wilko Bulte To: Doug Rabson Message-ID: <20040822191648.GA70654@freebie.xs4all.nl> References: <200408220624.i7M6OxAK010053@repoman.freebsd.org> <200408220940.18504.dfr@nlsystems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408220940.18504.dfr@nlsystems.com> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.10-STABLE X-PGP: finger wilko@freebsd.org X-Virus-Scanned: by XS4ALL Virus Scanner cc: cvs-src@FreeBSD.ORG cc: Marcel Moolenaar cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/boot/alpha Makefile.inc src/sys/boot/ficl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 19:16:53 -0000 On Sun, Aug 22, 2004 at 09:40:18AM +0100, Doug Rabson wrote.. > On Sunday 22 August 2004 07:24, Marcel Moolenaar wrote: > > marcel 2004-08-22 06:24:59 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/boot/alpha Makefile.inc > > sys/boot/ficl Makefile > > Log: > > Part 2 of fixing the boot code: gcc 3.4 fixes. > > > > The whole problem seems to be size. Which is odd, because it is > > said that size doesn't matter. Anyway... Add -Os to strategic places > > in the makefile to have the final loader be as mall as possible. This > > seems to be enough to make it work. For now... I think something is > > more fundamentally wrong; or something more fundamental is wrong. > > Potato, potaato. > > Size does matter for the alpha loader. The firmware gives it 256k of > address space which we overflowed many years ago. I extended it in > sys/boot/alpha/common/main.c:extend_heap() by adding 512k to the > loader's mapped address space. It might be necessary to extend it a bit > further. High fives to Marcel I would say! When will this go into RELENG_5? I'm having a lot of fun with 5.3- builds failing so I would really love to see the mod go into RELENG_5 so that if/when a build finally succeeds it has the fixed loader included. Wilko -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Sun Aug 22 19:32:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D8FE16A4CE; Sun, 22 Aug 2004 19:32:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BC5843D58; Sun, 22 Aug 2004 19:32:09 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MJW9lp040968; Sun, 22 Aug 2004 19:32:09 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MJW9Fd040967; Sun, 22 Aug 2004 19:32:09 GMT (envelope-from krion) Message-Id: <200408221932.i7MJW9Fd040967@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 19:32:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/bombermaze/files patch-src_map.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 19:32:09 -0000 krion 2004-08-22 19:32:09 UTC FreeBSD ports repository Added files: games/bombermaze/files patch-src_map.cc Log: Fix build with gcc-3.4 Revision Changes Path 1.1 +23 -0 ports/games/bombermaze/files/patch-src_map.cc (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 19:36:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BD0616A4CE; Sun, 22 Aug 2004 19:36:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CDB643D39; Sun, 22 Aug 2004 19:36:32 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MJaWGr041137; Sun, 22 Aug 2004 19:36:32 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MJaWSF041136; Sun, 22 Aug 2004 19:36:32 GMT (envelope-from krion) Message-Id: <200408221936.i7MJaWSF041136@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 19:36:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt/bsd-airtools/files patch-dweputils_dwepcrack_weakksa.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 19:36:32 -0000 krion 2004-08-22 19:36:32 UTC FreeBSD ports repository Added files: net-mgmt/bsd-airtools/files patch-dweputils_dwepcrack_weakksa.c Log: Fix build with gcc-3.4 Revision Changes Path 1.1 +16 -0 ports/net-mgmt/bsd-airtools/files/patch-dweputils_dwepcrack_weakksa.c (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 19:41:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4496916A4CF; Sun, 22 Aug 2004 19:41:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17CE943D4C; Sun, 22 Aug 2004 19:41:05 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MJf4ZG041395; Sun, 22 Aug 2004 19:41:04 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MJf4f2041394; Sun, 22 Aug 2004 19:41:04 GMT (envelope-from krion) Message-Id: <200408221941.i7MJf4f2041394@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 19:41:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/cotty/files patch-cotty-0.4c.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 19:41:05 -0000 krion 2004-08-22 19:41:04 UTC FreeBSD ports repository Added files: sysutils/cotty/files patch-cotty-0.4c.c Log: Fix build with gcc-3.4 Revision Changes Path 1.1 +34 -0 ports/sysutils/cotty/files/patch-cotty-0.4c.c (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 19:41:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA93A16A4CE; Sun, 22 Aug 2004 19:41:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC90D43D31; Sun, 22 Aug 2004 19:41:22 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MJfM9s041423; Sun, 22 Aug 2004 19:41:22 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MJfMHp041422; Sun, 22 Aug 2004 19:41:22 GMT (envelope-from sobomax) Message-Id: <200408221941.i7MJfMHp041422@repoman.freebsd.org> From: Maxim Sobolev Date: Sun, 22 Aug 2004 19:41:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/b2bua/files patch-gcc34 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 19:41:23 -0000 sobomax 2004-08-22 19:41:22 UTC FreeBSD ports repository Added files: net/b2bua/files patch-gcc34 Log: Fix build using gcc 3.4. Revision Changes Path 1.1 +516 -0 ports/net/b2bua/files/patch-gcc34 (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 19:43:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C78716A4CE; Sun, 22 Aug 2004 19:43:39 +0000 (GMT) Received: from smtp-vbr9.xs4all.nl (smtp-vbr9.xs4all.nl [194.109.24.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA6BC43D2D; Sun, 22 Aug 2004 19:43:38 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr9.xs4all.nl (8.12.11/8.12.11) with ESMTP id i7MJhbVu065904; Sun, 22 Aug 2004 21:43:37 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.11/8.12.9) with ESMTP id i7MJhbqj070862; Sun, 22 Aug 2004 21:43:37 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.12.11/8.12.11/Submit) id i7MJhaZU070861; Sun, 22 Aug 2004 21:43:36 +0200 (CEST) (envelope-from wb) Date: Sun, 22 Aug 2004 21:43:36 +0200 From: Wilko Bulte To: Marcel Moolenaar Message-ID: <20040822194336.GA70842@freebie.xs4all.nl> References: <200408220534.i7M5Y72I008587@repoman.freebsd.org> <20040822060122.GA51375@dhcp50.pn.xcllnt.net> <20040822073351.GA68229@freebie.xs4all.nl> <20040822151257.GA52947@dhcp50.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040822151257.GA52947@dhcp50.pn.xcllnt.net> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.10-STABLE X-PGP: finger wilko@freebsd.org X-Virus-Scanned: by XS4ALL Virus Scanner cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: Ken Smith Subject: Re: cvs commit: src/release/sparc64 mkisoimages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 19:43:39 -0000 On Sun, Aug 22, 2004 at 08:12:57AM -0700, Marcel Moolenaar wrote.. > On Sun, Aug 22, 2004 at 09:33:51AM +0200, Wilko Bulte wrote: > > > > Log: > > > > Found another one. Why does mdconfig hate me? > > > > > > Nothing personal. I ran into the same on ia64. I added > > > sync; sleep 1; sync > > > > This stuff? > > > > + mdconfig -a -t vnode -f /R/stage/mfsroot/mfsroot > > + MDDEVICE=md0 > > + sleep 5 > > + [ ! -c /dev/md0 ] > > + trap umount /mnt; mdconfig -d -u md0 EXIT > > + bsdlabel -w -B -b /R/stage/trees/base/boot/boot md0 auto > > bsdlabel: boot code /R/stage/trees/base/boot/boot is wrong size > > + umount /mnt > > umount: /mnt: not a file system root directory > > *** Error code 1 > > Can you try with boot code made with HEAD sources: > src/sys/boot/alpha/Makefile.inc 1.6 I assume that should be rev 1.10: ---------------------------- revision 1.10 date: 2004/08/22 06:24:59; author: marcel; state: Exp; lines: +1 -1 Part 2 of fixing the boot code: gcc 3.4 fixes. The whole problem seems to be size. Which is odd, because it is said that size doesn't matter. Anyway... Add -Os to strategic places in the makefile to have the final loader be as mall as possible. This seems to be enough to make it work. For now... I think something is more fundamentally wrong; or something more fundamental is wrong. Potato, potaato. -- I will give it a try. Tnx -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Sun Aug 22 19:44:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2D1216A4CE; Sun, 22 Aug 2004 19:44:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B41F743D55; Sun, 22 Aug 2004 19:44:24 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MJiOXp041996; Sun, 22 Aug 2004 19:44:24 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MJiOYg041995; Sun, 22 Aug 2004 19:44:24 GMT (envelope-from cperciva) Message-Id: <200408221944.i7MJiOYg041995@repoman.freebsd.org> From: Colin Percival Date: Sun, 22 Aug 2004 19:44:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/md md.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 19:44:25 -0000 cperciva 2004-08-22 19:44:24 UTC FreeBSD src repository Modified files: sys/dev/md md.c Log: When creating a new md, wait for geom's event queue to become empty before returning. Device nodes are created via the "taste" mechanism, so this is necessary in order to make sure that devfs entries are created before mdconfig(8) returns. This may be a MFC candidate for 5.3. Suggested by: phk Revision Changes Path 1.128 +1 -0 src/sys/dev/md/md.c From owner-cvs-all@FreeBSD.ORG Sun Aug 22 19:47:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7545016A4CE; Sun, 22 Aug 2004 19:47:31 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 264CE43D1F; Sun, 22 Aug 2004 19:47:31 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 89508ACAFE; Sun, 22 Aug 2004 21:47:29 +0200 (CEST) Date: Sun, 22 Aug 2004 21:47:29 +0200 From: Pawel Jakub Dawidek To: Lukas Ertl Message-ID: <20040822194729.GM30151@darkness.comp.waw.pl> References: <200408221707.i7MH7tiP036429@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zpKbRLlnGgG674Bt" Content-Disposition: inline In-Reply-To: <200408221707.i7MH7tiP036429@repoman.freebsd.org> User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom/vinum geom_vinum_rm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 19:47:31 -0000 --zpKbRLlnGgG674Bt Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 22, 2004 at 05:07:55PM +0000, Lukas Ertl wrote: +> le 2004-08-22 17:07:55 UTC +>=20 +> FreeBSD src repository +>=20 +> Modified files: +> sys/geom/vinum geom_vinum_rm.c=20 +> Log: +> Implement the possibility to remove drives. [...] +> + /* Remove all associated subdisks, plexes, volumes. */ +> + if (!LIST_EMPTY(&d->subdisks)) { Hmm, I think you don't really need this 'if'. --=20 Pawel Jakub Dawidek http://www.FreeBSD.org pjd@FreeBSD.org http://garage.freebsd.pl FreeBSD committer Am I Evil? Yes, I Am! --zpKbRLlnGgG674Bt Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBKPhRForvXbEpPzQRAlINAKDg0U7C3OexdrupepgP0/3IklQ9VACdGlQs yAcMeyye05786fTUkOIDZwc= =LC1q -----END PGP SIGNATURE----- --zpKbRLlnGgG674Bt-- From owner-cvs-all@FreeBSD.ORG Sun Aug 22 19:49:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DADE16A4CE; Sun, 22 Aug 2004 19:49:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F386343D1F; Sun, 22 Aug 2004 19:49:39 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MJndiF042244; Sun, 22 Aug 2004 19:49:39 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MJndxn042243; Sun, 22 Aug 2004 19:49:39 GMT (envelope-from thierry) Message-Id: <200408221949.i7MJndxn042243@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 22 Aug 2004 19:49:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games Makefile ports/french Makefile CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 19:49:40 -0000 thierry 2004-08-22 19:49:39 UTC FreeBSD ports repository Modified files: games Makefile french Makefile . modules Log: Fix CATEGORIES. Pointyhat to: me. Revision Changes Path 1.10957 +1 -1 CVSROOT/modules 1.40 +1 -0 ports/french/Makefile 1.709 +0 -1 ports/games/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 22 19:50:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3C4616A4CF; Sun, 22 Aug 2004 19:50:39 +0000 (GMT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 841C343D3F; Sun, 22 Aug 2004 19:50:39 +0000 (GMT) (envelope-from DougB@dougbarton.net) Received: from [192.168.0.4] (c-24-130-110-32.we.client2.attbi.com[24.130.110.32]) by comcast.net (rwcrmhc11) with ESMTP id <2004082219503801300r6lbje> (Authid: domain_name_tsar); Sun, 22 Aug 2004 19:50:39 +0000 Message-ID: <4128F90D.8080506@DougBarton.net> Date: Sun, 22 Aug 2004 12:50:37 -0700 From: Doug Barton User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040811 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Colin Percival References: <200408161152.i7GBqMlq084661@repoman.freebsd.org> <6.1.0.6.1.20040816045454.02a34168@popserver.sfu.ca> In-Reply-To: <6.1.0.6.1.20040816045454.02a34168@popserver.sfu.ca> X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Colin Percival Subject: Re: cvs commit: src/etc services X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 19:50:39 -0000 Colin Percival wrote: > At 04:52 16/08/2004, Colin Percival wrote: > >>cperciva 2004-08-16 11:52:22 UTC >> Modified files: >> etc services >> Log: >> Add 3653/tcp and 3653/udp, since they were specifically requested. > > > As discussed earlier, I have another 6400 lines ready to > merge from IANA's list. Since some benchmarks have been > produced showing that adding that many new entries into > /etc/services could have a significant performance impact, > I'm going to wait until after 5-STABLE is branched, and > only commit these to 6-CURRENT. If/when the performance > impact becomes insignificant (due to the addition of a > lookup daemon, for example), I'll merge them into STABLE. Please don't commit these changes to 6-current without discussion on -arch, which I would like to be involved in. This topic has come up many times before (including a long time ago instigated by me) and the consensus has always been to add lines from the IANA table when they are specifically requested, IF they add value to a significant percentage of our userbase. I don't see any reason to change that philosophy with 6-current, and I'd like to see significant discussion as to why it's a value add to change the philosophy before any changes are made to the file. Also, I'd like to point out that many of the port numbers in the current IANA list are not related to active products, so adding them all would be a waste of time, and degrade performance for no good reason. Finally, the solution that has most often been discussed for improving the performance of getservbyname() and friends is a Berkeley db implementation similar to the way login.conf is done now. I'm not sure a lookup daemon is justified, and I'd like to see some discussion about this topic too. Thanks, Doug -- If you're never wrong, you're not trying hard enough From owner-cvs-all@FreeBSD.ORG Sun Aug 22 19:55:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D40F16A4CE; Sun, 22 Aug 2004 19:55:08 +0000 (GMT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 088DD43D2F; Sun, 22 Aug 2004 19:55:08 +0000 (GMT) (envelope-from DougB@dougbarton.net) Received: from [192.168.0.4] (c-24-130-110-32.we.client2.attbi.com[24.130.110.32]) by comcast.net (rwcrmhc12) with ESMTP id <20040822195507014007np7de> (Authid: domain_name_tsar); Sun, 22 Aug 2004 19:55:07 +0000 Message-ID: <4128FA1A.1010301@DougBarton.net> Date: Sun, 22 Aug 2004 12:55:06 -0700 From: Doug Barton User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040811 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Doug Barton References: <200408161152.i7GBqMlq084661@repoman.freebsd.org> <6.1.0.6.1.20040816045454.02a34168@popserver.sfu.ca> <4128F90D.8080506@DougBarton.net> In-Reply-To: <4128F90D.8080506@DougBarton.net> X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Colin Percival cc: Colin Percival Subject: Re: cvs commit: src/etc services X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 19:55:08 -0000 Note, I should have added to my previous message that Colin is doing really good work in the cleanup and update of /etc/services, and it's greatly appreciated. :) Doug -- If you're never wrong, you're not trying hard enough From owner-cvs-all@FreeBSD.ORG Sun Aug 22 19:57:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7FE116A4CE; Sun, 22 Aug 2004 19:57:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A02C643D31; Sun, 22 Aug 2004 19:57:20 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MJvKCm042575; Sun, 22 Aug 2004 19:57:20 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MJvKcd042574; Sun, 22 Aug 2004 19:57:20 GMT (envelope-from thierry) Message-Id: <200408221957.i7MJvKcd042574@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 22 Aug 2004 19:57:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/alphabet_sounds_fr Makefile distinfo pkg-descr pkg-plist ports/games/alphabet_sounds_fr/files patch-Makefile patch-install.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 19:57:20 -0000 thierry 2004-08-22 19:57:20 UTC FreeBSD ports repository Removed files: games/alphabet_sounds_fr Makefile distinfo pkg-descr pkg-plist games/alphabet_sounds_fr/files patch-Makefile patch-install.sh Log: Remove from games. Revision Changes Path 1.2 +0 -24 ports/games/alphabet_sounds_fr/Makefile (dead) 1.2 +0 -2 ports/games/alphabet_sounds_fr/distinfo (dead) 1.2 +0 -10 ports/games/alphabet_sounds_fr/files/patch-Makefile (dead) 1.2 +0 -62 ports/games/alphabet_sounds_fr/files/patch-install.sh (dead) 1.2 +0 -14 ports/games/alphabet_sounds_fr/pkg-descr (dead) 1.2 +0 -39 ports/games/alphabet_sounds_fr/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 20:01:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DB8016A4CE; Sun, 22 Aug 2004 20:01:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E411943D4C; Sun, 22 Aug 2004 20:01:01 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MK11re042764; Sun, 22 Aug 2004 20:01:01 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MK11hT042763; Sun, 22 Aug 2004 20:01:01 GMT (envelope-from rwatson) Message-Id: <200408222001.i7MK11hT042763@repoman.freebsd.org> From: Robert Watson Date: Sun, 22 Aug 2004 20:01:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/netinet in_pcb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 20:01:02 -0000 rwatson 2004-08-22 20:01:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet in_pcb.c Log: MT5 in_pcb.c:1.154: date: 2004/08/19 01:11:17; author: rwatson; state: Exp; lines: +1 -1 In in_pcbrehash(), do assert the inpcb lock as well as the pcbinfo lock. Approved by: re (kensmith) Revision Changes Path 1.153.2.1 +1 -1 src/sys/netinet/in_pcb.c From owner-cvs-all@FreeBSD.ORG Sun Aug 22 20:01:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 956BC16A4CE; Sun, 22 Aug 2004 20:01:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76BA643D48; Sun, 22 Aug 2004 20:01:24 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MK1Oat042808; Sun, 22 Aug 2004 20:01:24 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MK1OZW042807; Sun, 22 Aug 2004 20:01:24 GMT (envelope-from krion) Message-Id: <200408222001.i7MK1OZW042807@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 20:01:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/datadesigner/files patch-src_container.cc patch-src_servers_dbserver.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 20:01:24 -0000 krion 2004-08-22 20:01:24 UTC FreeBSD ports repository Added files: devel/datadesigner/files patch-src_container.cc patch-src_servers_dbserver.cc Log: Fix build with gcc-3.4 Revision Changes Path 1.1 +14 -0 ports/devel/datadesigner/files/patch-src_container.cc (new) 1.1 +14 -0 ports/devel/datadesigner/files/patch-src_servers_dbserver.cc (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 20:02:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70A0316A4CE; Sun, 22 Aug 2004 20:02:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D77E43D48; Sun, 22 Aug 2004 20:02:22 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MK2MDk042874; Sun, 22 Aug 2004 20:02:22 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MK2MER042873; Sun, 22 Aug 2004 20:02:22 GMT (envelope-from thierry) Message-Id: <200408222002.i7MK2MER042873@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 22 Aug 2004 20:02:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/french/alphabet_sounds_fr Makefile distinfo pkg-descr pkg-plist ports/french/alphabet_sounds_fr/files patch-Makefile patch-install.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 20:02:22 -0000 thierry 2004-08-22 20:02:22 UTC FreeBSD ports repository Added files: french/alphabet_sounds_fr Makefile distinfo pkg-descr pkg-plist french/alphabet_sounds_fr/files patch-Makefile patch-install.sh Log: Re-add alphabet_sounds_fr in the correct category. PR: 70434 Revision Changes Path 1.1 +25 -0 ports/french/alphabet_sounds_fr/Makefile (new) 1.1 +2 -0 ports/french/alphabet_sounds_fr/distinfo (new) 1.1 +10 -0 ports/french/alphabet_sounds_fr/files/patch-Makefile (new) 1.1 +62 -0 ports/french/alphabet_sounds_fr/files/patch-install.sh (new) 1.1 +14 -0 ports/french/alphabet_sounds_fr/pkg-descr (new) 1.1 +39 -0 ports/french/alphabet_sounds_fr/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 20:02:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA7BC16A4CE; Sun, 22 Aug 2004 20:02:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABC8843D5D; Sun, 22 Aug 2004 20:02:54 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MK2soW042908; Sun, 22 Aug 2004 20:02:54 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MK2spL042907; Sun, 22 Aug 2004 20:02:54 GMT (envelope-from rwatson) Message-Id: <200408222002.i7MK2spL042907@repoman.freebsd.org> From: Robert Watson Date: Sun, 22 Aug 2004 20:02:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/netinet udp_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 20:02:54 -0000 rwatson 2004-08-22 20:02:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet udp_usrreq.c Log: MT5 udp_usrreq.c:1.163: date: 2004/08/19 01:13:10; author: rwatson; state: Exp; lines: +35 -25 Push down pcbinfo and inpcb locking from udp_send() into udp_output(). This provides greater context for the locking and allows us to avoid locking the pcbinfo structure if not binding operations will take place (i.e., already bound, connected, and no expliti sendto() address). Approved by: re (kensmith) Revision Changes Path 1.162.2.1 +35 -25 src/sys/netinet/udp_usrreq.c From owner-cvs-all@FreeBSD.ORG Sun Aug 22 20:04:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 906CE16A4CE; Sun, 22 Aug 2004 20:04:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7208A43D58; Sun, 22 Aug 2004 20:04:56 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MK4u0N042965; Sun, 22 Aug 2004 20:04:56 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MK4uK1042964; Sun, 22 Aug 2004 20:04:56 GMT (envelope-from rwatson) Message-Id: <200408222004.i7MK4uK1042964@repoman.freebsd.org> From: Robert Watson Date: Sun, 22 Aug 2004 20:04:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 20:04:56 -0000 rwatson 2004-08-22 20:04:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern uipc_usrreq.c Log: MT5 uipc_usrreq.c:1.139: date: 2004/08/19 01:45:16; author: rwatson; state: Exp; lines: +10 -2 Add UNP_UNLOCK_ASSERT() to asser that the UNIX domain socket subsystem lock is not held. Rather than annotating that the lock is released after calls to unp_detach() with a comment, annotate with an assertion. Assert that the UNIX domain socket subsystem lock is not held when unp_externalize() and unp_internalize() are called. Approved by: re (kensmith) Revision Changes Path 1.138.2.1 +10 -2 src/sys/kern/uipc_usrreq.c From owner-cvs-all@FreeBSD.ORG Sun Aug 22 20:06:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2D9C16A4CE; Sun, 22 Aug 2004 20:06:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D383E43D66; Sun, 22 Aug 2004 20:06:19 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MK6JXd043131; Sun, 22 Aug 2004 20:06:19 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MK6JeR043130; Sun, 22 Aug 2004 20:06:19 GMT (envelope-from rwatson) Message-Id: <200408222006.i7MK6JeR043130@repoman.freebsd.org> From: Robert Watson Date: Sun, 22 Aug 2004 20:06:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 20:06:20 -0000 rwatson 2004-08-22 20:06:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern kern_descrip.c Log: MT5 kern_descrip.c:1.244: date: 2004/08/19 14:59:51; author: rwatson; state: Exp; lines: +0 -2 Remove GIANT_REQUIRED from setugidsafety() as knote_fdclose() no longer requires Giant. Approved by: re (kensmith) Revision Changes Path 1.243.2.1 +0 -2 src/sys/kern/kern_descrip.c From owner-cvs-all@FreeBSD.ORG Sun Aug 22 20:06:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7CDF16A4CE; Sun, 22 Aug 2004 20:06:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BABB143D60; Sun, 22 Aug 2004 20:06:42 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MK6gl5043170; Sun, 22 Aug 2004 20:06:42 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MK6gNO043169; Sun, 22 Aug 2004 20:06:42 GMT (envelope-from krion) Message-Id: <200408222006.i7MK6gNO043169@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 20:06:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/delay/files patch-delay.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 20:06:43 -0000 krion 2004-08-22 20:06:42 UTC FreeBSD ports repository Added files: misc/delay/files patch-delay.c Log: Fix build Revision Changes Path 1.1 +13 -0 ports/misc/delay/files/patch-delay.c (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 20:07:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19A3E16A4CE; Sun, 22 Aug 2004 20:07:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1219D43D48; Sun, 22 Aug 2004 20:07:51 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MK7onQ043213; Sun, 22 Aug 2004 20:07:50 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MK7oTH043212; Sun, 22 Aug 2004 20:07:50 GMT (envelope-from rwatson) Message-Id: <200408222007.i7MK7oTH043212@repoman.freebsd.org> From: Robert Watson Date: Sun, 22 Aug 2004 20:07:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/netinet6 in6_pcb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 20:07:51 -0000 rwatson 2004-08-22 20:07:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet6 in6_pcb.c Log: MT5 in6_pcb.c:1.60: date: 2004/08/21 17:38:48; author: rwatson; state: Exp; lines: +5 -3 When notifying protocol components of an event on an in6pcb, use the result of the notify() function to decide if we need to unlock the in6pcb or not, rather than always unlocking. Otherwise, we may unlock and already unlocked in6pcb. Reported by: kuriyama, Gordon Bergling Tested by: kuriyama, Gordon Bergling Discussed with: mdodd Approved by: re (kensmith) Revision Changes Path 1.59.2.1 +5 -3 src/sys/netinet6/in6_pcb.c From owner-cvs-all@FreeBSD.ORG Sun Aug 22 20:10:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6618616A4CE; Sun, 22 Aug 2004 20:10:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4804543D55; Sun, 22 Aug 2004 20:10:46 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MKAkhl043358; Sun, 22 Aug 2004 20:10:46 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MKAkFa043357; Sun, 22 Aug 2004 20:10:46 GMT (envelope-from krion) Message-Id: <200408222010.i7MKAkFa043357@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 20:10:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/dgen-sdl/files patch-star_star.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 20:10:46 -0000 krion 2004-08-22 20:10:46 UTC FreeBSD ports repository Added files: emulators/dgen-sdl/files patch-star_star.c Log: Fix build with gcc-3.4 Revision Changes Path 1.1 +14 -0 ports/emulators/dgen-sdl/files/patch-star_star.c (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 20:13:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB57916A4CE; Sun, 22 Aug 2004 20:13:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCC2A43D48; Sun, 22 Aug 2004 20:13:44 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MKDiMX043428; Sun, 22 Aug 2004 20:13:44 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MKDicG043427; Sun, 22 Aug 2004 20:13:44 GMT (envelope-from dougb) Message-Id: <200408222013.i7MKDicG043427@repoman.freebsd.org> From: Doug Barton Date: Sun, 22 Aug 2004 20:13:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns/p5-Net-DNS Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 20:13:45 -0000 dougb 2004-08-22 20:13:44 UTC FreeBSD ports repository Modified files: dns/p5-Net-DNS Makefile distinfo pkg-plist Log: Update to 0.48, a minor bugfix release. Revision Changes Path 1.53 +2 -2 ports/dns/p5-Net-DNS/Makefile 1.28 +2 -2 ports/dns/p5-Net-DNS/distinfo 1.16 +1 -0 ports/dns/p5-Net-DNS/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Aug 22 20:20:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2BF816A4CE; Sun, 22 Aug 2004 20:20:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4DA143D39; Sun, 22 Aug 2004 20:20:53 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MKKrs9043713; Sun, 22 Aug 2004 20:20:53 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MKKr9c043712; Sun, 22 Aug 2004 20:20:53 GMT (envelope-from krion) Message-Id: <200408222020.i7MKKr9c043712@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 20:20:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/cad/dinotrace Makefile ports/cad/dinotrace/files patch-src_dt__draw.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 20:20:54 -0000 krion 2004-08-22 20:20:53 UTC FreeBSD ports repository Modified files: cad/dinotrace Makefile Added files: cad/dinotrace/files patch-src_dt__draw.c Log: Fix build with gcc-3.4 Pet portlint. Revision Changes Path 1.2 +2 -1 ports/cad/dinotrace/Makefile 1.1 +16 -0 ports/cad/dinotrace/files/patch-src_dt__draw.c (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 20:22:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9424916A4CE; Sun, 22 Aug 2004 20:22:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 760DD43D31; Sun, 22 Aug 2004 20:22:44 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MKMi2n043785; Sun, 22 Aug 2004 20:22:44 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MKMiUL043784; Sun, 22 Aug 2004 20:22:44 GMT (envelope-from marcus) Message-Id: <200408222022.i7MKMiUL043784@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 22 Aug 2004 20:22:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/gnomemedia2 Makefileports/audio/gnomemedia2/files patch-gnome-cd_cddb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 20:22:44 -0000 marcus 2004-08-22 20:22:44 UTC FreeBSD ports repository Modified files: audio/gnomemedia2 Makefile Added files: audio/gnomemedia2/files patch-gnome-cd_cddb.c Log: Don't free the discid before querying the CDDB database. This fixes a problem where discs would sometimes show up with unknown CDDB data in gnome-cd. Obtained from: gnome-media CVS (based on) Revision Changes Path 1.57 +1 -1 ports/audio/gnomemedia2/Makefile 1.1 +19 -0 ports/audio/gnomemedia2/files/patch-gnome-cd_cddb.c (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 20:24:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13B9716A4CE; Sun, 22 Aug 2004 20:24:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB19443D53; Sun, 22 Aug 2004 20:24:03 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MKO3GE043831; Sun, 22 Aug 2004 20:24:03 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MKO37J043830; Sun, 22 Aug 2004 20:24:03 GMT (envelope-from krion) Message-Id: <200408222024.i7MKO37J043830@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 20:24:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns/dns_balance Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 20:24:04 -0000 krion 2004-08-22 20:24:03 UTC FreeBSD ports repository Modified files: dns/dns_balance Makefile Log: Mark BROKEN: Unfetchable Revision Changes Path 1.6 +2 -0 ports/dns/dns_balance/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 22 20:28:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04E9816A4CE; Sun, 22 Aug 2004 20:28:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC38543D41; Sun, 22 Aug 2004 20:28:56 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MKSuV6043965; Sun, 22 Aug 2004 20:28:56 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MKSukC043964; Sun, 22 Aug 2004 20:28:56 GMT (envelope-from krion) Message-Id: <200408222028.i7MKSukC043964@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 20:28:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/eawpats Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 20:28:57 -0000 krion 2004-08-22 20:28:56 UTC FreeBSD ports repository Modified files: audio/eawpats Makefile Log: Mark BROKEN: Unfetchable Revision Changes Path 1.7 +2 -0 ports/audio/eawpats/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 22 20:33:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E80616A4CE; Sun, 22 Aug 2004 20:33:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50E1C43D3F; Sun, 22 Aug 2004 20:33:23 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MKXNwV044104; Sun, 22 Aug 2004 20:33:23 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MKXNnH044103; Sun, 22 Aug 2004 20:33:23 GMT (envelope-from krion) Message-Id: <200408222033.i7MKXNnH044103@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 20:33:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/evilwm/files patch-main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 20:33:23 -0000 krion 2004-08-22 20:33:23 UTC FreeBSD ports repository Modified files: x11-wm/evilwm/files patch-main.c Log: Fix build with gcc-3.4 Revision Changes Path 1.2 +12 -6 ports/x11-wm/evilwm/files/patch-main.c From owner-cvs-all@FreeBSD.ORG Sun Aug 22 20:52:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE24616A4CE; Sun, 22 Aug 2004 20:52:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCAC543D1D; Sun, 22 Aug 2004 20:52:23 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MKqNku045112; Sun, 22 Aug 2004 20:52:23 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MKqNHM045111; Sun, 22 Aug 2004 20:52:23 GMT (envelope-from marcel) Message-Id: <200408222052.i7MKqNHM045111@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 22 Aug 2004 20:52:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_page.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 20:52:24 -0000 marcel 2004-08-22 20:52:23 UTC FreeBSD src repository Modified files: sys/vm vm_page.h Log: Move the cow field between wire_count and hold_count. This is the position that is 64-bit aligned and makes sure that the valid and dirty fields are also 64-bit aligned. This means that if PAGE_SIZE is 32K, the size of the vm_page structure is only increased by 8 bytes instead of 16 bytes. More importantly, the vm_page structure is either 120 or 128 bytes on ia64. These are "interesting" sizes. Revision Changes Path 1.133 +1 -1 src/sys/vm/vm_page.h From owner-cvs-all@FreeBSD.ORG Sun Aug 22 20:54:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD96A16A4CE; Sun, 22 Aug 2004 20:54:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FE1243D39; Sun, 22 Aug 2004 20:54:36 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MKsacR045166; Sun, 22 Aug 2004 20:54:36 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MKsaov045165; Sun, 22 Aug 2004 20:54:36 GMT (envelope-from dougb) Message-Id: <200408222054.i7MKsaov045165@repoman.freebsd.org> From: Doug Barton Date: Sun, 22 Aug 2004 20:54:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/xscreensaver Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 20:54:36 -0000 dougb 2004-08-22 20:54:36 UTC FreeBSD ports repository Modified files: x11/xscreensaver Makefile distinfo pkg-plist Log: Upgrade to version 4.18, the latest from the author (4.17 was a NOOP). Two new screensaver programs, and the usual assortment of bug fixes and improvements. Revision Changes Path 1.75 +3 -3 ports/x11/xscreensaver/Makefile 1.40 +2 -2 ports/x11/xscreensaver/distinfo 1.47 +4 -0 ports/x11/xscreensaver/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Aug 22 21:16:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1FB616A4CE; Sun, 22 Aug 2004 21:16:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C422643D45; Sun, 22 Aug 2004 21:16:41 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MLGf8Z045759; Sun, 22 Aug 2004 21:16:41 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MLGf4d045758; Sun, 22 Aug 2004 21:16:41 GMT (envelope-from krion) Message-Id: <200408222116.i7MLGf4d045758@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 21:16:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/klassmodeler Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 21:16:42 -0000 krion 2004-08-22 21:16:41 UTC FreeBSD ports repository Modified files: devel/klassmodeler Makefile Log: Mark BROKEN: Unfetchable Revision Changes Path 1.3 +2 -0 ports/devel/klassmodeler/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 22 21:23:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B55A616A4CF; Sun, 22 Aug 2004 21:23:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96AF943D2D; Sun, 22 Aug 2004 21:23:43 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MLNhAu045918; Sun, 22 Aug 2004 21:23:43 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MLNhWj045917; Sun, 22 Aug 2004 21:23:43 GMT (envelope-from krion) Message-Id: <200408222123.i7MLNhWj045917@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 21:23:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/korean/aleefonts-ttf Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 21:23:44 -0000 krion 2004-08-22 21:23:43 UTC FreeBSD ports repository Modified files: korean/aleefonts-ttf Makefile Log: Mark BROKEN: Unfetchable Revision Changes Path 1.2 +2 -0 ports/korean/aleefonts-ttf/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 22 21:27:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A25016A4CE; Sun, 22 Aug 2004 21:27:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C65843D45; Sun, 22 Aug 2004 21:27:14 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MLREFZ046048; Sun, 22 Aug 2004 21:27:14 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MLRDYS046047; Sun, 22 Aug 2004 21:27:13 GMT (envelope-from krion) Message-Id: <200408222127.i7MLRDYS046047@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 21:27:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/korean/gtkcomm/files patch-src_pcISel.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 21:27:14 -0000 krion 2004-08-22 21:27:13 UTC FreeBSD ports repository Added files: korean/gtkcomm/files patch-src_pcISel.c Log: Fix build with gcc-3.4 Revision Changes Path 1.1 +14 -0 ports/korean/gtkcomm/files/patch-src_pcISel.c (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 21:32:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4333016A4CE; Sun, 22 Aug 2004 21:32:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2601C43D3F; Sun, 22 Aug 2004 21:32:53 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MLWrgI046194; Sun, 22 Aug 2004 21:32:53 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MLWr5i046193; Sun, 22 Aug 2004 21:32:53 GMT (envelope-from rwatson) Message-Id: <200408222132.i7MLWr5i046193@repoman.freebsd.org> From: Robert Watson Date: Sun, 22 Aug 2004 21:32:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if_sl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 21:32:53 -0000 rwatson 2004-08-22 21:32:53 UTC FreeBSD src repository Modified files: sys/net if_sl.c Log: Style update: use newer style function prototypes in if_sl.c in prep for merging locking. Revision Changes Path 1.123 +15 -38 src/sys/net/if_sl.c From owner-cvs-all@FreeBSD.ORG Sun Aug 22 21:33:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76F1916A4CE; Sun, 22 Aug 2004 21:33:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 591C743D4C; Sun, 22 Aug 2004 21:33:09 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MLX9Dg046235; Sun, 22 Aug 2004 21:33:09 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MLX9ss046234; Sun, 22 Aug 2004 21:33:09 GMT (envelope-from krion) Message-Id: <200408222133.i7MLX9ss046234@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 21:33:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/libretto-config/files patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 21:33:09 -0000 krion 2004-08-22 21:33:09 UTC FreeBSD ports repository Modified files: sysutils/libretto-config/files patch-ab Log: Fix build with gcc-3.4 Revision Changes Path 1.4 +16 -4 ports/sysutils/libretto-config/files/patch-ab From owner-cvs-all@FreeBSD.ORG Sun Aug 22 21:38:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C27416A4CE; Sun, 22 Aug 2004 21:38:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FC0043D2F; Sun, 22 Aug 2004 21:38:32 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MLcWqC046422; Sun, 22 Aug 2004 21:38:32 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MLcWqB046421; Sun, 22 Aug 2004 21:38:32 GMT (envelope-from dinoex) Message-Id: <200408222138.i7MLcWqB046421@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 22 Aug 2004 21:38:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/news/nntp/files patch-server-spawn.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 21:38:32 -0000 dinoex 2004-08-22 21:38:32 UTC FreeBSD ports repository Added files: news/nntp/files patch-server-spawn.c Log: - fix build on sparc without vfork.h Revision Changes Path 1.1 +14 -0 ports/news/nntp/files/patch-server-spawn.c (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 21:39:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A49FE16A4CE; Sun, 22 Aug 2004 21:39:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8572E43D45; Sun, 22 Aug 2004 21:39:31 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MLdVXP046459; Sun, 22 Aug 2004 21:39:31 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MLdV7Z046458; Sun, 22 Aug 2004 21:39:31 GMT (envelope-from hrs) Message-Id: <200408222139.i7MLdV7Z046458@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 22 Aug 2004 21:39:31 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/relnotes Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 21:39:31 -0000 hrs 2004-08-22 21:39:31 UTC FreeBSD doc repository Modified files: en/relnotes Makefile Log: Activate 5-STABLE relnotes build. Revision Changes Path 1.6 +2 -1 www/en/relnotes/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 22 21:41:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0C5816A4CE; Sun, 22 Aug 2004 21:41:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98C8543D45; Sun, 22 Aug 2004 21:41:11 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MLfBG4046579; Sun, 22 Aug 2004 21:41:11 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MLfBcw046578; Sun, 22 Aug 2004 21:41:11 GMT (envelope-from krion) Message-Id: <200408222141.i7MLfBcw046578@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 21:41:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/monopd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 21:41:12 -0000 krion 2004-08-22 21:41:11 UTC FreeBSD ports repository Modified files: games/monopd Makefile Log: Mark BROKEN: Unfetchable Revision Changes Path 1.4 +2 -0 ports/games/monopd/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 22 21:44:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EB5C16A4CE; Sun, 22 Aug 2004 21:44:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 103A943D2D; Sun, 22 Aug 2004 21:44:15 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MLiEaR046650; Sun, 22 Aug 2004 21:44:14 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MLiEcu046649; Sun, 22 Aug 2004 21:44:14 GMT (envelope-from krion) Message-Id: <200408222144.i7MLiEcu046649@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 21:44:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p4v Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 21:44:15 -0000 krion 2004-08-22 21:44:14 UTC FreeBSD ports repository Modified files: devel/p4v Makefile Log: Mark BROKEN: Unfetchable Revision Changes Path 1.7 +2 -0 ports/devel/p4v/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 22 21:44:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C78216A4CE; Sun, 22 Aug 2004 21:44:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F1F543D55; Sun, 22 Aug 2004 21:44:40 +0000 (GMT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MLieBv046678; Sun, 22 Aug 2004 21:44:40 GMT (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MLieqm046677; Sun, 22 Aug 2004 21:44:40 GMT (envelope-from nectar) Message-Id: <200408222144.i7MLieqm046677@repoman.freebsd.org> From: Jacques Vidrine Date: Sun, 22 Aug 2004 21:44:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 21:44:40 -0000 nectar 2004-08-22 21:44:40 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Cancel a VuXML entry for an Apache vulnerability that does not affect FreeBSD. Reminded by: recent conversations :-) Revision Changes Path 1.185 +2 -43 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sun Aug 22 21:48:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97CD116A4CE; Sun, 22 Aug 2004 21:48:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B30643D2F; Sun, 22 Aug 2004 21:48:40 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MLmeSq046804; Sun, 22 Aug 2004 21:48:40 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MLmeaH046803; Sun, 22 Aug 2004 21:48:40 GMT (envelope-from krion) Message-Id: <200408222148.i7MLmeaH046803@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 22 Aug 2004 21:48:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese/metalist Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 21:48:40 -0000 krion 2004-08-22 21:48:40 UTC FreeBSD ports repository Modified files: chinese/metalist Makefile Log: Mark BROKEN: Unfetchable Revision Changes Path 1.13 +2 -0 ports/chinese/metalist/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 22 21:56:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE29116A4CE; Sun, 22 Aug 2004 21:56:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0ACD43D2D; Sun, 22 Aug 2004 21:56:28 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MLuSU8047069; Sun, 22 Aug 2004 21:56:28 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MLuSKG047068; Sun, 22 Aug 2004 21:56:28 GMT (envelope-from rwatson) Message-Id: <200408222156.i7MLuSKG047068@repoman.freebsd.org> From: Robert Watson Date: Sun, 22 Aug 2004 21:56:28 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.3R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 21:56:29 -0000 rwatson 2004-08-22 21:56:28 UTC FreeBSD doc repository Modified files: en/releases/5.3R todo.sgml Log: Break out PREEMPTION and SMP stability parts of the general stability task into two separate items now that the resolutions are becoming more clear. Note the current condition of pth. Move the in6_pcbnotify() item from "show stopper" to "testing" since the fix is merged. Add a TODO item for the routing socket netisr concerns. Note that some changes have been committed, but will need to be merged after testing. Revision Changes Path 1.44 +40 -19 www/en/releases/5.3R/todo.sgml From owner-cvs-all@FreeBSD.ORG Sun Aug 22 22:01:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A79716A4CE; Sun, 22 Aug 2004 22:01:10 +0000 (GMT) Received: from ms-dienst.rz.rwth-aachen.de (ms-2.rz.RWTH-Aachen.DE [134.130.3.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAE6743D1F; Sun, 22 Aug 2004 22:01:09 +0000 (GMT) (envelope-from chris@unixpages.org) Received: from r220-1 (r220-1.rz.RWTH-Aachen.DE [134.130.3.31]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 HotFix 1.12 (built Feb 13 2003)) with ESMTP id <0I2V00I7CBTWN4@ms-dienst.rz.rwth-aachen.de>; Mon, 23 Aug 2004 00:01:09 +0200 (MEST) Received: from relay.rwth-aachen.de ([134.130.3.1]) by r220-1 (MailMonitor for SMTP v1.2.2 ) ; Mon, 23 Aug 2004 00:01:07 +0200 (MEST) Received: from haakonia.hitnet.rwth-aachen.de (haakonia.hitnet.RWTH-Aachen.DE [137.226.181.92])i7MM17RA017371; Mon, 23 Aug 2004 00:01:07 +0200 (MEST) Received: from gondor.middleearth (gondor.middleearth [192.168.1.42]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))(Postfix) with ESMTP id 37B3628468; Mon, 23 Aug 2004 00:01:02 +0200 (CEST) Received: by gondor.middleearth (Postfix, from userid 1001) id A33FA613A; Mon, 23 Aug 2004 00:01:01 +0200 (CEST) Date: Mon, 23 Aug 2004 00:01:01 +0200 From: Christian Brueffer In-reply-to: To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= Message-id: <20040822220101.GH12219@unixpages.org> MIME-version: 1.0 Content-type: multipart/signed; boundary=FLPM4o+7JoHGki3m; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-disposition: inline User-Agent: Mutt/1.5.5.1i X-Operating-System: FreeBSD 5.2-CURRENT X-PGP-Key: http://people.freebsd.org/~brueffer/brueffer.key.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D References: <200408221419.i7MEJrJH030512@repoman.freebsd.org> <20040822160524.GL30151@darkness.comp.waw.pl> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Pawel Jakub Dawidek cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/share/examples/etc make.conf src/share/man/man5 make.conf.5 src/sys Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 22:01:10 -0000 --FLPM4o+7JoHGki3m Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 22, 2004 at 07:08:45PM +0200, Dag-Erling Sm=F8rgrav wrote: > Pawel Jakub Dawidek writes: > > On Sun, Aug 22, 2004 at 02:19:53PM +0000, Dag-Erling Smorgrav wrote: > > > +.It Va NO_PF > > > +.Pq Vt bool > > > +Set to not build PF firewall package. > > > +.It Va NO_AUTHPF > > > +.Pq Vt bool > > > +Set to not build > > > +.Xr authpf 8 . > > Was that intended? >=20 > Uh, not really, but it was in the patch I submitted to re@, and NO_PF > and NO_AUTHPF do exist in RELENG_5, so no harm done. >=20 I wanted to MFC that anyway, so less work for me :-) - Christian --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --FLPM4o+7JoHGki3m Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBKRedbHYXjKDtmC0RAn4KAKC1BzOo+kTEWh66ZMQM/8P+fDFwygCg/FT+ uY5nolcd5naYGEmOtcRqMSE= =R78G -----END PGP SIGNATURE----- --FLPM4o+7JoHGki3m-- From owner-cvs-all@FreeBSD.ORG Sun Aug 22 22:05:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B74FD16A4CE; Sun, 22 Aug 2004 22:05:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 982E743D3F; Sun, 22 Aug 2004 22:05:58 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MM5wYi047366; Sun, 22 Aug 2004 22:05:58 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MM5wxb047365; Sun, 22 Aug 2004 22:05:58 GMT (envelope-from marcus) Message-Id: <200408222205.i7MM5wxb047365@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 22 Aug 2004 22:05:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/guppi/files patch-src_libguppipilot_guppi-view-interval.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 22:05:58 -0000 marcus 2004-08-22 22:05:58 UTC FreeBSD ports repository Added files: math/guppi/files patch-src_libguppipilot_guppi-view-interval.c Log: Fix build with gcc-3.4.2. Reported by: pointyhat Revision Changes Path 1.1 +10 -0 ports/math/guppi/files/patch-src_libguppipilot_guppi-view-interval.c (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 22 22:07:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E97C316A4CE; Sun, 22 Aug 2004 22:07:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB3E043D2F; Sun, 22 Aug 2004 22:07:52 +0000 (GMT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MM7qgd047416; Sun, 22 Aug 2004 22:07:52 GMT (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MM7qin047415; Sun, 22 Aug 2004 22:07:52 GMT (envelope-from nectar) Message-Id: <200408222207.i7MM7qin047415@repoman.freebsd.org> From: Jacques Vidrine Date: Sun, 22 Aug 2004 22:07:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 22:07:53 -0000 nectar 2004-08-22 22:07:52 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add an issue covering a vulnerability in mysqlhotcopy. Reported by: robert@openbsd.org Revision Changes Path 1.186 +33 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sun Aug 22 22:28:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF79C16A4CF; Sun, 22 Aug 2004 22:28:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A717243D31; Sun, 22 Aug 2004 22:28:54 +0000 (GMT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MMSs6W047911; Sun, 22 Aug 2004 22:28:54 GMT (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MMSsUK047910; Sun, 22 Aug 2004 22:28:54 GMT (envelope-from nectar) Message-Id: <200408222228.i7MMSsUK047910@repoman.freebsd.org> From: Jacques Vidrine Date: Sun, 22 Aug 2004 22:28:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 22:28:55 -0000 nectar 2004-08-22 22:28:54 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add fidogate issue. Revision Changes Path 1.187 +27 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sun Aug 22 22:39:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 058DB16A4CE; Sun, 22 Aug 2004 22:39:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A695443D46; Sun, 22 Aug 2004 22:39:32 +0000 (GMT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MMdWZ8048192; Sun, 22 Aug 2004 22:39:32 GMT (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MMdWnN048191; Sun, 22 Aug 2004 22:39:32 GMT (envelope-from nectar) Message-Id: <200408222239.i7MMdWnN048191@repoman.freebsd.org> From: Jacques Vidrine Date: Sun, 22 Aug 2004 22:39:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 22:39:33 -0000 nectar 2004-08-22 22:39:32 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add a security issue affected courier-imap when run with certain debug flags. Revision Changes Path 1.188 +27 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sun Aug 22 22:56:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD55B16A4CE; Sun, 22 Aug 2004 22:56:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C10F143D41; Sun, 22 Aug 2004 22:56:56 +0000 (GMT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MMuuUZ048732; Sun, 22 Aug 2004 22:56:56 GMT (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MMuupL048731; Sun, 22 Aug 2004 22:56:56 GMT (envelope-from nectar) Message-Id: <200408222256.i7MMuupL048731@repoman.freebsd.org> From: Jacques Vidrine Date: Sun, 22 Aug 2004 22:56:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 22:56:57 -0000 nectar 2004-08-22 22:56:56 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add Qt heap overflow issue. Revision Changes Path 1.189 +32 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sun Aug 22 22:58:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6BA516A4CE; Sun, 22 Aug 2004 22:58:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8981F43D1D; Sun, 22 Aug 2004 22:58:19 +0000 (GMT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MMwJeC048779; Sun, 22 Aug 2004 22:58:19 GMT (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MMwJhq048778; Sun, 22 Aug 2004 22:58:19 GMT (envelope-from nectar) Message-Id: <200408222258.i7MMwJhq048778@repoman.freebsd.org> From: Jacques Vidrine Date: Sun, 22 Aug 2004 22:58:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 22:58:19 -0000 nectar 2004-08-22 22:58:19 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add a more useful reference for the Qt issue. Revision Changes Path 1.190 +2 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sun Aug 22 23:01:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2654A16A4CE; Sun, 22 Aug 2004 23:01:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F52A43D3F; Sun, 22 Aug 2004 23:01:14 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MN1E85048917; Sun, 22 Aug 2004 23:01:14 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MN1Epo048916; Sun, 22 Aug 2004 23:01:14 GMT (envelope-from mux) Message-Id: <200408222301.i7MN1Epo048916@repoman.freebsd.org> From: Maxime Henrion Date: Sun, 22 Aug 2004 23:01:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/lnc if_lnc_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 23:01:14 -0000 mux 2004-08-22 23:01:13 UTC FreeBSD src repository Modified files: sys/dev/lnc if_lnc_pci.c Log: Pass a correct lowaddr to bus_dma_tag_create(), lnc(4) cards can only deal with 24-bit addresses. While the two other attachments, namely isa and cbus, do it properly, the PCI attachment was passing BUS_SPACE_MAXADDR instead of BUS_SPACE_MAXADDR_24BIT. This bug became apparent with the new contigmalloc() code. This fixes the problem reported with lnc(4) interfaces inside VMWare, and should theoritically also fix any user of a PCI lnc(4) card. It is a RELENG_5 MFC candidate. Tested by: Florian Le Goff Revision Changes Path 1.35 +1 -1 src/sys/dev/lnc/if_lnc_pci.c From owner-cvs-all@FreeBSD.ORG Sun Aug 22 23:02:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FE0316A4CE; Sun, 22 Aug 2004 23:02:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10F4B43D48; Sun, 22 Aug 2004 23:02:28 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MN2R5r048958; Sun, 22 Aug 2004 23:02:27 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MN2RIC048957; Sun, 22 Aug 2004 23:02:27 GMT (envelope-from dougb) Message-Id: <200408222302.i7MN2RIC048957@repoman.freebsd.org> From: Doug Barton Date: Sun, 22 Aug 2004 23:02:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/pine4/files patch-af X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 23:02:28 -0000 dougb 2004-08-22 23:02:27 UTC FreeBSD ports repository Modified files: mail/pine4/files patch-af Log: Add a hunk to address the IP=6 compile problem PR: ports/68282 Submitted by: Mohacsi Janos Revision Changes Path 1.15 +11 -2 ports/mail/pine4/files/patch-af From owner-cvs-all@FreeBSD.ORG Sun Aug 22 23:14:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E2F316A4CE; Sun, 22 Aug 2004 23:14:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2139E43D31; Sun, 22 Aug 2004 23:14:54 +0000 (GMT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MNEsUc049271; Sun, 22 Aug 2004 23:14:54 GMT (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7MNEs2f049270; Sun, 22 Aug 2004 23:14:54 GMT (envelope-from nectar) Message-Id: <200408222314.i7MNEs2f049270@repoman.freebsd.org> From: Jacques Vidrine Date: Sun, 22 Aug 2004 23:14:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Aug 2004 23:14:54 -0000 nectar 2004-08-22 23:14:53 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Off-by-one error in courier-imap entry. Noticed by: oliver Revision Changes Path 1.191 +2 -2 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Mon Aug 23 00:22:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 326D716A4CE; Mon, 23 Aug 2004 00:22:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1547D43D3F; Mon, 23 Aug 2004 00:22:38 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N0Mbjt050900; Mon, 23 Aug 2004 00:22:37 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N0Mb0O050899; Mon, 23 Aug 2004 00:22:37 GMT (envelope-from brueffer) Message-Id: <200408230022.i7N0Mb0O050899@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 23 Aug 2004 00:22:37 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/events events.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 00:22:38 -0000 brueffer 2004-08-23 00:22:37 UTC FreeBSD doc repository Modified files: en/events events.xml Log: Add the 21st Chaos Communication Congress Revision Changes Path 1.36 +28 -1 www/en/events/events.xml From owner-cvs-all@FreeBSD.ORG Mon Aug 23 01:06:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27BCA16A4CE; Mon, 23 Aug 2004 01:06:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08D8343D2F; Mon, 23 Aug 2004 01:06:49 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N16mCe051974; Mon, 23 Aug 2004 01:06:48 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N16mWf051973; Mon, 23 Aug 2004 01:06:48 GMT (envelope-from marcus) Message-Id: <200408230106.i7N16mWf051973@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 23 Aug 2004 01:06:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/intltool Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 01:06:49 -0000 marcus 2004-08-23 01:06:48 UTC FreeBSD ports repository Modified files: textproc/intltool Makefile distinfo Log: Update to 0.31.2. Revision Changes Path 1.39 +1 -1 ports/textproc/intltool/Makefile 1.26 +2 -2 ports/textproc/intltool/distinfo From owner-cvs-all@FreeBSD.ORG Mon Aug 23 01:20:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC16116A4D0; Mon, 23 Aug 2004 01:20:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB08C43D5A; Mon, 23 Aug 2004 01:20:39 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N1Kdkq052344; Mon, 23 Aug 2004 01:20:39 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N1Kdt3052343; Mon, 23 Aug 2004 01:20:39 GMT (envelope-from keramida) Message-Id: <200408230120.i7N1Kdt3052343@repoman.freebsd.org> From: Giorgos Keramidas Date: Mon, 23 Aug 2004 01:20:39 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/sgml man-refs.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 01:20:40 -0000 keramida 2004-08-23 01:20:39 UTC FreeBSD doc repository Modified files: share/sgml man-refs.ent Log: Add entities for the pf.conf(5) and pfctl(8) manpages. PR: docs/70836 Submitted by: Michael Edenfield Revision Changes Path 1.287 +2 -0 doc/share/sgml/man-refs.ent From owner-cvs-all@FreeBSD.ORG Mon Aug 23 01:32:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15D5416A4CE; Mon, 23 Aug 2004 01:32:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D32D43D55; Mon, 23 Aug 2004 01:32:02 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N1W12r052664; Mon, 23 Aug 2004 01:32:01 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N1W1Nk052663; Mon, 23 Aug 2004 01:32:01 GMT (envelope-from marcus) Message-Id: <200408230132.i7N1W1Nk052663@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 23 Aug 2004 01:32:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/libxml2 Makefile distinfo ports/textproc/libxml2/files patch-aa patch-ltmain.sh patch-python::Makefile.in ports/textproc/py-libxml2 pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 01:32:02 -0000 marcus 2004-08-23 01:32:01 UTC FreeBSD ports repository Modified files: textproc/libxml2 Makefile distinfo textproc/libxml2/files patch-aa patch-python::Makefile.in textproc/py-libxml2 pkg-plist Removed files: textproc/libxml2/files patch-ltmain.sh Log: Update to 2.6.12. Revision Changes Path 1.120 +2 -3 ports/textproc/libxml2/Makefile 1.78 +2 -2 ports/textproc/libxml2/distinfo 1.24 +9 -9 ports/textproc/libxml2/files/patch-aa 1.8 +0 -51 ports/textproc/libxml2/files/patch-ltmain.sh (dead) 1.6 +6 -6 ports/textproc/libxml2/files/patch-python::Makefile.in 1.2 +1 -0 ports/textproc/py-libxml2/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 23 01:32:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7627216A4CE; Mon, 23 Aug 2004 01:32:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 582D643D45; Mon, 23 Aug 2004 01:32:33 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N1WXBB052706; Mon, 23 Aug 2004 01:32:33 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N1WXjt052705; Mon, 23 Aug 2004 01:32:33 GMT (envelope-from marcus) Message-Id: <200408230132.i7N1WXjt052705@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 23 Aug 2004 01:32:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/libxslt Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 01:32:33 -0000 marcus 2004-08-23 01:32:33 UTC FreeBSD ports repository Modified files: textproc/libxslt Makefile distinfo Log: Update to 1.1.9. Revision Changes Path 1.65 +3 -4 ports/textproc/libxslt/Makefile 1.46 +2 -2 ports/textproc/libxslt/distinfo From owner-cvs-all@FreeBSD.ORG Mon Aug 23 01:34:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D044816A4CE; Mon, 23 Aug 2004 01:34:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B23C343D2D; Mon, 23 Aug 2004 01:34:43 +0000 (GMT) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N1YhXn052765; Mon, 23 Aug 2004 01:34:43 GMT (envelope-from matusita@repoman.freebsd.org) Received: (from matusita@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N1Yh06052764; Mon, 23 Aug 2004 01:34:43 GMT (envelope-from matusita) Message-Id: <200408230134.i7N1Yh06052764@repoman.freebsd.org> From: Makoto Matsushita Date: Mon, 23 Aug 2004 01:34:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/popfile Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 01:34:44 -0000 matusita 2004-08-23 01:34:43 UTC FreeBSD ports repository Modified files: mail/popfile Makefile distinfo Log: Update to 0.21.2, to fix a security hole. PR: ports/70829 Submitted by: Daniel Grund, daniel _at_ dgrund.de Revision Changes Path 1.9 +2 -2 ports/mail/popfile/Makefile 1.5 +6 -6 ports/mail/popfile/distinfo From owner-cvs-all@FreeBSD.ORG Mon Aug 23 01:41:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47C0316A4CE; Mon, 23 Aug 2004 01:41:16 +0000 (GMT) Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC48D43D1D; Mon, 23 Aug 2004 01:41:14 +0000 (GMT) (envelope-from matusita@jp.FreeBSD.org) Received: from localhost (localhost [::1])i7N1fD810773; Mon, 23 Aug 2004 10:41:13 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) In-Reply-To: <200408222301.i7MN1Epo048916@repoman.freebsd.org> References: <200408222301.i7MN1Epo048916@repoman.freebsd.org> X-User-Agent: Mew/1.94.2 Emacs/21.3 X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 20030322(IM144) Lines: 8 From: Makoto Matsushita To: mux@FreeBSD.org Date: Mon, 23 Aug 2004 10:41:11 +0900 Message-Id: <20040823104111R.matusita@jp.FreeBSD.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/lnc if_lnc_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 01:41:16 -0000 mux> This fixes the problem reported with lnc(4) interfaces inside VMWare, mux> and should theoritically also fix any user of a PCI lnc(4) card. It's pretty good (just works with my VMware and 6-current VM), thanks! -- - Makoto `MAR' Matsushita From owner-cvs-all@FreeBSD.ORG Mon Aug 23 01:54:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A28FE16A4CE; Mon, 23 Aug 2004 01:54:43 +0000 (GMT) Received: from electra.cse.Buffalo.EDU (electra.cse.Buffalo.EDU [128.205.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51B5D43D48; Mon, 23 Aug 2004 01:54:43 +0000 (GMT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from electra.cse.Buffalo.EDU (kensmith@localhost [127.0.0.1]) i7N1sfTH013807; Sun, 22 Aug 2004 21:54:41 -0400 (EDT) Received: (from kensmith@localhost) by electra.cse.Buffalo.EDU (8.12.10/8.12.9/Submit) id i7N1sfZm013806; Sun, 22 Aug 2004 21:54:41 -0400 (EDT) Date: Sun, 22 Aug 2004 21:54:41 -0400 From: Ken Smith To: Wilko Bulte Message-ID: <20040823015441.GD13165@electra.cse.Buffalo.EDU> References: <200408220624.i7M6OxAK010053@repoman.freebsd.org> <200408220940.18504.dfr@nlsystems.com> <20040822191648.GA70654@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040822191648.GA70654@freebie.xs4all.nl> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: Marcel Moolenaar cc: Doug Rabson cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/alpha Makefile.inc src/sys/boot/ficl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 01:54:43 -0000 On Sun, Aug 22, 2004 at 09:16:48PM +0200, Wilko Bulte wrote: > I'm having a lot of fun with 5.3- builds failing so I would really > love to see the mod go into RELENG_5 so that if/when a build finally > succeeds it has the fixed loader included. Marcel sent in the MFC request. We have generally been trying to have things simmer in HEAD for 3 to 4 days before approving MFC requests but I agree this one's important. The cluster machine beast needed a bandaid put in its rebuild script to copy in an older loader right after installworld, I just removed that and cranked up the script. If beast reboots OK after the rebuild we can approve this a bit early, between Marcel's testing and this it should be enough testing. :-) -- Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | From owner-cvs-all@FreeBSD.ORG Mon Aug 23 02:22:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B28CD16A4CE; Mon, 23 Aug 2004 02:22:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9206E43D5A; Mon, 23 Aug 2004 02:22:48 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N2MmOn054037; Mon, 23 Aug 2004 02:22:48 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N2Mmvi054036; Mon, 23 Aug 2004 02:22:48 GMT (envelope-from ijliao) Message-Id: <200408230222.i7N2Mmvi054036@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 23 Aug 2004 02:22:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/ppl Makefile distinfo pkg-plist ports/devel/ppl/files patch-interfaces::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 02:22:48 -0000 ijliao 2004-08-23 02:22:48 UTC FreeBSD ports repository Modified files: devel/ppl Makefile distinfo pkg-plist devel/ppl/files patch-interfaces::Makefile.in Log: upgrade to 0.6.1 Revision Changes Path 1.13 +4 -4 ports/devel/ppl/Makefile 1.5 +2 -2 ports/devel/ppl/distinfo 1.2 +7 -7 ports/devel/ppl/files/patch-interfaces::Makefile.in 1.6 +4 -2 ports/devel/ppl/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 23 02:39:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2ACC16A4CF; Mon, 23 Aug 2004 02:39:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BA8F43D31; Mon, 23 Aug 2004 02:39:45 +0000 (GMT) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N2djSG054444; Mon, 23 Aug 2004 02:39:45 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N2djAo054443; Mon, 23 Aug 2004 02:39:45 GMT (envelope-from kan) Message-Id: <200408230239.i7N2djAo054443@repoman.freebsd.org> From: Alexander Kabaev Date: Mon, 23 Aug 2004 02:39:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_lock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 02:39:45 -0000 kan 2004-08-23 02:39:45 UTC FreeBSD src repository Modified files: sys/kern kern_lock.c Log: Temporarily back out r1.74 as it seems to cause a number of regressions accordimg to numerous reports. It might get reintroduced some time later when an exact failure mode is understood better. Revision Changes Path 1.75 +5 -12 src/sys/kern/kern_lock.c From owner-cvs-all@FreeBSD.ORG Mon Aug 23 03:00:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7B9016A4CE; Mon, 23 Aug 2004 03:00:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE09E43D39; Mon, 23 Aug 2004 03:00:27 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N30RQG055022; Mon, 23 Aug 2004 03:00:27 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N30RAk055021; Mon, 23 Aug 2004 03:00:27 GMT (envelope-from rwatson) Message-Id: <200408230300.i7N30RAk055021@repoman.freebsd.org> From: Robert Watson Date: Mon, 23 Aug 2004 03:00:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files src/sys/netinet6 in6.c in6_ifattach.c in6_prefix.c in6_prefix.h in6_proto.c ip6_input.c nd6.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 03:00:28 -0000 rwatson 2004-08-23 03:00:27 UTC FreeBSD src repository Modified files: sys/conf files sys/netinet6 in6.c in6_ifattach.c in6_proto.c ip6_input.c nd6.c Removed files: sys/netinet6 in6_prefix.c in6_prefix.h Log: Remove in6_prefix.[ch] and the contained router renumbering capability. The prefix management code currently resides in nd6, leaving only the unused router renumbering capability in the in6_prefix files. Removing it will make it easier for us to provide locking for the remainder of IPv6 by reducing the number of objects requiring synchronized access. This functionality has also been removed from NetBSD and OpenBSD. Submitted by: George Neville-Neil Discussed with/approved by: suz, keiichi at kame.net, core at kame.net Revision Changes Path 1.944 +0 -1 src/sys/conf/files 1.48 +0 -7 src/sys/netinet6/in6.c 1.24 +0 -3 src/sys/netinet6/in6_ifattach.c 1.11 +0 -1199 src/sys/netinet6/in6_prefix.c (dead) 1.6 +0 -91 src/sys/netinet6/in6_prefix.h (dead) 1.30 +0 -1 src/sys/netinet6/in6_proto.c 1.76 +0 -5 src/sys/netinet6/ip6_input.c 1.44 +0 -21 src/sys/netinet6/nd6.c From owner-cvs-all@FreeBSD.ORG Mon Aug 23 03:07:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D514516A4CF; Mon, 23 Aug 2004 03:07:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A351343D46; Mon, 23 Aug 2004 03:07:01 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N3712l055630; Mon, 23 Aug 2004 03:07:01 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N371Mq055629; Mon, 23 Aug 2004 03:07:01 GMT (envelope-from maho) Message-Id: <200408230307.i7N371Mq055629@repoman.freebsd.org> From: Maho Nakata Date: Mon, 23 Aug 2004 03:07:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/openoffice-1.1-devel/files gifpatch-goodies+source+filter.vcl+egif+giflzwc.cxx X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 03:07:02 -0000 maho 2004-08-23 03:07:01 UTC FreeBSD ports repository Removed files: editors/openoffice-1.1-devel/files gifpatch-goodies+source+filter.vcl+egif+giflzwc.cxx Log: Remove `gif lzw disable' patch. No longer needed. Revision Changes Path 1.2 +0 -290 ports/editors/openoffice-1.1-devel/files/gifpatch-goodies+source+filter.vcl+egif+giflzwc.cxx (dead) From owner-cvs-all@FreeBSD.ORG Mon Aug 23 03:08:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E50D16A4EE; Mon, 23 Aug 2004 03:08:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74D5A43D2D; Mon, 23 Aug 2004 03:08:53 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N38rB7055700; Mon, 23 Aug 2004 03:08:53 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N38rNH055699; Mon, 23 Aug 2004 03:08:53 GMT (envelope-from clsung) Message-Id: <200408230308.i7N38rNH055699@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 23 Aug 2004 03:08:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/p5-VCP-Dest-svk Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 03:08:53 -0000 clsung 2004-08-23 03:08:53 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-VCP-Dest-svk Makefile distinfo pkg-descr pkg-plist Log: This is a VCP destination driver for svn repositories by using the SVK module. PR: ports/70712 Submitted by: Rong-En Fan Approved by: vanilla (co-mentor) Revision Changes Path 1.1682 +1 -0 ports/devel/Makefile 1.1 +33 -0 ports/devel/p5-VCP-Dest-svk/Makefile (new) 1.1 +2 -0 ports/devel/p5-VCP-Dest-svk/distinfo (new) 1.1 +2 -0 ports/devel/p5-VCP-Dest-svk/pkg-descr (new) 1.1 +6 -0 ports/devel/p5-VCP-Dest-svk/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 23 03:11:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBE8216A4CE; Mon, 23 Aug 2004 03:11:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD08443D3F; Mon, 23 Aug 2004 03:11:57 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N3BvJ3055856; Mon, 23 Aug 2004 03:11:57 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N3Bv0p055855; Mon, 23 Aug 2004 03:11:57 GMT (envelope-from clsung) Message-Id: <200408230311.i7N3Bv0p055855@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 23 Aug 2004 03:11:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 03:11:57 -0000 clsung 2004-08-23 03:11:57 UTC FreeBSD ports repository Modified files: . modules Log: Add p5-VCP-Dest-svk, VCP destination driver for svn/svk Approved by: vanilla (co-mentor) Revision Changes Path 1.10958 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Aug 23 03:13:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09BC716A4CE; Mon, 23 Aug 2004 03:13:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD0CD43D3F; Mon, 23 Aug 2004 03:13:50 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N3DoP6055941; Mon, 23 Aug 2004 03:13:50 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N3DoRA055940; Mon, 23 Aug 2004 03:13:50 GMT (envelope-from maho) Message-Id: <200408230313.i7N3DoRA055940@repoman.freebsd.org> From: Maho Nakata Date: Mon, 23 Aug 2004 03:13:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/openoffice-1.1 Makefile ports/editors/openoffice-1.1-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 03:13:51 -0000 maho 2004-08-23 03:13:50 UTC FreeBSD ports repository Modified files: editors/openoffice-1.1 Makefile editors/openoffice-1.1-devel Makefile Log: Add knob WITHOUT_JAVA (passing configure to --disable-java). Revision Changes Path 1.154 +10 -3 ports/editors/openoffice-1.1-devel/Makefile 1.160 +10 -3 ports/editors/openoffice-1.1/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 23 03:28:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C246516A4CE; Mon, 23 Aug 2004 03:28:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A35AB43D31; Mon, 23 Aug 2004 03:28:01 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N3S1Xm056336; Mon, 23 Aug 2004 03:28:01 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N3S1I2056335; Mon, 23 Aug 2004 03:28:01 GMT (envelope-from obrien) Message-Id: <200408230328.i7N3S1I2056335@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 23 Aug 2004 03:28:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/sys param.h src/contrib/gcc/config freebsd-spec.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 03:28:01 -0000 obrien 2004-08-23 03:28:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/sys param.h contrib/gcc/config freebsd-spec.h Log: Enter the great FreeBSD 5.3! Approved by: re(kensmith) Revision Changes Path 1.17.2.1 +2 -2 src/contrib/gcc/config/freebsd-spec.h 1.209.2.1 +1 -1 src/sys/sys/param.h From owner-cvs-all@FreeBSD.ORG Mon Aug 23 03:32:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 735BE16A4CF; Mon, 23 Aug 2004 03:32:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C41743D53; Mon, 23 Aug 2004 03:32:28 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N3WStE056482; Mon, 23 Aug 2004 03:32:28 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N3WSQe056481; Mon, 23 Aug 2004 03:32:28 GMT (envelope-from marcus) Message-Id: <200408230332.i7N3WSQe056481@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 23 Aug 2004 03:32:28 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/gnome gnome_upgrade.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 03:32:28 -0000 marcus 2004-08-23 03:32:28 UTC FreeBSD doc repository Modified files: en/gnome gnome_upgrade.sh Log: Add 5.3 and 6.0 to the list of supported platforms. Revision Changes Path 1.6 +1 -1 www/en/gnome/gnome_upgrade.sh From owner-cvs-all@FreeBSD.ORG Mon Aug 23 03:38:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F37F16A4CE; Mon, 23 Aug 2004 03:38:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0103F43D1D; Mon, 23 Aug 2004 03:38:22 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N3cLTX056641; Mon, 23 Aug 2004 03:38:21 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N3cLQM056640; Mon, 23 Aug 2004 03:38:21 GMT (envelope-from imp) Message-Id: <200408230338.i7N3cLQM056640@repoman.freebsd.org> From: Warner Losh Date: Mon, 23 Aug 2004 03:38:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/ipfw Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 03:38:22 -0000 imp 2004-08-23 03:38:21 UTC FreeBSD src repository Modified files: sys/modules/ipfw Makefile Log: Make this compile again in the standalone and the MODULES_WITH_WORLD environments. Chances are good that this doesn't produce a good module, but I leave the proper defaults to the dummy opt_* files to the author. Revision Changes Path 1.18 +5 -1 src/sys/modules/ipfw/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 23 03:44:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CE8616A4CE; Mon, 23 Aug 2004 03:44:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33A0143D2F; Mon, 23 Aug 2004 03:44:46 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N3ikld056827; Mon, 23 Aug 2004 03:44:46 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N3ikjO056826; Mon, 23 Aug 2004 03:44:46 GMT (envelope-from marcus) Message-Id: <200408230344.i7N3ikjO056826@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 23 Aug 2004 03:44:46 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/gnome gnome_upgrade.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 03:44:46 -0000 marcus 2004-08-23 03:44:46 UTC FreeBSD doc repository Modified files: en/gnome gnome_upgrade.sh Log: FreeBSD 6.X has the same perl-5* external dependency as 5.X. Revision Changes Path 1.7 +1 -0 www/en/gnome/gnome_upgrade.sh From owner-cvs-all@FreeBSD.ORG Mon Aug 23 04:26:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B01E516A4CE; Mon, 23 Aug 2004 04:26:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A693843D39; Mon, 23 Aug 2004 04:26:55 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N4Qt4f057898; Mon, 23 Aug 2004 04:26:55 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N4Qthb057897; Mon, 23 Aug 2004 04:26:55 GMT (envelope-from marcel) Message-Id: <200408230426.i7N4Qthb057897@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 23 Aug 2004 04:26:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/boot/alpha Makefile.incsrc/sys/boot/alpha/common Makefile.common ldscript src/sys/boot/ficl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 04:26:55 -0000 marcel 2004-08-23 04:26:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/boot/alpha Makefile.inc sys/boot/alpha/common Makefile.common sys/boot/ficl Makefile Added files: (Branch: RELENG_5) sys/boot/alpha/common ldscript Log: MFC of alpha boot fixes for binutils 2.15 and gcc-3.4.2. Revisions: alpha/Makefile.inc 1.10 alpha/common/Makefile.common 1.19 alpha/common/ldscript 1.1 ficl/Makefile 1.38 Approved by: re (kensmith) Revision Changes Path 1.9.2.1 +1 -1 src/sys/boot/alpha/Makefile.inc 1.18.2.1 +1 -1 src/sys/boot/alpha/common/Makefile.common 1.1.2.1 +201 -0 src/sys/boot/alpha/common/ldscript (new) 1.37.2.1 +1 -1 src/sys/boot/ficl/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 23 04:28:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9958916A4CE; Mon, 23 Aug 2004 04:28:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79C5943D45; Mon, 23 Aug 2004 04:28:05 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N4S5Ws057945; Mon, 23 Aug 2004 04:28:05 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N4S5rD057944; Mon, 23 Aug 2004 04:28:05 GMT (envelope-from obrien) Message-Id: <200408230428.i7N4S5rD057944@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 23 Aug 2004 04:28:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/gdb6 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 04:28:05 -0000 obrien 2004-08-23 04:28:05 UTC FreeBSD ports repository Modified files: devel/gdb6 Makefile Log: Now fetchable. Revision Changes Path 1.38 +0 -2 ports/devel/gdb6/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 23 04:30:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E072D16A4CE; Mon, 23 Aug 2004 04:30:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0E8343D1F; Mon, 23 Aug 2004 04:30:04 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N4U4Rp058001; Mon, 23 Aug 2004 04:30:04 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N4U4U8058000; Mon, 23 Aug 2004 04:30:04 GMT (envelope-from obrien) Message-Id: <200408230430.i7N4U4U8058000@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 23 Aug 2004 04:30:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/shells/bash2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 04:30:05 -0000 obrien 2004-08-23 04:30:04 UTC FreeBSD ports repository Modified files: shells/bash2 Makefile Log: Add the 'DEBUG' build option. Revision Changes Path 1.71 +3 -0 ports/shells/bash2/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 23 04:30:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 145A116A4CE; Mon, 23 Aug 2004 04:30:48 +0000 (GMT) Received: from electra.cse.Buffalo.EDU (electra.cse.Buffalo.EDU [128.205.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B678E43D1D; Mon, 23 Aug 2004 04:30:47 +0000 (GMT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from electra.cse.Buffalo.EDU (kensmith@localhost [127.0.0.1]) i7N4UlTH016733; Mon, 23 Aug 2004 00:30:47 -0400 (EDT) Received: (from kensmith@localhost) by electra.cse.Buffalo.EDU (8.12.10/8.12.9/Submit) id i7N4UlQf016732; Mon, 23 Aug 2004 00:30:47 -0400 (EDT) Date: Mon, 23 Aug 2004 00:30:46 -0400 From: Ken Smith To: Colin Percival Message-ID: <20040823043046.GE15251@electra.cse.Buffalo.EDU> References: <200408221944.i7MJiOYg041995@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408221944.i7MJiOYg041995@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/md md.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 04:30:48 -0000 On Sun, Aug 22, 2004 at 07:44:24PM +0000, Colin Percival wrote: > cperciva 2004-08-22 19:44:24 UTC > > FreeBSD src repository > > Modified files: > sys/dev/md md.c > Log: > When creating a new md, wait for geom's event queue to become empty > before returning. Device nodes are created via the "taste" mechanism, > so this is necessary in order to make sure that devfs entries are > created before mdconfig(8) returns. > > This may be a MFC candidate for 5.3. > > Suggested by: phk > > Revision Changes Path > 1.128 +1 -0 src/sys/dev/md/md.c Thanks!!!! -- Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | From owner-cvs-all@FreeBSD.ORG Mon Aug 23 04:31:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65B1316A4CE; Mon, 23 Aug 2004 04:31:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4732C43D3F; Mon, 23 Aug 2004 04:31:07 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N4V7Ck058112; Mon, 23 Aug 2004 04:31:07 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N4V7We058111; Mon, 23 Aug 2004 04:31:07 GMT (envelope-from obrien) Message-Id: <200408230431.i7N4V7We058111@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 23 Aug 2004 04:31:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/shells/bash2/files patch-config-bot.h patch-shmbutil.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 04:31:07 -0000 obrien 2004-08-23 04:31:07 UTC FreeBSD ports repository Removed files: shells/bash2/files patch-config-bot.h patch-shmbutil.h Log: We now have the C99 wide/multibyte character functions bash needs. PR: 69652 Submitted by: tjr Revision Changes Path 1.2 +0 -13 ports/shells/bash2/files/patch-config-bot.h (dead) 1.2 +0 -13 ports/shells/bash2/files/patch-shmbutil.h (dead) From owner-cvs-all@FreeBSD.ORG Mon Aug 23 05:11:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4527B16A4CF; Mon, 23 Aug 2004 05:11:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24A4043D2F; Mon, 23 Aug 2004 05:11:05 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N5B5cl059128; Mon, 23 Aug 2004 05:11:05 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N5B4q3059119; Mon, 23 Aug 2004 05:11:04 GMT (envelope-from krion) Message-Id: <200408230511.i7N5B4q3059119@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 23 Aug 2004 05:11:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/bogofilter Makefile distinfo ports/mail/bogofilter/files ChangeLog.port X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 05:11:05 -0000 krion 2004-08-23 05:11:04 UTC FreeBSD ports repository Modified files: mail/bogofilter Makefile distinfo mail/bogofilter/files ChangeLog.port Log: Update to 0.92.6 PR: ports/70840 Submitted by: maintainer Revision Changes Path 1.46 +1 -1 ports/mail/bogofilter/Makefile 1.36 +2 -2 ports/mail/bogofilter/distinfo 1.5 +3 -0 ports/mail/bogofilter/files/ChangeLog.port From owner-cvs-all@FreeBSD.ORG Mon Aug 23 05:11:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2AD216A4CE; Mon, 23 Aug 2004 05:11:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93E7F43D1F; Mon, 23 Aug 2004 05:11:05 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N5B5po059149; Mon, 23 Aug 2004 05:11:05 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N5B5bt059148; Mon, 23 Aug 2004 05:11:05 GMT (envelope-from njl) Message-Id: <200408230511.i7N5B5bt059148@repoman.freebsd.org> From: Nate Lawson Date: Mon, 23 Aug 2004 05:11:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/fdc fdc_isa.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 05:11:05 -0000 njl 2004-08-23 05:11:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/fdc fdc_isa.c Log: MFC rev 1.11: Remove too-strict register offset check. Approved by: re (kensmith) Revision Changes Path 1.9.2.1 +0 -4 src/sys/dev/fdc/fdc_isa.c From owner-cvs-all@FreeBSD.ORG Mon Aug 23 05:12:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F00216A4CE; Mon, 23 Aug 2004 05:12:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DF5243D55; Mon, 23 Aug 2004 05:12:36 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N5CaTG059198; Mon, 23 Aug 2004 05:12:36 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N5CaRM059197; Mon, 23 Aug 2004 05:12:36 GMT (envelope-from njl) Message-Id: <200408230512.i7N5CaRM059197@repoman.freebsd.org> From: Nate Lawson Date: Mon, 23 Aug 2004 05:12:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/kern subr_rman.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 05:12:36 -0000 njl 2004-08-23 05:12:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern subr_rman.c Log: MFC rev 1.36,1.37: Add debugging print to rman_manage_region(). Approved by: re (kensmith) Revision Changes Path 1.35.2.1 +2 -0 src/sys/kern/subr_rman.c From owner-cvs-all@FreeBSD.ORG Mon Aug 23 05:14:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A19B716A4CE; Mon, 23 Aug 2004 05:14:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F26143D46; Mon, 23 Aug 2004 05:14:18 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N5EIAY059249; Mon, 23 Aug 2004 05:14:18 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N5EIVM059248; Mon, 23 Aug 2004 05:14:18 GMT (envelope-from njl) Message-Id: <200408230514.i7N5EIVM059248@repoman.freebsd.org> From: Nate Lawson Date: Mon, 23 Aug 2004 05:14:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/i386/acpica acpi_wakeup.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 05:14:18 -0000 njl 2004-08-23 05:14:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/i386/acpica acpi_wakeup.c Log: MFC rev 1.38: Disable irqs after pmap_enter(). Approved by: re (kensmith) Revision Changes Path 1.37.2.1 +1 -1 src/sys/i386/acpica/acpi_wakeup.c From owner-cvs-all@FreeBSD.ORG Mon Aug 23 05:23:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27A3F16A4CE; Mon, 23 Aug 2004 05:23:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0879B43D53; Mon, 23 Aug 2004 05:23:17 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N5NGoM059507; Mon, 23 Aug 2004 05:23:16 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N5NGV2059506; Mon, 23 Aug 2004 05:23:16 GMT (envelope-from imp) Message-Id: <200408230523.i7N5NGV2059506@repoman.freebsd.org> From: Warner Losh Date: Mon, 23 Aug 2004 05:23:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/pci agp_sis.c agp_via.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 05:23:17 -0000 imp 2004-08-23 05:23:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/pci agp_sis.c agp_via.c Log: ifndef PC98 the opt_agp.h files, per extensive discussions with nyan-san, obrien, rwatson, and scottl. Approved by: re Revision Changes Path 1.14.2.1 +2 -0 src/sys/pci/agp_sis.c 1.18.2.1 +2 -0 src/sys/pci/agp_via.c From owner-cvs-all@FreeBSD.ORG Mon Aug 23 05:43:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66A0C16A4CE; Mon, 23 Aug 2004 05:43:11 +0000 (GMT) Received: from ylpvm43.prodigy.net (ylpvm43-ext.prodigy.net [207.115.57.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 280C543D2D; Mon, 23 Aug 2004 05:43:11 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-67-115-74-195.dsl.lsan03.pacbell.net [67.115.74.195]) i7N5hEnA000420; Mon, 23 Aug 2004 01:43:14 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 562275127B; Sun, 22 Aug 2004 22:43:09 -0700 (PDT) Date: Sun, 22 Aug 2004 22:43:09 -0700 From: Kris Kennaway To: "David E. O'Brien" Message-ID: <20040823054308.GA76159@xor.obsecurity.org> References: <200408230428.i7N4S5rD057944@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MGYHOYXEY6WxJCY8" Content-Disposition: inline In-Reply-To: <200408230428.i7N4S5rD057944@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/gdb6 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 05:43:11 -0000 --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 23, 2004 at 04:28:05AM +0000, David E. O'Brien wrote: > obrien 2004-08-23 04:28:05 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > devel/gdb6 Makefile=20 > Log: > Now fetchable. Are you sure? It doesn't seem to be fetchable here. Kris --MGYHOYXEY6WxJCY8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBKYPsWry0BWjoQKURAgP4AJwJWYdGOjt+Pn2M1bTkcQ7OuEcI8gCg3SqC qSOkr6KS9zSsLv/fcgh1NjM= =Hgu/ -----END PGP SIGNATURE----- --MGYHOYXEY6WxJCY8-- From owner-cvs-all@FreeBSD.ORG Mon Aug 23 05:53:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A89AC16A4CE; Mon, 23 Aug 2004 05:53:05 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C68143D2D; Mon, 23 Aug 2004 05:53:05 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.13.1/8.12.11) with ESMTP id i7N5r5WD097085; Sun, 22 Aug 2004 22:53:05 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i7N5r37V097084; Sun, 22 Aug 2004 22:53:03 -0700 (PDT) (envelope-from obrien) Date: Sun, 22 Aug 2004 22:53:02 -0700 From: "David O'Brien" To: Kris Kennaway Message-ID: <20040823055302.GC71991@dragon.nuxi.com> References: <200408230428.i7N4S5rD057944@repoman.freebsd.org> <20040823054308.GA76159@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040823054308.GA76159@xor.obsecurity.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/gdb6 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@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, 23 Aug 2004 05:53:05 -0000 On Sun, Aug 22, 2004 at 10:43:09PM -0700, Kris Kennaway wrote: > On Mon, Aug 23, 2004 at 04:28:05AM +0000, David E. O'Brien wrote: > > obrien 2004-08-23 04:28:05 UTC > > > > FreeBSD ports repository > > > > Modified files: > > devel/gdb6 Makefile > > Log: > > Now fetchable. > > Are you sure? It doesn't seem to be fetchable here. Its in ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR=obrien. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Mon Aug 23 06:10:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4978E16A4CE; Mon, 23 Aug 2004 06:10:45 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11DB443D41; Mon, 23 Aug 2004 06:10:45 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.41 (FreeBSD)) id 1Bz82M-0003xh-AH; Mon, 23 Aug 2004 08:10:34 +0200 Date: Mon, 23 Aug 2004 08:10:34 +0200 From: Kirill Ponomarew To: David O'Brien Message-ID: <20040823061034.GA14637@voodoo.oberon.net> References: <200408230428.i7N4S5rD057944@repoman.freebsd.org> <20040823054308.GA76159@xor.obsecurity.org> <20040823055302.GC71991@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="n8g4imXOkfNTN/H1" Content-Disposition: inline In-Reply-To: <20040823055302.GC71991@dragon.nuxi.com> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Kris Kennaway Subject: Re: cvs commit: ports/devel/gdb6 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 06:10:45 -0000 --n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Sun, Aug 22, 2004 at 10:53:02PM -0700, David O'Brien wrote: > On Sun, Aug 22, 2004 at 10:43:09PM -0700, Kris Kennaway wrote: > > On Mon, Aug 23, 2004 at 04:28:05AM +0000, David E. O'Brien wrote: > > > obrien 2004-08-23 04:28:05 UTC > > >=20 > > > FreeBSD ports repository > > >=20 > > > Modified files: > > > devel/gdb6 Makefile=20 > > > Log: > > > Now fetchable. > >=20 > > Are you sure? It doesn't seem to be fetchable here. >=20 > Its in ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR=3Dobrien. Hmm, doesn't seem so. -Kirill --n8g4imXOkfNTN/H1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBKYpaQC1G6a60JuURAk2YAJ9w6WcyexQ8NZ11XzTk2ZLmnnWSEACg04rj QRHwzazNvCnTa2OU2MCBiJc= =yCGd -----END PGP SIGNATURE----- --n8g4imXOkfNTN/H1-- From owner-cvs-all@FreeBSD.ORG Mon Aug 23 06:11:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC9D816A4CE; Mon, 23 Aug 2004 06:11:06 +0000 (GMT) Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D05743D1F; Mon, 23 Aug 2004 06:11:06 +0000 (GMT) (envelope-from des@des.no) Received: from dwp.des.no (37.80-203-228.nextgentel.com [80.203.228.37]) by mail.broadpark.no (Postfix) with ESMTP id 0644C5819; Mon, 23 Aug 2004 08:11:42 +0200 (MEST) Received: by dwp.des.no (Postfix, from userid 2602) id 61589B873; Mon, 23 Aug 2004 08:11:05 +0200 (CEST) To: Doug Barton References: <200408161152.i7GBqMlq084661@repoman.freebsd.org> <6.1.0.6.1.20040816045454.02a34168@popserver.sfu.ca> <4128F90D.8080506@DougBarton.net> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Mon, 23 Aug 2004 08:11:05 +0200 In-Reply-To: <4128F90D.8080506@DougBarton.net> (Doug Barton's message of "Sun, 22 Aug 2004 12:50:37 -0700") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Colin Percival cc: Colin Percival Subject: Re: cvs commit: src/etc services X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 06:11:06 -0000 Doug Barton writes: > Finally, the solution that has most often been discussed for improving > the performance of getservbyname() and friends is a Berkeley db > implementation similar to the way login.conf is done now. It should be pretty simple to extend getservbyname() to use a db file if one is available and fall back on the text file otherwise. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Mon Aug 23 06:12:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DFC216A4CE; Mon, 23 Aug 2004 06:12:07 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25FE543D31; Mon, 23 Aug 2004 06:12:07 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.41 (FreeBSD)) id 1Bz83g-0003ya-E5; Mon, 23 Aug 2004 08:11:56 +0200 Date: Mon, 23 Aug 2004 08:11:56 +0200 From: Kirill Ponomarew To: David O'Brien Message-ID: <20040823061156.GB14637@voodoo.oberon.net> References: <200408230428.i7N4S5rD057944@repoman.freebsd.org> <20040823054308.GA76159@xor.obsecurity.org> <20040823055302.GC71991@dragon.nuxi.com> <20040823061034.GA14637@voodoo.oberon.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dc+cDN39EJAMEtIO" Content-Disposition: inline In-Reply-To: <20040823061034.GA14637@voodoo.oberon.net> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Kris Kennaway Subject: Re: cvs commit: ports/devel/gdb6 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 06:12:07 -0000 --dc+cDN39EJAMEtIO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Mon, Aug 23, 2004 at 08:10:34AM +0200, Kirill Ponomarew wrote: > > > Are you sure? It doesn't seem to be fetchable here. > >=20 > > Its in ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR=3Dobrien. >=20 > Hmm, doesn't seem so. How long does it need to be available for the rest of the world ? -Kirill --dc+cDN39EJAMEtIO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBKYqsQC1G6a60JuURApYvAJ9yxcs8N8W5kUd6/VxKrGJumfH1CwCgsgX5 MwS7QShAxX7Wjb5ipnFIDVs= =7J6a -----END PGP SIGNATURE----- --dc+cDN39EJAMEtIO-- From owner-cvs-all@FreeBSD.ORG Mon Aug 23 06:13:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E7AB16A4CE; Mon, 23 Aug 2004 06:13:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12AFE43D31; Mon, 23 Aug 2004 06:13:13 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N6DCDR060817; Mon, 23 Aug 2004 06:13:12 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N6DC8J060816; Mon, 23 Aug 2004 06:13:12 GMT (envelope-from ijliao) Message-Id: <200408230613.i7N6DC8J060816@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 23 Aug 2004 06:13:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/py-bison Makefile distinfo pkg-descr pkg-plist ports/devel/py-bison/files patch-setup.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 06:13:13 -0000 ijliao 2004-08-23 06:13:12 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-bison Makefile distinfo pkg-descr pkg-plist devel/py-bison/files patch-setup.py Log: add py-bison 0.1.8 Python-based parsing at the speed of C Revision Changes Path 1.1683 +1 -0 ports/devel/Makefile 1.1 +46 -0 ports/devel/py-bison/Makefile (new) 1.1 +2 -0 ports/devel/py-bison/distinfo (new) 1.1 +19 -0 ports/devel/py-bison/files/patch-setup.py (new) 1.1 +24 -0 ports/devel/py-bison/pkg-descr (new) 1.1 +5 -0 ports/devel/py-bison/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 23 06:13:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EF7216A4CE; Mon, 23 Aug 2004 06:13:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EF3143D1D; Mon, 23 Aug 2004 06:13:26 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N6DQlQ060867; Mon, 23 Aug 2004 06:13:26 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N6DQHF060866; Mon, 23 Aug 2004 06:13:26 GMT (envelope-from ijliao) Message-Id: <200408230613.i7N6DQHF060866@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 23 Aug 2004 06:13:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 06:13:26 -0000 ijliao 2004-08-23 06:13:26 UTC FreeBSD ports repository Modified files: . modules Log: py-bison --> ports/devel/py-bison Revision Changes Path 1.10959 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Aug 23 06:23:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B993816A4D5; Mon, 23 Aug 2004 06:23:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6656F43D41; Mon, 23 Aug 2004 06:23:17 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N6NHed061123; Mon, 23 Aug 2004 06:23:17 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N6NHCT061122; Mon, 23 Aug 2004 06:23:17 GMT (envelope-from pjd) Message-Id: <200408230623.i7N6NHCT061122@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 23 Aug 2004 06:23:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/geom/core geom.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 06:23:17 -0000 pjd 2004-08-23 06:23:17 UTC FreeBSD src repository Modified files: sbin/geom/core geom.8 Log: Add missing GEOM classes, which are aware of geom(8). Submitted by: kuriyama Revision Changes Path 1.7 +6 -0 src/sbin/geom/core/geom.8 From owner-cvs-all@FreeBSD.ORG Mon Aug 23 06:34:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F7C616A4CE; Mon, 23 Aug 2004 06:34:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0534143D55; Mon, 23 Aug 2004 06:34:49 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N6YmCF061412; Mon, 23 Aug 2004 06:34:48 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N6YmKK061411; Mon, 23 Aug 2004 06:34:48 GMT (envelope-from obrien) Message-Id: <200408230634.i7N6YmKK061411@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 23 Aug 2004 06:34:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/gdb6 Makefile distinfo ports/devel/gdb6/files freebsd-uthread.c kvm-fbsd-amd64.h kvm-fbsd-i386.h kvm-fbsd-sparc64.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 06:34:49 -0000 obrien 2004-08-23 06:34:48 UTC FreeBSD ports repository Modified files: devel/gdb6 Makefile distinfo devel/gdb6/files freebsd-uthread.c kvm-fbsd-amd64.h kvm-fbsd-i386.h kvm-fbsd-sparc64.h Log: Update to the 2004-08-03 snapshot. Revision Changes Path 1.39 +1 -1 ports/devel/gdb6/Makefile 1.24 +2 -2 ports/devel/gdb6/distinfo 1.3 +3 -3 ports/devel/gdb6/files/freebsd-uthread.c 1.2 +8 -8 ports/devel/gdb6/files/kvm-fbsd-amd64.h 1.2 +10 -10 ports/devel/gdb6/files/kvm-fbsd-i386.h 1.2 +5 -5 ports/devel/gdb6/files/kvm-fbsd-sparc64.h From owner-cvs-all@FreeBSD.ORG Mon Aug 23 06:36:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CCBB16A4CE; Mon, 23 Aug 2004 06:36:33 +0000 (GMT) Received: from ylpvm43.prodigy.net (ylpvm43-ext.prodigy.net [207.115.57.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id C08B143D2D; Mon, 23 Aug 2004 06:36:32 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-67-115-74-195.dsl.lsan03.pacbell.net [67.115.74.195]) i7N6aZnA029800; Mon, 23 Aug 2004 02:36:36 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 220A352917; Sun, 22 Aug 2004 23:36:31 -0700 (PDT) Date: Sun, 22 Aug 2004 23:36:30 -0700 From: Kris Kennaway To: Kirill Ponomarew Message-ID: <20040823063630.GC76159@xor.obsecurity.org> References: <200408230428.i7N4S5rD057944@repoman.freebsd.org> <20040823054308.GA76159@xor.obsecurity.org> <20040823055302.GC71991@dragon.nuxi.com> <20040823061034.GA14637@voodoo.oberon.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZmUaFz6apKcXQszQ" Content-Disposition: inline In-Reply-To: <20040823061034.GA14637@voodoo.oberon.net> User-Agent: Mutt/1.4.2.1i cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: David O'Brien cc: Kris Kennaway Subject: Re: cvs commit: ports/devel/gdb6 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 06:36:33 -0000 --ZmUaFz6apKcXQszQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 23, 2004 at 08:10:34AM +0200, Kirill Ponomarew wrote: > Hi, >=20 > On Sun, Aug 22, 2004 at 10:53:02PM -0700, David O'Brien wrote: > > On Sun, Aug 22, 2004 at 10:43:09PM -0700, Kris Kennaway wrote: > > > On Mon, Aug 23, 2004 at 04:28:05AM +0000, David E. O'Brien wrote: > > > > obrien 2004-08-23 04:28:05 UTC > > > >=20 > > > > FreeBSD ports repository > > > >=20 > > > > Modified files: > > > > devel/gdb6 Makefile=20 > > > > Log: > > > > Now fetchable. > > >=20 > > > Are you sure? It doesn't seem to be fetchable here. > >=20 > > Its in ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR=3Dobrien. >=20 > Hmm, doesn't seem so. Perhaps it's either yet to propagate out, or the permissions are wrong on freefall. Kris --ZmUaFz6apKcXQszQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBKZBuWry0BWjoQKURAt7ZAJwM1bMXeiS20km3QXkNyvlj6BbZCQCgldml yA8B1u/lYMnkcKOwzgeeRT4= =1Hxn -----END PGP SIGNATURE----- --ZmUaFz6apKcXQszQ-- From owner-cvs-all@FreeBSD.ORG Mon Aug 23 06:42:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A332316A4CE; Mon, 23 Aug 2004 06:42:52 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83C3A43D2D; Mon, 23 Aug 2004 06:42:52 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.13.1/8.12.11) with ESMTP id i7N6gpQO079489; Sun, 22 Aug 2004 23:42:51 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i7N6gnN7079365; Sun, 22 Aug 2004 23:42:49 -0700 (PDT) (envelope-from obrien) Date: Sun, 22 Aug 2004 23:42:49 -0700 From: "David O'Brien" To: Kirill Ponomarew Message-ID: <20040823064249.GB45397@dragon.nuxi.com> References: <200408230428.i7N4S5rD057944@repoman.freebsd.org> <20040823054308.GA76159@xor.obsecurity.org> <20040823055302.GC71991@dragon.nuxi.com> <20040823061034.GA14637@voodoo.oberon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040823061034.GA14637@voodoo.oberon.net> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Kris Kennaway Subject: Re: cvs commit: ports/devel/gdb6 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@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, 23 Aug 2004 06:42:52 -0000 On Mon, Aug 23, 2004 at 08:10:34AM +0200, Kirill Ponomarew wrote: > On Sun, Aug 22, 2004 at 10:53:02PM -0700, David O'Brien wrote: > > On Sun, Aug 22, 2004 at 10:43:09PM -0700, Kris Kennaway wrote: > > > On Mon, Aug 23, 2004 at 04:28:05AM +0000, David E. O'Brien wrote: > > > > obrien 2004-08-23 04:28:05 UTC > > > > > > > > FreeBSD ports repository > > > > > > > > Modified files: > > > > devel/gdb6 Makefile > > > > Log: > > > > Now fetchable. > > > > > > Are you sure? It doesn't seem to be fetchable here. > > > > Its in ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR=obrien. > Hmm, doesn't seem so. freefall:~> ls -l /home/obrien/public_distfiles/gdb+dejagnu-weekly-20040720.tar.b> -rw-r--r-- 2 obrien wheel 16886482 Jul 20 01:55 /home/obrien/public_distfiles/gdb+dejagnu-weekly-20040720.tar.bz2 -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Mon Aug 23 06:44:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B16D16A4CF; Mon, 23 Aug 2004 06:44:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5345943D4C; Mon, 23 Aug 2004 06:44:31 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N6iV4e061707; Mon, 23 Aug 2004 06:44:31 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N6iVKx061706; Mon, 23 Aug 2004 06:44:31 GMT (envelope-from murray) Message-Id: <200408230644.i7N6iVKx061706@repoman.freebsd.org> From: Murray Stokely Date: Mon, 23 Aug 2004 06:44:31 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/security chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 06:44:31 -0000 murray 2004-08-23 06:44:31 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/security chapter.sgml Log: Add a few tags around KerberosIV inside titles. Previously, Kerberos5 was printed in bold in the table of contents while KerberosIV was not. Revision Changes Path 1.215 +2 -2 doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Aug 23 07:03:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1931416A4CE; Mon, 23 Aug 2004 07:03:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECEC543D31; Mon, 23 Aug 2004 07:03:40 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N73eON062239; Mon, 23 Aug 2004 07:03:40 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N73eXk062238; Mon, 23 Aug 2004 07:03:40 GMT (envelope-from obrien) Message-Id: <200408230703.i7N73eXk062238@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 23 Aug 2004 07:03:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 07:03:41 -0000 obrien 2004-08-23 07:03:40 UTC FreeBSD ports repository Modified files: . MOVED Log: Add ftp/lukemftpd Revision Changes Path 1.512 +2 -1 ports/MOVED From owner-cvs-all@FreeBSD.ORG Mon Aug 23 07:04:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C38F16A4D0; Mon, 23 Aug 2004 07:04:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9C5E43D5D; Mon, 23 Aug 2004 07:04:03 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N7430W062281; Mon, 23 Aug 2004 07:04:03 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N743rG062280; Mon, 23 Aug 2004 07:04:03 GMT (envelope-from kuriyama) Message-Id: <200408230704.i7N743rG062280@repoman.freebsd.org> From: Jun Kuriyama Date: Mon, 23 Aug 2004 07:04:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Calendar-Simple Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 07:04:04 -0000 kuriyama 2004-08-23 07:04:03 UTC FreeBSD ports repository Modified files: devel/p5-Calendar-Simple Makefile Log: Make Test::Simple dependency optional. Revision Changes Path 1.2 +8 -3 ports/devel/p5-Calendar-Simple/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 23 07:05:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 680EA16A4CE; Mon, 23 Aug 2004 07:05:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4672443D3F; Mon, 23 Aug 2004 07:05:48 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N75mSE062414; Mon, 23 Aug 2004 07:05:48 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N75mtv062413; Mon, 23 Aug 2004 07:05:48 GMT (envelope-from obrien) Message-Id: <200408230705.i7N75mtv062413@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 23 Aug 2004 07:05:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/lsof Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 07:05:48 -0000 obrien 2004-08-23 07:05:48 UTC FreeBSD ports repository Modified files: sysutils/lsof Makefile distinfo Log: Update to a snap release that allows building on 6-CURRENT and 5-"STABLE". Revision Changes Path 1.134 +2 -2 ports/sysutils/lsof/Makefile 1.107 +2 -2 ports/sysutils/lsof/distinfo From owner-cvs-all@FreeBSD.ORG Mon Aug 23 07:08:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A8A116A4CE; Mon, 23 Aug 2004 07:08:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AA5C43D45; Mon, 23 Aug 2004 07:08:08 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N788nB062562; Mon, 23 Aug 2004 07:08:08 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N788uJ062561; Mon, 23 Aug 2004 07:08:08 GMT (envelope-from linimon) Message-Id: <200408230708.i7N788uJ062561@repoman.freebsd.org> From: Mark Linimon Date: Mon, 23 Aug 2004 07:08:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/rtcw Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 07:08:08 -0000 linimon 2004-08-23 07:08:08 UTC FreeBSD ports repository Modified files: games/rtcw Makefile Log: Fix fetch. Maintainer timeout. PR: ports/69514 Revision Changes Path 1.8 +1 -5 ports/games/rtcw/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 23 07:13:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9E9F16A4CE; Mon, 23 Aug 2004 07:13:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A99DD43D39; Mon, 23 Aug 2004 07:13:51 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N7DpdM062831; Mon, 23 Aug 2004 07:13:51 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N7DpIX062830; Mon, 23 Aug 2004 07:13:51 GMT (envelope-from obrien) Message-Id: <200408230713.i7N7DpIX062830@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 23 Aug 2004 07:13:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/gnu/usr.bin/binutils/gdb Makefilesrc/gnu/usr.bin/cc Makefile.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 07:13:51 -0000 obrien 2004-08-23 07:13:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) gnu/usr.bin/binutils/gdb Makefile gnu/usr.bin/cc Makefile.inc Log: Set vendor to a non-fun, but non-controversial one for the release. Approved by: re(kensmith) Revision Changes Path 1.81.2.1 +2 -2 src/gnu/usr.bin/binutils/gdb/Makefile 1.63.8.1 +1 -1 src/gnu/usr.bin/cc/Makefile.inc From owner-cvs-all@FreeBSD.ORG Mon Aug 23 07:36:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A602816A4CE; Mon, 23 Aug 2004 07:36:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 854F843D45; Mon, 23 Aug 2004 07:36:54 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N7asWH063632; Mon, 23 Aug 2004 07:36:54 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N7asaa063631; Mon, 23 Aug 2004 07:36:54 GMT (envelope-from linimon) Message-Id: <200408230736.i7N7asaa063631@repoman.freebsd.org> From: Mark Linimon Date: Mon, 23 Aug 2004 07:36:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mbone/imm/files patch-src::utils.cports/mbone/imm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 07:36:54 -0000 linimon 2004-08-23 07:36:54 UTC FreeBSD ports repository Modified files: mbone/imm Makefile Added files: mbone/imm/files patch-src::utils.c Log: Fix build on 5.x. PR: ports/69091 Submitted by: Samy Al Bahra Approved by: maintainer timeout (1 month) Revision Changes Path 1.28 +0 -4 ports/mbone/imm/Makefile 1.1 +200 -0 ports/mbone/imm/files/patch-src::utils.c (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 23 07:40:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A3C416A4CE; Mon, 23 Aug 2004 07:40:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D5AD43D5C; Mon, 23 Aug 2004 07:40:42 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N7efEI063848; Mon, 23 Aug 2004 07:40:41 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N7efMj063847; Mon, 23 Aug 2004 07:40:41 GMT (envelope-from ijliao) Message-Id: <200408230740.i7N7efMj063847@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 23 Aug 2004 07:40:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/flu Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 07:40:42 -0000 ijliao 2004-08-23 07:40:41 UTC FreeBSD ports repository Modified files: x11-toolkits Makefile Added files: x11-toolkits/flu Makefile distinfo pkg-descr Log: add flu 2.13 A small collection of FLTK Widgets Revision Changes Path 1.335 +1 -0 ports/x11-toolkits/Makefile 1.1 +55 -0 ports/x11-toolkits/flu/Makefile (new) 1.1 +2 -0 ports/x11-toolkits/flu/distinfo (new) 1.1 +3 -0 ports/x11-toolkits/flu/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 23 07:40:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B96FC16A4CE; Mon, 23 Aug 2004 07:40:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 987FC43D46; Mon, 23 Aug 2004 07:40:58 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N7ewYA063899; Mon, 23 Aug 2004 07:40:58 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N7ewAe063898; Mon, 23 Aug 2004 07:40:58 GMT (envelope-from ijliao) Message-Id: <200408230740.i7N7ewAe063898@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 23 Aug 2004 07:40:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 07:40:58 -0000 ijliao 2004-08-23 07:40:58 UTC FreeBSD ports repository Modified files: . modules Log: flu --> ports/x11-toolkits/flu Revision Changes Path 1.10960 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Aug 23 07:46:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 916D816A4CE; Mon, 23 Aug 2004 07:46:01 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC8E243D3F; Mon, 23 Aug 2004 07:45:58 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i7N7jsA2012171 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 23 Aug 2004 10:45:55 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id i7N7jvjo059798; Mon, 23 Aug 2004 10:45:57 +0300 (EEST) (envelope-from ru) Date: Mon, 23 Aug 2004 10:45:53 +0300 From: Ruslan Ermilov To: "David E. O'Brien" Message-ID: <20040823074553.GH59140@ip.net.ua> References: <200408230713.i7N7DpIX062830@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="I/5syFLg1Ed7r+1G" Content-Disposition: inline In-Reply-To: <200408230713.i7N7DpIX062830@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile src/gnu/usr.bin/cc Makefile.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 07:46:01 -0000 --I/5syFLg1Ed7r+1G Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 23, 2004 at 07:13:51AM +0000, David E. O'Brien wrote: > obrien 2004-08-23 07:13:51 UTC >=20 > FreeBSD src repository >=20 > Modified files: (Branch: RELENG_5) > gnu/usr.bin/binutils/gdb Makefile=20 > gnu/usr.bin/cc Makefile.inc=20 > Log: > Set vendor to a non-fun, but non-controversial one for the release. > =20 > Approved by: re(kensmith) > =20 > Revision Changes Path > 1.81.2.1 +2 -2 src/gnu/usr.bin/binutils/gdb/Makefile > 1.63.8.1 +1 -1 src/gnu/usr.bin/cc/Makefile.inc >=20 Will HEAD still stay spinning under my desk? ;) Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --I/5syFLg1Ed7r+1G Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBKaCxqRfpzJluFF4RAq84AJ40QIz6NZwDfUmgLWUlmTY85NFGKgCeOOel 9A0dgJU8sn+ds3Gu9uKInMA= =qKsw -----END PGP SIGNATURE----- --I/5syFLg1Ed7r+1G-- From owner-cvs-all@FreeBSD.ORG Mon Aug 23 07:50:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 216CA16A4CE; Mon, 23 Aug 2004 07:50:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01D3E43D2F; Mon, 23 Aug 2004 07:50:40 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N7odtO064175; Mon, 23 Aug 2004 07:50:39 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N7odJm064174; Mon, 23 Aug 2004 07:50:39 GMT (envelope-from kuriyama) Message-Id: <200408230750.i7N7odJm064174@repoman.freebsd.org> From: Jun Kuriyama Date: Mon, 23 Aug 2004 07:50:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/archivers/p5-Archive-Tar Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 07:50:40 -0000 kuriyama 2004-08-23 07:50:39 UTC FreeBSD ports repository Modified files: archivers/p5-Archive-Tar Makefile Log: Make p5-Test-Simple dependency conditional again which was removed in r1.14 and added with forced-dependency in r1.15. Revision Changes Path 1.16 +4 -2 ports/archivers/p5-Archive-Tar/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 23 07:54:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4BB616A4CE; Mon, 23 Aug 2004 07:54:00 +0000 (GMT) Received: from asterix.rsu.ru (mail.at.rsu.ru [195.208.245.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF53E43D1D; Mon, 23 Aug 2004 07:53:58 +0000 (GMT) (envelope-from bushman@rsu.ru) Received: from [195.208.252.82] (stinger.cc.rsu.ru [195.208.252.82]) by asterix.rsu.ru (8.13.1/8.13.1) with ESMTP id i7N7rfak029032; Mon, 23 Aug 2004 11:53:42 +0400 (MSD) (envelope-from bushman@rsu.ru) From: Michael Bushkov To: DougB@DougBarton.net Content-Type: multipart/mixed; boundary="=-3nsEfv7dxSW/zpQIyhAD" Organization: Rostov State University Message-Id: <1093247765.10372.7.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 23 Aug 2004 11:56:06 +0400 X-Spam-Status: No, hits=-104.8 required=5.0 tests=AWL,BAYES_00, USER_IN_WHITELIST autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on asterix.rsu.ru cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: getserv* functions and lookupd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: bushman@rsu.ru List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 07:54:00 -0000 --=-3nsEfv7dxSW/zpQIyhAD Content-Type: text/plain Content-Transfer-Encoding: 7bit > Finally, the solution that has most often been discussed for improving > the performance of getservbyname() and friends is a Berkeley db > implementation similar to the way login.conf is done now. I'm not sure > a > lookup daemon is justified, and I'd like to see some discussion about > this topic too. > > Thanks, > > Doug > Hello! I think the best way to solve the problems with getserv* functions is to implement them via nsdispatch. It gives us an ability to plug in any appropriate functionality later. I've attached the patch to libc, which does it. It implements nis, files and compat sources. Any other source can be plugged dynamically as nsswitch module. I'll release next lookupd version, which supports getserv* functions in the next 5-6 days. It solves a lot of problems, i think, because of caching. Thanks, Michael --=-3nsEfv7dxSW/zpQIyhAD Content-Disposition: attachment; filename=getserv.patch Content-Type: text/x-patch; name=getserv.patch; charset=KOI8-R Content-Transfer-Encoding: 7bit *** ./initial/getservent.c Wed Jul 14 18:06:32 2004 --- getservent.c Thu Jul 15 13:21:01 2004 *************** *** 29,44 **** --- 29,49 ---- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ + /* + * getserv* functions implementation was adapted to nsswitch model by Michael Bushkov + */ + #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)getservent.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include __FBSDID("$FreeBSD: src/lib/libc/net/getservent.c,v 1.12 2003/02/27 13:40:00 nectar Exp $"); + #include "namespace.h" #include #include #include #include #include *************** *** 46,91 **** #include #ifdef YP #include #include #include - static int serv_stepping_yp = 0; #endif #include "libc_private.h" #define MAXALIASES 35 ! static FILE *servf = NULL; ! static char line[BUFSIZ+1]; ! static struct servent serv; ! static char *serv_aliases[MAXALIASES]; ! int _serv_stayopen; #ifdef YP ! char *___getservbyname_yp = NULL; ! char *___getservbyproto_yp = NULL; ! int ___getservbyport_yp = 0; ! static char *yp_domain = NULL; static int ! _getservbyport_yp(line) ! char *line; { char *result; int resultlen; char buf[YPMAXRECORD + 2]; int rv; ! snprintf(buf, sizeof(buf), "%d/%s", ntohs(___getservbyport_yp), ! ___getservbyproto_yp); ! ___getservbyport_yp = 0; ! ___getservbyproto_yp = NULL; ! if(!yp_domain) { ! if(yp_get_default_domain(&yp_domain)) ! return (0); } /* * We have to be a little flexible here. Ideally you're supposed * to have both a services.byname and a services.byport map, but --- 51,602 ---- #include #ifdef YP #include #include #include #endif + #include + #include + #include + #include #include "libc_private.h" + #include "nss_tls.h" #define MAXALIASES 35 ! /* ! * declarations' beginning ! */ ! #define _SERVENT_UNPACK_AGAIN -1 ! #define _SERVENT_UNPACK_RETURN 0 ! ! static const ns_src defaultsrc[] = { ! { NSSRC_COMPAT, NS_SUCCESS }, ! { 0 } ! }; ! ! ! struct files_state { ! FILE * servf; ! char line[BUFSIZ+1]; ! struct servent serv; ! char *serv_aliases[MAXALIASES]; ! int _serv_stayopen; ! ! int _notfound_block; ! }; ! ! static void files_endstate(void * files_state); ! NSS_TLS_HANDLING(files); ! ! static int _files_setservent(void *, void *, va_list); ! static int _files_endservent(void *, void *, va_list); ! static int _files_getservent(void *, void *, va_list); ! static int _files_getservbyname(void *, void *, va_list); ! static int _files_getservbyport(void *, void *, va_list); ! ! #ifdef YP ! struct nis_state { ! char *yp_domain; ! int serv_stepping_yp; ! ! char *key; ! int keylen; ! ! char line[BUFSIZ+1]; ! struct servent serv; ! char *serv_aliases[MAXALIASES]; ! ! int _notfound_block; ! }; ! ! static void nis_endstate(void * nis_state); ! NSS_TLS_HANDLING(nis); ! ! static int _nis_setservent(void *, void *, va_list); ! static int _nis_endservent(void *, void *, va_list); ! static int _nis_getservent(void *, void *, va_list); ! static int _nis_getservbyname(void *, void *, va_list); ! static int _nis_getservbyport(void *, void *, va_list); ! #endif ! ! /* ! * indicates what source is currently used by compat mode ! */ ! enum compat_condition { ! FILES_STATE = 0 ! #ifdef YP ! , NIS_STATE = 1 ! #endif ! }; ! ! /* ! * compat mode uses existing files_state and nis_state structures, because it ! * should combine files and nis modules functionality ! */ ! struct compat_state { ! struct files_state files_st; ! #ifdef YP ! struct nis_state nis_st; ! #endif ! ! enum compat_condition current_condition; ! }; ! ! static void compat_endstate(void * compat_state); ! NSS_TLS_HANDLING(compat); ! ! static int _compat_setservent(void *, void *, va_list); ! static int _compat_endservent(void *, void *, va_list); ! static int _compat_getservent(void *, void *, va_list); ! static int _compat_getservbyname(void *, void *, va_list); ! static int _compat_getservbyport(void *, void *, va_list); ! ! /* ! * declarations' ending ! */ ! ! /* ! * processes the line, pointed by p and fills the dest structure ! * q is the pointer, which should be kept during one service entry ! * traversal ! */ ! static int ! _servent_unpack(struct servent * dest,char ** serv_aliases, char *p, char *** q) ! { ! char *cp; ! ! if (*p == '#') ! return _SERVENT_UNPACK_AGAIN; ! cp = strpbrk(p, "#\n"); ! if (cp == NULL) ! return _SERVENT_UNPACK_AGAIN; ! *cp = '\0'; ! dest->s_name = p; ! p = strpbrk(p, " \t"); ! if (p == NULL) ! return _SERVENT_UNPACK_AGAIN; ! *p++ = '\0'; ! while (*p == ' ' || *p == '\t') ! p++; ! cp = strpbrk(p, ",/"); ! if (cp == NULL) ! return _SERVENT_UNPACK_AGAIN; ! *cp++ = '\0'; ! dest->s_port = htons((u_short)atoi(p)); ! dest->s_proto = cp; ! *q = dest->s_aliases = serv_aliases; ! cp = strpbrk(cp, " \t"); ! if (cp != NULL) ! *cp++ = '\0'; ! while (cp && *cp) { ! if (*cp == ' ' || *cp == '\t') { ! cp++; ! continue; ! } ! if (*q < &(serv_aliases)[MAXALIASES - 1]) ! *(*q)++ = cp; ! cp = strpbrk(cp, " \t"); ! if (cp != NULL) ! *cp++ = '\0'; ! } ! ! *(*q) = NULL; ! return _SERVENT_UNPACK_RETURN; ! } ! ! ! static void ! files_endstate(void * p) ! { ! FILE * f; ! ! if (p == NULL) ! return; ! f = ((struct files_state *)p)->servf; ! if (f != NULL) ! fclose(f); ! free(p); ! } ! ! /* ! * gets compat's files state if we are in compat mode and global files state otherwise ! */ ! static int ! _get_compat_files_state(struct files_state ** state,void * mdata) ! { ! int rv; ! enum compat_condition * current_condition; ! ! current_condition=(enum compat_condition *)mdata; ! if (current_condition==NULL) { ! rv=files_getstate(state); ! if (rv != 0) ! return -1; ! } else { ! struct compat_state * c_st; ! ! rv=compat_getstate(&c_st); ! if (rv !=0) ! return -1; ! ! *state=&c_st->files_st; ! } ! return 0; ! } ! ! /* ! * changes compat_condition state, passed as mdata pointer ! */ ! static int ! _redispatch_to_nis(void * mdata) ! { ! #ifdef YP ! if (mdata==NULL) ! return -1; ! else { ! enum compat_condition * current_condition; ! current_condition=(enum compat_condition *)mdata; ! *current_condition=NIS_STATE; ! return 0; ! } ! #else ! return -1; ! #endif ! } ! ! static int ! _files_setservent(void *retval, void *mdata, va_list ap) ! { ! struct files_state * st; ! int f, rv; ! ! f = va_arg(ap, int); ! rv=_get_compat_files_state(&st,mdata); ! if (rv != 0) ! return (NS_UNAVAIL); ! ! if (st->servf == NULL) ! st->servf = fopen(_PATH_SERVICES, "r" ); ! else ! rewind(st->servf); ! st->_serv_stayopen |= f; ! st->_notfound_block = 0; ! ! return (NS_UNAVAIL); ! } ! ! static int ! _files_endservent(void *retval, void *mdata, va_list ap) ! { ! int rv; ! struct files_state * st; ! ! rv=_get_compat_files_state(&st,mdata); ! if (rv != 0) ! return (NS_UNAVAIL); ! ! if (st->servf) { ! fclose(st->servf); ! st->servf = NULL; ! } ! st->_serv_stayopen = 0; ! st->_notfound_block=0; ! ! return (NS_UNAVAIL); ! } ! ! static int ! _files_getservent(void *retval, void *mdata, va_list ap) ! { ! int rv; ! struct files_state * st; ! ! char *p, **q; ! int parse_retval=_SERVENT_UNPACK_RETURN; ! ! rv=_get_compat_files_state(&st,mdata); ! if (rv != 0) ! return (NS_UNAVAIL); ! ! if (st->_notfound_block!=0) ! return (NS_NOTFOUND); ! ! if (st->servf == NULL && (st->servf = fopen(_PATH_SERVICES, "r" )) == NULL) ! return (NS_UNAVAIL); ! ! do { ! if ((p = fgets(st->line, BUFSIZ, st->servf)) == NULL) { ! st->_notfound_block=1; ! return (NS_NOTFOUND); ! } ! ! if (*p=='+') { ! if (_redispatch_to_nis(mdata)==0) ! return (NS_UNAVAIL); ! else { ! parse_retval=_SERVENT_UNPACK_AGAIN; ! continue; ! } ! } ! ! parse_retval=_servent_unpack(&st->serv,st->serv_aliases,p,&q); ! } while (parse_retval==_SERVENT_UNPACK_AGAIN); ! ! *(struct servent **)retval=&st->serv; ! return (NS_SUCCESS); ! } ! ! static int ! _files_getservbyname(void *retval, void *mdata, va_list ap) ! { ! struct files_state * st; ! int rv; ! ! char *curline, **q; ! int parse_retval=_SERVENT_UNPACK_RETURN; ! ! struct servent *p; ! char **cp; ! ! const char * name; ! const char * proto; ! ! name = va_arg(ap, const char *); ! proto = va_arg(ap, const char *); ! ! rv=_get_compat_files_state(&st,mdata); ! if (rv != 0) ! return (NS_UNAVAIL); ! ! /* setservent analog */ ! if (st->servf == NULL) ! st->servf = fopen(_PATH_SERVICES, "r" ); ! else ! rewind(st->servf); ! ! for (;;) { ! do { ! if ((curline = fgets(st->line, BUFSIZ, st->servf)) == NULL) ! return (NS_NOTFOUND); ! ! if (*curline=='+') { ! if ((mdata!=NULL) && (_nis_getservbyname(retval,mdata,ap)==(NS_SUCCESS))) { ! if (!st->_serv_stayopen) ! _files_endservent(retval,mdata,ap); ! return (NS_SUCCESS); ! } else ! continue; ! } ! ! parse_retval=_servent_unpack(&st->serv,st->serv_aliases,curline,&q); ! } while (parse_retval==_SERVENT_UNPACK_AGAIN); ! ! p=&(st->serv); ! ! if (strcmp(name, p->s_name) == 0) ! goto gotname; ! for (cp = p->s_aliases; *cp; cp++) ! if (strcmp(name, *cp) == 0) ! goto gotname; ! ! continue; ! ! gotname: ! if (proto == 0 || strcmp(p->s_proto, proto) == 0) ! break; ! } ! ! if (!st->_serv_stayopen) ! _files_endservent(retval,mdata,ap); ! ! if (p==NULL) ! return (NS_NOTFOUND); ! else { ! *(struct servent **)retval=&st->serv; ! return (NS_SUCCESS); ! } ! } ! ! static int ! _files_getservbyport(void *retval, void *mdata, va_list ap) ! { ! struct files_state * st; ! int rv; ! ! char *curline, **q; ! int parse_retval=_SERVENT_UNPACK_RETURN; ! ! int port; ! const char * proto; ! ! struct servent *p; ! ! port = va_arg(ap, int); ! proto = va_arg(ap, const char *); ! ! rv=_get_compat_files_state(&st,mdata); ! if (rv != 0) ! return (NS_UNAVAIL); ! ! /* setservent analog */ ! if (st->servf == NULL) ! st->servf = fopen(_PATH_SERVICES, "r" ); ! else ! rewind(st->servf); ! ! for (;;) { ! do { ! if ((curline = fgets(st->line, BUFSIZ, st->servf)) == NULL) ! return (NS_NOTFOUND); ! ! if (*curline=='+') { ! if ((mdata!=NULL) && (_nis_getservbyport(retval,mdata,ap)==(NS_SUCCESS))) { ! if (!st->_serv_stayopen) ! _files_endservent(retval,mdata,ap); ! return (NS_SUCCESS); ! } else ! continue; ! } ! ! parse_retval=_servent_unpack(&st->serv,st->serv_aliases,curline,&q); ! } while (parse_retval==_SERVENT_UNPACK_AGAIN); ! ! ! p=&(st->serv); ! ! if (p->s_port != port) ! continue; ! if (proto == 0 || strcmp(p->s_proto, proto) == 0) ! break; ! } ! ! if (!st->_serv_stayopen) ! _files_endservent(retval,mdata,ap); ! ! if (p==NULL) ! return (NS_NOTFOUND); ! else { ! *(struct servent **)retval=&(st->serv); ! return (NS_SUCCESS); ! } ! } ! #ifdef YP ! ! static void ! nis_endstate(void * p) ! { ! struct nis_state * st; ! if (p == NULL) ! return; ! ! ! st=(struct nis_state *)p; ! if (st->key) ! free(st->key); ! free(p); ! } ! ! /* ! * gets compat's nis state if we are in compat mode and global nis state otherwise ! */ ! static int ! _get_compat_nis_state(struct nis_state ** state,void * mdata) ! { ! int rv; ! enum compat_condition * current_condition; ! ! current_condition=(enum compat_condition *)mdata; ! if (current_condition==NULL) { ! rv=nis_getstate(state); ! if (rv != 0) ! return -1; ! } else { ! struct compat_state * c_st; ! ! rv=compat_getstate(&c_st); ! if (rv !=0) ! return -1; ! ! *state=&c_st->nis_st; ! } ! return 0; ! } static int ! _nis_getservbyname(void *retval, void *mdata, va_list ap) { + char ** q; char *result; int resultlen; char buf[YPMAXRECORD + 2]; + + const char * name; + const char * proto; + + struct nis_state * st; int rv; ! rv=_get_compat_nis_state(&st,mdata); ! if (rv != 0) ! return (NS_UNAVAIL); ! ! name = va_arg(ap, const char *); ! proto = va_arg(ap, const char *); ! ! if(!st->yp_domain) { ! if(yp_get_default_domain(&st->yp_domain)) ! return (NS_UNAVAIL); ! } ! snprintf(buf, sizeof(buf), "%s/%s", name, proto); ! if (yp_match(st->yp_domain, "services.byname", buf, strlen(buf), ! &result, &resultlen)) { ! return(NS_NOTFOUND); ! } ! ! /* getservent() expects lines terminated with \n -- make it happy */ ! snprintf(st->line, BUFSIZ, "%.*s\n", resultlen, result); ! free(result); ! ! if (_servent_unpack(&st->serv,st->serv_aliases,st->line,&q)!=_SERVENT_UNPACK_RETURN) ! return (NS_UNAVAIL); ! ! *(struct servent **)retval=&st->serv; ! return (NS_SUCCESS); ! } ! ! static int ! _nis_getservbyport(void *retval, void *mdata, va_list ap) ! { ! char ** q; ! ! int port; ! const char * proto; ! ! char *result; ! int resultlen; ! char buf[YPMAXRECORD + 2]; ! int rv; ! ! struct nis_state * st; ! rv=_get_compat_nis_state(&st,mdata); ! if (rv != 0) ! return (NS_UNAVAIL); ! ! port = va_arg(ap, int); ! proto = va_arg(ap, const char *); ! ! snprintf(buf, sizeof(buf), "%d/%s", ntohs(port), ! proto); ! ! if(!st->yp_domain) { ! if(yp_get_default_domain(&st->yp_domain)) ! return (NS_UNAVAIL); } /* * We have to be a little flexible here. Ideally you're supposed * to have both a services.byname and a services.byport map, but *************** *** 93,280 **** * by putting the services.byport information in the same map as * services.byname so that either case will work. We allow for both * possibilities here: if there is no services.byport map, we try * services.byname instead. */ ! if ((rv = yp_match(yp_domain, "services.byport", buf, strlen(buf), &result, &resultlen))) { if (rv == YPERR_MAP) { ! if (yp_match(yp_domain, "services.byname", buf, strlen(buf), &result, &resultlen)) ! return(0); } else ! return(0); } /* getservent() expects lines terminated with \n -- make it happy */ ! snprintf(line, BUFSIZ, "%.*s\n", resultlen, result); ! free(result); ! return(1); } static int ! _getservbyname_yp(line) ! char *line; { ! char *result; ! int resultlen; ! char buf[YPMAXRECORD + 2]; ! ! if(!yp_domain) { ! if(yp_get_default_domain(&yp_domain)) ! return (0); ! } ! snprintf(buf, sizeof(buf), "%s/%s", ___getservbyname_yp, ! ___getservbyproto_yp); ! ___getservbyname_yp = 0; ! ___getservbyproto_yp = NULL; ! if (yp_match(yp_domain, "services.byname", buf, strlen(buf), ! &result, &resultlen)) { ! return(0); ! } ! /* getservent() expects lines terminated with \n -- make it happy */ ! snprintf(line, BUFSIZ, "%.*s\n", resultlen, result); ! ! free(result); ! return(1); } static int ! _getservent_yp(line) ! char *line; { ! static char *key = NULL; ! static int keylen; char *lastkey, *result; int resultlen; int rv; ! if(!yp_domain) { ! if(yp_get_default_domain(&yp_domain)) ! return (0); } ! if (!serv_stepping_yp) { ! if (key) ! free(key); ! if ((rv = yp_first(yp_domain, "services.byname", &key, &keylen, &result, &resultlen))) { ! serv_stepping_yp = 0; ! return(0); ! } ! serv_stepping_yp = 1; } else { ! lastkey = key; ! rv = yp_next(yp_domain, "services.byname", key, keylen, &key, ! &keylen, &result, &resultlen); free(lastkey); if (rv) { ! serv_stepping_yp = 0; ! return (0); } } /* getservent() expects lines terminated with \n -- make it happy */ ! snprintf(line, BUFSIZ, "%.*s\n", resultlen, result); ! free(result); ! return(1); } #endif ! void ! setservent(f) ! int f; { ! if (servf == NULL) ! servf = fopen(_PATH_SERVICES, "r" ); else ! rewind(servf); ! _serv_stayopen |= f; } void ! endservent() { ! if (servf) { ! fclose(servf); ! servf = NULL; ! } ! _serv_stayopen = 0; } ! struct servent * ! getservent() { ! char *p; ! char *cp, **q; #ifdef YP ! if (serv_stepping_yp && _getservent_yp(line)) { ! p = (char *)&line; ! goto unpack; ! } ! tryagain: ! #endif ! if (servf == NULL && (servf = fopen(_PATH_SERVICES, "r" )) == NULL) ! return (NULL); ! again: ! if ((p = fgets(line, BUFSIZ, servf)) == NULL) ! return (NULL); ! #ifdef YP ! if (*p == '+' && _yp_check(NULL)) { ! if (___getservbyname_yp != NULL) { ! if (!_getservbyname_yp(line)) ! goto tryagain; ! } ! else if (___getservbyport_yp != 0) { ! if (!_getservbyport_yp(line)) ! goto tryagain; ! } ! else if (!_getservent_yp(line)) ! goto tryagain; ! } ! unpack: #endif ! if (*p == '#') ! goto again; ! cp = strpbrk(p, "#\n"); ! if (cp == NULL) ! goto again; ! *cp = '\0'; ! serv.s_name = p; ! p = strpbrk(p, " \t"); ! if (p == NULL) ! goto again; ! *p++ = '\0'; ! while (*p == ' ' || *p == '\t') ! p++; ! cp = strpbrk(p, ",/"); ! if (cp == NULL) ! goto again; ! *cp++ = '\0'; ! serv.s_port = htons((u_short)atoi(p)); ! serv.s_proto = cp; ! q = serv.s_aliases = serv_aliases; ! cp = strpbrk(cp, " \t"); ! if (cp != NULL) ! *cp++ = '\0'; ! while (cp && *cp) { ! if (*cp == ' ' || *cp == '\t') { ! cp++; ! continue; ! } ! if (q < &serv_aliases[MAXALIASES - 1]) ! *q++ = cp; ! cp = strpbrk(cp, " \t"); ! if (cp != NULL) ! *cp++ = '\0'; ! } ! *q = NULL; ! return (&serv); } --- 604,950 ---- * by putting the services.byport information in the same map as * services.byname so that either case will work. We allow for both * possibilities here: if there is no services.byport map, we try * services.byname instead. */ ! if ((rv = yp_match(st->yp_domain, "services.byport", buf, strlen(buf), &result, &resultlen))) { if (rv == YPERR_MAP) { ! if (yp_match(st->yp_domain, "services.byname", buf, strlen(buf), &result, &resultlen)) ! return(NS_NOTFOUND); } else ! return(NS_NOTFOUND); } /* getservent() expects lines terminated with \n -- make it happy */ ! snprintf(st->line, BUFSIZ, "%.*s\n", resultlen, result); free(result); ! ! if (_servent_unpack(&st->serv,st->serv_aliases,st->line,&q)!=_SERVENT_UNPACK_RETURN) ! return (NS_UNAVAIL); ! ! *(struct servent **)retval=&st->serv; ! return (NS_SUCCESS); } static int ! _nis_setservent(void *retval, void *mdata, va_list ap) { ! struct nis_state * st; ! int rv; ! rv=_get_compat_nis_state(&st,mdata); ! if (rv != 0) ! return (NS_UNAVAIL); ! ! st->serv_stepping_yp=0; ! st->_notfound_block=0; ! return (NS_UNAVAIL); ! } ! static int ! _nis_endservent(void *retval, void *mdata, va_list ap) ! { ! struct nis_state * st; ! int rv; ! rv=_get_compat_nis_state(&st,mdata); ! if (rv != 0) ! return (NS_UNAVAIL); ! st->yp_domain=NULL; ! st->serv_stepping_yp=0; ! st->_notfound_block=0; ! return (NS_UNAVAIL); } static int ! _nis_getservent(void *retval, void *mdata, va_list ap) { ! struct nis_state * st; ! ! char *p,**q; ! char *lastkey, *result; int resultlen; int rv; ! rv=_get_compat_nis_state(&st,mdata); ! if (rv != 0) ! return (NS_UNAVAIL); ! ! if (st->_notfound_block!=0) ! return (NS_NOTFOUND); ! ! if(!st->yp_domain) { ! if(yp_get_default_domain(&st->yp_domain)) ! return (NS_UNAVAIL); } ! if (!st->serv_stepping_yp) { ! if (st->key) ! free(st->key); ! if ((rv = yp_first(st->yp_domain, "services.byname", &st->key, &st->keylen, &result, &resultlen))) { ! st->serv_stepping_yp = 0; ! return(NS_NOTFOUND); ! } else ! st->serv_stepping_yp = 1; } else { ! lastkey = st->key; ! rv = yp_next(st->yp_domain, "services.byname", st->key, st->keylen, &st->key, ! &st->keylen, &result, &resultlen); free(lastkey); if (rv) { ! st->serv_stepping_yp = 0; ! st->_notfound_block=1; ! return (NS_NOTFOUND); } } /* getservent() expects lines terminated with \n -- make it happy */ ! snprintf(st->line, BUFSIZ, "%.*s\n", resultlen, result); free(result); ! p=st->line; ! if (_servent_unpack(&st->serv,st->serv_aliases,p,&q)!=_SERVENT_UNPACK_RETURN) ! return (NS_UNAVAIL); ! ! *(struct servent **)retval=&st->serv; ! return(NS_SUCCESS); } + #endif + + static void + compat_endstate(void * p) + { + struct compat_state * st; + if (p == NULL) + return; ! st=(struct compat_state *)p; ! if (st->files_st.servf!=NULL) ! fclose(st->files_st.servf); ! #ifdef YP ! if (st->nis_st.key!=NULL) ! free(st->nis_st.key); ! #endif ! free(p); ! } ! ! static int ! _compat_setservent(void *retval, void *mdata, va_list ap) { ! struct compat_state * st; ! int rv; ! ! rv=compat_getstate(&st); ! if (rv != 0) ! return (NS_UNAVAIL); ! ! _files_setservent(retval,&st->current_condition,ap); ! #ifdef YP ! _nis_setservent(retval,&st->current_condition,ap); ! st->current_condition=FILES_STATE; ! #endif ! return (NS_UNAVAIL); ! } ! ! static int ! _compat_endservent(void *retval, void *mdata, va_list ap) ! { ! struct compat_state * st; ! int rv; ! ! rv=compat_getstate(&st); ! if (rv != 0) ! return (NS_UNAVAIL); ! ! _files_endservent(retval,&st->current_condition,ap); ! #ifdef YP ! _nis_endservent(retval,&st->current_condition,ap); ! st->current_condition=FILES_STATE; ! #endif ! return (NS_UNAVAIL); ! } ! ! static int ! _compat_getservent(void *retval, void *mdata, va_list ap) ! { ! struct compat_state * st; ! int rv; ! ! int continue_flag=0; ! ! rv=compat_getstate(&st); ! if (rv != 0) ! return (NS_UNAVAIL); ! ! #ifdef YP ! do { ! switch (st->current_condition) { ! case FILES_STATE: ! rv=_files_getservent(retval,&st->current_condition,ap); ! if (st->current_condition==NIS_STATE) ! continue_flag=1; ! else ! return rv; ! break; ! ! case NIS_STATE: ! rv=_nis_getservent(retval,&st->current_condition,ap); ! if (rv!=NS_SUCCESS) { ! st->current_condition=FILES_STATE; ! continue_flag=1; ! } else ! return NS_SUCCESS; ! break; ! ! default: ! /* NOT REACHED */ ! break; ! } ! } while (continue_flag==1); ! #else ! return _files_getservent(retval,&st->current_condition,ap); ! #endif ! ! /* NOT REACHED */ ! return (NS_UNAVAIL); ! } ! ! static int ! _compat_getservbyname(void *retval, void *mdata, va_list ap) ! { ! struct compat_state * st; ! int rv; ! ! enum compat_condition current_condition; ! ! rv=compat_getstate(&st); ! if (rv != 0) ! return (NS_UNAVAIL); ! ! current_condition=FILES_STATE; ! rv=_files_getservbyname(retval,¤t_condition,ap); ! ! return rv; ! } ! ! static int ! _compat_getservbyport(void *retval, void *mdata, va_list ap) ! { ! struct compat_state * st; ! int rv; ! ! enum compat_condition current_condition; ! ! rv=compat_getstate(&st); ! if (rv != 0) ! return (NS_UNAVAIL); ! ! current_condition=FILES_STATE; ! rv=_files_getservbyport(retval,¤t_condition,ap); ! ! return rv; ! } ! ! struct servent * ! getservent(void) ! { ! struct servent * sv = 0; ! int rval; ! ! static const ns_dtab dtab[] = { ! { NSSRC_FILES, _files_getservent, NULL }, ! #ifdef YP ! { NSSRC_NIS, _nis_getservent, NULL }, ! #endif ! { NSSRC_COMPAT, _compat_getservent, NULL }, ! { NULL, NULL, NULL } ! }; ! ! rval = _nsdispatch( (void *) &sv, dtab, NSDB_SERVICES, "getservent", defaultsrc, 0); ! ! if (rval != NS_SUCCESS) ! return NULL; else ! return sv; } void ! setservent(int stayopen) { ! static const ns_dtab dtab[] = { ! { NSSRC_FILES, _files_setservent, NULL }, ! #ifdef YP ! { NSSRC_NIS, _nis_setservent, NULL }, ! #endif ! { NSSRC_COMPAT, _compat_setservent, NULL}, ! { NULL, NULL, NULL } ! }; ! ! (void)_nsdispatch(NULL, dtab, NSDB_SERVICES, "setservent", defaultsrc, stayopen); } ! void ! endservent(void) { ! static const ns_dtab dtab[] = { ! { NSSRC_FILES, _files_endservent, NULL }, ! #ifdef YP ! { NSSRC_NIS, _nis_endservent, NULL }, ! #endif ! { NSSRC_COMPAT, _compat_endservent, NULL}, ! { NULL, NULL, NULL } ! }; ! ! (void)_nsdispatch(NULL, dtab, NSDB_SERVICES, "endservent", defaultsrc); ! } + struct servent * + getservbyname(const char * name, const char * proto) + { + struct servent * sv = 0; + int rval; + + static const ns_dtab dtab[] = { + { NSSRC_FILES,_files_getservbyname,NULL }, #ifdef YP ! { NSSRC_NIS,_nis_getservbyname,NULL }, #endif ! { NSSRC_COMPAT, _compat_getservbyname, NULL }, ! { 0 } ! }; ! ! rval = _nsdispatch( (void *) &sv, dtab, NSDB_SERVICES, "getservbyname", defaultsrc, name, proto); ! ! if (rval != NS_SUCCESS) ! return NULL; ! else ! return sv; } + + struct servent * + getservbyport(int port, const char * proto) + { + struct servent * sv = 0; + int rval; + + static const ns_dtab dtab[] = { + { NSSRC_FILES,_files_getservbyport,NULL }, + #ifdef YP + { NSSRC_NIS, _nis_getservbyport,NULL }, + #endif + { NSSRC_COMPAT, _compat_getservbyport, NULL } , + { 0 } + }; + + rval = _nsdispatch( (void *) &sv, dtab, NSDB_SERVICES, "getservbyport", defaultsrc, port, proto); + + if (rval != NS_SUCCESS) + return NULL; + else + return sv; + } *** ./initial/getservbyname.c Wed Jul 14 18:06:32 2004 --- getservbyname.c Wed Jul 14 18:05:10 2004 *************** *** 38,81 **** __FBSDID("$FreeBSD: src/lib/libc/net/getservbyname.c,v 1.4 2002/03/21 18:49:23 obrien Exp $"); #include #include - extern int _serv_stayopen; - - struct servent * - getservbyname(name, proto) - const char *name, *proto; - { - struct servent *p; - char **cp; - - #ifdef YP - extern char *___getservbyname_yp; - extern char *___getservbyproto_yp; - - ___getservbyname_yp = (char *)name; - ___getservbyproto_yp = (char *)proto; - #endif - - setservent(_serv_stayopen); - while ( (p = getservent()) ) { - if (strcmp(name, p->s_name) == 0) - goto gotname; - for (cp = p->s_aliases; *cp; cp++) - if (strcmp(name, *cp) == 0) - goto gotname; - continue; - gotname: - if (proto == 0 || strcmp(p->s_proto, proto) == 0) - break; - } - if (!_serv_stayopen) - endservent(); - - #ifdef YP - ___getservbyname_yp = NULL; - ___getservbyproto_yp = NULL; - #endif - - return (p); - } --- 38,42 ---- *** ./initial/getservbyport.c Wed Jul 14 18:06:32 2004 --- getservbyport.c Wed Jul 14 18:05:17 2004 *************** *** 38,76 **** __FBSDID("$FreeBSD: src/lib/libc/net/getservbyport.c,v 1.4 2002/03/21 18:49:23 obrien Exp $"); #include #include - extern int _serv_stayopen; - - struct servent * - getservbyport(port, proto) - int port; - const char *proto; - { - struct servent *p; - - #ifdef YP - extern int ___getservbyport_yp; - extern char *___getservbyproto_yp; - - ___getservbyport_yp = port; - ___getservbyproto_yp = (char *)proto; - #endif - - setservent(_serv_stayopen); - while ( (p = getservent()) ) { - if (p->s_port != port) - continue; - if (proto == 0 || strcmp(p->s_proto, proto) == 0) - break; - } - if (!_serv_stayopen) - endservent(); - - #ifdef YP - ___getservbyport_yp = 0; - ___getservbyproto_yp = NULL; - #endif - - return (p); - } --- 38,42 ---- --=-3nsEfv7dxSW/zpQIyhAD-- From owner-cvs-all@FreeBSD.ORG Mon Aug 23 08:04:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5779216A4CE; Mon, 23 Aug 2004 08:04:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 368F343D39; Mon, 23 Aug 2004 08:04:46 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N84k3h064595; Mon, 23 Aug 2004 08:04:46 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N84kkQ064594; Mon, 23 Aug 2004 08:04:46 GMT (envelope-from ijliao) Message-Id: <200408230804.i7N84kkQ064594@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 23 Aug 2004 08:04:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc Makefile ports/misc/pipe Makefile distinfo pkg-descr ports/misc/pipe/files pipe X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 08:04:46 -0000 ijliao 2004-08-23 08:04:45 UTC FreeBSD ports repository Modified files: misc Makefile Added files: misc/pipe Makefile distinfo pkg-descr misc/pipe/files pipe Log: add pipe beta-1.0 Platform Independent Petri-Net Editor Revision Changes Path 1.702 +1 -0 ports/misc/Makefile 1.1 +47 -0 ports/misc/pipe/Makefile (new) 1.1 +2 -0 ports/misc/pipe/distinfo (new) 1.1 +3 -0 ports/misc/pipe/files/pipe (new) 1.1 +15 -0 ports/misc/pipe/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 23 08:04:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C46E816A4CE; Mon, 23 Aug 2004 08:04:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A451B43D48; Mon, 23 Aug 2004 08:04:58 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N84w8O064643; Mon, 23 Aug 2004 08:04:58 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N84wLf064642; Mon, 23 Aug 2004 08:04:58 GMT (envelope-from ijliao) Message-Id: <200408230804.i7N84wLf064642@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 23 Aug 2004 08:04:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 08:04:58 -0000 ijliao 2004-08-23 08:04:58 UTC FreeBSD ports repository Modified files: . modules Log: pipe --> ports/misc/pipe Revision Changes Path 1.10961 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Aug 23 08:15:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9172C16A4CE; Mon, 23 Aug 2004 08:15:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70DB443D2D; Mon, 23 Aug 2004 08:15:00 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N8F0sG064952; Mon, 23 Aug 2004 08:15:00 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N8F0np064951; Mon, 23 Aug 2004 08:15:00 GMT (envelope-from vs) Message-Id: <200408230815.i7N8F0np064951@repoman.freebsd.org> From: Volker Stolz Date: Mon, 23 Aug 2004 08:15:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/sane-backends Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 08:15:00 -0000 vs 2004-08-23 08:15:00 UTC FreeBSD ports repository Modified files: graphics/sane-backends Makefile Log: Fix LIB_DEPENDS: libgphoto2.2 is in graphics/libgphoto2, not in graphics/gphoto2 PR: ports/70841 Submitted by: Ying-Chieh Chen Revision Changes Path 1.61 +1 -1 ports/graphics/sane-backends/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 23 08:17:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0270A16A4CE; Mon, 23 Aug 2004 08:17:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5A7A43D39; Mon, 23 Aug 2004 08:17:46 +0000 (GMT) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N8HkfI065065; Mon, 23 Aug 2004 08:17:46 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N8HkGg065064; Mon, 23 Aug 2004 08:17:46 GMT (envelope-from dfr) Message-Id: <200408230817.i7N8HkGg065064@repoman.freebsd.org> From: Doug Rabson Date: Mon, 23 Aug 2004 08:17:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/lib/libc/gen tls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Aug 2004 08:17:47 -0000 dfr 2004-08-23 08:17:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libc/gen tls.c Log: MFC: fix static threaded programs. Approved by: re Revision Changes Path 1.2.2.1 +4 -7 src/lib/libc/gen/tls.c From owner-cvs-all@FreeBSD.ORG Mon Aug 23 08:47:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E77F16A4CE; Mon, 23 Aug 2004 08:47:20 +0000 (GMT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6991C43D46; Mon, 23 Aug 2004 08:47:19 +0000 (GMT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) i7N8lHiH090319; Mon, 23 Aug 2004 10:47:17 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.11/8.12.11/Submit) id i7N8lGbQ090317; Mon, 23 Aug 2004 10:47:17 +0200 (CEST) (envelope-from marc) Date: Mon, 23 Aug 2004 10:47:16 +0200 From: Marc Fonvieille To: Murray Stokely Message-ID: <20040823084716.GA88989@abigail.blackend.org> References: <200408230644.i7N6iVKx061706@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408230644.i7N6iVKx061706@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.10-PRERELEASE cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: 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.1 Precedence: 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, 23 Aug 2004 08:47:20 -0000 On Mon, Aug 23, 2004 at 06:44:31AM +0000, Murray Stokely wrote: > murray 2004-08-23 06:44:31 UTC > > FreeBSD doc repository > > Modified files: > en_US.ISO8859-1/books/handbook/security chapter.sgml > Log: > Add a few tags around KerberosIV inside titles. > > Previously, Kerberos5 was printed in bold in the table of contents > while KerberosIV was not. > I understand the reason of the change: consistency. However I wonder if it's a good idea to use application tags in titles. For the moment only few applications inside titles are tagged and, of course, the TOC is not really consistent on this point. Any opinion? Marc From owner-cvs-all@FreeBSD.ORG Mon Aug 23 08:53:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 815) id 9EC4416A4CF; Mon, 23 Aug 2004 08:53:36 +0000 (GMT) Date: Mon, 23 Aug 2004 08:53:36 +0000 From: Murray Stokely To: Marc Fonvieille Message-ID: <20040823085336.GC78296@hub.freebsd.org> References: <200408230644.i7N6iVKx061706@repoman.freebsd.org> <20040823084716.GA88989@abigail.blackend.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040823084716.GA88989@abigail.blackend.org> User-Agent: Mutt/1.4.1i X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: 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.1 Precedence: 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, 23 Aug 2004 08:53:36 -0000 On Mon, Aug 23, 2004 at 10:47:16AM +0200, Marc Fonvieille wrote: > > Add a few tags around KerberosIV inside titles. > > > > Previously, Kerberos5 was printed in bold in the table of contents > > while KerberosIV was not. > > > > I understand the reason of the change: consistency. > However I wonder if it's a good idea to use application tags in titles. > For the moment only few applications inside titles are tagged and, of > course, the TOC is not really consistent on this point. > Any opinion? I just added : (element (title application) (process-children)) to my local stylesheet because I think that the bold application names look poor in the titles -- this just overrides the freebsd.dsl bold setting for when it is inside a . I also think that <command>s look better in italics than the small monospaced font we used when they show up in titles. - Murray From owner-cvs-all@FreeBSD.ORG Mon Aug 23 09:42:52 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFCAD16A4CE; Mon, 23 Aug 2004 09:42:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A22CD43D3F; Mon, 23 Aug 2004 09:42:52 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N9gqAs067181; Mon, 23 Aug 2004 09:42:52 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N9gqJd067180; Mon, 23 Aug 2004 09:42:52 GMT (envelope-from mat) Message-Id: <200408230942.i7N9gqJd067180@repoman.freebsd.org> From: Mathieu Arnold <mat@FreeBSD.org> Date: Mon, 23 Aug 2004 09:42:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Locale-Maketext-Lexicon Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 09:42:52 -0000 mat 2004-08-23 09:42:52 UTC FreeBSD ports repository Modified files: devel/p5-Locale-Maketext-Lexicon Makefile distinfo Log: Update to 0.40 Revision Changes Path 1.16 +1 -1 ports/devel/p5-Locale-Maketext-Lexicon/Makefile 1.16 +2 -2 ports/devel/p5-Locale-Maketext-Lexicon/distinfo From owner-cvs-all@FreeBSD.ORG Mon Aug 23 09:47:56 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8409916A4CE; Mon, 23 Aug 2004 09:47:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65EF543D55; Mon, 23 Aug 2004 09:47:56 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7N9luqs067330; Mon, 23 Aug 2004 09:47:56 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7N9luJP067329; Mon, 23 Aug 2004 09:47:56 GMT (envelope-from sobomax) Message-Id: <200408230947.i7N9luJP067329@repoman.freebsd.org> From: Maxim Sobolev <sobomax@FreeBSD.org> Date: Mon, 23 Aug 2004 09:47:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 p4tcc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 09:47:56 -0000 sobomax 2004-08-23 09:47:56 UTC FreeBSD src repository Modified files: sys/i386/i386 p4tcc.c Log: o Extend boot output: print out mimimum/maximum performance value and number of performance steps available; o similarly to Enhanced SpeedStep driver, export list of all available steps via hw.p4tcc.cpuperf_levels sysctl. Revision Changes Path 1.4 +19 -1 src/sys/i386/i386/p4tcc.c From owner-cvs-all@FreeBSD.ORG Mon Aug 23 10:09:29 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5DA516A4CE; Mon, 23 Aug 2004 10:09:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B749743D39; Mon, 23 Aug 2004 10:09:29 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NA9Tma068186; Mon, 23 Aug 2004 10:09:29 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NA9Tnk068185; Mon, 23 Aug 2004 10:09:29 GMT (envelope-from sobomax) Message-Id: <200408231009.i7NA9Tnk068185@repoman.freebsd.org> From: Maxim Sobolev <sobomax@FreeBSD.org> Date: Mon, 23 Aug 2004 10:09:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 p4tcc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 10:09:30 -0000 sobomax 2004-08-23 10:09:29 UTC FreeBSD src repository Modified files: sys/i386/i386 p4tcc.c Log: o Fix whitespace bug introduced in the previous commit. Submitted by: ru o Simplify p4tcc_power_profile(). Submitted by: maxim Revision Changes Path 1.5 +4 -12 src/sys/i386/i386/p4tcc.c From owner-cvs-all@FreeBSD.ORG Mon Aug 23 10:58:13 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA4CA16A4CE; Mon, 23 Aug 2004 10:58:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB7F943D2F; Mon, 23 Aug 2004 10:58:13 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NAwDGW069469; Mon, 23 Aug 2004 10:58:13 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NAwD7s069468; Mon, 23 Aug 2004 10:58:13 GMT (envelope-from roam) Message-Id: <200408231058.i7NAwD7s069468@repoman.freebsd.org> From: Peter Pentchev <roam@FreeBSD.org> Date: Mon, 23 Aug 2004 10:58:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/lib/libutil login.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 10:58:14 -0000 roam 2004-08-23 10:58:13 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_4) lib/libutil login.conf.5 Log: MFC rev. 1.51: describe the ftp-chroot option of login.conf. Revision Changes Path 1.22.2.19 +11 -1 src/lib/libutil/login.conf.5 From owner-cvs-all@FreeBSD.ORG Mon Aug 23 10:58:46 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F3AC16A4CE; Mon, 23 Aug 2004 10:58:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00FF143D41; Mon, 23 Aug 2004 10:58:46 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NAwjcx069536; Mon, 23 Aug 2004 10:58:45 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NAwjZT069535; Mon, 23 Aug 2004 10:58:45 GMT (envelope-from osa) Message-Id: <200408231058.i7NAwjZT069535@repoman.freebsd.org> From: "Sergey A. Osokin" <osa@FreeBSD.org> Date: Mon, 23 Aug 2004 10:58:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/fastdb Makefile distinfo ports/databases/fastdb/files patch-cleanupsem.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 10:58:46 -0000 osa 2004-08-23 10:58:45 UTC FreeBSD ports repository Modified files: databases/fastdb Makefile distinfo Removed files: databases/fastdb/files patch-cleanupsem.cpp Log: Update to 3.04. Remove needless patch. Revision Changes Path 1.48 +1 -1 ports/databases/fastdb/Makefile 1.45 +2 -2 ports/databases/fastdb/distinfo 1.2 +0 -10 ports/databases/fastdb/files/patch-cleanupsem.cpp (dead) From owner-cvs-all@FreeBSD.ORG Mon Aug 23 11:00:21 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF13316A4D2; Mon, 23 Aug 2004 11:00:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CDAC43D46; Mon, 23 Aug 2004 11:00:21 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NB0LcK069613; Mon, 23 Aug 2004 11:00:21 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NB0Lxv069612; Mon, 23 Aug 2004 11:00:21 GMT (envelope-from blackend) Message-Id: <200408231100.i7NB0Lxv069612@repoman.freebsd.org> From: Marc Fonvieille <blackend@FreeBSD.org> Date: Mon, 23 Aug 2004 11:00:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 11:00:21 -0000 blackend 2004-08-23 11:00:20 UTC FreeBSD src repository (doc committer) Modified files: games/fortune/datfiles fortunes Log: s/the on/on the/ PR: misc/70842 Submitted by: Sean C. Farley <sean-freebsd@farley.org> Revision Changes Path 1.143 +1 -1 src/games/fortune/datfiles/fortunes From owner-cvs-all@FreeBSD.ORG Mon Aug 23 11:02:09 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9033B16A4F4; Mon, 23 Aug 2004 11:02:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8782C43D48; Mon, 23 Aug 2004 11:02:09 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NB29Fq069762; Mon, 23 Aug 2004 11:02:09 GMT (envelope-from lesi@repoman.freebsd.org) Received: (from lesi@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NB29iV069761; Mon, 23 Aug 2004 11:02:09 GMT (envelope-from lesi) Message-Id: <200408231102.i7NB29iV069761@repoman.freebsd.org> From: Dejan Lesjak <lesi@FreeBSD.org> Date: Mon, 23 Aug 2004 11:02:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/XFree86-4-clients Makefile pkg-plist patch-programs::Imakefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 11:02:09 -0000 lesi 2004-08-23 11:02:09 UTC FreeBSD ports repository Modified files: x11/XFree86-4-clients Makefile pkg-plist x11/XFree86-4-clients/files manpages Added files: x11/XFree86-4-clients/files patch-programs::Imakefile Log: Instead of installing xterm here, depend on x11/xterm port. Taken from xorg-clients port. Suggested by: krion Approved by: anholt (mentor) Revision Changes Path 1.128 +14 -5 ports/x11/XFree86-4-clients/Makefile 1.7 +0 -2 ports/x11/XFree86-4-clients/files/manpages 1.1 +19 -0 ports/x11/XFree86-4-clients/files/patch-programs::Imakefile (new) 1.42 +0 -2 ports/x11/XFree86-4-clients/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 23 11:04:26 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2123516A4CE; Mon, 23 Aug 2004 11:04:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0211D43D46; Mon, 23 Aug 2004 11:04:26 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NB4PQP069831; Mon, 23 Aug 2004 11:04:25 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NB4Pd5069830; Mon, 23 Aug 2004 11:04:25 GMT (envelope-from roam) Message-Id: <200408231104.i7NB4Pd5069830@repoman.freebsd.org> From: Peter Pentchev <roam@FreeBSD.org> Date: Mon, 23 Aug 2004 11:04:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/lib/libutil login.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 11:04:26 -0000 roam 2004-08-23 11:04:25 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_4) lib/libutil login.conf.5 Log: Argh... also MFC rev. 1.52: spell FTP correctly and bump the date. Revision Changes Path 1.22.2.20 +2 -2 src/lib/libutil/login.conf.5 From owner-cvs-all@FreeBSD.ORG Mon Aug 23 11:06:02 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CECB16A4D4; Mon, 23 Aug 2004 11:06:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BF8B43D1F; Mon, 23 Aug 2004 11:06:02 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NB6202069930; Mon, 23 Aug 2004 11:06:02 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NB62JU069929; Mon, 23 Aug 2004 11:06:02 GMT (envelope-from roam) Message-Id: <200408231106.i7NB62JU069929@repoman.freebsd.org> From: Peter Pentchev <roam@FreeBSD.org> Date: Mon, 23 Aug 2004 11:06:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/lib/libc/net getaddrinfo.3 getipnodebyname.3 getnameinfo.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 11:06:02 -0000 roam 2004-08-23 11:06:01 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_4) lib/libc/net getaddrinfo.3 getipnodebyname.3 getnameinfo.3 Log: MFC getaddrinfo.3 1.25, getipnodebyname.3 1.14 and getnameinfo.3 1.17: cross-reference these three pages. Also, bump the document date. Revision Changes Path 1.2.2.11 +2 -1 src/lib/libc/net/getaddrinfo.3 1.2.2.5 +3 -1 src/lib/libc/net/getipnodebyname.3 1.2.2.9 +2 -1 src/lib/libc/net/getnameinfo.3 From owner-cvs-all@FreeBSD.ORG Mon Aug 23 11:10:59 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9727816A4CE; Mon, 23 Aug 2004 11:10:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 793F843D39; Mon, 23 Aug 2004 11:10:59 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NBAxuV070126; Mon, 23 Aug 2004 11:10:59 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NBAxWk070125; Mon, 23 Aug 2004 11:10:59 GMT (envelope-from roam) Message-Id: <200408231110.i7NBAxWk070125@repoman.freebsd.org> From: Peter Pentchev <roam@FreeBSD.org> Date: Mon, 23 Aug 2004 11:10:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/lib/libc/sys getrusage.2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 11:10:59 -0000 roam 2004-08-23 11:10:58 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_4) lib/libc/sys getrusage.2 Log: MFC rev. 1.20: spell _SC_CLK_TCK correctly. Revision Changes Path 1.10.2.6 +1 -1 src/lib/libc/sys/getrusage.2 From owner-cvs-all@FreeBSD.ORG Mon Aug 23 11:15:47 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F009B16A4CE; Mon, 23 Aug 2004 11:15:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D09B243D58; Mon, 23 Aug 2004 11:15:47 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NBFlOW070295; Mon, 23 Aug 2004 11:15:47 GMT (envelope-from lesi@repoman.freebsd.org) Received: (from lesi@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NBFl3V070294; Mon, 23 Aug 2004 11:15:47 GMT (envelope-from lesi) Message-Id: <200408231115.i7NBFl3V070294@repoman.freebsd.org> From: Dejan Lesjak <lesi@FreeBSD.org> Date: Mon, 23 Aug 2004 11:15:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-fonts/XFree86-4-fontScalable Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 11:15:48 -0000 lesi 2004-08-23 11:15:47 UTC FreeBSD ports repository Modified files: x11-fonts/XFree86-4-fontScalable Makefile Log: Depend on x11-fonts/bitstream-vera, as it is also among scalable fonts that come with XFree86. Approved by: anholt (mentor) Revision Changes Path 1.15 +3 -1 ports/x11-fonts/XFree86-4-fontScalable/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 23 11:19:56 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFB6916A4CE; Mon, 23 Aug 2004 11:19:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90C2343D46; Mon, 23 Aug 2004 11:19:56 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NBJuo0070364; Mon, 23 Aug 2004 11:19:56 GMT (envelope-from lesi@repoman.freebsd.org) Received: (from lesi@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NBJuT7070363; Mon, 23 Aug 2004 11:19:56 GMT (envelope-from lesi) Message-Id: <200408231119.i7NBJuT7070363@repoman.freebsd.org> From: Dejan Lesjak <lesi@FreeBSD.org> Date: Mon, 23 Aug 2004 11:19:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/XFree86-4 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 11:19:56 -0000 lesi 2004-08-23 11:19:56 UTC FreeBSD ports repository Modified files: x11/XFree86-4 Makefile Log: Make meta-port install everything that comes with XFree86 distribution. Approved by: anholt (mentor) Revision Changes Path 1.158 +4 -0 ports/x11/XFree86-4/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 23 11:23:52 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5217216A4CE; Mon, 23 Aug 2004 11:23:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31C6443D3F; Mon, 23 Aug 2004 11:23:52 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NBNql3070524; Mon, 23 Aug 2004 11:23:52 GMT (envelope-from lesi@repoman.freebsd.org) Received: (from lesi@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NBNqeO070523; Mon, 23 Aug 2004 11:23:52 GMT (envelope-from lesi) Message-Id: <200408231123.i7NBNqeO070523@repoman.freebsd.org> From: Dejan Lesjak <lesi@FreeBSD.org> Date: Mon, 23 Aug 2004 11:23:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/XFree86-4 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 11:23:52 -0000 lesi 2004-08-23 11:23:52 UTC FreeBSD ports repository Modified files: x11/XFree86-4 Makefile Log: Bump PORTREVISION for previous change. Approved by: anholt (mentor) Revision Changes Path 1.159 +1 -0 ports/x11/XFree86-4/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 23 11:27:00 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFCC716A4CE; Mon, 23 Aug 2004 11:27:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B314843D5A; Mon, 23 Aug 2004 11:27:00 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NBR0mt070651; Mon, 23 Aug 2004 11:27:00 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NBR0GV070650; Mon, 23 Aug 2004 11:27:00 GMT (envelope-from tjr) Message-Id: <200408231127.i7NBR0GV070650@repoman.freebsd.org> From: "Tim J. Robbins" <tjr@FreeBSD.org> Date: Mon, 23 Aug 2004 11:27:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.bin/m4 eval.c extern.h main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 11:27:01 -0000 tjr 2004-08-23 11:27:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin/m4 eval.c extern.h main.c Log: MFC eval.c 1.22, extern.h 1.12, main.c 1.26: Store a pointer to "null" in struct ndblock's defn member instead of a duplicate allocated on the heap; the address defn points to is significant, and is checked against the address of "null" in certain conditionals. PR: 59883 Revision Changes Path 1.10.2.6 +3 -3 src/usr.bin/m4/eval.c 1.3.6.4 +1 -1 src/usr.bin/m4/extern.h 1.6.2.7 +2 -2 src/usr.bin/m4/main.c From owner-cvs-all@FreeBSD.ORG Mon Aug 23 11:33:31 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D444A16A4CE; Mon, 23 Aug 2004 11:33:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B501A43D55; Mon, 23 Aug 2004 11:33:31 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NBXVaO070847; Mon, 23 Aug 2004 11:33:31 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NBXV4k070846; Mon, 23 Aug 2004 11:33:31 GMT (envelope-from osa) Message-Id: <200408231133.i7NBXV4k070846@repoman.freebsd.org> From: "Sergey A. Osokin" <osa@FreeBSD.org> Date: Mon, 23 Aug 2004 11:33:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/gigabase Makefile distinfo ports/databases/gigabase/files patch-localcli.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 11:33:32 -0000 osa 2004-08-23 11:33:31 UTC FreeBSD ports repository Modified files: databases/gigabase Makefile distinfo Removed files: databases/gigabase/files patch-localcli.h Log: Update to 3.26. Remove needless patch. Revision Changes Path 1.83 +1 -1 ports/databases/gigabase/Makefile 1.79 +2 -2 ports/databases/gigabase/distinfo 1.2 +0 -43 ports/databases/gigabase/files/patch-localcli.h (dead) From owner-cvs-all@FreeBSD.ORG Mon Aug 23 11:36:33 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 2122716A4CF; Mon, 23 Aug 2004 11:36:33 +0000 (GMT) Date: Mon, 23 Aug 2004 11:36:33 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: Dejan Lesjak <lesi@FreeBSD.org> Message-ID: <20040823113633.GA9200@FreeBSD.org> References: <200408231102.i7NB29iV069761@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200408231102.i7NB29iV069761@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11/XFree86-4-clients Makefile pkg-plist ports/x11/XFree86-4-clients/files manpagespatch-programs::Imakefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 11:36:33 -0000 On Mon, Aug 23, 2004 at 11:02:09AM +0000, Dejan Lesjak wrote: > lesi 2004-08-23 11:02:09 UTC > > FreeBSD ports repository > > Modified files: > x11/XFree86-4-clients Makefile pkg-plist > x11/XFree86-4-clients/files manpages > Added files: > x11/XFree86-4-clients/files patch-programs::Imakefile > Log: > Instead of installing xterm here, depend on x11/xterm port. Taken from > xorg-clients port. BTW, since xorg-clients provide xterm (as it been for years with XFree86), what was the reason to separate xterm from it? Or is it so special client that user might want to do something about it (i.e., upgrade) separately from the rest of xorg-* ports? For me, xterm is just another reference implementation like twm, xclock, etc, taking into account that there're many other terminal emulators available in ports (aterm, eterm, konsole, etc). ./danfe From owner-cvs-all@FreeBSD.ORG Mon Aug 23 11:49:25 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABA7516A4CE; Mon, 23 Aug 2004 11:49:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E83443D4C; Mon, 23 Aug 2004 11:49:25 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NBnP29071261; Mon, 23 Aug 2004 11:49:25 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NBnPqb071260; Mon, 23 Aug 2004 11:49:25 GMT (envelope-from krion) Message-Id: <200408231149.i7NBnPqb071260@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Mon, 23 Aug 2004 11:49:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/xterm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 11:49:25 -0000 krion 2004-08-23 11:49:25 UTC FreeBSD ports repository Modified files: x11/xterm Makefile Log: Remove XFree-86-clients-* conflict. Revision Changes Path 1.9 +0 -2 ports/x11/xterm/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 23 11:51:47 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F16E16A4CE; Mon, 23 Aug 2004 11:51:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6039743D1D; Mon, 23 Aug 2004 11:51:47 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NBplPa071396; Mon, 23 Aug 2004 11:51:47 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NBplwA071395; Mon, 23 Aug 2004 11:51:47 GMT (envelope-from mat) Message-Id: <200408231151.i7NBplwA071395@repoman.freebsd.org> From: Mathieu Arnold <mat@FreeBSD.org> Date: Mon, 23 Aug 2004 11:51:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns/p5-DNS-ZoneParse Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 11:51:47 -0000 mat 2004-08-23 11:51:47 UTC FreeBSD ports repository Modified files: dns/p5-DNS-ZoneParse Makefile distinfo Log: Update to 0.92 Restrict to 5.6+ Revision Changes Path 1.2 +4 -1 ports/dns/p5-DNS-ZoneParse/Makefile 1.2 +2 -2 ports/dns/p5-DNS-ZoneParse/distinfo From owner-cvs-all@FreeBSD.ORG Mon Aug 23 11:52:27 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C75D16A4CE; Mon, 23 Aug 2004 11:52:27 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1367543D39; Mon, 23 Aug 2004 11:52:27 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.41 (FreeBSD)) id 1BzDMz-0000hw-W5; Mon, 23 Aug 2004 13:52:14 +0200 Date: Mon, 23 Aug 2004 13:52:13 +0200 From: Kirill Ponomarew <krion@voodoo.oberon.net> To: Alexey Dokuchaev <danfe@FreeBSD.org> Message-ID: <20040823115213.GA1077@voodoo.oberon.net> References: <200408231102.i7NB29iV069761@repoman.freebsd.org> <20040823113633.GA9200@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mP3DRpeJDSE+ciuQ" Content-Disposition: inline In-Reply-To: <20040823113633.GA9200@FreeBSD.org> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE cc: Dejan Lesjak <lesi@FreeBSD.org> cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11/XFree86-4-clients Makefile pkg-plist ports/x11/XFree86-4-clients/files manpagespatch-programs::Imakefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 11:52:27 -0000 --mP3DRpeJDSE+ciuQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Mon, Aug 23, 2004 at 11:36:33AM +0000, Alexey Dokuchaev wrote: =20 > BTW, since xorg-clients provide xterm (as it been for years with XFree86), > what was the reason to separate xterm from it? Or is it so special client > that user might want to do something about it (i.e., upgrade) separately > from the rest of xorg-* ports? For me, xterm is just another reference > implementation like twm, xclock, etc, taking into account that there're m= any > other terminal emulators available in ports (aterm, eterm, konsole, etc). xterm development is running independently from XFree86, with frequent new releases. xterm version supplied with XFree86/xorg is pretty old one. -Kirill --mP3DRpeJDSE+ciuQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBKdptQC1G6a60JuURAr1wAJ9fASwAfvskLQs88bk1ak3VABDp6wCg5dE6 Hk5MArl9XVWxdkGMZbedrDI= =SmD3 -----END PGP SIGNATURE----- --mP3DRpeJDSE+ciuQ-- From owner-cvs-all@FreeBSD.ORG Mon Aug 23 11:59:33 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40BDD16A4CE; Mon, 23 Aug 2004 11:59:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2234443D49; Mon, 23 Aug 2004 11:59:33 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NBxXYQ071623; Mon, 23 Aug 2004 11:59:33 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NBxXhj071622; Mon, 23 Aug 2004 11:59:33 GMT (envelope-from nyan) Message-Id: <200408231159.i7NBxXhj071622@repoman.freebsd.org> From: Takahashi Yoshihiro <nyan@FreeBSD.org> Date: Mon, 23 Aug 2004 11:59:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys fdcio.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 11:59:33 -0000 nyan 2004-08-23 11:59:32 UTC FreeBSD src repository Modified files: sys/sys fdcio.h Log: Restore FD_DEBUG for pc98. Revision Changes Path 1.19 +4 -0 src/sys/sys/fdcio.h From owner-cvs-all@FreeBSD.ORG Mon Aug 23 12:07:11 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6029616A4CE; Mon, 23 Aug 2004 12:07:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5762843D3F; Mon, 23 Aug 2004 12:07:11 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NC7B0Y072001; Mon, 23 Aug 2004 12:07:11 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NC7Bxs072000; Mon, 23 Aug 2004 12:07:11 GMT (envelope-from des) Message-Id: <200408231207.i7NC7Bxs072000@repoman.freebsd.org> From: Dag-Erling Smorgrav <des@FreeBSD.org> Date: Mon, 23 Aug 2004 12:07:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils Makefileports/deskutils/xfce4-xkb-plugin Makefile distinfo pkg-descr pkg-plist ports/deskutils/xfce4-xkb-plugin/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 12:07:11 -0000 des 2004-08-23 12:07:11 UTC FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/xfce4-xkb-plugin Makefile distinfo pkg-descr pkg-plist deskutils/xfce4-xkb-plugin/files patch-configure Log: Add xfce4-xkb-plugin, an xkb-compatible keyboard layout switcher panel plugin for Xfce 4. Revision Changes Path 1.159 +1 -0 ports/deskutils/Makefile 1.1 +29 -0 ports/deskutils/xfce4-xkb-plugin/Makefile (new) 1.1 +2 -0 ports/deskutils/xfce4-xkb-plugin/distinfo (new) 1.1 +21 -0 ports/deskutils/xfce4-xkb-plugin/files/patch-configure (new) 1.1 +12 -0 ports/deskutils/xfce4-xkb-plugin/pkg-descr (new) 1.1 +81 -0 ports/deskutils/xfce4-xkb-plugin/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 23 12:07:25 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44C5D16A4CF; Mon, 23 Aug 2004 12:07:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26E7B43D39; Mon, 23 Aug 2004 12:07:25 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NC7PeW072051; Mon, 23 Aug 2004 12:07:25 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NC7PVB072050; Mon, 23 Aug 2004 12:07:25 GMT (envelope-from des) Message-Id: <200408231207.i7NC7PVB072050@repoman.freebsd.org> From: Dag-Erling Smorgrav <des@FreeBSD.org> Date: Mon, 23 Aug 2004 12:07:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 12:07:25 -0000 des 2004-08-23 12:07:24 UTC FreeBSD ports repository Modified files: . modules Log: xfce4-xkb-plugin --> ports/deskutils/xfce4-xkb-plugin Revision Changes Path 1.10962 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Aug 23 12:10:44 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96B8116A4CE; Mon, 23 Aug 2004 12:10:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79B5043D31; Mon, 23 Aug 2004 12:10:44 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NCAioA072197; Mon, 23 Aug 2004 12:10:44 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NCAiVL072196; Mon, 23 Aug 2004 12:10:44 GMT (envelope-from tjr) Message-Id: <200408231210.i7NCAiVL072196@repoman.freebsd.org> From: "Tim J. Robbins" <tjr@FreeBSD.org> Date: Mon, 23 Aug 2004 12:10:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen glob.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 12:10:44 -0000 tjr 2004-08-23 12:10:44 UTC FreeBSD src repository Modified files: lib/libc/gen glob.3 Log: Update documentation to match reality: glob() sorts its result according to the current LC_COLLATE setting, not in "ASCII order". PR: 54391 MFC after: 1 week Revision Changes Path 1.28 +4 -4 src/lib/libc/gen/glob.3 From owner-cvs-all@FreeBSD.ORG Mon Aug 23 12:30:53 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8554F16A4CE; Mon, 23 Aug 2004 12:30:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68DC943D4C; Mon, 23 Aug 2004 12:30:53 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NCUriQ072714; Mon, 23 Aug 2004 12:30:53 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NCUrBh072713; Mon, 23 Aug 2004 12:30:53 GMT (envelope-from arved) Message-Id: <200408231230.i7NCUrBh072713@repoman.freebsd.org> From: Tilman Linneweh <arved@FreeBSD.org> Date: Mon, 23 Aug 2004 12:30:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/finance/opale/files patch-cashimport.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 12:30:53 -0000 arved 2004-08-23 12:30:53 UTC FreeBSD ports repository Added files: finance/opale/files patch-cashimport.cc Log: Fix build with gcc 3.4 Obtained from: opale CVS Revision Changes Path 1.1 +46 -0 ports/finance/opale/files/patch-cashimport.cc (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 23 12:32:54 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60BFF16A4CE; Mon, 23 Aug 2004 12:32:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4424843D55; Mon, 23 Aug 2004 12:32:54 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NCWsG7072776; Mon, 23 Aug 2004 12:32:54 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NCWsYT072775; Mon, 23 Aug 2004 12:32:54 GMT (envelope-from danfe) Message-Id: <200408231232.i7NCWsYT072775@repoman.freebsd.org> From: Alexey Dokuchaev <danfe@FreeBSD.org> Date: Mon, 23 Aug 2004 12:32:54 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/share/sgml authors.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 12:32:54 -0000 danfe 2004-08-23 12:32:54 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/share/sgml authors.ent Log: Traditional first commit: add my entity. Approved by: fjoe (mentor) Revision Changes Path 1.324 +2 -0 doc/en_US.ISO8859-1/share/sgml/authors.ent From owner-cvs-all@FreeBSD.ORG Mon Aug 23 12:34:50 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FBA416A4CE; Mon, 23 Aug 2004 12:34:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E72EC43D39; Mon, 23 Aug 2004 12:34:49 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NCYnF8072843; Mon, 23 Aug 2004 12:34:49 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NCYnrc072842; Mon, 23 Aug 2004 12:34:49 GMT (envelope-from mat) Message-Id: <200408231234.i7NCYnrc072842@repoman.freebsd.org> From: Mathieu Arnold <mat@FreeBSD.org> Date: Mon, 23 Aug 2004 12:34:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Devel-PPPort Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 12:34:50 -0000 mat 2004-08-23 12:34:49 UTC FreeBSD ports repository Modified files: devel/p5-Devel-PPPort Makefile distinfo Log: Update to 3.01 Revision Changes Path 1.8 +2 -2 ports/devel/p5-Devel-PPPort/Makefile 1.8 +2 -2 ports/devel/p5-Devel-PPPort/distinfo From owner-cvs-all@FreeBSD.ORG Mon Aug 23 12:37:07 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E97516A4CE; Mon, 23 Aug 2004 12:37:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3022843D45; Mon, 23 Aug 2004 12:37:07 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NCb7bL073187; Mon, 23 Aug 2004 12:37:07 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NCb780073186; Mon, 23 Aug 2004 12:37:07 GMT (envelope-from danfe) Message-Id: <200408231237.i7NCb780073186@repoman.freebsd.org> From: Alexey Dokuchaev <danfe@FreeBSD.org> Date: Mon, 23 Aug 2004 12:37:07 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml contrib.committers.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 12:37:07 -0000 danfe 2004-08-23 12:37:07 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml contrib.committers.sgml Log: Move myself to ``Developers'' section of the Contributors List from the ``Additional Contributors'' section. Approved by: fjoe (mentor) Revision Changes Path 1.257 +0 -5 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml 1.54 +4 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml From owner-cvs-all@FreeBSD.ORG Mon Aug 23 12:41:05 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A2F216A4CE; Mon, 23 Aug 2004 12:41:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C42443D1F; Mon, 23 Aug 2004 12:41:05 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NCf5nb075902; Mon, 23 Aug 2004 12:41:05 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NCf57Q075901; Mon, 23 Aug 2004 12:41:05 GMT (envelope-from krion) Message-Id: <200408231241.i7NCf57Q075901@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Mon, 23 Aug 2004 12:41:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/gmime2 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 12:41:05 -0000 krion 2004-08-23 12:41:05 UTC FreeBSD ports repository Modified files: mail/gmime2 Makefile distinfo pkg-plist Log: Update to 2.1.8 PR: partially ports/70857 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Revision Changes Path 1.23 +1 -1 ports/mail/gmime2/Makefile 1.14 +2 -2 ports/mail/gmime2/distinfo 1.11 +0 -1 ports/mail/gmime2/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 23 12:41:27 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04B1016A4CE; Mon, 23 Aug 2004 12:41:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA64643D49; Mon, 23 Aug 2004 12:41:26 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NCfQxW076240; Mon, 23 Aug 2004 12:41:26 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NCfQK4076239; Mon, 23 Aug 2004 12:41:26 GMT (envelope-from danfe) Message-Id: <200408231241.i7NCfQK4076239@repoman.freebsd.org> From: Alexey Dokuchaev <danfe@FreeBSD.org> Date: Mon, 23 Aug 2004 12:41:26 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 12:41:27 -0000 danfe 2004-08-23 12:41:26 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml Log: Add my PGP key to the Handbook. Approved by: fjoe (mentor) Revision Changes Path 1.240 +5 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Aug 23 12:41:30 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0010F16A4CE; Mon, 23 Aug 2004 12:41:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D651343D3F; Mon, 23 Aug 2004 12:41:29 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NCfTOT076311; Mon, 23 Aug 2004 12:41:29 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NCfTJx076310; Mon, 23 Aug 2004 12:41:29 GMT (envelope-from des) Message-Id: <200408231241.i7NCfTJx076310@repoman.freebsd.org> From: Dag-Erling Smorgrav <des@FreeBSD.org> Date: Mon, 23 Aug 2004 12:41:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/linux linux_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 12:41:30 -0000 des 2004-08-23 12:41:29 UTC FreeBSD src repository Modified files: sys/compat/linux linux_socket.c Log: Don't try to translate the control message unless we're certain it's valid; otherwise a caller could trick us into changing any 32-bit word in kernel memory to LINUX_SOL_SOCKET (0x00000001) if its previous value is SOL_SOCKET (0x0000ffff). MFC after: 3 days Revision Changes Path 1.52 +2 -1 src/sys/compat/linux/linux_socket.c From owner-cvs-all@FreeBSD.ORG Mon Aug 23 12:44:14 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 178EE16A4CE; Mon, 23 Aug 2004 12:44:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECAE843D3F; Mon, 23 Aug 2004 12:44:13 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NCiDES076567; Mon, 23 Aug 2004 12:44:13 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NCiDOu076566; Mon, 23 Aug 2004 12:44:13 GMT (envelope-from danfe) Message-Id: <200408231244.i7NCiDOu076566@repoman.freebsd.org> From: Alexey Dokuchaev <danfe@FreeBSD.org> Date: Mon, 23 Aug 2004 12:44:13 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/pgpkeys danfe.key pgpkeys.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 12:44:14 -0000 danfe 2004-08-23 12:44:13 UTC FreeBSD doc repository (ports committer) Modified files: share/pgpkeys pgpkeys.ent Added files: share/pgpkeys danfe.key Log: Add my PGP key. Approved by: fjoe (mentor) Revision Changes Path 1.1 +34 -0 doc/share/pgpkeys/danfe.key (new) 1.46 +1 -0 doc/share/pgpkeys/pgpkeys.ent From owner-cvs-all@FreeBSD.ORG Mon Aug 23 12:47:26 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BCA816A4CE; Mon, 23 Aug 2004 12:47:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E27CE43D3F; Mon, 23 Aug 2004 12:47:25 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NClPeL076707; Mon, 23 Aug 2004 12:47:25 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NClPlv076706; Mon, 23 Aug 2004 12:47:25 GMT (envelope-from danfe) Message-Id: <200408231247.i7NClPlv076706@repoman.freebsd.org> From: Alexey Dokuchaev <danfe@FreeBSD.org> Date: Mon, 23 Aug 2004 12:47:25 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/news news.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 12:47:26 -0000 danfe 2004-08-23 12:47:25 UTC FreeBSD doc repository (ports committer) Modified files: en/news news.xml Log: Announce myself to the world! Approved by: fjoe (mentor) Revision Changes Path 1.234 +10 -1 www/en/news/news.xml From owner-cvs-all@FreeBSD.ORG Mon Aug 23 12:51:14 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9423216A4CE; Mon, 23 Aug 2004 12:51:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75F3243D53; Mon, 23 Aug 2004 12:51:14 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NCpEQj076859; Mon, 23 Aug 2004 12:51:14 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NCpESa076858; Mon, 23 Aug 2004 12:51:14 GMT (envelope-from danfe) Message-Id: <200408231251.i7NCpESa076858@repoman.freebsd.org> From: Alexey Dokuchaev <danfe@FreeBSD.org> Date: Mon, 23 Aug 2004 12:51:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/astro/xearth/files freebsd.committers.markers X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 12:51:14 -0000 danfe 2004-08-23 12:51:14 UTC FreeBSD ports repository Modified files: astro/xearth/files freebsd.committers.markers Log: Add myself and fjoe@. Approved by: fjoe (mentor) Revision Changes Path 1.158 +1 -0 ports/astro/xearth/files/freebsd.committers.markers From owner-cvs-all@FreeBSD.ORG Mon Aug 23 12:53:47 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15D6216A4CE; Mon, 23 Aug 2004 12:53:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC39343D2D; Mon, 23 Aug 2004 12:53:46 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NCrk9c076947; Mon, 23 Aug 2004 12:53:46 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NCrkdd076946; Mon, 23 Aug 2004 12:53:46 GMT (envelope-from danfe) Message-Id: <200408231253.i7NCrkdd076946@repoman.freebsd.org> From: Alexey Dokuchaev <danfe@FreeBSD.org> Date: Mon, 23 Aug 2004 12:53:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 12:53:47 -0000 danfe 2004-08-23 12:53:46 UTC FreeBSD src repository (ports committer) Modified files: usr.bin/calendar/calendars calendar.freebsd Log: So here I am, also born in USSR. Approved by: fjoe (mentor) Revision Changes Path 1.142 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-all@FreeBSD.ORG Mon Aug 23 13:05:07 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A31116A4CE; Mon, 23 Aug 2004 13:05:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C61843D2D; Mon, 23 Aug 2004 13:05:07 +0000 (GMT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7ND57Mj078055; Mon, 23 Aug 2004 13:05:07 GMT (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7ND57qn078054; Mon, 23 Aug 2004 13:05:07 GMT (envelope-from nectar) Message-Id: <200408231305.i7ND57qn078054@repoman.freebsd.org> From: Jacques Vidrine <nectar@FreeBSD.org> Date: Mon, 23 Aug 2004 13:05:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 13:05:07 -0000 nectar 2004-08-23 13:05:07 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: fidogate-ds was also affected by the ``write files as `news' user'' issue. Revision Changes Path 1.192 +5 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Mon Aug 23 13:06:44 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1AF916A4CE; Mon, 23 Aug 2004 13:06:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8509343D4C; Mon, 23 Aug 2004 13:06:44 +0000 (GMT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7ND6ipH078217; Mon, 23 Aug 2004 13:06:44 GMT (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7ND6ih8078216; Mon, 23 Aug 2004 13:06:44 GMT (envelope-from nectar) Message-Id: <200408231306.i7ND6ih8078216@repoman.freebsd.org> From: Jacques Vidrine <nectar@FreeBSD.org> Date: Mon, 23 Aug 2004 13:06:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 13:06:44 -0000 nectar 2004-08-23 13:06:44 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add <modified> date for previous commit. Revision Changes Path 1.193 +2 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Mon Aug 23 13:18:39 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F0CC16A4CE; Mon, 23 Aug 2004 13:18:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54F2443D2D; Mon, 23 Aug 2004 13:18:39 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NDIdte078590; Mon, 23 Aug 2004 13:18:39 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NDIdnk078589; Mon, 23 Aug 2004 13:18:39 GMT (envelope-from ale) Message-Id: <200408231318.i7NDIdnk078589@repoman.freebsd.org> From: Alex Dupre <ale@FreeBSD.org> Date: Mon, 23 Aug 2004 13:18:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/php5 Makefile Makefile.ext distinfo patch-scripts::phpize.in ports/graphics/php5-gd/files patch-config.m4 patch-gd.c patch-gd_ctx.c patch-libgd::gd.h patch-libgd::gd_biggif_out.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 13:18:39 -0000 ale 2004-08-23 13:18:39 UTC FreeBSD ports repository Modified files: lang/php5 Makefile Makefile.ext distinfo lang/php5/files patch-scripts::phpize.in graphics/php5-gd/files patch-config.m4 Removed files: lang/php5/files patch-sapi::apache::mod_php5.c graphics/php5-gd/files patch-gd.c patch-gd_ctx.c patch-libgd::gd.h patch-libgd::gd_biggif_out.c patch-libgd::gd_gif_out.c patch-libgd::gd_lzw_out.c patch-php_gd.h Log: Update to 5.0.1 release: - GD GIF output support is now enabled by default Revision Changes Path 1.2 +1 -70 ports/graphics/php5-gd/files/patch-config.m4 1.2 +0 -50 ports/graphics/php5-gd/files/patch-gd.c (dead) 1.2 +0 -168 ports/graphics/php5-gd/files/patch-gd_ctx.c (dead) 1.2 +0 -45 ports/graphics/php5-gd/files/patch-libgd::gd.h (dead) 1.2 +0 -1087 ports/graphics/php5-gd/files/patch-libgd::gd_biggif_out.c (dead) 1.2 +0 -73 ports/graphics/php5-gd/files/patch-libgd::gd_gif_out.c (dead) 1.2 +0 -939 ports/graphics/php5-gd/files/patch-libgd::gd_lzw_out.c (dead) 1.2 +0 -21 ports/graphics/php5-gd/files/patch-php_gd.h (dead) 1.73 +2 -2 ports/lang/php5/Makefile 1.7 +2 -6 ports/lang/php5/Makefile.ext 1.13 +2 -2 ports/lang/php5/distinfo 1.2 +0 -11 ports/lang/php5/files/patch-sapi::apache::mod_php5.c (dead) 1.2 +13 -3 ports/lang/php5/files/patch-scripts::phpize.in From owner-cvs-all@FreeBSD.ORG Mon Aug 23 13:52:57 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0BC416A4CE; Mon, 23 Aug 2004 13:52:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D349E43D3F; Mon, 23 Aug 2004 13:52:57 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NDqvLs079544; Mon, 23 Aug 2004 13:52:57 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NDqvOW079543; Mon, 23 Aug 2004 13:52:57 GMT (envelope-from ale) Message-Id: <200408231352.i7NDqvOW079543@repoman.freebsd.org> From: Alex Dupre <ale@FreeBSD.org> Date: Mon, 23 Aug 2004 13:52:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/netrik Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 13:52:58 -0000 ale 2004-08-23 13:52:57 UTC FreeBSD ports repository Modified files: www/netrik Makefile distinfo Log: Update to 1.15.1 release. Revision Changes Path 1.18 +1 -1 ports/www/netrik/Makefile 1.14 +2 -2 ports/www/netrik/distinfo From owner-cvs-all@FreeBSD.ORG Mon Aug 23 14:16:16 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1715616A4CE; Mon, 23 Aug 2004 14:16:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E270243D1D; Mon, 23 Aug 2004 14:16:15 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NEGFAw080141; Mon, 23 Aug 2004 14:16:15 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NEGFXA080140; Mon, 23 Aug 2004 14:16:15 GMT (envelope-from ru) Message-Id: <200408231416.i7NEGFXA080140@repoman.freebsd.org> From: Ruslan Ermilov <ru@FreeBSD.org> Date: Mon, 23 Aug 2004 14:16:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/modules Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 14:16:16 -0000 ru 2004-08-23 14:16:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/modules Makefile Log: MFC: 1.394: Build Netgraph modules on all architectures. Approved by: re (kensmith) Revision Changes Path 1.393.2.1 +1 -3 src/sys/modules/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 23 14:19:49 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88C2E16A4CE; Mon, 23 Aug 2004 14:19:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B79443D54; Mon, 23 Aug 2004 14:19:49 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NEJnE5080215; Mon, 23 Aug 2004 14:19:49 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NEJn59080214; Mon, 23 Aug 2004 14:19:49 GMT (envelope-from trhodes) Message-Id: <200408231419.i7NEJn59080214@repoman.freebsd.org> From: Tom Rhodes <trhodes@FreeBSD.org> Date: Mon, 23 Aug 2004 14:19:49 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations donors.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 14:19:49 -0000 trhodes 2004-08-23 14:19:49 UTC FreeBSD doc repository Modified files: en/donations donors.sgml Log: Update with recent donations including items from "DS" and a motherboard obrien sent me. Revision Changes Path 1.190 +62 -1 www/en/donations/donors.sgml From owner-cvs-all@FreeBSD.ORG Mon Aug 23 14:23:31 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 156C416A4CE; Mon, 23 Aug 2004 14:23:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC7DA43D48; Mon, 23 Aug 2004 14:23:30 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NENUlU080356; Mon, 23 Aug 2004 14:23:30 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NENU78080355; Mon, 23 Aug 2004 14:23:30 GMT (envelope-from krion) Message-Id: <200408231423.i7NENU78080355@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Mon, 23 Aug 2004 14:23:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/slirc/files patch-lru.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 14:23:31 -0000 krion 2004-08-23 14:23:30 UTC FreeBSD ports repository Added files: japanese/slirc/files patch-lru.c Log: Fix build on sparc64 Revision Changes Path 1.1 +10 -0 ports/japanese/slirc/files/patch-lru.c (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 23 14:37:33 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF49F16A4CE; Mon, 23 Aug 2004 14:37:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C35EB43D41; Mon, 23 Aug 2004 14:37:33 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NEbXbM080793; Mon, 23 Aug 2004 14:37:33 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NEbXdI080792; Mon, 23 Aug 2004 14:37:33 GMT (envelope-from krion) Message-Id: <200408231437.i7NEbXdI080792@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Mon, 23 Aug 2004 14:37:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/mopd Makefile ports/net/mopd/files patch-file.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 14:37:34 -0000 krion 2004-08-23 14:37:33 UTC FreeBSD ports repository Modified files: net/mopd Makefile net/mopd/files patch-file.c Log: Fix build with gcc-3.4 Pet portlint. Revision Changes Path 1.11 +1 -1 ports/net/mopd/Makefile 1.2 +35 -3 ports/net/mopd/files/patch-file.c From owner-cvs-all@FreeBSD.ORG Mon Aug 23 14:39:13 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0F1116A4CE; Mon, 23 Aug 2004 14:39:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D19A143D1D; Mon, 23 Aug 2004 14:39:12 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NEdCmV080849; Mon, 23 Aug 2004 14:39:12 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NEdC61080848; Mon, 23 Aug 2004 14:39:12 GMT (envelope-from clsung) Message-Id: <200408231439.i7NEdC61080848@repoman.freebsd.org> From: Cheng-Lung Sung <clsung@FreeBSD.org> Date: Mon, 23 Aug 2004 14:39:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/svk Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 14:39:13 -0000 clsung 2004-08-23 14:39:12 UTC FreeBSD ports repository Modified files: devel/svk Makefile distinfo pkg-plist Log: - Update to 0.19 - Fix dependency problem as reported on pointyhat (Compress::Zlib is missing) - Add a warning message let user know what happened when Makefile.PL reports there is a missing module. PR: ports/70830 Submitted by: Rong-En Fan <rafan@infor.org> Approved by: vanilla (co-mentor) Revision Changes Path 1.9 +13 -1 ports/devel/svk/Makefile 1.7 +2 -2 ports/devel/svk/distinfo 1.4 +2 -0 ports/devel/svk/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 23 14:40:46 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88FF016A4CE; Mon, 23 Aug 2004 14:40:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B12C43D45; Mon, 23 Aug 2004 14:40:46 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NEekDG080975; Mon, 23 Aug 2004 14:40:46 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NEekvO080974; Mon, 23 Aug 2004 14:40:46 GMT (envelope-from krion) Message-Id: <200408231440.i7NEekvO080974@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Mon, 23 Aug 2004 14:40:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/p5-Net-RawIP/files patch-RawIP.xs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 14:40:46 -0000 krion 2004-08-23 14:40:46 UTC FreeBSD ports repository Added files: net/p5-Net-RawIP/files patch-RawIP.xs Log: Fix build with gcc-3.4 Revision Changes Path 1.1 +23 -0 ports/net/p5-Net-RawIP/files/patch-RawIP.xs (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 23 14:41:33 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 324F916A4CF; Mon, 23 Aug 2004 14:41:33 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8020743D48; Mon, 23 Aug 2004 14:41:32 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.13.1/8.12.11) with ESMTP id i7NEfR7T069590; Mon, 23 Aug 2004 07:41:31 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i7NEfQmk069589; Mon, 23 Aug 2004 07:41:26 -0700 (PDT) (envelope-from obrien) Date: Mon, 23 Aug 2004 07:41:26 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: Ruslan Ermilov <ru@FreeBSD.org> Message-ID: <20040823144126.GB69468@dragon.nuxi.com> References: <200408230713.i7N7DpIX062830@repoman.freebsd.org> <20040823074553.GH59140@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040823074553.GH59140@ip.net.ua> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile src/gnu/usr.bin/cc Makefile.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 14:41:33 -0000 On Mon, Aug 23, 2004 at 10:45:53AM +0300, Ruslan Ermilov wrote: > On Mon, Aug 23, 2004 at 07:13:51AM +0000, David E. O'Brien wrote: > > obrien 2004-08-23 07:13:51 UTC > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_5) > > gnu/usr.bin/binutils/gdb Makefile > > gnu/usr.bin/cc Makefile.inc > > Log: > > Set vendor to a non-fun, but non-controversial one for the release. > > > > Approved by: re(kensmith) > > > > Revision Changes Path > > 1.81.2.1 +2 -2 src/gnu/usr.bin/binutils/gdb/Makefile > > 1.63.8.1 +1 -1 src/gnu/usr.bin/cc/Makefile.inc > > > Will HEAD still stay spinning under my desk? ;) It is my intentions it will. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Mon Aug 23 14:43:36 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93D4016A4CE; Mon, 23 Aug 2004 14:43:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7722043D53; Mon, 23 Aug 2004 14:43:36 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NEhabv081030; Mon, 23 Aug 2004 14:43:36 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NEhawK081029; Mon, 23 Aug 2004 14:43:36 GMT (envelope-from krion) Message-Id: <200408231443.i7NEhawK081029@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Mon, 23 Aug 2004 14:43:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Shape/files patch-Shape.xs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 14:43:36 -0000 krion 2004-08-23 14:43:36 UTC FreeBSD ports repository Modified files: devel/p5-Shape/files patch-Shape.xs Log: Fix build with gcc-3.4 Revision Changes Path 1.2 +14 -2 ports/devel/p5-Shape/files/patch-Shape.xs From owner-cvs-all@FreeBSD.ORG Mon Aug 23 14:47:12 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D09616A4CE; Mon, 23 Aug 2004 14:47:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40EB243D2D; Mon, 23 Aug 2004 14:47:12 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NElCEt081164; Mon, 23 Aug 2004 14:47:12 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NElCGZ081163; Mon, 23 Aug 2004 14:47:12 GMT (envelope-from krion) Message-Id: <200408231447.i7NElCGZ081163@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Mon, 23 Aug 2004 14:47:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/tavrasm/files patch-src_symbol.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 14:47:12 -0000 krion 2004-08-23 14:47:12 UTC FreeBSD ports repository Added files: devel/tavrasm/files patch-src_symbol.cc Log: Fix build with gcc-3.4 Revision Changes Path 1.1 +14 -0 ports/devel/tavrasm/files/patch-src_symbol.cc (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 23 14:49:07 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4248016A4CE; Mon, 23 Aug 2004 14:49:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23FE043D2F; Mon, 23 Aug 2004 14:49:07 +0000 (GMT) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NEn7YR081214; Mon, 23 Aug 2004 14:49:07 GMT (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NEn7cg081213; Mon, 23 Aug 2004 14:49:07 GMT (envelope-from bland) Message-Id: <200408231449.i7NEn7cg081213@repoman.freebsd.org> From: Alexander Nedotsukov <bland@FreeBSD.org> Date: Mon, 23 Aug 2004 14:49:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/eog2 Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 14:49:07 -0000 bland 2004-08-23 14:49:07 UTC FreeBSD ports repository Modified files: graphics/eog2 Makefile pkg-plist Log: Fix plist one more time (half paste last time). Reported by: pointyhat Revision Changes Path 1.50 +1 -1 ports/graphics/eog2/Makefile 1.22 +1 -0 ports/graphics/eog2/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 23 14:51:54 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 457B516A4CE; Mon, 23 Aug 2004 14:51:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28F9543D53; Mon, 23 Aug 2004 14:51:54 +0000 (GMT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NEprS7081367; Mon, 23 Aug 2004 14:51:53 GMT (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NEpr1V081366; Mon, 23 Aug 2004 14:51:53 GMT (envelope-from nectar) Message-Id: <200408231451.i7NEpr1V081366@repoman.freebsd.org> From: Jacques Vidrine <nectar@FreeBSD.org> Date: Mon, 23 Aug 2004 14:51:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 14:51:54 -0000 nectar 2004-08-23 14:51:53 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add DoS in SpamAssassin. Revision Changes Path 1.194 +31 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Mon Aug 23 14:54:16 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAF8016A4CE; Mon, 23 Aug 2004 14:54:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ECCA43D39; Mon, 23 Aug 2004 14:54:16 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NEsGni081430; Mon, 23 Aug 2004 14:54:16 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NEsGaw081429; Mon, 23 Aug 2004 14:54:16 GMT (envelope-from obrien) Message-Id: <200408231454.i7NEsGaw081429@repoman.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Mon, 23 Aug 2004 14:54:16 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations donors.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 14:54:16 -0000 obrien 2004-08-23 14:54:16 UTC FreeBSD doc repository Modified files: en/donations donors.sgml Log: Remove a duplicat entry, correct a disk drive model number. Revision Changes Path 1.191 +3 -11 www/en/donations/donors.sgml From owner-cvs-all@FreeBSD.ORG Mon Aug 23 15:03:56 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C19A816A4CE; Mon, 23 Aug 2004 15:03:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A582243D1F; Mon, 23 Aug 2004 15:03:56 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NF3uOX081688; Mon, 23 Aug 2004 15:03:56 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NF3uFT081687; Mon, 23 Aug 2004 15:03:56 GMT (envelope-from trhodes) Message-Id: <200408231503.i7NF3uFT081687@repoman.freebsd.org> From: Tom Rhodes <trhodes@FreeBSD.org> Date: Mon, 23 Aug 2004 15:03:56 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/docproj current.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 15:03:56 -0000 trhodes 2004-08-23 15:03:56 UTC FreeBSD doc repository Modified files: en/docproj current.sgml Log: A manual page for digi(4) is already in the tree. Revision Changes Path 1.71 +3 -3 www/en/docproj/current.sgml From owner-cvs-all@FreeBSD.ORG Mon Aug 23 15:07:03 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D95216A4CE; Mon, 23 Aug 2004 15:07:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31BB443D1D; Mon, 23 Aug 2004 15:07:03 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NF73CX081841; Mon, 23 Aug 2004 15:07:03 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NF73Au081840; Mon, 23 Aug 2004 15:07:03 GMT (envelope-from mat) Message-Id: <200408231507.i7NF73Au081840@repoman.freebsd.org> From: Mathieu Arnold <mat@FreeBSD.org> Date: Mon, 23 Aug 2004 15:07:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/p5-DBD-ODBC Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 15:07:03 -0000 mat 2004-08-23 15:07:03 UTC FreeBSD ports repository Modified files: databases/p5-DBD-ODBC Makefile Log: Add unixODBC support for 5.x+ Asked by: Justin England <jengland@enetis.net> Revision Changes Path 1.13 +28 -4 ports/databases/p5-DBD-ODBC/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 23 15:17:40 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8679116A4CE; Mon, 23 Aug 2004 15:17:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A6F743D31; Mon, 23 Aug 2004 15:17:40 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NFHe5p082086; Mon, 23 Aug 2004 15:17:40 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NFHe1p082085; Mon, 23 Aug 2004 15:17:40 GMT (envelope-from trhodes) Message-Id: <200408231517.i7NFHe1p082085@repoman.freebsd.org> From: Tom Rhodes <trhodes@FreeBSD.org> Date: Mon, 23 Aug 2004 15:17:40 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mac chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 15:17:40 -0000 trhodes 2004-08-23 15:17:40 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/mac chapter.sgml Log: Add two new troubleshooting items. Revision Changes Path 1.19 +41 -0 doc/en_US.ISO8859-1/books/handbook/mac/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Aug 23 15:18:34 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9683E16A4CE; Mon, 23 Aug 2004 15:18:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78C5643D60; Mon, 23 Aug 2004 15:18:34 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NFIYPX082138; Mon, 23 Aug 2004 15:18:34 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NFIYx5082137; Mon, 23 Aug 2004 15:18:34 GMT (envelope-from krion) Message-Id: <200408231518.i7NFIYx5082137@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Mon, 23 Aug 2004 15:18:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/led/files patch-src_color.c patch-src_complete.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 15:18:34 -0000 krion 2004-08-23 15:18:34 UTC FreeBSD ports repository Added files: editors/led/files patch-src_color.c patch-src_complete.c Log: Fix build with gcc-3.4 Revision Changes Path 1.1 +13 -0 ports/editors/led/files/patch-src_color.c (new) 1.1 +13 -0 ports/editors/led/files/patch-src_complete.c (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 23 15:22:58 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E09F16A4EC for <cvs-all@freebsd.org>; Mon, 23 Aug 2004 15:22:58 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id C258143D67 for <cvs-all@freebsd.org>; Mon, 23 Aug 2004 15:22:57 +0000 (GMT) (envelope-from cluepon@gmail.com) Received: by mproxy.gmail.com with SMTP id 73so22869rnk for <cvs-all@freebsd.org>; Mon, 23 Aug 2004 08:22:54 -0700 (PDT) Received: by 10.38.76.76 with SMTP id y76mr1052700rna; Mon, 23 Aug 2004 08:22:54 -0700 (PDT) Received: by 10.38.88.31 with HTTP; Mon, 23 Aug 2004 08:22:54 -0700 (PDT) Message-ID: <ebd7996704082308224de1e1a9@mail.gmail.com> Date: Mon, 23 Aug 2004 17:22:54 +0200 From: Mark Huizer <cluepon@gmail.com> To: Mathieu Arnold <mat@freebsd.org> In-Reply-To: <200408181533.i7IFX85M050315@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200408181533.i7IFX85M050315@repoman.freebsd.org> cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/mail/postfix distinfo pkg-plist ports/mail/postfix/scripts configure.postfix X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd+cvs@dohd.org List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 15:22:58 -0000 On Wed, 18 Aug 2004 15:33:08 +0000 (UTC), Mathieu Arnold <mat@freebsd.org> wrote: > mat 2004-08-18 15:33:08 UTC > > FreeBSD ports repository > > Modified files: > mail/postfix distinfo pkg-plist > mail/postfix/scripts configure.postfix > Log: > Add a patch to optionnaly add libspf2 > When compiling with options IPv6TLS SASL2 and SPF, I get a rejected patch, so I guess these aren't compatible. Maybe the configure script should check for these bad combinations. Mark -- War doesn't determine who's right, war determines who's left From owner-cvs-all@FreeBSD.ORG Mon Aug 23 15:26:12 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8486716A4CE; Mon, 23 Aug 2004 15:26:12 +0000 (GMT) Received: from plouf.absolight.net (plouf.absolight.net [212.43.217.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AAE543D4C; Mon, 23 Aug 2004 15:26:12 +0000 (GMT) (envelope-from mat@FreeBSD.org) X-Original-To: ports-committers@freebsd.org X-Original-To: cvs-ports@freebsd.org X-Original-To: cvs-all@freebsd.org X-Original-To: freebsd+cvs@dohd.org Received: from [192.168.8.51] (abeille.nerim.absolight.net [62.212.120.194]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by plouf.absolight.net (Postfix) with ESMTP id 274B03FCB; Mon, 23 Aug 2004 17:26:08 +0200 (CEST) Date: Mon, 23 Aug 2004 17:26:07 +0200 From: Mathieu Arnold <mat@FreeBSD.org> To: freebsd+cvs@dohd.org Message-ID: <1CE574E8F9BB872EF631FDE7@[192.168.8.51]> In-Reply-To: <ebd7996704082308224de1e1a9@mail.gmail.com> References: <200408181533.i7IFX85M050315@repoman.freebsd.org> <ebd7996704082308224de1e1a9@mail.gmail.com> X-Mailer: Mulberry/3.1.6 (Win32) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========45F5CBC4FB9B87ABF603==========" X-Spam-Checker-Version: SpamAssassin 2.64-abso_2004012301 (2004-01-11) on plouf.absolight.net by root@absolight.fr X-Virus-Scanned: by amavisd-new at plouf.absolight.net X-Spam-Status: No, hits=-4.527 tagged_above=-10 required=5 tests=AWL, BAYES_00, J_CHICKENPOX_33 X-Spam-Level: cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/mail/postfix distinfo pkg-plist ports/mail/postfix/scripts configure.postfix X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 15:26:12 -0000 --==========45F5CBC4FB9B87ABF603========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +-le 23/08/2004 17:22 +0200, Mark Huizer a dit : | On Wed, 18 Aug 2004 15:33:08 +0000 (UTC), Mathieu Arnold | <mat@freebsd.org> wrote: |> mat 2004-08-18 15:33:08 UTC |> |> FreeBSD ports repository |> |> Modified files: |> mail/postfix distinfo pkg-plist |> mail/postfix/scripts configure.postfix |> Log: |> Add a patch to optionnaly add libspf2 |> | | When compiling with options IPv6TLS SASL2 and SPF, I get a rejected | patch, so I guess these aren't compatible. Maybe the configure script | should check for these bad combinations. Yeah, that what I told the maintainer, ask him :-) -- Mathieu Arnold --==========45F5CBC4FB9B87ABF603========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) iQEVAwUBQSoMk1vROjYJ63c1AQIS/Qf/S9DC0Hns1oNpTjcuQ2iV1SN40NdCJZk/ 088OW1H0wZLVf4oHPu6Q/p0yKOty7yjwRNVeAcY8VSyR7sX6R4I1iF3MprN+f5Wy TrVVPSGms/MbjBFLRV2sPGez55XKSsWn7sPBz3L+gk0ZiY2yflKki1NlqTzTrSko t4FRr3IM3SGmkje00yQ9ytQAP5vGRqhQeZpipxLqxe/V5GmtGb21WGCx76q/hYwv JwKNFxio0eIViDy7l/b2kFZDvTP9bG91y8UP3VcpBGRPWKFNujYZDJfTvbDXkCXm UfxJL/xwObocdzQhszeY6NYFZgXqdAkqrCtiB3BhJTMIvyNJ9+HBug== =e9f9 -----END PGP SIGNATURE----- --==========45F5CBC4FB9B87ABF603==========-- From owner-cvs-all@FreeBSD.ORG Mon Aug 23 15:30:06 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21D1916A4CE; Mon, 23 Aug 2004 15:30:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01F9243D2D; Mon, 23 Aug 2004 15:30:06 +0000 (GMT) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NFU5Zk082415; Mon, 23 Aug 2004 15:30:05 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NFU5bu082414; Mon, 23 Aug 2004 15:30:05 GMT (envelope-from dfr) Message-Id: <200408231530.i7NFU5bu082414@repoman.freebsd.org> From: Doug Rabson <dfr@FreeBSD.org> Date: Mon, 23 Aug 2004 15:30:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen tls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 15:30:06 -0000 dfr 2004-08-23 15:30:05 UTC FreeBSD src repository Modified files: lib/libc/gen tls.c Log: Make sure we allocate at least enough space for the TCB for variant I TLS. MFC after: 3 days Revision Changes Path 1.4 +2 -0 src/lib/libc/gen/tls.c From owner-cvs-all@FreeBSD.ORG Mon Aug 23 15:44:52 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16FF116A4CE; Mon, 23 Aug 2004 15:44:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED19D43D55; Mon, 23 Aug 2004 15:44:51 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NFipLA082870; Mon, 23 Aug 2004 15:44:51 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NFipoX082869; Mon, 23 Aug 2004 15:44:51 GMT (envelope-from clement) Message-Id: <200408231544.i7NFipoX082869@repoman.freebsd.org> From: Clement Laforet <clement@FreeBSD.org> Date: Mon, 23 Aug 2004 15:44:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/apache2/files apache.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 15:44:52 -0000 clement 2004-08-23 15:44:51 UTC FreeBSD ports repository Modified files: www/apache2/files apache.sh Log: - Add a sanity check on apache2 configuration files before reloading or restarting apache2 (to avoid an expected failure on restart) Revision Changes Path 1.9 +9 -1 ports/www/apache2/files/apache.sh From owner-cvs-all@FreeBSD.ORG Mon Aug 23 15:45:28 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 809A716A4CE; Mon, 23 Aug 2004 15:45:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 631A943D1F; Mon, 23 Aug 2004 15:45:28 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NFjSqP082971; Mon, 23 Aug 2004 15:45:28 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NFjSWV082970; Mon, 23 Aug 2004 15:45:28 GMT (envelope-from eik) Message-Id: <200408231545.i7NFjSWV082970@repoman.freebsd.org> From: Oliver Eikemeier <eik@FreeBSD.org> Date: Mon, 23 Aug 2004 15:45:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 15:45:28 -0000 eik 2004-08-23 15:45:28 UTC FreeBSD ports repository Modified files: . modules Log: remove duplicate entry Revision Changes Path 1.10963 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Aug 23 15:54:39 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 758B416A4CF; Mon, 23 Aug 2004 15:54:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4771143D67; Mon, 23 Aug 2004 15:54:39 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NFsdUk083307; Mon, 23 Aug 2004 15:54:39 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NFsd3F083306; Mon, 23 Aug 2004 15:54:39 GMT (envelope-from vs) Message-Id: <200408231554.i7NFsd3F083306@repoman.freebsd.org> From: Volker Stolz <vs@FreeBSD.org> Date: Mon, 23 Aug 2004 15:54:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/milter-sender Makefile distinfo pkg-plist ports/mail/milter-sender/files patch-ac X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 15:54:39 -0000 vs 2004-08-23 15:54:39 UTC FreeBSD ports repository Modified files: mail/milter-sender Makefile distinfo pkg-plist mail/milter-sender/files patch-ac Log: Update to milter-sender 0.61 / libsnert 1.39. Most notable new feature: Outgoing recipients are automatically white-listed if the incoming sender was white-listed (i.e. you will receive replies to your mails w/o a callback). Revision Changes Path 1.40 +4 -4 ports/mail/milter-sender/Makefile 1.18 +4 -4 ports/mail/milter-sender/distinfo 1.12 +14 -12 ports/mail/milter-sender/files/patch-ac 1.11 +0 -1 ports/mail/milter-sender/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 23 15:55:19 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00DC916A4CE; Mon, 23 Aug 2004 15:55:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E0C243D68; Mon, 23 Aug 2004 15:55:04 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NFt4Id083344; Mon, 23 Aug 2004 15:55:04 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NFt49X083343; Mon, 23 Aug 2004 15:55:04 GMT (envelope-from sobomax) Message-Id: <200408231555.i7NFt49X083343@repoman.freebsd.org> From: Maxim Sobolev <sobomax@FreeBSD.org> Date: Mon, 23 Aug 2004 15:55:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/conf NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 15:55:19 -0000 sobomax 2004-08-23 15:55:04 UTC FreeBSD src repository Modified files: sys/i386/conf NOTES Log: My recent measurement shows that CPU_DISABLE_CMPXCHG is no longer necessary with VmWare 4.x. At least with VmWare version 4.5.2, i386 version of atomic_cmpset_int() is about 30 times slower than non-i386 version. It makes this delta a good 5.3 MFC candidate, since otherwise it will mislead users who run FreeBSD under modern VmWare otherwise. Revision Changes Path 1.1170 +5 -3 src/sys/i386/conf/NOTES From owner-cvs-all@FreeBSD.ORG Mon Aug 23 16:03:51 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFAC016A4CE; Mon, 23 Aug 2004 16:03:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 923EA43D1D; Mon, 23 Aug 2004 16:03:51 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NG3peO083637; Mon, 23 Aug 2004 16:03:51 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NG3pgH083636; Mon, 23 Aug 2004 16:03:51 GMT (envelope-from marcus) Message-Id: <200408231603.i7NG3pgH083636@repoman.freebsd.org> From: Joe Marcus Clarke <marcus@FreeBSD.org> Date: Mon, 23 Aug 2004 16:03:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-themes/gtk-engines2 Makefile ports/x11-themes/gtk-engines2/files patch-pixbuf_pixbuf-draw.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 16:03:51 -0000 marcus 2004-08-23 16:03:51 UTC FreeBSD ports repository Modified files: x11-themes/gtk-engines2 Makefile Added files: x11-themes/gtk-engines2/files patch-pixbuf_pixbuf-draw.c Log: Fix a crash with certain pixbuf-based themes (e.g. Neutrino). Reported by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Obtained from: gtk-engines CVS Revision Changes Path 1.42 +1 -1 ports/x11-themes/gtk-engines2/Makefile 1.1 +11 -0 ports/x11-themes/gtk-engines2/files/patch-pixbuf_pixbuf-draw.c (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 23 16:05:41 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE91916A4CE; Mon, 23 Aug 2004 16:05:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 921C343D49; Mon, 23 Aug 2004 16:05:41 +0000 (GMT) (envelope-from yoichi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NG5fRG083794; Mon, 23 Aug 2004 16:05:41 GMT (envelope-from yoichi@repoman.freebsd.org) Received: (from yoichi@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NG5fqV083793; Mon, 23 Aug 2004 16:05:41 GMT (envelope-from yoichi) Message-Id: <200408231605.i7NG5fqV083793@repoman.freebsd.org> From: Yoichi NAKAYAMA <yoichi@FreeBSD.org> Date: Mon, 23 Aug 2004 16:05:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/elscreen Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 16:05:41 -0000 yoichi 2004-08-23 16:05:41 UTC FreeBSD ports repository Modified files: misc/elscreen Makefile distinfo Log: update to 1.3.2 Revision Changes Path 1.6 +1 -1 ports/misc/elscreen/Makefile 1.5 +2 -2 ports/misc/elscreen/distinfo From owner-cvs-all@FreeBSD.ORG Mon Aug 23 16:06:33 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4FA216A4CE; Mon, 23 Aug 2004 16:06:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9738F43D45; Mon, 23 Aug 2004 16:06:33 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NG6XBk083852; Mon, 23 Aug 2004 16:06:33 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NG6XIv083851; Mon, 23 Aug 2004 16:06:33 GMT (envelope-from simon) Message-Id: <200408231606.i7NG6XIv083851@repoman.freebsd.org> From: "Simon L. Nielsen" <simon@FreeBSD.org> Date: Mon, 23 Aug 2004 16:06:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/examples/mdoc example.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 16:06:33 -0000 simon 2004-08-23 16:06:33 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) share/examples/mdoc example.4 Log: MFC v. 1.19: Add a HARDWARE section to the example section 4 manual page. Approved by: re (hrs) Revision Changes Path 1.18.8.1 +13 -2 src/share/examples/mdoc/example.4 From owner-cvs-all@FreeBSD.ORG Mon Aug 23 16:08:14 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35FFF16A4CE; Mon, 23 Aug 2004 16:08:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 180A343D39; Mon, 23 Aug 2004 16:08:14 +0000 (GMT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NG8DMu083897; Mon, 23 Aug 2004 16:08:13 GMT (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NG8DT3083896; Mon, 23 Aug 2004 16:08:13 GMT (envelope-from nectar) Message-Id: <200408231608.i7NG8DT3083896@repoman.freebsd.org> From: Jacques Vidrine <nectar@FreeBSD.org> Date: Mon, 23 Aug 2004 16:08:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 16:08:14 -0000 nectar 2004-08-23 16:08:13 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add libxine vcd URL handling issue. Revision Changes Path 1.195 +40 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Mon Aug 23 16:10:00 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B29C716A4CE; Mon, 23 Aug 2004 16:10:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94D5243D5E; Mon, 23 Aug 2004 16:10:00 +0000 (GMT) (envelope-from yoichi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NGA0jS083952; Mon, 23 Aug 2004 16:10:00 GMT (envelope-from yoichi@repoman.freebsd.org) Received: (from yoichi@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NGA0Cc083951; Mon, 23 Aug 2004 16:10:00 GMT (envelope-from yoichi) Message-Id: <200408231610.i7NGA0Cc083951@repoman.freebsd.org> From: Yoichi NAKAYAMA <yoichi@FreeBSD.org> Date: Mon, 23 Aug 2004 16:10:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/skk-jisyo Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 16:10:00 -0000 yoichi 2004-08-23 16:10:00 UTC FreeBSD ports repository Modified files: japanese/skk-jisyo Makefile distinfo Log: update to 200408 version (L dictionary has been updated) drop maintainership Revision Changes Path 1.26 +2 -2 ports/japanese/skk-jisyo/Makefile 1.18 +6 -6 ports/japanese/skk-jisyo/distinfo From owner-cvs-all@FreeBSD.ORG Mon Aug 23 16:25:09 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB66E16A55F; Mon, 23 Aug 2004 16:25:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3641E43D55; Mon, 23 Aug 2004 16:25:08 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NGP8Xf084340; Mon, 23 Aug 2004 16:25:08 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NGP8Ql084339; Mon, 23 Aug 2004 16:25:08 GMT (envelope-from obrien) Message-Id: <200408231625.i7NGP8Ql084339@repoman.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Mon, 23 Aug 2004 16:25:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/alpha Makefile.inc src/sys/boot/ficl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 16:25:09 -0000 obrien 2004-08-23 16:25:07 UTC FreeBSD src repository Modified files: sys/boot/alpha Makefile.inc sys/boot/ficl Makefile Log: Forced commit to document: Doug Rabson <dfr@nlsystems.com> Message-Id: <200408220940.18504.dfr@nlsystems.com> Size does matter for the alpha loader. The firmware gives it 256k of address space which we overflowed many years ago. I extended it in sys/boot/alpha/common/main.c:extend_heap() by adding 512k to the loader's mapped address space. Revision Changes Path 1.11 +0 -0 src/sys/boot/alpha/Makefile.inc 1.39 +0 -0 src/sys/boot/ficl/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 23 16:26:17 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AE6116A4EA; Mon, 23 Aug 2004 16:26:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E21BC43D1F; Mon, 23 Aug 2004 16:26:16 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NGQGxX084459; Mon, 23 Aug 2004 16:26:16 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NGQGmd084458; Mon, 23 Aug 2004 16:26:16 GMT (envelope-from njl) Message-Id: <200408231626.i7NGQGmd084458@repoman.freebsd.org> From: Nate Lawson <njl@FreeBSD.org> Date: Mon, 23 Aug 2004 16:26:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 nexus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 16:26:17 -0000 njl 2004-08-23 16:26:16 UTC FreeBSD src repository Modified files: sys/i386/i386 nexus.c Log: Add a BUS_GET_RESOURCE_LIST method for nexus. MFC after: 3 days Revision Changes Path 1.59 +10 -0 src/sys/i386/i386/nexus.c From owner-cvs-all@FreeBSD.ORG Mon Aug 23 16:28:42 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A630516A4CE; Mon, 23 Aug 2004 16:28:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DEAA43D1D; Mon, 23 Aug 2004 16:28:42 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NGSg73084517; Mon, 23 Aug 2004 16:28:42 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NGSg8G084516; Mon, 23 Aug 2004 16:28:42 GMT (envelope-from njl) Message-Id: <200408231628.i7NGSg8G084516@repoman.freebsd.org> From: Nate Lawson <njl@FreeBSD.org> Date: Mon, 23 Aug 2004 16:28:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi.c acpi_resource.c acpivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 16:28:42 -0000 njl 2004-08-23 16:28:42 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c acpi_resource.c acpivar.h Log: Rework sysresource management. Instead of having each sysresource object hold its own values, pass them up to the parent (acpi0) and merge/uniq them on the way. After the namespace evaluation, acpi will reserve these resources and manage them via rman before bus_generic_probe() and bus_generic_attach(). This is necessary because some systems specify conflicting resources in separate sysresource objects. It's also cleaner in that the interface between sysresource and acpi is now merely the parent's resource list. This code handles the following cases: 1. Unique resource: add it to the parent via bus_set_resource(). 2. New wholly contained in old: discard new. 3. New tail overlaps old head: grow old head downward. AND/OR 4. New head overlaps old tail: grow old tail upward. Tested by: Pawel Worach <sajd_at_telia.com> Tested by: Radek Kozlowski <radek_at_raadradd.com> MFC after: 5 days Revision Changes Path 1.189 +82 -7 src/sys/dev/acpica/acpi.c 1.31 +59 -115 src/sys/dev/acpica/acpi_resource.c 1.81 +0 -2 src/sys/dev/acpica/acpivar.h From owner-cvs-all@FreeBSD.ORG Mon Aug 23 16:37:49 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB4DE16A4CE; Mon, 23 Aug 2004 16:37:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE6D043D1F; Mon, 23 Aug 2004 16:37:49 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NGbnm5084850; Mon, 23 Aug 2004 16:37:49 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NGbnps084849; Mon, 23 Aug 2004 16:37:49 GMT (envelope-from glewis) Message-Id: <200408231637.i7NGbnps084849@repoman.freebsd.org> From: Greg Lewis <glewis@FreeBSD.org> Date: Mon, 23 Aug 2004 16:37:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/archivers/libarchive Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 16:37:50 -0000 glewis 2004-08-23 16:37:49 UTC FreeBSD ports repository Modified files: archivers/libarchive Makefile distinfo Log: . Update to 1.01.013. . Fix a whitespace bogon. [2] Submitted by: portlint [2] Revision Changes Path 1.5 +7 -112 ports/archivers/libarchive/Makefile 1.5 +2 -2 ports/archivers/libarchive/distinfo From owner-cvs-all@FreeBSD.ORG Mon Aug 23 16:38:39 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFC4216A4CE; Mon, 23 Aug 2004 16:38:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9161C43D2D; Mon, 23 Aug 2004 16:38:39 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NGcd6C084893; Mon, 23 Aug 2004 16:38:39 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NGcdHS084892; Mon, 23 Aug 2004 16:38:39 GMT (envelope-from brueffer) Message-Id: <200408231638.i7NGcdHS084892@repoman.freebsd.org> From: Christian Brueffer <brueffer@FreeBSD.org> Date: Mon, 23 Aug 2004 16:38:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/share/misc dev.archlist.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 16:38:39 -0000 brueffer 2004-08-23 16:38:39 UTC FreeBSD src repository (doc committer) Modified files: release/doc/share/misc dev.archlist.txt Log: Add ixgb, remove isp and mpt (work on all supported platforms) Revision Changes Path 1.7 +1 -2 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-all@FreeBSD.ORG Mon Aug 23 16:40:35 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0A5616A4CE; Mon, 23 Aug 2004 16:40:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2F2743D46; Mon, 23 Aug 2004 16:40:35 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NGeZZ6085015; Mon, 23 Aug 2004 16:40:35 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NGeZkI085014; Mon, 23 Aug 2004 16:40:35 GMT (envelope-from nork) Message-Id: <200408231640.i7NGeZkI085014@repoman.freebsd.org> From: Norikatsu Shigemura <nork@FreeBSD.org> Date: Mon, 23 Aug 2004 16:40:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/linuxpluginwrapper Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 16:40:35 -0000 nork 2004-08-23 16:40:35 UTC FreeBSD ports repository Modified files: www/linuxpluginwrapper Makefile distinfo Log: Update to 20040824. o Add support PIPS2.6.2. Submitted by: ume Revision Changes Path 1.27 +2 -2 ports/www/linuxpluginwrapper/Makefile 1.11 +2 -2 ports/www/linuxpluginwrapper/distinfo From owner-cvs-all@FreeBSD.ORG Mon Aug 23 16:44:05 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C87F16A4CE; Mon, 23 Aug 2004 16:44:05 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74EEE43D8B; Mon, 23 Aug 2004 16:44:03 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 59BAA5C9B5; Mon, 23 Aug 2004 09:44:03 -0700 (PDT) Date: Mon, 23 Aug 2004 09:44:03 -0700 From: Alfred Perlstein <alfred@freebsd.org> To: David O'Brien <obrien@FreeBSD.org> Message-ID: <20040823164403.GL26612@elvis.mu.org> References: <200408230713.i7N7DpIX062830@repoman.freebsd.org> <20040823074553.GH59140@ip.net.ua> <20040823144126.GB69468@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040823144126.GB69468@dragon.nuxi.com> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Ruslan Ermilov <ru@FreeBSD.org> cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile src/gnu/usr.bin/cc Makefile.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 16:44:05 -0000 * David O'Brien <obrien@FreeBSD.org> [040823 07:41] wrote: > On Mon, Aug 23, 2004 at 10:45:53AM +0300, Ruslan Ermilov wrote: > > On Mon, Aug 23, 2004 at 07:13:51AM +0000, David E. O'Brien wrote: > > > obrien 2004-08-23 07:13:51 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: (Branch: RELENG_5) > > > gnu/usr.bin/binutils/gdb Makefile > > > gnu/usr.bin/cc Makefile.inc > > > Log: > > > Set vendor to a non-fun, but non-controversial one for the release. > > > > > > Approved by: re(kensmith) > > > > > > Revision Changes Path > > > 1.81.2.1 +2 -2 src/gnu/usr.bin/binutils/gdb/Makefile > > > 1.63.8.1 +1 -1 src/gnu/usr.bin/cc/Makefile.inc > > > > > Will HEAD still stay spinning under my desk? ;) > > It is my intentions it will. That is truly one of the funniest in jokes we have. :) -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-all@FreeBSD.ORG Mon Aug 23 16:45:12 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D1E616A4CF; Mon, 23 Aug 2004 16:45:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E84943D45; Mon, 23 Aug 2004 16:45:12 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NGjCmq085151; Mon, 23 Aug 2004 16:45:12 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NGjCai085150; Mon, 23 Aug 2004 16:45:12 GMT (envelope-from brueffer) Message-Id: <200408231645.i7NGjCai085150@repoman.freebsd.org> From: Christian Brueffer <brueffer@FreeBSD.org> Date: Mon, 23 Aug 2004 16:45:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 16:45:12 -0000 brueffer 2004-08-23 16:45:11 UTC FreeBSD src repository (doc committer) Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Autogenerate entries for ixgb(4) Revision Changes Path 1.230 +2 -0 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-all@FreeBSD.ORG Mon Aug 23 16:48:22 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABBCB16A4CF; Mon, 23 Aug 2004 16:48:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B4C643D1F; Mon, 23 Aug 2004 16:48:22 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NGmMed085246; Mon, 23 Aug 2004 16:48:22 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NGmMIZ085245; Mon, 23 Aug 2004 16:48:22 GMT (envelope-from brueffer) Message-Id: <200408231648.i7NGmMIZ085245@repoman.freebsd.org> From: Christian Brueffer <brueffer@FreeBSD.org> Date: Mon, 23 Aug 2004 16:48:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 ixgb.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 16:48:22 -0000 brueffer 2004-08-23 16:48:22 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 ixgb.4 Log: Wordsmithing in the hardware section. Revision Changes Path 1.4 +2 -2 src/share/man/man4/ixgb.4 From owner-cvs-all@FreeBSD.ORG Mon Aug 23 17:05:12 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B893116A4CF; Mon, 23 Aug 2004 17:05:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE33243D3F; Mon, 23 Aug 2004 17:05:12 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NH5C3D085706; Mon, 23 Aug 2004 17:05:12 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NH5CGp085705; Mon, 23 Aug 2004 17:05:12 GMT (envelope-from marcus) Message-Id: <200408231705.i7NH5CGp085705@repoman.freebsd.org> From: Joe Marcus Clarke <marcus@FreeBSD.org> Date: Mon, 23 Aug 2004 17:05:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/gnomesystemtools Makefile ports/sysutils/gnomesystemtools/filespatch-backends_platform.pl.in patch-backends_time-conf.in patch-backends_users-conf.in patch-src_common_gst-auth.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 17:05:12 -0000 marcus 2004-08-23 17:05:12 UTC FreeBSD ports repository Modified files: sysutils/gnomesystemtools Makefile sysutils/gnomesystemtools/files patch-src_common_gst-auth.c Added files: sysutils/gnomesystemtools/files patch-backends_network-conf.in patch-backends_network.pl.in patch-backends_platform.pl.in patch-backends_service.pl.in patch-backends_shares-conf.in patch-backends_time-conf.in patch-backends_users-conf.in Log: * Add FreeBSD 6.X support * Try a slightly different patch to preserve the locale when authenticating Revision Changes Path 1.7 +1 -1 ports/sysutils/gnomesystemtools/Makefile 1.1 +11 -0 ports/sysutils/gnomesystemtools/files/patch-backends_network-conf.in (new) 1.1 +64 -0 ports/sysutils/gnomesystemtools/files/patch-backends_network.pl.in (new) 1.1 +10 -0 ports/sysutils/gnomesystemtools/files/patch-backends_platform.pl.in (new) 1.1 +41 -0 ports/sysutils/gnomesystemtools/files/patch-backends_service.pl.in (new) 1.1 +10 -0 ports/sysutils/gnomesystemtools/files/patch-backends_shares-conf.in (new) 1.1 +31 -0 ports/sysutils/gnomesystemtools/files/patch-backends_time-conf.in (new) 1.1 +19 -0 ports/sysutils/gnomesystemtools/files/patch-backends_users-conf.in (new) 1.2 +19 -20 ports/sysutils/gnomesystemtools/files/patch-src_common_gst-auth.c From owner-cvs-all@FreeBSD.ORG Mon Aug 23 17:32:13 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7889316A4D0; Mon, 23 Aug 2004 17:32:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BF6243D31; Mon, 23 Aug 2004 17:32:13 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NHWDp4086452; Mon, 23 Aug 2004 17:32:13 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NHWDmn086451; Mon, 23 Aug 2004 17:32:13 GMT (envelope-from ceri) Message-Id: <200408231732.i7NHWDmn086451@repoman.freebsd.org> From: Ceri Davies <ceri@FreeBSD.org> Date: Mon, 23 Aug 2004 17:32:13 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mac chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 17:32:13 -0000 ceri 2004-08-23 17:32:13 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/mac chapter.sgml Log: Fix the build. Revision Changes Path 1.20 +1 -1 doc/en_US.ISO8859-1/books/handbook/mac/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Aug 23 17:33:56 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EA6116A4CE; Mon, 23 Aug 2004 17:33:56 +0000 (GMT) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65BA743D3F; Mon, 23 Aug 2004 17:33:49 +0000 (GMT) (envelope-from phantom@FreeBSD.org.ua) Received: from phantom.cris.net (phantom@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id i7NHZZHk018636; Mon, 23 Aug 2004 20:35:36 +0300 (EEST) (envelope-from phantom@FreeBSD.org.ua) Received: (from phantom@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id i7NHZVgU018635; Mon, 23 Aug 2004 20:35:31 +0300 (EEST) (envelope-from phantom) Date: Mon, 23 Aug 2004 20:35:29 +0300 From: Alexey Zelkin <phantom@FreeBSD.org.ua> To: "David O'Brien" <obrien@FreeBSD.org> Message-ID: <20040823173529.GB18520@phantom.cris.net> References: <200408230713.i7N7DpIX062830@repoman.freebsd.org> <20040823074553.GH59140@ip.net.ua> <20040823144126.GB69468@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040823144126.GB69468@dragon.nuxi.com> X-Operating-System: FreeBSD 4.9-STABLE i386 User-Agent: Mutt/1.5.5.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Ruslan Ermilov <ru@FreeBSD.org> cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile src/gnu/usr.bin/cc Makefile.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 17:33:56 -0000 hi, On Mon, Aug 23, 2004 at 07:41:26AM -0700, David O'Brien wrote: > On Mon, Aug 23, 2004 at 10:45:53AM +0300, Ruslan Ermilov wrote: > > On Mon, Aug 23, 2004 at 07:13:51AM +0000, David E. O'Brien wrote: > > > obrien 2004-08-23 07:13:51 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: (Branch: RELENG_5) > > > gnu/usr.bin/binutils/gdb Makefile > > > gnu/usr.bin/cc Makefile.inc > > > Log: > > > Set vendor to a non-fun, but non-controversial one for the release. > > > > > > Approved by: re(kensmith) > > > > > > Revision Changes Path > > > 1.81.2.1 +2 -2 src/gnu/usr.bin/binutils/gdb/Makefile > > > 1.63.8.1 +1 -1 src/gnu/usr.bin/cc/Makefile.inc > > > > > Will HEAD still stay spinning under my desk? ;) > > It is my intentions it will. So, is it a reason why HEAD does not boot on my notebook ? Should I move it under a desk and try again ? :-) -- /* Alexey Zelkin && Independent Contractor */ /* phantom(at)FreeBSD.org && http://www.FreeBSD.org/java */ /* phantom(at)cris.net && http://www.FreeBSD.org.ua/ */ From owner-cvs-all@FreeBSD.ORG Mon Aug 23 17:34:10 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3D8616A4CF; Mon, 23 Aug 2004 17:34:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BFF443D4C; Mon, 23 Aug 2004 17:34:10 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NHYA1d086506; Mon, 23 Aug 2004 17:34:10 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NHYA6s086505; Mon, 23 Aug 2004 17:34:10 GMT (envelope-from ceri) Message-Id: <200408231734.i7NHYA6s086505@repoman.freebsd.org> From: Ceri Davies <ceri@FreeBSD.org> Date: Mon, 23 Aug 2004 17:34:10 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mac chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 17:34:10 -0000 ceri 2004-08-23 17:34:10 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/mac chapter.sgml Log: Fix the second part of build breakage. Revision Changes Path 1.21 +1 -1 doc/en_US.ISO8859-1/books/handbook/mac/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Aug 23 17:36:59 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31C4416A4CE; Mon, 23 Aug 2004 17:36:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 298B543D45; Mon, 23 Aug 2004 17:36:59 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NHaxGb086704; Mon, 23 Aug 2004 17:36:59 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NHaxbo086703; Mon, 23 Aug 2004 17:36:59 GMT (envelope-from marcus) Message-Id: <200408231736.i7NHaxbo086703@repoman.freebsd.org> From: Joe Marcus Clarke <marcus@FreeBSD.org> Date: Mon, 23 Aug 2004 17:36:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/xscreensaver-gnome Makefile distinfo patch-driver::xscreensaver-demo.glade2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 17:36:59 -0000 marcus 2004-08-23 17:36:59 UTC FreeBSD ports repository Modified files: x11/xscreensaver-gnome Makefile distinfo pkg-plist Removed files: x11/xscreensaver-gnome/files patch-driver::xscreensaver-demo.glade2 Log: Update to 4.18. For a list of changes in this release, see: http://www.jwz.org/xscreensaver/changelog.html Revision Changes Path 1.34 +2 -2 ports/x11/xscreensaver-gnome/Makefile 1.15 +2 -2 ports/x11/xscreensaver-gnome/distinfo 1.2 +0 -10 ports/x11/xscreensaver-gnome/files/patch-driver::xscreensaver-demo.glade2 (dead) 1.16 +4 -0 ports/x11/xscreensaver-gnome/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 23 17:38:11 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5D9016A4CE; Mon, 23 Aug 2004 17:38:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8899243D2D; Mon, 23 Aug 2004 17:38:11 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NHcBNH086751; Mon, 23 Aug 2004 17:38:11 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NHcBMh086750; Mon, 23 Aug 2004 17:38:11 GMT (envelope-from ceri) Message-Id: <200408231738.i7NHcBMh086750@repoman.freebsd.org> From: Ceri Davies <ceri@FreeBSD.org> Date: Mon, 23 Aug 2004 17:38:11 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mac chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 17:38:11 -0000 ceri 2004-08-23 17:38:11 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/mac chapter.sgml Log: Correct the last revision to use errorname, and correct another instance of "error". Revision Changes Path 1.22 +2 -2 doc/en_US.ISO8859-1/books/handbook/mac/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Aug 23 17:39:12 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA2D616A4CE; Mon, 23 Aug 2004 17:39:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABB8543D45; Mon, 23 Aug 2004 17:39:12 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NHdCCN086822; Mon, 23 Aug 2004 17:39:12 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NHdCVf086821; Mon, 23 Aug 2004 17:39:12 GMT (envelope-from eik) Message-Id: <200408231739.i7NHdCVf086821@repoman.freebsd.org> From: Oliver Eikemeier <eik@FreeBSD.org> Date: Mon, 23 Aug 2004 17:39:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/portaudit Makefile ports/security/portaudit/files portaudit-cmd.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 17:39:12 -0000 eik 2004-08-23 17:39:12 UTC FreeBSD ports repository Modified files: security/portaudit Makefile security/portaudit/files portaudit-cmd.sh Log: fix "too many open files" error when using the -r flag Noted by: nectar Revision Changes Path 1.16 +1 -1 ports/security/portaudit/Makefile 1.10 +2 -2 ports/security/portaudit/files/portaudit-cmd.sh From owner-cvs-all@FreeBSD.ORG Mon Aug 23 17:47:22 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEA9616A4CE; Mon, 23 Aug 2004 17:47:22 +0000 (GMT) Received: from mail.qubesoft.com (gate.qubesoft.com [217.169.36.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8D9D43D48; Mon, 23 Aug 2004 17:47:21 +0000 (GMT) (envelope-from dfr@nlsystems.com) Received: from bluebottle.qubesoft.com (bluebottle.qubesoft.com [192.168.1.2]) by mail.qubesoft.com (8.12.9/8.12.9) with ESMTP id i7NHlKGR057570; Mon, 23 Aug 2004 18:47:20 +0100 (BST) (envelope-from dfr@nlsystems.com) Received: from builder02.qubesoft.com (builder02.qubesoft.com [192.168.1.8]) i7NHlFJV005320; Mon, 23 Aug 2004 18:47:20 +0100 (BST) (envelope-from dfr@nlsystems.com) From: Doug Rabson <dfr@nlsystems.com> To: Doug Rabson <dfr@FreeBSD.org> In-Reply-To: <200408231530.i7NFU5bu082414@repoman.freebsd.org> References: <200408231530.i7NFU5bu082414@repoman.freebsd.org> Content-Type: text/plain Message-Id: <1093283234.16672.2.camel@builder02.qubesoft.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 23 Aug 2004 18:47:15 +0100 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 'clamd / ClamAV version 0.65', clamav-milter version '0.60p' cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen tls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 17:47:22 -0000 On Mon, 2004-08-23 at 16:30, Doug Rabson wrote: > dfr 2004-08-23 15:30:05 UTC > > FreeBSD src repository > > Modified files: > lib/libc/gen tls.c > Log: > Make sure we allocate at least enough space for the TCB for variant I TLS. This is the real fix for the static binaries segfaulting on alpha. With this we could re-add the change to crt1.c which enables TLS for static binaries. Given that we don't yet fully support TLS for alpha in either rtld or libpthread, I don't propose to change lib/csu/alpha/crt1.c again for 5.3. From owner-cvs-all@FreeBSD.ORG Mon Aug 23 17:50:23 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D41B16A4CE; Mon, 23 Aug 2004 17:50:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5AB343D46; Mon, 23 Aug 2004 17:50:18 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NHoIVm087089; Mon, 23 Aug 2004 17:50:18 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NHoIdA087088; Mon, 23 Aug 2004 17:50:18 GMT (envelope-from le) Message-Id: <200408231750.i7NHoIdA087088@repoman.freebsd.org> From: Lukas Ertl <le@FreeBSD.org> Date: Mon, 23 Aug 2004 17:50:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/vinum geom_vinum_raid5.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 17:50:23 -0000 le 2004-08-23 17:50:18 UTC FreeBSD src repository Modified files: sys/geom/vinum geom_vinum_raid5.c Log: Compare the addresses of two RAID5 work packets directly instead of the addresses of their related bios when locking one out, since they could share a bio and this could lead to parity corruption. Revision Changes Path 1.6 +1 -1 src/sys/geom/vinum/geom_vinum_raid5.c From owner-cvs-all@FreeBSD.ORG Mon Aug 23 17:53:18 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0FB916A4CE; Mon, 23 Aug 2004 17:53:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D185F43D39; Mon, 23 Aug 2004 17:53:18 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NHrIof087258; Mon, 23 Aug 2004 17:53:18 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NHrIU0087257; Mon, 23 Aug 2004 17:53:18 GMT (envelope-from ceri) Message-Id: <200408231753.i7NHrIU0087257@repoman.freebsd.org> From: Ceri Davies <ceri@FreeBSD.org> Date: Mon, 23 Aug 2004 17:53:18 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mac chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 17:53:19 -0000 ceri 2004-08-23 17:53:18 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/mac chapter.sgml Log: Calm down and properly fix the problem with the _secure_path(3) entity. Revision Changes Path 1.23 +1 -1 doc/en_US.ISO8859-1/books/handbook/mac/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Aug 23 18:04:02 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BAA616A4CE; Mon, 23 Aug 2004 18:04:02 +0000 (GMT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CB0643D77; Mon, 23 Aug 2004 18:04:02 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id i7NI5JZO002657; Mon, 23 Aug 2004 11:05:19 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id i7NI5JTj002656; Mon, 23 Aug 2004 11:05:19 -0700 Date: Mon, 23 Aug 2004 11:05:19 -0700 From: Brooks Davis <brooks@one-eyed-alien.net> To: Robert Watson <rwatson@FreeBSD.org> Message-ID: <20040823180519.GC21483@odin.ac.hmc.edu> References: <4128673E.F68B68EE@freebsd.org> <Pine.NEB.3.96L.1040822103602.5376G-100000@fledge.watson.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Md/poaVZ8hnGTzuv" Content-Disposition: inline In-Reply-To: <Pine.NEB.3.96L.1040822103602.5376G-100000@fledge.watson.org> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Andre Oppermann <andre@FreeBSD.org> cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net rtsock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 18:04:02 -0000 --Md/poaVZ8hnGTzuv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 22, 2004 at 10:51:13AM -0400, Robert Watson wrote: >=20 > On Sun, 22 Aug 2004, Andre Oppermann wrote: >=20 > > > Allow the size of the routing socket netisr queue to be configured = using > > > the tunable or sysctl 'net.route.netisr_maxqlen'. Default the maxi= mum > > > depth to 256 rather than IFQ_MAXLEN due to the downsides of dropping > > > routing messages. > > >=20 > > > MT5 candidate. > > >=20 > > > Discussed with: mdodd, mlaier, Vincent Jardin <jardin at 6wind.com> > >=20 > > A rtmessage should never ever be dropped. That would wedge the > > synchronized state of any userland routing daemons.=20 >=20 > That as may be, but we've always been able to drop them when the routing > socket socket buffers fill, or when are unable to allocate an mbuf due to > low memory, as we're often unable to block when such a message is > generated. Inserting a netisr dispatch inserted a new bounded length > queue introduced another possible source of loss when the queue overflows. > I chatted with Bruce Simpson about this, and he observed that the way > routing daemons may/do address some of the potential loss is to set the > socket buffer receive size higher; this is not fail safe, however. I > asked the submitter of the issue what the highest watermark level for > socket buffers we'd seen in practice was, but I have not seen a response > to that. He suggested making the netisr queue depth for the routing > socket to be unlimited; I made it configurable but set what I think is a > fairly high default. Do you have any measurement of how deep that socket > buffer gets in practice on high volume routers?=20 It might be useful to add a RTM_FOOBAR (or similar :-) message to send when we are forced to drop a message. It's impossiable to be 100% certain we will never drop a message so having a mechanism to indicate that things have gone wrong could be useful. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --Md/poaVZ8hnGTzuv Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFBKjHeXY6L6fI4GtQRAsO7AJ9sm1DsQc8QnTmA3puzBz5aXAYZpQCeJOBe +oICw6nL0ldaIsxlTPzj5ic= =mKij -----END PGP SIGNATURE----- --Md/poaVZ8hnGTzuv-- From owner-cvs-all@FreeBSD.ORG Mon Aug 23 18:05:33 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB96B16A4CE; Mon, 23 Aug 2004 18:05:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC24543D48; Mon, 23 Aug 2004 18:05:33 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NI5XlI087588; Mon, 23 Aug 2004 18:05:33 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NI5XVg087587; Mon, 23 Aug 2004 18:05:33 GMT (envelope-from trhodes) Message-Id: <200408231805.i7NI5XVg087587@repoman.freebsd.org> From: Tom Rhodes <trhodes@FreeBSD.org> Date: Mon, 23 Aug 2004 18:05:33 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/share/sgml mailing-lists.ent doc/en_US.ISO8859-1/books/handbook/eresources chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 18:05:34 -0000 trhodes 2004-08-23 18:05:33 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/share/sgml mailing-lists.ent en_US.ISO8859-1/books/handbook/eresources chapter.sgml Log: Add the VuXML mailing list. Requested by: nectar && Dan Langille Revision Changes Path 1.148 +5 -0 doc/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml 1.36 +5 -0 doc/en_US.ISO8859-1/share/sgml/mailing-lists.ent From owner-cvs-all@FreeBSD.ORG Mon Aug 23 18:10:02 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0ADEC16A4DB; Mon, 23 Aug 2004 18:10:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1BD343D45; Mon, 23 Aug 2004 18:10:01 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NIA1tC087763; Mon, 23 Aug 2004 18:10:01 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NIA12g087762; Mon, 23 Aug 2004 18:10:01 GMT (envelope-from blackend) Message-Id: <200408231810.i7NIA12g087762@repoman.freebsd.org> From: Marc Fonvieille <blackend@FreeBSD.org> Date: Mon, 23 Aug 2004 18:10:01 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mail chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 18:10:02 -0000 blackend 2004-08-23 18:10:01 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/mail chapter.sgml Log: Capitalize a title. Revision Changes Path 1.120 +1 -1 doc/en_US.ISO8859-1/books/handbook/mail/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Aug 23 18:18:28 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91C1F16A4CE; Mon, 23 Aug 2004 18:18:28 +0000 (GMT) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2614443D31; Mon, 23 Aug 2004 18:18:28 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from dhcp50.pn.xcllnt.net (dhcp50.pn.xcllnt.net [192.168.4.250]) by ns1.xcllnt.net (8.12.11/8.12.11) with ESMTP id i7NIIRIL011789; Mon, 23 Aug 2004 11:18:28 -0700 (PDT) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp50.pn.xcllnt.net (localhost [127.0.0.1]) by dhcp50.pn.xcllnt.net (8.13.1/8.13.1) with ESMTP id i7NIIR79000781; Mon, 23 Aug 2004 11:18:27 -0700 (PDT) (envelope-from marcel@dhcp50.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp50.pn.xcllnt.net (8.13.1/8.13.1/Submit) id i7NIIR0Y000780; Mon, 23 Aug 2004 11:18:27 -0700 (PDT) (envelope-from marcel) Date: Mon, 23 Aug 2004 11:18:27 -0700 From: Marcel Moolenaar <marcel@xcllnt.net> To: Doug Rabson <dfr@nlsystems.com> Message-ID: <20040823181827.GA706@dhcp50.pn.xcllnt.net> References: <200408231530.i7NFU5bu082414@repoman.freebsd.org> <1093283234.16672.2.camel@builder02.qubesoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1093283234.16672.2.camel@builder02.qubesoft.com> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen tls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 18:18:28 -0000 On Mon, Aug 23, 2004 at 06:47:15PM +0100, Doug Rabson wrote: > On Mon, 2004-08-23 at 16:30, Doug Rabson wrote: > > dfr 2004-08-23 15:30:05 UTC > > > > FreeBSD src repository > > > > Modified files: > > lib/libc/gen tls.c > > Log: > > Make sure we allocate at least enough space for the TCB for variant I TLS. > > This is the real fix for the static binaries segfaulting on alpha. With > this we could re-add the change to crt1.c which enables TLS for static > binaries. Given that we don't yet fully support TLS for alpha in either > rtld or libpthread, I don't propose to change lib/csu/alpha/crt1.c again > for 5.3. However, if we revert the backout of crt1.c, then we know that all shared executables will work the moment we fix rtld and libpthread. If we keep the call to _init_tls() removed from crt1.c then every binary linked on a 5.3 machine needs to be relinked the moment we do add proper TLS support. So, to minimize (future) burden I suggest we change crt1.c back for 5.3 as well. Otherwise this will just be another exception on Alpha... The above obviously conditional upon re@ approval. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Mon Aug 23 18:47:14 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5927B16A4CE; Mon, 23 Aug 2004 18:47:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B04A43D4C; Mon, 23 Aug 2004 18:47:14 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NIlEhg088729; Mon, 23 Aug 2004 18:47:14 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NIlEEx088728; Mon, 23 Aug 2004 18:47:14 GMT (envelope-from imp) Message-Id: <200408231847.i7NIlEEx088728@repoman.freebsd.org> From: Warner Losh <imp@FreeBSD.org> Date: Mon, 23 Aug 2004 18:47:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 18:47:14 -0000 imp 2004-08-23 18:47:14 UTC FreeBSD src repository Modified files: . UPDATING Log: Two items: o we're 6.x now, so say so in the first few lines of the file. o note that I'll be trimming this file around 5.3 release time. Revision Changes Path 1.347 +4 -2 src/UPDATING From owner-cvs-all@FreeBSD.ORG Mon Aug 23 18:49:46 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B9F016A4CE; Mon, 23 Aug 2004 18:49:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E259243D31; Mon, 23 Aug 2004 18:49:45 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NInjRN088839; Mon, 23 Aug 2004 18:49:45 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NInjQc088838; Mon, 23 Aug 2004 18:49:45 GMT (envelope-from krion) Message-Id: <200408231849.i7NInjQc088838@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Mon, 23 Aug 2004 18:49:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/cad/gmsh Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 18:49:46 -0000 krion 2004-08-23 18:49:45 UTC FreeBSD ports repository Modified files: cad/gmsh Makefile distinfo Log: Update to version 1.55.0 PR: ports/70864 Submitted by: Ports Fury Revision Changes Path 1.14 +35 -30 ports/cad/gmsh/Makefile 1.10 +2 -2 ports/cad/gmsh/distinfo From owner-cvs-all@FreeBSD.ORG Mon Aug 23 18:51:36 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B96CE16A4CE; Mon, 23 Aug 2004 18:51:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A63F43D45; Mon, 23 Aug 2004 18:51:36 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NIpaMS088968; Mon, 23 Aug 2004 18:51:36 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NIpaEx088967; Mon, 23 Aug 2004 18:51:36 GMT (envelope-from imp) Message-Id: <200408231851.i7NIpaEx088967@repoman.freebsd.org> From: Warner Losh <imp@FreeBSD.org> Date: Mon, 23 Aug 2004 18:51:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 18:51:36 -0000 imp 2004-08-23 18:51:36 UTC FreeBSD src repository Modified files: . UPDATING Log: Add a blanket note about 5.x being the same as 6.0 and vice versa for the time being. Also add a note that says we are going to remove the band-aides for 4.early -> 6.0 after 5.3-RELEASE so people get used to the idea, even though it has been planned since before 5.0 was released. Revision Changes Path 1.348 +10 -3 src/UPDATING From owner-cvs-all@FreeBSD.ORG Mon Aug 23 18:52:23 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45FD816A4CE; Mon, 23 Aug 2004 18:52:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CEFE43D1D; Mon, 23 Aug 2004 18:52:23 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NIqN36089067; Mon, 23 Aug 2004 18:52:23 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NIqN8V089066; Mon, 23 Aug 2004 18:52:23 GMT (envelope-from krion) Message-Id: <200408231852.i7NIqN8V089066@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Mon, 23 Aug 2004 18:52:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/gnomechess Makefile pkg-plist ports/games/gnomechess/files patch-src::board.c patch-src::pgn.c patch-src::server-term.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 18:52:23 -0000 krion 2004-08-23 18:52:22 UTC FreeBSD ports repository Modified files: games/gnomechess Makefile pkg-plist Added files: games/gnomechess/files patch-src::board.c patch-src::pgn.c patch-src::server-term.c Log: Fix build with gcc-3.4 PR: ports/70865 Submitted by: Ports Fury Revision Changes Path 1.15 +2 -1 ports/games/gnomechess/Makefile 1.1 +10 -0 ports/games/gnomechess/files/patch-src::board.c (new) 1.1 +18 -0 ports/games/gnomechess/files/patch-src::pgn.c (new) 1.1 +10 -0 ports/games/gnomechess/files/patch-src::server-term.c (new) 1.4 +2 -0 ports/games/gnomechess/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 23 18:54:17 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF4BC16A4CE; Mon, 23 Aug 2004 18:54:17 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19EC443D4C; Mon, 23 Aug 2004 18:54:17 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i7NIs55G070408; Mon, 23 Aug 2004 12:54:05 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 23 Aug 2004 12:54:23 -0600 (MDT) Message-Id: <20040823.125423.132929378.imp@bsdimp.com> To: phantom@FreeBSD.org.ua From: "M. Warner Losh" <imp@bsdimp.com> In-Reply-To: <20040823173529.GB18520@phantom.cris.net> References: <20040823074553.GH59140@ip.net.ua> <20040823144126.GB69468@dragon.nuxi.com> <20040823173529.GB18520@phantom.cris.net> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: ru@FreeBSD.org cc: cvs-all@FreeBSD.org cc: obrien@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile src/gnu/usr.bin/cc Makefile.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 18:54:17 -0000 In message: <20040823173529.GB18520@phantom.cris.net> Alexey Zelkin <phantom@FreeBSD.org.ua> writes: : hi, : : On Mon, Aug 23, 2004 at 07:41:26AM -0700, David O'Brien wrote: : > On Mon, Aug 23, 2004 at 10:45:53AM +0300, Ruslan Ermilov wrote: : > > On Mon, Aug 23, 2004 at 07:13:51AM +0000, David E. O'Brien wrote: : > > > obrien 2004-08-23 07:13:51 UTC : > > > : > > > FreeBSD src repository : > > > : > > > Modified files: (Branch: RELENG_5) : > > > gnu/usr.bin/binutils/gdb Makefile : > > > gnu/usr.bin/cc Makefile.inc : > > > Log: : > > > Set vendor to a non-fun, but non-controversial one for the release. : > > > : > > > Approved by: re(kensmith) : > > > : > > > Revision Changes Path : > > > 1.81.2.1 +2 -2 src/gnu/usr.bin/binutils/gdb/Makefile : > > > 1.63.8.1 +1 -1 src/gnu/usr.bin/cc/Makefile.inc : > > > : > > Will HEAD still stay spinning under my desk? ;) : > : > It is my intentions it will. : : So, is it a reason why HEAD does not boot on my notebook ? Should I move : it under a desk and try again ? :-) Clearly, we need more flexibility here. While undermydesk is appropriate for some machines, we need intherack, inmybackpack and mountedonplywood to cover current uses of FreeBSD. :-) Warner From owner-cvs-all@FreeBSD.ORG Mon Aug 23 18:55:01 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3089316A4CE; Mon, 23 Aug 2004 18:55:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1078C43D53; Mon, 23 Aug 2004 18:55:01 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NIt0d9089159; Mon, 23 Aug 2004 18:55:00 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NIt0GA089150; Mon, 23 Aug 2004 18:55:00 GMT (envelope-from krion) Message-Id: <200408231855.i7NIt0GA089150@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Mon, 23 Aug 2004 18:55:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/maelstrom Makefile pkg-plist ports/games/maelstrom/files patch-buttonlist.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 18:55:01 -0000 krion 2004-08-23 18:55:00 UTC FreeBSD ports repository Modified files: games/maelstrom Makefile pkg-plist Added files: games/maelstrom/files patch-buttonlist.h Log: Fix build with gcc-3.4 Support PORTDOCS PR: ports/70866 Submitted by: Ports Fury Revision Changes Path 1.30 +2 -2 ports/games/maelstrom/Makefile 1.1 +29 -0 ports/games/maelstrom/files/patch-buttonlist.h (new) 1.4 +20 -20 ports/games/maelstrom/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 23 18:58:28 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3310516A4CE; Mon, 23 Aug 2004 18:58:28 +0000 (GMT) Received: from itchy.rabson.org (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BB2743D45; Mon, 23 Aug 2004 18:58:27 +0000 (GMT) (envelope-from dfr@nlsystems.com) Received: from ns0.nlsystems.com (ns0.nlsystems.com [80.177.232.243]) by itchy.rabson.org (8.12.11/8.12.11) with ESMTP id i7NIwMpp053935; Mon, 23 Aug 2004 19:58:22 +0100 (BST) (envelope-from dfr@nlsystems.com) From: Doug Rabson <dfr@nlsystems.com> To: Marcel Moolenaar <marcel@xcllnt.net> Date: Mon, 23 Aug 2004 19:58:41 +0100 User-Agent: KMail/1.6.2 References: <200408231530.i7NFU5bu082414@repoman.freebsd.org> <1093283234.16672.2.camel@builder02.qubesoft.com> <20040823181827.GA706@dhcp50.pn.xcllnt.net> In-Reply-To: <20040823181827.GA706@dhcp50.pn.xcllnt.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408231958.41081.dfr@nlsystems.com> X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on itchy.rabson.org X-Virus-Scanned: clamd / ClamAV version 0.75.1, clamav-milter version 0.75c on itchy.rabson.org X-Virus-Status: Clean cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen tls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 18:58:28 -0000 On Monday 23 August 2004 19:18, Marcel Moolenaar wrote: > On Mon, Aug 23, 2004 at 06:47:15PM +0100, Doug Rabson wrote: > > On Mon, 2004-08-23 at 16:30, Doug Rabson wrote: > > > dfr 2004-08-23 15:30:05 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > lib/libc/gen tls.c > > > Log: > > > Make sure we allocate at least enough space for the TCB for > > > variant I TLS. > > > > This is the real fix for the static binaries segfaulting on alpha. > > With this we could re-add the change to crt1.c which enables TLS > > for static binaries. Given that we don't yet fully support TLS for > > alpha in either rtld or libpthread, I don't propose to change > > lib/csu/alpha/crt1.c again for 5.3. > > However, if we revert the backout of crt1.c, then we know that all > shared executables will work the moment we fix rtld and libpthread. > If we keep the call to _init_tls() removed from crt1.c then every > binary linked on a 5.3 machine needs to be relinked the moment we > do add proper TLS support. So, to minimize (future) burden I suggest > we change crt1.c back for 5.3 as well. Otherwise this will just be > another exception on Alpha... But then again, none of those static binaries are likely to include TLS (since its currently disabled for alpha). Dynamic binaries are not affected because when rtld gets involved, it handles the TLS initialisation istelf - _init_tls() is only used for static binaries and is empty for dynamic. > > The above obviously conditional upon re@ approval. I await the RE's judgement :-) From owner-cvs-all@FreeBSD.ORG Mon Aug 23 19:00:08 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B9CA16A4CE; Mon, 23 Aug 2004 19:00:08 +0000 (GMT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90C8B43D1D; Mon, 23 Aug 2004 19:00:07 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost.pittgoth.com (acs-24-154-239-170.zoominternet.net [24.154.239.170]) (authenticated bits=0) by pittgoth.com (8.12.10/8.12.10) with ESMTP id i7NIxqX1019234 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 23 Aug 2004 14:59:56 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Mon, 23 Aug 2004 15:00:27 -0400 From: Tom Rhodes <trhodes@FreeBSD.org> To: "M. Warner Losh" <imp@bsdimp.com> Message-Id: <20040823150027.7ae0275d@localhost.pittgoth.com> In-Reply-To: <20040823.125423.132929378.imp@bsdimp.com> References: <20040823074553.GH59140@ip.net.ua> <20040823144126.GB69468@dragon.nuxi.com> <20040823173529.GB18520@phantom.cris.net> <20040823.125423.132929378.imp@bsdimp.com> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ru@FreeBSD.org cc: obrien@FreeBSD.org cc: phantom@FreeBSD.org.ua Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile src/gnu/usr.bin/cc Makefile.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 19:00:08 -0000 On Mon, 23 Aug 2004 12:54:23 -0600 (MDT) "M. Warner Losh" <imp@bsdimp.com> wrote: > In message: <20040823173529.GB18520@phantom.cris.net> > Alexey Zelkin <phantom@FreeBSD.org.ua> writes: > : hi, > : > : On Mon, Aug 23, 2004 at 07:41:26AM -0700, David O'Brien wrote: > : > On Mon, Aug 23, 2004 at 10:45:53AM +0300, Ruslan Ermilov wrote: > : > > On Mon, Aug 23, 2004 at 07:13:51AM +0000, David E. O'Brien wrote: > : > > > obrien 2004-08-23 07:13:51 UTC > : > > > > : > > > FreeBSD src repository > : > > > > : > > > Modified files: (Branch: RELENG_5) > : > > > gnu/usr.bin/binutils/gdb Makefile > : > > > gnu/usr.bin/cc Makefile.inc > : > > > Log: > : > > > Set vendor to a non-fun, but non-controversial one for the release. > : > > > > : > > > Approved by: re(kensmith) > : > > > > : > > > Revision Changes Path > : > > > 1.81.2.1 +2 -2 src/gnu/usr.bin/binutils/gdb/Makefile > : > > > 1.63.8.1 +1 -1 src/gnu/usr.bin/cc/Makefile.inc > : > > > > : > > Will HEAD still stay spinning under my desk? ;) > : > > : > It is my intentions it will. > : > : So, is it a reason why HEAD does not boot on my notebook ? Should I move > : it under a desk and try again ? :-) > > Clearly, we need more flexibility here. While undermydesk is > appropriate for some machines, we need intherack, inmybackpack and > mountedonplywood to cover current uses of FreeBSD. :-) Don't forget about runningmymotorbike. :) -- Tom Rhodes From owner-cvs-all@FreeBSD.ORG Mon Aug 23 19:01:08 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C78416A4CF; Mon, 23 Aug 2004 19:01:08 +0000 (GMT) Received: from itchy.rabson.org (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78D2243D55; Mon, 23 Aug 2004 19:01:07 +0000 (GMT) (envelope-from dfr@nlsystems.com) Received: from ns0.nlsystems.com (ns0.nlsystems.com [80.177.232.243]) by itchy.rabson.org (8.12.11/8.12.11) with ESMTP id i7NJ13mT053984; Mon, 23 Aug 2004 20:01:03 +0100 (BST) (envelope-from dfr@nlsystems.com) From: Doug Rabson <dfr@nlsystems.com> To: Marcel Moolenaar <marcel@xcllnt.net> Date: Mon, 23 Aug 2004 20:01:22 +0100 User-Agent: KMail/1.6.2 References: <200408231530.i7NFU5bu082414@repoman.freebsd.org> <1093283234.16672.2.camel@builder02.qubesoft.com> <20040823181827.GA706@dhcp50.pn.xcllnt.net> In-Reply-To: <20040823181827.GA706@dhcp50.pn.xcllnt.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408232001.22449.dfr@nlsystems.com> X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on itchy.rabson.org X-Virus-Scanned: clamd / ClamAV version 0.75.1, clamav-milter version 0.75c on itchy.rabson.org X-Virus-Status: Clean cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen tls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 19:01:08 -0000 On Monday 23 August 2004 19:18, Marcel Moolenaar wrote: > On Mon, Aug 23, 2004 at 06:47:15PM +0100, Doug Rabson wrote: > > On Mon, 2004-08-23 at 16:30, Doug Rabson wrote: > > > dfr 2004-08-23 15:30:05 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > lib/libc/gen tls.c > > > Log: > > > Make sure we allocate at least enough space for the TCB for > > > variant I TLS. > > > > This is the real fix for the static binaries segfaulting on alpha. > > With this we could re-add the change to crt1.c which enables TLS > > for static binaries. Given that we don't yet fully support TLS for > > alpha in either rtld or libpthread, I don't propose to change > > lib/csu/alpha/crt1.c again for 5.3. > > However, if we revert the backout of crt1.c, then we know that all > shared executables will work the moment we fix rtld and libpthread. > If we keep the call to _init_tls() removed from crt1.c then every > binary linked on a 5.3 machine needs to be relinked the moment we > do add proper TLS support. So, to minimize (future) burden I suggest > we change crt1.c back for 5.3 as well. Otherwise this will just be > another exception on Alpha... > > The above obviously conditional upon re@ approval. Another thing which confuses me right now is that the same bug ought to have affected ia64 and powerpc since they both would like to use variant I style TLS. Odd. From owner-cvs-all@FreeBSD.ORG Mon Aug 23 19:01:18 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97F7D16A503; Mon, 23 Aug 2004 19:01:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A8FC43D1D; Mon, 23 Aug 2004 19:01:18 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NJ1IVG089404; Mon, 23 Aug 2004 19:01:18 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NJ1IUZ089403; Mon, 23 Aug 2004 19:01:18 GMT (envelope-from krion) Message-Id: <200408231901.i7NJ1IUZ089403@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Mon, 23 Aug 2004 19:01:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/qgo Makefile distinfo ports/games/qgo/files patch-qgo::src::mainwin.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 19:01:18 -0000 krion 2004-08-23 19:01:18 UTC FreeBSD ports repository Modified files: games/qgo Makefile distinfo Added files: games/qgo/files patch-qgo::src::mainwin.cpp Log: Update to version 0.2.1 PR: ports/70867 Submitted by: Ports Fury Revision Changes Path 1.13 +1 -1 ports/games/qgo/Makefile 1.9 +2 -2 ports/games/qgo/distinfo 1.1 +15 -0 ports/games/qgo/files/patch-qgo::src::mainwin.cpp (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 23 19:04:19 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9560216A4CE; Mon, 23 Aug 2004 19:04:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7683743D48; Mon, 23 Aug 2004 19:04:19 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NJ4JmZ089480; Mon, 23 Aug 2004 19:04:19 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NJ4Jg7089479; Mon, 23 Aug 2004 19:04:19 GMT (envelope-from mjacob) Message-Id: <200408231904.i7NJ4Jg7089479@repoman.freebsd.org> From: Matt Jacob <mjacob@FreeBSD.org> Date: Mon, 23 Aug 2004 19:04:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/isp isp_freebsd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 19:04:19 -0000 mjacob 2004-08-23 19:04:19 UTC FreeBSD src repository Modified files: sys/dev/isp isp_freebsd.c Log: Until I can get a clearer architecture from PHK about why he wants the geometry code to grab a mutex that prohibits any driver on the stack below it from sleeping, it's not safe to allow anything in the top half of isp to sleep (excepting the thread that Fibre Channel instances use to re-scan loops/fabrics). Revision Changes Path 1.103 +2 -0 src/sys/dev/isp/isp_freebsd.c From owner-cvs-all@FreeBSD.ORG Mon Aug 23 19:03:17 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72DFA16A4CE; Mon, 23 Aug 2004 19:03:17 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F46743D31; Mon, 23 Aug 2004 19:03:17 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i7NJ2Tiw070598; Mon, 23 Aug 2004 13:02:29 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 23 Aug 2004 13:02:47 -0600 (MDT) Message-Id: <20040823.130247.09569009.imp@bsdimp.com> To: trhodes@FreeBSD.org From: "M. Warner Losh" <imp@bsdimp.com> In-Reply-To: <20040823150027.7ae0275d@localhost.pittgoth.com> References: <20040823173529.GB18520@phantom.cris.net> <20040823.125423.132929378.imp@bsdimp.com> <20040823150027.7ae0275d@localhost.pittgoth.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ru@FreeBSD.org cc: obrien@FreeBSD.org cc: phantom@FreeBSD.org.ua Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile src/gnu/usr.bin/cc Makefile.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 19:03:17 -0000 In message: <20040823150027.7ae0275d@localhost.pittgoth.com> Tom Rhodes <trhodes@FreeBSD.org> writes: : On Mon, 23 Aug 2004 12:54:23 -0600 (MDT) : "M. Warner Losh" <imp@bsdimp.com> wrote: : : > In message: <20040823173529.GB18520@phantom.cris.net> : > Alexey Zelkin <phantom@FreeBSD.org.ua> writes: : > : hi, : > : : > : On Mon, Aug 23, 2004 at 07:41:26AM -0700, David O'Brien wrote: : > : > On Mon, Aug 23, 2004 at 10:45:53AM +0300, Ruslan Ermilov wrote: : > : > > On Mon, Aug 23, 2004 at 07:13:51AM +0000, David E. O'Brien wrote: : > : > > > obrien 2004-08-23 07:13:51 UTC : > : > > > : > : > > > FreeBSD src repository : > : > > > : > : > > > Modified files: (Branch: RELENG_5) : > : > > > gnu/usr.bin/binutils/gdb Makefile : > : > > > gnu/usr.bin/cc Makefile.inc : > : > > > Log: : > : > > > Set vendor to a non-fun, but non-controversial one for the release. : > : > > > : > : > > > Approved by: re(kensmith) : > : > > > : > : > > > Revision Changes Path : > : > > > 1.81.2.1 +2 -2 src/gnu/usr.bin/binutils/gdb/Makefile : > : > > > 1.63.8.1 +1 -1 src/gnu/usr.bin/cc/Makefile.inc : > : > > > : > : > > Will HEAD still stay spinning under my desk? ;) : > : > : > : > It is my intentions it will. : > : : > : So, is it a reason why HEAD does not boot on my notebook ? Should I move : > : it under a desk and try again ? :-) : > : > Clearly, we need more flexibility here. While undermydesk is : > appropriate for some machines, we need intherack, inmybackpack and : > mountedonplywood to cover current uses of FreeBSD. :-) : : Don't forget about runningmymotorbike. :) The scary thing is that I'm aware of about 3 or 4 systems that are running in motorbikes. Warner From owner-cvs-all@FreeBSD.ORG Mon Aug 23 19:05:10 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E9D016A4CE; Mon, 23 Aug 2004 19:05:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F409243D41; Mon, 23 Aug 2004 19:05:09 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NJ57Co089533; Mon, 23 Aug 2004 19:05:07 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NJ57iH089532; Mon, 23 Aug 2004 19:05:07 GMT (envelope-from krion) Message-Id: <200408231905.i7NJ57iH089532@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Mon, 23 Aug 2004 19:05:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/tif22pnm Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 19:05:10 -0000 krion 2004-08-23 19:05:06 UTC FreeBSD ports repository Modified files: graphics/tif22pnm Makefile distinfo pkg-descr Log: Update to version 0.11 PR: ports/70868 Submitted by: Ports Fury Revision Changes Path 1.6 +12 -4 ports/graphics/tif22pnm/Makefile 1.4 +2 -2 ports/graphics/tif22pnm/distinfo 1.2 +6 -4 ports/graphics/tif22pnm/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Aug 23 19:05:38 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C20316A4D2; Mon, 23 Aug 2004 19:05:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D8AF43D48; Mon, 23 Aug 2004 19:05:38 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NJ5cp3089653; Mon, 23 Aug 2004 19:05:38 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NJ5cWE089652; Mon, 23 Aug 2004 19:05:38 GMT (envelope-from blackend) Message-Id: <200408231905.i7NJ5cWE089652@repoman.freebsd.org> From: Marc Fonvieille <blackend@FreeBSD.org> Date: Mon, 23 Aug 2004 19:05:38 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/fr_FR.ISO8859-1/man/man1 echo.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 19:05:38 -0000 blackend 2004-08-23 19:05:38 UTC FreeBSD doc repository Modified files: fr_FR.ISO8859-1/man/man1 echo.1 Log: Remove an empty line. While I'm there clean trailing spaces. Submitted by: trhodes Revision Changes Path 1.2 +4 -6 doc/fr_FR.ISO8859-1/man/man1/echo.1 From owner-cvs-all@FreeBSD.ORG Mon Aug 23 19:07:29 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21DBF16A4CE; Mon, 23 Aug 2004 19:07:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01BFF43D55; Mon, 23 Aug 2004 19:07:29 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NJ7SmD089749; Mon, 23 Aug 2004 19:07:28 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NJ7S1j089748; Mon, 23 Aug 2004 19:07:28 GMT (envelope-from krion) Message-Id: <200408231907.i7NJ7S1j089748@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Mon, 23 Aug 2004 19:07:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/xtheater/files patch-plugins::ui::gtk::uiopt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 19:07:29 -0000 krion 2004-08-23 19:07:28 UTC FreeBSD ports repository Added files: multimedia/xtheater/files patch-plugins::ui::gtk::uiopt.c Log: Fix build with gcc-3.4 PR: ports/70869 Submitted by: Ports Fury Revision Changes Path 1.1 +67 -0 ports/multimedia/xtheater/files/patch-plugins::ui::gtk::uiopt.c (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 23 19:09:39 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0CE416A4CE; Mon, 23 Aug 2004 19:09:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2FB443D3F; Mon, 23 Aug 2004 19:09:38 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NJ9cM5089829; Mon, 23 Aug 2004 19:09:38 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NJ9cFt089828; Mon, 23 Aug 2004 19:09:38 GMT (envelope-from krion) Message-Id: <200408231909.i7NJ9cFt089828@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Mon, 23 Aug 2004 19:09:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/libyahoo2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 19:09:39 -0000 krion 2004-08-23 19:09:38 UTC FreeBSD ports repository Modified files: net/libyahoo2 Makefile Log: Fix libtool usage PR: ports/70870 Submitted by: Ports Fury Revision Changes Path 1.14 +3 -1 ports/net/libyahoo2/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 23 19:12:55 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12C4316A4CE; Mon, 23 Aug 2004 19:12:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E70C143D45; Mon, 23 Aug 2004 19:12:54 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NJCsQ6090031; Mon, 23 Aug 2004 19:12:54 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NJCsHx090030; Mon, 23 Aug 2004 19:12:54 GMT (envelope-from krion) Message-Id: <200408231912.i7NJCsHx090030@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Mon, 23 Aug 2004 19:12:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/gfontview/files patch-dialogs.C patch-gfont.C X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 19:12:55 -0000 krion 2004-08-23 19:12:54 UTC FreeBSD ports repository Added files: print/gfontview/files patch-dialogs.C patch-gfont.C Log: Fix build with gcc-3.4 PR: ports/70871 Submitted by: Ports Fury Revision Changes Path 1.1 +11 -0 ports/print/gfontview/files/patch-dialogs.C (new) 1.1 +11 -0 ports/print/gfontview/files/patch-gfont.C (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 23 19:13:17 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60F3A16A4CF; Mon, 23 Aug 2004 19:13:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 406F943D58; Mon, 23 Aug 2004 19:13:17 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NJDH9B090090; Mon, 23 Aug 2004 19:13:17 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NJDHSx090089; Mon, 23 Aug 2004 19:13:17 GMT (envelope-from trhodes) Message-Id: <200408231913.i7NJDHSx090089@repoman.freebsd.org> From: Tom Rhodes <trhodes@FreeBSD.org> Date: Mon, 23 Aug 2004 19:13:17 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/no_NO.ISO8859-1 Makefile doc/no_NO.ISO8859-1/books Makefile Makefile.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 19:13:17 -0000 trhodes 2004-08-23 19:13:17 UTC FreeBSD doc repository Added files: no_NO.ISO8859-1 Makefile no_NO.ISO8859-1/books Makefile Makefile.inc Log: Add some basic Makefiles. Revision Changes Path 1.1 +9 -0 doc/no_NO.ISO8859-1/Makefile (new) 1.1 +13 -0 doc/no_NO.ISO8859-1/books/Makefile (new) 1.1 +8 -0 doc/no_NO.ISO8859-1/books/Makefile.inc (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 23 19:15:42 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B5D816A4CE; Mon, 23 Aug 2004 19:15:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CFBE43D45; Mon, 23 Aug 2004 19:15:42 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NJFgAw090217; Mon, 23 Aug 2004 19:15:42 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NJFg1A090216; Mon, 23 Aug 2004 19:15:42 GMT (envelope-from krion) Message-Id: <200408231915.i7NJFg1A090216@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Mon, 23 Aug 2004 19:15:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/typetools/files patch-include::lcdf::hashmap.hh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 19:15:42 -0000 krion 2004-08-23 19:15:42 UTC FreeBSD ports repository Added files: print/typetools/files patch-include::lcdf::hashmap.hh Log: Fix build with gcc-3.4 PR: ports/70872 Submitted by: Ports Fury Revision Changes Path 1.1 +11 -0 ports/print/typetools/files/patch-include::lcdf::hashmap.hh (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 23 19:17:44 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99C9416A4CE; Mon, 23 Aug 2004 19:17:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78DB443D55; Mon, 23 Aug 2004 19:17:44 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NJHiqb090272; Mon, 23 Aug 2004 19:17:44 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NJHiB3090271; Mon, 23 Aug 2004 19:17:44 GMT (envelope-from krion) Message-Id: <200408231917.i7NJHiB3090271@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Mon, 23 Aug 2004 19:17:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/wmDeskGuide Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 19:17:44 -0000 krion 2004-08-23 19:17:44 UTC FreeBSD ports repository Modified files: x11-wm/wmDeskGuide Makefile Log: Fix build with gcc-3.4 PR: ports/70873 Submitted by: Ports Fury Revision Changes Path 1.5 +5 -0 ports/x11-wm/wmDeskGuide/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 23 19:18:08 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79BC616A4CE; Mon, 23 Aug 2004 19:18:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BC9543D49; Mon, 23 Aug 2004 19:18:08 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NJI8wH090305; Mon, 23 Aug 2004 19:18:08 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NJI8Cm090304; Mon, 23 Aug 2004 19:18:08 GMT (envelope-from trhodes) Message-Id: <200408231918.i7NJI8Cm090304@repoman.freebsd.org> From: Tom Rhodes <trhodes@FreeBSD.org> Date: Mon, 23 Aug 2004 19:18:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 19:18:08 -0000 trhodes 2004-08-23 19:18:08 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Place port name in the description. Suggested by: eik Revision Changes Path 1.196 +3 -2 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Mon Aug 23 19:18:11 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59BA816A517; Mon, 23 Aug 2004 19:18:10 +0000 (GMT) Received: from itchy.rabson.org (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86BC743D55; Mon, 23 Aug 2004 19:18:09 +0000 (GMT) (envelope-from dfr@nlsystems.com) Received: from ns0.nlsystems.com (ns0.nlsystems.com [80.177.232.243]) by itchy.rabson.org (8.12.11/8.12.11) with ESMTP id i7NJH4eO054125; Mon, 23 Aug 2004 20:17:04 +0100 (BST) (envelope-from dfr@nlsystems.com) From: Doug Rabson <dfr@nlsystems.com> To: "M. Warner Losh" <imp@bsdimp.com> Date: Mon, 23 Aug 2004 20:17:22 +0100 User-Agent: KMail/1.6.2 References: <20040823173529.GB18520@phantom.cris.net> <20040823150027.7ae0275d@localhost.pittgoth.com> <20040823.130247.09569009.imp@bsdimp.com> In-Reply-To: <20040823.130247.09569009.imp@bsdimp.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408232017.22669.dfr@nlsystems.com> X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on itchy.rabson.org X-Virus-Scanned: clamd / ClamAV version 0.75.1, clamav-milter version 0.75c on itchy.rabson.org X-Virus-Status: Clean cc: trhodes@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: obrien@FreeBSD.org cc: ru@FreeBSD.org cc: cvs-all@FreeBSD.org cc: phantom@FreeBSD.org.ua Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile src/gnu/usr.bin/cc Makefile.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 19:18:11 -0000 On Monday 23 August 2004 20:02, M. Warner Losh wrote: > In message: <20040823150027.7ae0275d@localhost.pittgoth.com> > > Tom Rhodes <trhodes@FreeBSD.org> writes: > : On Mon, 23 Aug 2004 12:54:23 -0600 (MDT) > : > : "M. Warner Losh" <imp@bsdimp.com> wrote: > : > In message: <20040823173529.GB18520@phantom.cris.net> > : > > : > Alexey Zelkin <phantom@FreeBSD.org.ua> writes: > : > : hi, > : > : > : > : On Mon, Aug 23, 2004 at 07:41:26AM -0700, David O'Brien wrote: > : > : > On Mon, Aug 23, 2004 at 10:45:53AM +0300, Ruslan Ermilov wrote: > : > : > > On Mon, Aug 23, 2004 at 07:13:51AM +0000, David E. O'Brien wrote: > : > : > > > obrien 2004-08-23 07:13:51 UTC > : > : > > > > : > : > > > FreeBSD src repository > : > : > > > > : > : > > > Modified files: (Branch: RELENG_5) > : > : > > > gnu/usr.bin/binutils/gdb Makefile > : > : > > > gnu/usr.bin/cc Makefile.inc > : > : > > > Log: > : > : > > > Set vendor to a non-fun, but non-controversial one for > : > : > > > the release. > : > : > > > > : > : > > > Approved by: re(kensmith) > : > : > > > > : > : > > > Revision Changes Path > : > : > > > 1.81.2.1 +2 -2 > : > : > > > src/gnu/usr.bin/binutils/gdb/Makefile 1.63.8.1 +1 -1 > : > : > > > src/gnu/usr.bin/cc/Makefile.inc > : > : > > > : > : > > Will HEAD still stay spinning under my desk? ;) > : > : > > : > : > It is my intentions it will. > : > : > : > : So, is it a reason why HEAD does not boot on my notebook ? > : > : Should I move it under a desk and try again ? :-) > : > > : > Clearly, we need more flexibility here. While undermydesk is > : > appropriate for some machines, we need intherack, inmybackpack > : > and mountedonplywood to cover current uses of FreeBSD. :-) > : > : Don't forget about runningmymotorbike. :) > > The scary thing is that I'm aware of about 3 or 4 systems that are > running in motorbikes. The main question is: does it make your motorbike insurance more expensive? From owner-cvs-all@FreeBSD.ORG Mon Aug 23 19:20:27 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C397C16A4CE; Mon, 23 Aug 2004 19:20:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4DB843D2D; Mon, 23 Aug 2004 19:20:27 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NJKRZQ090398; Mon, 23 Aug 2004 19:20:27 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NJKRtu090397; Mon, 23 Aug 2004 19:20:27 GMT (envelope-from pjd) Message-Id: <200408231920.i7NJKRtu090397@repoman.freebsd.org> From: Pawel Jakub Dawidek <pjd@FreeBSD.org> Date: Mon, 23 Aug 2004 19:20:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ipfw ipfw2.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 19:20:27 -0000 pjd 2004-08-23 19:20:27 UTC FreeBSD src repository Modified files: sbin/ipfw ipfw2.c Log: Fix 'show' command for pipes and queues. PR: bin/70311 Submitted by: Pawel Malachowski <pawmal-posting@freebsd.lublin.pl> MFC after: 3 days Revision Changes Path 1.55 +7 -1 src/sbin/ipfw/ipfw2.c From owner-cvs-all@FreeBSD.ORG Mon Aug 23 19:24:04 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B38616A4CE; Mon, 23 Aug 2004 19:24:04 +0000 (GMT) Received: from smtp-vbr9.xs4all.nl (smtp-vbr9.xs4all.nl [194.109.24.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CB7143D39; Mon, 23 Aug 2004 19:24:03 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr9.xs4all.nl (8.12.11/8.12.11) with ESMTP id i7NJO0eq050925; Mon, 23 Aug 2004 21:24:00 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.11/8.12.9) with ESMTP id i7NJO0Mi076858; Mon, 23 Aug 2004 21:24:00 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.12.11/8.12.11/Submit) id i7NJO024076857; Mon, 23 Aug 2004 21:24:00 +0200 (CEST) (envelope-from wb) Date: Mon, 23 Aug 2004 21:24:00 +0200 From: Wilko Bulte <wb@freebie.xs4all.nl> To: "M. Warner Losh" <imp@bsdimp.com> Message-ID: <20040823192400.GA76826@freebie.xs4all.nl> References: <20040823074553.GH59140@ip.net.ua> <20040823144126.GB69468@dragon.nuxi.com> <20040823173529.GB18520@phantom.cris.net> <20040823.125423.132929378.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040823.125423.132929378.imp@bsdimp.com> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.10-STABLE X-PGP: finger wilko@freebsd.org X-Virus-Scanned: by XS4ALL Virus Scanner cc: src-committers@FreeBSD.ORG cc: cvs-src@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: ru@FreeBSD.ORG cc: obrien@FreeBSD.ORG cc: phantom@FreeBSD.org.ua Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile src/gnu/usr.bin/cc Makefile.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 19:24:04 -0000 On Mon, Aug 23, 2004 at 12:54:23PM -0600, M. Warner Losh wrote.. > In message: <20040823173529.GB18520@phantom.cris.net> > Alexey Zelkin <phantom@FreeBSD.org.ua> writes: > : hi, > : > : On Mon, Aug 23, 2004 at 07:41:26AM -0700, David O'Brien wrote: > : > On Mon, Aug 23, 2004 at 10:45:53AM +0300, Ruslan Ermilov wrote: > : > > On Mon, Aug 23, 2004 at 07:13:51AM +0000, David E. O'Brien wrote: > : > > > obrien 2004-08-23 07:13:51 UTC > : > > > > : > > > FreeBSD src repository > : > > > > : > > > Modified files: (Branch: RELENG_5) > : > > > gnu/usr.bin/binutils/gdb Makefile > : > > > gnu/usr.bin/cc Makefile.inc > : > > > Log: > : > > > Set vendor to a non-fun, but non-controversial one for the release. > : > > > > : > > > Approved by: re(kensmith) > : > > > > : > > > Revision Changes Path > : > > > 1.81.2.1 +2 -2 src/gnu/usr.bin/binutils/gdb/Makefile > : > > > 1.63.8.1 +1 -1 src/gnu/usr.bin/cc/Makefile.inc > : > > > > : > > Will HEAD still stay spinning under my desk? ;) > : > > : > It is my intentions it will. > : > : So, is it a reason why HEAD does not boot on my notebook ? Should I move > : it under a desk and try again ? :-) > > Clearly, we need more flexibility here. While undermydesk is > appropriate for some machines, we need intherack, inmybackpack and > mountedonplywood to cover current uses of FreeBSD. :-) Don't forget the onmybike (recent sighting of FreeBSD-powered motorbike video) -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Mon Aug 23 19:24:50 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A65E816A4CE; Mon, 23 Aug 2004 19:24:50 +0000 (GMT) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15D8F43D45; Mon, 23 Aug 2004 19:24:50 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from dhcp50.pn.xcllnt.net (dhcp50.pn.xcllnt.net [192.168.4.250]) by ns1.xcllnt.net (8.12.11/8.12.11) with ESMTP id i7NJOnIj012204; Mon, 23 Aug 2004 12:24:50 -0700 (PDT) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp50.pn.xcllnt.net (localhost [127.0.0.1]) by dhcp50.pn.xcllnt.net (8.13.1/8.13.1) with ESMTP id i7NJOn6G001108; Mon, 23 Aug 2004 12:24:49 -0700 (PDT) (envelope-from marcel@dhcp50.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp50.pn.xcllnt.net (8.13.1/8.13.1/Submit) id i7NJOnGk001107; Mon, 23 Aug 2004 12:24:49 -0700 (PDT) (envelope-from marcel) Date: Mon, 23 Aug 2004 12:24:48 -0700 From: Marcel Moolenaar <marcel@xcllnt.net> To: Doug Rabson <dfr@nlsystems.com> Message-ID: <20040823192448.GA1074@dhcp50.pn.xcllnt.net> References: <200408231530.i7NFU5bu082414@repoman.freebsd.org> <1093283234.16672.2.camel@builder02.qubesoft.com> <20040823181827.GA706@dhcp50.pn.xcllnt.net> <200408231958.41081.dfr@nlsystems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408231958.41081.dfr@nlsystems.com> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen tls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 19:24:50 -0000 On Mon, Aug 23, 2004 at 07:58:41PM +0100, Doug Rabson wrote: > > > > > > This is the real fix for the static binaries segfaulting on alpha. > > > With this we could re-add the change to crt1.c which enables TLS > > > for static binaries. Given that we don't yet fully support TLS for > > > alpha in either rtld or libpthread, I don't propose to change > > > lib/csu/alpha/crt1.c again for 5.3. > > > > However, if we revert the backout of crt1.c, then we know that all > > shared executables will work the moment we fix rtld and libpthread. > > If we keep the call to _init_tls() removed from crt1.c then every > > binary linked on a 5.3 machine needs to be relinked the moment we > > do add proper TLS support. So, to minimize (future) burden I suggest > > we change crt1.c back for 5.3 as well. Otherwise this will just be > > another exception on Alpha... > > But then again, none of those static binaries are likely to include TLS > (since its currently disabled for alpha). Dynamic binaries are not > affected because when rtld gets involved, it handles the TLS > initialisation istelf - _init_tls() is only used for static binaries > and is empty for dynamic. Doh... you're right. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Mon Aug 23 19:25:07 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8928C16A4D0; Mon, 23 Aug 2004 19:25:07 +0000 (GMT) Received: from smtp-vbr14.xs4all.nl (smtp-vbr14.xs4all.nl [194.109.24.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id B35A143D2D; Mon, 23 Aug 2004 19:25:06 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) i7NJOx4J020754; Mon, 23 Aug 2004 21:24:59 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.11/8.12.9) with ESMTP id i7NJOxRn076877; Mon, 23 Aug 2004 21:24:59 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.12.11/8.12.11/Submit) id i7NJOxci076876; Mon, 23 Aug 2004 21:24:59 +0200 (CEST) (envelope-from wb) Date: Mon, 23 Aug 2004 21:24:59 +0200 From: Wilko Bulte <wb@freebie.xs4all.nl> To: Doug Rabson <dfr@nlsystems.com> Message-ID: <20040823192459.GB76826@freebie.xs4all.nl> References: <20040823173529.GB18520@phantom.cris.net> <20040823150027.7ae0275d@localhost.pittgoth.com> <20040823.130247.09569009.imp@bsdimp.com> <200408232017.22669.dfr@nlsystems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408232017.22669.dfr@nlsystems.com> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.10-STABLE X-PGP: finger wilko@freebsd.org X-Virus-Scanned: by XS4ALL Virus Scanner cc: trhodes@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-src@FreeBSD.ORG cc: obrien@FreeBSD.ORG cc: phantom@FreeBSD.org.ua cc: cvs-all@FreeBSD.ORG cc: ru@FreeBSD.ORG cc: "M. Warner Losh" <imp@bsdimp.com> Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile src/gnu/usr.bin/cc Makefile.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 19:25:07 -0000 On Mon, Aug 23, 2004 at 08:17:22PM +0100, Doug Rabson wrote.. > On Monday 23 August 2004 20:02, M. Warner Losh wrote: > > In message: <20040823150027.7ae0275d@localhost.pittgoth.com> > > > > Tom Rhodes <trhodes@FreeBSD.org> writes: > > : On Mon, 23 Aug 2004 12:54:23 -0600 (MDT) > > : > > : "M. Warner Losh" <imp@bsdimp.com> wrote: > > : > In message: <20040823173529.GB18520@phantom.cris.net> > > : > > > : > Alexey Zelkin <phantom@FreeBSD.org.ua> writes: > > : > : hi, > > : > : > > : > : On Mon, Aug 23, 2004 at 07:41:26AM -0700, David O'Brien wrote: > > : > : > On Mon, Aug 23, 2004 at 10:45:53AM +0300, Ruslan Ermilov > wrote: > > : > : > > On Mon, Aug 23, 2004 at 07:13:51AM +0000, David E. O'Brien ... > > : > Clearly, we need more flexibility here. While undermydesk is > > : > appropriate for some machines, we need intherack, inmybackpack > > : > and mountedonplywood to cover current uses of FreeBSD. :-) > > : > > : Don't forget about runningmymotorbike. :) > > > > The scary thing is that I'm aware of about 3 or 4 systems that are > > running in motorbikes. > > The main question is: does it make your motorbike insurance more > expensive? Only if you run into things while trying to analyse panics. -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Mon Aug 23 19:56:47 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DF7516A4CF; Mon, 23 Aug 2004 19:56:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E59443D2D; Mon, 23 Aug 2004 19:56:47 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NJulxu091324; Mon, 23 Aug 2004 19:56:47 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NJuldW091323; Mon, 23 Aug 2004 19:56:47 GMT (envelope-from ru) Message-Id: <200408231956.i7NJuldW091323@repoman.freebsd.org> From: Ruslan Ermilov <ru@FreeBSD.org> Date: Mon, 23 Aug 2004 19:56:47 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations donors.sgml wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 19:56:47 -0000 ru 2004-08-23 19:56:47 UTC FreeBSD doc repository Modified files: en/donations donors.sgml wantlist.sgml Log: Our friend Daniel bought me CPU and RAM. Thanks! Revision Changes Path 1.192 +9 -1 www/en/donations/donors.sgml 1.238 +1 -16 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Mon Aug 23 19:58:48 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B5ED16A4CE; Mon, 23 Aug 2004 19:58:47 +0000 (GMT) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF6B143D46; Mon, 23 Aug 2004 19:58:47 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from dhcp50.pn.xcllnt.net (dhcp50.pn.xcllnt.net [192.168.4.250]) by ns1.xcllnt.net (8.12.11/8.12.11) with ESMTP id i7NJwlfo012276; Mon, 23 Aug 2004 12:58:47 -0700 (PDT) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp50.pn.xcllnt.net (localhost [127.0.0.1]) by dhcp50.pn.xcllnt.net (8.13.1/8.13.1) with ESMTP id i7NJwlFn001203; Mon, 23 Aug 2004 12:58:47 -0700 (PDT) (envelope-from marcel@dhcp50.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp50.pn.xcllnt.net (8.13.1/8.13.1/Submit) id i7NJwlVl001202; Mon, 23 Aug 2004 12:58:47 -0700 (PDT) (envelope-from marcel) Date: Mon, 23 Aug 2004 12:58:47 -0700 From: Marcel Moolenaar <marcel@xcllnt.net> To: Doug Rabson <dfr@nlsystems.com> Message-ID: <20040823195847.GA1179@dhcp50.pn.xcllnt.net> References: <200408231530.i7NFU5bu082414@repoman.freebsd.org> <1093283234.16672.2.camel@builder02.qubesoft.com> <20040823181827.GA706@dhcp50.pn.xcllnt.net> <200408232001.22449.dfr@nlsystems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408232001.22449.dfr@nlsystems.com> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen tls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 19:58:48 -0000 On Mon, Aug 23, 2004 at 08:01:22PM +0100, Doug Rabson wrote: > > > > > > This is the real fix for the static binaries segfaulting on alpha. > > > With this we could re-add the change to crt1.c which enables TLS > > > for static binaries. Given that we don't yet fully support TLS for > > > alpha in either rtld or libpthread, I don't propose to change > > > lib/csu/alpha/crt1.c again for 5.3. *snip* > Another thing which confuses me right now is that the same bug ought to > have affected ia64 and powerpc since they both would like to use > variant I style TLS. Odd. On ia64 we never call _rtld_allocate_tls(): itanium% ldd ./hello ldd: ./hello: not a dynamic executable itanium% gdb ./hello GNU gdb 6.1.1 [FreeBSD] *snip* (gdb) b _rtld_allocate_tls Breakpoint 1 at 0x20000000000004a0 (gdb) run Starting program: /nfs/home/marcel/hello Hello world! Program exited normally. (gdb) b _init_tls Breakpoint 2 at 0x2000000000000640 (gdb) run Starting program: /nfs/home/marcel/hello Breakpoint 2, 0x2000000000000640 in _init_tls () (gdb) c Continuing. Hello world! Program exited normally. (gdb) quit -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Mon Aug 23 19:59:09 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 819AF16A4CE; Mon, 23 Aug 2004 19:59:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C64C43D49; Mon, 23 Aug 2004 19:59:09 +0000 (GMT) (envelope-from ade@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NJx9Js091441; Mon, 23 Aug 2004 19:59:09 GMT (envelope-from ade@repoman.freebsd.org) Received: (from ade@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NJx9sb091440; Mon, 23 Aug 2004 19:59:09 GMT (envelope-from ade) Message-Id: <200408231959.i7NJx9sb091440@repoman.freebsd.org> From: Ade Lovett <ade@FreeBSD.org> Date: Mon, 23 Aug 2004 19:59:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/tcl80 Makefile ports/x11-toolkits/tk80 Makefile pkg-plist ports/x11-toolkits/tk80/files patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 19:59:09 -0000 ade 2004-08-23 19:59:09 UTC FreeBSD ports repository Modified files: lang/tcl80 Makefile x11-toolkits/tk80 Makefile pkg-plist x11-toolkits/tk80/files patch-ab Log: Slightly harder to deal with than ports/70328, but tweak tcl80 and tk80 with WITH_TCL80_MAN and WITH_TK80_MAN knobs respectively. Revision Changes Path 1.37 +3 -0 ports/lang/tcl80/Makefile 1.36 +248 -1 ports/x11-toolkits/tk80/Makefile 1.5 +11 -77 ports/x11-toolkits/tk80/files/patch-ab 1.11 +0 -338 ports/x11-toolkits/tk80/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 23 20:02:21 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0E8016A4CE; Mon, 23 Aug 2004 20:02:21 +0000 (GMT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id F248343D1D; Mon, 23 Aug 2004 20:02:20 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost.pittgoth.com (acs-24-154-239-170.zoominternet.net [24.154.239.170]) (authenticated bits=0) by pittgoth.com (8.12.10/8.12.10) with ESMTP id i7NK21X1019584 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 23 Aug 2004 16:02:02 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Mon, 23 Aug 2004 16:02:37 -0400 From: Tom Rhodes <trhodes@FreeBSD.org> To: Wilko Bulte <wb@freebie.xs4all.nl> Message-Id: <20040823160237.570b03a4@localhost.pittgoth.com> In-Reply-To: <20040823192459.GB76826@freebie.xs4all.nl> References: <20040823173529.GB18520@phantom.cris.net> <20040823150027.7ae0275d@localhost.pittgoth.com> <20040823.130247.09569009.imp@bsdimp.com> <200408232017.22669.dfr@nlsystems.com> <20040823192459.GB76826@freebie.xs4all.nl> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: Doug Rabson <dfr@nlsystems.com> cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: obrien@FreeBSD.org cc: phantom@FreeBSD.org.ua cc: cvs-all@FreeBSD.org cc: ru@FreeBSD.org cc: "M. Warner Losh" <imp@bsdimp.com> Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile src/gnu/usr.bin/cc Makefile.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 20:02:21 -0000 On Mon, 23 Aug 2004 21:24:59 +0200 Wilko Bulte <wb@freebie.xs4all.nl> wrote: > On Mon, Aug 23, 2004 at 08:17:22PM +0100, Doug Rabson wrote.. > > On Monday 23 August 2004 20:02, M. Warner Losh wrote: > > > In message: <20040823150027.7ae0275d@localhost.pittgoth.com> > > > > > > Tom Rhodes <trhodes@FreeBSD.org> writes: > > > : On Mon, 23 Aug 2004 12:54:23 -0600 (MDT) > > > : > > > : "M. Warner Losh" <imp@bsdimp.com> wrote: > > > : > In message: <20040823173529.GB18520@phantom.cris.net> > > > : > > > > : > Alexey Zelkin <phantom@FreeBSD.org.ua> writes: > > > : > : hi, > > > : > : > > > : > : On Mon, Aug 23, 2004 at 07:41:26AM -0700, David O'Brien wrote: > > > : > : > On Mon, Aug 23, 2004 at 10:45:53AM +0300, Ruslan Ermilov > > wrote: > > > : > : > > On Mon, Aug 23, 2004 at 07:13:51AM +0000, David E. O'Brien > > ... > > > > : > Clearly, we need more flexibility here. While undermydesk is > > > : > appropriate for some machines, we need intherack, inmybackpack > > > : > and mountedonplywood to cover current uses of FreeBSD. :-) > > > : > > > : Don't forget about runningmymotorbike. :) > > > > > > The scary thing is that I'm aware of about 3 or 4 systems that are > > > running in motorbikes. > > > > The main question is: does it make your motorbike insurance more > > expensive? > > Only if you run into things while trying to analyse panics. Thou shall not Drink and Drive; Thou shall not gdb -k and drive. But thou shall run CVSup from a connection on a wireless network which you should not be on while a friend drives by the building. -- Tom Rhodes From owner-cvs-all@FreeBSD.ORG Mon Aug 23 20:08:41 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3DC116A4CE; Mon, 23 Aug 2004 20:08:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 940DA43D4C; Mon, 23 Aug 2004 20:08:41 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NK8f95091755; Mon, 23 Aug 2004 20:08:41 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NK8fvw091754; Mon, 23 Aug 2004 20:08:41 GMT (envelope-from brooks) Message-Id: <200408232008.i7NK8fvw091754@repoman.freebsd.org> From: Brooks Davis <brooks@FreeBSD.org> Date: Mon, 23 Aug 2004 20:08:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/coppermine Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 20:08:41 -0000 brooks 2004-08-23 20:08:41 UTC FreeBSD ports repository Modified files: www/coppermine Makefile distinfo pkg-plist Log: - Upgrade coppermine to 1.3.2. - Depend on required PHP extensions by using the new USE_PHP systax. - Make GD the default and add a WITH_IMAGEMAGICK option to enable an ImageMagick depend instead. Submitted by: Nils Vogels <nivo at yuckfou.org> (upgrade) PR: ports/70764 Revision Changes Path 1.2 +15 -5 ports/www/coppermine/Makefile 1.2 +2 -2 ports/www/coppermine/distinfo 1.2 +150 -27 ports/www/coppermine/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 23 20:27:31 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87A4216A4CE; Mon, 23 Aug 2004 20:27:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D83643D58; Mon, 23 Aug 2004 20:27:31 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NKRVHw092384; Mon, 23 Aug 2004 20:27:31 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NKRVPJ092383; Mon, 23 Aug 2004 20:27:31 GMT (envelope-from glewis) Message-Id: <200408232027.i7NKRVPJ092383@repoman.freebsd.org> From: Greg Lewis <glewis@FreeBSD.org> Date: Mon, 23 Aug 2004 20:27:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc Makefile ports/misc/jbidwatcher Makefile distinfo pkg-descr ports/misc/jbidwatcher/files jbidwatcher.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 20:27:31 -0000 glewis 2004-08-23 20:27:31 UTC FreeBSD ports repository Modified files: misc Makefile Added files: misc/jbidwatcher Makefile distinfo pkg-descr misc/jbidwatcher/files jbidwatcher.sh Log: . Add a port of jbidwatcher: "A Java-based application allowing you to monitor ebay auctions, submit bids, snipe (bid at the last moment), and otherwise track your auction-site experience. It includes adult-auction management, MANY currencies (yen, pound, dollar (US, Canada, Australian, and New Taiwanese), Swiss Francs, and euro, presently), drag-and-drop of auction URLs, a unique and powerful 'multisniping' feature." Submission tweaked to fix a few problems. PR: 69534 Submitted by: Jose Rodriguez <king@v2project.com> Revision Changes Path 1.703 +1 -0 ports/misc/Makefile 1.1 +35 -0 ports/misc/jbidwatcher/Makefile (new) 1.1 +2 -0 ports/misc/jbidwatcher/distinfo (new) 1.1 +5 -0 ports/misc/jbidwatcher/files/jbidwatcher.sh (new) 1.1 +8 -0 ports/misc/jbidwatcher/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 23 20:29:02 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDFA716A4CE; Mon, 23 Aug 2004 20:29:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE63F43D54; Mon, 23 Aug 2004 20:29:02 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NKT2dP092440; Mon, 23 Aug 2004 20:29:02 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NKT23C092439; Mon, 23 Aug 2004 20:29:02 GMT (envelope-from glewis) Message-Id: <200408232029.i7NKT23C092439@repoman.freebsd.org> From: Greg Lewis <glewis@FreeBSD.org> Date: Mon, 23 Aug 2004 20:29:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 20:29:03 -0000 glewis 2004-08-23 20:29:02 UTC FreeBSD ports repository Modified files: . modules Log: jbidwatcher -> ports/misc/jbidwatcher PR: 69534 Revision Changes Path 1.10964 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Aug 23 20:30:56 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF32016A4CE; Mon, 23 Aug 2004 20:30:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EEFE43D2F; Mon, 23 Aug 2004 20:30:56 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NKUu5H092575; Mon, 23 Aug 2004 20:30:56 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NKUueE092574; Mon, 23 Aug 2004 20:30:56 GMT (envelope-from krion) Message-Id: <200408232030.i7NKUueE092574@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Mon, 23 Aug 2004 20:30:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/fspclient/files patch-gcc34 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 20:30:56 -0000 krion 2004-08-23 20:30:56 UTC FreeBSD ports repository Added files: net/fspclient/files patch-gcc34 Log: Fix build with gcc-3.4 PR: ports/70883 Submitted by: maintainer Revision Changes Path 1.1 +11 -0 ports/net/fspclient/files/patch-gcc34 (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 23 20:42:35 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3351416A4CE; Mon, 23 Aug 2004 20:42:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12E5C43D75; Mon, 23 Aug 2004 20:42:35 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NKgYYp092943; Mon, 23 Aug 2004 20:42:34 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NKgYkD092942; Mon, 23 Aug 2004 20:42:34 GMT (envelope-from pjd) Message-Id: <200408232042.i7NKgYkD092942@repoman.freebsd.org> From: Pawel Jakub Dawidek <pjd@FreeBSD.org> Date: Mon, 23 Aug 2004 20:42:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/mirror g_mirror.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 20:42:35 -0000 pjd 2004-08-23 20:42:34 UTC FreeBSD src repository Modified files: sys/geom/mirror g_mirror.c Log: Allow to set kern.geom.mirror.timeout from /boot/loader.conf. Revision Changes Path 1.22 +1 -0 src/sys/geom/mirror/g_mirror.c From owner-cvs-all@FreeBSD.ORG Mon Aug 23 20:42:42 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62A9616A4EC; Mon, 23 Aug 2004 20:42:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42D0C43D77; Mon, 23 Aug 2004 20:42:42 +0000 (GMT) (envelope-from anders@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NKgg7t092974; Mon, 23 Aug 2004 20:42:42 GMT (envelope-from anders@repoman.freebsd.org) Received: (from anders@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NKgggF092973; Mon, 23 Aug 2004 20:42:42 GMT (envelope-from anders) Message-Id: <200408232042.i7NKgggF092973@repoman.freebsd.org> From: Anders Nordby <anders@FreeBSD.org> Date: Mon, 23 Aug 2004 20:42:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-fm/xdiskusage Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 20:42:42 -0000 anders 2004-08-23 20:42:42 UTC FreeBSD ports repository Modified files: x11-fm/xdiskusage Makefile distinfo Log: This port works, remove IGNORE/EXPIRATION_DATE/DEPRECATED. Update to 1.47. Assume maintainership. Approved by: maintainer neglect Revision Changes Path 1.18 +2 -6 ports/x11-fm/xdiskusage/Makefile 1.5 +2 -4 ports/x11-fm/xdiskusage/distinfo From owner-cvs-all@FreeBSD.ORG Mon Aug 23 20:51:51 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0603216A4CE; Mon, 23 Aug 2004 20:51:51 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id C530943D64; Mon, 23 Aug 2004 20:51:50 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.13.1/8.12.11) with ESMTP id i7NKpnpM031727; Mon, 23 Aug 2004 13:51:49 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i7NKplXi031726; Mon, 23 Aug 2004 13:51:47 -0700 (PDT) (envelope-from obrien) Date: Mon, 23 Aug 2004 13:51:46 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: Alexey Zelkin <phantom@FreeBSD.org.ua> Message-ID: <20040823205146.GA31551@dragon.nuxi.com> References: <200408230713.i7N7DpIX062830@repoman.freebsd.org> <20040823074553.GH59140@ip.net.ua> <20040823144126.GB69468@dragon.nuxi.com> <20040823173529.GB18520@phantom.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040823173529.GB18520@phantom.cris.net> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Ruslan Ermilov <ru@FreeBSD.org> cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile src/gnu/usr.bin/cc Makefile.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 20:51:51 -0000 On Mon, Aug 23, 2004 at 08:35:29PM +0300, Alexey Zelkin wrote: > > > Will HEAD still stay spinning under my desk? ;) > > > > It is my intentions it will. > > So, is it a reason why HEAD does not boot on my notebook ? Should I move > it under a desk and try again ? :-) Yes, you have a non-supported configuration. Sorry. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Mon Aug 23 20:59:39 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAB7916A4CE; Mon, 23 Aug 2004 20:59:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A906343D66; Mon, 23 Aug 2004 20:59:39 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NKxdNn093476; Mon, 23 Aug 2004 20:59:39 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NKxdVj093475; Mon, 23 Aug 2004 20:59:39 GMT (envelope-from thierry) Message-Id: <200408232059.i7NKxdVj093475@repoman.freebsd.org> From: Thierry Thomas <thierry@FreeBSD.org> Date: Mon, 23 Aug 2004 20:59:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases Makefileports/databases/pear-DB_DataObject Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 20:59:40 -0000 thierry 2004-08-23 20:59:39 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/pear-DB_DataObject Makefile distinfo pkg-descr Log: Add pear-DB_DataObject 1.7.1, an SQL Builder, Object Interface to Database Tables. PR: 70882 Submitted by: Antonio Carlos Venancio Junior Revision Changes Path 1.383 +1 -0 ports/databases/Makefile 1.1 +27 -0 ports/databases/pear-DB_DataObject/Makefile (new) 1.1 +2 -0 ports/databases/pear-DB_DataObject/distinfo (new) 1.1 +9 -0 ports/databases/pear-DB_DataObject/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 23 20:59:50 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E81316A4CE; Mon, 23 Aug 2004 20:59:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0006F43D5A; Mon, 23 Aug 2004 20:59:49 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NKxnl4093523; Mon, 23 Aug 2004 20:59:49 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NKxnWt093522; Mon, 23 Aug 2004 20:59:49 GMT (envelope-from thierry) Message-Id: <200408232059.i7NKxnWt093522@repoman.freebsd.org> From: Thierry Thomas <thierry@FreeBSD.org> Date: Mon, 23 Aug 2004 20:59:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 20:59:50 -0000 thierry 2004-08-23 20:59:49 UTC FreeBSD ports repository Modified files: . modules Log: pear-DB_DataObject --> ports/databases/pear-DB_DataObject Revision Changes Path 1.10965 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Aug 23 21:12:38 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EA9116A4CE; Mon, 23 Aug 2004 21:12:38 +0000 (GMT) Received: from pd4mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF3B943D46; Mon, 23 Aug 2004 21:12:37 +0000 (GMT) (envelope-from colin.percival@wadham.ox.ac.uk) Received: from pd5mr1so.prod.shaw.ca (pd5mr1so-qfe3.prod.shaw.ca [10.0.141.232]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0I2X0040743I7P@l-daemon>; Mon, 23 Aug 2004 15:09:18 -0600 (MDT) Received: from pn2ml5so.prod.shaw.ca ([10.0.121.149]) by pd5mr1so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I2X0063K43HML00@pd5mr1so.prod.shaw.ca>; Mon, 23 Aug 2004 15:09:18 -0600 (MDT) Received: from piii600.wadham.ox.ac.uk (S0106006067227a4a.vc.shawcable.net [24.87.233.42])2003)) with ESMTP id <0I2X00B1F43FNQ@l-daemon>; Mon, 23 Aug 2004 15:09:17 -0600 (MDT) Date: Mon, 23 Aug 2004 14:07:27 -0700 From: Colin Percival <colin.percival@wadham.ox.ac.uk> In-reply-to: <20040823160237.570b03a4@localhost.pittgoth.com> X-Sender: cperciva@popserver.sfu.ca (Unverified) To: Tom Rhodes <trhodes@FreeBSD.org> Message-id: <6.1.0.6.1.20040823133500.03974600@popserver.sfu.ca> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 6.1.0.6 Content-type: text/plain; charset=us-ascii References: <20040823173529.GB18520@phantom.cris.net> <20040823150027.7ae0275d@localhost.pittgoth.com> <20040823.130247.09569009.imp@bsdimp.com> <200408232017.22669.dfr@nlsystems.com> <20040823192459.GB76826@freebie.xs4all.nl> <20040823160237.570b03a4@localhost.pittgoth.com> cc: Wilko Bulte <wb@freebie.xs4all.nl> cc: src-committers@FreeBSD.org cc: Doug Rabson <dfr@nlsystems.com> cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile src/gnu/usr.bin/cc Makefile.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 21:12:38 -0000 At 13:02 23/08/2004, Tom Rhodes wrote: >Thou shall not Drink and Drive; >Thou shall not gdb -k and drive. > >But thou shall run CVSup from a connection on a wireless network >which you should not be on while a friend drives by the building. CVSup is insecure. Running CVSup on a wireless network is crazy. Running CVSup on an open wireless network is crazier. Running CVSup on somebody else's open wireless network is insane. Unless you're tunneling to cvsup-master via ssh to freefall, of course. :-) Colin Percival From owner-cvs-all@FreeBSD.ORG Mon Aug 23 21:29:44 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4989116A4CE; Mon, 23 Aug 2004 21:29:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 296E743D1F; Mon, 23 Aug 2004 21:29:44 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NLTijl094293; Mon, 23 Aug 2004 21:29:44 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NLTi3w094292; Mon, 23 Aug 2004 21:29:44 GMT (envelope-from thierry) Message-Id: <200408232129.i7NLTi3w094292@repoman.freebsd.org> From: Thierry Thomas <thierry@FreeBSD.org> Date: Mon, 23 Aug 2004 21:29:44 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 21:29:44 -0000 thierry 2004-08-23 21:29:44 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add an entry for Antonio Carlos Venancio Junior. PR: ports/70882. Revision Changes Path 1.258 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Mon Aug 23 21:39:29 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74FCD16A4CE; Mon, 23 Aug 2004 21:39:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A90A43D53; Mon, 23 Aug 2004 21:39:29 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NLdT6Q094669; Mon, 23 Aug 2004 21:39:29 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NLdToC094668; Mon, 23 Aug 2004 21:39:29 GMT (envelope-from peter) Message-Id: <200408232139.i7NLdToC094668@repoman.freebsd.org> From: Peter Wemm <peter@FreeBSD.org> Date: Mon, 23 Aug 2004 21:39:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 mp_machdep.c pmap.c src/sys/i386/i386 mp_machdep.c pmap.c src/sys/kern subr_smp.c src/sys/sys smp.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 21:39:29 -0000 peter 2004-08-23 21:39:29 UTC FreeBSD src repository Modified files: sys/amd64/amd64 mp_machdep.c pmap.c sys/i386/i386 mp_machdep.c pmap.c sys/kern subr_smp.c sys/sys smp.h Log: Commit Doug White and Alan Cox's fix for the cross-ipi smp deadlock. We were obtaining different spin mutexes (which disable interrupts after aquisition) and spin waiting for delivery. For example, KSE processes do LDT operations which use smp_rendezvous, while other parts of the system are doing things like tlb shootdowns with a different mutex. This patch uses the common smp_rendezvous mutex for all MD home-grown IPIs that spinwait for delivery. Having the single mutex means that the spinloop to aquire it will enable interrupts periodically, thus avoiding the cross-ipi deadlock. Obtained from: dwhite, alc Reviewed by: jhb Revision Changes Path 1.243 +2 -5 src/sys/amd64/amd64/mp_machdep.c 1.492 +6 -6 src/sys/amd64/amd64/pmap.c 1.236 +2 -4 src/sys/i386/i386/mp_machdep.c 1.495 +8 -8 src/sys/i386/i386/pmap.c 1.189 +8 -1 src/sys/kern/subr_smp.c 1.78 +1 -0 src/sys/sys/smp.h From owner-cvs-all@FreeBSD.ORG Mon Aug 23 21:49:29 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92AEE16A4CE; Mon, 23 Aug 2004 21:49:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7193943D1D; Mon, 23 Aug 2004 21:49:29 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NLnTpX094965; Mon, 23 Aug 2004 21:49:29 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NLnTWK094964; Mon, 23 Aug 2004 21:49:29 GMT (envelope-from ale) Message-Id: <200408232149.i7NLnTWK094964@repoman.freebsd.org> From: Alex Dupre <ale@FreeBSD.org> Date: Mon, 23 Aug 2004 21:49:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/nocc Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 21:49:29 -0000 ale 2004-08-23 21:49:29 UTC FreeBSD ports repository Modified files: mail/nocc Makefile distinfo pkg-plist Log: Update to 0.9.6 final release. Revision Changes Path 1.11 +1 -1 ports/mail/nocc/Makefile 1.5 +2 -2 ports/mail/nocc/distinfo 1.6 +1 -0 ports/mail/nocc/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 23 22:03:24 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DBE316A4CE; Mon, 23 Aug 2004 22:03:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E53143D6A; Mon, 23 Aug 2004 22:03:24 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NM3OsM095407; Mon, 23 Aug 2004 22:03:24 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NM3O9G095406; Mon, 23 Aug 2004 22:03:24 GMT (envelope-from marcus) Message-Id: <200408232203.i7NM3O9G095406@repoman.freebsd.org> From: Joe Marcus Clarke <marcus@FreeBSD.org> Date: Mon, 23 Aug 2004 22:03:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/regexxer Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 22:03:24 -0000 marcus 2004-08-23 22:03:24 UTC FreeBSD ports repository Modified files: devel/regexxer Makefile Log: Fix build when pcre has been installed without UTF-8 support. Submitted by: maintainer Revision Changes Path 1.12 +2 -4 ports/devel/regexxer/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 23 22:04:38 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 611B116A4CE; Mon, 23 Aug 2004 22:04:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4070443D53; Mon, 23 Aug 2004 22:04:38 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NM4c3V095440; Mon, 23 Aug 2004 22:04:38 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NM4cjC095439; Mon, 23 Aug 2004 22:04:38 GMT (envelope-from adamw) Message-Id: <200408232204.i7NM4cjC095439@repoman.freebsd.org> From: Adam Weinberger <adamw@FreeBSD.org> Date: Mon, 23 Aug 2004 22:04:38 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/gnome gnome_upgrade.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 22:04:38 -0000 adamw 2004-08-23 22:04:38 UTC FreeBSD doc repository Modified files: en/gnome gnome_upgrade.sh Log: Feature merge from development version. * Introduce WATCH_BUILD environment variable which, if set, causes build output to be shown in real-time (as opposed to just directed into a logfile). * Ensure xorg X is updated as well as XFree86 X. * Fix a logic bug that caused the script's version number to be passed to portupgrade a ridiculous number of times. Revision Changes Path 1.8 +12 -2 www/en/gnome/gnome_upgrade.sh From owner-cvs-all@FreeBSD.ORG Mon Aug 23 22:09:53 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77FB116A4CE; Mon, 23 Aug 2004 22:09:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58BB843D1F; Mon, 23 Aug 2004 22:09:53 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NM9rpC095624; Mon, 23 Aug 2004 22:09:53 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NM9rnC095623; Mon, 23 Aug 2004 22:09:53 GMT (envelope-from adamw) Message-Id: <200408232209.i7NM9rnC095623@repoman.freebsd.org> From: Adam Weinberger <adamw@FreeBSD.org> Date: Mon, 23 Aug 2004 22:09:53 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/gnome builditinator.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 22:09:53 -0000 adamw 2004-08-23 22:09:53 UTC FreeBSD doc repository Modified files: en/gnome builditinator.sh Log: Feature merge from development version. Changes include: * Support for experimental ports directory. * Support for patches to be applied automatically. * Acknowledge that we're currently testing 2.7, not 2.8. * Various formatting and string tweaks. * Use a slightly better logic for clearing out stale patches. * Work around 4-STABLE's default pkg_add weirdnesses. * Add a mechanism to skip running cvsup. * 4-STABLE caveat tweaks. Revision Changes Path 1.2 +77 -20 www/en/gnome/builditinator.sh From owner-cvs-all@FreeBSD.ORG Mon Aug 23 22:19:03 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4C3A16A4CE; Mon, 23 Aug 2004 22:19:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B502043D45; Mon, 23 Aug 2004 22:19:03 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NMJ3g0095872; Mon, 23 Aug 2004 22:19:03 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NMJ3Jt095871; Mon, 23 Aug 2004 22:19:03 GMT (envelope-from thierry) Message-Id: <200408232219.i7NMJ3Jt095871@repoman.freebsd.org> From: Thierry Thomas <thierry@FreeBSD.org> Date: Mon, 23 Aug 2004 22:19:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/pear-HTTP_Upload Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 22:19:04 -0000 thierry 2004-08-23 22:19:03 UTC FreeBSD ports repository Modified files: www/pear-HTTP_Upload Makefile Log: Take maintainership. PR: 70885. Revision Changes Path 1.6 +1 -1 ports/www/pear-HTTP_Upload/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 23 22:54:38 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 525DC16A4CE; Mon, 23 Aug 2004 22:54:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 338A943D48; Mon, 23 Aug 2004 22:54:38 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NMscQd096734; Mon, 23 Aug 2004 22:54:38 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NMscV9096733; Mon, 23 Aug 2004 22:54:38 GMT (envelope-from davidxu) Message-Id: <200408232254.i7NMscV9096733@repoman.freebsd.org> From: David Xu <davidxu@FreeBSD.org> Date: Mon, 23 Aug 2004 22:54:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_kse.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 22:54:38 -0000 davidxu 2004-08-23 22:54:38 UTC FreeBSD src repository Modified files: sys/kern kern_kse.c Log: Remove checking of single exit flag in thread_user_enter(), this is generic code for threaded process, should not be here. Revision Changes Path 1.194 +0 -12 src/sys/kern/kern_kse.c From owner-cvs-all@FreeBSD.ORG Mon Aug 23 23:09:53 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC48816A4CE; Mon, 23 Aug 2004 23:09:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AD9843D41; Mon, 23 Aug 2004 23:09:53 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NN9rvh097191; Mon, 23 Aug 2004 23:09:53 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NN9rSG097190; Mon, 23 Aug 2004 23:09:53 GMT (envelope-from linimon) Message-Id: <200408232309.i7NN9rSG097190@repoman.freebsd.org> From: Mark Linimon <linimon@FreeBSD.org> Date: Mon, 23 Aug 2004 23:09:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/libmatroska Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 23:09:53 -0000 linimon 2004-08-23 23:09:53 UTC FreeBSD ports repository Modified files: multimedia/libmatroska Makefile distinfo Log: Update to 0.7.1; remove unneeded USE_GCC; update master sites (old and new sources are being put in old/). PR: ports/69785 Submitted by: Michael Johnson <ahze at ahze dot net> Approved by: maintainer timeout (3 weeks) Revision Changes Path 1.13 +2 -14 ports/multimedia/libmatroska/Makefile 1.7 +2 -2 ports/multimedia/libmatroska/distinfo From owner-cvs-all@FreeBSD.ORG Mon Aug 23 23:11:03 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E58D616A4CE; Mon, 23 Aug 2004 23:11:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD94C43D41; Mon, 23 Aug 2004 23:11:03 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NNB3gr097319; Mon, 23 Aug 2004 23:11:03 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NNB3NV097318; Mon, 23 Aug 2004 23:11:03 GMT (envelope-from linimon) Message-Id: <200408232311.i7NNB3NV097318@repoman.freebsd.org> From: Mark Linimon <linimon@FreeBSD.org> Date: Mon, 23 Aug 2004 23:11:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/libebml Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 23:11:04 -0000 linimon 2004-08-23 23:11:03 UTC FreeBSD ports repository Modified files: textproc/libebml Makefile distinfo Log: Update to 0.7.1; remove unneeded USE_GCC; update master sites (old and new sources are being put in old/). PR: ports/69784 Submitted by: Michael Johnson <ahze at ahze dot net> Approved by: maintainer timeout (3 weeks) Revision Changes Path 1.11 +2 -14 ports/textproc/libebml/Makefile 1.7 +2 -2 ports/textproc/libebml/distinfo From owner-cvs-all@FreeBSD.ORG Mon Aug 23 23:12:03 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F23016A4CE; Mon, 23 Aug 2004 23:12:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F372C43D2D; Mon, 23 Aug 2004 23:12:02 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NNC2oY097366; Mon, 23 Aug 2004 23:12:02 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NNC20r097365; Mon, 23 Aug 2004 23:12:02 GMT (envelope-from eik) Message-Id: <200408232312.i7NNC20r097365@repoman.freebsd.org> From: Oliver Eikemeier <eik@FreeBSD.org> Date: Mon, 23 Aug 2004 23:12:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/portaudit-db/database portaudit.txt portaudit.xlist portaudit.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 23:12:03 -0000 eik 2004-08-23 23:12:02 UTC FreeBSD ports repository Modified files: security/portaudit-db/database portaudit.txt portaudit.xlist portaudit.xml Log: handle some duplicates Revision Changes Path 1.97 +1 -3 ports/security/portaudit-db/database/portaudit.txt 1.6 +3 -1 ports/security/portaudit-db/database/portaudit.xlist 1.11 +70 -1 ports/security/portaudit-db/database/portaudit.xml From owner-cvs-all@FreeBSD.ORG Mon Aug 23 23:12:52 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 185C816A4CE; Mon, 23 Aug 2004 23:12:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC4FC43D2F; Mon, 23 Aug 2004 23:12:51 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NNCpFg097421; Mon, 23 Aug 2004 23:12:51 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NNCpD2097420; Mon, 23 Aug 2004 23:12:51 GMT (envelope-from linimon) Message-Id: <200408232312.i7NNCpD2097420@repoman.freebsd.org> From: Mark Linimon <linimon@FreeBSD.org> Date: Mon, 23 Aug 2004 23:12:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/mkvtoolnix Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 23:12:52 -0000 linimon 2004-08-23 23:12:51 UTC FreeBSD ports repository Modified files: multimedia/mkvtoolnix Makefile distinfo pkg-plist Log: Update to 0.9.4; update master sites; add wxgtk2 support with knob. PR: ports/69786 Submitted by: Michael Johnson <ahze at ahze dot net> Approved by: maintainer timeout (3 weeks) Revision Changes Path 1.12 +27 -9 ports/multimedia/mkvtoolnix/Makefile 1.6 +2 -2 ports/multimedia/mkvtoolnix/distinfo 1.2 +1 -4 ports/multimedia/mkvtoolnix/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 23 23:17:31 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DFF116A4CE; Mon, 23 Aug 2004 23:17:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CD4F43D2D; Mon, 23 Aug 2004 23:17:31 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NNHVMJ097553; Mon, 23 Aug 2004 23:17:31 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NNHVHC097552; Mon, 23 Aug 2004 23:17:31 GMT (envelope-from imp) Message-Id: <200408232317.i7NNHVHC097552@repoman.freebsd.org> From: Warner Losh <imp@FreeBSD.org> Date: Mon, 23 Aug 2004 23:17:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 bus_dma.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 23:17:31 -0000 imp 2004-08-23 23:17:31 UTC FreeBSD src repository Modified files: share/man/man9 bus_dma.9 Log: In the SYNOPSIS section, move the bus_dmamem_alloc function prototype to just before bus_dmamem_free, which is (a) more logical; (b) likely what was originally intended and (c) matches the order in the NAME and FUNCTIONS sections. Revision Changes Path 1.15 +3 -3 src/share/man/man9/bus_dma.9 From owner-cvs-all@FreeBSD.ORG Mon Aug 23 23:20:40 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 507E316A4CE; Mon, 23 Aug 2004 23:20:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FB1443D39; Mon, 23 Aug 2004 23:20:40 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NNKeV9097721; Mon, 23 Aug 2004 23:20:40 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NNKeMu097720; Mon, 23 Aug 2004 23:20:40 GMT (envelope-from vanilla) Message-Id: <200408232320.i7NNKeMu097720@repoman.freebsd.org> From: "Vanilla I. Shu" <vanilla@FreeBSD.org> Date: Mon, 23 Aug 2004 23:20:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese/gcin Makefile distinfo pkg-plist ports/chinese/gcin/files patch-gtab.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 23:20:40 -0000 vanilla 2004-08-23 23:20:40 UTC FreeBSD ports repository Modified files: chinese/gcin Makefile distinfo pkg-plist Added files: chinese/gcin/files patch-gtab.c Log: Upgrade to 0.2.4. Revision Changes Path 1.4 +1 -1 ports/chinese/gcin/Makefile 1.4 +2 -2 ports/chinese/gcin/distinfo 1.1 +11 -0 ports/chinese/gcin/files/patch-gtab.c (new) 1.2 +8 -4 ports/chinese/gcin/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 23 23:26:49 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C27B316A4CE; Mon, 23 Aug 2004 23:26:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A225F43D31; Mon, 23 Aug 2004 23:26:49 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NNQn6p097873; Mon, 23 Aug 2004 23:26:49 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NNQngP097872; Mon, 23 Aug 2004 23:26:49 GMT (envelope-from linimon) Message-Id: <200408232326.i7NNQngP097872@repoman.freebsd.org> From: Mark Linimon <linimon@FreeBSD.org> Date: Mon, 23 Aug 2004 23:26:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-themes/kde-icons-wasp pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 23:26:49 -0000 linimon 2004-08-23 23:26:49 UTC FreeBSD ports repository Modified files: x11-themes/kde-icons-wasp pkg-plist Log: Fix plist. PR: ports/69602 Submitted by: Christian Hiris <4711 at chello dot at> Approved by: maintainer timeout (3 weeks) Revision Changes Path 1.3 +1 -0 ports/x11-themes/kde-icons-wasp/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 23 23:28:02 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B843816A4CE; Mon, 23 Aug 2004 23:28:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96AE243D48; Mon, 23 Aug 2004 23:28:02 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NNS2mh097928; Mon, 23 Aug 2004 23:28:02 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NNS2CM097927; Mon, 23 Aug 2004 23:28:02 GMT (envelope-from imp) Message-Id: <200408232328.i7NNS2CM097927@repoman.freebsd.org> From: Warner Losh <imp@FreeBSD.org> Date: Mon, 23 Aug 2004 23:28:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 bus_dma.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 23:28:02 -0000 imp 2004-08-23 23:28:02 UTC FreeBSD src repository Modified files: share/man/man9 bus_dma.9 Log: Even in a 80 column, fixed point font, there's plenty of room for all the arguments to bus_dmamap_load, so don't use '...' but list the actual args. '...' usually means a variable number of args (cf printf(3)), but bus_dmamap_load takes a fixed number of arguments. Revision Changes Path 1.16 +2 -1 src/share/man/man9/bus_dma.9 From owner-cvs-all@FreeBSD.ORG Mon Aug 23 23:28:37 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 393F916A4CE; Mon, 23 Aug 2004 23:28:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1956B43D46; Mon, 23 Aug 2004 23:28:37 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NNSa6t097965; Mon, 23 Aug 2004 23:28:36 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NNSaO2097964; Mon, 23 Aug 2004 23:28:36 GMT (envelope-from eik) Message-Id: <200408232328.i7NNSaO2097964@repoman.freebsd.org> From: Oliver Eikemeier <eik@FreeBSD.org> Date: Mon, 23 Aug 2004 23:28:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/portaudit-db/database portaudit.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 23:28:37 -0000 eik 2004-08-23 23:28:36 UTC FreeBSD ports repository Modified files: security/portaudit-db/database portaudit.txt Log: Konqueror cross-domain cookie injection Revision Changes Path 1.98 +2 -1 ports/security/portaudit-db/database/portaudit.txt From owner-cvs-all@FreeBSD.ORG Mon Aug 23 23:50:37 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96E5016A4CE; Mon, 23 Aug 2004 23:50:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73EB643D5C; Mon, 23 Aug 2004 23:50:37 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NNobgU098615; Mon, 23 Aug 2004 23:50:37 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NNobNf098614; Mon, 23 Aug 2004 23:50:37 GMT (envelope-from linimon) Message-Id: <200408232350.i7NNobNf098614@repoman.freebsd.org> From: Mark Linimon <linimon@FreeBSD.org> Date: Mon, 23 Aug 2004 23:50:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/linux-mbrola Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 23:50:37 -0000 linimon 2004-08-23 23:50:37 UTC FreeBSD ports repository Modified files: audio/linux-mbrola Makefile Log: Turn this port into a proper slave port. PR: ports/67922 Approved by: maintainer timeout (2 months) Revision Changes Path 1.2 +2 -1 ports/audio/linux-mbrola/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 23 23:51:13 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC8F916A4CE; Mon, 23 Aug 2004 23:51:13 +0000 (GMT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F85B43D67; Mon, 23 Aug 2004 23:51:13 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost.pittgoth.com ([192.168.0.5]) (authenticated bits=0) by pittgoth.com (8.12.10/8.12.10) with ESMTP id i7NNpAX1020631 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 23 Aug 2004 19:51:11 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Mon, 23 Aug 2004 18:57:41 -0400 From: Tom Rhodes <trhodes@FreeBSD.org> To: Colin Percival <colin.percival@wadham.ox.ac.uk> Message-Id: <20040823185741.1e72b634@localhost.pittgoth.com> In-Reply-To: <6.1.0.6.1.20040823133500.03974600@popserver.sfu.ca> References: <20040823173529.GB18520@phantom.cris.net> <20040823150027.7ae0275d@localhost.pittgoth.com> <20040823.130247.09569009.imp@bsdimp.com> <200408232017.22669.dfr@nlsystems.com> <20040823192459.GB76826@freebie.xs4all.nl> <20040823160237.570b03a4@localhost.pittgoth.com> <6.1.0.6.1.20040823133500.03974600@popserver.sfu.ca> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: Wilko Bulte <wb@freebie.xs4all.nl> cc: src-committers@FreeBSD.org cc: Doug Rabson <dfr@nlsystems.com> cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile src/gnu/usr.bin/cc Makefile.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 23:51:13 -0000 On Mon, 23 Aug 2004 14:07:27 -0700 Colin Percival <colin.percival@wadham.ox.ac.uk> wrote: > At 13:02 23/08/2004, Tom Rhodes wrote: > >Thou shall not Drink and Drive; > >Thou shall not gdb -k and drive. > > > >But thou shall run CVSup from a connection on a wireless network > >which you should not be on while a friend drives by the building. > > CVSup is insecure. > Running CVSup on a wireless network is crazy. > Running CVSup on an open wireless network is crazier. > Running CVSup on somebody else's open wireless network is insane. > > Unless you're tunneling to cvsup-master via ssh to freefall, of > course. :-) Colin Percival is a bug.[1] -- Tom Rhodes [1]: Please ignore this comment if you are humor impaired. From owner-cvs-all@FreeBSD.ORG Tue Aug 24 00:15:38 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3146316A4CE; Tue, 24 Aug 2004 00:15:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25E6443D1D; Tue, 24 Aug 2004 00:15:38 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7O0FcpN099247; Tue, 24 Aug 2004 00:15:38 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7O0Fc94099246; Tue, 24 Aug 2004 00:15:38 GMT (envelope-from peter) Message-Id: <200408240015.i7O0Fc94099246@repoman.freebsd.org> From: Peter Wemm <peter@FreeBSD.org> Date: Tue, 24 Aug 2004 00:15:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/stdtime localtime.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 00:15:38 -0000 peter 2004-08-24 00:15:37 UTC FreeBSD src repository Modified files: lib/libc/stdtime localtime.c Log: struct tm.tm_year is listed as 'years since 1900', and is signed. On 64 bit systems, years roughly -2^31 through 2^31 can be represented in time_t without any trouble. 32 bit time_t systems only range from roughly 1902 through 2038. As a consequence, none of the date munging code for all the various calendar tweaks before then is present. There are other problems including the fact that there was no 'year zero' and so on. So rather than get excited about trying to figure out when the calendar jumped by two weeks etc, simply disallow negative (ie: prior to 1900) years. This happens to have an important side effect. If you bzero a 'struct tm', it corresponds to 'Jan 0, 1900, 00:00 GMT'. This happens to be representable (after canonification) in 64 bit time_t space. Zero tm structs are generally an error and mktime normally returns -1 for them. Interestingly, it tries to canonify the 'jan 0' to 'dec 31, 1899', ie: year -1. This conveniently trips the negative year test above, which means we can trivially detect the null 'tm' struct. This actually tripped up code at work. :-/ (Don't ask) Revision Changes Path 1.40 +3 -0 src/lib/libc/stdtime/localtime.c From owner-cvs-all@FreeBSD.ORG Tue Aug 24 00:16:44 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51A7616A4CE; Tue, 24 Aug 2004 00:16:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 319F843D39; Tue, 24 Aug 2004 00:16:44 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7O0GiFQ099290; Tue, 24 Aug 2004 00:16:44 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7O0Gi0f099289; Tue, 24 Aug 2004 00:16:44 GMT (envelope-from peter) Message-Id: <200408240016.i7O0Gi0f099289@repoman.freebsd.org> From: Peter Wemm <peter@FreeBSD.org> Date: Tue, 24 Aug 2004 00:16:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 00:16:44 -0000 peter 2004-08-24 00:16:44 UTC FreeBSD src repository Modified files: sys/amd64/amd64 machdep.c Log: Oops, I forgot to have the idle loop call mp_grab_cpu_hlt() on the amd64 SMP case. Revision Changes Path 1.619 +4 -0 src/sys/amd64/amd64/machdep.c From owner-cvs-all@FreeBSD.ORG Tue Aug 24 00:17:52 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93DC916A4CF; Tue, 24 Aug 2004 00:17:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6562643D1D; Tue, 24 Aug 2004 00:17:52 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7O0Hq6P099332; Tue, 24 Aug 2004 00:17:52 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7O0HqlA099331; Tue, 24 Aug 2004 00:17:52 GMT (envelope-from peter) Message-Id: <200408240017.i7O0HqlA099331@repoman.freebsd.org> From: Peter Wemm <peter@FreeBSD.org> Date: Tue, 24 Aug 2004 00:17:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 00:17:52 -0000 peter 2004-08-24 00:17:52 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: It is now an error to call pmap_unuse_pt without the paddr of the pde that contained the pte. Revision Changes Path 1.493 +1 -3 src/sys/amd64/amd64/pmap.c From owner-cvs-all@FreeBSD.ORG Tue Aug 24 01:40:56 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88CDC16A4D1; Tue, 24 Aug 2004 01:40:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 692C043D55; Tue, 24 Aug 2004 01:40:55 +0000 (GMT) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7O1etLv001478; Tue, 24 Aug 2004 01:40:55 GMT (envelope-from suz@repoman.freebsd.org) Received: (from suz@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7O1et83001477; Tue, 24 Aug 2004 01:40:55 GMT (envelope-from suz) Message-Id: <200408240140.i7O1et83001477@repoman.freebsd.org> From: SUZUKI Shinsuke <suz@FreeBSD.org> Date: Tue, 24 Aug 2004 01:40:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/pim6sd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 01:40:56 -0000 suz 2004-08-24 01:40:55 UTC FreeBSD ports repository Modified files: net/pim6sd Makefile distinfo Log: updated to 20040824a to fix compilation error on non-MLDv2 machine Revision Changes Path 1.13 +1 -1 ports/net/pim6sd/Makefile 1.7 +2 -2 ports/net/pim6sd/distinfo From owner-cvs-all@FreeBSD.ORG Tue Aug 24 02:03:39 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9F6C16A4CE; Tue, 24 Aug 2004 02:03:39 +0000 (GMT) Received: from smtp.omnis.com (smtp.omnis.com [216.239.128.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 764C943D2F; Tue, 24 Aug 2004 02:03:39 +0000 (GMT) (envelope-from wes@softweyr.com) Received: from softweyr.homeunix.net (unknown [69.75.200.161]) by smtp-relay.omnis.com (Postfix) with ESMTP id 2827714077E9; Mon, 23 Aug 2004 19:03:39 -0700 (PDT) From: Wes Peters <wes@softweyr.com> Organization: Softweyr.COM To: Wilko Bulte <wb@freebie.xs4all.nl> Date: Mon, 23 Aug 2004 19:03:33 -0700 User-Agent: KMail/1.6.2 References: <20040823074553.GH59140@ip.net.ua> <20040823.125423.132929378.imp@bsdimp.com> <20040823192400.GA76826@freebie.xs4all.nl> In-Reply-To: <20040823192400.GA76826@freebie.xs4all.nl> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408231903.33314.wes@softweyr.com> cc: src-committers@FreeBSD.ORG cc: cvs-src@FreeBSD.ORG cc: obrien@FreeBSD.ORG cc: ru@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: phantom@FreeBSD.org.ua cc: "M. Warner Losh" <imp@bsdimp.com> Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile src/gnu/usr.bin/cc Makefile.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 02:03:39 -0000 On Monday 23 August 2004 12:24, Wilko Bulte wrote: > On Mon, Aug 23, 2004 at 12:54:23PM -0600, M. Warner Losh wrote.. > > > In message: <20040823173529.GB18520@phantom.cris.net> > > > > Alexey Zelkin <phantom@FreeBSD.org.ua> writes: > > : hi, > > : > > : On Mon, Aug 23, 2004 at 07:41:26AM -0700, David O'Brien wrote: > > : > On Mon, Aug 23, 2004 at 10:45:53AM +0300, Ruslan Ermilov wrote: > > : > > On Mon, Aug 23, 2004 at 07:13:51AM +0000, David E. O'Brien wrote: > > : > > > obrien 2004-08-23 07:13:51 UTC > > : > > > > > : > > > FreeBSD src repository > > : > > > > > : > > > Modified files: (Branch: RELENG_5) > > : > > > gnu/usr.bin/binutils/gdb Makefile > > : > > > gnu/usr.bin/cc Makefile.inc > > : > > > Log: > > : > > > Set vendor to a non-fun, but non-controversial one for the > > : > > > release. > > : > > > > > : > > > Approved by: re(kensmith) > > : > > > > > : > > > Revision Changes Path > > : > > > 1.81.2.1 +2 -2 src/gnu/usr.bin/binutils/gdb/Makefile > > : > > > 1.63.8.1 +1 -1 src/gnu/usr.bin/cc/Makefile.inc > > : > > > > : > > Will HEAD still stay spinning under my desk? ;) > > : > > > : > It is my intentions it will. > > : > > : So, is it a reason why HEAD does not boot on my notebook ? Should I > > : move it under a desk and try again ? :-) > > > > Clearly, we need more flexibility here. While undermydesk is > > appropriate for some machines, we need intherack, inmybackpack and > > mountedonplywood to cover current uses of FreeBSD. :-) > > Don't forget the onmybike (recent sighting of FreeBSD-powered motorbike > video) And, for my upcoming sensor/mapping system, 'inmybilge'. -- Where am I, and what am I doing in this handbasket? Wes Peters wes@softweyr.com From owner-cvs-all@FreeBSD.ORG Tue Aug 24 02:27:57 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EC5816A4CE; Tue, 24 Aug 2004 02:27:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EEC843D45; Tue, 24 Aug 2004 02:27:57 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7O2Rvg9002609; Tue, 24 Aug 2004 02:27:57 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7O2RvrR002608; Tue, 24 Aug 2004 02:27:57 GMT (envelope-from njl) Message-Id: <200408240227.i7O2RvrR002608@repoman.freebsd.org> From: Nate Lawson <njl@FreeBSD.org> Date: Tue, 24 Aug 2004 02:27:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/acpica acpi_pci_link.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 02:27:57 -0000 njl 2004-08-24 02:27:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/acpica acpi_pci_link.c Log: MFC rev 1.26: Fix irq programming on resume. Approved by: re (kensmith) Revision Changes Path 1.24.2.2 +1 -1 src/sys/dev/acpica/acpi_pci_link.c From owner-cvs-all@FreeBSD.ORG Tue Aug 24 02:37:11 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4B1D16A4CE; Tue, 24 Aug 2004 02:37:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4C5843D31; Tue, 24 Aug 2004 02:37:11 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7O2bBEo002883; Tue, 24 Aug 2004 02:37:11 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7O2bBwG002882; Tue, 24 Aug 2004 02:37:11 GMT (envelope-from obrien) Message-Id: <200408240237.i7O2bBwG002882@repoman.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Tue, 24 Aug 2004 02:37:11 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 02:37:11 -0000 obrien 2004-08-24 02:37:11 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: Note desire for 1U or 2U rack-mount cases, with power supplie; in order to deploy more AMD64 machines into the FreeBSD.org cluster. Also for a G4Port serial adapter for Apple G4, so I can access one remotely. Revision Changes Path 1.239 +17 -1 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Tue Aug 24 03:01:02 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84AFF16A4CE; Tue, 24 Aug 2004 03:01:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6610243D2D; Tue, 24 Aug 2004 03:01:02 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7O3127W003497; Tue, 24 Aug 2004 03:01:02 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7O312j2003496; Tue, 24 Aug 2004 03:01:02 GMT (envelope-from jkoshy) Message-Id: <200408240301.i7O312j2003496@repoman.freebsd.org> From: Joseph Koshy <jkoshy@FreeBSD.org> Date: Tue, 24 Aug 2004 03:01:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/tet Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 03:01:02 -0000 jkoshy 2004-08-24 03:01:02 UTC FreeBSD ports repository Modified files: misc/tet Makefile pkg-descr Log: Unbreak port by merging the build and install phases. Create a PLIST dynamically so that pkg_delete works. Make the Makefile and pkg-descr portlint clean. Revision Changes Path 1.20 +22 -17 ports/misc/tet/Makefile 1.6 +0 -1 ports/misc/tet/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Aug 24 03:47:41 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D80AB16A4CE; Tue, 24 Aug 2004 03:47:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B69EE43D49; Tue, 24 Aug 2004 03:47:41 +0000 (GMT) (envelope-from dwhite@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7O3lfK3004879; Tue, 24 Aug 2004 03:47:41 GMT (envelope-from dwhite@repoman.freebsd.org) Received: (from dwhite@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7O3lfHw004878; Tue, 24 Aug 2004 03:47:41 GMT (envelope-from dwhite) Message-Id: <200408240347.i7O3lfHw004878@repoman.freebsd.org> From: Doug White <dwhite@FreeBSD.org> Date: Tue, 24 Aug 2004 03:47:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/mpt mpt_freebsd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 03:47:42 -0000 dwhite 2004-08-24 03:47:41 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt_freebsd.c Log: Pick up changes in rev 1.8 of src/sys/dev/ic/mpt_netbsd.c from NetBSD. Set the DMA SGL length correctly if the DMA request must be chained because it is too large to fit in one SGL. This should fix this driver for some Dell Precision systems. RELENG_5 candidate. PR: kern/66479 Submitted by: HITOSHI Osada <qfh02545@nifty.com> Revision Changes Path 1.17 +3 -1 src/sys/dev/mpt/mpt_freebsd.c From owner-cvs-all@FreeBSD.ORG Tue Aug 24 03:55:05 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B73FD16A4CE; Tue, 24 Aug 2004 03:55:05 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id F320E43D1F; Tue, 24 Aug 2004 03:55:04 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i7O3t0Dm030599 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 24 Aug 2004 06:55:01 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id i7O3t3IN035098; Tue, 24 Aug 2004 06:55:03 +0300 (EEST) (envelope-from ru) Date: Tue, 24 Aug 2004 06:55:03 +0300 From: Ruslan Ermilov <ru@freebsd.org> To: "David O'Brien" <obrien@freebsd.org> Message-ID: <20040824035503.GB35016@ip.net.ua> References: <200408230713.i7N7DpIX062830@repoman.freebsd.org> <20040823074553.GH59140@ip.net.ua> <20040823144126.GB69468@dragon.nuxi.com> <20040823173529.GB18520@phantom.cris.net> <20040823205146.GA31551@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4SFOXa2GPu3tIq4H" Content-Disposition: inline In-Reply-To: <20040823205146.GA31551@dragon.nuxi.com> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Alexey Zelkin <phantom@FreeBSD.org.ua> cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile src/gnu/usr.bin/cc Makefile.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 03:55:05 -0000 --4SFOXa2GPu3tIq4H Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 23, 2004 at 01:51:46PM -0700, David O'Brien wrote: > On Mon, Aug 23, 2004 at 08:35:29PM +0300, Alexey Zelkin wrote: > > > > Will HEAD still stay spinning under my desk? ;) > > >=20 > > > It is my intentions it will. > >=20 > > So, is it a reason why HEAD does not boot on my notebook ? Should I mo= ve > > it under a desk and try again ? :-) >=20 > Yes, you have a non-supported configuration. Sorry. > =20 Alexey, you should at least keep it under your desk while it's booting. After it has booted successfully, you can try moving it up, but please do not report a bug if it panics when you move it onto your desk. ``gdb -k'' should work in both desk configurations... Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --4SFOXa2GPu3tIq4H Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBKrwXqRfpzJluFF4RAp6dAJ90yWUEtSgg/mJ/4ZE4yAtrwT5OygCeJcBp j8LZ0pTclnYaDMRjs2OqZho= =od5P -----END PGP SIGNATURE----- --4SFOXa2GPu3tIq4H-- From owner-cvs-all@FreeBSD.ORG Tue Aug 24 03:55:34 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A50F16A4CE; Tue, 24 Aug 2004 03:55:34 +0000 (GMT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F08043D3F; Tue, 24 Aug 2004 03:55:33 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i7O3sHrE010235; Mon, 23 Aug 2004 23:54:17 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke <marcus@marcuscom.com> To: Doug White <dwhite@freebsd.org> In-Reply-To: <200408240347.i7O3lfHw004878@repoman.freebsd.org> References: <200408240347.i7O3lfHw004878@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-95iPceiIikpi89y3Vc+Y" Organization: MarcusCom, Inc. Message-Id: <1093319728.5618.6.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 23 Aug 2004 23:55:28 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on creme-brulee.marcuscom.com cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/mpt mpt_freebsd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 03:55:34 -0000 --=-95iPceiIikpi89y3Vc+Y Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2004-08-23 at 23:47, Doug White wrote: > dwhite 2004-08-24 03:47:41 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/dev/mpt mpt_freebsd.c=20 > Log: > Pick up changes in rev 1.8 of src/sys/dev/ic/mpt_netbsd.c from NetBSD. > Set the DMA SGL length correctly if the DMA request must be chained bec= ause > it is too large to fit in one SGL. > =20 > This should fix this driver for some Dell Precision systems. > RELENG_5 candidate. Thanks! Joe > =20 > PR: kern/66479 > Submitted by: HITOSHI Osada <qfh02545@nifty.com> > =20 > Revision Changes Path > 1.17 +3 -1 src/sys/dev/mpt/mpt_freebsd.c > _______________________________________________ > cvs-src@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-src > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-95iPceiIikpi89y3Vc+Y Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQBBKrwwb2iPiv4Uz4cRAvp3AKCHCB9y2EIlUrul7xyvcSJyDsa+OACgqZT/ doIX3hplZvj7xrPToQi81Mo= =hGG3 -----END PGP SIGNATURE----- --=-95iPceiIikpi89y3Vc+Y-- From owner-cvs-all@FreeBSD.ORG Tue Aug 24 04:02:42 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43F1C16A4CE; Tue, 24 Aug 2004 04:02:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22A1043D3F; Tue, 24 Aug 2004 04:02:42 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7O42gMU005324; Tue, 24 Aug 2004 04:02:42 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7O42g2k005323; Tue, 24 Aug 2004 04:02:42 GMT (envelope-from rwatson) Message-Id: <200408240402.i7O42g2k005323@repoman.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Tue, 24 Aug 2004 04:02:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/sockets/kqueue Makefile kqueue.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 04:02:42 -0000 rwatson 2004-08-24 04:02:41 UTC FreeBSD src repository Added files: tools/regression/sockets/kqueue Makefile kqueue.c Log: Add a basic kqueue + UNIX domain socket pair regression test to do some elementary exercising of kqueues on datagram and stream sockets. Note that the datagram write kqueue case is left untested due to potentially confusing behavior for the developer (me) that might require attention. Revision Changes Path 1.1 +11 -0 src/tools/regression/sockets/kqueue/Makefile (new) 1.1 +329 -0 src/tools/regression/sockets/kqueue/kqueue.c (new) From owner-cvs-all@FreeBSD.ORG Tue Aug 24 04:05:53 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05E8D16A4CE; Tue, 24 Aug 2004 04:05:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D956443D48; Tue, 24 Aug 2004 04:05:52 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7O45qqS005476; Tue, 24 Aug 2004 04:05:52 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7O45q10005475; Tue, 24 Aug 2004 04:05:52 GMT (envelope-from ru) Message-Id: <200408240405.i7O45q10005475@repoman.freebsd.org> From: Ruslan Ermilov <ru@FreeBSD.org> Date: Tue, 24 Aug 2004 04:05:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 ng_hci.4 ng_vlan.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 04:05:53 -0000 ru 2004-08-24 04:05:52 UTC FreeBSD src repository Modified files: share/man/man4 ng_hci.4 ng_vlan.4 Log: Fixed a misspelling of the hook name. Submitted by: Pawel Malachowski Revision Changes Path 1.10 +1 -1 src/share/man/man4/ng_hci.4 1.2 +1 -1 src/share/man/man4/ng_vlan.4 From owner-cvs-all@FreeBSD.ORG Tue Aug 24 04:21:59 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 949EF16A4CE; Tue, 24 Aug 2004 04:21:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 890CE43D1D; Tue, 24 Aug 2004 04:21:59 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7O4LxJI005921; Tue, 24 Aug 2004 04:21:59 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7O4LxTi005920; Tue, 24 Aug 2004 04:21:59 GMT (envelope-from adamw) Message-Id: <200408240421.i7O4LxTi005920@repoman.freebsd.org> From: Adam Weinberger <adamw@FreeBSD.org> Date: Tue, 24 Aug 2004 04:21:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils Makefile ports/sysutils/bpm Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 04:21:59 -0000 adamw 2004-08-24 04:21:59 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/bpm Makefile distinfo pkg-descr pkg-plist Log: I am pleased to announce a new GTK+-2 interface to our ports tree! BSD Ports Manipuator (BPM) is a graphical ports collection manager for FreeBSD. It has a GTK+ 2.0 interface and allows you to add, remove, or upgrade software packages on your system without requiring you to use a command-line. In addition, it can display details about available, installed, and out-of-date ports, as well as allowing you to search based on port descriptions. BPM uses the existing ports collection structure, allowing it to build ports from source and integrate seamlessly with other tools. This project started out as a clone of Ports Manager.app for DarwinPorts. WWW: http://www.meowfishies.com/bpm.rhtml Submitted by: sethk@meowfishies.com Revision Changes Path 1.575 +1 -0 ports/sysutils/Makefile 1.1 +22 -0 ports/sysutils/bpm/Makefile (new) 1.1 +2 -0 ports/sysutils/bpm/distinfo (new) 1.1 +17 -0 ports/sysutils/bpm/pkg-descr (new) 1.1 +14 -0 ports/sysutils/bpm/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Aug 24 04:23:46 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 722EC16A4CE; Tue, 24 Aug 2004 04:23:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 524F643D46; Tue, 24 Aug 2004 04:23:46 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7O4NkpF005987; Tue, 24 Aug 2004 04:23:46 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7O4Nk6N005986; Tue, 24 Aug 2004 04:23:46 GMT (envelope-from adamw) Message-Id: <200408240423.i7O4Nk6N005986@repoman.freebsd.org> From: Adam Weinberger <adamw@FreeBSD.org> Date: Tue, 24 Aug 2004 04:23:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 04:23:46 -0000 adamw 2004-08-24 04:23:46 UTC FreeBSD ports repository Modified files: . modules Log: bpm --> ports/sysutils/bpm Revision Changes Path 1.10966 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Aug 24 04:24:27 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 3073316A4CF; Tue, 24 Aug 2004 04:24:27 +0000 (GMT) Date: Tue, 24 Aug 2004 04:24:27 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: Adam Weinberger <adamw@FreeBSD.org> Message-ID: <20040824042427.GA5526@FreeBSD.org> References: <200408240421.i7O4LxTi005920@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200408240421.i7O4LxTi005920@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils Makefile ports/sysutils/bpm Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 04:24:27 -0000 On Tue, Aug 24, 2004 at 04:21:59AM +0000, Adam Weinberger wrote: > adamw 2004-08-24 04:21:59 UTC > > FreeBSD ports repository > > Modified files: > sysutils Makefile > Added files: > sysutils/bpm Makefile distinfo pkg-descr pkg-plist > Log: > I am pleased to announce a new GTK+-2 interface to our ports tree! This is great, thanks! ./danfe From owner-cvs-all@FreeBSD.ORG Tue Aug 24 04:59:27 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 219EF16A4CE; Tue, 24 Aug 2004 04:59:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F374F43D45; Tue, 24 Aug 2004 04:59:26 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7O4xQxQ006872; Tue, 24 Aug 2004 04:59:26 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7O4xQaZ006871; Tue, 24 Aug 2004 04:59:26 GMT (envelope-from rwatson) Message-Id: <200408240459.i7O4xQaZ006871@repoman.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Tue, 24 Aug 2004 04:59:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/sockets/accept_fd_leak accept_fd_leak.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 04:59:27 -0000 rwatson 2004-08-24 04:59:26 UTC FreeBSD src repository Modified files: tools/regression/sockets/accept_fd_leak accept_fd_leak.c Log: Make sure to properly initialize 'size' to sizeof(sin) before passing it into accept(). Depending on the initial value in memory, it is otherwise possible to get EINVAL. Revision Changes Path 1.2 +1 -0 src/tools/regression/sockets/accept_fd_leak/accept_fd_leak.c From owner-cvs-all@FreeBSD.ORG Tue Aug 24 05:19:16 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3905E16A4CE; Tue, 24 Aug 2004 05:19:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19BAE43D48; Tue, 24 Aug 2004 05:19:16 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7O5JF03007377; Tue, 24 Aug 2004 05:19:15 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7O5JFfZ007376; Tue, 24 Aug 2004 05:19:15 GMT (envelope-from imp) Message-Id: <200408240519.i7O5JFfZ007376@repoman.freebsd.org> From: Warner Losh <imp@FreeBSD.org> Date: Tue, 24 Aug 2004 05:19:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_bus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 05:19:16 -0000 imp 2004-08-24 05:19:15 UTC FreeBSD src repository Modified files: sys/kern subr_bus.c Log: Set the description to NULL in the right detach routine. This should keep dangling pointers to strings in loaded modules from hanging around after the drivers are unloaded. Revision Changes Path 1.157 +1 -1 src/sys/kern/subr_bus.c From owner-cvs-all@FreeBSD.ORG Tue Aug 24 05:28:19 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 290B216A4CE; Tue, 24 Aug 2004 05:28:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07BB243D31; Tue, 24 Aug 2004 05:28:19 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7O5SIm9007633; Tue, 24 Aug 2004 05:28:18 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7O5SI1G007632; Tue, 24 Aug 2004 05:28:18 GMT (envelope-from rwatson) Message-Id: <200408240528.i7O5SI1G007632@repoman.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Tue, 24 Aug 2004 05:28:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern uipc_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 05:28:19 -0000 rwatson 2004-08-24 05:28:18 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: Conditional acquisition of socket buffer mutexes when testing socket buffers with kqueue filters is no longer required: the kqueue framework will guarantee that the mutex is held on entering the filter, either due to a call from the socket code already holding the mutex, or by explicitly acquiring it. This removes the last of the conditional socket locking. Revision Changes Path 1.211 +16 -35 src/sys/kern/uipc_socket.c From owner-cvs-all@FreeBSD.ORG Tue Aug 24 05:44:53 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0716416A4CE; Tue, 24 Aug 2004 05:44:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC13043D39; Tue, 24 Aug 2004 05:44:52 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7O5iqUd008071; Tue, 24 Aug 2004 05:44:52 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7O5iqWJ008070; Tue, 24 Aug 2004 05:44:52 GMT (envelope-from murray) Message-Id: <200408240544.i7O5iqWJ008070@repoman.freebsd.org> From: Murray Stokely <murray@FreeBSD.org> Date: Tue, 24 Aug 2004 05:44:52 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mac chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 05:44:53 -0000 murray 2004-08-24 05:44:52 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/mac chapter.sgml Log: Remove extraneous spaces inside <screen> that mess up the print output. Submitted by: loader@freebsdmall.com Revision Changes Path 1.24 +9 -9 doc/en_US.ISO8859-1/books/handbook/mac/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Aug 24 06:31:11 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE63A16A4CE; Tue, 24 Aug 2004 06:31:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C0E243D3F; Tue, 24 Aug 2004 06:31:11 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7O6VBoI009319; Tue, 24 Aug 2004 06:31:11 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7O6VB1M009318; Tue, 24 Aug 2004 06:31:11 GMT (envelope-from vanilla) Message-Id: <200408240631.i7O6VB1M009318@repoman.freebsd.org> From: "Vanilla I. Shu" <vanilla@FreeBSD.org> Date: Tue, 24 Aug 2004 06:31:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese Makefile ports/chinese/BBMan Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 06:31:11 -0000 vanilla 2004-08-24 06:31:11 UTC FreeBSD ports repository Modified files: chinese Makefile Added files: chinese/BBMan Makefile distinfo pkg-descr pkg-plist Log: Add BBMan 1.7.7.5, BBMan is a BBS client for X Window System. PR: ports/69524 Submitted by: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw> Revision Changes Path 1.1 +31 -0 ports/chinese/BBMan/Makefile (new) 1.1 +2 -0 ports/chinese/BBMan/distinfo (new) 1.1 +3 -0 ports/chinese/BBMan/pkg-descr (new) 1.1 +1 -0 ports/chinese/BBMan/pkg-plist (new) 1.190 +1 -0 ports/chinese/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 24 06:32:14 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 863CA16A4CE; Tue, 24 Aug 2004 06:32:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6684B43D45; Tue, 24 Aug 2004 06:32:14 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7O6WE84009371; Tue, 24 Aug 2004 06:32:14 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7O6WEfY009370; Tue, 24 Aug 2004 06:32:14 GMT (envelope-from vanilla) Message-Id: <200408240632.i7O6WEfY009370@repoman.freebsd.org> From: "Vanilla I. Shu" <vanilla@FreeBSD.org> Date: Tue, 24 Aug 2004 06:32:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 06:32:14 -0000 vanilla 2004-08-24 06:32:14 UTC FreeBSD ports repository Modified files: . modules Log: add chinese/BBMan. Revision Changes Path 1.10967 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Aug 24 07:01:47 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFD9716A4CE; Tue, 24 Aug 2004 07:01:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0B5543D39; Tue, 24 Aug 2004 07:01:47 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7O71lYr010155; Tue, 24 Aug 2004 07:01:47 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7O71lSQ010154; Tue, 24 Aug 2004 07:01:47 GMT (envelope-from erwin) Message-Id: <200408240701.i7O71lSQ010154@repoman.freebsd.org> From: Erwin Lansing <erwin@FreeBSD.org> Date: Tue, 24 Aug 2004 07:01:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/archivers/p5-Archive-Zip Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 07:01:47 -0000 erwin 2004-08-24 07:01:47 UTC FreeBSD ports repository Modified files: archivers/p5-Archive-Zip Makefile distinfo Log: Update to 1.13 In celebration of: linimon's birthday Revision Changes Path 1.23 +1 -1 ports/archivers/p5-Archive-Zip/Makefile 1.14 +2 -2 ports/archivers/p5-Archive-Zip/distinfo From owner-cvs-all@FreeBSD.ORG Tue Aug 24 07:34:14 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 225AB16A4CE; Tue, 24 Aug 2004 07:34:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1645043D39; Tue, 24 Aug 2004 07:34:14 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7O7YDBo011170; Tue, 24 Aug 2004 07:34:13 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7O7YDik011169; Tue, 24 Aug 2004 07:34:13 GMT (envelope-from mezz) Message-Id: <200408240734.i7O7YDik011169@repoman.freebsd.org> From: Jeremy Messenger <mezz@FreeBSD.org> Date: Tue, 24 Aug 2004 07:34:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/straw Makefile distinfo pkg-plist ports/net/straw/files patch-setup.py patch-src::lib::Config.py patch-src::lib::utils.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 07:34:14 -0000 mezz 2004-08-24 07:34:13 UTC FreeBSD ports repository Modified files: net/straw Makefile distinfo pkg-plist net/straw/files patch-setup.py patch-src::lib::LookupManager.py Added files: net/straw/files patch-src::lib::Config.py patch-src::lib::utils.py Removed files: net/straw/files patch-src::lib::Main.py Log: Update to 0.25.1. PR: ports/70807 Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Revision Changes Path 1.11 +3 -7 ports/net/straw/Makefile 1.6 +2 -2 ports/net/straw/distinfo 1.4 +11 -10 ports/net/straw/files/patch-setup.py 1.3 +11 -0 ports/net/straw/files/patch-src::lib::Config.py (new) 1.2 +6 -6 ports/net/straw/files/patch-src::lib::LookupManager.py 1.4 +0 -20 ports/net/straw/files/patch-src::lib::Main.py (dead) 1.3 +11 -0 ports/net/straw/files/patch-src::lib::utils.py (new) 1.7 +19 -9 ports/net/straw/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Aug 24 07:34:23 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CAFD16A4CE; Tue, 24 Aug 2004 07:34:23 +0000 (GMT) Received: from itchy.rabson.org (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 219F543D2D; Tue, 24 Aug 2004 07:34:22 +0000 (GMT) (envelope-from dfr@nlsystems.com) Received: from ns0.nlsystems.com (ns0.nlsystems.com [80.177.232.243]) by itchy.rabson.org (8.12.11/8.12.11) with ESMTP id i7O7YG8n059220; Tue, 24 Aug 2004 08:34:16 +0100 (BST) (envelope-from dfr@nlsystems.com) From: Doug Rabson <dfr@nlsystems.com> To: Marcel Moolenaar <marcel@xcllnt.net> Date: Tue, 24 Aug 2004 08:34:34 +0100 User-Agent: KMail/1.6.2 References: <200408231530.i7NFU5bu082414@repoman.freebsd.org> <200408232001.22449.dfr@nlsystems.com> <20040823195847.GA1179@dhcp50.pn.xcllnt.net> In-Reply-To: <20040823195847.GA1179@dhcp50.pn.xcllnt.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408240834.34656.dfr@nlsystems.com> X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on itchy.rabson.org X-Virus-Scanned: clamd / ClamAV version 0.75.1, clamav-milter version 0.75c on itchy.rabson.org X-Virus-Status: Clean cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen tls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 07:34:23 -0000 On Monday 23 August 2004 20:58, Marcel Moolenaar wrote: > On Mon, Aug 23, 2004 at 08:01:22PM +0100, Doug Rabson wrote: > > > > This is the real fix for the static binaries segfaulting on > > > > alpha. With this we could re-add the change to crt1.c which > > > > enables TLS for static binaries. Given that we don't yet fully > > > > support TLS for alpha in either rtld or libpthread, I don't > > > > propose to change lib/csu/alpha/crt1.c again for 5.3. > > *snip* > > > Another thing which confuses me right now is that the same bug > > ought to have affected ia64 and powerpc since they both would like > > to use variant I style TLS. Odd. > > On ia64 we never call _rtld_allocate_tls(): > > itanium% ldd ./hello > ldd: ./hello: not a dynamic executable > itanium% gdb ./hello > GNU gdb 6.1.1 [FreeBSD] > *snip* > (gdb) b _rtld_allocate_tls > Breakpoint 1 at 0x20000000000004a0 > (gdb) run > Starting program: /nfs/home/marcel/hello > Hello world! > > Program exited normally. > (gdb) b _init_tls > Breakpoint 2 at 0x2000000000000640 > (gdb) run > Starting program: /nfs/home/marcel/hello > > Breakpoint 2, 0x2000000000000640 in _init_tls () > (gdb) c > Continuing. > Hello world! > > Program exited normally. > (gdb) quit Interesting - do you have the previous change to gen/tls.c - the one which unbreaks static pthread-using binaries which don't have TLS sections? From owner-cvs-all@FreeBSD.ORG Tue Aug 24 07:36:57 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A54016A4CE; Tue, 24 Aug 2004 07:36:57 +0000 (GMT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05F0E43D2F; Tue, 24 Aug 2004 07:36:54 +0000 (GMT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.1/8.13.1) with ESMTP id i7O7aqn6026070; Tue, 24 Aug 2004 11:36:52 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.13.1/8.13.1/Submit) id i7O7aqI1026069; Tue, 24 Aug 2004 11:36:52 +0400 (MSD) (envelope-from ache) Date: Tue, 24 Aug 2004 11:36:52 +0400 From: Andrey Chernov <ache@nagual.pp.ru> To: Peter Wemm <peter@FreeBSD.ORG> Message-ID: <20040824073652.GA25729@nagual.pp.ru> Mail-Followup-To: Andrey Chernov <ache@nagual.pp.ru>, Peter Wemm <peter@FreeBSD.ORG>, src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200408240015.i7O0Fc94099246@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408240015.i7O0Fc94099246@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.27.0.6; VDF 6.27.0.26 (host: pobrecita.freebsd.ru) cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/stdtime localtime.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 07:36:57 -0000 On Tue, Aug 24, 2004 at 12:15:38AM +0000, Peter Wemm wrote: > calendar jumped by two weeks etc, simply disallow negative (ie: prior to > 1900) years. You break the whole idea of our imported time zones data which try to cover all prior 1900 national zone changes too (look in files). I suspect it may cause visible effects for anyone who try to output i.e. calendar for past times, say, for historical reasons. -- Andrey Chernov | http://ache.pp.ru/ From owner-cvs-all@FreeBSD.ORG Tue Aug 24 08:44:20 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9369916A4CE; Tue, 24 Aug 2004 08:44:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89FFF43D1F; Tue, 24 Aug 2004 08:44:20 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7O8i5kL012924; Tue, 24 Aug 2004 08:44:05 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7O8i53m012923; Tue, 24 Aug 2004 08:44:05 GMT (envelope-from krion) Message-Id: <200408240844.i7O8i53m012923@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Tue, 24 Aug 2004 08:44:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt/flow-tools/files patch-src_flow-cat.c patch-src_flow-dscan.c patch-src_flow-fanout.c patch-src_flow-receive.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 08:44:20 -0000 krion 2004-08-24 08:44:04 UTC FreeBSD ports repository Added files: net-mgmt/flow-tools/files patch-src_flow-cat.c patch-src_flow-dscan.c patch-src_flow-fanout.c patch-src_flow-receive.c Log: Fix build with gcc-3.4 Revision Changes Path 1.1 +16 -0 ports/net-mgmt/flow-tools/files/patch-src_flow-cat.c (new) 1.1 +27 -0 ports/net-mgmt/flow-tools/files/patch-src_flow-dscan.c (new) 1.1 +16 -0 ports/net-mgmt/flow-tools/files/patch-src_flow-fanout.c (new) 1.1 +16 -0 ports/net-mgmt/flow-tools/files/patch-src_flow-receive.c (new) From owner-cvs-all@FreeBSD.ORG Tue Aug 24 08:47:15 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7835816A4CE; Tue, 24 Aug 2004 08:47:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 580AB43D1F; Tue, 24 Aug 2004 08:47:15 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7O8lFdp013052; Tue, 24 Aug 2004 08:47:15 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7O8lFgq013051; Tue, 24 Aug 2004 08:47:15 GMT (envelope-from roam) Message-Id: <200408240847.i7O8lFgq013051@repoman.freebsd.org> From: Peter Pentchev <roam@FreeBSD.org> Date: Tue, 24 Aug 2004 08:47:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net rtsock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 08:47:15 -0000 roam 2004-08-24 08:47:15 UTC FreeBSD src repository (doc,ports committer) Modified files: sys/net rtsock.c Log: Fix a typo (attacked -> attached). Approved by: sam Revision Changes Path 1.116 +1 -1 src/sys/net/rtsock.c From owner-cvs-all@FreeBSD.ORG Tue Aug 24 08:48:14 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA34716A4CE; Tue, 24 Aug 2004 08:48:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CABF743D3F; Tue, 24 Aug 2004 08:48:14 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7O8mE0g013108; Tue, 24 Aug 2004 08:48:14 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7O8mEjC013107; Tue, 24 Aug 2004 08:48:14 GMT (envelope-from krion) Message-Id: <200408240848.i7O8mEjC013107@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Tue, 24 Aug 2004 08:48:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/darcnes/files patch-video__x.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 08:48:15 -0000 krion 2004-08-24 08:48:14 UTC FreeBSD ports repository Added files: emulators/darcnes/files patch-video__x.c Log: Fix build on sparc64 Revision Changes Path 1.1 +14 -0 ports/emulators/darcnes/files/patch-video__x.c (new) From owner-cvs-all@FreeBSD.ORG Tue Aug 24 09:05:39 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6070916A4CE; Tue, 24 Aug 2004 09:05:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56D1843D46; Tue, 24 Aug 2004 09:05:39 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7O95dnr013948; Tue, 24 Aug 2004 09:05:39 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7O95dNv013947; Tue, 24 Aug 2004 09:05:39 GMT (envelope-from krion) Message-Id: <200408240905.i7O95dNv013947@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Tue, 24 Aug 2004 09:05:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics Makefile ports/graphics/libpcd Makefile distinfo pkg-descr pkg-plist ports/graphics/libpcd/files patch-GNUmakefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 09:05:39 -0000 krion 2004-08-24 09:05:39 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/libpcd Makefile distinfo pkg-descr pkg-plist graphics/libpcd/files patch-GNUmakefile Log: Add libpcd 1.0.1, a library for reading PhotoCD images. PR: ports/70879 Submitted by: Andrey Slusar <anray@inet.ua> Revision Changes Path 1.724 +1 -0 ports/graphics/Makefile 1.1 +22 -0 ports/graphics/libpcd/Makefile (new) 1.1 +2 -0 ports/graphics/libpcd/distinfo (new) 1.1 +16 -0 ports/graphics/libpcd/files/patch-GNUmakefile (new) 1.1 +6 -0 ports/graphics/libpcd/pkg-descr (new) 1.1 +5 -0 ports/graphics/libpcd/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Aug 24 09:05:53 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA2C516A4CE; Tue, 24 Aug 2004 09:05:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81EAD43D48; Tue, 24 Aug 2004 09:05:53 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7O95rnO014015; Tue, 24 Aug 2004 09:05:53 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7O95rIt014014; Tue, 24 Aug 2004 09:05:53 GMT (envelope-from krion) Message-Id: <200408240905.i7O95rIt014014@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Tue, 24 Aug 2004 09:05:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 09:05:54 -0000 krion 2004-08-24 09:05:53 UTC FreeBSD ports repository Modified files: . modules Log: libpcd --> ports/graphics/libpcd Revision Changes Path 1.10968 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Aug 24 09:15:27 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AB3216A4CE; Tue, 24 Aug 2004 09:15:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C7FF43D54; Tue, 24 Aug 2004 09:15:27 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7O9FRBR014329; Tue, 24 Aug 2004 09:15:27 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7O9FR0S014328; Tue, 24 Aug 2004 09:15:27 GMT (envelope-from krion) Message-Id: <200408240915.i7O9FR0S014328@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Tue, 24 Aug 2004 09:15:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/chicken Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 09:15:27 -0000 krion 2004-08-24 09:15:27 UTC FreeBSD ports repository Modified files: lang/chicken Makefile distinfo Log: Update to 1.66 PR: ports/70890 Submitted by: maintainer Revision Changes Path 1.17 +1 -1 ports/lang/chicken/Makefile 1.11 +2 -2 ports/lang/chicken/distinfo From owner-cvs-all@FreeBSD.ORG Tue Aug 24 10:34:48 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D05116A4CE; Tue, 24 Aug 2004 10:34:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E29243D39; Tue, 24 Aug 2004 10:34:48 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OAYmc8016248; Tue, 24 Aug 2004 10:34:48 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OAYmLd016247; Tue, 24 Aug 2004 10:34:48 GMT (envelope-from perky) Message-Id: <200408241034.i7OAYmLd016247@repoman.freebsd.org> From: Hye-Shik Chang <perky@FreeBSD.org> Date: Tue, 24 Aug 2004 10:34:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/korean/aleefonts-ttf Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 10:34:48 -0000 perky 2004-08-24 10:34:47 UTC FreeBSD ports repository Modified files: korean/aleefonts-ttf Makefile distinfo pkg-plist Log: Update to 2.7 and unbreak fetch. Revision Changes Path 1.3 +2 -4 ports/korean/aleefonts-ttf/Makefile 1.2 +2 -2 ports/korean/aleefonts-ttf/distinfo 1.2 +2 -1 ports/korean/aleefonts-ttf/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Aug 24 10:39:01 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C821B16A4D2; Tue, 24 Aug 2004 10:39:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A74443D6D; Tue, 24 Aug 2004 10:39:01 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OAd1Uj016419; Tue, 24 Aug 2004 10:39:01 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OAd1Gw016418; Tue, 24 Aug 2004 10:39:01 GMT (envelope-from sos) Message-Id: <200408241039.i7OAd1Gw016418@repoman.freebsd.org> From: Søren Schmidt <sos@FreeBSD.org> Date: Tue, 24 Aug 2004 10:39:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata atapi-cd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 10:39:01 -0000 sos 2004-08-24 10:39:01 UTC FreeBSD src repository Modified files: sys/dev/ata atapi-cd.c Log: Properly check malloc returns. Revision Changes Path 1.171 +19 -10 src/sys/dev/ata/atapi-cd.c From owner-cvs-all@FreeBSD.ORG Tue Aug 24 11:30:29 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10C9216A4CE; Tue, 24 Aug 2004 11:30:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E781943D68; Tue, 24 Aug 2004 11:30:28 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OBUS72017674; Tue, 24 Aug 2004 11:30:28 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OBUS0a017673; Tue, 24 Aug 2004 11:30:28 GMT (envelope-from blackend) Message-Id: <200408241130.i7OBUS0a017673@repoman.freebsd.org> From: Marc Fonvieille <blackend@FreeBSD.org> Date: Tue, 24 Aug 2004 11:30:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/games/fortune/datfiles freebsd-tips X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 11:30:29 -0000 blackend 2004-08-24 11:30:28 UTC FreeBSD src repository (doc committer) Modified files: games/fortune/datfiles freebsd-tips Log: Fix make search entries. PR: docs/70899 Submitted by: Marc Silver <marcs@draenor.org> Revision Changes Path 1.34 +2 -2 src/games/fortune/datfiles/freebsd-tips From owner-cvs-all@FreeBSD.ORG Tue Aug 24 11:51:39 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A5AD16A4CE; Tue, 24 Aug 2004 11:51:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AE8343D46; Tue, 24 Aug 2004 11:51:39 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OBpdYK018281; Tue, 24 Aug 2004 11:51:39 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OBpdwE018280; Tue, 24 Aug 2004 11:51:39 GMT (envelope-from maho) Message-Id: <200408241151.i7OBpdwE018280@repoman.freebsd.org> From: Maho Nakata <maho@FreeBSD.org> Date: Tue, 24 Aug 2004 11:51:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/openoffice-1.1 Makefile ports/editors/openoffice-1.1-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 11:51:39 -0000 maho 2004-08-24 11:51:39 UTC FreeBSD ports repository Modified files: editors/openoffice-1.1 Makefile editors/openoffice-1.1-devel Makefile Log: - use bsd.java.mk - depend on orbit and gtk12 only when mozilla is built - change zip-file dependencies to OR instead of AND Submitted by: oliver Revision Changes Path 1.155 +20 -11 ports/editors/openoffice-1.1-devel/Makefile 1.161 +20 -11 ports/editors/openoffice-1.1/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 24 11:56:08 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B6F216A4CE; Tue, 24 Aug 2004 11:56:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EFF343D2F; Tue, 24 Aug 2004 11:56:08 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OBu876018433; Tue, 24 Aug 2004 11:56:08 GMT (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OBu8NF018432; Tue, 24 Aug 2004 11:56:08 GMT (envelope-from jeh) Message-Id: <200408241156.i7OBu8NF018432@repoman.freebsd.org> From: "James E. Housley" <jeh@FreeBSD.org> Date: Tue, 24 Aug 2004 11:56:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/i386-rtems-gdb distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 11:56:08 -0000 jeh 2004-08-24 11:56:07 UTC FreeBSD ports repository Modified files: devel/i386-rtems-gdb distinfo Log: Add missing MD5 info for a patch file. I have more commits, they will cause a bump of PORTREVISION Revision Changes Path 1.8 +2 -0 ports/devel/i386-rtems-gdb/distinfo From owner-cvs-all@FreeBSD.ORG Tue Aug 24 12:20:07 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 623F116A4DA; Tue, 24 Aug 2004 12:20:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4557243D6D; Tue, 24 Aug 2004 12:20:07 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OCK75C019640; Tue, 24 Aug 2004 12:20:07 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OCK7Q6019639; Tue, 24 Aug 2004 12:20:07 GMT (envelope-from lofi) Message-Id: <200408241220.i7OCK7Q6019639@repoman.freebsd.org> From: Michael Nottebrock <lofi@FreeBSD.org> Date: Tue, 24 Aug 2004 12:20:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/kdemultimedia3/files patch-audiofile_artsplugin_audiofilearts.idl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 12:20:07 -0000 lofi 2004-08-24 12:20:06 UTC FreeBSD ports repository Added files: multimedia/kdemultimedia3/files patch-audiofile_artsplugin_audiofilearts.idl Log: Add a workaround for an mcopidl segfault on recent versions of -CURRENT and RELENG_5. Revision Changes Path 1.1 +9 -0 ports/multimedia/kdemultimedia3/files/patch-audiofile_artsplugin_audiofilearts.idl (new) From owner-cvs-all@FreeBSD.ORG Tue Aug 24 12:20:35 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 505D816A4E8; Tue, 24 Aug 2004 12:20:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AC4E43D70; Tue, 24 Aug 2004 12:20:21 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OCKL8M019671; Tue, 24 Aug 2004 12:20:21 GMT (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OCKLKo019670; Tue, 24 Aug 2004 12:20:21 GMT (envelope-from jeh) Message-Id: <200408241220.i7OCKLKo019670@repoman.freebsd.org> From: "James E. Housley" <jeh@FreeBSD.org> Date: Tue, 24 Aug 2004 12:20:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/i386-rtems-gdb Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 12:20:36 -0000 jeh 2004-08-24 12:20:21 UTC FreeBSD ports repository Modified files: devel/i386-rtems-gdb Makefile distinfo Log: * Fix one goof of mine, forgotten MD5 * Fix two problems in the GNU code with the new GNU compiler * Bump PORTREVISION Revision Changes Path 1.21 +9 -2 ports/devel/i386-rtems-gdb/Makefile 1.9 +4 -0 ports/devel/i386-rtems-gdb/distinfo From owner-cvs-all@FreeBSD.ORG Tue Aug 24 12:22:09 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACDE216A4D9; Tue, 24 Aug 2004 12:22:09 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7252043D1F; Tue, 24 Aug 2004 12:22:09 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.41 (FreeBSD)) id 1BzaJI-000PIp-Fe; Tue, 24 Aug 2004 14:21:56 +0200 Date: Tue, 24 Aug 2004 14:21:56 +0200 From: Kirill Ponomarew <krion@voodoo.oberon.net> To: Adam Weinberger <adamw@FreeBSD.org> Message-ID: <20040824122156.GO2905@voodoo.oberon.net> References: <200408240421.i7O4LxTi005920@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="57SHPaztv6dlLu/a" Content-Disposition: inline In-Reply-To: <200408240421.i7O4LxTi005920@repoman.freebsd.org> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils Makefile ports/sysutils/bpm Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 12:22:09 -0000 --57SHPaztv6dlLu/a Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Tue, Aug 24, 2004 at 04:21:59AM +0000, Adam Weinberger wrote: > adamw 2004-08-24 04:21:59 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > sysutils Makefile=20 > Added files: > sysutils/bpm Makefile distinfo pkg-descr pkg-plist=20 > Log: > I am pleased to announce a new GTK+-2 interface to our ports tree! > =20 > BSD Ports Manipuator (BPM) is a graphical ports collection manager for > FreeBSD. It has a GTK+ 2.0 interface and allows you to add, remove, or > upgrade software packages on your system without requiring you to use a > command-line. In addition, it can display details about available, > installed, and out-of-date ports, as well as allowing you to search > based on port descriptions. > =20 > BPM uses the existing ports collection structure, allowing it to build > ports from source and integrate seamlessly with other tools. It doesn't build on -CURRENT: =3D=3D=3D> Building for bpm-0.4.1b "./mk/sk.global.mk", line 54: Malformed conditional (${OSTYPE} =3D=3D "FreeBSD") "./mk/sk.global.mk", line 54: Need an operator "./mk/sk.global.mk", line 56: if-less endif "./mk/sk.global.mk", line 56: Need an operator make: fatal errors encountered -- cannot continue *** Error code 1 -Kirill --57SHPaztv6dlLu/a Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBKzLkQC1G6a60JuURAlFwAJ90rliAzmIomhOqB//y6xinFbAh8ACg1nGS 5QgDaA+/nYyWx/sZkt7HccU= =HKmy -----END PGP SIGNATURE----- --57SHPaztv6dlLu/a-- From owner-cvs-all@FreeBSD.ORG Tue Aug 24 12:27:37 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8260C16A4CE; Tue, 24 Aug 2004 12:27:37 +0000 (GMT) Received: from server.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3CD143D5D; Tue, 24 Aug 2004 12:27:36 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from [192.168.0.101] (thunder.alexdupre.com [192.168.0.101]) i7OCRYLQ003246; Tue, 24 Aug 2004 14:27:35 +0200 (CEST) (envelope-from ale@FreeBSD.org) Message-ID: <412B3436.80303@FreeBSD.org> Date: Tue, 24 Aug 2004 14:27:34 +0200 From: Alex Dupre <ale@FreeBSD.org> User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kirill Ponomarew <krion@voodoo.oberon.net> References: <200408240421.i7O4LxTi005920@repoman.freebsd.org> <20040824122156.GO2905@voodoo.oberon.net> In-Reply-To: <20040824122156.GO2905@voodoo.oberon.net> X-Enigmail-Version: 0.85.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-ports@FreeBSD.org cc: Adam Weinberger <adamw@FreeBSD.org> cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils Makefile ports/sysutils/bpm Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 12:27:37 -0000 Kirill Ponomarew wrote: > It doesn't build on -CURRENT: I've just built it without problems. ===> Building for bpm-0.4.1b ===> libinstall cc -O2 -pipe -march=pentium3 -DENABLE_NLS -I/usr/ports/sysutils/bpm/work/bpm-0.4.1b/libinstall/../mk/inc -I/usr/ports/sysutils/bpm/work/bpm-0.4.1b/libinstall/obj -I/usr/ports/sysutils/bpm/work/bpm-0.4.1b/libinstall -DNDEBUG -DVERSION=\""0.4.1 *BETA*"\" -DPREFIX=\"/usr/X11R6\" -o version.o -c /usr/ports/sysutils/bpm/work/bpm-0.4.1b/libinstall/version.c ar rlv libinstall.a version.o ar: creating libinstall.a a - version.o ranlib libinstall.a ===> gtk-su ... -- Alex Dupre From owner-cvs-all@FreeBSD.ORG Tue Aug 24 12:35:55 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A61E16A4CE; Tue, 24 Aug 2004 12:35:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D5DE43D41; Tue, 24 Aug 2004 12:35:55 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OCZtxv020084; Tue, 24 Aug 2004 12:35:55 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OCZteB020083; Tue, 24 Aug 2004 12:35:55 GMT (envelope-from vs) Message-Id: <200408241235.i7OCZteB020083@repoman.freebsd.org> From: Volker Stolz <vs@FreeBSD.org> Date: Tue, 24 Aug 2004 12:35:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/imapfilter Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 12:35:55 -0000 vs 2004-08-24 12:35:55 UTC FreeBSD ports repository Modified files: mail/imapfilter Makefile distinfo Log: Update to 1.0.1 PR: ports/70833 Submitted by: Lefteris Chatzibarbas (maintainer) Revision Changes Path 1.16 +1 -1 ports/mail/imapfilter/Makefile 1.17 +2 -2 ports/mail/imapfilter/distinfo From owner-cvs-all@FreeBSD.ORG Tue Aug 24 12:43:44 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0889816A4CE; Tue, 24 Aug 2004 12:43:44 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8E2443D2F; Tue, 24 Aug 2004 12:43:43 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.41 (FreeBSD)) id 1BzaeA-000Pw8-Qb; Tue, 24 Aug 2004 14:43:30 +0200 Date: Tue, 24 Aug 2004 14:43:30 +0200 From: Kirill Ponomarew <krion@voodoo.oberon.net> To: Alex Dupre <ale@FreeBSD.org> Message-ID: <20040824124330.GP2905@voodoo.oberon.net> References: <200408240421.i7O4LxTi005920@repoman.freebsd.org> <20040824122156.GO2905@voodoo.oberon.net> <412B3436.80303@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BuBclajtnfx5hylj" Content-Disposition: inline In-Reply-To: <412B3436.80303@FreeBSD.org> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE cc: cvs-ports@FreeBSD.org cc: Adam Weinberger <adamw@FreeBSD.org> cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils Makefile ports/sysutils/bpm Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 12:43:44 -0000 --BuBclajtnfx5hylj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Tue, Aug 24, 2004 at 02:27:34PM +0200, Alex Dupre wrote: > Kirill Ponomarew wrote: >=20 > >It doesn't build on -CURRENT: >=20 > I've just built it without problems. It builds with provided patch: --- Makefile.orig Tue Aug 24 14:41:35 2004 +++ Makefile Tue Aug 24 14:41:44 2004 @@ -19,4 +19,6 @@ USE_X_PREFIX=3D yes USE_GNOME=3D gtk20 =20 +MAKE_ENV=3D OSTYPE=3D"${OPSYS}" + .include <bsd.port.mk> -Kirill --BuBclajtnfx5hylj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBKzfyQC1G6a60JuURAmFwAJ9NgDEPvtDcTNiOSjeNOQtp+MoXgQCfegos XPtaKqJ++2NY1yJ1pmeaB6I= =SKvV -----END PGP SIGNATURE----- --BuBclajtnfx5hylj-- From owner-cvs-all@FreeBSD.ORG Tue Aug 24 12:46:04 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E4E316A4CE; Tue, 24 Aug 2004 12:46:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4173343D2F; Tue, 24 Aug 2004 12:46:04 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OCk4kL020363; Tue, 24 Aug 2004 12:46:04 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OCk4No020362; Tue, 24 Aug 2004 12:46:04 GMT (envelope-from clement) Message-Id: <200408241246.i7OCk4No020362@repoman.freebsd.org> From: Clement Laforet <clement@FreeBSD.org> Date: Tue, 24 Aug 2004 12:46:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/benchmarks/autobench Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 12:46:04 -0000 clement 2004-08-24 12:46:04 UTC FreeBSD ports repository Modified files: benchmarks/autobench Makefile distinfo Log: - Update to 2.1.2 - Fix RUN_DEPENDS to honor bench2graph deps. Revision Changes Path 1.5 +4 -3 ports/benchmarks/autobench/Makefile 1.4 +2 -2 ports/benchmarks/autobench/distinfo From owner-cvs-all@FreeBSD.ORG Tue Aug 24 13:00:55 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CD4F16A4CE; Tue, 24 Aug 2004 13:00:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FF1E43D39; Tue, 24 Aug 2004 13:00:55 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OD0tOr020857; Tue, 24 Aug 2004 13:00:55 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OD0tZq020856; Tue, 24 Aug 2004 13:00:55 GMT (envelope-from tjr) Message-Id: <200408241300.i7OD0tZq020856@repoman.freebsd.org> From: "Tim J. Robbins" <tjr@FreeBSD.org> Date: Tue, 24 Aug 2004 13:00:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/include ftw.h src/lib/libc/gen Makefile.inc ftw.c nftw.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 13:00:55 -0000 tjr 2004-08-24 13:00:55 UTC FreeBSD src repository Modified files: include ftw.h lib/libc/gen Makefile.inc ftw.c Added files: lib/libc/gen nftw.c Log: Replace the current implementations of ftw() and nftw() with the OpenBSD implementations written by Todd C. Miller. These are cleaner, less buggy and actively maintained. Revision Changes Path 1.2 +46 -91 src/include/ftw.h 1.117 +1 -1 src/lib/libc/gen/Makefile.inc 1.4 +89 -191 src/lib/libc/gen/ftw.c 1.1 +117 -0 src/lib/libc/gen/nftw.c (new) From owner-cvs-all@FreeBSD.ORG Tue Aug 24 14:04:40 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F77E16A4CE; Tue, 24 Aug 2004 14:04:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 017EF43D49; Tue, 24 Aug 2004 14:04:40 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OE4dup022359; Tue, 24 Aug 2004 14:04:39 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OE4dLh022358; Tue, 24 Aug 2004 14:04:39 GMT (envelope-from sergei) Message-Id: <200408241404.i7OE4dLh022358@repoman.freebsd.org> From: Sergei Kolobov <sergei@FreeBSD.org> Date: Tue, 24 Aug 2004 14:04:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/shells/zsh Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 14:04:40 -0000 sergei 2004-08-24 14:04:39 UTC FreeBSD ports repository Modified files: shells/zsh Makefile distinfo pkg-plist Log: - Update to 4.2.1 [1] - Install rzsh - restricted-mode zsh [2] - Fix static version (NOSHARED=yes) build [3] - Utilize INFO macro again Submitted by: osa [1], ceri [2], Dan Nelson <dnelson@allantgroup.com> [3] Revision Changes Path 1.66 +20 -8 ports/shells/zsh/Makefile 1.29 +4 -4 ports/shells/zsh/distinfo 1.32 +63 -58 ports/shells/zsh/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Aug 24 14:16:08 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D627C16A4CE; Tue, 24 Aug 2004 14:16:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B86D643D31; Tue, 24 Aug 2004 14:16:08 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OEG8K0022707; Tue, 24 Aug 2004 14:16:08 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OEG88k022706; Tue, 24 Aug 2004 14:16:08 GMT (envelope-from rwatson) Message-Id: <200408241416.i7OEG88k022706@repoman.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Tue, 24 Aug 2004 14:16:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if_fwsubr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 14:16:09 -0000 rwatson 2004-08-24 14:16:08 UTC FreeBSD src repository Modified files: sys/net if_fwsubr.c Log: MT4 if_fwsubr.c:1.6: date: 2004/08/22 14:48:55; author: rwatson; state: Exp; lines: +0 -2 Don't need to assert Giant in fw_output(), only in the firewire start routine. Approved by: re (scottl) Revision Changes Path 1.7 +0 -2 src/sys/net/if_fwsubr.c From owner-cvs-all@FreeBSD.ORG Tue Aug 24 14:17:58 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BAA816A4CE; Tue, 24 Aug 2004 14:17:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D5EA43D4C; Tue, 24 Aug 2004 14:17:58 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OEHwCo022786; Tue, 24 Aug 2004 14:17:58 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OEHwWC022785; Tue, 24 Aug 2004 14:17:58 GMT (envelope-from rwatson) Message-Id: <200408241417.i7OEHwWC022785@repoman.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Tue, 24 Aug 2004 14:17:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if_fwsubr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 14:17:58 -0000 rwatson 2004-08-24 14:17:58 UTC FreeBSD src repository Modified files: sys/net if_fwsubr.c Log: Revert previous revision, 1.7, as removal of GIANT_REQUIRED was made in the wrong branch (and hence to the wrong function). Revision Changes Path 1.8 +2 -0 src/sys/net/if_fwsubr.c From owner-cvs-all@FreeBSD.ORG Tue Aug 24 14:20:26 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53B4916A4D1; Tue, 24 Aug 2004 14:20:26 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B0AA43D78; Tue, 24 Aug 2004 14:20:26 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.41 (FreeBSD)) id 1Bzc9a-0000ry-PX; Tue, 24 Aug 2004 16:20:02 +0200 Date: Tue, 24 Aug 2004 16:20:02 +0200 From: Kirill Ponomarew <krion@voodoo.oberon.net> To: Adam Weinberger <adamw@FreeBSD.org>, Alex Dupre <ale@FreeBSD.org>, ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040824142002.GQ2905@voodoo.oberon.net> References: <200408240421.i7O4LxTi005920@repoman.freebsd.org> <20040824122156.GO2905@voodoo.oberon.net> <412B3436.80303@FreeBSD.org> <20040824124330.GP2905@voodoo.oberon.net> <20040824141913.GI96458@toxic.magnesium.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="A6Z7MKnLVMfR85kG" Content-Disposition: inline In-Reply-To: <20040824141913.GI96458@toxic.magnesium.net> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE Subject: Re: cvs commit: ports/sysutils Makefile ports/sysutils/bpm Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 14:20:26 -0000 --A6Z7MKnLVMfR85kG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, On Tue, Aug 24, 2004 at 10:19:13AM -0400, Adam Weinberger wrote: > Okay. I've added that patch. Thanks! Thanks for prompt action ! -Kirill --A6Z7MKnLVMfR85kG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBK06SQC1G6a60JuURAoIRAKDwOR9jU45d5ZoQO8Lwn07igG2zEQCgypLC 9bB/OfEqfvvmldzXkEZENxU= =ZQmL -----END PGP SIGNATURE----- --A6Z7MKnLVMfR85kG-- From owner-cvs-all@FreeBSD.ORG Tue Aug 24 14:21:54 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5D6C16A4D4; Tue, 24 Aug 2004 14:21:54 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id A25E643D62; Tue, 24 Aug 2004 14:21:54 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.41 (FreeBSD)) id 1BzcBB-0000sa-MM; Tue, 24 Aug 2004 16:21:41 +0200 Date: Tue, 24 Aug 2004 16:21:41 +0200 From: Kirill Ponomarew <krion@voodoo.oberon.net> To: Sergei Kolobov <sergei@FreeBSD.org> Message-ID: <20040824142141.GR2905@voodoo.oberon.net> References: <200408241404.i7OE4dLh022358@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="bEjdSXxHv0Az5++U" Content-Disposition: inline In-Reply-To: <200408241404.i7OE4dLh022358@repoman.freebsd.org> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/shells/zsh Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 14:21:55 -0000 --bEjdSXxHv0Az5++U Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Tue, Aug 24, 2004 at 02:04:39PM +0000, Sergei Kolobov wrote: > sergei 2004-08-24 14:04:39 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > shells/zsh Makefile distinfo pkg-plist=20 > Log: > - Update to 4.2.1 [1] > - Install rzsh - restricted-mode zsh [2] > - Fix static version (NOSHARED=3Dyes) build [3] > - Utilize INFO macro again So you can also send zsh-devel in nirvana-Attic now. -Kirill --bEjdSXxHv0Az5++U Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBK071QC1G6a60JuURAtveAKDmCEpwzzSL0QvjGQvYFf8NbwKLUACfc/YW XP+KjIJb2YXDw62yajpWt5M= =UvU3 -----END PGP SIGNATURE----- --bEjdSXxHv0Az5++U-- From owner-cvs-all@FreeBSD.ORG Tue Aug 24 14:19:13 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFC8316A4D1; Tue, 24 Aug 2004 14:19:13 +0000 (GMT) Received: from toxic.magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id B87F643D5F; Tue, 24 Aug 2004 14:19:13 +0000 (GMT) (envelope-from adamw@magnesium.net) Received: by toxic.magnesium.net (Postfix, from userid 1252) id 90DD0DA88A; Tue, 24 Aug 2004 07:19:13 -0700 (PDT) Date: Tue, 24 Aug 2004 10:19:13 -0400 From: Adam Weinberger <adamw@FreeBSD.org> To: Kirill Ponomarew <krion@voodoo.oberon.net> Message-ID: <20040824141913.GI96458@toxic.magnesium.net> Mail-Followup-To: Adam Weinberger <adamw@FreeBSD.org>, Kirill Ponomarew <krion@voodoo.oberon.net>, Alex Dupre <ale@FreeBSD.org>, ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200408240421.i7O4LxTi005920@repoman.freebsd.org> <20040824122156.GO2905@voodoo.oberon.net> <412B3436.80303@FreeBSD.org> <20040824124330.GP2905@voodoo.oberon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040824124330.GP2905@voodoo.oberon.net> X-Editor: Vim 6.2 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-URL: http://www.vectors.cx X-ASL: 6/m/behind you User-Agent: Mutt/1.5.4i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Alex Dupre <ale@FreeBSD.org> cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils Makefile ports/sysutils/bpm Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 14:19:14 -0000 >> (08.24.2004 @ 0843 PST): Kirill Ponomarew said, in 0.9K: << > Hi, > > On Tue, Aug 24, 2004 at 02:27:34PM +0200, Alex Dupre wrote: > > Kirill Ponomarew wrote: > > > > >It doesn't build on -CURRENT: > > > > I've just built it without problems. > > It builds with provided patch: > > --- Makefile.orig Tue Aug 24 14:41:35 2004 > +++ Makefile Tue Aug 24 14:41:44 2004 > @@ -19,4 +19,6 @@ > USE_X_PREFIX= yes > USE_GNOME= gtk20 > > +MAKE_ENV= OSTYPE="${OPSYS}" > + > .include <bsd.port.mk> > > -Kirill >> end of "Re: cvs commit: ports/sysutils Makefile ports/sysutils/bpm Makefile distinfo pkg-descr pkg-plist" from Kirill Ponomarew << Okay. I've added that patch. Thanks! # Adam -- Adam Weinberger adamw@magnesium.net || adamw@FreeBSD.org adamw@vectors.cx || adamw@gnome.org http://www.vectors.cx From owner-cvs-all@FreeBSD.ORG Tue Aug 24 14:19:33 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 891E716A4CE; Tue, 24 Aug 2004 14:19:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BCD943D64; Tue, 24 Aug 2004 14:19:33 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OEJXsr022878; Tue, 24 Aug 2004 14:19:33 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OEJX2t022877; Tue, 24 Aug 2004 14:19:33 GMT (envelope-from rwatson) Message-Id: <200408241419.i7OEJX2t022877@repoman.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Tue, 24 Aug 2004 14:19:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/net if_fwsubr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 14:19:33 -0000 rwatson 2004-08-24 14:19:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/net if_fwsubr.c Log: MT5 if_fwsubr.c:1.6: date: 2004/08/22 14:48:55; author: rwatson; state: Exp; lines: +0 -2 Don't need to assert Giant in fw_output(), only in the firewire start routine. Approved by: re (scottl) Revision Changes Path 1.5.2.1 +0 -2 src/sys/net/if_fwsubr.c From owner-cvs-all@FreeBSD.ORG Tue Aug 24 14:18:54 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 007E416A4D0; Tue, 24 Aug 2004 14:18:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D853243D46; Tue, 24 Aug 2004 14:18:53 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OEIrU3022836; Tue, 24 Aug 2004 14:18:53 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OEIrpo022835; Tue, 24 Aug 2004 14:18:53 GMT (envelope-from adamw) Message-Id: <200408241418.i7OEIrpo022835@repoman.freebsd.org> From: Adam Weinberger <adamw@FreeBSD.org> Date: Tue, 24 Aug 2004 14:18:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/bpm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 14:18:54 -0000 adamw 2004-08-24 14:18:53 UTC FreeBSD ports repository Modified files: sysutils/bpm Makefile Log: Fix build on current in some situations. Submitted by: krion Revision Changes Path 1.2 +2 -0 ports/sysutils/bpm/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 24 14:34:57 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF15C16A4DD for <cvs-all@FreeBSD.org>; Tue, 24 Aug 2004 14:34:56 +0000 (GMT) Received: from outpost.globcon.net (outpost.globcon.net [62.141.88.161]) by mx1.FreeBSD.org (Postfix) with SMTP id 6AD8743D5C for <cvs-all@FreeBSD.org>; Tue, 24 Aug 2004 14:34:55 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: (qmail 18911 invoked by uid 911); 24 Aug 2004 14:34:53 -0000 Date: Tue, 24 Aug 2004 18:34:53 +0400 From: Sergei Kolobov <sergei@FreeBSD.org> To: Kirill Ponomarew <krion@FreeBSD.org> Message-ID: <20040824143453.GE42719@globcon.net> Mail-Followup-To: Kirill Ponomarew <krion@FreeBSD.org>, shige@FreeBSD.org, ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200408241404.i7OE4dLh022358@repoman.freebsd.org> <20040824142141.GR2905@voodoo.oberon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040824142141.GR2905@voodoo.oberon.net> User-Agent: Mutt/1.5.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: shige@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/shells/zsh Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 14:34:57 -0000 On 2004-08-24 at 16:21 +0200, Kirill Ponomarew wrote: > So you can also send zsh-devel in nirvana-Attic now. Yeah, I guess... ;) Let's see what zsh-devel's maintainer (shige@) thinks about that (cc'd). Sergei From owner-cvs-all@FreeBSD.ORG Tue Aug 24 14:38:45 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD66816A4CE; Tue, 24 Aug 2004 14:38:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F4FF43D1D; Tue, 24 Aug 2004 14:38:45 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OEcjRj023479; Tue, 24 Aug 2004 14:38:45 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OEcjFs023478; Tue, 24 Aug 2004 14:38:45 GMT (envelope-from nobutaka) Message-Id: <200408241438.i7OEcjFs023478@repoman.freebsd.org> From: MANTANI Nobutaka <nobutaka@FreeBSD.org> Date: Tue, 24 Aug 2004 14:38:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/emacs-w3m Makefile distinfo pkg-plist ports/www/emacs-w3m-xemacs21-mule pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 14:38:45 -0000 nobutaka 2004-08-24 14:38:45 UTC FreeBSD ports repository Modified files: www/emacs-w3m Makefile distinfo pkg-plist www/emacs-w3m-emacs20 pkg-plist www/emacs-w3m-xemacs21-mule pkg-plist Log: Update to 1.4.3. Revision Changes Path 1.10 +1 -0 ports/www/emacs-w3m-emacs20/pkg-plist 1.5 +2 -0 ports/www/emacs-w3m-xemacs21-mule/pkg-plist 1.27 +1 -1 ports/www/emacs-w3m/Makefile 1.20 +2 -2 ports/www/emacs-w3m/distinfo 1.20 +2 -0 ports/www/emacs-w3m/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Aug 24 15:09:05 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFAD216A4CE; Tue, 24 Aug 2004 15:09:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B51B343D3F; Tue, 24 Aug 2004 15:09:05 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OF95ek024233; Tue, 24 Aug 2004 15:09:05 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OF95S5024232; Tue, 24 Aug 2004 15:09:05 GMT (envelope-from sos) Message-Id: <200408241509.i7OF95S5024232@repoman.freebsd.org> From: Søren Schmidt <sos@FreeBSD.org> Date: Tue, 24 Aug 2004 15:09:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-all.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 15:09:06 -0000 sos 2004-08-24 15:09:05 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.c Log: Always pick up giant before returning from an ioctl call. Revision Changes Path 1.223 +4 -2 src/sys/dev/ata/ata-all.c From owner-cvs-all@FreeBSD.ORG Tue Aug 24 15:21:14 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CCB016A4CE; Tue, 24 Aug 2004 15:21:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EDFE43D5A; Tue, 24 Aug 2004 15:21:14 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OFLE7a024633; Tue, 24 Aug 2004 15:21:14 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OFLEft024632; Tue, 24 Aug 2004 15:21:14 GMT (envelope-from glewis) Message-Id: <200408241521.i7OFLEft024632@repoman.freebsd.org> From: Greg Lewis <glewis@FreeBSD.org> Date: Tue, 24 Aug 2004 15:21:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/powerman Makefile distinfo pkg-plist ports/sysutils/powerman/files patch-Makefile patch-man-powerman.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 15:21:14 -0000 glewis 2004-08-24 15:21:13 UTC FreeBSD ports repository Modified files: sysutils/powerman Makefile distinfo pkg-plist sysutils/powerman/files patch-Makefile patch-man-powerman.1 Log: . Update to 1.0.20. Revision Changes Path 1.3 +1 -1 ports/sysutils/powerman/Makefile 1.2 +2 -2 ports/sysutils/powerman/distinfo 1.2 +11 -13 ports/sysutils/powerman/files/patch-Makefile 1.2 +4 -10 ports/sysutils/powerman/files/patch-man-powerman.1 1.2 +1 -3 ports/sysutils/powerman/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Aug 24 15:35:42 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3136716A4CF; Tue, 24 Aug 2004 15:35:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07CBD43D2D; Tue, 24 Aug 2004 15:35:42 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OFZfRK025065; Tue, 24 Aug 2004 15:35:41 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OFZfBI025064; Tue, 24 Aug 2004 15:35:41 GMT (envelope-from sergei) Message-Id: <200408241535.i7OFZfBI025064@repoman.freebsd.org> From: Sergei Kolobov <sergei@FreeBSD.org> Date: Tue, 24 Aug 2004 15:35:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/libgpg-error Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 15:35:42 -0000 sergei 2004-08-24 15:35:41 UTC FreeBSD ports repository Modified files: security/libgpg-error Makefile distinfo Log: - Update to 1.0 Revision Changes Path 1.9 +6 -6 ports/security/libgpg-error/Makefile 1.4 +4 -4 ports/security/libgpg-error/distinfo From owner-cvs-all@FreeBSD.ORG Tue Aug 24 15:39:08 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4674B16A4CE; Tue, 24 Aug 2004 15:39:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A3D743D2F; Tue, 24 Aug 2004 15:39:08 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OFd82b025270; Tue, 24 Aug 2004 15:39:08 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OFd83A025269; Tue, 24 Aug 2004 15:39:08 GMT (envelope-from brueffer) Message-Id: <200408241539.i7OFd83A025269@repoman.freebsd.org> From: Christian Brueffer <brueffer@FreeBSD.org> Date: Tue, 24 Aug 2004 15:39:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/share/misc dev.archlist.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 15:39:08 -0000 brueffer 2004-08-24 15:39:08 UTC FreeBSD src repository (doc committer) Modified files: release/doc/share/misc dev.archlist.txt Log: Add sf(4) Revision Changes Path 1.8 +1 -0 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-all@FreeBSD.ORG Tue Aug 24 15:37:37 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3610C16A4CE; Tue, 24 Aug 2004 15:37:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1926A43D3F; Tue, 24 Aug 2004 15:37:37 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OFbaeg025173; Tue, 24 Aug 2004 15:37:36 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OFba4E025172; Tue, 24 Aug 2004 15:37:36 GMT (envelope-from brueffer) Message-Id: <200408241537.i7OFba4E025172@repoman.freebsd.org> From: Christian Brueffer <brueffer@FreeBSD.org> Date: Tue, 24 Aug 2004 15:37:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 sf.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 15:37:37 -0000 brueffer 2004-08-24 15:37:36 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 sf.4 Log: - move list of supported adapters into a HARDWARE section - correctly capitalize Fast Ethernet - correct two typos - bump document date Revision Changes Path 1.18 +23 -21 src/share/man/man4/sf.4 From owner-cvs-all@FreeBSD.ORG Tue Aug 24 15:37:58 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D033616A4CE; Tue, 24 Aug 2004 15:37:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B578443D41; Tue, 24 Aug 2004 15:37:58 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OFbwhL025201; Tue, 24 Aug 2004 15:37:58 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OFbwsX025200; Tue, 24 Aug 2004 15:37:58 GMT (envelope-from sergei) Message-Id: <200408241537.i7OFbwsX025200@repoman.freebsd.org> From: Sergei Kolobov <sergei@FreeBSD.org> Date: Tue, 24 Aug 2004 15:37:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/libgpg-error/files patch-src_Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 15:37:59 -0000 sergei 2004-08-24 15:37:58 UTC FreeBSD ports repository Removed files: security/libgpg-error/files patch-src_Makefile.in Log: - Removed now-unneeded patch Revision Changes Path 1.2 +0 -11 ports/security/libgpg-error/files/patch-src_Makefile.in (dead) From owner-cvs-all@FreeBSD.ORG Tue Aug 24 15:40:57 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3C6916A4CE; Tue, 24 Aug 2004 15:40:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A74D343D4C; Tue, 24 Aug 2004 15:40:57 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OFevQM025398; Tue, 24 Aug 2004 15:40:57 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OFevGA025397; Tue, 24 Aug 2004 15:40:57 GMT (envelope-from brueffer) Message-Id: <200408241540.i7OFevGA025397@repoman.freebsd.org> From: Christian Brueffer <brueffer@FreeBSD.org> Date: Tue, 24 Aug 2004 15:40:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 15:40:57 -0000 brueffer 2004-08-24 15:40:57 UTC FreeBSD src repository (doc committer) Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Autogenerate device listings for sf(4) Revision Changes Path 1.231 +1 -3 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-all@FreeBSD.ORG Tue Aug 24 15:43:16 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 842AD16A4CE; Tue, 24 Aug 2004 15:43:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6739143D58; Tue, 24 Aug 2004 15:43:16 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OFhGsn025489; Tue, 24 Aug 2004 15:43:16 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OFhG28025488; Tue, 24 Aug 2004 15:43:16 GMT (envelope-from sergei) Message-Id: <200408241543.i7OFhG28025488@repoman.freebsd.org> From: Sergei Kolobov <sergei@FreeBSD.org> Date: Tue, 24 Aug 2004 15:43:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/maildirsync Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 15:43:16 -0000 sergei 2004-08-24 15:43:16 UTC FreeBSD ports repository Modified files: mail/maildirsync Makefile distinfo Added files: mail/maildirsync pkg-plist Log: - Update to 1.0 - Install some contributed examples - Revive pkg-plist Revision Changes Path 1.7 +9 -2 ports/mail/maildirsync/Makefile 1.4 +2 -2 ports/mail/maildirsync/distinfo 1.3 +19 -0 ports/mail/maildirsync/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Aug 24 15:56:55 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79BEF16A4CE; Tue, 24 Aug 2004 15:56:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CE9643D39; Tue, 24 Aug 2004 15:56:55 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OFuZ0N025925; Tue, 24 Aug 2004 15:56:35 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OFuZQW025924; Tue, 24 Aug 2004 15:56:35 GMT (envelope-from marcus) Message-Id: <200408241556.i7OFuZQW025924@repoman.freebsd.org> From: Joe Marcus Clarke <marcus@FreeBSD.org> Date: Tue, 24 Aug 2004 15:56:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/gnome2-fifth-toe Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 15:56:55 -0000 marcus 2004-08-24 15:56:34 UTC FreeBSD ports repository Modified files: x11/gnome2-fifth-toe Makefile Log: Switch the check for gnomesystemtools to use network-admin instead of boot-admin since the latter is no longer installed on FreeBSD. Reported by: Mike Harding <mvh@ix.netcom.com> Revision Changes Path 1.54 +1 -1 ports/x11/gnome2-fifth-toe/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 24 15:56:58 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D62A16A4E4; Tue, 24 Aug 2004 15:56:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BCBC43D54; Tue, 24 Aug 2004 15:56:57 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OFul4U025954; Tue, 24 Aug 2004 15:56:47 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OFull6025953; Tue, 24 Aug 2004 15:56:47 GMT (envelope-from brueffer) Message-Id: <200408241556.i7OFull6025953@repoman.freebsd.org> From: Christian Brueffer <brueffer@FreeBSD.org> Date: Tue, 24 Aug 2004 15:56:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 sf.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 15:56:58 -0000 brueffer 2004-08-24 15:56:47 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 sf.4 Log: Correct the link to the AIC-6915 programmer's manual Revision Changes Path 1.19 +1 -1 src/share/man/man4/sf.4 From owner-cvs-all@FreeBSD.ORG Tue Aug 24 16:05:58 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 757F716A4CE; Tue, 24 Aug 2004 16:05:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A6DC43D2F; Tue, 24 Aug 2004 16:05:58 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OG5wPY026257; Tue, 24 Aug 2004 16:05:58 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OG5wCI026256; Tue, 24 Aug 2004 16:05:58 GMT (envelope-from sergei) Message-Id: <200408241605.i7OG5wCI026256@repoman.freebsd.org> From: Sergei Kolobov <sergei@FreeBSD.org> Date: Tue, 24 Aug 2004 16:05:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/shells/zsh Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 16:05:58 -0000 sergei 2004-08-24 16:05:58 UTC FreeBSD ports repository Modified files: shells/zsh Makefile Log: - Remove dead mirrors, add few new ones PR: ports/70578 (also contains 4.2.1 update) Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Revision Changes Path 1.67 +6 -5 ports/shells/zsh/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 24 16:06:57 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EF8116A4CE; Tue, 24 Aug 2004 16:06:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72D5043D54; Tue, 24 Aug 2004 16:06:57 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OG6vZH026300; Tue, 24 Aug 2004 16:06:57 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OG6vUg026299; Tue, 24 Aug 2004 16:06:57 GMT (envelope-from brueffer) Message-Id: <200408241606.i7OG6vUg026299@repoman.freebsd.org> From: Christian Brueffer <brueffer@FreeBSD.org> Date: Tue, 24 Aug 2004 16:06:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 dc.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 16:06:57 -0000 brueffer 2004-08-24 16:06:57 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 dc.4 Log: Add the SMC EZ Card 10/100 as supported hardware Revision Changes Path 1.30 +2 -0 src/share/man/man4/dc.4 From owner-cvs-all@FreeBSD.ORG Tue Aug 24 16:30:35 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5571116A4CE; Tue, 24 Aug 2004 16:30:35 +0000 (GMT) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB09343D4C; Tue, 24 Aug 2004 16:30:34 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.12.11/8.12.11/NinthNine) with ESMTP id i7OGUXVZ039602; Wed, 25 Aug 2004 01:30:34 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Wed, 25 Aug 2004 01:30:33 +0900 From: Norikatsu Shigemura <nork@FreeBSD.org> To: Adam Weinberger <adamw@FreeBSD.org> Message-Id: <20040825013033.56c9d8d2.nork@FreeBSD.org> In-Reply-To: <200408240421.i7O4LxTi005920@repoman.freebsd.org> References: <200408240421.i7O4LxTi005920@repoman.freebsd.org> X-Mailer: Sylpheed version 0.9.12-gtk2-20040622 (GTK+ 2.4.7; i386-portbld-freebsd6.0) 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-1.5.6 (sakura.ninth-nine.com [219.127.74.121]); Wed, 25 Aug 2004 01:30:34 +0900 (JST) cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils Makefile ports/sysutils/bpm Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 16:30:35 -0000 On Tue, 24 Aug 2004 04:21:59 +0000 (UTC) Adam Weinberger <adamw@FreeBSD.org> wrote: > adamw 2004-08-24 04:21:59 UTC > FreeBSD ports repository > Modified files: > sysutils Makefile > Added files: > sysutils/bpm Makefile distinfo pkg-descr pkg-plist > Log: > I am pleased to announce a new GTK+-2 interface to our ports tree! Humm.. In my environment: # cd /usr/ports/sysutils/bpm # make (snip) ===> Building for bpm-0.4.1b "./mk/sk.global.mk", line 54: Malformed conditional (${OSTYPE} == "FreeBSD") "./mk/sk.global.mk", line 54: Need an operator "./mk/sk.global.mk", line 56: if-less endif "./mk/sk.global.mk", line 56: Need an operator make: fatal errors encountered -- cannot continue *** Error code 1 Hummm.. # env OSTYPE=FreeBSD make (snip) ===> scripts ===> pixmaps ===> locale (Good works!) From owner-cvs-all@FreeBSD.ORG Tue Aug 24 16:30:51 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48A9916A4CE; Tue, 24 Aug 2004 16:30:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AE7D43D5C; Tue, 24 Aug 2004 16:30:51 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OGUo9c026939; Tue, 24 Aug 2004 16:30:50 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OGUoQd026938; Tue, 24 Aug 2004 16:30:50 GMT (envelope-from eik) Message-Id: <200408241630.i7OGUoQd026938@repoman.freebsd.org> From: Oliver Eikemeier <eik@FreeBSD.org> Date: Tue, 24 Aug 2004 16:30:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/rsync Makefile distinfo ports/net/rsync/files patch-rsync.h patch-syscall.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 16:30:51 -0000 eik 2004-08-24 16:30:50 UTC FreeBSD ports repository Modified files: net/rsync Makefile distinfo Added files: net/rsync/files patch-rsync.h patch-syscall.c Log: enable copying of fifos/sockets Requested by: Eike Bernhardt <eike@unorganized.net> PR: 59814 Obtained from: Thomas Quinot <thomas@cuivre.fr.eu.org> Revision Changes Path 1.96 +1 -1 ports/net/rsync/Makefile 1.40 +2 -0 ports/net/rsync/distinfo 1.1 +18 -0 ports/net/rsync/files/patch-rsync.h (new) 1.1 +39 -0 ports/net/rsync/files/patch-syscall.c (new) From owner-cvs-all@FreeBSD.ORG Tue Aug 24 16:41:53 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA06C16A4CE; Tue, 24 Aug 2004 16:41:53 +0000 (GMT) Received: from toxic.magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7E2A43D46; Tue, 24 Aug 2004 16:41:53 +0000 (GMT) (envelope-from adamw@magnesium.net) Received: by toxic.magnesium.net (Postfix, from userid 1252) id 8433ADA871; Tue, 24 Aug 2004 09:41:53 -0700 (PDT) Date: Tue, 24 Aug 2004 12:41:53 -0400 From: Adam Weinberger <adamw@FreeBSD.org> To: Norikatsu Shigemura <nork@FreeBSD.org> Message-ID: <20040824164153.GJ96458@toxic.magnesium.net> Mail-Followup-To: Adam Weinberger <adamw@FreeBSD.org>, Norikatsu Shigemura <nork@FreeBSD.org>, ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200408240421.i7O4LxTi005920@repoman.freebsd.org> <20040825013033.56c9d8d2.nork@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040825013033.56c9d8d2.nork@FreeBSD.org> X-Editor: Vim 6.2 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-URL: http://www.vectors.cx X-ASL: 6/m/behind you User-Agent: Mutt/1.5.4i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils Makefile ports/sysutils/bpm Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 16:41:53 -0000 >> (08.24.2004 @ 1230 PST): Norikatsu Shigemura said, in 0.8K: << > On Tue, 24 Aug 2004 04:21:59 +0000 (UTC) > Adam Weinberger <adamw@FreeBSD.org> wrote: > > adamw 2004-08-24 04:21:59 UTC > > FreeBSD ports repository > > Modified files: > > sysutils Makefile > > Added files: > > sysutils/bpm Makefile distinfo pkg-descr pkg-plist > > Log: > > I am pleased to announce a new GTK+-2 interface to our ports tree! > > Humm.. In my environment: > > # cd /usr/ports/sysutils/bpm > # make > (snip) > ===> Building for bpm-0.4.1b > "./mk/sk.global.mk", line 54: Malformed conditional (${OSTYPE} == "FreeBSD") > "./mk/sk.global.mk", line 54: Need an operator > "./mk/sk.global.mk", line 56: if-less endif > "./mk/sk.global.mk", line 56: Need an operator > make: fatal errors encountered -- cannot continue > *** Error code 1 > > Hummm.. > # env OSTYPE=FreeBSD make > (snip) > ===> scripts > ===> pixmaps > ===> locale > (Good works!) >> end of "Re: cvs commit: ports/sysutils Makefile ports/sysutils/bpm Makefile distinfo pkg-descr pkg-plist" from Norikatsu Shigemura << I committed a few hours ago what hopefully fixes this problem. Please re-checkout the Makefile and let me know if it still doesn't build right. # Adam -- Adam Weinberger adamw@magnesium.net || adamw@FreeBSD.org adamw@vectors.cx || adamw@gnome.org http://www.vectors.cx From owner-cvs-all@FreeBSD.ORG Tue Aug 24 16:49:56 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A391516A4CE; Tue, 24 Aug 2004 16:49:56 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E31F43D39; Tue, 24 Aug 2004 16:49:56 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.41 (FreeBSD)) id 1BzeUR-0005oJ-Fy; Tue, 24 Aug 2004 18:49:43 +0200 Date: Tue, 24 Aug 2004 18:49:43 +0200 From: Kirill Ponomarew <krion@voodoo.oberon.net> To: Sergei Kolobov <sergei@FreeBSD.org> Message-ID: <20040824164943.GA22190@voodoo.oberon.net> References: <200408241605.i7OG5wCI026256@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6c2NcOVqGQ03X4Wi" Content-Disposition: inline In-Reply-To: <200408241605.i7OG5wCI026256@repoman.freebsd.org> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/shells/zsh Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 16:49:56 -0000 --6c2NcOVqGQ03X4Wi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Tue, Aug 24, 2004 at 04:05:58PM +0000, Sergei Kolobov wrote: > sergei 2004-08-24 16:05:58 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > shells/zsh Makefile=20 > Log: > - Remove dead mirrors, add few new ones What do you think about putting http://archive.progeny.com/zsh/ as first URL, http://www.zsh.org seems to be always damn slow. -Kirill --6c2NcOVqGQ03X4Wi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBK3GnQC1G6a60JuURAh+SAJ4qK9vXOzNsD4cZAoif7E5r8On8fgCfS5nf Uro0fkkyL9Y85qDcq4pe8ts= =DwdQ -----END PGP SIGNATURE----- --6c2NcOVqGQ03X4Wi-- From owner-cvs-all@FreeBSD.ORG Tue Aug 24 17:28:32 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CE8416A4CE; Tue, 24 Aug 2004 17:28:32 +0000 (GMT) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1A9143D45; Tue, 24 Aug 2004 17:28:31 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.12.11/8.12.11/NinthNine) with ESMTP id i7OHSUuO040973; Wed, 25 Aug 2004 02:28:30 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Wed, 25 Aug 2004 02:28:30 +0900 From: Norikatsu Shigemura <nork@FreeBSD.org> To: Adam Weinberger <adamw@FreeBSD.org> Message-Id: <20040825022830.3dfa7546.nork@FreeBSD.org> In-Reply-To: <20040824164153.GJ96458@toxic.magnesium.net> References: <200408240421.i7O4LxTi005920@repoman.freebsd.org> <20040825013033.56c9d8d2.nork@FreeBSD.org> <20040824164153.GJ96458@toxic.magnesium.net> X-Mailer: Sylpheed version 0.9.12-gtk2-20040622 (GTK+ 2.4.7; i386-portbld-freebsd6.0) 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-1.5.6 (sakura.ninth-nine.com [219.127.74.121]); Wed, 25 Aug 2004 02:28:30 +0900 (JST) cc: cvs-ports@FreeBSD.org cc: nork@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils Makefile ports/sysutils/bpm Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 17:28:32 -0000 On Tue, 24 Aug 2004 12:41:53 -0400 Adam Weinberger <adamw@FreeBSD.org> wrote: > >> end of "Re: cvs commit: ports/sysutils Makefile ports/sysutils/bpm Makefile distinfo pkg-descr pkg-plist" from Norikatsu Shigemura << > I committed a few hours ago what hopefully fixes this problem. Please > re-checkout the Makefile and let me know if it still doesn't build > right. Thank you. And I submit a following patch. But I contacted coredump on current:-(. --- src/refresh.c.orig Tue Aug 24 11:40:08 2004 +++ src/refresh.c Wed Aug 25 02:20:49 2004 @@ -62,7 +62,11 @@ __RCSID("$Id: refresh.c,v 1.32 2004/08/24 02:40:08 sethk Exp $"); /* XXX use libinstall/lib.h */ +#if __FreeBSD_version >= 500036 +#define INDEX_FN PORTS_BASE "/INDEX-5" +#else #define INDEX_FN PORTS_BASE "/INDEX" +#endif #define INDEX_MAXLN 4096 #define DB_DIR "/var/db/pkg" #define ITER_BYTES (128 * 1024) From owner-cvs-all@FreeBSD.ORG Tue Aug 24 17:33:42 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85B3516A4CE; Tue, 24 Aug 2004 17:33:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6671E43D45; Tue, 24 Aug 2004 17:33:42 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OHXg8G028398; Tue, 24 Aug 2004 17:33:42 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OHXg8K028397; Tue, 24 Aug 2004 17:33:42 GMT (envelope-from obrien) Message-Id: <200408241733.i7OHXg8K028397@repoman.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Tue, 24 Aug 2004 17:33:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/lib32 build32.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 17:33:42 -0000 obrien 2004-08-24 17:33:42 UTC FreeBSD src repository Modified files: tools/lib32 build32.sh Log: Update for latest make(1) changes. Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu> Revision Changes Path 1.2 +39 -17 src/tools/lib32/build32.sh From owner-cvs-all@FreeBSD.ORG Tue Aug 24 17:38:53 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF61916A4CE; Tue, 24 Aug 2004 17:38:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B20BC43D31; Tue, 24 Aug 2004 17:38:53 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OHcroJ028586; Tue, 24 Aug 2004 17:38:53 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OHcrXZ028585; Tue, 24 Aug 2004 17:38:53 GMT (envelope-from brueffer) Message-Id: <200408241738.i7OHcrXZ028585@repoman.freebsd.org> From: Christian Brueffer <brueffer@FreeBSD.org> Date: Tue, 24 Aug 2004 17:38:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 sk.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 17:38:54 -0000 brueffer 2004-08-24 17:38:53 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 sk.4 Log: - move the list of supported adapters to a HARDWARE section - correct entry for the Belkin card (we don't support 10GbE in sk(4)) :-) - properly capitalize Gigabit Ethernet - wordsmithing on a sentence - bump document date Revision Changes Path 1.23 +34 -30 src/share/man/man4/sk.4 From owner-cvs-all@FreeBSD.ORG Tue Aug 24 17:40:35 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 796B416A4CE; Tue, 24 Aug 2004 17:40:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CE8F43D5C; Tue, 24 Aug 2004 17:40:35 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OHeZeU028712; Tue, 24 Aug 2004 17:40:35 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OHeZMj028711; Tue, 24 Aug 2004 17:40:35 GMT (envelope-from brueffer) Message-Id: <200408241740.i7OHeZMj028711@repoman.freebsd.org> From: Christian Brueffer <brueffer@FreeBSD.org> Date: Tue, 24 Aug 2004 17:40:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/share/misc dev.archlist.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 17:40:35 -0000 brueffer 2004-08-24 17:40:35 UTC FreeBSD src repository (doc committer) Modified files: release/doc/share/misc dev.archlist.txt Log: Add sk(4) Revision Changes Path 1.9 +1 -0 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-all@FreeBSD.ORG Tue Aug 24 17:41:48 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A0D216A4CF; Tue, 24 Aug 2004 17:41:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AEC743D45; Tue, 24 Aug 2004 17:41:48 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OHflgr028754; Tue, 24 Aug 2004 17:41:47 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OHflHP028753; Tue, 24 Aug 2004 17:41:47 GMT (envelope-from brueffer) Message-Id: <200408241741.i7OHflHP028753@repoman.freebsd.org> From: Christian Brueffer <brueffer@FreeBSD.org> Date: Tue, 24 Aug 2004 17:41:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 17:41:48 -0000 brueffer 2004-08-24 17:41:47 UTC FreeBSD src repository (doc committer) Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Autogenerate device listings for sk(4) Revision Changes Path 1.232 +1 -2 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-all@FreeBSD.ORG Tue Aug 24 17:51:22 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5E9B16A4CE; Tue, 24 Aug 2004 17:51:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C81FA43D53; Tue, 24 Aug 2004 17:51:22 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OHpMY9029037; Tue, 24 Aug 2004 17:51:22 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OHpMa9029036; Tue, 24 Aug 2004 17:51:22 GMT (envelope-from pav) Message-Id: <200408241751.i7OHpMa9029036@repoman.freebsd.org> From: Pav Lucistnik <pav@FreeBSD.org> Date: Tue, 24 Aug 2004 17:51:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/postfix-current/files patch-freebsd6 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 17:51:23 -0000 pav 2004-08-24 17:51:22 UTC FreeBSD ports repository Added files: mail/postfix-current/files patch-freebsd6 Log: - Allow build on FreeBSD 6 PR: ports/70742 Submitted by: Paul Seniura <pdseniura@techie.com> Approved by: maintainer Revision Changes Path 1.1 +34 -0 ports/mail/postfix-current/files/patch-freebsd6 (new) From owner-cvs-all@FreeBSD.ORG Tue Aug 24 17:53:26 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A24516A4CE; Tue, 24 Aug 2004 17:53:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BA1343D41; Tue, 24 Aug 2004 17:53:26 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OHrQjG029115; Tue, 24 Aug 2004 17:53:26 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OHrQ5N029114; Tue, 24 Aug 2004 17:53:26 GMT (envelope-from njl) Message-Id: <200408241753.i7OHrQ5N029114@repoman.freebsd.org> From: Nate Lawson <njl@FreeBSD.org> Date: Tue, 24 Aug 2004 17:53:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/acpica acpi_panasonic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 17:53:26 -0000 njl 2004-08-24 17:53:26 UTC FreeBSD src repository Modified files: sys/i386/acpica acpi_panasonic.c Log: Be sure to always unlock the sx lock when exiting the sysctl function. MFC after: 3 days Revision Changes Path 1.4 +1 -1 src/sys/i386/acpica/acpi_panasonic.c From owner-cvs-all@FreeBSD.ORG Tue Aug 24 17:53:58 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0889316A4CE; Tue, 24 Aug 2004 17:53:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE53243D2F; Tue, 24 Aug 2004 17:53:57 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OHrvdj029153; Tue, 24 Aug 2004 17:53:57 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OHrvFS029152; Tue, 24 Aug 2004 17:53:57 GMT (envelope-from vanilla) Message-Id: <200408241753.i7OHrvFS029152@repoman.freebsd.org> From: "Vanilla I. Shu" <vanilla@FreeBSD.org> Date: Tue, 24 Aug 2004 17:53:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-PAR Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 17:53:58 -0000 vanilla 2004-08-24 17:53:57 UTC FreeBSD ports repository Modified files: devel/p5-PAR Makefile Log: Both PAR and nss install bin/pp, add a conflict. PR: ports/70875 Submitted by: maintainer Revision Changes Path 1.9 +3 -1 ports/devel/p5-PAR/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 24 17:56:22 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77D6E16A4CE; Tue, 24 Aug 2004 17:56:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5779243D2D; Tue, 24 Aug 2004 17:56:22 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OHuMhw029286; Tue, 24 Aug 2004 17:56:22 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OHuMRB029285; Tue, 24 Aug 2004 17:56:22 GMT (envelope-from keramida) Message-Id: <200408241756.i7OHuMRB029285@repoman.freebsd.org> From: Giorgos Keramidas <keramida@FreeBSD.org> Date: Tue, 24 Aug 2004 17:56:22 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/zip-drive article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 17:56:22 -0000 keramida 2004-08-24 17:56:22 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/zip-drive article.sgml Log: Fix a minor grammar knit and link to the Handbook for details about kernel configuration and building. Revision Changes Path 1.14 +4 -3 doc/en_US.ISO8859-1/articles/zip-drive/article.sgml From owner-cvs-all@FreeBSD.ORG Tue Aug 24 18:00:51 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2E9E16A4CE; Tue, 24 Aug 2004 18:00:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3F5B43D46; Tue, 24 Aug 2004 18:00:51 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OI0pte029410; Tue, 24 Aug 2004 18:00:51 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OI0p8J029409; Tue, 24 Aug 2004 18:00:51 GMT (envelope-from keramida) Message-Id: <200408241800.i7OI0p8J029409@repoman.freebsd.org> From: Giorgos Keramidas <keramida@FreeBSD.org> Date: Tue, 24 Aug 2004 18:00:51 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/zip-drive article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 18:00:52 -0000 keramida 2004-08-24 18:00:51 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/zip-drive article.sgml Log: Use &ms-dos; for referring to MS-DOS to match the style of &windows; in the same sentence. Revision Changes Path 1.15 +1 -1 doc/en_US.ISO8859-1/articles/zip-drive/article.sgml From owner-cvs-all@FreeBSD.ORG Tue Aug 24 18:03:00 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0D6A16A4CE; Tue, 24 Aug 2004 18:03:00 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id A770B43D64; Tue, 24 Aug 2004 18:03:00 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) i7OI30SI047266; Tue, 24 Aug 2004 11:03:00 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)i7OI30TI047265; Tue, 24 Aug 2004 11:03:00 -0700 (PDT) (envelope-from sgk) Date: Tue, 24 Aug 2004 11:03:00 -0700 From: Steve Kargl <sgk@troutmask.apl.washington.edu> To: "David E. O'Brien" <obrien@freebsd.org> Message-ID: <20040824180300.GA47006@troutmask.apl.washington.edu> References: <200408241733.i7OHXg8K028397@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408241733.i7OHXg8K028397@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/tools/lib32 build32.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 18:03:01 -0000 On Tue, Aug 24, 2004 at 05:33:42PM +0000, David E. O'Brien wrote: > obrien 2004-08-24 17:33:42 UTC > > FreeBSD src repository > > Modified files: > tools/lib32 build32.sh > Log: > Update for latest make(1) changes. > > Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu> > Thanks! -- Steve From owner-cvs-all@FreeBSD.ORG Tue Aug 24 18:06:22 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4899216A4CE; Tue, 24 Aug 2004 18:06:22 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F34243D4C; Tue, 24 Aug 2004 18:06:22 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.13.1/8.12.11) with ESMTP id i7OI6KhL056707; Tue, 24 Aug 2004 11:06:20 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i7OI6KH4056706; Tue, 24 Aug 2004 11:06:20 -0700 (PDT) (envelope-from obrien) Date: Tue, 24 Aug 2004 11:06:20 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: Nate Lawson <njl@FreeBSD.org> Message-ID: <20040824180620.GA56576@dragon.nuxi.com> References: <200408231628.i7NGSg8G084516@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408231628.i7NGSg8G084516@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi.c acpi_resource.c acpivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 18:06:22 -0000 On Mon, Aug 23, 2004 at 04:28:42PM +0000, Nate Lawson wrote: > njl 2004-08-23 16:28:42 UTC > FreeBSD src repository > Modified files: > sys/dev/acpica acpi.c acpi_resource.c acpivar.h > Log: > Rework sysresource management. Instead of having each sysresource object ... > Tested by: Pawel Worach <sajd_at_telia.com> > Tested by: Radek Kozlowski <radek_at_raadradd.com> Tested only on i386, right?? acpi0: <A M I OEMRSDT> on motherboard acpi0: Power Button (fixed) Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0x0 fault code = supervisor read, page not present instruction pointer = 0x8:0xffffffff801aa9d6 stack pointer = 0x10:0xffffffff808ac9d0 frame pointer = 0x10:0xffffffff808aca00 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 0 (swapper) [thread 0] Stopped at acpi_sysres_attach+0xc6: decl %ecx db> db> tr acpi_sysres_attach() at acpi_sysres_attach+0xc6 device_attach() at device_attach+0x292 acpi_probe_child() at acpi_probe_child+0x183 AcpiNsWalkNamespace() at AcpiNsWalkNamespace+0xe6 AcpiWalkNamespace() at AcpiWalkNamespace+0xaf acpi_attach() at acpi_attach+0x63d device_attach() at device_attach+0x292 bus_generic_attach() at bus_generic_attach+0x18 nexus_attach() at nexus_attach+0x19 device_attach() at device_attach+0x292 root_bus_configure() at root_bus_configure+0x1e configure() at configure+0x1f mi_startup() at mi_startup+0xd3 btext() at btext+0x2c db> -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Tue Aug 24 18:07:17 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27D6416A4CE; Tue, 24 Aug 2004 18:07:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08E7743D48; Tue, 24 Aug 2004 18:07:17 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OI7GCg029638; Tue, 24 Aug 2004 18:07:16 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OI7GHH029637; Tue, 24 Aug 2004 18:07:16 GMT (envelope-from simon) Message-Id: <200408241807.i7OI7GHH029637@repoman.freebsd.org> From: "Simon L. Nielsen" <simon@FreeBSD.org> Date: Tue, 24 Aug 2004 18:07:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4 aha.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 18:07:17 -0000 simon 2004-08-24 18:07:16 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) share/man/man4 aha.4 Log: MFC v. 1.25: Move listing of DTC 3290 to aha(4). Approved by: re (blanket) Revision Changes Path 1.24.2.1 +2 -0 src/share/man/man4/aha.4 From owner-cvs-all@FreeBSD.ORG Tue Aug 24 18:08:19 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5060616A4F2; Tue, 24 Aug 2004 18:08:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D386343D5C; Tue, 24 Aug 2004 18:08:18 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OI8I9H029707; Tue, 24 Aug 2004 18:08:18 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OI8IIT029706; Tue, 24 Aug 2004 18:08:18 GMT (envelope-from marcus) Message-Id: <200408241808.i7OI8IIT029706@repoman.freebsd.org> From: Joe Marcus Clarke <marcus@FreeBSD.org> Date: Tue, 24 Aug 2004 18:08:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/gnomesystemtools Makefile ports/sysutils/gnomesystemtools/files patch-backends_services-conf.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 18:08:19 -0000 marcus 2004-08-24 18:08:18 UTC FreeBSD ports repository Modified files: sysutils/gnomesystemtools Makefile Added files: sysutils/gnomesystemtools/files patch-backends_services-conf.in Log: Add another check for FreeBSD 6.X to get the services tool working again. Obtained from: gnome-system-tools CVS Revision Changes Path 1.8 +1 -1 ports/sysutils/gnomesystemtools/Makefile 1.1 +11 -0 ports/sysutils/gnomesystemtools/files/patch-backends_services-conf.in (new) From owner-cvs-all@FreeBSD.ORG Tue Aug 24 18:09:58 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B39616A4CE; Tue, 24 Aug 2004 18:09:58 +0000 (GMT) Received: from t-mta3.odn.ne.jp (mfep3.odn.ne.jp [143.90.131.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39E2C43D5A; Tue, 24 Aug 2004 18:09:57 +0000 (GMT) (envelope-from shige@FreeBSD.org) Received: from athena.emerald.instat.ne.jp ([61.123.42.7]) by t-mta3.odn.ne.jp with ESMTP id <20040824180955657.HPTC.153421.t-mta3.odn.ne.jp@mta3.odn.ne.jp>; Wed, 25 Aug 2004 03:09:55 +0900 Date: Wed, 25 Aug 2004 03:12:40 +0900 (JST) Message-Id: <20040825.031240.59653293.shige@FreeBSD.org@FreeBSD.org> To: sergei@FreeBSD.org From: Shigeyuki Fukushima <shige@FreeBSD.org> In-Reply-To: <20040824143453.GE42719@globcon.net> References: <200408241404.i7OE4dLh022358@repoman.freebsd.org> <20040824142141.GR2905@voodoo.oberon.net> <20040824143453.GE42719@globcon.net> X-Prom-Mew: Prom-Mew 3.1rc2 (procmail reader for Mew) X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-ports@FreeBSD.org cc: krion@FreeBSD.org cc: shige@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/shells/zsh Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 18:09:58 -0000 From: Sergei Kolobov <sergei@FreeBSD.org> Subject: Re: cvs commit: ports/shells/zsh Makefile distinfo pkg-plist Date: Tue, 24 Aug 2004 18:34:53 +0400 > > So you can also send zsh-devel in nirvana-Attic now. > Yeah, I guess... ;) > Let's see what zsh-devel's maintainer (shige@) thinks about that (cc'd). Now, there is no zsh development version at ftp site. I think that this port should be marked with no-package-building. Okay? Regards, --- shige Shigeyuki Fukushima <shige@{FreeBSD,jp.FreeBSD,NetBSD}.org> From owner-cvs-all@FreeBSD.ORG Tue Aug 24 18:14:52 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B19116A4CE; Tue, 24 Aug 2004 18:14:52 +0000 (GMT) Received: from zaphod.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B44B43D46; Tue, 24 Aug 2004 18:14:51 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 9562811AB1; Tue, 24 Aug 2004 20:14:46 +0200 (CEST) Date: Tue, 24 Aug 2004 20:14:46 +0200 From: "Simon L. Nielsen" <simon@FreeBSD.org> To: Giorgos Keramidas <keramida@FreeBSD.org> Message-ID: <20040824181446.GB760@zaphod.nitro.dk> References: <200408241800.i7OI0p8J029409@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Bn2rw/3z4jIqBvZU" Content-Disposition: inline In-Reply-To: <200408241800.i7OI0p8J029409@repoman.freebsd.org> User-Agent: Mutt/1.5.6i cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/zip-drive article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 18:14:52 -0000 --Bn2rw/3z4jIqBvZU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2004.08.24 18:00:51 +0000, Giorgos Keramidas wrote: > keramida 2004-08-24 18:00:51 UTC >=20 > FreeBSD doc repository >=20 > Modified files: > en_US.ISO8859-1/articles/zip-drive article.sgml=20 > Log: > Use &ms-dos; for referring to MS-DOS to match the style of &windows; in > the same sentence. When I went through the documentation I left all instances of DOS alone and only changed MS-DOS to &ms-dos;, since DOS is not a trademark of Microsoft, but MS-DOS is. It seems rather random if DOS or MS-DOS were used, though in the context of the FreeBSD documentation there probably isn't really a difference... --=20 Simon L. Nielsen FreeBSD Documentation Team --Bn2rw/3z4jIqBvZU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBK4WWh9pcDSc1mlERAsRvAJ9eCXTXPY4UOvngn29fRK7VtCH/wACgiaZH EHI+A1vwjq6YaEOzmKxm9vM= =nS61 -----END PGP SIGNATURE----- --Bn2rw/3z4jIqBvZU-- From owner-cvs-all@FreeBSD.ORG Tue Aug 24 18:22:19 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BC5616A4CE; Tue, 24 Aug 2004 18:22:19 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8495943D80; Tue, 24 Aug 2004 18:22:18 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from gothmog.gr (patr530-b171.otenet.gr [212.205.244.179]) i7OIMEm6000312; Tue, 24 Aug 2004 21:22:15 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id i7OIKktp001905; Tue, 24 Aug 2004 21:20:46 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id i7OIKkmc001904; Tue, 24 Aug 2004 21:20:46 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Tue, 24 Aug 2004 21:20:46 +0300 From: Giorgos Keramidas <keramida@freebsd.org> To: "Simon L. Nielsen" <simon@freebsd.org> Message-ID: <20040824182046.GA1877@gothmog.gr> References: <200408241800.i7OI0p8J029409@repoman.freebsd.org> <20040824181446.GB760@zaphod.nitro.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040824181446.GB760@zaphod.nitro.dk> Phone: +30-2610-312145 Mobile: +30-6944-116520 cc: doc-committers@freebsd.org cc: cvs-doc@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/zip-drive article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 18:22:19 -0000 On 2004-08-24 20:14, "Simon L. Nielsen" <simon@freebsd.org> wrote: > On 2004.08.24 18:00:51 +0000, Giorgos Keramidas wrote: > > keramida 2004-08-24 18:00:51 UTC > > > > FreeBSD doc repository > > > > Modified files: > > en_US.ISO8859-1/articles/zip-drive article.sgml > > Log: > > Use &ms-dos; for referring to MS-DOS to match the style of &windows; in > > the same sentence. > > When I went through the documentation I left all instances of DOS > alone and only changed MS-DOS to &ms-dos;, since DOS is not a > trademark of Microsoft, but MS-DOS is. Ah, I see now. > It seems rather random if DOS or MS-DOS were used, though in the > context of the FreeBSD documentation there probably isn't really a > difference... Hmm. If you think it's really not necessary to change instances of DOS to &ms-dos; I'll leave the rest that I come across unchanged. Do you also want me to back this one out? I don't have a strong preference for DOS or &ms-dos; either. From owner-cvs-all@FreeBSD.ORG Tue Aug 24 18:24:19 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B869E16A4CE; Tue, 24 Aug 2004 18:24:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 995BF43D5C; Tue, 24 Aug 2004 18:24:19 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OIOJFf030082; Tue, 24 Aug 2004 18:24:19 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OIOJlQ030081; Tue, 24 Aug 2004 18:24:19 GMT (envelope-from simon) Message-Id: <200408241824.i7OIOJlQ030081@repoman.freebsd.org> From: "Simon L. Nielsen" <simon@FreeBSD.org> Date: Tue, 24 Aug 2004 18:24:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4 ncr.4 sym.4 umodem.4 uscanner.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 18:24:19 -0000 simon 2004-08-24 18:24:19 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) share/man/man4 ncr.4 sym.4 umodem.4 uscanner.4 Log: MFC: Add a HARDWARE section which lists supported devices. Approved by: re (blanket) Revision Changes Path 1.14.4.1 +2 -2 src/share/man/man4/ncr.4 1.17.2.1 +73 -66 src/share/man/man4/sym.4 1.3.2.1 +14 -1 src/share/man/man4/umodem.4 1.15.2.1 +188 -95 src/share/man/man4/uscanner.4 From owner-cvs-all@FreeBSD.ORG Tue Aug 24 18:31:27 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5960C16A4CE; Tue, 24 Aug 2004 18:31:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C56F43D2D; Tue, 24 Aug 2004 18:31:27 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OIVRDd030308; Tue, 24 Aug 2004 18:31:27 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OIVRw2030307; Tue, 24 Aug 2004 18:31:27 GMT (envelope-from obrien) Message-Id: <200408241831.i7OIVRw2030307@repoman.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Tue, 24 Aug 2004 18:31:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 18:31:27 -0000 obrien 2004-08-24 18:31:27 UTC FreeBSD src repository Modified files: sys/ia64/conf GENERIC Log: sr(4) definately won't work on IA64. Revision Changes Path 1.67 +0 -1 src/sys/ia64/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Tue Aug 24 18:41:33 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A82F16A4CE; Tue, 24 Aug 2004 18:41:33 +0000 (GMT) Received: from zaphod.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1801643D1F; Tue, 24 Aug 2004 18:41:33 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 2B30611AB1; Tue, 24 Aug 2004 20:41:32 +0200 (CEST) Date: Tue, 24 Aug 2004 20:41:32 +0200 From: "Simon L. Nielsen" <simon@FreeBSD.org> To: Giorgos Keramidas <keramida@freebsd.org> Message-ID: <20040824184131.GC760@zaphod.nitro.dk> References: <200408241800.i7OI0p8J029409@repoman.freebsd.org> <20040824181446.GB760@zaphod.nitro.dk> <20040824182046.GA1877@gothmog.gr> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5G06lTa6Jq83wMTw" Content-Disposition: inline In-Reply-To: <20040824182046.GA1877@gothmog.gr> User-Agent: Mutt/1.5.6i cc: doc-committers@freebsd.org cc: cvs-doc@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/zip-drive article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 18:41:33 -0000 --5G06lTa6Jq83wMTw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2004.08.24 21:20:46 +0300, Giorgos Keramidas wrote: > On 2004-08-24 20:14, "Simon L. Nielsen" <simon@freebsd.org> wrote: > > On 2004.08.24 18:00:51 +0000, Giorgos Keramidas wrote: > > > keramida 2004-08-24 18:00:51 UTC > > > > > > FreeBSD doc repository > > > > > > Modified files: > > > en_US.ISO8859-1/articles/zip-drive article.sgml > > > Log: > > > Use &ms-dos; for referring to MS-DOS to match the style of &windows= ; in > > > the same sentence. > > > > When I went through the documentation I left all instances of DOS > > alone and only changed MS-DOS to &ms-dos;, since DOS is not a > > trademark of Microsoft, but MS-DOS is. > > Ah, I see now. > > > It seems rather random if DOS or MS-DOS were used, though in the > > context of the FreeBSD documentation there probably isn't really a > > difference... > > Hmm. If you think it's really not necessary to change instances of DOS > to &ms-dos; I'll leave the rest that I come across unchanged. Do you It is not necessary trademark wise (AFAIK) since MS-DOS !=3D DOS so we don't violate any trademarks by just writing DOS without a trademark symbol, but for consistency it might make sense to prefer one over the other. As I see it, DOS means all variants (including MS-DOS, DR-DOS, IBM-DOS and so on) where MS-DOS refers specifically to MS-DOS. In the context of FreeBSD documentation I think in most cases when referring to MS-DOS, it would apply to other DOS variants as well. > also want me to back this one out? I don't have a strong preference for > DOS or &ms-dos; either. I don't really have any strong preference either, since both DOS and MS-DOS are both used many places. I don't think there is any reason to back out this particular commit since it doesn't change much either way. If someone felt like going through the (MS-)DOS references and use either one consistently (and of course checking that it was OK to change it each particular instance) I think it would be nice, but it's not something I care enough about to do it myself :-). --=20 Simon L. Nielsen FreeBSD Documentation Team --5G06lTa6Jq83wMTw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBK4vbh9pcDSc1mlERAnZcAJ9a4NbQ2RPZxasjhyMH1TqWJC+XjQCfVe6q 4STaouP12k2ZmdMRsdl7kJI= =sMbp -----END PGP SIGNATURE----- --5G06lTa6Jq83wMTw-- From owner-cvs-all@FreeBSD.ORG Tue Aug 24 18:56:26 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 502CF16A4CE; Tue, 24 Aug 2004 18:56:26 +0000 (GMT) Received: from zaphod.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E3BF43D1D; Tue, 24 Aug 2004 18:56:26 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id E429E11AB1; Tue, 24 Aug 2004 20:56:24 +0200 (CEST) Date: Tue, 24 Aug 2004 20:56:24 +0200 From: "Simon L. Nielsen" <simon@FreeBSD.org> To: "David E. O'Brien" <obrien@FreeBSD.org> Message-ID: <20040824185624.GD760@zaphod.nitro.dk> References: <200408241831.i7OIVRw2030307@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZJcv+A0YCCLh2VIg" Content-Disposition: inline In-Reply-To: <200408241831.i7OIVRw2030307@repoman.freebsd.org> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ia64/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 18:56:26 -0000 --ZJcv+A0YCCLh2VIg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2004.08.24 18:31:27 +0000, David E. O'Brien wrote: > obrien 2004-08-24 18:31:27 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/ia64/conf GENERIC=20 > Log: > sr(4) definately won't work on IA64. So is asr(4) i386 only (it's not in GENERIC for any other architecture)? Then I will update the Hardware Notes acordingly... --=20 Simon L. Nielsen FreeBSD Documentation Team --ZJcv+A0YCCLh2VIg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBK49Yh9pcDSc1mlERAhzHAJ4muEmFf6cIgC+NN5a7ArHIxJeZFwCaAjuL 6HX6vgKgPGqNa++FedTRibQ= =3LJX -----END PGP SIGNATURE----- --ZJcv+A0YCCLh2VIg-- From owner-cvs-all@FreeBSD.ORG Tue Aug 24 19:02:07 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4249116A4CF; Tue, 24 Aug 2004 19:02:07 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id E375443D1D; Tue, 24 Aug 2004 19:02:06 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.0.12] (g4.samsco.home [192.168.0.12]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i7OJ37k5096198; Tue, 24 Aug 2004 13:03:12 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <412B905F.8070903@freebsd.org> Date: Tue, 24 Aug 2004 13:00:47 -0600 From: Scott Long <scottl@freebsd.org> User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Simon L. Nielsen" <simon@freebsd.org> References: <200408241831.i7OIVRw2030307@repoman.freebsd.org> <20040824185624.GD760@zaphod.nitro.dk> In-Reply-To: <20040824185624.GD760@zaphod.nitro.dk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: "David E. O'Brien" <obrien@freebsd.org> Subject: Re: cvs commit: src/sys/ia64/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 19:02:07 -0000 Simon L. Nielsen wrote: > On 2004.08.24 18:31:27 +0000, David E. O'Brien wrote: > >>obrien 2004-08-24 18:31:27 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/ia64/conf GENERIC >> Log: >> sr(4) definately won't work on IA64. > > > So is asr(4) i386 only (it's not in GENERIC for any other > architecture)? > > Then I will update the Hardware Notes acordingly... > asr cannot work on big-endian machines, nor can it work on machines with a 64-bit address space. So that limits it to i386 without PAE. There is nothing stopping it from working with other arches, but it needs to be made busdma-aware for starters, I started on this last spring but was asked to stop for other reasons. Maybe it will happen for 5.4, dunno. Scott From owner-cvs-all@FreeBSD.ORG Tue Aug 24 19:03:56 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0157516A4CE; Tue, 24 Aug 2004 19:03:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7B6343D49; Tue, 24 Aug 2004 19:03:55 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OJ3teD031193; Tue, 24 Aug 2004 19:03:55 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OJ3trI031192; Tue, 24 Aug 2004 19:03:55 GMT (envelope-from ru) Message-Id: <200408241903.i7OJ3trI031192@repoman.freebsd.org> From: Ruslan Ermilov <ru@FreeBSD.org> Date: Tue, 24 Aug 2004 19:03:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/mtree BSD.usr.dist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 19:03:56 -0000 ru 2004-08-24 19:03:55 UTC FreeBSD src repository Modified files: etc/mtree BSD.usr.dist Log: share/examples/worm is dead. Revision Changes Path 1.305 +0 -2 src/etc/mtree/BSD.usr.dist From owner-cvs-all@FreeBSD.ORG Tue Aug 24 19:05:10 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F4A516A4D0; Tue, 24 Aug 2004 19:05:10 +0000 (GMT) Received: from a.mail.sonic.net (a.mail.sonic.net [64.142.16.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C31443D3F; Tue, 24 Aug 2004 19:05:10 +0000 (GMT) (envelope-from bmah@freebsd.org) Received: from [192.168.0.85] (dns.packetdesign.com [65.192.41.10]) (authenticated bits=0) by a.mail.sonic.net (8.12.11/8.12.11) with ESMTP id i7OJ59lb019487 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 24 Aug 2004 12:05:10 -0700 From: "Bruce A. Mah" <bmah@freebsd.org> To: "Simon L. Nielsen" <simon@freebsd.org> In-Reply-To: <20040824184131.GC760@zaphod.nitro.dk> References: <200408241800.i7OI0p8J029409@repoman.freebsd.org> <20040824182046.GA1877@gothmog.gr> <20040824184131.GC760@zaphod.nitro.dk> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-/X/f2KeLUF0cVqZhgu7r" Message-Id: <1093374233.725.63.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Tue, 24 Aug 2004 12:03:54 -0700 cc: doc-committers@freebsd.org cc: Giorgos Keramidas <keramida@freebsd.org> cc: cvs-all@freebsd.org cc: cvs-doc@freebsd.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/zip-drive article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 19:05:10 -0000 --=-/X/f2KeLUF0cVqZhgu7r Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2004-08-24 at 11:41, Simon L. Nielsen wrote: > As I see it, DOS means all variants (including MS-DOS, DR-DOS, IBM-DOS > and so on) where MS-DOS refers specifically to MS-DOS. In the context > of FreeBSD documentation I think in most cases when referring to > MS-DOS, it would apply to other DOS variants as well. Although this is almost totally irrelevent in this context, DOS can refer to operating systems other than MS-DOS workalikes...the first example that comes to my mind is the Disk Operating System that ran on Apple IIs long before Microsoft cared about PCs. [1] Bruce. [1] It's not *totally* irrelevant in that if someone were to write some Handbook text about running Apple II emulators such as kegs under FreeBSD, they'd probably be talking about DOS in a non-PC context. [2] [2] I'm feeling silly...must be time for lunch. --=-/X/f2KeLUF0cVqZhgu7r Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQBBK5EZ2MoxcVugUsMRAtmtAJ9GhoZxMPwyzgeewBu5RKHHOBHbbwCgnrFf LrTfk7IfG8/8RQdrKFLvFaU= =HqDM -----END PGP SIGNATURE----- --=-/X/f2KeLUF0cVqZhgu7r-- From owner-cvs-all@FreeBSD.ORG Tue Aug 24 19:13:02 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48F2116A4CE; Tue, 24 Aug 2004 19:13:02 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FEA743D3F; Tue, 24 Aug 2004 19:13:02 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.41 (FreeBSD)) id 1Bzgiu-0006FF-Ox; Tue, 24 Aug 2004 21:12:48 +0200 Date: Tue, 24 Aug 2004 21:12:48 +0200 From: Kirill Ponomarew <krion@voodoo.oberon.net> To: Shigeyuki Fukushima <shige@FreeBSD.org> Message-ID: <20040824191248.GB22938@voodoo.oberon.net> References: <200408241404.i7OE4dLh022358@repoman.freebsd.org> <20040824142141.GR2905@voodoo.oberon.net> <20040824143453.GE42719@globcon.net> <20040825.031240.59653293.shige@FreeBSD.org@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EuxKj2iCbKjpUGkD" Content-Disposition: inline In-Reply-To: <20040825.031240.59653293.shige@FreeBSD.org@FreeBSD.org> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE cc: cvs-ports@FreeBSD.org cc: sergei@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/shells/zsh Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 19:13:02 -0000 --EuxKj2iCbKjpUGkD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, On Wed, Aug 25, 2004 at 03:12:40AM +0900, Shigeyuki Fukushima wrote: > Now, there is no zsh development version at ftp site. If they're not going to release any development versions, it's better to remove it, so it's worth contacting zsh developers and ask first. > I think that this port should be marked with no-package-building. > Okay? Please, mark it with IGNORE and DEPRECATED. -Kirill --EuxKj2iCbKjpUGkD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBK5MwQC1G6a60JuURAmTtAJ9UVlX3YQvG4UsuICFH7tt2HdVU9gCg5rk+ 61KTlAPELuBUANr8VkECCWg= =K/II -----END PGP SIGNATURE----- --EuxKj2iCbKjpUGkD-- From owner-cvs-all@FreeBSD.ORG Tue Aug 24 19:21:12 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAA5F16A4CF; Tue, 24 Aug 2004 19:21:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B22A143D1F; Tue, 24 Aug 2004 19:21:12 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OJLCk7031872; Tue, 24 Aug 2004 19:21:12 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OJLCZH031871; Tue, 24 Aug 2004 19:21:12 GMT (envelope-from adamw) Message-Id: <200408241921.i7OJLCZH031871@repoman.freebsd.org> From: Adam Weinberger <adamw@FreeBSD.org> Date: Tue, 24 Aug 2004 19:21:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/bpm/files patch-src::refresh.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 19:21:13 -0000 adamw 2004-08-24 19:21:12 UTC FreeBSD ports repository Added files: sysutils/bpm/files patch-src::refresh.c Log: Fix path to INDEX file on 5.x. Submitted by: nork Revision Changes Path 1.1 +14 -0 ports/sysutils/bpm/files/patch-src::refresh.c (new) From owner-cvs-all@FreeBSD.ORG Tue Aug 24 19:21:29 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBAF816A4CE; Tue, 24 Aug 2004 19:21:29 +0000 (GMT) Received: from toxic.magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5C3B43D1F; Tue, 24 Aug 2004 19:21:29 +0000 (GMT) (envelope-from adamw@magnesium.net) Received: by toxic.magnesium.net (Postfix, from userid 1252) id A2EBFDA88A; Tue, 24 Aug 2004 12:21:29 -0700 (PDT) Date: Tue, 24 Aug 2004 15:21:29 -0400 From: Adam Weinberger <adamw@FreeBSD.org> To: Norikatsu Shigemura <nork@FreeBSD.org> Message-ID: <20040824192129.GK96458@toxic.magnesium.net> Mail-Followup-To: Adam Weinberger <adamw@FreeBSD.org>, Norikatsu Shigemura <nork@FreeBSD.org>, ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200408240421.i7O4LxTi005920@repoman.freebsd.org> <20040825013033.56c9d8d2.nork@FreeBSD.org> <20040824164153.GJ96458@toxic.magnesium.net> <20040825022830.3dfa7546.nork@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040825022830.3dfa7546.nork@FreeBSD.org> X-Editor: Vim 6.2 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-URL: http://www.vectors.cx X-ASL: 6/m/behind you User-Agent: Mutt/1.5.4i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils Makefile ports/sysutils/bpm Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 19:21:30 -0000 >> (08.24.2004 @ 1328 PST): Norikatsu Shigemura said, in 0.9K: << > On Tue, 24 Aug 2004 12:41:53 -0400 > Adam Weinberger <adamw@FreeBSD.org> wrote: > > >> end of "Re: cvs commit: ports/sysutils Makefile ports/sysutils/bpm Makefile distinfo pkg-descr pkg-plist" from Norikatsu Shigemura << > > I committed a few hours ago what hopefully fixes this problem. Please > > re-checkout the Makefile and let me know if it still doesn't build > > right. > > Thank you. > And I submit a following patch. But I contacted coredump on > current:-(. > > --- src/refresh.c.orig Tue Aug 24 11:40:08 2004 > +++ src/refresh.c Wed Aug 25 02:20:49 2004 > @@ -62,7 +62,11 @@ > __RCSID("$Id: refresh.c,v 1.32 2004/08/24 02:40:08 sethk Exp $"); > > /* XXX use libinstall/lib.h */ > +#if __FreeBSD_version >= 500036 > +#define INDEX_FN PORTS_BASE "/INDEX-5" > +#else > #define INDEX_FN PORTS_BASE "/INDEX" > +#endif > #define INDEX_MAXLN 4096 > #define DB_DIR "/var/db/pkg" > #define ITER_BYTES (128 * 1024) >> end of "Re: cvs commit: ports/sysutils Makefile ports/sysutils/bpm Makefile distinfo pkg-descr pkg-plist" from Norikatsu Shigemura << Good call. I've committed this patch. Thanks! # Adam -- Adam Weinberger adamw@magnesium.net || adamw@FreeBSD.org adamw@vectors.cx || adamw@gnome.org http://www.vectors.cx From owner-cvs-all@FreeBSD.ORG Tue Aug 24 19:25:30 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C475116A4CE; Tue, 24 Aug 2004 19:25:30 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9675843D45; Tue, 24 Aug 2004 19:25:30 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-127-84-57.dsl.snfc21.pacbell.net [67.127.84.57]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id i7OJPT8U028978; Tue, 24 Aug 2004 12:25:30 -0700 Message-ID: <412B9629.3080108@root.org> Date: Tue, 24 Aug 2004 12:25:29 -0700 From: Nate Lawson <nate@root.org> User-Agent: Mozilla Thunderbird 0.7 (X11/20040702) X-Accept-Language: en-us, en MIME-Version: 1.0 To: obrien@FreeBSD.org References: <200408231628.i7NGSg8G084516@repoman.freebsd.org> <20040824180620.GA56576@dragon.nuxi.com> In-Reply-To: <20040824180620.GA56576@dragon.nuxi.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi.c acpi_resource.c acpivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 19:25:31 -0000 David O'Brien wrote: > On Mon, Aug 23, 2004 at 04:28:42PM +0000, Nate Lawson wrote: > >>njl 2004-08-23 16:28:42 UTC >> FreeBSD src repository >> Modified files: >> sys/dev/acpica acpi.c acpi_resource.c acpivar.h >> Log: >> Rework sysresource management. Instead of having each sysresource object > > ... > >> Tested by: Pawel Worach <sajd_at_telia.com> >> Tested by: Radek Kozlowski <radek_at_raadradd.com> > > > Tested only on i386, right?? Still waiting for the amd64 laptop donation. ;-) In any case, I've just committed a fix. The amd64,ia64 nexus hadn't been caught up with i386 and the resource code depends on the new method. Thanks, Nate From owner-cvs-all@FreeBSD.ORG Tue Aug 24 19:22:55 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D294716A4D3; Tue, 24 Aug 2004 19:22:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42E4643D54; Tue, 24 Aug 2004 19:22:55 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OJMsVU031941; Tue, 24 Aug 2004 19:22:54 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OJMsnL031940; Tue, 24 Aug 2004 19:22:54 GMT (envelope-from njl) Message-Id: <200408241922.i7OJMsnL031940@repoman.freebsd.org> From: Nate Lawson <njl@FreeBSD.org> Date: Tue, 24 Aug 2004 19:22:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 nexus.c src/sys/ia64/ia64 nexus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 19:22:56 -0000 njl 2004-08-24 19:22:54 UTC FreeBSD src repository Modified files: sys/amd64/amd64 nexus.c sys/ia64/ia64 nexus.c Log: Catch up with i386 nexus.c rev 1.59: add bus_get_resource_list(). Revision Changes Path 1.63 +10 -0 src/sys/amd64/amd64/nexus.c 1.8 +10 -0 src/sys/ia64/ia64/nexus.c From owner-cvs-all@FreeBSD.ORG Tue Aug 24 19:24:47 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5ED3B16A4CE; Tue, 24 Aug 2004 19:24:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FFAE43D1F; Tue, 24 Aug 2004 19:24:47 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OJOlqR031993; Tue, 24 Aug 2004 19:24:47 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OJOlkZ031992; Tue, 24 Aug 2004 19:24:47 GMT (envelope-from simon) Message-Id: <200408241924.i7OJOlkZ031992@repoman.freebsd.org> From: "Simon L. Nielsen" <simon@FreeBSD.org> Date: Tue, 24 Aug 2004 19:24:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/share/misc dev.archlist.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 19:24:47 -0000 simon 2004-08-24 19:24:47 UTC FreeBSD src repository (doc committer) Modified files: release/doc/share/misc dev.archlist.txt Log: asr(4) is currently i386 only. Confirmed by: scottl MFC after: 2 days Revision Changes Path 1.10 +1 -0 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-all@FreeBSD.ORG Tue Aug 24 19:33:09 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A09216A4CE; Tue, 24 Aug 2004 19:33:09 +0000 (GMT) Received: from postal1.es.net (postal1.es.net [198.128.3.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13B4143D49; Tue, 24 Aug 2004 19:33:09 +0000 (GMT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal1.es.net (Postal Node 1) with ESMTP (SSL) id IBA74465; Tue, 24 Aug 2004 12:33:08 -0700 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 92BAE5D04; Tue, 24 Aug 2004 12:33:08 -0700 (PDT) To: "Bruce A. Mah" <bmah@freebsd.org> In-reply-to: Your message of "Tue, 24 Aug 2004 12:03:54 PDT." <1093374233.725.63.camel@localhost> Date: Tue, 24 Aug 2004 12:33:08 -0700 From: "Kevin Oberman" <oberman@es.net> Message-Id: <20040824193308.92BAE5D04@ptavv.es.net> cc: cvs-all@freebsd.org cc: doc-committers@freebsd.org cc: Giorgos Keramidas <keramida@freebsd.org> cc: "Simon L. Nielsen" <simon@freebsd.org> cc: cvs-doc@freebsd.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/zip-drive article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 19:33:09 -0000 > From: "Bruce A. Mah" <bmah@freebsd.org> > Date: Tue, 24 Aug 2004 12:03:54 -0700 > Sender: owner-cvs-all@freebsd.org > > > --=-/X/f2KeLUF0cVqZhgu7r > Content-Type: text/plain > Content-Transfer-Encoding: quoted-printable > > On Tue, 2004-08-24 at 11:41, Simon L. Nielsen wrote: > > > As I see it, DOS means all variants (including MS-DOS, DR-DOS, IBM-DOS > > and so on) where MS-DOS refers specifically to MS-DOS. In the context > > of FreeBSD documentation I think in most cases when referring to > > MS-DOS, it would apply to other DOS variants as well. > > Although this is almost totally irrelevent in this context, DOS can > refer to operating systems other than MS-DOS workalikes...the first > example that comes to my mind is the Disk Operating System that ran on > Apple IIs long before Microsoft cared about PCs. [1] > > Bruce. > > [1] It's not *totally* irrelevant in that if someone were to write some > Handbook text about running Apple II emulators such as kegs under > FreeBSD, they'd probably be talking about DOS in a non-PC context. [2] > > [2] I'm feeling silly...must be time for lunch. Almost all computers "of a certain age" have had an operating system called DOS. In the early '70s I ran DOS on our PDP-11/40. DOS simply is a disk based OS. (As opposed to earlier paper tape and magnetic tape based systems. Of course, most of the folks who read this have probably never seen a paper tape reader and could not conceive of an OS that actually ran on it.) -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 From owner-cvs-all@FreeBSD.ORG Tue Aug 24 19:38:56 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACF4216A4CE; Tue, 24 Aug 2004 19:38:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F2EA43D2D; Tue, 24 Aug 2004 19:38:56 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OJcuqM032440; Tue, 24 Aug 2004 19:38:56 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OJcujF032439; Tue, 24 Aug 2004 19:38:56 GMT (envelope-from sem) Message-Id: <200408241938.i7OJcujF032439@repoman.freebsd.org> From: Sergey Matveychuk <sem@FreeBSD.org> Date: Tue, 24 Aug 2004 19:38:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/bsfilter Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 19:38:57 -0000 sem 2004-08-24 19:38:56 UTC FreeBSD ports repository Modified files: mail/bsfilter Makefile Log: - Fix OPTIONS - Remove pre-build PR: ports/70911 Submitted by: maintainer Revision Changes Path 1.6 +0 -7 ports/mail/bsfilter/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 24 19:39:25 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C98816A4CE; Tue, 24 Aug 2004 19:39:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E0D743D39; Tue, 24 Aug 2004 19:39:25 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OJdPr3032480; Tue, 24 Aug 2004 19:39:25 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OJdPds032479; Tue, 24 Aug 2004 19:39:25 GMT (envelope-from krion) Message-Id: <200408241939.i7OJdPds032479@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Tue, 24 Aug 2004 19:39:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/news/newsstar Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 19:39:25 -0000 krion 2004-08-24 19:39:25 UTC FreeBSD ports repository Modified files: news/newsstar Makefile distinfo Log: Update to 1.2.1 PR: ports/70908 Submitted by: maintainer Revision Changes Path 1.6 +1 -1 ports/news/newsstar/Makefile 1.4 +2 -2 ports/news/newsstar/distinfo From owner-cvs-all@FreeBSD.ORG Tue Aug 24 19:48:58 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5013016A4CF; Tue, 24 Aug 2004 19:48:58 +0000 (GMT) Received: from b.mail.sonic.net (b.mail.sonic.net [64.142.19.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25E7643D3F; Tue, 24 Aug 2004 19:48:58 +0000 (GMT) (envelope-from bmah@freebsd.org) Received: from [192.168.0.85] (dns.packetdesign.com [65.192.41.10]) (authenticated bits=0) by b.mail.sonic.net (8.12.11/8.12.11) with ESMTP id i7OJmuw8029898 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 24 Aug 2004 12:48:57 -0700 From: "Bruce A. Mah" <bmah@freebsd.org> To: Kevin Oberman <oberman@es.net> In-Reply-To: <20040824193308.92BAE5D04@ptavv.es.net> References: <20040824193308.92BAE5D04@ptavv.es.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-xWHJiem7lQ4Ukk5pVvKW" Message-Id: <1093376861.725.76.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Tue, 24 Aug 2004 12:47:41 -0700 cc: cvs-all@freebsd.org cc: doc-committers@freebsd.org cc: Giorgos Keramidas <keramida@freebsd.org> cc: "Simon L. Nielsen" <simon@freebsd.org> cc: cvs-doc@freebsd.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/zip-drive article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 19:48:58 -0000 --=-xWHJiem7lQ4Ukk5pVvKW Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2004-08-24 at 12:33, Kevin Oberman wrote: > DOS simply is a disk based OS. (As opposed to earlier paper tape and > magnetic tape based systems. Right...I was just trying to make the point (perhaps poorly) that "DOS" doesn't necessarily refer to anything MS-DOS related. > Of course, most of the folks who read this > have probably never seen a paper tape reader and could not conceive of > an OS that actually ran on it.) Seen 'em, touched 'em, but never used 'em. I have, however, spent a little time on IBM Model 029 card punches. Leftover cards (er, well, I guess they're almost *all* leftover nowadays) make great bookmarks. :-) Bruce. --=-xWHJiem7lQ4Ukk5pVvKW Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQBBK5td2MoxcVugUsMRAuPDAJ9UfjAA9EWtPn9Eft/FLG4rNSq7DQCgxgtm BIjjj+K8RiVMFaWI1ZJ6zkg= =atyq -----END PGP SIGNATURE----- --=-xWHJiem7lQ4Ukk5pVvKW-- From owner-cvs-all@FreeBSD.ORG Tue Aug 24 19:52:17 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4440916A4D4; Tue, 24 Aug 2004 19:52:17 +0000 (GMT) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id A400843D2D; Tue, 24 Aug 2004 19:52:16 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (localhost [127.0.0.1]) by ns1.xcllnt.net (8.13.1/8.13.1) with ESMTP id i7OJqG7b004513; Tue, 24 Aug 2004 12:52:16 -0700 (PDT) (envelope-from marcel@ns1.xcllnt.net) Received: (from marcel@localhost) by ns1.xcllnt.net (8.13.1/8.13.1/Submit) id i7OJqGuX004512; Tue, 24 Aug 2004 12:52:16 -0700 (PDT) (envelope-from marcel) Date: Tue, 24 Aug 2004 12:52:16 -0700 From: Marcel Moolenaar <marcel@xcllnt.net> To: Doug Rabson <dfr@nlsystems.com> Message-ID: <20040824195216.GA4444@ns1.xcllnt.net> References: <200408231530.i7NFU5bu082414@repoman.freebsd.org> <200408232001.22449.dfr@nlsystems.com> <20040823195847.GA1179@dhcp50.pn.xcllnt.net> <200408240834.34656.dfr@nlsystems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408240834.34656.dfr@nlsystems.com> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen tls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 19:52:17 -0000 On Tue, Aug 24, 2004 at 08:34:34AM +0100, Doug Rabson wrote: > > On ia64 we never call _rtld_allocate_tls(): *snip* > Interesting - do you have the previous change to gen/tls.c - the one > which unbreaks static pthread-using binaries which don't have TLS > sections? I don't know from the top of my head. I suspect I have, but there's been too much going on that I can't recall everything I did. Let me do a buildworld from HEAD first and then triage with or without the various fixes. I'll get back to you... -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Tue Aug 24 19:53:01 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1789316A4CF; Tue, 24 Aug 2004 19:53:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB15843D2F; Tue, 24 Aug 2004 19:53:00 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OJr0eE032929; Tue, 24 Aug 2004 19:53:00 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OJr01l032928; Tue, 24 Aug 2004 19:53:00 GMT (envelope-from thierry) Message-Id: <200408241953.i7OJr01l032928@repoman.freebsd.org> From: Thierry Thomas <thierry@FreeBSD.org> Date: Tue, 24 Aug 2004 19:53:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/freebase Makefile distinfo ports/devel/freebase/files patch-freebase:bin:install.rb X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 19:53:01 -0000 thierry 2004-08-24 19:53:00 UTC FreeBSD ports repository Modified files: devel/freebase Makefile distinfo Added files: devel/freebase/files patch-freebase:bin:install.rb Log: Upgrade to 0.7.0. PR: 70910 Submitted by: maintainer. Revision Changes Path 1.2 +2 -2 ports/devel/freebase/Makefile 1.2 +2 -2 ports/devel/freebase/distinfo 1.1 +16 -0 ports/devel/freebase/files/patch-freebase:bin:install.rb (new) From owner-cvs-all@FreeBSD.ORG Tue Aug 24 20:00:43 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2786516A50F; Tue, 24 Aug 2004 20:00:43 +0000 (GMT) Received: from zaphod.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93C6E43D4C; Tue, 24 Aug 2004 20:00:41 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 5374811AB1; Tue, 24 Aug 2004 22:00:40 +0200 (CEST) Date: Tue, 24 Aug 2004 22:00:40 +0200 From: "Simon L. Nielsen" <simon@FreeBSD.org> To: "Bruce A. Mah" <bmah@freebsd.org> Message-ID: <20040824200040.GI760@zaphod.nitro.dk> References: <20040824193308.92BAE5D04@ptavv.es.net> <1093376861.725.76.camel@localhost> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4LwthZj+AV2mq5CX" Content-Disposition: inline In-Reply-To: <1093376861.725.76.camel@localhost> User-Agent: Mutt/1.5.6i cc: doc-committers@freebsd.org cc: cvs-doc@freebsd.org cc: Giorgos Keramidas <keramida@freebsd.org> cc: cvs-all@freebsd.org cc: Kevin Oberman <oberman@es.net> Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/zip-drive article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 20:00:43 -0000 --4LwthZj+AV2mq5CX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2004.08.24 12:47:41 -0700, Bruce A. Mah wrote: > On Tue, 2004-08-24 at 12:33, Kevin Oberman wrote: > > DOS simply is a disk based OS. (As opposed to earlier paper tape and > > magnetic tape based systems. > > Right...I was just trying to make the point (perhaps poorly) that "DOS" > doesn't necessarily refer to anything MS-DOS related. Well, while technically true, I doubt that would be confused about this... "New" users [1] will probably never have heard of any DOS other than MS-DOS (and "clones"). People who have heard of other operating systems named DOS will probably be wise enough to derive =66rom the context that we are refering to MS-DOS (and "clones")... :-). > Seen 'em, touched 'em, but never used 'em. I have, however, spent a > little time on IBM Model 029 card punches. Leftover cards (er, well, I > guess they're almost *all* leftover nowadays) make great bookmarks. :-) Hehe. [1] That would also include me :-). --=20 Simon L. Nielsen FreeBSD Documentation Team --4LwthZj+AV2mq5CX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBK55nh9pcDSc1mlERAkExAJ4tIXWDFZcgOUmuQ4jM2dHYSWi3OgCfbxOi Xjd932IAKt6A25A4oz1cxss= =quXD -----END PGP SIGNATURE----- --4LwthZj+AV2mq5CX-- From owner-cvs-all@FreeBSD.ORG Tue Aug 24 20:05:34 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D762616A4D0; Tue, 24 Aug 2004 20:05:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8C3343D1D; Tue, 24 Aug 2004 20:05:34 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OK5YfI033272; Tue, 24 Aug 2004 20:05:34 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OK5Y5f033271; Tue, 24 Aug 2004 20:05:34 GMT (envelope-from sem) Message-Id: <200408242005.i7OK5Y5f033271@repoman.freebsd.org> From: Sergey Matveychuk <sem@FreeBSD.org> Date: Tue, 24 Aug 2004 20:05:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/boost Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 20:05:35 -0000 sem 2004-08-24 20:05:34 UTC FreeBSD ports repository Modified files: devel/boost Makefile Log: Move to OPTIONS. PR: ports/70898 Submitted by: maintainer Revision Changes Path 1.18 +7 -48 ports/devel/boost/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 24 20:11:27 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2192E16A4CE; Tue, 24 Aug 2004 20:11:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02F1C43D1D; Tue, 24 Aug 2004 20:11:27 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OKBQmX033558; Tue, 24 Aug 2004 20:11:26 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OKBQfI033557; Tue, 24 Aug 2004 20:11:26 GMT (envelope-from sos) Message-Id: <200408242011.i7OKBQfI033557@repoman.freebsd.org> From: Søren Schmidt <sos@FreeBSD.org> Date: Tue, 24 Aug 2004 20:11:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-chipset.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 20:11:27 -0000 sos 2004-08-24 20:11:26 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c Log: Sii_reset needs to wait up to 1 second to get slow disks with it so use tsleep instead of DELAY. Revision Changes Path 1.82 +1 -1 src/sys/dev/ata/ata-chipset.c From owner-cvs-all@FreeBSD.ORG Tue Aug 24 20:21:22 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B97A16A4CF; Tue, 24 Aug 2004 20:21:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2997C43D4C; Tue, 24 Aug 2004 20:21:22 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OKLMZR034033; Tue, 24 Aug 2004 20:21:22 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OKLMSw034032; Tue, 24 Aug 2004 20:21:22 GMT (envelope-from jhb) Message-Id: <200408242021.i7OKLMSw034032@repoman.freebsd.org> From: John Baldwin <jhb@FreeBSD.org> Date: Tue, 24 Aug 2004 20:21:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/linux syscalls.master src/sys/alpha/osf1 osf1_misc.c syscalls.master src/sys/compat/linux linux_socket.c src/sys/compat/svr4 svr4_fcntl.c svr4_stream.c syscalls.master src/sys/i386/ibcs2 ibcs2_fcntl.c syscalls.master ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 20:21:22 -0000 jhb 2004-08-24 20:21:22 UTC FreeBSD src repository Modified files: sys/alpha/linux syscalls.master sys/alpha/osf1 osf1_misc.c syscalls.master sys/compat/linux linux_socket.c sys/compat/svr4 svr4_fcntl.c svr4_stream.c syscalls.master sys/i386/ibcs2 ibcs2_fcntl.c syscalls.master sys/i386/linux syscalls.master Log: Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl() directly. This removes a few more users of the stackgap and also marks the syscalls using these wrappers MP safe where appropriate. Tested on: i386 with linux acroread5 Compiled on: i386, alpha LINT Revision Changes Path 1.59 +1 -1 src/sys/alpha/linux/syscalls.master 1.48 +13 -20 src/sys/alpha/osf1/osf1_misc.c 1.10 +1 -1 src/sys/alpha/osf1/syscalls.master 1.53 +4 -11 src/sys/compat/linux/linux_socket.c 1.33 +41 -61 src/sys/compat/svr4/svr4_fcntl.c 1.50 +9 -14 src/sys/compat/svr4/svr4_stream.c 1.16 +1 -1 src/sys/compat/svr4/syscalls.master 1.26 +18 -47 src/sys/i386/ibcs2/ibcs2_fcntl.c 1.19 +1 -1 src/sys/i386/ibcs2/syscalls.master 1.57 +2 -2 src/sys/i386/linux/syscalls.master From owner-cvs-all@FreeBSD.ORG Tue Aug 24 20:24:34 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6C6116A4CE; Tue, 24 Aug 2004 20:24:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99DB843D5E; Tue, 24 Aug 2004 20:24:34 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OKOYKu034336; Tue, 24 Aug 2004 20:24:34 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OKOYtm034335; Tue, 24 Aug 2004 20:24:34 GMT (envelope-from jhb) Message-Id: <200408242024.i7OKOYtm034335@repoman.freebsd.org> From: John Baldwin <jhb@FreeBSD.org> Date: Tue, 24 Aug 2004 20:24:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/linux linux_proto.h linux_syscall.h linux_sysent.c src/sys/alpha/osf1 osf1_proto.h osf1_syscall.h osf1_sysent.c src/sys/compat/svr4 svr4_proto.h svr4_syscall.h... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 20:24:34 -0000 jhb 2004-08-24 20:24:34 UTC FreeBSD src repository Modified files: sys/alpha/linux linux_proto.h linux_syscall.h linux_sysent.c sys/alpha/osf1 osf1_proto.h osf1_syscall.h osf1_sysent.c sys/compat/svr4 svr4_proto.h svr4_syscall.h svr4_syscallnames.c svr4_sysent.c sys/i386/ibcs2 ibcs2_proto.h ibcs2_syscall.h ibcs2_sysent.c sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c Log: Regenerate after fcntl() wrappers were marked MP safe. Revision Changes Path 1.19 +1 -1 src/sys/alpha/linux/linux_proto.h 1.17 +1 -1 src/sys/alpha/linux/linux_syscall.h 1.17 +2 -2 src/sys/alpha/linux/linux_sysent.c 1.11 +1 -1 src/sys/alpha/osf1/osf1_proto.h 1.10 +1 -1 src/sys/alpha/osf1/osf1_syscall.h 1.10 +2 -2 src/sys/alpha/osf1/osf1_sysent.c 1.16 +1 -1 src/sys/compat/svr4/svr4_proto.h 1.14 +1 -1 src/sys/compat/svr4/svr4_syscall.h 1.14 +1 -1 src/sys/compat/svr4/svr4_syscallnames.c 1.15 +2 -2 src/sys/compat/svr4/svr4_sysent.c 1.20 +2 -1 src/sys/i386/ibcs2/ibcs2_proto.h 1.17 +1 -1 src/sys/i386/ibcs2/ibcs2_syscall.h 1.22 +2 -2 src/sys/i386/ibcs2/ibcs2_sysent.c 1.60 +1 -1 src/sys/i386/linux/linux_proto.h 1.54 +1 -1 src/sys/i386/linux/linux_syscall.h 1.61 +3 -3 src/sys/i386/linux/linux_sysent.c From owner-cvs-all@FreeBSD.ORG Tue Aug 24 20:24:56 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1609716A4CE; Tue, 24 Aug 2004 20:24:56 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7CB843D48; Tue, 24 Aug 2004 20:24:55 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.0.12] (g4.samsco.home [192.168.0.12]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i7OKQ2iM096531; Tue, 24 Aug 2004 14:26:02 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <412BA3CE.3060305@freebsd.org> Date: Tue, 24 Aug 2004 14:23:42 -0600 From: Scott Long <scottl@freebsd.org> User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en MIME-Version: 1.0 To: SXren Schmidt <sos@freebsd.org> References: <200408242011.i7OKBQfI033557@repoman.freebsd.org> In-Reply-To: <200408242011.i7OKBQfI033557@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/ata ata-chipset.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 20:24:56 -0000 SXren Schmidt wrote: > sos 2004-08-24 20:11:26 UTC > > FreeBSD src repository > > Modified files: > sys/dev/ata ata-chipset.c > Log: > Sii_reset needs to wait up to 1 second to get slow disks with it so > use tsleep instead of DELAY. > > Revision Changes Path > 1.82 +1 -1 src/sys/dev/ata/ata-chipset.c I'm having a hard time following the code here, but it looks like ch->hw.reset() can get called with a mutex held, yes? hw.reset() will in turn wind up calling ctrl->reset(), which will call sii_reset() in the sii case. That means that the tsleep() can get called with a mutex held. This is probably not what you want. Also, if you are expecting the ctrl->reset() to work correctly before interrupts are enabled, you should be aware that tsleep and msleep will return immediately instead of sleeping in this case. Only DELAY() is safe (relatively) to use at boot before interrupts are enabled. Scott From owner-cvs-all@FreeBSD.ORG Tue Aug 24 20:33:11 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C68F16A4CF for <cvs-all@FreeBSD.org>; Tue, 24 Aug 2004 20:33:11 +0000 (GMT) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 007CA43D1F for <cvs-all@FreeBSD.org>; Tue, 24 Aug 2004 20:33:11 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 7004 invoked from network); 24 Aug 2004 20:33:10 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender <jhb@FreeBSD.org>) encrypted SMTP for <cvs-all@FreeBSD.org>; 24 Aug 2004 20:33:10 -0000 Received: from [10.50.40.208] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i7OKX3Jn097086; Tue, 24 Aug 2004 16:33:06 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin <jhb@FreeBSD.org> To: Robert Watson <rwatson@FreeBSD.org> Date: Tue, 24 Aug 2004 09:56:42 -0400 User-Agent: KMail/1.6.2 References: <Pine.NEB.3.96L.1040822001718.95496H-100000@fledge.watson.org> In-Reply-To: <Pine.NEB.3.96L.1040822001718.95496H-100000@fledge.watson.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408240956.42487.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: Brian Fundakowski Feldman <green@FreeBSD.org> cc: src-committers@FreeBSD.org cc: Alan Cox <alc@FreeBSD.org> cc: cvs-src@FreeBSD.org cc: Alan Cox <alc@cs.rice.edu> cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_fault.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 20:33:11 -0000 On Sunday 22 August 2004 12:18 am, Robert Watson wrote: > On Sun, 22 Aug 2004, Brian Fundakowski Feldman wrote: > > Also, it was the system_map lock, so it was a mutex, not an sx. > > > > /Goes back to trying to figure out wtf portupgrade -rR kde\* keeps > > causing > > hangs, but only in X, not at the command line, and not seemingly > > dependant on AGP/X driver. > > I believe mutexes are alright also as long as you're careful about > sleeping and lock order. I.e., don't sleep while holding a > non-funnel-like mutex, etc. Witness hardcodes that Giant comes before all other mutexes. -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Tue Aug 24 20:33:15 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68D0116A4DA for <cvs-all@FreeBSD.org>; Tue, 24 Aug 2004 20:33:13 +0000 (GMT) Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD4AB43D31 for <cvs-all@FreeBSD.org>; Tue, 24 Aug 2004 20:33:12 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 13370 invoked from network); 24 Aug 2004 20:33:12 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender <jhb@FreeBSD.org>) encrypted SMTP for <cvs-all@FreeBSD.org>; 24 Aug 2004 20:33:12 -0000 Received: from [10.50.40.208] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i7OKX3Jo097086; Tue, 24 Aug 2004 16:33:09 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin <jhb@FreeBSD.org> To: Doug Rabson <dfr@nlsystems.com> Date: Tue, 24 Aug 2004 10:02:39 -0400 User-Agent: KMail/1.6.2 References: <200408220624.i7M6OxAK010053@repoman.freebsd.org> <200408220940.18504.dfr@nlsystems.com> In-Reply-To: <200408220940.18504.dfr@nlsystems.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408241002.39948.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: Marcel Moolenaar <marcel@FreeBSD.org> cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/alpha Makefile.inc src/sys/boot/ficl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 20:33:15 -0000 On Sunday 22 August 2004 04:40 am, Doug Rabson wrote: > On Sunday 22 August 2004 07:24, Marcel Moolenaar wrote: > > marcel 2004-08-22 06:24:59 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/boot/alpha Makefile.inc > > sys/boot/ficl Makefile > > Log: > > Part 2 of fixing the boot code: gcc 3.4 fixes. > > > > The whole problem seems to be size. Which is odd, because it is > > said that size doesn't matter. Anyway... Add -Os to strategic places > > in the makefile to have the final loader be as mall as possible. This > > seems to be enough to make it work. For now... I think something is > > more fundamentally wrong; or something more fundamental is wrong. > > Potato, potaato. > > Size does matter for the alpha loader. The firmware gives it 256k of > address space which we overflowed many years ago. I extended it in > sys/boot/alpha/common/main.c:extend_heap() by adding 512k to the > loader's mapped address space. It might be necessary to extend it a bit > further. That would just require bumping the XTRA_PAGES constant up, yes? Maybe we could bump it to 96 to add 768k for a total of 1m? The i386 loader has to fit into ~600kb including stack and heap, so hopefully 1m would be enough room for Alpha. :) -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Tue Aug 24 20:33:23 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AD9716A4D0 for <cvs-all@FreeBSD.org>; Tue, 24 Aug 2004 20:33:23 +0000 (GMT) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B32643D54 for <cvs-all@FreeBSD.org>; Tue, 24 Aug 2004 20:33:23 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 6735 invoked from network); 24 Aug 2004 20:33:22 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender <jhb@FreeBSD.org>) encrypted SMTP for <wes@softweyr.com>; 24 Aug 2004 20:33:22 -0000 Received: from [10.50.40.208] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i7OKX3Jp097086; Tue, 24 Aug 2004 16:33:19 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin <jhb@FreeBSD.org> To: Wes Peters <wes@softweyr.com> Date: Tue, 24 Aug 2004 12:22:36 -0400 User-Agent: KMail/1.6.2 References: <20040823074553.GH59140@ip.net.ua> <20040823192400.GA76826@freebie.xs4all.nl> <200408231903.33314.wes@softweyr.com> In-Reply-To: <200408231903.33314.wes@softweyr.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408241222.36207.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: obrien@FreeBSD.org cc: ru@FreeBSD.org cc: cvs-all@FreeBSD.org cc: phantom@FreeBSD.org.ua cc: Wilko Bulte <wb@freebie.xs4all.nl> cc: "M. Warner Losh" <imp@bsdimp.com> Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile src/gnu/usr.bin/cc Makefile.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 20:33:23 -0000 On Monday 23 August 2004 10:03 pm, Wes Peters wrote: > On Monday 23 August 2004 12:24, Wilko Bulte wrote: > > On Mon, Aug 23, 2004 at 12:54:23PM -0600, M. Warner Losh wrote.. > > > > > In message: <20040823173529.GB18520@phantom.cris.net> > > > > > > Alexey Zelkin <phantom@FreeBSD.org.ua> writes: > > > : hi, > > > : > > > : On Mon, Aug 23, 2004 at 07:41:26AM -0700, David O'Brien wrote: > > > : > On Mon, Aug 23, 2004 at 10:45:53AM +0300, Ruslan Ermilov wrote: > > > : > > On Mon, Aug 23, 2004 at 07:13:51AM +0000, David E. O'Brien wrote: > > > : > > > obrien 2004-08-23 07:13:51 UTC > > > : > > > > > > : > > > FreeBSD src repository > > > : > > > > > > : > > > Modified files: (Branch: RELENG_5) > > > : > > > gnu/usr.bin/binutils/gdb Makefile > > > : > > > gnu/usr.bin/cc Makefile.inc > > > : > > > Log: > > > : > > > Set vendor to a non-fun, but non-controversial one for the > > > : > > > release. > > > : > > > > > > : > > > Approved by: re(kensmith) > > > : > > > > > > : > > > Revision Changes Path > > > : > > > 1.81.2.1 +2 -2 src/gnu/usr.bin/binutils/gdb/Makefile > > > : > > > 1.63.8.1 +1 -1 src/gnu/usr.bin/cc/Makefile.inc > > > : > > > > > : > > Will HEAD still stay spinning under my desk? ;) > > > : > > > > : > It is my intentions it will. > > > : > > > : So, is it a reason why HEAD does not boot on my notebook ? Should I > > > : move it under a desk and try again ? :-) > > > > > > Clearly, we need more flexibility here. While undermydesk is > > > appropriate for some machines, we need intherack, inmybackpack and > > > mountedonplywood to cover current uses of FreeBSD. :-) > > > > Don't forget the onmybike (recent sighting of FreeBSD-powered motorbike > > video) > > And, for my upcoming sensor/mapping system, 'inmybilge'. 'onmytv' -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Tue Aug 24 20:36:52 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF2A916A4CE; Tue, 24 Aug 2004 20:36:52 +0000 (GMT) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 000CA43D53; Tue, 24 Aug 2004 20:36:51 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from [194.192.25.143] (laptop.deepcore.dk [194.192.25.143]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id i7OKao4u030900; Tue, 24 Aug 2004 22:36:50 +0200 (CEST) (envelope-from sos@DeepCore.dk) Message-ID: <412BA6C8.9010702@DeepCore.dk> Date: Tue, 24 Aug 2004 22:36:24 +0200 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= <sos@DeepCore.dk> User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040802) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Scott Long <scottl@FreeBSD.ORG> References: <200408242011.i7OKBQfI033557@repoman.freebsd.org> <412BA3CE.3060305@freebsd.org> In-Reply-To: <412BA3CE.3060305@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: SXren Schmidt <sos@FreeBSD.ORG> Subject: Re: cvs commit: src/sys/dev/ata ata-chipset.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 20:36:52 -0000 Scott Long wrote: > SXren Schmidt wrote: >=20 >> sos 2004-08-24 20:11:26 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/dev/ata ata-chipset.c Log: >> Sii_reset needs to wait up to 1 second to get slow disks with it so >> use tsleep instead of DELAY. >> Revision Changes Path >> 1.82 +1 -1 src/sys/dev/ata/ata-chipset.c >=20 >=20 > I'm having a hard time following the code here, but it looks like > ch->hw.reset() can get called with a mutex held, yes? hw.reset() will > in turn wind up calling ctrl->reset(), which will call sii_reset() in > the sii case. That means that the tsleep() can get called with a > mutex held. This is probably not what you want. Also, if you are > expecting the ctrl->reset() to work correctly before interrupts are > enabled, you should be aware that tsleep and msleep will return > immediately instead of sleeping in this case. Only DELAY() is safe > (relatively) to use at boot before interrupts are enabled. The path were the delay is needed is first used when interrupts are=20 enabled so that part should be safe. I shouldn't be calling hw.reset=20 with a mutex held AFAIK. Anyhow what I need is just a way to wait ~1 sec without busyspinning the = CPU as DELAY does (or has that been changed ?). -S=F8ren From owner-cvs-all@FreeBSD.ORG Tue Aug 24 20:42:08 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F57516A4CE; Tue, 24 Aug 2004 20:42:08 +0000 (GMT) Received: from smtp-vbr9.xs4all.nl (smtp-vbr9.xs4all.nl [194.109.24.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACF9743D31; Tue, 24 Aug 2004 20:42:07 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr9.xs4all.nl (8.12.11/8.12.11) with ESMTP id i7OKg6Am031167; Tue, 24 Aug 2004 22:42:06 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.11/8.12.9) with ESMTP id i7OKg50V083870; Tue, 24 Aug 2004 22:42:05 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.12.11/8.12.11/Submit) id i7OKg5p9083869; Tue, 24 Aug 2004 22:42:05 +0200 (CEST) (envelope-from wb) Date: Tue, 24 Aug 2004 22:42:05 +0200 From: Wilko Bulte <wb@freebie.xs4all.nl> To: John Baldwin <jhb@FreeBSD.ORG> Message-ID: <20040824204205.GA83854@freebie.xs4all.nl> References: <200408220624.i7M6OxAK010053@repoman.freebsd.org> <200408220940.18504.dfr@nlsystems.com> <200408241002.39948.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408241002.39948.jhb@FreeBSD.org> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.10-STABLE X-PGP: finger wilko@freebsd.org X-Virus-Scanned: by XS4ALL Virus Scanner cc: cvs-src@FreeBSD.ORG cc: Marcel Moolenaar <marcel@FreeBSD.ORG> cc: Doug Rabson <dfr@nlsystems.com> cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/boot/alpha Makefile.inc src/sys/boot/ficl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 20:42:08 -0000 On Tue, Aug 24, 2004 at 10:02:39AM -0400, John Baldwin wrote.. > On Sunday 22 August 2004 04:40 am, Doug Rabson wrote: > > On Sunday 22 August 2004 07:24, Marcel Moolenaar wrote: > > > marcel 2004-08-22 06:24:59 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/boot/alpha Makefile.inc > > > sys/boot/ficl Makefile > > > Log: > > > Part 2 of fixing the boot code: gcc 3.4 fixes. > > > > > > The whole problem seems to be size. Which is odd, because it is > > > said that size doesn't matter. Anyway... Add -Os to strategic places > > > in the makefile to have the final loader be as mall as possible. This > > > seems to be enough to make it work. For now... I think something is > > > more fundamentally wrong; or something more fundamental is wrong. > > > Potato, potaato. > > > > Size does matter for the alpha loader. The firmware gives it 256k of > > address space which we overflowed many years ago. I extended it in > > sys/boot/alpha/common/main.c:extend_heap() by adding 512k to the > > loader's mapped address space. It might be necessary to extend it a bit > > further. > > That would just require bumping the XTRA_PAGES constant up, yes? Maybe we > could bump it to 96 to add 768k for a total of 1m? The i386 loader has to > fit into ~600kb including stack and heap, so hopefully 1m would be enough > room for Alpha. :) Well, it works now (the loader) so I would like to see this defered to post-5.3. Or experiment in -current to your hearts desire of course ;) -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Tue Aug 24 20:43:11 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14D8916A4D2; Tue, 24 Aug 2004 20:43:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1BD143D41; Tue, 24 Aug 2004 20:43:10 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OKhALB034910; Tue, 24 Aug 2004 20:43:10 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OKhAVQ034909; Tue, 24 Aug 2004 20:43:10 GMT (envelope-from simon) Message-Id: <200408242043.i7OKhAVQ034909@repoman.freebsd.org> From: "Simon L. Nielsen" <simon@FreeBSD.org> Date: Tue, 24 Aug 2004 20:43:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/usr.sbin/kbdcontrol kbdmap.5 src/share/man/man9 suser.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 20:43:11 -0000 simon 2004-08-24 20:43:10 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) usr.sbin/kbdcontrol kbdmap.5 share/man/man9 suser.9 Log: MFC: Fix hard sentence breaks. Approved by: re (jhb) Revision Changes Path 1.25.2.1 +2 -1 src/share/man/man9/suser.9 1.6.2.1 +2 -1 src/usr.sbin/kbdcontrol/kbdmap.5 From owner-cvs-all@FreeBSD.ORG Tue Aug 24 20:47:06 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71F5216A4CF; Tue, 24 Aug 2004 20:47:06 +0000 (GMT) Received: from smtp-vbr6.xs4all.nl (smtp-vbr6.xs4all.nl [194.109.24.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id E25A143D4C; Tue, 24 Aug 2004 20:47:05 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr6.xs4all.nl (8.12.11/8.12.11) with ESMTP id i7OKkxgt000688; Tue, 24 Aug 2004 22:46:59 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.11/8.12.9) with ESMTP id i7OKkxt6083930; Tue, 24 Aug 2004 22:46:59 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.12.11/8.12.11/Submit) id i7OKkxtJ083929; Tue, 24 Aug 2004 22:46:59 +0200 (CEST) (envelope-from wb) Date: Tue, 24 Aug 2004 22:46:59 +0200 From: Wilko Bulte <wb@freebie.xs4all.nl> To: Kevin Oberman <oberman@es.net> Message-ID: <20040824204659.GB83854@freebie.xs4all.nl> References: <1093374233.725.63.camel@localhost> <20040824193308.92BAE5D04@ptavv.es.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040824193308.92BAE5D04@ptavv.es.net> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.10-STABLE X-PGP: finger wilko@freebsd.org X-Virus-Scanned: by XS4ALL Virus Scanner cc: "Bruce A. Mah" <bmah@FreeBSD.ORG> cc: cvs-doc@FreeBSD.ORG cc: "Simon L. Nielsen" <simon@FreeBSD.ORG> cc: cvs-all@FreeBSD.ORG cc: Giorgos Keramidas <keramida@FreeBSD.ORG> cc: doc-committers@FreeBSD.ORG Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/zip-drive article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 20:47:06 -0000 On Tue, Aug 24, 2004 at 12:33:08PM -0700, Kevin Oberman wrote.. > > From: "Bruce A. Mah" <bmah@freebsd.org> > > Date: Tue, 24 Aug 2004 12:03:54 -0700 > > Sender: owner-cvs-all@freebsd.org > > > > > > --=-/X/f2KeLUF0cVqZhgu7r > > Content-Type: text/plain > > Content-Transfer-Encoding: quoted-printable > > > > On Tue, 2004-08-24 at 11:41, Simon L. Nielsen wrote: > > > > > As I see it, DOS means all variants (including MS-DOS, DR-DOS, IBM-DOS > > > and so on) where MS-DOS refers specifically to MS-DOS. In the context > > > of FreeBSD documentation I think in most cases when referring to > > > MS-DOS, it would apply to other DOS variants as well. > > > > Although this is almost totally irrelevent in this context, DOS can > > refer to operating systems other than MS-DOS workalikes...the first > > example that comes to my mind is the Disk Operating System that ran on > > Apple IIs long before Microsoft cared about PCs. [1] > > > > Bruce. > > > > [1] It's not *totally* irrelevant in that if someone were to write some > > Handbook text about running Apple II emulators such as kegs under > > FreeBSD, they'd probably be talking about DOS in a non-PC context. [2] > > > > [2] I'm feeling silly...must be time for lunch. > > Almost all computers "of a certain age" have had an operating system > called DOS. In the early '70s I ran DOS on our PDP-11/40. Too new.. PDP8/s with a PPT reader. Fun. But at least memory was memory in those days, it did not forget things once power failed [1]. W/ [1]: assuming core memory of course. Really neat that you could, if need be, literally point to the offending bit :)) At least 'core dumps' had their true meaning. -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Tue Aug 24 20:52:53 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51E9516A4D2; Tue, 24 Aug 2004 20:52:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 325EF43D41; Tue, 24 Aug 2004 20:52:53 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OKqrt5035221; Tue, 24 Aug 2004 20:52:53 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OKqrcc035220; Tue, 24 Aug 2004 20:52:53 GMT (envelope-from jhb) Message-Id: <200408242052.i7OKqrcc035220@repoman.freebsd.org> From: John Baldwin <jhb@FreeBSD.org> Date: Tue, 24 Aug 2004 20:52:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/linux32 linux32_machdep.csrc/sys/i386/linux linux_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 20:52:53 -0000 jhb 2004-08-24 20:52:53 UTC FreeBSD src repository Modified files: sys/amd64/linux32 linux32_machdep.c sys/i386/linux linux_machdep.c Log: Correct the arguments to kern_sigaltstack() as they were reversed. PR: kern/68079 Submitted by: Georg-W. Koltermann gwk at rahn-koltermann dot de Revision Changes Path 1.3 +2 -2 src/sys/amd64/linux32/linux32_machdep.c 1.42 +2 -2 src/sys/i386/linux/linux_machdep.c From owner-cvs-all@FreeBSD.ORG Tue Aug 24 20:58:32 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3A1616A552; Tue, 24 Aug 2004 20:58:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2C1D43D4C; Tue, 24 Aug 2004 20:58:30 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OKwUZ7035394; Tue, 24 Aug 2004 20:58:30 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OKwUin035393; Tue, 24 Aug 2004 20:58:30 GMT (envelope-from rwatson) Message-Id: <200408242058.i7OKwUin035393@repoman.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Tue, 24 Aug 2004 20:58:30 +0000 (UTC) To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: projects/trustedbsd/www developers.dev X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 20:58:32 -0000 rwatson 2004-08-24 20:58:30 UTC FreeBSD projects repository Modified files: trustedbsd/www developers.dev Log: Update Wayne Salamon's e-mail address, and add that he's working on Audit. Revision Changes Path 1.11 +3 -3 projects/trustedbsd/www/developers.dev From owner-cvs-all@FreeBSD.ORG Tue Aug 24 21:00:50 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6BFB16A4CF for <cvs-all@FreeBSD.org>; Tue, 24 Aug 2004 21:00:50 +0000 (GMT) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 618D343D45 for <cvs-all@FreeBSD.org>; Tue, 24 Aug 2004 21:00:50 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 17767 invoked from network); 24 Aug 2004 21:00:50 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender <jhb@FreeBSD.org>) encrypted SMTP for <cvs-all@FreeBSD.org>; 24 Aug 2004 21:00:49 -0000 Received: from [10.50.40.208] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i7OL0kaB097438; Tue, 24 Aug 2004 17:00:46 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org Date: Tue, 24 Aug 2004 16:42:32 -0400 User-Agent: KMail/1.6.2 References: <200408242024.i7OKOYtm034335@repoman.freebsd.org> In-Reply-To: <200408242024.i7OKOYtm034335@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408241642.33327.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/linux linux_proto.h linux_syscall.h linux_sysent.c src/sys/alpha/osf1 osf1_proto.h osf1_syscall.h osf1_sysent.c src/sys/compat/svr4 svr4_proto.h svr4_syscall.h svr4_syscallnames.c svr4_sysent.c src/sys/i386/ibcs2 ibcs2_proto.h ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 21:00:50 -0000 On Tuesday 24 August 2004 04:24 pm, John Baldwin wrote: > jhb 2004-08-24 20:24:34 UTC > > FreeBSD src repository > > Modified files: > sys/alpha/linux linux_proto.h linux_syscall.h > linux_sysent.c > sys/alpha/osf1 osf1_proto.h osf1_syscall.h osf1_sysent.c > sys/compat/svr4 svr4_proto.h svr4_syscall.h > svr4_syscallnames.c svr4_sysent.c > sys/i386/ibcs2 ibcs2_proto.h ibcs2_syscall.h > ibcs2_sysent.c > sys/i386/linux linux_proto.h linux_syscall.h > linux_sysent.c > Log: > Regenerate after fcntl() wrappers were marked MP safe. Someone (probably an individual that possesses a Danish axe) stuck some BURN_BRIDGES #ifdef's in the generated ibsc2_sysent.c file around a couple of tty related syscalls. I did preserve them but future regenerates may lose those changes. -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Tue Aug 24 21:19:30 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E61CA16A4CE; Tue, 24 Aug 2004 21:19:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C826443D41; Tue, 24 Aug 2004 21:19:30 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OLJUV3036003; Tue, 24 Aug 2004 21:19:30 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OLJUFo036002; Tue, 24 Aug 2004 21:19:30 GMT (envelope-from simon) Message-Id: <200408242119.i7OLJUFo036002@repoman.freebsd.org> From: "Simon L. Nielsen" <simon@FreeBSD.org> Date: Tue, 24 Aug 2004 21:19:30 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/docproj current.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 21:19:31 -0000 simon 2004-08-24 21:19:30 UTC FreeBSD doc repository Modified files: en/docproj current.sgml Log: The wds(4) driver is also in need of a manual page. NetBSD has a manual page for wds(4) that could be used as a starting point. Revision Changes Path 1.72 +9 -1 www/en/docproj/current.sgml From owner-cvs-all@FreeBSD.ORG Tue Aug 24 21:25:55 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32DB416A4CE; Tue, 24 Aug 2004 21:25:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1277643D41; Tue, 24 Aug 2004 21:25:55 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OLPsgS036215; Tue, 24 Aug 2004 21:25:54 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OLPsrM036214; Tue, 24 Aug 2004 21:25:54 GMT (envelope-from simon) Message-Id: <200408242125.i7OLPsrM036214@repoman.freebsd.org> From: "Simon L. Nielsen" <simon@FreeBSD.org> Date: Tue, 24 Aug 2004 21:25:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 21:25:55 -0000 simon 2004-08-24 21:25:54 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: MFC: 1.228+1.229: - Move listing of DTC 3290 to aha(4). - Remove note about device listings going away. - Add a note about possibility for duplicate listing of devices. - Auto generate device listings for the following drivers: ncr, sym, umodem, and uscanner Approved by: re (blanket) Revision Changes Path 1.227.2.1 +13 -29 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-all@FreeBSD.ORG Tue Aug 24 21:32:04 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3213E16A4CF; Tue, 24 Aug 2004 21:32:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1198743D4C; Tue, 24 Aug 2004 21:32:04 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OLW3A2036390; Tue, 24 Aug 2004 21:32:03 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OLW3Be036389; Tue, 24 Aug 2004 21:32:03 GMT (envelope-from brueffer) Message-Id: <200408242132.i7OLW3Be036389@repoman.freebsd.org> From: Christian Brueffer <brueffer@FreeBSD.org> Date: Tue, 24 Aug 2004 21:32:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 lge.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 21:32:04 -0000 brueffer 2004-08-24 21:32:03 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 lge.4 Log: - move device listing and hardware notes into a HARDWARE section - properly capitalize Gigabit Ethernet - bump document date Revision Changes Path 1.8 +19 -16 src/share/man/man4/lge.4 From owner-cvs-all@FreeBSD.ORG Tue Aug 24 21:33:14 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C558F16A4D2; Tue, 24 Aug 2004 21:33:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A69F943D1F; Tue, 24 Aug 2004 21:33:14 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OLXETc036436; Tue, 24 Aug 2004 21:33:14 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OLXEl1036435; Tue, 24 Aug 2004 21:33:14 GMT (envelope-from brueffer) Message-Id: <200408242133.i7OLXEl1036435@repoman.freebsd.org> From: Christian Brueffer <brueffer@FreeBSD.org> Date: Tue, 24 Aug 2004 21:33:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4/man4.i386 vx.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 21:33:14 -0000 brueffer 2004-08-24 21:33:14 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4/man4.i386 vx.4 Log: - move the list of supported devices into a HARDWARE section - bump document date Revision Changes Path 1.19 +16 -13 src/share/man/man4/man4.i386/vx.4 From owner-cvs-all@FreeBSD.ORG Tue Aug 24 21:35:25 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F8AD16A4D3; Tue, 24 Aug 2004 21:35:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 600C043D2D; Tue, 24 Aug 2004 21:35:25 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OLZPbb036553; Tue, 24 Aug 2004 21:35:25 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OLZPhV036552; Tue, 24 Aug 2004 21:35:25 GMT (envelope-from brueffer) Message-Id: <200408242135.i7OLZPhV036552@repoman.freebsd.org> From: Christian Brueffer <brueffer@FreeBSD.org> Date: Tue, 24 Aug 2004 21:35:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/share/misc dev.archlist.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 21:35:25 -0000 brueffer 2004-08-24 21:35:25 UTC FreeBSD src repository (doc committer) Modified files: release/doc/share/misc dev.archlist.txt Log: Add lge(4) and vx(4) Revision Changes Path 1.11 +2 -0 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-all@FreeBSD.ORG Tue Aug 24 21:38:14 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 255C216A4D4; Tue, 24 Aug 2004 21:38:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0299843D46; Tue, 24 Aug 2004 21:38:14 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OLcDeM036714; Tue, 24 Aug 2004 21:38:13 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OLcDGh036713; Tue, 24 Aug 2004 21:38:13 GMT (envelope-from brueffer) Message-Id: <200408242138.i7OLcDGh036713@repoman.freebsd.org> From: Christian Brueffer <brueffer@FreeBSD.org> Date: Tue, 24 Aug 2004 21:38:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 21:38:14 -0000 brueffer 2004-08-24 21:38:13 UTC FreeBSD src repository (doc committer) Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Autogenerate device listings for lge(4) and vx(4) Revision Changes Path 1.233 +2 -5 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-all@FreeBSD.ORG Tue Aug 24 21:36:30 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E39A16A4D3; Tue, 24 Aug 2004 21:36:30 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id D615043D3F; Tue, 24 Aug 2004 21:36:29 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.13.1/8.12.11) with ESMTP id i7OLaTTB061579; Tue, 24 Aug 2004 14:36:29 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i7OLaRA0061578; Tue, 24 Aug 2004 14:36:27 -0700 (PDT) (envelope-from obrien) Date: Tue, 24 Aug 2004 14:36:27 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: Nate Lawson <nate@root.org> Message-ID: <20040824213627.GA61527@dragon.nuxi.com> References: <200408231628.i7NGSg8G084516@repoman.freebsd.org> <20040824180620.GA56576@dragon.nuxi.com> <412B9629.3080108@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <412B9629.3080108@root.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi.c acpi_resource.c acpivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 21:36:30 -0000 On Tue, Aug 24, 2004 at 12:25:29PM -0700, Nate Lawson wrote: > David O'Brien wrote: > >On Mon, Aug 23, 2004 at 04:28:42PM +0000, Nate Lawson wrote: > > > >>njl 2004-08-23 16:28:42 UTC > >> FreeBSD src repository > >> Modified files: > >> sys/dev/acpica acpi.c acpi_resource.c acpivar.h > >> Log: > >> Rework sysresource management. Instead of having each sysresource object > > > >... > > > >> Tested by: Pawel Worach <sajd_at_telia.com> > >> Tested by: Radek Kozlowski <radek_at_raadradd.com> > > > > > >Tested only on i386, right?? > > Still waiting for the amd64 laptop donation. ;-) In any case, I've > just committed a fix. The amd64,ia64 nexus hadn't been caught up with > i386 and the resource code depends on the new method. In the future, may I make a request that you post patches for large changes before committing them? Now that ACPI is a multi-platform thing that is very basic to booting, we have to be careful about changes to it. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Tue Aug 24 21:37:47 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62B1B16A4D1; Tue, 24 Aug 2004 21:37:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 422A443D4C; Tue, 24 Aug 2004 21:37:47 +0000 (GMT) (envelope-from josef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OLblT9036675; Tue, 24 Aug 2004 21:37:47 GMT (envelope-from josef@repoman.freebsd.org) Received: (from josef@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OLblnJ036674; Tue, 24 Aug 2004 21:37:47 GMT (envelope-from josef) Message-Id: <200408242137.i7OLblnJ036674@repoman.freebsd.org> From: Josef El-Rayes <josef@FreeBSD.org> Date: Tue, 24 Aug 2004 21:37:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/sysinstall menus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 21:37:47 -0000 josef 2004-08-24 21:37:47 UTC FreeBSD src repository (doc committer) Modified files: usr.sbin/sysinstall menus.c Log: Add snapshots.se.freebsd.org to list of available ftp mirrors. Dont forget to use X-LATEST as Release Name (where X is version major number) when you choose a snapshot server. Revision Changes Path 1.396 +3 -1 src/usr.sbin/sysinstall/menus.c From owner-cvs-all@FreeBSD.ORG Tue Aug 24 21:41:00 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE64C16A4CE; Tue, 24 Aug 2004 21:41:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCDD543D46; Tue, 24 Aug 2004 21:41:00 +0000 (GMT) (envelope-from josef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OLf0eS036844; Tue, 24 Aug 2004 21:41:00 GMT (envelope-from josef@repoman.freebsd.org) Received: (from josef@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OLf0Ic036843; Tue, 24 Aug 2004 21:41:00 GMT (envelope-from josef) Message-Id: <200408242141.i7OLf0Ic036843@repoman.freebsd.org> From: Josef El-Rayes <josef@FreeBSD.org> Date: Tue, 24 Aug 2004 21:41:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/sysinstall menus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 21:41:01 -0000 josef 2004-08-24 21:41:00 UTC FreeBSD src repository (doc committer) Modified files: usr.sbin/sysinstall menus.c Log: Argh. Forced commit to note that this was Approved by: wes Revision Changes Path 1.397 +0 -0 src/usr.sbin/sysinstall/menus.c From owner-cvs-all@FreeBSD.ORG Tue Aug 24 21:48:21 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8479516A4CE; Tue, 24 Aug 2004 21:48:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6497443D1F; Tue, 24 Aug 2004 21:48:21 +0000 (GMT) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OLmLtF036997; Tue, 24 Aug 2004 21:48:21 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OLmL2a036996; Tue, 24 Aug 2004 21:48:21 GMT (envelope-from alfred) Message-Id: <200408242148.i7OLmL2a036996@repoman.freebsd.org> From: Alfred Perlstein <alfred@FreeBSD.org> Date: Tue, 24 Aug 2004 21:48:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/stdio setbuf.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 21:48:21 -0000 alfred 2004-08-24 21:48:21 UTC FreeBSD src repository Modified files: lib/libc/stdio setbuf.3 Log: note that it is the caller's responsibility to free any buffer passed to setvbuf(3) and friends. Revision Changes Path 1.15 +5 -0 src/lib/libc/stdio/setbuf.3 From owner-cvs-all@FreeBSD.ORG Tue Aug 24 21:54:29 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DE1716A4CE; Tue, 24 Aug 2004 21:54:29 +0000 (GMT) Received: from zaphod.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id E511043D1F; Tue, 24 Aug 2004 21:54:28 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 0574E11AB1; Tue, 24 Aug 2004 23:54:28 +0200 (CEST) Date: Tue, 24 Aug 2004 23:54:27 +0200 From: "Simon L. Nielsen" <simon@FreeBSD.org> To: Christian Brueffer <brueffer@FreeBSD.org> Message-ID: <20040824215427.GL760@zaphod.nitro.dk> References: <200408242132.i7OLW3Be036389@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="O8/n5iBOhiUtMkxf" Content-Disposition: inline In-Reply-To: <200408242132.i7OLW3Be036389@repoman.freebsd.org> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 lge.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 21:54:29 -0000 --O8/n5iBOhiUtMkxf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2004.08.24 21:32:03 +0000, Christian Brueffer wrote: > brueffer 2004-08-24 21:32:03 UTC >=20 > FreeBSD src repository (doc committer) >=20 > Modified files: > share/man/man4 lge.4=20 > Log: > - move device listing and hardware notes into a HARDWARE section > - properly capitalize Gigabit Ethernet > - bump document date Thanks for helping out with converting the manual pages. > | @@ -99,6 +86,22 @@ Force half duplex operation. > | .Pp > | For more information on configuring this device, see > | .Xr ifconfig 8 . > | +.Sh HARDWARE > | +Adapters supported by the > | +.Nm > | +driver include: > | +.Pp > | +.Bl -bullet -compact > | +.It > | +SMC TigerCard 1000 (SMC9462SX) > | +.It > | +D-Link DGE-500SX > | +.El > | +.Pp > | +These NICs are capable of 1000Mbps speeds over fiber optic cable. > | +The LXT1001 also supports a GMII port for use with 10/100/1000 copper > | +PHYs, however there aren't currently any NICs on the market that use > | +this feature. I think these last 4 lines should be in the DESCRIPTION section, since they are not really interesting with regards to which devices are supported, and in particular they are not really interesting in the Hardware Notes. --=20 Simon L. Nielsen FreeBSD Documentation Team --O8/n5iBOhiUtMkxf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBK7kTh9pcDSc1mlERAoszAKCzSi6yogZ3dR2qO6te9+F7CFcwTQCfegAd wAh4pZkSZlyE+i5Y1Zhpqus= =pVBa -----END PGP SIGNATURE----- --O8/n5iBOhiUtMkxf-- From owner-cvs-all@FreeBSD.ORG Tue Aug 24 22:15:51 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB51216A4CE; Tue, 24 Aug 2004 22:15:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF7C843D46; Tue, 24 Aug 2004 22:15:51 +0000 (GMT) (envelope-from se@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OMFpQT037784; Tue, 24 Aug 2004 22:15:51 GMT (envelope-from se@repoman.freebsd.org) Received: (from se@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7OMFpbY037783; Tue, 24 Aug 2004 22:15:51 GMT (envelope-from se) Message-Id: <200408242215.i7OMFpbY037783@repoman.freebsd.org> From: Stefan Esser <se@FreeBSD.org> Date: Tue, 24 Aug 2004 22:15:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/linux-opengroupware Makefile distinfo.i386 pkg-install ports/misc/linux-opengroupware/files INSTALL.fbsd OpenGroupware.plist.tmpl patch-aa patch-ac X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 22:15:51 -0000 se 2004-08-24 22:15:51 UTC FreeBSD ports repository Modified files: misc/linux-opengroupware Makefile distinfo.i386 pkg-install misc/linux-opengroupware/files INSTALL.fbsd OpenGroupware.plist.tmpl patch-aa patch-ac Log: Unbreak and upgrade to CVS version as of 2004-08-18. Submitted by: frank@opengroupware.org Revision Changes Path 1.7 +74 -65 ports/misc/linux-opengroupware/Makefile 1.3 +135 -54 ports/misc/linux-opengroupware/distinfo.i386 1.3 +11 -1 ports/misc/linux-opengroupware/files/INSTALL.fbsd 1.3 +26 -12 ports/misc/linux-opengroupware/files/OpenGroupware.plist.tmpl 1.2 +1 -1 ports/misc/linux-opengroupware/files/patch-aa 1.2 +8 -8 ports/misc/linux-opengroupware/files/patch-ac 1.3 +8 -2 ports/misc/linux-opengroupware/pkg-install From owner-cvs-all@FreeBSD.ORG Tue Aug 24 22:44:24 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3398916A4CE; Tue, 24 Aug 2004 22:44:24 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAD9343D53; Tue, 24 Aug 2004 22:44:23 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-127-84-57.dsl.snfc21.pacbell.net [67.127.84.57]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id i7OMiM8U000331; Tue, 24 Aug 2004 15:44:23 -0700 Message-ID: <412BC4C5.3000708@root.org> Date: Tue, 24 Aug 2004 15:44:21 -0700 From: Nate Lawson <nate@root.org> User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: obrien@FreeBSD.org References: <200408231628.i7NGSg8G084516@repoman.freebsd.org> <20040824180620.GA56576@dragon.nuxi.com> <412B9629.3080108@root.org> <20040824213627.GA61527@dragon.nuxi.com> In-Reply-To: <20040824213627.GA61527@dragon.nuxi.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi.c acpi_resource.c acpivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 22:44:24 -0000 David O'Brien wrote: > On Tue, Aug 24, 2004 at 12:25:29PM -0700, Nate Lawson wrote: > >>David O'Brien wrote: >> >>>On Mon, Aug 23, 2004 at 04:28:42PM +0000, Nate Lawson wrote: >>> >>> >>>>njl 2004-08-23 16:28:42 UTC >>>>FreeBSD src repository >>>>Modified files: >>>> sys/dev/acpica acpi.c acpi_resource.c acpivar.h >>>>Log: >>>>Rework sysresource management. Instead of having each sysresource object >>> >>>... >>> >>> >>>>Tested by: Pawel Worach <sajd_at_telia.com> >>>>Tested by: Radek Kozlowski <radek_at_raadradd.com> >>> >>> >>>Tested only on i386, right?? >> >>Still waiting for the amd64 laptop donation. ;-) In any case, I've >>just committed a fix. The amd64,ia64 nexus hadn't been caught up with >>i386 and the resource code depends on the new method. > > In the future, may I make a request that you post patches for large > changes before committing them? Now that ACPI is a multi-platform thing > that is very basic to booting, we have to be careful about changes to it. For large commits (i.e. mpsafe patch), I post patches and get testing. For critical bugfixes like this, I get the reporter to test after I test and then commit. With the minimum MFC period, I want to get critical bugfixes into HEAD as soon as they are tested (to start the clock) and plan to be responsive to any subsequent bug reports. -- Nate From owner-cvs-all@FreeBSD.ORG Tue Aug 24 23:09:58 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52C7216A4CE; Tue, 24 Aug 2004 23:09:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24E4043D4C; Tue, 24 Aug 2004 23:09:58 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7ON9wGO039161; Tue, 24 Aug 2004 23:09:58 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7ON9wJ3039160; Tue, 24 Aug 2004 23:09:58 GMT (envelope-from imp) Message-Id: <200408242309.i7ON9wJ3039160@repoman.freebsd.org> From: Warner Losh <imp@FreeBSD.org> Date: Tue, 24 Aug 2004 23:09:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 bus_dma.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 23:09:58 -0000 imp 2004-08-24 23:09:57 UTC FreeBSD src repository Modified files: share/man/man9 bus_dma.9 Log: Clarify what the lockfunc is used for. When it will be called and when it won't be called. The old wording was correct, but not sufficiently specific to understand when and how it would be called. The new wording describes the current implementation's usage (which should be updated if other appropriate times are decided upon), specifically that it is called only when the load operation is deferred to keep the locking state consistent. When the operation isn't deferred, the calling routine is assumed to have a coherent locking world. Reviewed by: scottl Revision Changes Path 1.17 +8 -0 src/share/man/man9/bus_dma.9 From owner-cvs-all@FreeBSD.ORG Tue Aug 24 23:12:17 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 493DD16A4CE; Tue, 24 Aug 2004 23:12:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 278A843D46; Tue, 24 Aug 2004 23:12:17 +0000 (GMT) (envelope-from paul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7ONCHsW039325; Tue, 24 Aug 2004 23:12:17 GMT (envelope-from paul@repoman.freebsd.org) Received: (from paul@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7ONCHgB039324; Tue, 24 Aug 2004 23:12:17 GMT (envelope-from paul) Message-Id: <200408242312.i7ONCHgB039324@repoman.freebsd.org> From: Paul Richards <paul@FreeBSD.org> Date: Tue, 24 Aug 2004 23:12:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 23:12:17 -0000 paul 2004-08-24 23:12:17 UTC FreeBSD src repository Modified files: . Makefile.inc1 Log: Add a CVSTAG makefile variable that can be set in /etc/make.conf that determines which CVS tag to track when running make update. This makes it easier to configure a box to track a particular release if it does automated updates from a cvs repository. Revision Changes Path 1.441 +5 -1 src/Makefile.inc1 From owner-cvs-all@FreeBSD.ORG Wed Aug 25 00:28:20 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F4A316A4CE; Wed, 25 Aug 2004 00:28:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04BFD43D4C; Wed, 25 Aug 2004 00:28:20 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P0SJh6041296; Wed, 25 Aug 2004 00:28:19 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P0SJax041295; Wed, 25 Aug 2004 00:28:19 GMT (envelope-from adamw) Message-Id: <200408250028.i7P0SJax041295@repoman.freebsd.org> From: Adam Weinberger <adamw@FreeBSD.org> Date: Wed, 25 Aug 2004 00:28:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/scummvm Makefile distinfopatch-scumm-actor.cpp patch-scumm-debugger.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 00:28:20 -0000 adamw 2004-08-25 00:28:19 UTC FreeBSD ports repository Modified files: games/scummvm Makefile distinfo Removed files: games/scummvm/files patch-base-main.cpp patch-scumm-actor.cpp patch-scumm-debugger.cpp Log: Update to 0.6.1b. PR: ports/70923 Submitted by: Andreas Braml <a.strich.b@web.de> Approved by: maintainer Revision Changes Path 1.28 +2 -1 ports/games/scummvm/Makefile 1.10 +2 -2 ports/games/scummvm/distinfo 1.2 +0 -11 ports/games/scummvm/files/patch-base-main.cpp (dead) 1.2 +0 -19 ports/games/scummvm/files/patch-scumm-actor.cpp (dead) 1.2 +0 -20 ports/games/scummvm/files/patch-scumm-debugger.cpp (dead) From owner-cvs-all@FreeBSD.ORG Wed Aug 25 00:48:35 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9565816A4CE; Wed, 25 Aug 2004 00:48:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7620543D31; Wed, 25 Aug 2004 00:48:35 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P0mZJs041843; Wed, 25 Aug 2004 00:48:35 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P0mZZa041842; Wed, 25 Aug 2004 00:48:35 GMT (envelope-from kensmith) Message-Id: <200408250048.i7P0mZZa041842@repoman.freebsd.org> From: Ken Smith <kensmith@FreeBSD.org> Date: Wed, 25 Aug 2004 00:48:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/sparc64 mkisoimages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 00:48:35 -0000 kensmith 2004-08-25 00:48:35 UTC FreeBSD src repository Modified files: release/sparc64 mkisoimages.sh Log: Back out previous commit. Colin's fix to md makes the extra sleep here unnecessary. Thanks Colin. :-) Revision Changes Path 1.8 +0 -2 src/release/sparc64/mkisoimages.sh From owner-cvs-all@FreeBSD.ORG Wed Aug 25 01:23:39 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 327BF16A4CE; Wed, 25 Aug 2004 01:23:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1143043D49; Wed, 25 Aug 2004 01:23:39 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P1Nc4E042693; Wed, 25 Aug 2004 01:23:38 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P1NcYJ042692; Wed, 25 Aug 2004 01:23:38 GMT (envelope-from rwatson) Message-Id: <200408250123.i7P1NcYJ042692@repoman.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Wed, 25 Aug 2004 01:23:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfsclient nfs_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 01:23:39 -0000 rwatson 2004-08-25 01:23:38 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_socket.c Log: In nfs_timer(), pass curthread rather than &thread0 into the protocol send routine. In IPv6 UDP, the thread will be passed to suser(), which asserts that if a thread is used for a super user check, it be curthread. Many of these protocol entry points probably need to accept credentials instead of threads. MT5 candidate. Noticed/tested by: kuriyama Revision Changes Path 1.115 +2 -4 src/sys/nfsclient/nfs_socket.c From owner-cvs-all@FreeBSD.ORG Wed Aug 25 01:39:54 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C93F416A4CE; Wed, 25 Aug 2004 01:39:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8D3843D1F; Wed, 25 Aug 2004 01:39:52 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P1dqbB043316; Wed, 25 Aug 2004 01:39:52 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P1dqeo043315; Wed, 25 Aug 2004 01:39:52 GMT (envelope-from kensmith) Message-Id: <200408250139.i7P1dqeo043315@repoman.freebsd.org> From: Ken Smith <kensmith@FreeBSD.org> Date: Wed, 25 Aug 2004 01:39:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/scripts doFS.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 01:39:54 -0000 kensmith 2004-08-25 01:39:52 UTC FreeBSD src repository Modified files: release/scripts doFS.sh Log: Back out v1.57, the underlying problem that caused a delay between mdconfig and the device name appearing in /dev seems to be fixed. Revision Changes Path 1.60 +0 -2 src/release/scripts/doFS.sh From owner-cvs-all@FreeBSD.ORG Wed Aug 25 02:27:34 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A244916A4CE; Wed, 25 Aug 2004 02:27:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8191343D45; Wed, 25 Aug 2004 02:27:34 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P2RYs7044484; Wed, 25 Aug 2004 02:27:34 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P2RYgI044483; Wed, 25 Aug 2004 02:27:34 GMT (envelope-from kuriyama) Message-Id: <200408250227.i7P2RYgI044483@repoman.freebsd.org> From: Jun Kuriyama <kuriyama@FreeBSD.org> Date: Wed, 25 Aug 2004 02:27:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Test-Pod Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 02:27:34 -0000 kuriyama 2004-08-25 02:27:34 UTC FreeBSD ports repository Modified files: devel/p5-Test-Pod Makefile Log: Make p5-Test-Simple dependency conditional. Approved by: mat (maintainer) Revision Changes Path 1.12 +3 -1 ports/devel/p5-Test-Pod/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 25 02:50:23 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C32D216A4CE; Wed, 25 Aug 2004 02:50:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C9A143D1D; Wed, 25 Aug 2004 02:50:23 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P2oIk1045039; Wed, 25 Aug 2004 02:50:18 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P2oI8o045038; Wed, 25 Aug 2004 02:50:18 GMT (envelope-from rwatson) Message-Id: <200408250250.i7P2oI8o045038@repoman.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Wed, 25 Aug 2004 02:50:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/net rtsock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 02:50:24 -0000 rwatson 2004-08-25 02:50:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/net rtsock.c Log: MT5 rtsock.c:1.113 and rtsock.c:1.114: date: 2004/08/21 21:45:40; author: rwatson; state: Exp; lines: +3 -1 If a tunable for the routing socket netisr queue max is defined, allow it to override the default value, rather than the default value overriding the tunable. date: 2004/08/21 21:20:06; author: rwatson; state: Exp; lines: +6 -1 Allow the size of the routing socket netisr queue to be configured using the tunable or sysctl 'net.route.netisr_maxqlen'. Default the maximum depth to 256 rather than IFQ_MAXLEN due to the downsides of dropping routing messages. Approved by: re (scottl) Revision Changes Path 1.113.2.1 +8 -1 src/sys/net/rtsock.c From owner-cvs-all@FreeBSD.ORG Wed Aug 25 03:01:58 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DFAB16A4CE; Wed, 25 Aug 2004 03:01:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0919843D1F; Wed, 25 Aug 2004 03:01:58 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P31vZJ045584; Wed, 25 Aug 2004 03:01:57 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P31vDj045583; Wed, 25 Aug 2004 03:01:57 GMT (envelope-from adamw) Message-Id: <200408250301.i7P31vDj045583@repoman.freebsd.org> From: Adam Weinberger <adamw@FreeBSD.org> Date: Wed, 25 Aug 2004 03:01:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/monkeybubble Makefile distinfo pkg-plist patch-src::ui::eggcellrendererkeys.cpatch-src::ui::ui-main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 03:01:58 -0000 adamw 2004-08-25 03:01:57 UTC FreeBSD ports repository Modified files: games/monkeybubble Makefile distinfo pkg-plist games/monkeybubble/files patch-src::ui::ui-main.c Added files: games/monkeybubble/files patch-src::audio::sound-manager.c patch-src::ui::eggcellrendererkeys.c patch-src::ui::game-network-player-manager.c Log: Update to 0.3.2. Note: there is a sneaking suspicion abounding that this program will not work with libc_r. If you are forcing libc_r for something like the NVidia kernel module, update that port and switch over to libpthread. Note also: a noticible pause when starting a new game seems to be normal. This pause is also associated with a gigantic memory spike, but it'll subside once the game starts. Revision Changes Path 1.16 +4 -11 ports/games/monkeybubble/Makefile 1.6 +2 -2 ports/games/monkeybubble/distinfo 1.1 +20 -0 ports/games/monkeybubble/files/patch-src::audio::sound-manager.c (new) 1.1 +20 -0 ports/games/monkeybubble/files/patch-src::ui::eggcellrendererkeys.c (new) 1.1 +16 -0 ports/games/monkeybubble/files/patch-src::ui::game-network-player-manager.c (new) 1.2 +16 -16 ports/games/monkeybubble/files/patch-src::ui::ui-main.c 1.8 +20 -1 ports/games/monkeybubble/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Aug 25 03:26:37 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACC8A16A4CE; Wed, 25 Aug 2004 03:26:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C6EE43D46; Wed, 25 Aug 2004 03:26:37 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P3Qb1Y046441; Wed, 25 Aug 2004 03:26:37 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P3QbMX046440; Wed, 25 Aug 2004 03:26:37 GMT (envelope-from adamw) Message-Id: <200408250326.i7P3QbMX046440@repoman.freebsd.org> From: Adam Weinberger <adamw@FreeBSD.org> Date: Wed, 25 Aug 2004 03:26:37 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/gnome index.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 03:26:37 -0000 adamw 2004-08-25 03:26:37 UTC FreeBSD doc repository Modified files: en/gnome index.xsl Log: Tweak, tweak, tweak. There are a couple sentences in this page that are really difficult to compose, and still aren't quite right. Revision Changes Path 1.56 +22 -21 www/en/gnome/index.xsl From owner-cvs-all@FreeBSD.ORG Wed Aug 25 03:29:44 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C8EE16A4CE; Wed, 25 Aug 2004 03:29:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B84643D3F; Wed, 25 Aug 2004 03:29:44 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P3TiNu046501; Wed, 25 Aug 2004 03:29:44 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P3Th7v046500; Wed, 25 Aug 2004 03:29:43 GMT (envelope-from rwatson) Message-Id: <200408250329.i7P3Th7v046500@repoman.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Wed, 25 Aug 2004 03:29:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/kern subr_kdb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 03:29:44 -0000 rwatson 2004-08-25 03:29:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern subr_kdb.c Log: MT5 subr_kdb.c:1.6: date: 2004/08/22 15:10:52; author: rwatson; state: Exp; lines: +1 -0 Make debug.kdb.stop_cpus also a TUNABLE() so it can be set prior to boot to help debug early nasty hangs. Approved by: re (scottl) Revision Changes Path 1.5.2.1 +1 -0 src/sys/kern/subr_kdb.c From owner-cvs-all@FreeBSD.ORG Wed Aug 25 03:31:13 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47E9A16A4CE; Wed, 25 Aug 2004 03:31:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2845543D4C; Wed, 25 Aug 2004 03:31:13 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P3VDJr046627; Wed, 25 Aug 2004 03:31:13 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P3VC39046626; Wed, 25 Aug 2004 03:31:12 GMT (envelope-from adamw) Message-Id: <200408250331.i7P3VC39046626@repoman.freebsd.org> From: Adam Weinberger <adamw@FreeBSD.org> Date: Wed, 25 Aug 2004 03:31:12 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/gnome/docs bugging.sgml develfaq.sgml faq2.sgml faq26.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 03:31:13 -0000 adamw 2004-08-25 03:31:12 UTC FreeBSD doc repository Modified files: en/gnome/docs bugging.sgml develfaq.sgml faq2.sgml faq26.sgml Log: Nuke contractions. Revision Changes Path 1.18 +6 -6 www/en/gnome/docs/bugging.sgml 1.24 +2 -2 www/en/gnome/docs/develfaq.sgml 1.76 +4 -4 www/en/gnome/docs/faq2.sgml 1.10 +5 -5 www/en/gnome/docs/faq26.sgml From owner-cvs-all@FreeBSD.ORG Wed Aug 25 03:34:54 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57D2C16A4CE; Wed, 25 Aug 2004 03:34:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3895043D5D; Wed, 25 Aug 2004 03:34:54 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P3YsS3046690; Wed, 25 Aug 2004 03:34:54 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P3YsJe046689; Wed, 25 Aug 2004 03:34:54 GMT (envelope-from adamw) Message-Id: <200408250334.i7P3YsJe046689@repoman.freebsd.org> From: Adam Weinberger <adamw@FreeBSD.org> Date: Wed, 25 Aug 2004 03:34:54 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/gnome/docs example-Makefile.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 03:34:54 -0000 adamw 2004-08-25 03:34:54 UTC FreeBSD doc repository Modified files: en/gnome/docs example-Makefile.sgml Log: Update with slightly more current code examples. The way things are going right now, a sample pkg-plist might be just as informative. Revision Changes Path 1.5 +8 -8 www/en/gnome/docs/example-Makefile.sgml From owner-cvs-all@FreeBSD.ORG Wed Aug 25 03:35:24 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 866DF16A4CE; Wed, 25 Aug 2004 03:35:24 +0000 (GMT) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B5B843D39; Wed, 25 Aug 2004 03:35:24 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 26108148D8; Tue, 24 Aug 2004 22:35:24 -0500 (CDT) Date: Tue, 24 Aug 2004 22:35:24 -0500 (CDT) From: Mark Linimon <linimon@lonesome.com> X-X-Sender: linimon@pancho To: Kevin Oberman <oberman@es.net> In-Reply-To: <20040824193308.92BAE5D04@ptavv.es.net> Message-ID: <Pine.LNX.4.44.0408242233480.19114-100000@pancho> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: "Bruce A. Mah" <bmah@freebsd.org> cc: cvs-doc@freebsd.org cc: "Simon L. Nielsen" <simon@freebsd.org> cc: cvs-all@freebsd.org cc: Giorgos Keramidas <keramida@freebsd.org> cc: doc-committers@freebsd.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/zip-drive article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 03:35:24 -0000 On Tue, 24 Aug 2004, Kevin Oberman wrote: > Of course, most of the folks who read this have probably never seen a > paper tape reader and could not conceive of an OS that actually ran on it.) Used to own one. Got lost in a move. The PDP-11/20 needed to have its boot loader toggled in from the front panel before you could boot the OS. At one time I had the sequence memorized ... mcl From owner-cvs-all@FreeBSD.ORG Wed Aug 25 03:37:25 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FF5F16A4CE; Wed, 25 Aug 2004 03:37:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FF0243D39; Wed, 25 Aug 2004 03:37:25 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P3bPLl046857; Wed, 25 Aug 2004 03:37:25 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P3bP71046856; Wed, 25 Aug 2004 03:37:25 GMT (envelope-from rwatson) Message-Id: <200408250337.i7P3bP71046856@repoman.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Wed, 25 Aug 2004 03:37:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci if_dc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 03:37:25 -0000 rwatson 2004-08-25 03:37:25 UTC FreeBSD src repository Modified files: sys/pci if_dc.c Log: if_dc includes locking, but that locking is disabled by a #ifdef by default. As such, mark if_dc as IFF_NEEDSGIANT until such time as appropriate locking review and testing can take place, and the locking can be enabled by default. RELENG_5 candidate. Revision Changes Path 1.149 +2 -1 src/sys/pci/if_dc.c From owner-cvs-all@FreeBSD.ORG Wed Aug 25 03:38:05 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E45816A4CE; Wed, 25 Aug 2004 03:38:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9356A43D83; Wed, 25 Aug 2004 03:38:05 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P3c5rS046911; Wed, 25 Aug 2004 03:38:05 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P3c5T6046910; Wed, 25 Aug 2004 03:38:05 GMT (envelope-from obrien) Message-Id: <200408250338.i7P3c5T6046910@repoman.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Wed, 25 Aug 2004 03:38:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/sysinstall dist.c dist.h menus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 03:38:05 -0000 obrien 2004-08-25 03:38:05 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall dist.c dist.h menus.c Log: No longer do special handling of Perl. FreeBSD users have all of 5.x to get used to the fact that Perl is no longer part of the base system. It is practically impossible to install any useful package and not get Perl automatically pulled in as a dependency. So the typical user will get their Perl. This change greatly reduces the amount of manual labor in building the miniinst.iso in release building. Revision Changes Path 1.235 +0 -1 src/usr.sbin/sysinstall/dist.c 1.63 +1 -2 src/usr.sbin/sysinstall/dist.h 1.398 +0 -2 src/usr.sbin/sysinstall/menus.c From owner-cvs-all@FreeBSD.ORG Wed Aug 25 03:38:31 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A38B016A4CE; Wed, 25 Aug 2004 03:38:31 +0000 (GMT) Received: from pd5mo1so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEF4A43D3F; Wed, 25 Aug 2004 03:38:30 +0000 (GMT) (envelope-from colin.percival@wadham.ox.ac.uk) Received: from pd5mr5so.prod.shaw.ca (pd5mr5so-qfe3.prod.shaw.ca [10.0.141.181]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0I2Z00B3JGHXZO@l-daemon>; Tue, 24 Aug 2004 21:32:21 -0600 (MDT) Received: from pn2ml6so.prod.shaw.ca ([10.0.121.150]) by pd5mr5so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I2Z00IM4GHXN7D0@pd5mr5so.prod.shaw.ca>; Tue, 24 Aug 2004 21:32:21 -0600 (MDT) Received: from piii600.wadham.ox.ac.uk (S0106006067227a4a.vc.shawcable.net [24.87.233.42])2003)) with ESMTP id <0I2Z00D8LGHVE3@l-daemon>; Tue, 24 Aug 2004 21:32:21 -0600 (MDT) Date: Tue, 24 Aug 2004 20:31:52 -0700 From: Colin Percival <colin.percival@wadham.ox.ac.uk> In-reply-to: <200408250048.i7P0mZZa041842@repoman.freebsd.org> X-Sender: cperciva@popserver.sfu.ca (Unverified) To: Ken Smith <kensmith@FreeBSD.org> Message-id: <6.1.0.6.1.20040824202655.03b3ee98@popserver.sfu.ca> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 6.1.0.6 Content-type: text/plain; charset=us-ascii References: <200408250048.i7P0mZZa041842@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/sparc64 mkisoimages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 03:38:31 -0000 At 17:48 24/08/2004, Ken Smith wrote: > release/sparc64 mkisoimages.sh > Log: > Back out previous commit. Colin's fix to md makes the extra sleep > here unnecessary. Thanks Colin. :-) Don't thank me; thank phk. He told me how to fix it -- I just did the commit. Colin Percival From owner-cvs-all@FreeBSD.ORG Wed Aug 25 04:43:56 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B91B16A4CE; Wed, 25 Aug 2004 04:43:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B04C43D45; Wed, 25 Aug 2004 04:43:56 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P4hu9q048544; Wed, 25 Aug 2004 04:43:56 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P4huXY048543; Wed, 25 Aug 2004 04:43:56 GMT (envelope-from sergei) Message-Id: <200408250443.i7P4huXY048543@repoman.freebsd.org> From: Sergei Kolobov <sergei@FreeBSD.org> Date: Wed, 25 Aug 2004 04:43:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/shells/zsh Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 04:43:56 -0000 sergei 2004-08-25 04:43:56 UTC FreeBSD ports repository Modified files: shells/zsh Makefile Log: - Move a faster site (archive.progeny.com) to the beginning of MASTER_SITES list because the primary distribution site zsh.org is "always damn slow" Prompted by: krion Revision Changes Path 1.68 +4 -3 ports/shells/zsh/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 25 04:47:56 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2270816A4CE for <cvs-all@FreeBSD.org>; Wed, 25 Aug 2004 04:47:56 +0000 (GMT) Received: from outpost.globcon.net (outpost.globcon.net [62.141.88.161]) by mx1.FreeBSD.org (Postfix) with SMTP id 1806843D6E for <cvs-all@FreeBSD.org>; Wed, 25 Aug 2004 04:47:54 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: (qmail 38908 invoked by uid 911); 25 Aug 2004 04:47:53 -0000 Date: Wed, 25 Aug 2004 08:47:53 +0400 From: Sergei Kolobov <sergei@FreeBSD.org> To: Kirill Ponomarew <krion@voodoo.oberon.net> Message-ID: <20040825044753.GG42719@globcon.net> Mail-Followup-To: Kirill Ponomarew <krion@voodoo.oberon.net>, ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200408241605.i7OG5wCI026256@repoman.freebsd.org> <20040824164943.GA22190@voodoo.oberon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040824164943.GA22190@voodoo.oberon.net> User-Agent: Mutt/1.5.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/shells/zsh Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 04:47:56 -0000 On 2004-08-24 at 18:49 +0200, Kirill Ponomarew wrote: > What do you think about putting http://archive.progeny.com/zsh/ as > first URL, http://www.zsh.org seems to be always damn slow. Agreed. zsh.org is hosted in .au and that explains it. I just committed the update that should make zsh download a tad faster for us poor non-Australian folks. ;) Sergei From owner-cvs-all@FreeBSD.ORG Wed Aug 25 05:33:40 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6887516A4CE; Wed, 25 Aug 2004 05:33:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 465BF43D41; Wed, 25 Aug 2004 05:33:40 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P5Xecj049782; Wed, 25 Aug 2004 05:33:40 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P5XeKh049781; Wed, 25 Aug 2004 05:33:40 GMT (envelope-from nork) Message-Id: <200408250533.i7P5XeKh049781@repoman.freebsd.org> From: Norikatsu Shigemura <nork@FreeBSD.org> Date: Wed, 25 Aug 2004 05:33:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/liveMedia Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 05:33:40 -0000 nork 2004-08-25 05:33:40 UTC FreeBSD ports repository Modified files: net/liveMedia Makefile distinfo Log: Update to 2004.08.24. Submitted by: Simon Barner <barner@in.tum.de> Revision Changes Path 1.130 +2 -1 ports/net/liveMedia/Makefile 1.121 +2 -2 ports/net/liveMedia/distinfo From owner-cvs-all@FreeBSD.ORG Wed Aug 25 06:31:14 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 433A416A4CE; Wed, 25 Aug 2004 06:31:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22E8443D5F; Wed, 25 Aug 2004 06:31:14 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P6VB0t051237; Wed, 25 Aug 2004 06:31:11 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P6VBQI051236; Wed, 25 Aug 2004 06:31:11 GMT (envelope-from skv) Message-Id: <200408250631.i7P6VBQI051236@repoman.freebsd.org> From: Sergey Skvortsov <skv@FreeBSD.org> Date: Wed, 25 Aug 2004 06:31:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/converters/p5-Convert-Binary-C Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 06:31:14 -0000 skv 2004-08-25 06:31:11 UTC FreeBSD ports repository Modified files: converters/p5-Convert-Binary-C Makefile distinfo Log: Updated to 0.55 Revision Changes Path 1.3 +1 -1 ports/converters/p5-Convert-Binary-C/Makefile 1.3 +2 -2 ports/converters/p5-Convert-Binary-C/distinfo From owner-cvs-all@FreeBSD.ORG Wed Aug 25 06:48:31 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1EE816A4CE; Wed, 25 Aug 2004 06:48:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7C5643D3F; Wed, 25 Aug 2004 06:48:31 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P6mV5S054039; Wed, 25 Aug 2004 06:48:31 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P6mVap054038; Wed, 25 Aug 2004 06:48:31 GMT (envelope-from vanilla) Message-Id: <200408250648.i7P6mVap054038@repoman.freebsd.org> From: "Vanilla I. Shu" <vanilla@FreeBSD.org> Date: Wed, 25 Aug 2004 06:48:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-themes Makefile ports/x11-themes/enlightenment-theme-BlueSteel Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 06:48:32 -0000 vanilla 2004-08-25 06:48:31 UTC FreeBSD ports repository Modified files: x11-themes Makefile Added files: x11-themes/enlightenment-theme-BlueSteel Makefile distinfo pkg-descr pkg-plist Log: Add enlightenment-theme-BlueSteel, it's themes of enlightenment. Revision Changes Path 1.61 +1 -0 ports/x11-themes/Makefile 1.1 +27 -0 ports/x11-themes/enlightenment-theme-BlueSteel/Makefile (new) 1.1 +2 -0 ports/x11-themes/enlightenment-theme-BlueSteel/distinfo (new) 1.1 +4 -0 ports/x11-themes/enlightenment-theme-BlueSteel/pkg-descr (new) 1.1 +414 -0 ports/x11-themes/enlightenment-theme-BlueSteel/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Aug 25 06:51:19 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BE0516A4CE; Wed, 25 Aug 2004 06:51:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A9C843D69; Wed, 25 Aug 2004 06:51:19 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P6pIPj054234; Wed, 25 Aug 2004 06:51:18 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P6pI6v054233; Wed, 25 Aug 2004 06:51:18 GMT (envelope-from vanilla) Message-Id: <200408250651.i7P6pI6v054233@repoman.freebsd.org> From: "Vanilla I. Shu" <vanilla@FreeBSD.org> Date: Wed, 25 Aug 2004 06:51:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-themes Makefile ports/x11-themes/enlightenment-theme-BrushedMetal-Tigert Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 06:51:19 -0000 vanilla 2004-08-25 06:51:18 UTC FreeBSD ports repository Modified files: x11-themes Makefile Added files: x11-themes/enlightenment-theme-BrushedMetal-Tigert Makefile distinfo pkg-descr pkg-plist Log: Add enlightenment-theme-BrushedMetal-Tigert, it's themes of enlightenment. Revision Changes Path 1.62 +1 -0 ports/x11-themes/Makefile 1.1 +27 -0 ports/x11-themes/enlightenment-theme-BrushedMetal-Tigert/Makefile (new) 1.1 +2 -0 ports/x11-themes/enlightenment-theme-BrushedMetal-Tigert/distinfo (new) 1.1 +4 -0 ports/x11-themes/enlightenment-theme-BrushedMetal-Tigert/pkg-descr (new) 1.1 +436 -0 ports/x11-themes/enlightenment-theme-BrushedMetal-Tigert/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Aug 25 06:54:46 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0736816A4CE; Wed, 25 Aug 2004 06:54:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F132043D2D; Wed, 25 Aug 2004 06:54:45 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P6sjMI054375; Wed, 25 Aug 2004 06:54:45 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P6sjNJ054374; Wed, 25 Aug 2004 06:54:45 GMT (envelope-from vanilla) Message-Id: <200408250654.i7P6sjNJ054374@repoman.freebsd.org> From: "Vanilla I. Shu" <vanilla@FreeBSD.org> Date: Wed, 25 Aug 2004 06:54:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-themes Makefile ports/x11-themes/enlightenment-theme-Ganymede Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 06:54:46 -0000 vanilla 2004-08-25 06:54:45 UTC FreeBSD ports repository Modified files: x11-themes Makefile Added files: x11-themes/enlightenment-theme-Ganymede Makefile distinfo pkg-descr pkg-plist Log: Add enlightenment-theme-Ganymede, it's theme of E. Revision Changes Path 1.63 +1 -0 ports/x11-themes/Makefile 1.1 +27 -0 ports/x11-themes/enlightenment-theme-Ganymede/Makefile (new) 1.1 +2 -0 ports/x11-themes/enlightenment-theme-Ganymede/distinfo (new) 1.1 +4 -0 ports/x11-themes/enlightenment-theme-Ganymede/pkg-descr (new) 1.1 +1157 -0 ports/x11-themes/enlightenment-theme-Ganymede/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Aug 25 06:57:07 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1AF816A4CE; Wed, 25 Aug 2004 06:57:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B71CC43D45; Wed, 25 Aug 2004 06:57:07 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P6v7PN054547; Wed, 25 Aug 2004 06:57:07 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P6v7rM054546; Wed, 25 Aug 2004 06:57:07 GMT (envelope-from vanilla) Message-Id: <200408250657.i7P6v7rM054546@repoman.freebsd.org> From: "Vanilla I. Shu" <vanilla@FreeBSD.org> Date: Wed, 25 Aug 2004 06:57:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-themes Makefile ports/x11-themes/enlightenment-theme-ShinyMetal Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 06:57:08 -0000 vanilla 2004-08-25 06:57:07 UTC FreeBSD ports repository Modified files: x11-themes Makefile Added files: x11-themes/enlightenment-theme-ShinyMetal Makefile distinfo pkg-descr pkg-plist Log: Add enlightenment-theme-ShinyMetal, it's theme of E. Revision Changes Path 1.64 +1 -0 ports/x11-themes/Makefile 1.1 +27 -0 ports/x11-themes/enlightenment-theme-ShinyMetal/Makefile (new) 1.1 +2 -0 ports/x11-themes/enlightenment-theme-ShinyMetal/distinfo (new) 1.1 +4 -0 ports/x11-themes/enlightenment-theme-ShinyMetal/pkg-descr (new) 1.1 +398 -0 ports/x11-themes/enlightenment-theme-ShinyMetal/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Aug 25 06:59:38 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD57C16A4CE; Wed, 25 Aug 2004 06:59:38 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8D6443D2F; Wed, 25 Aug 2004 06:59:37 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i7P6xXVs075147 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 25 Aug 2004 09:59:34 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id i7P6xbOu003113; Wed, 25 Aug 2004 09:59:37 +0300 (EEST) (envelope-from ru) Date: Wed, 25 Aug 2004 09:59:37 +0300 From: Ruslan Ermilov <ru@FreeBSD.org> To: Paul Richards <paul@FreeBSD.org> Message-ID: <20040825065936.GD2916@ip.net.ua> References: <200408242312.i7ONCHgB039324@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="T7mxYSe680VjQnyC" Content-Disposition: inline In-Reply-To: <200408242312.i7ONCHgB039324@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 06:59:38 -0000 --T7mxYSe680VjQnyC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 24, 2004 at 11:12:17PM +0000, Paul Richards wrote: > paul 2004-08-24 23:12:17 UTC >=20 > FreeBSD src repository >=20 > Modified files: > . Makefile.inc1=20 > Log: > Add a CVSTAG makefile variable that can be set in /etc/make.conf that > determines which CVS tag to track when running make update. This makes > it easier to configure a box to track a particular release if it does > automated updates from a cvs repository. > =20 > Revision Changes Path > 1.441 +5 -1 src/Makefile.inc1 >=20 On branches, Makefile.inc1 follows these branches, e.g., the RELENG_4 version of Makefile.inc1 follows RELENG_4. The HEAD version follows HEAD. I don't like this change. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --T7mxYSe680VjQnyC Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBLDjYqRfpzJluFF4RAhQ1AJ4sRY+a+urIBUvH4z/tTSgGiANt2ACgj7Tt 48EnlLn4CBdzyN+vbK9foyk= =L2zr -----END PGP SIGNATURE----- --T7mxYSe680VjQnyC-- From owner-cvs-all@FreeBSD.ORG Wed Aug 25 07:01:26 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2924716A4CE; Wed, 25 Aug 2004 07:01:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0777343D54; Wed, 25 Aug 2004 07:01:26 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P71PFp054706; Wed, 25 Aug 2004 07:01:25 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P71PYU054705; Wed, 25 Aug 2004 07:01:25 GMT (envelope-from clsung) Message-Id: <200408250701.i7P71PYU054705@repoman.freebsd.org> From: Cheng-Lung Sung <clsung@FreeBSD.org> Date: Wed, 25 Aug 2004 07:01:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/p5-WordNet-QueryData Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 07:01:26 -0000 clsung 2004-08-25 07:01:25 UTC FreeBSD ports repository Modified files: textproc/p5-WordNet-QueryData Makefile distinfo Log: - update to 1.34 * QueryData.pm (lexnamesFile): new top-level variable * QueryData.pm (loadLexnames): new function * QueryData.pm (lexname): new function * QueryData.pm: add lexname documentation * test.pl: add lexname tests Approved by: vanilla (co-mentor, 'cos mentor is in Athens :-) ) Revision Changes Path 1.9 +1 -1 ports/textproc/p5-WordNet-QueryData/Makefile 1.5 +2 -2 ports/textproc/p5-WordNet-QueryData/distinfo From owner-cvs-all@FreeBSD.ORG Wed Aug 25 07:04:43 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FFAB16A4CE; Wed, 25 Aug 2004 07:04:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EED143D55; Wed, 25 Aug 2004 07:04:43 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P74h4r054865; Wed, 25 Aug 2004 07:04:43 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P74hAI054864; Wed, 25 Aug 2004 07:04:43 GMT (envelope-from vanilla) Message-Id: <200408250704.i7P74hAI054864@repoman.freebsd.org> From: "Vanilla I. Shu" <vanilla@FreeBSD.org> Date: Wed, 25 Aug 2004 07:04:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm Makefile ports/x11-wm/enlightenment-docs Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 07:04:43 -0000 vanilla 2004-08-25 07:04:43 UTC FreeBSD ports repository Modified files: x11-wm Makefile Added files: x11-wm/enlightenment-docs Makefile distinfo pkg-descr pkg-plist Log: Add enlightenment-docs, it's some data files of E doc viewer. Revision Changes Path 1.162 +1 -0 ports/x11-wm/Makefile 1.1 +24 -0 ports/x11-wm/enlightenment-docs/Makefile (new) 1.1 +2 -0 ports/x11-wm/enlightenment-docs/distinfo (new) 1.1 +4 -0 ports/x11-wm/enlightenment-docs/pkg-descr (new) 1.1 +61 -0 ports/x11-wm/enlightenment-docs/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Aug 25 07:09:37 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4D5B16A4CE; Wed, 25 Aug 2004 07:09:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A43443D3F; Wed, 25 Aug 2004 07:09:37 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P79bQF055222; Wed, 25 Aug 2004 07:09:37 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P79bvG055221; Wed, 25 Aug 2004 07:09:37 GMT (envelope-from vanilla) Message-Id: <200408250709.i7P79bvG055221@repoman.freebsd.org> From: "Vanilla I. Shu" <vanilla@FreeBSD.org> Date: Wed, 25 Aug 2004 07:09:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/enlightenment Makefile distinfo pkg-plist patch-scripts::e_gen_menu patch-src::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 07:09:37 -0000 vanilla 2004-08-25 07:09:37 UTC FreeBSD ports repository Modified files: x11-wm/enlightenment Makefile distinfo pkg-plist Added files: x11-wm/enlightenment/files patch-e_gen_menu Removed files: x11-wm/enlightenment/files patch-scripts::e_gen_menu patch-src::Makefile.in Log: Upgrade to 0.16.7.1. Revision Changes Path 1.81 +11 -31 ports/x11-wm/enlightenment/Makefile 1.25 +2 -10 ports/x11-wm/enlightenment/distinfo 1.1 +29 -0 ports/x11-wm/enlightenment/files/patch-e_gen_menu (new) 1.2 +0 -11 ports/x11-wm/enlightenment/files/patch-scripts::e_gen_menu (dead) 1.2 +0 -11 ports/x11-wm/enlightenment/files/patch-src::Makefile.in (dead) 1.18 +387 -2842 ports/x11-wm/enlightenment/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Aug 25 07:09:40 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED11016A4E6; Wed, 25 Aug 2004 07:09:38 +0000 (GMT) Received: from itchy.rabson.org (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0290C43D54; Wed, 25 Aug 2004 07:09:38 +0000 (GMT) (envelope-from dfr@nlsystems.com) Received: from ns0.nlsystems.com (ns0.nlsystems.com [80.177.232.243]) by itchy.rabson.org (8.12.11/8.12.11) with ESMTP id i7P79XxP069712; Wed, 25 Aug 2004 08:09:33 +0100 (BST) (envelope-from dfr@nlsystems.com) From: Doug Rabson <dfr@nlsystems.com> To: John Baldwin <jhb@FreeBSD.org> Date: Wed, 25 Aug 2004 08:09:51 +0100 User-Agent: KMail/1.6.2 References: <200408220624.i7M6OxAK010053@repoman.freebsd.org> <200408220940.18504.dfr@nlsystems.com> <200408241002.39948.jhb@FreeBSD.org> In-Reply-To: <200408241002.39948.jhb@FreeBSD.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408250809.51769.dfr@nlsystems.com> X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on itchy.rabson.org X-Virus-Scanned: clamd / ClamAV version 0.75.1, clamav-milter version 0.75c on itchy.rabson.org X-Virus-Status: Clean cc: cvs-src@FreeBSD.org cc: Marcel Moolenaar <marcel@FreeBSD.org> cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/alpha Makefile.inc src/sys/boot/ficl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 07:09:41 -0000 On Tuesday 24 August 2004 15:02, John Baldwin wrote: > On Sunday 22 August 2004 04:40 am, Doug Rabson wrote: > > On Sunday 22 August 2004 07:24, Marcel Moolenaar wrote: > > > marcel 2004-08-22 06:24:59 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/boot/alpha Makefile.inc > > > sys/boot/ficl Makefile > > > Log: > > > Part 2 of fixing the boot code: gcc 3.4 fixes. > > > > > > The whole problem seems to be size. Which is odd, because it is > > > said that size doesn't matter. Anyway... Add -Os to strategic > > > places in the makefile to have the final loader be as mall as > > > possible. This seems to be enough to make it work. For now... I > > > think something is more fundamentally wrong; or something more > > > fundamental is wrong. Potato, potaato. > > > > Size does matter for the alpha loader. The firmware gives it 256k > > of address space which we overflowed many years ago. I extended it > > in sys/boot/alpha/common/main.c:extend_heap() by adding 512k to the > > loader's mapped address space. It might be necessary to extend it a > > bit further. > > That would just require bumping the XTRA_PAGES constant up, yes? > Maybe we could bump it to 96 to add 768k for a total of 1m? The i386 > loader has to fit into ~600kb including stack and heap, so hopefully > 1m would be enough room for Alpha. :) I think it should be harmless to increase XTRA_PAGES although I'm not exactly certain that this was the real cause of the recent loader changes (it just seemed plausible). I also can't quite remember whether we manage to reclaim the loader's memory and give it back to the VM system after boot. From owner-cvs-all@FreeBSD.ORG Wed Aug 25 07:10:03 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A946716A4CE; Wed, 25 Aug 2004 07:10:03 +0000 (GMT) Received: from itchy.rabson.org (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DE6043D1D; Wed, 25 Aug 2004 07:10:03 +0000 (GMT) (envelope-from dfr@nlsystems.com) Received: from ns0.nlsystems.com (ns0.nlsystems.com [80.177.232.243]) by itchy.rabson.org (8.12.11/8.12.11) with ESMTP id i7P79v7i069717; Wed, 25 Aug 2004 08:09:58 +0100 (BST) (envelope-from dfr@nlsystems.com) From: Doug Rabson <dfr@nlsystems.com> To: Marcel Moolenaar <marcel@xcllnt.net> Date: Wed, 25 Aug 2004 08:10:16 +0100 User-Agent: KMail/1.6.2 References: <200408231530.i7NFU5bu082414@repoman.freebsd.org> <200408240834.34656.dfr@nlsystems.com> <20040824195216.GA4444@ns1.xcllnt.net> In-Reply-To: <20040824195216.GA4444@ns1.xcllnt.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408250810.16833.dfr@nlsystems.com> X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on itchy.rabson.org X-Virus-Scanned: clamd / ClamAV version 0.75.1, clamav-milter version 0.75c on itchy.rabson.org X-Virus-Status: Clean cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen tls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 07:10:03 -0000 On Tuesday 24 August 2004 20:52, Marcel Moolenaar wrote: > On Tue, Aug 24, 2004 at 08:34:34AM +0100, Doug Rabson wrote: > > > On ia64 we never call _rtld_allocate_tls(): > > *snip* > > > Interesting - do you have the previous change to gen/tls.c - the > > one which unbreaks static pthread-using binaries which don't have > > TLS sections? > > I don't know from the top of my head. I suspect I have, but there's > been too much going on that I can't recall everything I did. Let me > do a buildworld from HEAD first and then triage with or without the > various fixes. I'll get back to you... Thanks. From owner-cvs-all@FreeBSD.ORG Wed Aug 25 07:13:30 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCA2616A4CE; Wed, 25 Aug 2004 07:13:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BFE443D5A; Wed, 25 Aug 2004 07:13:30 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P7DUr3055412; Wed, 25 Aug 2004 07:13:30 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P7DUKb055411; Wed, 25 Aug 2004 07:13:30 GMT (envelope-from vanilla) Message-Id: <200408250713.i7P7DUKb055411@repoman.freebsd.org> From: "Vanilla I. Shu" <vanilla@FreeBSD.org> Date: Wed, 25 Aug 2004 07:13:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 07:13:30 -0000 vanilla 2004-08-25 07:13:30 UTC FreeBSD ports repository Modified files: . modules Log: Add x11-wm/enlightenment-docs, x11-themes/enlightenment-theme-BlueSteel, x11-themes/enlightenment-theme-BrushedMetal-Tigert, x11-themes/enlightenment-theme-Ganymede, x11-themes/enlightenment-theme-ShinyMetal. Revision Changes Path 1.10969 +5 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Aug 25 07:13:37 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E20616A4CE; Wed, 25 Aug 2004 07:13:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EB9443D1F; Wed, 25 Aug 2004 07:13:37 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P7DbK7055438; Wed, 25 Aug 2004 07:13:37 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P7Dbg6055437; Wed, 25 Aug 2004 07:13:37 GMT (envelope-from blackend) Message-Id: <200408250713.i7P7Dbg6055437@repoman.freebsd.org> From: Marc Fonvieille <blackend@FreeBSD.org> Date: Wed, 25 Aug 2004 07:13:36 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/preface preface.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 07:13:37 -0000 blackend 2004-08-25 07:13:36 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/preface preface.sgml Log: - Add &linux; entities for trademark reasons, it's the Preface... - Add a missing whitespace PR: docs/70920 Submitted by: Jesus R.Camou <jcamou@cox.net> Revision Changes Path 1.24 +6 -6 doc/en_US.ISO8859-1/books/handbook/preface/preface.sgml From owner-cvs-all@FreeBSD.ORG Wed Aug 25 07:42:35 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B0E516A4CE; Wed, 25 Aug 2004 07:42:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F32243D6B; Wed, 25 Aug 2004 07:42:35 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P7gZX2056312; Wed, 25 Aug 2004 07:42:35 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P7gZtx056311; Wed, 25 Aug 2004 07:42:35 GMT (envelope-from marcel) Message-Id: <200408250742.i7P7gZtx056311@repoman.freebsd.org> From: Marcel Moolenaar <marcel@FreeBSD.org> Date: Wed, 25 Aug 2004 07:42:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/ia64 support.S src/sys/ia64/include asm.h cpu.h profile.h src/lib/libc/ia64/gen Makefile.inc _mcount.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 07:42:35 -0000 marcel 2004-08-25 07:42:34 UTC FreeBSD src repository Modified files: sys/ia64/ia64 support.S sys/ia64/include asm.h cpu.h profile.h lib/libc/ia64/gen Makefile.inc Added files: lib/libc/ia64/gen _mcount.S Log: Make profiling actually work. The gcc compiler emits a call to the _mcount() stub when profiling is enabled. Emit this code sequence for assembly routines as welli (MCOUNT definition in <machine/asm.h>. We do not pass the GOT entry however as the 4th argument, because it's not used. The _mcount() stub calls __mcount(), which does the actual work. Define _MCOUNT_DECL to define __mcount. We do not have an implementation of mcount(), so we define MCOUNT as empty, but have a weak alias to _mcount() in _mcount.S. Note that the _mcount() stub in the kernel is slightly different from the stub in userland. This is because we do not have to worry about nested routines in the kernel. Revision Changes Path 1.13 +4 -4 src/lib/libc/ia64/gen/Makefile.inc 1.1 +75 -0 src/lib/libc/ia64/gen/_mcount.S (new) 1.22 +42 -0 src/sys/ia64/ia64/support.S 1.11 +9 -6 src/sys/ia64/include/asm.h 1.45 +5 -0 src/sys/ia64/include/cpu.h 1.9 +29 -88 src/sys/ia64/include/profile.h From owner-cvs-all@FreeBSD.ORG Wed Aug 25 07:43:29 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A37516A4CE; Wed, 25 Aug 2004 07:43:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F02BA43D5D; Wed, 25 Aug 2004 07:43:28 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P7hSHo056354; Wed, 25 Aug 2004 07:43:28 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P7hSG6056353; Wed, 25 Aug 2004 07:43:28 GMT (envelope-from marcel) Message-Id: <200408250743.i7P7hSG6056353@repoman.freebsd.org> From: Marcel Moolenaar <marcel@FreeBSD.org> Date: Wed, 25 Aug 2004 07:43:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf ldscript.ia64 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 07:43:29 -0000 marcel 2004-08-25 07:43:28 UTC FreeBSD src repository Modified files: sys/conf ldscript.ia64 Log: Have the linker provide btext. It's used for profiling. Revision Changes Path 1.12 +1 -0 src/sys/conf/ldscript.ia64 From owner-cvs-all@FreeBSD.ORG Wed Aug 25 07:54:42 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 725DC16A4D0; Wed, 25 Aug 2004 07:54:42 +0000 (GMT) Received: from ms-dienst.rz.rwth-aachen.de (ms-2.rz.RWTH-Aachen.DE [134.130.3.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33C0743D31; Wed, 25 Aug 2004 07:54:42 +0000 (GMT) (envelope-from chris@unixpages.org) Received: from r220-1 (r220-1.rz.RWTH-Aachen.DE [134.130.3.31]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 HotFix 1.12 (built Feb 13 2003)) with ESMTP id <0I2Z001V7SN4GN@ms-dienst.rz.rwth-aachen.de>; Wed, 25 Aug 2004 09:54:41 +0200 (MEST) Received: from relay.rwth-aachen.de ([134.130.3.1]) by r220-1 (MailMonitor for SMTP v1.2.2 ) ; Wed, 25 Aug 2004 09:54:40 +0200 (MEST) Received: from haakonia.hitnet.rwth-aachen.de (haakonia.hitnet.RWTH-Aachen.DE [137.226.181.92])i7P7sdRA006459; Wed, 25 Aug 2004 09:54:39 +0200 (MEST) Received: from gondor.middleearth (gondor.middleearth [192.168.1.42]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))(Postfix) with ESMTP id 3601228468; Wed, 25 Aug 2004 09:54:34 +0200 (CEST) Received: by gondor.middleearth (Postfix, from userid 1001) id 756E0613A; Wed, 25 Aug 2004 09:54:33 +0200 (CEST) Date: Wed, 25 Aug 2004 09:54:33 +0200 From: Christian Brueffer <chris@unixpages.org> In-reply-to: <20040824215427.GL760@zaphod.nitro.dk> To: "Simon L. Nielsen" <simon@FreeBSD.org> Message-id: <20040825075433.GC30220@unixpages.org> MIME-version: 1.0 Content-type: multipart/signed; boundary=Y5rl02BVI9TCfPar; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-disposition: inline User-Agent: Mutt/1.5.5.1i X-Operating-System: FreeBSD 5.2-CURRENT X-PGP-Key: http://people.freebsd.org/~brueffer/brueffer.key.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D References: <200408242132.i7OLW3Be036389@repoman.freebsd.org> <20040824215427.GL760@zaphod.nitro.dk> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Christian Brueffer <brueffer@FreeBSD.org> Subject: Re: cvs commit: src/share/man/man4 lge.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 07:54:42 -0000 --Y5rl02BVI9TCfPar Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 24, 2004 at 11:54:27PM +0200, Simon L. Nielsen wrote: >=20 > I think these last 4 lines should be in the DESCRIPTION section, since > they are not really interesting with regards to which devices are > supported, and in particular they are not really interesting in the > Hardware Notes. >=20 Yeah, I was thinking about that when I made the change, but then decided to add it anyway. since it seemed to be related. I don't mind changing it back though, which I'll do later today. - Christian --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --Y5rl02BVI9TCfPar Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBLEW4bHYXjKDtmC0RAtyZAKDxQ/B/Xa3zMpXHULbrQp8txkqf3wCgkfFC w/PdVHJqjZP/240AHIue9L0= =k1cQ -----END PGP SIGNATURE----- --Y5rl02BVI9TCfPar-- From owner-cvs-all@FreeBSD.ORG Wed Aug 25 07:56:43 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F8AB16A4CE; Wed, 25 Aug 2004 07:56:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FCA643D39; Wed, 25 Aug 2004 07:56:43 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P7uhgd056748; Wed, 25 Aug 2004 07:56:43 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P7uhHi056747; Wed, 25 Aug 2004 07:56:43 GMT (envelope-from blackend) Message-Id: <200408250756.i7P7uhHi056747@repoman.freebsd.org> From: Marc Fonvieille <blackend@FreeBSD.org> Date: Wed, 25 Aug 2004 07:56:43 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 07:56:43 -0000 blackend 2004-08-25 07:56:43 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: Update for PFIL_HOOKS where needed. Revision Changes Path 1.342 +8 -2 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Aug 25 08:03:48 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3C6F16A4CE; Wed, 25 Aug 2004 08:03:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9505243D2F; Wed, 25 Aug 2004 08:03:48 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P83md1056962; Wed, 25 Aug 2004 08:03:48 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P83mIi056961; Wed, 25 Aug 2004 08:03:48 GMT (envelope-from marcel) Message-Id: <200408250803.i7P83mIi056961@repoman.freebsd.org> From: Marcel Moolenaar <marcel@FreeBSD.org> Date: Wed, 25 Aug 2004 08:03:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/include profile.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 08:03:48 -0000 marcel 2004-08-25 08:03:48 UTC FreeBSD src repository Modified files: sys/ia64/include profile.h Log: Get a step closer to profiling the kernel by fixing the definitions of the MCOUNT_ENTER, MCOUNT_EXIT and MCOUNT_DECL defines. Also make sure there's a prototype of _MCOUNT_DECL(). This allows us to build a kernel. There are still unresolved symbols, so linking fails. Revision Changes Path 1.10 +5 -5 src/sys/ia64/include/profile.h From owner-cvs-all@FreeBSD.ORG Wed Aug 25 08:10:09 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B32A16A4CE; Wed, 25 Aug 2004 08:10:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A6E943D2F; Wed, 25 Aug 2004 08:10:09 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P89jeZ057233; Wed, 25 Aug 2004 08:09:45 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P89jdO057232; Wed, 25 Aug 2004 08:09:45 GMT (envelope-from roam) Message-Id: <200408250809.i7P89jdO057232@repoman.freebsd.org> From: Peter Pentchev <roam@FreeBSD.org> Date: Wed, 25 Aug 2004 08:09:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/vpopmail Makefile distinfo ports/mail/vpopmail/files patch-configure patch-vpopmail.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 08:10:09 -0000 roam 2004-08-25 08:09:45 UTC FreeBSD ports repository Modified files: mail/vpopmail Makefile distinfo mail/vpopmail/files patch-configure Removed files: mail/vpopmail/files patch-vpopmail.c Log: Update to vpopmail-5.4.6, which contains IMPORTANT security fixes for people using vpopmail with SQL backends! Revision Changes Path 1.49 +1 -2 ports/mail/vpopmail/Makefile 1.22 +2 -2 ports/mail/vpopmail/distinfo 1.10 +37 -22 ports/mail/vpopmail/files/patch-configure 1.2 +0 -45 ports/mail/vpopmail/files/patch-vpopmail.c (dead) From owner-cvs-all@FreeBSD.ORG Wed Aug 25 08:13:59 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8778D16A4CE; Wed, 25 Aug 2004 08:13:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 697E643D5E; Wed, 25 Aug 2004 08:13:59 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P8DxfV057399; Wed, 25 Aug 2004 08:13:59 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P8Dxmm057398; Wed, 25 Aug 2004 08:13:59 GMT (envelope-from krion) Message-Id: <200408250813.i7P8Dxmm057398@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Wed, 25 Aug 2004 08:13:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/pcre++ Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 08:13:59 -0000 krion 2004-08-25 08:13:59 UTC FreeBSD ports repository Modified files: devel/pcre++ Makefile distinfo Log: Update to 0.9.5 Revision Changes Path 1.18 +3 -2 ports/devel/pcre++/Makefile 1.8 +2 -2 ports/devel/pcre++/distinfo From owner-cvs-all@FreeBSD.ORG Wed Aug 25 08:41:46 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41DA816A4CE; Wed, 25 Aug 2004 08:41:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23FB243D1D; Wed, 25 Aug 2004 08:41:46 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P8fksV058214; Wed, 25 Aug 2004 08:41:46 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P8fkH5058213; Wed, 25 Aug 2004 08:41:46 GMT (envelope-from krion) Message-Id: <200408250841.i7P8fkH5058213@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Wed, 25 Aug 2004 08:41:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/libstatgrab Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 08:41:46 -0000 krion 2004-08-25 08:41:45 UTC FreeBSD ports repository Modified files: devel/libstatgrab Makefile distinfo Log: Update to 0.10.3 Update MASTER_SITES PR: ports/70917 Submitted by: maintainer Revision Changes Path 1.20 +6 -4 ports/devel/libstatgrab/Makefile 1.15 +2 -2 ports/devel/libstatgrab/distinfo From owner-cvs-all@FreeBSD.ORG Wed Aug 25 08:44:01 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D6BF16A4CE; Wed, 25 Aug 2004 08:44:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CB5043D67; Wed, 25 Aug 2004 08:44:01 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P8i1nB058281; Wed, 25 Aug 2004 08:44:01 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P8i1cn058280; Wed, 25 Aug 2004 08:44:01 GMT (envelope-from krion) Message-Id: <200408250844.i7P8i1cn058280@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Wed, 25 Aug 2004 08:44:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/py-statgrab Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 08:44:01 -0000 krion 2004-08-25 08:44:01 UTC FreeBSD ports repository Modified files: devel/py-statgrab Makefile distinfo Log: - Update to 0.3 - Update MASTER_SITES PR: ports/70918 Submitted by: maintainer Revision Changes Path 1.7 +6 -4 ports/devel/py-statgrab/Makefile 1.3 +2 -2 ports/devel/py-statgrab/distinfo From owner-cvs-all@FreeBSD.ORG Wed Aug 25 08:44:53 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A378F16A4CE; Wed, 25 Aug 2004 08:44:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83A3843D67; Wed, 25 Aug 2004 08:44:53 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P8irKd058312; Wed, 25 Aug 2004 08:44:53 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P8ir0h058311; Wed, 25 Aug 2004 08:44:53 GMT (envelope-from murray) Message-Id: <200408250844.i7P8ir0h058311@repoman.freebsd.org> From: Murray Stokely <murray@FreeBSD.org> Date: Wed, 25 Aug 2004 08:44:53 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/share/sgml/glossary freebsd-glossary.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 08:44:53 -0000 murray 2004-08-25 08:44:53 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/share/sgml/glossary freebsd-glossary.sgml Log: Use &url.books.faq; so that we can specify relative or absolute URLs, rather than explicitly using '..'. Revision Changes Path 1.18 +1 -1 doc/en_US.ISO8859-1/share/sgml/glossary/freebsd-glossary.sgml From owner-cvs-all@FreeBSD.ORG Wed Aug 25 08:45:38 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6027416A4CE; Wed, 25 Aug 2004 08:45:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F7DF43D41; Wed, 25 Aug 2004 08:45:38 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P8jcla058389; Wed, 25 Aug 2004 08:45:38 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P8jcFL058388; Wed, 25 Aug 2004 08:45:38 GMT (envelope-from krion) Message-Id: <200408250845.i7P8jcFL058388@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Wed, 25 Aug 2004 08:45:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/libukcprog Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 08:45:38 -0000 krion 2004-08-25 08:45:38 UTC FreeBSD ports repository Modified files: devel/libukcprog Makefile Log: Update MASTER_SITES PR: ports/70919 Submitted by: maintainer Revision Changes Path 1.11 +5 -3 ports/devel/libukcprog/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 25 08:53:22 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17B0516A4CE; Wed, 25 Aug 2004 08:53:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE45D43D45; Wed, 25 Aug 2004 08:53:21 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P8rLQZ058611; Wed, 25 Aug 2004 08:53:21 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P8rLRH058610; Wed, 25 Aug 2004 08:53:21 GMT (envelope-from clsung) Message-Id: <200408250853.i7P8rLRH058610@repoman.freebsd.org> From: Cheng-Lung Sung <clsung@FreeBSD.org> Date: Wed, 25 Aug 2004 08:53:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/clamsmtp Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 08:53:22 -0000 clsung 2004-08-25 08:53:21 UTC FreeBSD ports repository Modified files: security/clamsmtp Makefile distinfo Log: - update to 0.6 - Proper adding of customized header - Fixes to documentation Approved by: vanilla (co-mentor) Revision Changes Path 1.5 +1 -1 ports/security/clamsmtp/Makefile 1.3 +2 -2 ports/security/clamsmtp/distinfo From owner-cvs-all@FreeBSD.ORG Wed Aug 25 08:56:44 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 164DE16A4CE; Wed, 25 Aug 2004 08:56:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB86443D53; Wed, 25 Aug 2004 08:56:43 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P8uhGN058741; Wed, 25 Aug 2004 08:56:43 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P8uhUx058740; Wed, 25 Aug 2004 08:56:43 GMT (envelope-from clsung) Message-Id: <200408250856.i7P8uhUx058740@repoman.freebsd.org> From: Cheng-Lung Sung <clsung@FreeBSD.org> Date: Wed, 25 Aug 2004 08:56:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese/metalist Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 08:56:44 -0000 clsung 2004-08-25 08:56:43 UTC FreeBSD ports repository Modified files: chinese/metalist Makefile distinfo Log: fix BROKEN, now fetchable. Submitted by: maintainer Approved by: vanilla (co-mentor) Revision Changes Path 1.14 +1 -3 ports/chinese/metalist/Makefile 1.4 +1 -1 ports/chinese/metalist/distinfo From owner-cvs-all@FreeBSD.ORG Wed Aug 25 09:14:06 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA9AC16A4CE; Wed, 25 Aug 2004 09:14:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA27643D54; Wed, 25 Aug 2004 09:14:06 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P9E6iO059228; Wed, 25 Aug 2004 09:14:06 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P9E6Kj059227; Wed, 25 Aug 2004 09:14:06 GMT (envelope-from krion) Message-Id: <200408250914.i7P9E6Kj059227@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Wed, 25 Aug 2004 09:14:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/openupsd Makefile distinfo ports/sysutils/openupsd/files openupsd.sh patch-support.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 09:14:07 -0000 krion 2004-08-25 09:14:06 UTC FreeBSD ports repository Modified files: sysutils/openupsd Makefile distinfo sysutils/openupsd/files openupsd.sh Removed files: sysutils/openupsd/files patch-support.c Log: Update to 0.3.1 Tidy up RC scripts PR: ports/70858 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/sysutils/openupsd/Makefile 1.2 +2 -2 ports/sysutils/openupsd/distinfo 1.2 +5 -12 ports/sysutils/openupsd/files/openupsd.sh 1.2 +0 -10 ports/sysutils/openupsd/files/patch-support.c (dead) From owner-cvs-all@FreeBSD.ORG Wed Aug 25 09:16:16 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84CB416A4CE; Wed, 25 Aug 2004 09:16:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6516E43D45; Wed, 25 Aug 2004 09:16:16 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P9GG8j059358; Wed, 25 Aug 2004 09:16:16 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P9GGqR059357; Wed, 25 Aug 2004 09:16:16 GMT (envelope-from krion) Message-Id: <200408250916.i7P9GGqR059357@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Wed, 25 Aug 2004 09:16:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/dnetc Makefile pkg-plist ports/misc/dnetc/files dnetc.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 09:16:16 -0000 krion 2004-08-25 09:16:16 UTC FreeBSD ports repository Modified files: misc/dnetc Makefile pkg-plist misc/dnetc/files dnetc.sh Log: Use RCNG Minor tidyups PR: ports/70861 Submitted by: maintainer Revision Changes Path 1.45 +5 -6 ports/misc/dnetc/Makefile 1.6 +29 -33 ports/misc/dnetc/files/dnetc.sh 1.7 +1 -1 ports/misc/dnetc/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Aug 25 09:17:55 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D13E816A4CE; Wed, 25 Aug 2004 09:17:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B35A843D31; Wed, 25 Aug 2004 09:17:55 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P9Htne059464; Wed, 25 Aug 2004 09:17:55 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P9HtVE059463; Wed, 25 Aug 2004 09:17:55 GMT (envelope-from krion) Message-Id: <200408250917.i7P9HtVE059463@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Wed, 25 Aug 2004 09:17:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/proxyper Makefile pkg-plist ports/misc/proxyper/files proxyper.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 09:17:56 -0000 krion 2004-08-25 09:17:55 UTC FreeBSD ports repository Modified files: misc/proxyper Makefile pkg-plist misc/proxyper/files proxyper.sh Log: Use RCNG PR: ports/70862 Submitted by: maintainer Revision Changes Path 1.19 +5 -3 ports/misc/proxyper/Makefile 1.4 +31 -14 ports/misc/proxyper/files/proxyper.sh 1.9 +1 -1 ports/misc/proxyper/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Aug 25 09:30:32 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5B9516A4CE; Wed, 25 Aug 2004 09:30:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9639843D2F; Wed, 25 Aug 2004 09:30:32 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P9UWjJ060433; Wed, 25 Aug 2004 09:30:32 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P9UW33060432; Wed, 25 Aug 2004 09:30:32 GMT (envelope-from ale) Message-Id: <200408250930.i7P9UW33060432@repoman.freebsd.org> From: Alex Dupre <ale@FreeBSD.org> Date: Wed, 25 Aug 2004 09:30:32 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/it_IT.ISO8859-15/articles Makefile Makefile.inc article.sgml doc/it_IT.ISO8859-15/articles/euro Makefile article.sgml... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 09:30:32 -0000 ale 2004-08-25 09:30:32 UTC FreeBSD doc repository Modified files: it_IT.ISO8859-15/articles Makefile Makefile.inc it_IT.ISO8859-15/articles/committers-guide Makefile article.sgml it_IT.ISO8859-15/articles/euro Makefile article.sgml it_IT.ISO8859-15/articles/explaining-bsd Makefile article.sgml it_IT.ISO8859-15/articles/filtering-bridges Makefile article.sgml it_IT.ISO8859-15/articles/multi-os Makefile article.sgml it_IT.ISO8859-15/articles/new-users Makefile article.sgml it_IT.ISO8859-15/articles/vm-design Makefile article.sgml it_IT.ISO8859-15/books/handbook Makefile book.sgml chapters.ent txtfiles.ent it_IT.ISO8859-15/books/handbook/advanced-networking chapter.sgml it_IT.ISO8859-15/books/handbook/basics chapter.sgml it_IT.ISO8859-15/books/handbook/bibliography chapter.sgml it_IT.ISO8859-15/books/handbook/boot chapter.sgml it_IT.ISO8859-15/books/handbook/desktop chapter.sgml it_IT.ISO8859-15/books/handbook/eresources chapter.sgml it_IT.ISO8859-15/books/handbook/introduction chapter.sgml it_IT.ISO8859-15/books/handbook/l10n chapter.sgml it_IT.ISO8859-15/books/handbook/mac Makefile chapter.sgml it_IT.ISO8859-15/books/handbook/mail chapter.sgml it_IT.ISO8859-15/books/handbook/mirrors chapter.sgml it_IT.ISO8859-15/books/handbook/multimedia chapter.sgml it_IT.ISO8859-15/books/handbook/pgpkeys chapter.sgml it_IT.ISO8859-15/books/handbook/ports chapter.sgml it_IT.ISO8859-15/books/handbook/preface preface.sgml it_IT.ISO8859-15/books/handbook/security chapter.sgml it_IT.ISO8859-15/books/handbook/serialcomms chapter.sgml it_IT.ISO8859-15/books/handbook/vinum chapter.sgml it_IT.ISO8859-15/books/unix-introduction book.sgml it_IT.ISO8859-15/books/unix-introduction/getting-started chapter.sgml it_IT.ISO8859-15/flyer flyer.tex it_IT.ISO8859-15/share/sgml catalog l10n.ent mailing-lists.ent trademarks.ent it_IT.ISO8859-15/share/sgml/glossary freebsd-glossary.sgml Added files: it_IT.ISO8859-15/books/handbook/network-servers Makefile chapter.sgml it_IT.ISO8859-15/share/sgml articles.ent books.ent Log: Update Italian Documentation. Obtained from: FreeBSD Italian Documentation Projects CVS Revision Changes Path 1.5 +0 -0 doc/it_IT.ISO8859-15/articles/Makefile 1.4 +0 -0 doc/it_IT.ISO8859-15/articles/Makefile.inc 1.6 +2 -0 doc/it_IT.ISO8859-15/articles/committers-guide/Makefile 1.11 +57 -35 doc/it_IT.ISO8859-15/articles/committers-guide/article.sgml 1.4 +2 -0 doc/it_IT.ISO8859-15/articles/euro/Makefile 1.6 +4 -10 doc/it_IT.ISO8859-15/articles/euro/article.sgml 1.4 +2 -0 doc/it_IT.ISO8859-15/articles/explaining-bsd/Makefile 1.8 +11 -18 doc/it_IT.ISO8859-15/articles/explaining-bsd/article.sgml 1.5 +2 -0 doc/it_IT.ISO8859-15/articles/filtering-bridges/Makefile 1.13 +4 -10 doc/it_IT.ISO8859-15/articles/filtering-bridges/article.sgml 1.4 +0 -0 doc/it_IT.ISO8859-15/articles/multi-os/Makefile 1.7 +3 -9 doc/it_IT.ISO8859-15/articles/multi-os/article.sgml 1.5 +2 -0 doc/it_IT.ISO8859-15/articles/new-users/Makefile 1.10 +6 -18 doc/it_IT.ISO8859-15/articles/new-users/article.sgml 1.5 +0 -0 doc/it_IT.ISO8859-15/articles/vm-design/Makefile 1.6 +3 -11 doc/it_IT.ISO8859-15/articles/vm-design/article.sgml 1.9 +14 -10 doc/it_IT.ISO8859-15/books/handbook/Makefile 1.4 +13 -37 doc/it_IT.ISO8859-15/books/handbook/advanced-networking/chapter.sgml 1.7 +12 -8 doc/it_IT.ISO8859-15/books/handbook/basics/chapter.sgml 1.8 +7 -7 doc/it_IT.ISO8859-15/books/handbook/bibliography/chapter.sgml 1.10 +105 -48 doc/it_IT.ISO8859-15/books/handbook/book.sgml 1.8 +0 -0 doc/it_IT.ISO8859-15/books/handbook/boot/chapter.sgml 1.5 +41 -35 doc/it_IT.ISO8859-15/books/handbook/chapters.ent 1.8 +91 -11 doc/it_IT.ISO8859-15/books/handbook/desktop/chapter.sgml 1.11 +19 -6 doc/it_IT.ISO8859-15/books/handbook/eresources/chapter.sgml 1.8 +8 -8 doc/it_IT.ISO8859-15/books/handbook/introduction/chapter.sgml 1.8 +15 -50 doc/it_IT.ISO8859-15/books/handbook/l10n/chapter.sgml 1.2 +0 -0 doc/it_IT.ISO8859-15/books/handbook/mac/Makefile 1.2 +1 -1 doc/it_IT.ISO8859-15/books/handbook/mac/chapter.sgml 1.9 +5 -5 doc/it_IT.ISO8859-15/books/handbook/mail/chapter.sgml 1.8 +60 -28 doc/it_IT.ISO8859-15/books/handbook/mirrors/chapter.sgml 1.9 +2 -2 doc/it_IT.ISO8859-15/books/handbook/multimedia/chapter.sgml 1.1 +15 -0 doc/it_IT.ISO8859-15/books/handbook/network-servers/Makefile (new) 1.1 +81 -0 doc/it_IT.ISO8859-15/books/handbook/network-servers/chapter.sgml (new) 1.9 +69 -19 doc/it_IT.ISO8859-15/books/handbook/pgpkeys/chapter.sgml 1.9 +89 -83 doc/it_IT.ISO8859-15/books/handbook/ports/chapter.sgml 1.6 +117 -214 doc/it_IT.ISO8859-15/books/handbook/preface/preface.sgml 1.5 +0 -0 doc/it_IT.ISO8859-15/books/handbook/security/chapter.sgml 1.6 +19 -15 doc/it_IT.ISO8859-15/books/handbook/serialcomms/chapter.sgml 1.2 +4 -4 doc/it_IT.ISO8859-15/books/handbook/txtfiles.ent 1.7 +83 -73 doc/it_IT.ISO8859-15/books/handbook/vinum/chapter.sgml 1.3 +2 -4 doc/it_IT.ISO8859-15/books/unix-introduction/book.sgml 1.4 +0 -0 doc/it_IT.ISO8859-15/books/unix-introduction/getting-started/chapter.sgml 1.3 +0 -0 doc/it_IT.ISO8859-15/flyer/flyer.tex 1.1 +30 -0 doc/it_IT.ISO8859-15/share/sgml/articles.ent (new) 1.1 +32 -0 doc/it_IT.ISO8859-15/share/sgml/books.ent (new) 1.7 +6 -0 doc/it_IT.ISO8859-15/share/sgml/catalog 1.4 +1623 -141 doc/it_IT.ISO8859-15/share/sgml/glossary/freebsd-glossary.sgml 1.2 +4 -1 doc/it_IT.ISO8859-15/share/sgml/l10n.ent 1.11 +9 -1 doc/it_IT.ISO8859-15/share/sgml/mailing-lists.ent 1.3 +16 -16 doc/it_IT.ISO8859-15/share/sgml/trademarks.ent From owner-cvs-all@FreeBSD.ORG Wed Aug 25 09:31:30 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 857AC16A4CE; Wed, 25 Aug 2004 09:31:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64B0F43D55; Wed, 25 Aug 2004 09:31:30 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P9VU05060515; Wed, 25 Aug 2004 09:31:30 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P9VUls060514; Wed, 25 Aug 2004 09:31:30 GMT (envelope-from pjd) Message-Id: <200408250931.i7P9VUls060514@repoman.freebsd.org> From: Pawel Jakub Dawidek <pjd@FreeBSD.org> Date: Wed, 25 Aug 2004 09:31:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_dummynet.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 09:31:30 -0000 pjd 2004-08-25 09:31:30 UTC FreeBSD src repository Modified files: sys/netinet ip_dummynet.c Log: Allocate memory when dumping pipes with M_WAITOK flag. On a system with huge number of pipes, M_NOWAIT failes almost always, because of memory fragmentation. My fix is different than the patch proposed by Pawel Malachowski, because in FreeBSD 5.x we cannot sleep while holding dummynet mutex (in 4.x there is no such lock). My fix is also ugly, but there is no easy way to prepare nice and clean fix. PR: kern/46557 Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru> Reviewed by: mlaier Revision Changes Path 1.84 +33 -9 src/sys/netinet/ip_dummynet.c From owner-cvs-all@FreeBSD.ORG Wed Aug 25 09:32:05 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A7A716A4CE; Wed, 25 Aug 2004 09:32:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF37E43D60; Wed, 25 Aug 2004 09:32:04 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P9W41H060553; Wed, 25 Aug 2004 09:32:04 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P9W44G060552; Wed, 25 Aug 2004 09:32:04 GMT (envelope-from ale) Message-Id: <200408250932.i7P9W44G060552@repoman.freebsd.org> From: Alex Dupre <ale@FreeBSD.org> Date: Wed, 25 Aug 2004 09:32:04 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/it navigation.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 09:32:05 -0000 ale 2004-08-25 09:32:04 UTC FreeBSD doc repository Modified files: it navigation.xml Log: Update Italian Website. Obtained from: FreeBSD Italian Documentation Projects CVS Revision Changes Path 1.4 +3 -3 www/it/navigation.xml From owner-cvs-all@FreeBSD.ORG Wed Aug 25 09:45:23 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 582BA16A4CE; Wed, 25 Aug 2004 09:45:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3854743D53; Wed, 25 Aug 2004 09:45:23 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P9jNBK060967; Wed, 25 Aug 2004 09:45:23 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P9jNBm060966; Wed, 25 Aug 2004 09:45:23 GMT (envelope-from des) Message-Id: <200408250945.i7P9jNBm060966@repoman.freebsd.org> From: Dag-Erling Smorgrav <des@FreeBSD.org> Date: Wed, 25 Aug 2004 09:45:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/porteasy Makefile ports/misc/porteasy/src porteasy.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 09:45:23 -0000 des 2004-08-25 09:45:23 UTC FreeBSD ports repository Modified files: misc/porteasy Makefile misc/porteasy/src porteasy.pl Log: Watch out for undefined values when resolving port origins. This makes -I / -s work properly when some of the installed ports have since been deleted from the ports tree. Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> Revision Changes Path 1.41 +1 -1 ports/misc/porteasy/Makefile 1.46 +6 -4 ports/misc/porteasy/src/porteasy.pl From owner-cvs-all@FreeBSD.ORG Wed Aug 25 09:47:22 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85FE616A4CE; Wed, 25 Aug 2004 09:47:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6695243D2D; Wed, 25 Aug 2004 09:47:22 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P9lMH9061051; Wed, 25 Aug 2004 09:47:22 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P9lMYC061050; Wed, 25 Aug 2004 09:47:22 GMT (envelope-from murray) Message-Id: <200408250947.i7P9lMYC061050@repoman.freebsd.org> From: Murray Stokely <murray@FreeBSD.org> Date: Wed, 25 Aug 2004 09:47:22 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/network-servers chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 09:47:22 -0000 murray 2004-08-25 09:47:22 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/network-servers chapter.sgml Log: Fix egregious misuse of <ulink> tags. Revision Changes Path 1.28 +2 -3 doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Aug 25 09:49:47 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79A7D16A4CE; Wed, 25 Aug 2004 09:49:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CEC343D58; Wed, 25 Aug 2004 09:49:47 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P9nlwN061106; Wed, 25 Aug 2004 09:49:47 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P9nlrk061105; Wed, 25 Aug 2004 09:49:47 GMT (envelope-from ale) Message-Id: <200408250949.i7P9nlrk061105@repoman.freebsd.org> From: Alex Dupre <ale@FreeBSD.org> Date: Wed, 25 Aug 2004 09:49:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/pecl-panda Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 09:49:47 -0000 ale 2004-08-25 09:49:47 UTC FreeBSD ports repository Modified files: print/pecl-panda Makefile Log: Building on FreeBSD 5 or later is OK, the problem is in panda lib with FreeBSD 4. Revision Changes Path 1.4 +7 -3 ports/print/pecl-panda/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 25 09:52:20 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FB2D16A4CE; Wed, 25 Aug 2004 09:52:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61A1743D62; Wed, 25 Aug 2004 09:52:20 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P9qKNR061253; Wed, 25 Aug 2004 09:52:20 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7P9qKX0061252; Wed, 25 Aug 2004 09:52:20 GMT (envelope-from blackend) Message-Id: <200408250952.i7P9qKX0061252@repoman.freebsd.org> From: Marc Fonvieille <blackend@FreeBSD.org> Date: Wed, 25 Aug 2004 09:52:20 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/mirrors chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 09:52:20 -0000 blackend 2004-08-25 09:52:20 UTC FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/mirrors chapter.sgml Log: MFen 1.350 --> 1.351 Revision Changes Path 1.9 +11 -1 doc/fr_FR.ISO8859-1/books/handbook/mirrors/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Aug 25 10:03:11 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 374F316A4CE; Wed, 25 Aug 2004 10:03:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 181B143D31; Wed, 25 Aug 2004 10:03:11 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PA3AIU061557; Wed, 25 Aug 2004 10:03:10 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PA3ArR061556; Wed, 25 Aug 2004 10:03:10 GMT (envelope-from murray) Message-Id: <200408251003.i7PA3ArR061556@repoman.freebsd.org> From: Murray Stokely <murray@FreeBSD.org> Date: Wed, 25 Aug 2004 10:03:10 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/network-servers chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 10:03:11 -0000 murray 2004-08-25 10:03:10 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/network-servers chapter.sgml Log: Fix <ulink> misuse that caused an abbreviated URL to be displayed with a footnote to the full URL. dhcp.org(1) 1. http://www.dhcp.org Now it just displays 'http://www.dhcp.org' inline. Found by: loader@freebsdmall.com Revision Changes Path 1.29 +1 -1 doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Aug 25 10:06:19 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B874816A4CE; Wed, 25 Aug 2004 10:06:19 +0000 (GMT) Received: from mx1.originative.co.uk (freebsd.gotadsl.co.uk [81.6.249.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 209E243D45; Wed, 25 Aug 2004 10:06:17 +0000 (GMT) (envelope-from paul@mx1.originative.co.uk) Received: from localhost (unknown [127.0.0.1]) by mx1.originative.co.uk (Postfix) with ESMTP id 0BAA81556F; Wed, 25 Aug 2004 11:06:16 +0100 (BST) Received: from mx1.originative.co.uk ([127.0.0.1])port 10024) with ESMTP id 05354-10; Wed, 25 Aug 2004 11:06:14 +0100 (BST) Received: by mx1.originative.co.uk (Postfix, from userid 1000) id 7B20115579; Wed, 25 Aug 2004 11:06:14 +0100 (BST) Date: Wed, 25 Aug 2004 11:06:14 +0100 From: Paul Richards <paul@originative.co.uk> To: Ruslan Ermilov <ru@FreeBSD.org> Message-ID: <20040825100614.GA5709@myrddin.originative.co.uk> References: <200408242312.i7ONCHgB039324@repoman.freebsd.org> <20040825065936.GD2916@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040825065936.GD2916@ip.net.ua> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Paul Richards <paul@FreeBSD.org> Subject: Re: cvs commit: src Makefile.inc1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 10:06:19 -0000 On Wed, Aug 25, 2004 at 09:59:37AM +0300, Ruslan Ermilov wrote: > On Tue, Aug 24, 2004 at 11:12:17PM +0000, Paul Richards wrote: > > paul 2004-08-24 23:12:17 UTC > > > > FreeBSD src repository > > > > Modified files: > > . Makefile.inc1 > > Log: > > Add a CVSTAG makefile variable that can be set in /etc/make.conf that > > determines which CVS tag to track when running make update. This makes > > it easier to configure a box to track a particular release if it does > > automated updates from a cvs repository. > > > > Revision Changes Path > > 1.441 +5 -1 src/Makefile.inc1 > > > On branches, Makefile.inc1 follows these branches, e.g., the RELENG_4 > version of Makefile.inc1 follows RELENG_4. The HEAD version follows > HEAD. I don't like this change. I can see a more significant flaw, in that all trees will end up following the same branch which is going to be a pain with multiple versions lying around. I'll back it out this evening. It won't do anything if you don't enable it. Paul. From owner-cvs-all@FreeBSD.ORG Wed Aug 25 10:09:49 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FFC216A4CE; Wed, 25 Aug 2004 10:09:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 833D843D31; Wed, 25 Aug 2004 10:09:49 +0000 (GMT) (envelope-from clive@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PA9nT6061919; Wed, 25 Aug 2004 10:09:49 GMT (envelope-from clive@repoman.freebsd.org) Received: (from clive@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PA9nDw061918; Wed, 25 Aug 2004 10:09:49 GMT (envelope-from clive) Message-Id: <200408251009.i7PA9nDw061918@repoman.freebsd.org> From: Clive Lin <clive@FreeBSD.org> Date: Wed, 25 Aug 2004 10:09:49 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/pgpkeys clive.key X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 10:09:49 -0000 clive 2004-08-25 10:09:49 UTC FreeBSD doc repository (ports committer) Modified files: share/pgpkeys clive.key Log: Update my PGP key + Extend expiration date + Few signatures added Revision Changes Path 1.4 +46 -29 doc/share/pgpkeys/clive.key From owner-cvs-all@FreeBSD.ORG Wed Aug 25 10:12:23 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72B9816A4CE; Wed, 25 Aug 2004 10:12:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5540243D31; Wed, 25 Aug 2004 10:12:23 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PACNMC062073; Wed, 25 Aug 2004 10:12:23 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PACNtL062072; Wed, 25 Aug 2004 10:12:23 GMT (envelope-from ale) Message-Id: <200408251012.i7PACNtL062072@repoman.freebsd.org> From: Alex Dupre <ale@FreeBSD.org> Date: Wed, 25 Aug 2004 10:12:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/motor Makefile ports/devel/motor/files patch-src::ui::ncurses::uitagbrowser.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 10:12:23 -0000 ale 2004-08-25 10:12:23 UTC FreeBSD ports repository Modified files: devel/motor Makefile Added files: devel/motor/files patch-src::ui::ncurses::uitagbrowser.cc Log: Better fix for gcc 3.4. PR: ports/69982 Submitted by: Andrey Slusar <vasallia@ukr.net> Revision Changes Path 1.22 +0 -1 ports/devel/motor/Makefile 1.1 +11 -0 ports/devel/motor/files/patch-src::ui::ncurses::uitagbrowser.cc (new) From owner-cvs-all@FreeBSD.ORG Wed Aug 25 10:16:45 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CA2216A4CE; Wed, 25 Aug 2004 10:16:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F1F143D31; Wed, 25 Aug 2004 10:16:45 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PAGjVW062224; Wed, 25 Aug 2004 10:16:45 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PAGjWo062223; Wed, 25 Aug 2004 10:16:45 GMT (envelope-from ale) Message-Id: <200408251016.i7PAGjWo062223@repoman.freebsd.org> From: Alex Dupre <ale@FreeBSD.org> Date: Wed, 25 Aug 2004 10:16:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/gqview Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 10:16:45 -0000 ale 2004-08-25 10:16:45 UTC FreeBSD ports repository Modified files: graphics/gqview Makefile pkg-plist Log: Add support of WITHOUT_NLS and delete the obsolete conflict with gqview-devel. PR: ports/69313 Submitted by: Eugene Ossintsev <eugos@gmx.net> Revision Changes Path 1.50 +8 -2 ports/graphics/gqview/Makefile 1.14 +27 -27 ports/graphics/gqview/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Aug 25 10:21:22 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EAE416A4CE; Wed, 25 Aug 2004 10:21:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EC0643D54; Wed, 25 Aug 2004 10:21:22 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PALMBj062391; Wed, 25 Aug 2004 10:21:22 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PALMhP062390; Wed, 25 Aug 2004 10:21:22 GMT (envelope-from ale) Message-Id: <200408251021.i7PALMhP062390@repoman.freebsd.org> From: Alex Dupre <ale@FreeBSD.org> Date: Wed, 25 Aug 2004 10:21:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/jpgraph Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 10:21:22 -0000 ale 2004-08-25 10:21:22 UTC FreeBSD ports repository Modified files: graphics/jpgraph Makefile Log: Suppress cp error. PR: ports/69325 Submitted by: edwin Revision Changes Path 1.14 +4 -1 ports/graphics/jpgraph/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 25 10:22:12 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DA8B16A4CE; Wed, 25 Aug 2004 10:22:12 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40EE343D55; Wed, 25 Aug 2004 10:22:12 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 3A0E95C92F; Wed, 25 Aug 2004 03:22:12 -0700 (PDT) Date: Wed, 25 Aug 2004 03:22:12 -0700 From: Alfred Perlstein <alfred@freebsd.org> To: Pawel Jakub Dawidek <pjd@FreeBSD.org> Message-ID: <20040825102212.GY26612@elvis.mu.org> References: <200408250931.i7P9VUls060514@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408250931.i7P9VUls060514@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_dummynet.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 10:22:12 -0000 * Pawel Jakub Dawidek <pjd@FreeBSD.org> [040825 02:31] wrote: > pjd 2004-08-25 09:31:30 UTC > > FreeBSD src repository > > Modified files: > sys/netinet ip_dummynet.c > Log: > Allocate memory when dumping pipes with M_WAITOK flag. > On a system with huge number of pipes, M_NOWAIT failes almost always, > because of memory fragmentation. > My fix is different than the patch proposed by Pawel Malachowski, > because in FreeBSD 5.x we cannot sleep while holding dummynet mutex > (in 4.x there is no such lock). > My fix is also ugly, but there is no easy way to prepare nice and clean fix. This is actually OK. What I would do to make this a bit safer is to loop, keeping track of the highest count seen, and allocating size+SLACK amount of entries. There's no need to abort if the list changes, but you can make the code adapt to a changing list! :) -Alfred From owner-cvs-all@FreeBSD.ORG Wed Aug 25 10:23:21 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E0AE16A4CE; Wed, 25 Aug 2004 10:23:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74CB943D41; Wed, 25 Aug 2004 10:23:21 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PANLl6062433; Wed, 25 Aug 2004 10:23:21 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PANLhI062432; Wed, 25 Aug 2004 10:23:21 GMT (envelope-from murray) Message-Id: <200408251023.i7PANLhI062432@repoman.freebsd.org> From: Murray Stokely <murray@FreeBSD.org> Date: Wed, 25 Aug 2004 10:23:21 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 10:23:21 -0000 murray 2004-08-25 10:23:21 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml Log: Use a more precise ulink and prevent a needless footnote from being created. This could also have been done with <ulink url="&url.base;/docs.html"></ulink>. but that would have caused "../../../docs.html" to be dislpayed in the HTML version. That's what we want to link to, but it looks better to display the absolute URL inline. This commit gives us the best of both worlds, for print and HTML output : browse the list of tutorials at <ulink - url="&url.base;/index.html">http://www.FreeBSD.org/</ulink>. + url="&url.base;/docs.html">http://www.FreeBSD.org/docs.html</ulink> Found by: loader@freebsdmall.com Revision Changes Path 1.143 +1 -1 doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Aug 25 10:33:59 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0E9916A4CE; Wed, 25 Aug 2004 10:33:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B27DF43D49; Wed, 25 Aug 2004 10:33:59 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PAXxn7062818; Wed, 25 Aug 2004 10:33:59 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PAXxvR062817; Wed, 25 Aug 2004 10:33:59 GMT (envelope-from murray) Message-Id: <200408251033.i7PAXxvR062817@repoman.freebsd.org> From: Murray Stokely <murray@FreeBSD.org> Date: Wed, 25 Aug 2004 10:33:59 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/disks chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 10:34:00 -0000 murray 2004-08-25 10:33:59 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/disks chapter.sgml Log: Correct misusage of <ulink> tag. Found by: loader@freebsdmall.com Revision Changes Path 1.220 +1 -1 doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Aug 25 10:35:26 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 073A716A4CE; Wed, 25 Aug 2004 10:35:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCE3543D39; Wed, 25 Aug 2004 10:35:25 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PAZPJ2062969; Wed, 25 Aug 2004 10:35:25 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PAZP78062968; Wed, 25 Aug 2004 10:35:25 GMT (envelope-from mat) Message-Id: <200408251035.i7PAZP78062968@repoman.freebsd.org> From: Mathieu Arnold <mat@FreeBSD.org> Date: Wed, 25 Aug 2004 10:35:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Locale-Maketext-Lexicon Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 10:35:26 -0000 mat 2004-08-25 10:35:25 UTC FreeBSD ports repository Modified files: devel/p5-Locale-Maketext-Lexicon Makefile distinfo Log: Update to 0.41 Revision Changes Path 1.17 +3 -2 ports/devel/p5-Locale-Maketext-Lexicon/Makefile 1.17 +2 -2 ports/devel/p5-Locale-Maketext-Lexicon/distinfo From owner-cvs-all@FreeBSD.ORG Wed Aug 25 10:38:39 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52E0016A4CE; Wed, 25 Aug 2004 10:38:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34D7643D53; Wed, 25 Aug 2004 10:38:39 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PAcdRf064079; Wed, 25 Aug 2004 10:38:39 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PAcd8d064078; Wed, 25 Aug 2004 10:38:39 GMT (envelope-from vs) Message-Id: <200408251038.i7PAcd8d064078@repoman.freebsd.org> From: Volker Stolz <vs@FreeBSD.org> Date: Wed, 25 Aug 2004 10:38:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/sane-frontends Makefile ports/graphics/sane-backends Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 10:38:39 -0000 vs 2004-08-25 10:38:38 UTC FreeBSD ports repository Modified files: graphics/sane-frontends Makefile graphics/sane-backends Makefile Log: Update MASTER_SITES PR: ports/70913 Submitted by: Koop Mast Revision Changes Path 1.62 +5 -1 ports/graphics/sane-backends/Makefile 1.50 +5 -3 ports/graphics/sane-frontends/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 25 10:52:08 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A29616A4CE; Wed, 25 Aug 2004 10:52:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CE6B43D58; Wed, 25 Aug 2004 10:52:08 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PAq7GV064450; Wed, 25 Aug 2004 10:52:07 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PAq7Iw064449; Wed, 25 Aug 2004 10:52:07 GMT (envelope-from murray) Message-Id: <200408251052.i7PAq7Iw064449@repoman.freebsd.org> From: Murray Stokely <murray@FreeBSD.org> Date: Wed, 25 Aug 2004 10:52:07 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 10:52:08 -0000 murray 2004-08-25 10:52:07 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml Log: Fix ulink usage. Prevent URL from being displayed twice. Found by: loader@freebsdmall.com Revision Changes Path 1.207 +1 -1 doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Aug 25 11:07:09 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1436716A4CE; Wed, 25 Aug 2004 11:07:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAB1043D41; Wed, 25 Aug 2004 11:07:08 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PB7884064878; Wed, 25 Aug 2004 11:07:08 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PB782f064877; Wed, 25 Aug 2004 11:07:08 GMT (envelope-from eik) Message-Id: <200408251107.i7PB782f064877@repoman.freebsd.org> From: Oliver Eikemeier <eik@FreeBSD.org> Date: Wed, 25 Aug 2004 11:07:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/portaudit-db/database portaudit.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 11:07:09 -0000 eik 2004-08-25 11:07:08 UTC FreeBSD ports repository Modified files: security/portaudit-db/database portaudit.txt Log: multiple buffer overflows in xv Revision Changes Path 1.99 +4 -3 ports/security/portaudit-db/database/portaudit.txt From owner-cvs-all@FreeBSD.ORG Wed Aug 25 11:32:35 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16EE016A4CE; Wed, 25 Aug 2004 11:32:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC06943D4C; Wed, 25 Aug 2004 11:32:34 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PBWY5g065459; Wed, 25 Aug 2004 11:32:34 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PBWYp0065458; Wed, 25 Aug 2004 11:32:34 GMT (envelope-from vs) Message-Id: <200408251132.i7PBWYp0065458@repoman.freebsd.org> From: Volker Stolz <vs@FreeBSD.org> Date: Wed, 25 Aug 2004 11:32:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/xtla Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 11:32:35 -0000 vs 2004-08-25 11:32:34 UTC FreeBSD ports repository Modified files: devel/xtla Makefile Log: Update to 20040820 PR: ports/70924 Submitted by: Dryice Liu (maintainer) Revision Changes Path 1.6 +1 -1 ports/devel/xtla/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 24 21:45:31 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A82616A4CE; Tue, 24 Aug 2004 21:45:31 +0000 (GMT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id E89B843D2D; Tue, 24 Aug 2004 21:45:30 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost.pittgoth.com (acs-24-154-239-170.zoominternet.net [24.154.239.170]) (authenticated bits=0) by pittgoth.com (8.12.10/8.12.10) with ESMTP id i7OLjPX1027245 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 24 Aug 2004 17:45:26 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Tue, 24 Aug 2004 17:46:01 -0400 From: Tom Rhodes <trhodes@FreeBSD.org> To: John Baldwin <jhb@FreeBSD.org> Message-Id: <20040824174601.6dfcb139@localhost.pittgoth.com> In-Reply-To: <200408241222.36207.jhb@FreeBSD.org> References: <20040823074553.GH59140@ip.net.ua> <20040823192400.GA76826@freebie.xs4all.nl> <200408231903.33314.wes@softweyr.com> <200408241222.36207.jhb@FreeBSD.org> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Wed, 25 Aug 2004 11:36:06 +0000 cc: Wes Peters <wes@softweyr.com> cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: obrien@FreeBSD.org cc: ru@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Wilko Bulte <wb@freebie.xs4all.nl> cc: phantom@FreeBSD.org.ua cc: "M. Warner Losh" <imp@bsdimp.com> Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile src/gnu/usr.bin/cc Makefile.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 21:45:31 -0000 On Tue, 24 Aug 2004 12:22:36 -0400 John Baldwin <jhb@FreeBSD.org> wrote: > On Monday 23 August 2004 10:03 pm, Wes Peters wrote: > > On Monday 23 August 2004 12:24, Wilko Bulte wrote: > > > On Mon, Aug 23, 2004 at 12:54:23PM -0600, M. Warner Losh wrote.. > > > > > > > In message: <20040823173529.GB18520@phantom.cris.net> > > > > > > > > Alexey Zelkin <phantom@FreeBSD.org.ua> writes: > > > > : hi, > > > > : > > > > : On Mon, Aug 23, 2004 at 07:41:26AM -0700, David O'Brien wrote: > > > > : > On Mon, Aug 23, 2004 at 10:45:53AM +0300, Ruslan Ermilov wrote: > > > > : > > On Mon, Aug 23, 2004 at 07:13:51AM +0000, David E. O'Brien wrote: > > > > : > > > obrien 2004-08-23 07:13:51 UTC > > > > : > > > > > > > : > > > FreeBSD src repository > > > > : > > > > > > > : > > > Modified files: (Branch: RELENG_5) > > > > : > > > gnu/usr.bin/binutils/gdb Makefile > > > > : > > > gnu/usr.bin/cc Makefile.inc > > > > : > > > Log: > > > > : > > > Set vendor to a non-fun, but non-controversial one for the > > > > : > > > release. > > > > : > > > > > > > : > > > Approved by: re(kensmith) > > > > : > > > > > > > : > > > Revision Changes Path > > > > : > > > 1.81.2.1 +2 -2 src/gnu/usr.bin/binutils/gdb/Makefile > > > > : > > > 1.63.8.1 +1 -1 src/gnu/usr.bin/cc/Makefile.inc > > > > : > > > > > > : > > Will HEAD still stay spinning under my desk? ;) > > > > : > > > > > : > It is my intentions it will. > > > > : > > > > : So, is it a reason why HEAD does not boot on my notebook ? Should I > > > > : move it under a desk and try again ? :-) > > > > > > > > Clearly, we need more flexibility here. While undermydesk is > > > > appropriate for some machines, we need intherack, inmybackpack and > > > > mountedonplywood to cover current uses of FreeBSD. :-) > > > > > > Don't forget the onmybike (recent sighting of FreeBSD-powered motorbike > > > video) > > > > And, for my upcoming sensor/mapping system, 'inmybilge'. > > 'onmytv' Via the Weather Channel? :P -- Tom Rhodes From owner-cvs-all@FreeBSD.ORG Wed Aug 25 11:44:39 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAF8216A4CF; Wed, 25 Aug 2004 11:44:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85DBE43D5E; Wed, 25 Aug 2004 11:44:39 +0000 (GMT) (envelope-from tg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PBidca065761; Wed, 25 Aug 2004 11:44:39 GMT (envelope-from tg@repoman.freebsd.org) Received: (from tg@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PBideB065760; Wed, 25 Aug 2004 11:44:39 GMT (envelope-from tg) Message-Id: <200408251144.i7PBideB065760@repoman.freebsd.org> From: Thomas Gellekum <tg@FreeBSD.org> Date: Wed, 25 Aug 2004 11:44:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/ecos-tools/files patch-host::tools::Utils::common::eCosSerial.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 11:44:40 -0000 tg 2004-08-25 11:44:39 UTC FreeBSD ports repository Added files: devel/ecos-tools/files patch-host::tools::Utils::common::eCosSerial.h Log: Fix build on -current. Revision Changes Path 1.1 +11 -0 ports/devel/ecos-tools/files/patch-host::tools::Utils::common::eCosSerial.h (new) From owner-cvs-all@FreeBSD.ORG Wed Aug 25 11:49:25 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CF2216A4CE; Wed, 25 Aug 2004 11:49:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CDD443D5C; Wed, 25 Aug 2004 11:49:25 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PBnPte065894; Wed, 25 Aug 2004 11:49:25 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PBnOpj065893; Wed, 25 Aug 2004 11:49:24 GMT (envelope-from vs) Message-Id: <200408251149.i7PBnOpj065893@repoman.freebsd.org> From: Volker Stolz <vs@FreeBSD.org> Date: Wed, 25 Aug 2004 11:49:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/cvsweb-converters Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 11:49:25 -0000 vs 2004-08-25 11:49:24 UTC FreeBSD ports repository Modified files: sysutils/cvsweb-converters Makefile distinfo Log: Update to 0.2.3: Improved parsing of CVS import messages. PR: ports/70930 Submitted by: Martin Kammerhofer (maintainer) Revision Changes Path 1.9 +2 -1 ports/sysutils/cvsweb-converters/Makefile 1.6 +2 -2 ports/sysutils/cvsweb-converters/distinfo From owner-cvs-all@FreeBSD.ORG Wed Aug 25 11:57:07 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3ADD816A4CE; Wed, 25 Aug 2004 11:57:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D20143D5F; Wed, 25 Aug 2004 11:57:07 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PBv7I9066158; Wed, 25 Aug 2004 11:57:07 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PBv6G5066157; Wed, 25 Aug 2004 11:57:06 GMT (envelope-from brueffer) Message-Id: <200408251157.i7PBv6G5066157@repoman.freebsd.org> From: Christian Brueffer <brueffer@FreeBSD.org> Date: Wed, 25 Aug 2004 11:57:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 lge.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 11:57:07 -0000 brueffer 2004-08-25 11:57:06 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 lge.4 Log: Move a paragraph from the HARDWARE section back into the DESCRIPTION section. Also adapt it to make it fit in better. Requested by: simon Revision Changes Path 1.9 +4 -5 src/share/man/man4/lge.4 From owner-cvs-all@FreeBSD.ORG Wed Aug 25 12:14:45 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F30B316A4E6; Wed, 25 Aug 2004 12:14:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3CDB43D31; Wed, 25 Aug 2004 12:14:44 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PCEisx066602; Wed, 25 Aug 2004 12:14:44 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PCEiMa066601; Wed, 25 Aug 2004 12:14:44 GMT (envelope-from pjd) Message-Id: <200408251214.i7PCEiMa066601@repoman.freebsd.org> From: Pawel Jakub Dawidek <pjd@FreeBSD.org> Date: Wed, 25 Aug 2004 12:14:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/stripe g_stripe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 12:14:45 -0000 pjd 2004-08-25 12:14:44 UTC FreeBSD src repository Modified files: sys/geom/stripe g_stripe.c Log: Dump disk number. Revision Changes Path 1.17 +2 -1 src/sys/geom/stripe/g_stripe.c From owner-cvs-all@FreeBSD.ORG Wed Aug 25 12:26:15 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1490F16A4CE; Wed, 25 Aug 2004 12:26:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9A0643D5A; Wed, 25 Aug 2004 12:26:14 +0000 (GMT) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PCQE2Y066952; Wed, 25 Aug 2004 12:26:14 GMT (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PCQEUT066951; Wed, 25 Aug 2004 12:26:14 GMT (envelope-from mbr) Message-Id: <200408251226.i7PCQEUT066951@repoman.freebsd.org> From: Martin Blapp <mbr@FreeBSD.org> Date: Wed, 25 Aug 2004 12:26:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/converters/p5-MIME-Base64 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 12:26:15 -0000 mbr 2004-08-25 12:26:14 UTC FreeBSD ports repository Modified files: converters/p5-MIME-Base64 Makefile distinfo Log: Update to 3.03. Fix data corruption for binary data. rt.cpan.org: Bug #7456 Revision Changes Path 1.37 +1 -1 ports/converters/p5-MIME-Base64/Makefile 1.20 +2 -2 ports/converters/p5-MIME-Base64/distinfo From owner-cvs-all@FreeBSD.ORG Wed Aug 25 12:37:12 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BD9D16A4CE; Wed, 25 Aug 2004 12:37:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E22FE43D54; Wed, 25 Aug 2004 12:37:11 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PCbB3i067300; Wed, 25 Aug 2004 12:37:11 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PCbBbT067299; Wed, 25 Aug 2004 12:37:11 GMT (envelope-from vs) Message-Id: <200408251237.i7PCbBbT067299@repoman.freebsd.org> From: Volker Stolz <vs@FreeBSD.org> Date: Wed, 25 Aug 2004 12:37:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/archivers/rpm4 Makefile ports/x11/chameleon Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 12:37:12 -0000 vs 2004-08-25 12:37:11 UTC FreeBSD ports repository Modified files: archivers/rpm4 Makefile x11/chameleon Makefile Log: s/mirror.ac.uk/mirrorservice.org PR: ports/69481 Submitted by: Tim Bishop, lesi@ Approved by: maintainer timeout Revision Changes Path 1.9 +1 -1 ports/archivers/rpm4/Makefile 1.3 +1 -1 ports/x11/chameleon/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 25 13:10:32 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B12E16A4CE; Wed, 25 Aug 2004 13:10:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46CDF43D1F; Wed, 25 Aug 2004 13:10:32 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PDAUXj068835; Wed, 25 Aug 2004 13:10:30 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PDAUuw068834; Wed, 25 Aug 2004 13:10:30 GMT (envelope-from eik) Message-Id: <200408251310.i7PDAUuw068834@repoman.freebsd.org> From: Oliver Eikemeier <eik@FreeBSD.org> Date: Wed, 25 Aug 2004 13:10:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/portaudit-db/database portaudit.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 13:10:32 -0000 eik 2004-08-25 13:10:30 UTC FreeBSD ports repository Modified files: security/portaudit-db/database portaudit.txt Log: nss library SSL remote buffer overflow Revision Changes Path 1.100 +2 -1 ports/security/portaudit-db/database/portaudit.txt From owner-cvs-all@FreeBSD.ORG Wed Aug 25 13:15:07 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAACC16A4CE; Wed, 25 Aug 2004 13:15:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAB1843D6A; Wed, 25 Aug 2004 13:15:07 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PDF7ng069055; Wed, 25 Aug 2004 13:15:07 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PDF7cg069054; Wed, 25 Aug 2004 13:15:07 GMT (envelope-from maxim) Message-Id: <200408251315.i7PDF7cg069054@repoman.freebsd.org> From: Maxim Konovalov <maxim@FreeBSD.org> Date: Wed, 25 Aug 2004 13:15:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/join join.1 join.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 13:15:08 -0000 maxim 2004-08-25 13:15:07 UTC FreeBSD src repository Modified files: usr.bin/join join.1 join.c Log: Add -j flag to usage() and the man page synopsis. Inspired by: DragonFlyBSD Revision Changes Path 1.16 +1 -0 src/usr.bin/join/join.1 1.19 +5 -4 src/usr.bin/join/join.c From owner-cvs-all@FreeBSD.ORG Wed Aug 25 13:24:46 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9F6F16A4CE; Wed, 25 Aug 2004 13:24:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB6D243D39; Wed, 25 Aug 2004 13:24:46 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PDOkwp069372; Wed, 25 Aug 2004 13:24:46 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PDOkYw069371; Wed, 25 Aug 2004 13:24:46 GMT (envelope-from mat) Message-Id: <200408251324.i7PDOkYw069371@repoman.freebsd.org> From: Mathieu Arnold <mat@FreeBSD.org> Date: Wed, 25 Aug 2004 13:24:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/ices Makefile distinfo pkg-plist ports/audio/ices/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 13:24:47 -0000 mat 2004-08-25 13:24:46 UTC FreeBSD ports repository Modified files: audio/ices Makefile distinfo pkg-plist Removed files: audio/ices/files patch-configure Log: Update to 2.0.0 Approved by: lofi (maintainer) Revision Changes Path 1.9 +3 -7 ports/audio/ices/Makefile 1.5 +2 -2 ports/audio/ices/distinfo 1.2 +0 -11 ports/audio/ices/files/patch-configure (dead) 1.3 +10 -0 ports/audio/ices/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Aug 25 13:27:46 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FFDA16A4D0; Wed, 25 Aug 2004 13:27:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E22FB43D46; Wed, 25 Aug 2004 13:27:45 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PDRjRF069493; Wed, 25 Aug 2004 13:27:45 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PDRj4A069492; Wed, 25 Aug 2004 13:27:45 GMT (envelope-from vs) Message-Id: <200408251327.i7PDRj4A069492@repoman.freebsd.org> From: Volker Stolz <vs@FreeBSD.org> Date: Wed, 25 Aug 2004 13:27:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/zendstudio Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 13:27:46 -0000 vs 2004-08-25 13:27:45 UTC FreeBSD ports repository Modified files: devel/zendstudio Makefile distinfo pkg-plist Log: - Update to Version 3.5.1 - Fixed the build error on i386 PR: ports/70779 Submitted by: Gerrit Beine (maintainer) Revision Changes Path 1.2 +13 -10 ports/devel/zendstudio/Makefile 1.2 +2 -2 ports/devel/zendstudio/distinfo 1.2 +6 -41 ports/devel/zendstudio/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Aug 25 13:31:13 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3878216A4CE; Wed, 25 Aug 2004 13:31:13 +0000 (GMT) Received: from electra.cse.Buffalo.EDU (electra.cse.Buffalo.EDU [128.205.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D92B543D46; Wed, 25 Aug 2004 13:31:12 +0000 (GMT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from electra.cse.Buffalo.EDU (kensmith@localhost [127.0.0.1]) i7PDVCTH007935; Wed, 25 Aug 2004 09:31:12 -0400 (EDT) Received: (from kensmith@localhost) by electra.cse.Buffalo.EDU (8.12.10/8.12.9/Submit) id i7PDVC3l007934; Wed, 25 Aug 2004 09:31:12 -0400 (EDT) Date: Wed, 25 Aug 2004 09:31:11 -0400 From: Ken Smith <kensmith@cse.Buffalo.EDU> To: Murray Stokely <murray@FreeBSD.org> Message-ID: <20040825133111.GC6962@electra.cse.Buffalo.EDU> References: <200408251023.i7PANLhI062432@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408251023.i7PANLhI062432@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 13:31:13 -0000 On Wed, Aug 25, 2004 at 10:23:21AM +0000, Murray Stokely wrote: > murray 2004-08-25 10:23:21 UTC > > FreeBSD doc repository > > Modified files: > en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml [ Snip... ] > Found by: loader@freebsdmall.com > > Revision Changes Path > 1.143 +1 -1 doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml Geeze, just give loader a commit bit and be done with it... :-) -- Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | From owner-cvs-all@FreeBSD.ORG Wed Aug 25 13:36:43 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7503316A4CE; Wed, 25 Aug 2004 13:36:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5718743D2D; Wed, 25 Aug 2004 13:36:43 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PDah12069769; Wed, 25 Aug 2004 13:36:43 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PDahvw069768; Wed, 25 Aug 2004 13:36:43 GMT (envelope-from vs) Message-Id: <200408251336.i7PDahvw069768@repoman.freebsd.org> From: Volker Stolz <vs@FreeBSD.org> Date: Wed, 25 Aug 2004 13:36:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/linux-steam Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 13:36:43 -0000 vs 2004-08-25 13:36:43 UTC FreeBSD ports repository Modified files: games/linux-steam Makefile pkg-descr Log: Update MASTER_SITE/MAINTAINER PR: ports/70927 Submitted by: Hideki Machida (maintainer) Revision Changes Path 1.3 +2 -2 ports/games/linux-steam/Makefile 1.2 +1 -1 ports/games/linux-steam/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Aug 25 13:39:35 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 217B816A4CE; Wed, 25 Aug 2004 13:39:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0146243D2D; Wed, 25 Aug 2004 13:39:35 +0000 (GMT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PDdYBU069864; Wed, 25 Aug 2004 13:39:34 GMT (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PDdYVX069863; Wed, 25 Aug 2004 13:39:34 GMT (envelope-from nectar) Message-Id: <200408251339.i7PDdYVX069863@repoman.freebsd.org> From: Jacques Vidrine <nectar@FreeBSD.org> Date: Wed, 25 Aug 2004 13:39:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/libxine Makefile ports/multimedia/libxine/files patch-src:input:vcd:xineplug_inp_vcd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 13:39:35 -0000 nectar 2004-08-25 13:39:34 UTC FreeBSD ports repository Modified files: multimedia/libxine Makefile Added files: multimedia/libxine/files patch-src:input:vcd:xineplug_inp_vcd.c Log: Fix vcd URL handling vulnerability described at http://vuxml.freebsd.org/bef4515b-eaa9-11d8-9440-000347a4fa7d.html Obtained from: xine CVS Approved by: nobutaka (maintainer) Revision Changes Path 1.66 +1 -1 ports/multimedia/libxine/Makefile 1.1 +55 -0 ports/multimedia/libxine/files/patch-src:input:vcd:xineplug_inp_vcd.c (new) From owner-cvs-all@FreeBSD.ORG Wed Aug 25 13:46:40 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1C0C16A4CE; Wed, 25 Aug 2004 13:46:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B123843D31; Wed, 25 Aug 2004 13:46:40 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PDkeOU070161; Wed, 25 Aug 2004 13:46:40 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PDkeKS070160; Wed, 25 Aug 2004 13:46:40 GMT (envelope-from eik) Message-Id: <200408251346.i7PDkeKS070160@repoman.freebsd.org> From: Oliver Eikemeier <eik@FreeBSD.org> Date: Wed, 25 Aug 2004 13:46:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/nss Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 13:46:41 -0000 eik 2004-08-25 13:46:40 UTC FreeBSD ports repository Modified files: security/nss Makefile distinfo pkg-plist Log: update to 3.9.2. Fixes a remote exploitable buffer overflow: <http://www.freebsd.org/ports/portaudit/207f8ff3-f697-11d8-81b0-000347a4fa7d.html> Revision Changes Path 1.20 +1 -2 ports/security/nss/Makefile 1.5 +2 -2 ports/security/nss/distinfo 1.5 +1 -1 ports/security/nss/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Aug 25 13:51:16 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D117E16A4CE; Wed, 25 Aug 2004 13:51:16 +0000 (GMT) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FBF643D45; Wed, 25 Aug 2004 13:51:16 +0000 (GMT) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (203.134.132.19) by smtp01.syd.iprimus.net.au (7.0.028) id 412634F3001C3B6B; Wed, 25 Aug 2004 23:51:15 +1000 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id F31EE420D; Wed, 25 Aug 2004 23:51:13 +1000 (EST) Date: Wed, 25 Aug 2004 23:51:13 +1000 From: Tim Robbins <tjr@freebsd.org> To: Maxim Konovalov <maxim@FreeBSD.org> Message-ID: <20040825135113.GA31102@cat.robbins.dropbear.id.au> References: <200408251315.i7PDF7cg069054@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408251315.i7PDF7cg069054@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/join join.1 join.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 13:51:17 -0000 On Wed, Aug 25, 2004 at 01:15:07PM +0000, Maxim Konovalov wrote: > maxim 2004-08-25 13:15:07 UTC > > FreeBSD src repository > > Modified files: > usr.bin/join join.1 join.c > Log: > Add -j flag to usage() and the man page synopsis. If you're going to document these deprecated options, do it completely and correctly: what you've added to the manual page and usage() suggests that "-j 1 2" is valid, and the other forms of -a, -j and -o are still missing. I'd rather we kept this as it was before your change, though, in order to discourage use of these options. (For comparison, note that head(1) and tail(1) do not document deprecated options in the manpage synopsis or usage().) Tim From owner-cvs-all@FreeBSD.ORG Wed Aug 25 13:58:02 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 057A016A4CE; Wed, 25 Aug 2004 13:58:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7AF543D46; Wed, 25 Aug 2004 13:58:01 +0000 (GMT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PDw1vu070468; Wed, 25 Aug 2004 13:58:01 GMT (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PDw1su070467; Wed, 25 Aug 2004 13:58:01 GMT (envelope-from nectar) Message-Id: <200408251358.i7PDw1su070467@repoman.freebsd.org> From: Jacques Vidrine <nectar@FreeBSD.org> Date: Wed, 25 Aug 2004 13:58:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/portaudit-db/database portaudit.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 13:58:02 -0000 nectar 2004-08-25 13:58:01 UTC FreeBSD ports repository Modified files: security/portaudit-db/database portaudit.txt Log: Remove libxine issue which is now documented in the FreeBSD VuXML document. Reminded by: eik Revision Changes Path 1.101 +1 -2 ports/security/portaudit-db/database/portaudit.txt From owner-cvs-all@FreeBSD.ORG Wed Aug 25 14:06:00 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8393116A4CF; Wed, 25 Aug 2004 14:06:00 +0000 (GMT) Received: from electra.cse.Buffalo.EDU (electra.cse.Buffalo.EDU [128.205.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26C1B43D41; Wed, 25 Aug 2004 14:06:00 +0000 (GMT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from electra.cse.Buffalo.EDU (kensmith@localhost [127.0.0.1]) i7PE5xTH008837; Wed, 25 Aug 2004 10:05:59 -0400 (EDT) Received: (from kensmith@localhost) by electra.cse.Buffalo.EDU (8.12.10/8.12.9/Submit) id i7PE5vsg008835; Wed, 25 Aug 2004 10:05:57 -0400 (EDT) Date: Wed, 25 Aug 2004 10:05:56 -0400 From: Ken Smith <kensmith@cse.Buffalo.EDU> To: Colin Percival <colin.percival@wadham.ox.ac.uk> Message-ID: <20040825140556.GF6962@electra.cse.Buffalo.EDU> References: <200408250048.i7P0mZZa041842@repoman.freebsd.org> <6.1.0.6.1.20040824202655.03b3ee98@popserver.sfu.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6.1.0.6.1.20040824202655.03b3ee98@popserver.sfu.ca> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Ken Smith <kensmith@FreeBSD.org> Subject: Re: cvs commit: src/release/sparc64 mkisoimages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 14:06:00 -0000 On Tue, Aug 24, 2004 at 08:31:52PM -0700, Colin Percival wrote: > At 17:48 24/08/2004, Ken Smith wrote: > > release/sparc64 mkisoimages.sh > > Log: > > Back out previous commit. Colin's fix to md makes the extra sleep > > here unnecessary. Thanks Colin. :-) > > Don't thank me; thank phk. He told me how to fix it -- I just > did the commit. > Thanks Poul-Henning. :-) The md fixes have been in HEAD for three days at this point, right? Would you mind MFC-ing so we can test them fully with BETA2? Scott was thinking about starting the builds for that Thursday night so they'd mostly be available for people to muck with on the weekend. -- Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | From owner-cvs-all@FreeBSD.ORG Wed Aug 25 14:42:07 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F80216A4CE; Wed, 25 Aug 2004 14:42:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F34E343D46; Wed, 25 Aug 2004 14:42:06 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PEg6Fr071543; Wed, 25 Aug 2004 14:42:06 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PEg6Jk071542; Wed, 25 Aug 2004 14:42:06 GMT (envelope-from scottl) Message-Id: <200408251442.i7PEg6Jk071542@repoman.freebsd.org> From: Scott Long <scottl@FreeBSD.org> Date: Wed, 25 Aug 2004 14:42:06 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.3R schedule.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 14:42:07 -0000 scottl 2004-08-25 14:42:06 UTC FreeBSD doc repository Modified files: en/releases/5.3R schedule.sgml Log: Document the actual date of the BETA1 release. Revision Changes Path 1.7 +2 -2 www/en/releases/5.3R/schedule.sgml From owner-cvs-all@FreeBSD.ORG Wed Aug 25 14:55:36 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9FC316A4CE; Wed, 25 Aug 2004 14:55:36 +0000 (GMT) Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id A84C443D3F; Wed, 25 Aug 2004 14:55:36 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from [198.60.22.208] (helo=mgr8.xmission.com) by mgr2.xmission.com with esmtp (Exim 3.35 #1) id 1BzzBY-00030x-02; Wed, 25 Aug 2004 08:55:36 -0600 Received: from [166.70.56.15] (helo=misty.eyesbeyond.com) by mgr8.xmission.com with esmtp (Exim 4.32) id 1BzzBX-0006gN-R1; Wed, 25 Aug 2004 08:55:36 -0600 Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) i7PEtQ5O054817; Wed, 25 Aug 2004 08:55:26 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.11/8.12.11/Submit) id i7PEtP91054816; Wed, 25 Aug 2004 08:55:25 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Wed, 25 Aug 2004 08:55:25 -0600 From: Greg Lewis <glewis@eyesbeyond.com> To: Volker Stolz <vs@FreeBSD.org> Message-ID: <20040825145525.GA54791@misty.eyesbeyond.com> References: <200408251237.i7PCbBbT067299@repoman.freebsd.org> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <200408251237.i7PCbBbT067299@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Content-Type: text/plain; charset=us-ascii X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on mgr8.xmission.com X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=8.0 tests=BAYES_00, T_TM2_M_HEADER_IN_MSG autolearn=no version=2.63 X-SA-Exim-Connect-IP: 166.70.56.15 X-SA-Exim-Mail-From: glewis@eyesbeyond.com X-SA-Exim-Version: 4.0 (built Sat, 24 Apr 2004 12:31:30 +0200) X-SA-Exim-Scanned: Yes (on mgr8.xmission.com) cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/archivers/rpm4 Makefile ports/x11/chameleon Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 14:55:36 -0000 On Wed, Aug 25, 2004 at 12:37:11PM +0000, Volker Stolz wrote: > vs 2004-08-25 12:37:11 UTC > > FreeBSD ports repository > > Modified files: > archivers/rpm4 Makefile > x11/chameleon Makefile > Log: > s/mirror.ac.uk/mirrorservice.org > > PR: ports/69481 > Submitted by: Tim Bishop, lesi@ > Approved by: maintainer timeout I don't have any record of being informed of this PR, so I couldn't have timed out on the rpm4 port :). Thanks for commiting it though. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Wed Aug 25 15:09:27 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31F5216A4CE; Wed, 25 Aug 2004 15:09:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0834943D2D; Wed, 25 Aug 2004 15:09:27 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PF9QLt072380; Wed, 25 Aug 2004 15:09:26 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PF9QX5072379; Wed, 25 Aug 2004 15:09:26 GMT (envelope-from vs) Message-Id: <200408251509.i7PF9QX5072379@repoman.freebsd.org> From: Volker Stolz <vs@FreeBSD.org> Date: Wed, 25 Aug 2004 15:09:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/beep-media-player Makefile distinfo pkg-message pkg-plist ports/multimedia/beep-media-player/files patch-Input::vorbis::fileinfo.cpatch-beep::controlsocket.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 15:09:27 -0000 vs 2004-08-25 15:09:26 UTC FreeBSD ports repository Modified files: multimedia/beep-media-player Makefile distinfo pkg-message pkg-plist Added files: multimedia/beep-media-player/files patch-Output::OSS::audio.c patch-beep::controlsocket.c Removed files: multimedia/beep-media-player/files patch-Input::mpg123::fileinfo.c patch-Input::mpg123::mpg123.c patch-Input::vorbis::fileinfo.c patch-Input::vorbis::vorbis.c patch-beep::dirbrowser.c patch-beep::playlist_list.c patch-beep::pluginenum.c patch-beep::skin.c patch-beep::skinwin.c patch-beep::softvolume.c patch-beep::textbox.c Log: Update to 0.9.7rc1 PR: ports/70825 Submitted by: Miguel Mendez (maintainer) Revision Changes Path 1.14 +4 -5 ports/multimedia/beep-media-player/Makefile 1.4 +2 -2 ports/multimedia/beep-media-player/distinfo 1.3 +0 -61 ports/multimedia/beep-media-player/files/patch-Input::mpg123::fileinfo.c (dead) 1.2 +0 -42 ports/multimedia/beep-media-player/files/patch-Input::mpg123::mpg123.c (dead) 1.4 +0 -88 ports/multimedia/beep-media-player/files/patch-Input::vorbis::fileinfo.c (dead) 1.3 +0 -16 ports/multimedia/beep-media-player/files/patch-Input::vorbis::vorbis.c (dead) 1.1 +10 -0 ports/multimedia/beep-media-player/files/patch-Output::OSS::audio.c (new) 1.1 +10 -0 ports/multimedia/beep-media-player/files/patch-beep::controlsocket.c (new) 1.2 +0 -177 ports/multimedia/beep-media-player/files/patch-beep::dirbrowser.c (dead) 1.3 +0 -19 ports/multimedia/beep-media-player/files/patch-beep::playlist_list.c (dead) 1.2 +0 -18 ports/multimedia/beep-media-player/files/patch-beep::pluginenum.c (dead) 1.2 +0 -42 ports/multimedia/beep-media-player/files/patch-beep::skin.c (dead) 1.3 +0 -18 ports/multimedia/beep-media-player/files/patch-beep::skinwin.c (dead) 1.2 +0 -16 ports/multimedia/beep-media-player/files/patch-beep::softvolume.c (dead) 1.2 +0 -15 ports/multimedia/beep-media-player/files/patch-beep::textbox.c (dead) 1.2 +12 -0 ports/multimedia/beep-media-player/pkg-message 1.7 +36 -14 ports/multimedia/beep-media-player/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Aug 25 15:21:02 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A88C816A4CE; Wed, 25 Aug 2004 15:21:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8911C43D5C; Wed, 25 Aug 2004 15:21:02 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PFL2Cs072794; Wed, 25 Aug 2004 15:21:02 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PFL2UN072793; Wed, 25 Aug 2004 15:21:02 GMT (envelope-from scottl) Message-Id: <200408251521.i7PFL2UN072793@repoman.freebsd.org> From: Scott Long <scottl@FreeBSD.org> Date: Wed, 25 Aug 2004 15:21:02 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.3R policy.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 15:21:03 -0000 scottl 2004-08-25 15:21:02 UTC FreeBSD doc repository Modified files: en/releases/5.3R policy.sgml Log: Fix a spelling error. Revision Changes Path 1.4 +2 -2 www/en/releases/5.3R/policy.sgml From owner-cvs-all@FreeBSD.ORG Wed Aug 25 15:34:45 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2456B16A4CE; Wed, 25 Aug 2004 15:34:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04C8543D41; Wed, 25 Aug 2004 15:34:45 +0000 (GMT) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PFYic5073193; Wed, 25 Aug 2004 15:34:44 GMT (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PFYiTL073192; Wed, 25 Aug 2004 15:34:44 GMT (envelope-from mbr) Message-Id: <200408251534.i7PFYiTL073192@repoman.freebsd.org> From: Martin Blapp <mbr@FreeBSD.org> Date: Wed, 25 Aug 2004 15:34:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/whois whois.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 15:34:45 -0000 mbr 2004-08-25 15:34:44 UTC FreeBSD src repository Modified files: usr.bin/whois whois.c Log: Add special case for the german whois nameserver. Without the '-T dn,ace -C US-ASCII' option one does only get: $ whois nic.de domain: nic.de status: connect More information available on: http://www.denic.de/en/domains/technik/denic_whois-server/index.html MFC: 3 days Revision Changes Path 1.41 +6 -1 src/usr.bin/whois/whois.c From owner-cvs-all@FreeBSD.ORG Wed Aug 25 15:36:07 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9532F16A4CE; Wed, 25 Aug 2004 15:36:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74BC843D46; Wed, 25 Aug 2004 15:36:07 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PFa7rS073352; Wed, 25 Aug 2004 15:36:07 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PFa7FY073351; Wed, 25 Aug 2004 15:36:07 GMT (envelope-from hrs) Message-Id: <200408251536.i7PFa7FY073351@repoman.freebsd.org> From: Hiroki Sato <hrs@FreeBSD.org> Date: Wed, 25 Aug 2004 15:36:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/xhtml-basic Makefile ports/textproc/xhtml-basic/files patch-xhtml-basic10.cat X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 15:36:07 -0000 hrs 2004-08-25 15:36:07 UTC FreeBSD ports repository Modified files: textproc/xhtml-basic Makefile Added files: textproc/xhtml-basic/files patch-xhtml-basic10.cat Log: Fix a problem that prevents some SGML tools from working. Approved by: nectar (maintainer) PR: ports/63035 Revision Changes Path 1.2 +1 -1 ports/textproc/xhtml-basic/Makefile 1.1 +23 -0 ports/textproc/xhtml-basic/files/patch-xhtml-basic10.cat (new) From owner-cvs-all@FreeBSD.ORG Wed Aug 25 15:36:10 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1973016A4D2; Wed, 25 Aug 2004 15:36:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9A5543D49; Wed, 25 Aug 2004 15:36:09 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PFa9AV073410; Wed, 25 Aug 2004 15:36:09 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PFa9Wi073409; Wed, 25 Aug 2004 15:36:09 GMT (envelope-from hrs) Message-Id: <200408251536.i7PFa9Wi073409@repoman.freebsd.org> From: Hiroki Sato <hrs@FreeBSD.org> Date: Wed, 25 Aug 2004 15:36:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml Makefile distinfo pkg-plist ports/security/vuxml/files validate.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 15:36:10 -0000 hrs 2004-08-25 15:36:09 UTC FreeBSD ports repository Modified files: security/vuxml Makefile distinfo pkg-plist security/vuxml/files validate.sh Log: - Fix "make validate" problem when textproc/xhtml-basic is installed by adding an SGML declaration and DTDDECL. - Remove the --catalogs option for xmllint(1) in validate.sh. Approved by: nectar (maintainer) PR: ports/63035 Revision Changes Path 1.5 +2 -2 ports/security/vuxml/Makefile 1.4 +4 -2 ports/security/vuxml/distinfo 1.2 +5 -5 ports/security/vuxml/files/validate.sh 1.3 +1 -0 ports/security/vuxml/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Aug 25 15:36:58 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C72D16A4CE; Wed, 25 Aug 2004 15:36:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 022D343D2F; Wed, 25 Aug 2004 15:36:58 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PFavPB073473; Wed, 25 Aug 2004 15:36:57 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PFavDm073472; Wed, 25 Aug 2004 15:36:57 GMT (envelope-from hq) Message-Id: <200408251536.i7PFavDm073472@repoman.freebsd.org> From: Herve Quiroz <hq@FreeBSD.org> Date: Wed, 25 Aug 2004 15:36:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/ant-xinclude-task Makefile pkg-plist ports/textproc/ant-xinclude-task/files patch-build.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 15:36:58 -0000 hq 2004-08-25 15:36:57 UTC FreeBSD ports repository Modified files: textproc/ant-xinclude-task Makefile Added files: textproc/ant-xinclude-task/files patch-build.xml Removed files: textproc/ant-xinclude-task pkg-plist Log: - Unbreak port by patching build.xml - bsd.java.mk 2.0 compliance - ${CP} -> ${INSTALL_DATA} - ${ECHO} -> ${ECHO_MSG} - Use USE_ANT - Use PLIST_FILES to remove pkg-plist - Finer tuning of CLASSPATH (only xincluder.jar, not the whole ${JAVAJARDIR} content) PR: 70364 Submitted by: me Approved by: glewis (mentor) Revision Changes Path 1.11 +17 -20 ports/textproc/ant-xinclude-task/Makefile 1.1 +11 -0 ports/textproc/ant-xinclude-task/files/patch-build.xml (new) 1.3 +0 -1 ports/textproc/ant-xinclude-task/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Wed Aug 25 15:44:45 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A885516A4CE; Wed, 25 Aug 2004 15:44:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8855143D45; Wed, 25 Aug 2004 15:44:45 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PFijFQ073690; Wed, 25 Aug 2004 15:44:45 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PFij2R073689; Wed, 25 Aug 2004 15:44:45 GMT (envelope-from blackend) Message-Id: <200408251544.i7PFij2R073689@repoman.freebsd.org> From: Marc Fonvieille <blackend@FreeBSD.org> Date: Wed, 25 Aug 2004 15:44:45 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/sgml freebsd.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 15:44:45 -0000 blackend 2004-08-25 15:44:45 UTC FreeBSD doc repository Modified files: share/sgml freebsd.ent Log: Add an entity for the X server from the X.Org Foundation: Xorg. This will prevent inconsistencies. Revision Changes Path 1.62 +4 -0 doc/share/sgml/freebsd.ent From owner-cvs-all@FreeBSD.ORG Wed Aug 25 15:51:50 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2920916A4CE; Wed, 25 Aug 2004 15:51:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0885243D45; Wed, 25 Aug 2004 15:51:50 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PFpncj073987; Wed, 25 Aug 2004 15:51:49 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PFpnGj073986; Wed, 25 Aug 2004 15:51:49 GMT (envelope-from clsung) Message-Id: <200408251551.i7PFpnGj073986@repoman.freebsd.org> From: Cheng-Lung Sung <clsung@FreeBSD.org> Date: Wed, 25 Aug 2004 15:51:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/p5-Kwiki-plugins Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 15:51:50 -0000 clsung 2004-08-25 15:51:49 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-Kwiki-plugins Makefile pkg-descr Log: "meta-port" for Kwiki Plugins. Also refer to http://www.kwiki.org/?KwikiPluginList. Now only plugins in ports tree. PR: ports/70602 Approved by: vanilla (co-mentor) Revision Changes Path 1.971 +1 -0 ports/www/Makefile 1.1 +77 -0 ports/www/p5-Kwiki-plugins/Makefile (new) 1.1 +6 -0 ports/www/p5-Kwiki-plugins/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Aug 25 15:52:04 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E18616A4CE; Wed, 25 Aug 2004 15:52:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F39B43D1F; Wed, 25 Aug 2004 15:52:04 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PFq4iw074020; Wed, 25 Aug 2004 15:52:04 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PFq4Tn074019; Wed, 25 Aug 2004 15:52:04 GMT (envelope-from blackend) Message-Id: <200408251552.i7PFq4Tn074019@repoman.freebsd.org> From: Marc Fonvieille <blackend@FreeBSD.org> Date: Wed, 25 Aug 2004 15:52:04 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/sgml man-refs.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 15:52:04 -0000 blackend 2004-08-25 15:52:04 UTC FreeBSD doc repository Modified files: share/sgml man-refs.ent Log: Sort an entry before some additions. Revision Changes Path 1.288 +1 -1 doc/share/sgml/man-refs.ent From owner-cvs-all@FreeBSD.ORG Wed Aug 25 15:53:44 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B04AC16A4D4; Wed, 25 Aug 2004 15:53:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F52243D2F; Wed, 25 Aug 2004 15:53:44 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PFrikn074103; Wed, 25 Aug 2004 15:53:44 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PFriup074102; Wed, 25 Aug 2004 15:53:44 GMT (envelope-from clsung) Message-Id: <200408251553.i7PFriup074102@repoman.freebsd.org> From: Cheng-Lung Sung <clsung@FreeBSD.org> Date: Wed, 25 Aug 2004 15:53:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 15:53:44 -0000 clsung 2004-08-25 15:53:44 UTC FreeBSD ports repository Modified files: . modules Log: Add new port www/p5-Kwiki-plugins. PR: ports/70602 Approved by: vanilla (co-mentor) Revision Changes Path 1.10970 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Aug 25 15:57:34 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1067D16A4CE; Wed, 25 Aug 2004 15:57:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E648C43D2D; Wed, 25 Aug 2004 15:57:33 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PFvXQ8074232; Wed, 25 Aug 2004 15:57:33 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PFvXcM074231; Wed, 25 Aug 2004 15:57:33 GMT (envelope-from hrs) Message-Id: <200408251557.i7PFvXcM074231@repoman.freebsd.org> From: Hiroki Sato <hrs@FreeBSD.org> Date: Wed, 25 Aug 2004 15:57:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/texpower Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 15:57:34 -0000 hrs 2004-08-25 15:57:33 UTC FreeBSD ports repository Modified files: print/texpower Makefile Log: Fix dependency. Revision Changes Path 1.4 +1 -0 ports/print/texpower/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 25 16:01:58 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65AC916A4CF; Wed, 25 Aug 2004 16:01:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45A8E43D2D; Wed, 25 Aug 2004 16:01:58 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PG1wgU074386; Wed, 25 Aug 2004 16:01:58 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PG1wEl074385; Wed, 25 Aug 2004 16:01:58 GMT (envelope-from blackend) Message-Id: <200408251601.i7PG1wEl074385@repoman.freebsd.org> From: Marc Fonvieille <blackend@FreeBSD.org> Date: Wed, 25 Aug 2004 16:01:58 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/sgml man-refs.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 16:01:58 -0000 blackend 2004-08-25 16:01:58 UTC FreeBSD doc repository Modified files: share/sgml man-refs.ent Log: Add entities for pkgdb(1), Xorg(1) and xorgcfg(1). For the Xorg related manual pages, I used ports as vendor attribute, the xorg attribute should be available soon. Revision Changes Path 1.289 +3 -0 doc/share/sgml/man-refs.ent From owner-cvs-all@FreeBSD.ORG Wed Aug 25 16:07:48 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B2F216A4D0; Wed, 25 Aug 2004 16:07:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F045343D45; Wed, 25 Aug 2004 16:07:47 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PG7lL7074612; Wed, 25 Aug 2004 16:07:47 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PG7ljG074611; Wed, 25 Aug 2004 16:07:47 GMT (envelope-from brueffer) Message-Id: <200408251607.i7PG7ljG074611@repoman.freebsd.org> From: Christian Brueffer <brueffer@FreeBSD.org> Date: Wed, 25 Aug 2004 16:07:47 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 16:07:48 -0000 brueffer 2004-08-25 16:07:47 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: Remove one of pjd's entries which was satisfied. Approved by: pjd Revision Changes Path 1.240 +1 -11 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Wed Aug 25 16:10:04 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 736EC16A4D3; Wed, 25 Aug 2004 16:10:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 544AC43D2F; Wed, 25 Aug 2004 16:10:04 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PGA4oN074693; Wed, 25 Aug 2004 16:10:04 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PGA4TI074692; Wed, 25 Aug 2004 16:10:04 GMT (envelope-from brueffer) Message-Id: <200408251610.i7PGA4TI074692@repoman.freebsd.org> From: Christian Brueffer <brueffer@FreeBSD.org> Date: Wed, 25 Aug 2004 16:10:04 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations donors.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 16:10:04 -0000 brueffer 2004-08-25 16:10:04 UTC FreeBSD doc repository Modified files: en/donations donors.sgml Log: Add missing <tt></tt> tags Revision Changes Path 1.193 +2 -2 www/en/donations/donors.sgml From owner-cvs-all@FreeBSD.ORG Wed Aug 25 16:14:15 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3270916A4CF; Wed, 25 Aug 2004 16:14:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11D2143D2D; Wed, 25 Aug 2004 16:14:15 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PGEET0074848; Wed, 25 Aug 2004 16:14:14 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PGEEIl074847; Wed, 25 Aug 2004 16:14:14 GMT (envelope-from pjd) Message-Id: <200408251614.i7PGEEIl074847@repoman.freebsd.org> From: Pawel Jakub Dawidek <pjd@FreeBSD.org> Date: Wed, 25 Aug 2004 16:14:14 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 16:14:15 -0000 pjd 2004-08-25 16:14:14 UTC FreeBSD doc repository (src committer) Modified files: en/donations wantlist.sgml Log: Force commit to note, that Daniel Seuffert was the one who send me this great HW (even greater than I expected). Many thanks! Revision Changes Path 1.241 +1 -1 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Wed Aug 25 16:21:41 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CCE616A4CE; Wed, 25 Aug 2004 16:21:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C24C43D39; Wed, 25 Aug 2004 16:21:41 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PGLfAi075072; Wed, 25 Aug 2004 16:21:41 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PGLfNe075071; Wed, 25 Aug 2004 16:21:41 GMT (envelope-from vs) Message-Id: <200408251621.i7PGLfNe075071@repoman.freebsd.org> From: Volker Stolz <vs@FreeBSD.org> Date: Wed, 25 Aug 2004 16:21:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/f-prot-sig Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 16:21:41 -0000 vs 2004-08-25 16:21:41 UTC FreeBSD ports repository Modified files: security/f-prot-sig Makefile distinfo Log: Update to 20040825 PR: ports/70947 Submitted by: Tim Bishop (maintainer) Revision Changes Path 1.21 +1 -1 ports/security/f-prot-sig/Makefile 1.17 +2 -2 ports/security/f-prot-sig/distinfo From owner-cvs-all@FreeBSD.ORG Wed Aug 25 16:26:00 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A16B016A4CE; Wed, 25 Aug 2004 16:26:00 +0000 (GMT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBC9543D4C; Wed, 25 Aug 2004 16:25:59 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) i7PGOXMa025883; Wed, 25 Aug 2004 12:24:33 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke <marcus@marcuscom.com> To: Oliver Eikemeier <eik@FreeBSD.org> In-Reply-To: <200408251346.i7PDkeKS070160@repoman.freebsd.org> References: <200408251346.i7PDkeKS070160@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-ZBJM+DvhB4PBfWCEqMYu" Organization: MarcusCom, Inc. Message-Id: <1093451173.722.1.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Wed, 25 Aug 2004 12:26:14 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on creme-brulee.marcuscom.com cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/nss Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 16:26:00 -0000 --=-ZBJM+DvhB4PBfWCEqMYu Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2004-08-25 at 09:46, Oliver Eikemeier wrote: > eik 2004-08-25 13:46:40 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > security/nss Makefile distinfo pkg-plist=20 > Log: > update to 3.9.2. Fixes a remote exploitable buffer overflow: > <http://www.freebsd.org/ports/portaudit/207f8ff3-f697-11d8-81b0-00034= 7a4fa7d.html> Seeing as since this is maintained by gnome, you are not so, and I am a fellow member of portmgr, I would have appreciated you at least sent gnome@ a heads up and a diff before you committed this. Please do so in the future. Joe > =20 > Revision Changes Path > 1.20 +1 -2 ports/security/nss/Makefile > 1.5 +2 -2 ports/security/nss/distinfo > 1.5 +1 -1 ports/security/nss/pkg-plist --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-ZBJM+DvhB4PBfWCEqMYu Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQBBLL2lb2iPiv4Uz4cRAnC3AJwP2WkgBKc/paSW1k1ceSfy+5dR9gCdH3ee Hk3NJWTA1W7ZjYsV2fhMeNg= =qUEc -----END PGP SIGNATURE----- --=-ZBJM+DvhB4PBfWCEqMYu-- From owner-cvs-all@FreeBSD.ORG Wed Aug 25 16:36:18 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C40316A4CE; Wed, 25 Aug 2004 16:36:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CA0543D53; Wed, 25 Aug 2004 16:36:18 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PGaIXn075452; Wed, 25 Aug 2004 16:36:18 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PGaIUt075451; Wed, 25 Aug 2004 16:36:18 GMT (envelope-from roam) Message-Id: <200408251636.i7PGaIUt075451@repoman.freebsd.org> From: Peter Pentchev <roam@FreeBSD.org> Date: Wed, 25 Aug 2004 16:36:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/sockstat sockstat.1 sockstat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 16:36:18 -0000 roam 2004-08-25 16:36:18 UTC FreeBSD src repository (doc,ports committer) Modified files: usr.bin/sockstat sockstat.1 sockstat.c Log: Do not display bogus entries for sockets in the TIME_WAIT or similar states that no longer have a corresponding file descriptor - until now, sockstat would mostly randomly match null kern.file.*.xf_data fields with the first mostly-closed socket. This bugfix is a RELENG_5 candidate. Approved by: andre Revision Changes Path 1.19 +16 -1 src/usr.bin/sockstat/sockstat.1 1.10 +2 -0 src/usr.bin/sockstat/sockstat.c From owner-cvs-all@FreeBSD.ORG Wed Aug 25 16:41:13 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 155BE16A4CE; Wed, 25 Aug 2004 16:41:13 +0000 (GMT) Received: from mx1.originative.co.uk (freebsd.gotadsl.co.uk [81.6.249.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D8F643D39; Wed, 25 Aug 2004 16:41:10 +0000 (GMT) (envelope-from paul@mx1.originative.co.uk) Received: from localhost (unknown [127.0.0.1]) by mx1.originative.co.uk (Postfix) with ESMTP id EAFBE1556F; Wed, 25 Aug 2004 17:41:08 +0100 (BST) Received: from mx1.originative.co.uk ([127.0.0.1])port 10024) with ESMTP id 32659-05; Wed, 25 Aug 2004 17:41:06 +0100 (BST) Received: by mx1.originative.co.uk (Postfix, from userid 1000) id C28D715579; Wed, 25 Aug 2004 17:41:06 +0100 (BST) Date: Wed, 25 Aug 2004 17:41:06 +0100 From: Paul Richards <paul@originative.co.uk> To: Nate Lawson <nate@root.org> Message-ID: <20040825164106.GB5709@myrddin.originative.co.uk> References: <200408201921.i7KJLl3J035751@repoman.freebsd.org> <200408201516.32748.peter@wemm.org> <412678FC.6040009@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <412678FC.6040009@root.org> User-Agent: Mutt/1.5.6i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Peter Wemm <peter@wemm.org> Subject: Re: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 16:41:13 -0000 On Fri, Aug 20, 2004 at 03:19:40PM -0700, Nate Lawson wrote: > Peter Wemm wrote: > >On Friday 20 August 2004 12:21 pm, Don Lewis wrote: > > > >> Modified files: > >> sys/kern vfs_subr.c > >> Log: > >> Don't attempt to trigger the syncer thread final sync code in the > >> shutdown_pre_sync state if the RB_NOSYNC flag is set. This is the > >> likely cause of hangs after a system panic that are keeping crash > >> dumps from being done. > > > > > >The hang that I saw was because interrupts are broken (they just stop > >for no apparent reason) and the ata_shutdown sync hooks are not in > >polled mode (which is correct - interrupts are supposed to be enabled > >at this point, and are for normal shutdowns). > > Did you got the "interrupt storm for xxx" message before this happened? > I think the check for this is too sensitive -- it is triggered on > resume by my an0 card. That's the only way I've seen interrupts stop > occuring during normal operation. It's been happening on one of my boxes too. I can't boot it at all with ACPI, I don't get any routing, without ACPI it runs for a while then all of a sudden box starts getting ATA DMA timeouts because interrupts stop working. I was going to send some dmesg from the two boot scenarios but it doesn't boot up at all anymore, just hangs I think just after the timecounter/cpu throttle steps messages, I think that's the point where it's probing for ATA devices - which might still be interrupt issues. It's not very useable considering it's -stable :-) Paul. From owner-cvs-all@FreeBSD.ORG Wed Aug 25 16:48:55 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 202BB16A4CE; Wed, 25 Aug 2004 16:48:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 003DC43D2D; Wed, 25 Aug 2004 16:48:54 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PGms0Q075811; Wed, 25 Aug 2004 16:48:54 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PGmsGB075810; Wed, 25 Aug 2004 16:48:54 GMT (envelope-from pjd) Message-Id: <200408251648.i7PGmsGB075810@repoman.freebsd.org> From: Pawel Jakub Dawidek <pjd@FreeBSD.org> Date: Wed, 25 Aug 2004 16:48:54 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 16:48:55 -0000 pjd 2004-08-25 16:48:54 UTC FreeBSD doc repository (src committer) Modified files: en/donations wantlist.sgml Log: Daniel Seuffert is going to send me even better hardware. Thanks a lot! Revision Changes Path 1.242 +1 -12 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Wed Aug 25 16:52:59 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5D1316A4CE; Wed, 25 Aug 2004 16:52:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B501D43D1F; Wed, 25 Aug 2004 16:52:59 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PGqxWf075985; Wed, 25 Aug 2004 16:52:59 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PGqxsM075984; Wed, 25 Aug 2004 16:52:59 GMT (envelope-from rwatson) Message-Id: <200408251652.i7PGqxsM075984@repoman.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Wed, 25 Aug 2004 16:52:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfsserver nfs_serv.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 16:53:00 -0000 rwatson 2004-08-25 16:52:59 UTC FreeBSD src repository Modified files: sys/nfsserver nfs_serv.c Log: Convert a mtx_lock(&Giant) to a mtx_unlock(&Giant) in nfsrv_link() to prevent leakage of Giant. With INVARIANTS, this results in an assertion failure following execution of the RPC. Without INVARIANTS, it could result in problems if the NFS server is killed causing nfsd to return to user space holding Giant. Feet provided by: brueffer Revision Changes Path 1.148 +1 -1 src/sys/nfsserver/nfs_serv.c From owner-cvs-all@FreeBSD.ORG Wed Aug 25 17:00:17 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3A5016A4CE; Wed, 25 Aug 2004 17:00:16 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 923A643D2F; Wed, 25 Aug 2004 17:00:16 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.11/8.12.11) with ESMTP id i7PGw0xa035245; Wed, 25 Aug 2004 12:58:00 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i7PGvxQ1035242; Wed, 25 Aug 2004 12:58:00 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Wed, 25 Aug 2004 12:57:59 -0400 (EDT) From: Robert Watson <rwatson@freebsd.org> X-Sender: robert@fledge.watson.org To: Paul Richards <paul@originative.co.uk> In-Reply-To: <20040825164106.GB5709@myrddin.originative.co.uk> Message-ID: <Pine.NEB.3.96L.1040825125712.33614K-100000@fledge.watson.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Peter Wemm <peter@wemm.org> cc: Nate Lawson <nate@root.org> Subject: Re: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 17:00:17 -0000 On Wed, 25 Aug 2004, Paul Richards wrote: > It's not very useable considering it's -stable :-) Detail aside -- it's not -stable, and won't be until we've released 5.3. The branch is currently under release engineering with the primary goal being to improve stability (and a secondary to improve performance). Please make sure not to tell people it's -STABLE. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research From owner-cvs-all@FreeBSD.ORG Wed Aug 25 17:07:33 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 248FF16A4CE; Wed, 25 Aug 2004 17:07:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 027F743D73; Wed, 25 Aug 2004 17:07:33 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PH7WlK076450; Wed, 25 Aug 2004 17:07:32 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PH7WJm076449; Wed, 25 Aug 2004 17:07:32 GMT (envelope-from hrs) Message-Id: <200408251707.i7PH7WJm076449@repoman.freebsd.org> From: Hiroki Sato <hrs@FreeBSD.org> Date: Wed, 25 Aug 2004 17:07:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/dvi2dvi Makefile pkg-plist ports/japanese/dvi2dvi/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 17:07:33 -0000 hrs 2004-08-25 17:07:32 UTC FreeBSD ports repository Modified files: japanese/dvi2dvi Makefile pkg-plist japanese/dvi2dvi/files patch-aa Log: Fix build breakage and pkg-plist. Revision Changes Path 1.11 +1 -1 ports/japanese/dvi2dvi/Makefile 1.5 +19 -1 ports/japanese/dvi2dvi/files/patch-aa 1.3 +0 -1 ports/japanese/dvi2dvi/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Aug 25 17:15:26 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE7D216A4D0; Wed, 25 Aug 2004 17:15:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACD4D43D2F; Wed, 25 Aug 2004 17:15:26 +0000 (GMT) (envelope-from vkashyap@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PHFQYX076662; Wed, 25 Aug 2004 17:15:26 GMT (envelope-from vkashyap@repoman.freebsd.org) Received: (from vkashyap@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PHFQRN076661; Wed, 25 Aug 2004 17:15:26 GMT (envelope-from vkashyap) Message-Id: <200408251715.i7PHFQRN076661@repoman.freebsd.org> From: Vinod Kashyap <vkashyap@FreeBSD.org> Date: Wed, 25 Aug 2004 17:15:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/twa twa_freebsd.c twa_reg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 17:15:27 -0000 vkashyap 2004-08-25 17:15:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/twa twa_freebsd.c twa_reg.h Log: Merged from HEAD, twa changes for amd64 support. Reviewed by:re Approved by:re Revision Changes Path 1.7.2.1 +1 -1 src/sys/dev/twa/twa_freebsd.c 1.1.4.1 +1 -1 src/sys/dev/twa/twa_reg.h From owner-cvs-all@FreeBSD.ORG Wed Aug 25 17:25:39 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C46216A4CE; Wed, 25 Aug 2004 17:25:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C05F43D3F; Wed, 25 Aug 2004 17:25:39 +0000 (GMT) (envelope-from shige@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PHPdRN076944; Wed, 25 Aug 2004 17:25:39 GMT (envelope-from shige@repoman.freebsd.org) Received: (from shige@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PHPdhW076943; Wed, 25 Aug 2004 17:25:39 GMT (envelope-from shige) Message-Id: <200408251725.i7PHPdhW076943@repoman.freebsd.org> From: Shigeyuki Fukushima <shige@FreeBSD.org> Date: Wed, 25 Aug 2004 17:25:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/shells/zsh-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 17:25:39 -0000 shige 2004-08-25 17:25:39 UTC FreeBSD ports repository Modified files: shells/zsh-devel Makefile Log: Deprecated. Revision Changes Path 1.65 +3 -0 ports/shells/zsh-devel/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 25 17:30:36 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84DE816A4CE; Wed, 25 Aug 2004 17:30:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B6BE43D1F; Wed, 25 Aug 2004 17:30:36 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PHUaBo077062; Wed, 25 Aug 2004 17:30:36 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PHUaPH077061; Wed, 25 Aug 2004 17:30:36 GMT (envelope-from mux) Message-Id: <200408251730.i7PHUaPH077061@repoman.freebsd.org> From: Maxime Henrion <mux@FreeBSD.org> Date: Wed, 25 Aug 2004 17:30:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/lnc if_lnc_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 17:30:36 -0000 mux 2004-08-25 17:30:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/lnc if_lnc_pci.c Log: MFC revision 1.35: Pass a correct lowaddr to bus_dma_tag_create(), lnc(4) cards can only deal with 24-bit addresses. While the two other attachments, namely isa and cbus, do it properly, the PCI attachment was passing BUS_SPACE_MAXADDR instead of BUS_SPACE_MAXADDR_24BIT. This bug became apparent with the new contigmalloc() code. This fixes the problem reported with lnc(4) interfaces inside VMWare, and should theoritically also fix any user of a PCI lnc(4) card. It is a RELENG_5 MFC candidate. Approved by: re@ Revision Changes Path 1.34.2.1 +1 -1 src/sys/dev/lnc/if_lnc_pci.c From owner-cvs-all@FreeBSD.ORG Wed Aug 25 17:44:57 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5AD116A4CF; Wed, 25 Aug 2004 17:44:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8049743D1F; Wed, 25 Aug 2004 17:44:57 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PHivT8077452; Wed, 25 Aug 2004 17:44:57 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PHivIZ077451; Wed, 25 Aug 2004 17:44:57 GMT (envelope-from nork) Message-Id: <200408251744.i7PHivIZ077451@repoman.freebsd.org> From: Norikatsu Shigemura <nork@FreeBSD.org> Date: Wed, 25 Aug 2004 17:44:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/pips800 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 17:44:57 -0000 nork 2004-08-25 17:44:57 UTC FreeBSD ports repository Modified files: print/pips800 Makefile Log: Change MAINTAINER to requester. Requested by: ume Approved by: taoka (maintainer/blanket) Revision Changes Path 1.24 +1 -1 ports/print/pips800/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 25 17:45:07 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0664316A4CE; Wed, 25 Aug 2004 17:45:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9FE243D31; Wed, 25 Aug 2004 17:45:04 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PHj4Jc077484; Wed, 25 Aug 2004 17:45:04 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PHj4od077483; Wed, 25 Aug 2004 17:45:04 GMT (envelope-from ru) Message-Id: <200408251745.i7PHj4od077483@repoman.freebsd.org> From: Ruslan Ermilov <ru@FreeBSD.org> Date: Wed, 25 Aug 2004 17:45:04 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 17:45:07 -0000 ru 2004-08-25 17:45:04 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: Register my desire for an AMD64 desktop. Revision Changes Path 1.243 +9 -1 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Wed Aug 25 17:45:25 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B56CE16A50D; Wed, 25 Aug 2004 17:45:25 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id F183543D1F; Wed, 25 Aug 2004 17:45:19 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i7PHidqs001165; Wed, 25 Aug 2004 11:44:40 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 25 Aug 2004 11:45:02 -0600 (MDT) Message-Id: <20040825.114502.91312696.imp@bsdimp.com> To: nate@root.org From: "M. Warner Losh" <imp@bsdimp.com> In-Reply-To: <412BC4C5.3000708@root.org> References: <412B9629.3080108@root.org> <20040824213627.GA61527@dragon.nuxi.com> <412BC4C5.3000708@root.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: obrien@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi.c acpi_resource.c acpivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 17:45:25 -0000 In message: <412BC4C5.3000708@root.org> Nate Lawson <nate@root.org> writes: : David O'Brien wrote: : > On Tue, Aug 24, 2004 at 12:25:29PM -0700, Nate Lawson wrote: : > : >>David O'Brien wrote: : >> : >>>On Mon, Aug 23, 2004 at 04:28:42PM +0000, Nate Lawson wrote: : >>> : >>> : >>>>njl 2004-08-23 16:28:42 UTC : >>>>FreeBSD src repository : >>>>Modified files: : >>>> sys/dev/acpica acpi.c acpi_resource.c acpivar.h : >>>>Log: : >>>>Rework sysresource management. Instead of having each sysresource object : >>> : >>>... : >>> : >>> : >>>>Tested by: Pawel Worach <sajd_at_telia.com> : >>>>Tested by: Radek Kozlowski <radek_at_raadradd.com> : >>> : >>> : >>>Tested only on i386, right?? : >> : >>Still waiting for the amd64 laptop donation. ;-) In any case, I've : >>just committed a fix. The amd64,ia64 nexus hadn't been caught up with : >>i386 and the resource code depends on the new method. : > : > In the future, may I make a request that you post patches for large : > changes before committing them? Now that ACPI is a multi-platform thing : > that is very basic to booting, we have to be careful about changes to it. : : For large commits (i.e. mpsafe patch), I post patches and get testing. : For critical bugfixes like this, I get the reporter to test after I test : and then commit. With the minimum MFC period, I want to get critical : bugfixes into HEAD as soon as they are tested (to start the clock) and : plan to be responsive to any subsequent bug reports. But to introduce a guaranteed core dump on non-i386 architectures is not acceptible. By rushing things in, you have inconvenienced many users of these platforms (amd64 is getting quite popular), which reduces the developer's time for further FreeBSD work since they have to deal with the core dump, track it down, etc. ACPI is so central to the system that such breakages should be avoided to the greatest extent possible. Warner From owner-cvs-all@FreeBSD.ORG Wed Aug 25 17:54:19 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFB7216A4CE; Wed, 25 Aug 2004 17:54:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D05F843D39; Wed, 25 Aug 2004 17:54:19 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PHsJH8077753; Wed, 25 Aug 2004 17:54:19 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PHsJkG077752; Wed, 25 Aug 2004 17:54:19 GMT (envelope-from obrien) Message-Id: <200408251754.i7PHsJkG077752@repoman.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Wed, 25 Aug 2004 17:54:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/mpt mpt_freebsd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 17:54:20 -0000 obrien 2004-08-25 17:54:19 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt_freebsd.c Log: Correct style nit in rev 1.17. Revision Changes Path 1.18 +2 -2 src/sys/dev/mpt/mpt_freebsd.c From owner-cvs-all@FreeBSD.ORG Wed Aug 25 17:54:34 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F13216A4CE; Wed, 25 Aug 2004 17:54:34 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8811143D53; Wed, 25 Aug 2004 17:54:33 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.0.12] (g4.samsco.home [192.168.0.12]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i7PHti4U000800; Wed, 25 Aug 2004 11:55:45 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <412CD20F.2090708@freebsd.org> Date: Wed, 25 Aug 2004 11:53:19 -0600 From: Scott Long <scottl@freebsd.org> User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nate Lawson <nate@root.org> References: <200408231628.i7NGSg8G084516@repoman.freebsd.org> <20040824180620.GA56576@dragon.nuxi.com> <412B9629.3080108@root.org> <20040824213627.GA61527@dragon.nuxi.com> <412BC4C5.3000708@root.org> In-Reply-To: <412BC4C5.3000708@root.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: obrien@freebsd.org Subject: Re: cvs commit: src/sys/dev/acpica acpi.c acpi_resource.c acpivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 17:54:34 -0000 Nate Lawson wrote: > David O'Brien wrote: > >> On Tue, Aug 24, 2004 at 12:25:29PM -0700, Nate Lawson wrote: >> >>> David O'Brien wrote: >>> >>>> On Mon, Aug 23, 2004 at 04:28:42PM +0000, Nate Lawson wrote: >>>> >>>> >>>>> njl 2004-08-23 16:28:42 UTC >>>>> FreeBSD src repository >>>>> Modified files: >>>>> sys/dev/acpica acpi.c acpi_resource.c acpivar.h Log: >>>>> Rework sysresource management. Instead of having each sysresource >>>>> object >>>> >>>> >>>> ... >>>> >>>> >>>>> Tested by: Pawel Worach <sajd_at_telia.com> >>>>> Tested by: Radek Kozlowski <radek_at_raadradd.com> >>>> >>>> >>>> >>>> Tested only on i386, right?? >>> >>> >>> Still waiting for the amd64 laptop donation. ;-) In any case, I've >>> just committed a fix. The amd64,ia64 nexus hadn't been caught up >>> with i386 and the resource code depends on the new method. >> >> >> In the future, may I make a request that you post patches for large >> changes before committing them? Now that ACPI is a multi-platform thing >> that is very basic to booting, we have to be careful about changes to it. > > > For large commits (i.e. mpsafe patch), I post patches and get testing. > For critical bugfixes like this, I get the reporter to test after I test > and then commit. With the minimum MFC period, I want to get critical > bugfixes into HEAD as soon as they are tested (to start the clock) and > plan to be responsive to any subsequent bug reports. > I'm not going to harp on this other than to say that commits to RELENG_5 need to have adequate review and testing before they are submitted for approval. I'll personally test anything that you need on amd64 if you ask. Scott From owner-cvs-all@FreeBSD.ORG Wed Aug 25 18:28:15 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9227F16A4CE; Wed, 25 Aug 2004 18:28:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8363743D82; Wed, 25 Aug 2004 18:28:15 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PISFD6078797; Wed, 25 Aug 2004 18:28:15 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PISFtH078796; Wed, 25 Aug 2004 18:28:15 GMT (envelope-from obrien) Message-Id: <200408251828.i7PISFtH078796@repoman.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Wed, 25 Aug 2004 18:28:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/include in_cksum.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 18:28:15 -0000 obrien 2004-08-25 18:28:15 UTC FreeBSD src repository Modified files: sys/i386/include in_cksum.h Log: Fix a bug in in_cksum_hdr w/o -O. The C code assumes that the carry bit is always kept from the previous operation. However, the pointer indexing requires another add operation. Thus, the carry bit from the first operation is tromped over by the "addl" operation that ends up following it, so the "adcl" that follows that has no effect because the carry bit is cleared before it. The result is checksum failure on received packets. The larger issue is that there isn't any other way of preventing the compiler inserting arbitrary instructions between different __asm statements (and that the commit message in revision 1.13 of in_cksum.h is wrong on this point). From http://developer.apple.com/documentation/DeveloperTools/gcc-3.3/gcc/Extended-Asm.html ---8<---8<---8<--- You can't expect a sequence of volatile asm instructions to remain perfectly consecutive. If you want consecutive output, use a single asm. Also, GCC will perform some optimizations across a volatile asm instruction; GCC does not "forget everything" when it encounters a volatile asm instruction the way some other compilers do. ---8<---8<---8<--- Also, this change also makes the ASM code much easier to read. PR: 69257 Submitted by: Mike Bristow <mike@urgle.com>, Qing Li <qing.li@bluecoat.com> Revision Changes Path 1.16 +14 -16 src/sys/i386/include/in_cksum.h From owner-cvs-all@FreeBSD.ORG Wed Aug 25 18:38:40 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 252AD16A4CE; Wed, 25 Aug 2004 18:38:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 054B143D1F; Wed, 25 Aug 2004 18:38:40 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PIcd49079223; Wed, 25 Aug 2004 18:38:39 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PIcdn6079222; Wed, 25 Aug 2004 18:38:39 GMT (envelope-from marcus) Message-Id: <200408251838.i7PIcdn6079222@repoman.freebsd.org> From: Joe Marcus Clarke <marcus@FreeBSD.org> Date: Wed, 25 Aug 2004 18:38:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/py-orbit2 Makefileports/devel/py-orbit2/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 18:38:40 -0000 marcus 2004-08-25 18:38:39 UTC FreeBSD ports repository Modified files: devel/py-orbit2 Makefile Removed files: devel/py-orbit2/files patch-configure Log: * Correct the ORBIT_CONFIG [1] * Use the new libtool scheme * Make CONFLICTS for portlint friendly PR: 69484 [1] Revision Changes Path 1.22 +4 -3 ports/devel/py-orbit2/Makefile 1.3 +0 -10 ports/devel/py-orbit2/files/patch-configure (dead) From owner-cvs-all@FreeBSD.ORG Wed Aug 25 18:44:00 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DBD616A4D2; Wed, 25 Aug 2004 18:44:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CEA243D82; Wed, 25 Aug 2004 18:44:00 +0000 (GMT) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PIhxfX079390; Wed, 25 Aug 2004 18:43:59 GMT (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PIhxdH079389; Wed, 25 Aug 2004 18:43:59 GMT (envelope-from obraun) Message-Id: <200408251843.i7PIhxdH079389@repoman.freebsd.org> From: Oliver Braun <obraun@FreeBSD.org> Date: Wed, 25 Aug 2004 18:43:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/hugs/files patch-libraries_base_Data_List.hs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 18:44:00 -0000 obraun 2004-08-25 18:43:59 UTC FreeBSD ports repository Added files: lang/hugs/files patch-libraries_base_Data_List.hs Log: Work around stricter CPP in GCC >= 3.4.1. Obtained from: cvs.haskell.org Revision Changes Path 1.1 +11 -0 ports/lang/hugs/files/patch-libraries_base_Data_List.hs (new) From owner-cvs-all@FreeBSD.ORG Wed Aug 25 18:49:32 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C991A16A4E0; Wed, 25 Aug 2004 18:49:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8CCB43D53; Wed, 25 Aug 2004 18:49:32 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PInWh6079545; Wed, 25 Aug 2004 18:49:32 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PInWJR079544; Wed, 25 Aug 2004 18:49:32 GMT (envelope-from mlaier) Message-Id: <200408251849.i7PInWJR079544@repoman.freebsd.org> From: Max Laier <mlaier@FreeBSD.org> Date: Wed, 25 Aug 2004 18:49:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 altq.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 18:49:32 -0000 mlaier 2004-08-25 18:49:32 UTC FreeBSD src repository Modified files: share/man/man9 altq.9 Log: Document supported devices here (for lack of a better place). Users interested in ALTQ are likely to type in "man altq" at some point and maybe they will scroll down to the bottom as well. MFC after: 3 days Revision Changes Path 1.3 +31 -1 src/share/man/man9/altq.9 From owner-cvs-all@FreeBSD.ORG Wed Aug 25 18:49:57 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CFD616A4CE; Wed, 25 Aug 2004 18:49:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFDBD43D45; Wed, 25 Aug 2004 18:49:56 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PInugs079597; Wed, 25 Aug 2004 18:49:56 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PInueK079596; Wed, 25 Aug 2004 18:49:56 GMT (envelope-from alc) Message-Id: <200408251849.i7PInueK079596@repoman.freebsd.org> From: Alan Cox <alc@FreeBSD.org> Date: Wed, 25 Aug 2004 18:49:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/i386/i386 uio_machdep.c src/sys/sparc64/sparc64 uio_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 18:49:57 -0000 alc 2004-08-25 18:49:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/i386/i386 uio_machdep.c sys/sparc64/sparc64 uio_machdep.c Log: MT5 i386/i386/uio_machdep.c:1.6 and sparc64/sparc64/uio_machdep.c:1.7: Properly free the temporary sf_buf in uiomove_fromphys() if a copyin or copyout fails. Obtained from: DragonFlyBSD Approved by: re (kensmith) Revision Changes Path 1.5.2.1 +3 -1 src/sys/i386/i386/uio_machdep.c 1.6.2.1 +4 -1 src/sys/sparc64/sparc64/uio_machdep.c From owner-cvs-all@FreeBSD.ORG Wed Aug 25 18:53:31 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6483616A4D9; Wed, 25 Aug 2004 18:53:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44A8A43D48; Wed, 25 Aug 2004 18:53:31 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PIrVCO079768; Wed, 25 Aug 2004 18:53:31 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PIrV5E079767; Wed, 25 Aug 2004 18:53:31 GMT (envelope-from hrs) Message-Id: <200408251853.i7PIrV5E079767@repoman.freebsd.org> From: Hiroki Sato <hrs@FreeBSD.org> Date: Wed, 25 Aug 2004 18:53:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/dvipsk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 18:53:31 -0000 hrs 2004-08-25 18:53:30 UTC FreeBSD ports repository Modified files: japanese/dvipsk Makefile Log: - Add USE_GMAKE=yes. - s/cp -r/cp -R/. Revision Changes Path 1.24 +2 -1 ports/japanese/dvipsk/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 25 19:02:32 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B5C516A4D5; Wed, 25 Aug 2004 19:02:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A01D43D1D; Wed, 25 Aug 2004 19:02:32 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PJ2WGT080060; Wed, 25 Aug 2004 19:02:32 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PJ2W8S080059; Wed, 25 Aug 2004 19:02:32 GMT (envelope-from marcus) Message-Id: <200408251902.i7PJ2W8S080059@repoman.freebsd.org> From: Joe Marcus Clarke <marcus@FreeBSD.org> Date: Wed, 25 Aug 2004 19:02:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/gtk20 Makefile distinfo pkg-plist ports/x11-toolkits/gtk20/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 19:02:32 -0000 marcus 2004-08-25 19:02:32 UTC FreeBSD ports repository Modified files: x11-toolkits/gtk20 Makefile distinfo pkg-plist Added files: x11-toolkits/gtk20/files patch-configure Log: Update to 2.4.8. Revision Changes Path 1.137 +1 -1 ports/x11-toolkits/gtk20/Makefile 1.71 +2 -2 ports/x11-toolkits/gtk20/distinfo 1.1 +11 -0 ports/x11-toolkits/gtk20/files/patch-configure (new) 1.78 +2 -0 ports/x11-toolkits/gtk20/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Aug 25 19:02:57 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 730DA16A4CE; Wed, 25 Aug 2004 19:02:57 +0000 (GMT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1754C43D31; Wed, 25 Aug 2004 19:02:57 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost.pittgoth.com (acs-24-154-239-170.zoominternet.net [24.154.239.170]) (authenticated bits=0) by pittgoth.com (8.12.10/8.12.10) with ESMTP id i7PJ2sX1033176 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 25 Aug 2004 15:02:56 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Wed, 25 Aug 2004 15:03:31 -0400 From: Tom Rhodes <trhodes@FreeBSD.org> To: Pawel Jakub Dawidek <pjd@FreeBSD.org> Message-Id: <20040825150331.32787955@localhost.pittgoth.com> In-Reply-To: <200408251614.i7PGEEIl074847@repoman.freebsd.org> References: <200408251614.i7PGEEIl074847@repoman.freebsd.org> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 19:02:57 -0000 On Wed, 25 Aug 2004 16:14:14 +0000 (UTC) Pawel Jakub Dawidek <pjd@FreeBSD.org> wrote: > pjd 2004-08-25 16:14:14 UTC > > FreeBSD doc repository (src committer) > > Modified files: > en/donations wantlist.sgml > Log: > Force commit to note, that Daniel Seuffert was the one who send me this great HW > (even greater than I expected). Daniel was added to the donors.sgml file so that he can be noticed by everyone. Forced commits are not required. :) -- Tom Rhodes From owner-cvs-all@FreeBSD.ORG Wed Aug 25 19:12:17 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F77D16A4CE; Wed, 25 Aug 2004 19:12:17 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDE2B43D3F; Wed, 25 Aug 2004 19:12:16 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.13.1/8.12.11) with ESMTP id i7PJCGRQ018098; Wed, 25 Aug 2004 12:12:16 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i7PJCE44018097; Wed, 25 Aug 2004 12:12:14 -0700 (PDT) (envelope-from obrien) Date: Wed, 25 Aug 2004 12:12:14 -0700 From: "David O'Brien" <obrien@freebsd.org> To: Scott Long <scottl@freebsd.org> Message-ID: <20040825191214.GA18046@dragon.nuxi.com> References: <200408231628.i7NGSg8G084516@repoman.freebsd.org> <20040824180620.GA56576@dragon.nuxi.com> <412B9629.3080108@root.org> <20040824213627.GA61527@dragon.nuxi.com> <412BC4C5.3000708@root.org> <412CD20F.2090708@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <412CD20F.2090708@freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Nate Lawson <nate@root.org> Subject: Re: cvs commit: src/sys/dev/acpica acpi.c acpi_resource.c acpivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 19:12:17 -0000 On Wed, Aug 25, 2004 at 11:53:19AM -0600, Scott Long wrote: > I'm not going to harp on this other than to say that commits to RELENG_5 > need to have adequate review and testing before they are submitted for > approval. I'll personally test anything that you need on amd64 if you > ask. You know I would also, and many others on freebsd-amd64. The point is "asking". :-) -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Wed Aug 25 19:18:08 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CE1916A4CE; Wed, 25 Aug 2004 19:18:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ECDB43D6D; Wed, 25 Aug 2004 19:18:08 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PJI7Fa080460; Wed, 25 Aug 2004 19:18:07 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PJI7K4080459; Wed, 25 Aug 2004 19:18:07 GMT (envelope-from pjd) Message-Id: <200408251918.i7PJI7K4080459@repoman.freebsd.org> From: Pawel Jakub Dawidek <pjd@FreeBSD.org> Date: Wed, 25 Aug 2004 19:18:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/raid3 g_raid3.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 19:18:08 -0000 pjd 2004-08-25 19:18:07 UTC FreeBSD src repository Modified files: sys/geom/raid3 g_raid3.c Log: Log verification errors at level 1. Revision Changes Path 1.9 +6 -2 src/sys/geom/raid3/g_raid3.c From owner-cvs-all@FreeBSD.ORG Wed Aug 25 19:33:53 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5DFF16A4CE; Wed, 25 Aug 2004 19:33:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A677B43D2F; Wed, 25 Aug 2004 19:33:52 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PJXqw6080864; Wed, 25 Aug 2004 19:33:52 GMT (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PJXqq0080863; Wed, 25 Aug 2004 19:33:52 GMT (envelope-from jeh) Message-Id: <200408251933.i7PJXqq0080863@repoman.freebsd.org> From: "James E. Housley" <jeh@FreeBSD.org> Date: Wed, 25 Aug 2004 19:33:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 19:33:53 -0000 jeh 2004-08-25 19:33:52 UTC FreeBSD ports repository Modified files: security/uvscan-dat Makefile distinfo Log: Update to DAT 4388 Revision Changes Path 1.262 +1 -1 ports/security/uvscan-dat/Makefile 1.260 +2 -2 ports/security/uvscan-dat/distinfo From owner-cvs-all@FreeBSD.ORG Wed Aug 25 19:35:23 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77A2D16A4CF; Wed, 25 Aug 2004 19:35:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4921443D46; Wed, 25 Aug 2004 19:35:23 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PJZNFM080980; Wed, 25 Aug 2004 19:35:23 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PJZN7D080979; Wed, 25 Aug 2004 19:35:23 GMT (envelope-from adamw) Message-Id: <200408251935.i7PJZN7D080979@repoman.freebsd.org> From: Adam Weinberger <adamw@FreeBSD.org> Date: Wed, 25 Aug 2004 19:35:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/gtk20 Makefile distinfo ports/x11-toolkits/gtk20/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 19:35:23 -0000 adamw 2004-08-25 19:35:23 UTC FreeBSD ports repository Modified files: x11-toolkits/gtk20 Makefile distinfo Removed files: x11-toolkits/gtk20/files patch-configure Log: Update to 2.4.9. This is just a quick fix release that pretty much duplicates the configure patch that marcus committed. Revision Changes Path 1.138 +1 -1 ports/x11-toolkits/gtk20/Makefile 1.72 +2 -2 ports/x11-toolkits/gtk20/distinfo 1.2 +0 -11 ports/x11-toolkits/gtk20/files/patch-configure (dead) From owner-cvs-all@FreeBSD.ORG Wed Aug 25 19:39:14 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25C8416A4CE; Wed, 25 Aug 2004 19:39:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06F9543D31; Wed, 25 Aug 2004 19:39:14 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PJdDYL081126; Wed, 25 Aug 2004 19:39:13 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PJdDCJ081125; Wed, 25 Aug 2004 19:39:13 GMT (envelope-from imp) Message-Id: <200408251939.i7PJdDCJ081125@repoman.freebsd.org> From: Warner Losh <imp@FreeBSD.org> Date: Wed, 25 Aug 2004 19:39:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 19:39:14 -0000 imp 2004-08-25 19:39:13 UTC FreeBSD src repository Modified files: . UPDATING Log: Recommend using make kernel for current -> current upgrades. No reason to have multiple commands for that. Use relative paths into the src tree consistantly in the instructions. Fix minor nits that have crept into things. # is preseedrandom still necessary? Revision Changes Path 1.349 +9 -10 src/UPDATING From owner-cvs-all@FreeBSD.ORG Wed Aug 25 19:43:50 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CD3E16A4CE; Wed, 25 Aug 2004 19:43:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E0FC43D48; Wed, 25 Aug 2004 19:43:50 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PJhoUE081273; Wed, 25 Aug 2004 19:43:50 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PJhoEU081272; Wed, 25 Aug 2004 19:43:50 GMT (envelope-from wilko) Message-Id: <200408251943.i7PJhoEU081272@repoman.freebsd.org> From: Wilko Bulte <wilko@FreeBSD.org> Date: Wed, 25 Aug 2004 19:43:50 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations donors.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 19:43:50 -0000 wilko 2004-08-25 19:43:50 UTC FreeBSD doc repository Modified files: en/donations donors.sgml Log: trhodes received the Creator3D I sent him. Revision Changes Path 1.194 +8 -1 www/en/donations/donors.sgml From owner-cvs-all@FreeBSD.ORG Wed Aug 25 19:54:41 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEE7216A4D5; Wed, 25 Aug 2004 19:54:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D7ED43D3F; Wed, 25 Aug 2004 19:54:41 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PJsf8B081585; Wed, 25 Aug 2004 19:54:41 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PJsfGJ081584; Wed, 25 Aug 2004 19:54:41 GMT (envelope-from blackend) Message-Id: <200408251954.i7PJsfGJ081584@repoman.freebsd.org> From: Marc Fonvieille <blackend@FreeBSD.org> Date: Wed, 25 Aug 2004 19:54:41 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/preface preface.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 19:54:42 -0000 blackend 2004-08-25 19:54:41 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/preface preface.sgml Log: s/travelled/traveled (documented by http://www.scriptorium.com/Standards/probhome.html#HEADING27 and Webster's dict) Submitted by: Jesus R. Camou <jcamou@COX.net> Verified by: ceri Revision Changes Path 1.25 +1 -1 doc/en_US.ISO8859-1/books/handbook/preface/preface.sgml From owner-cvs-all@FreeBSD.ORG Wed Aug 25 19:56:48 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6EC616A4CF; Wed, 25 Aug 2004 19:56:48 +0000 (GMT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40AF043D1D; Wed, 25 Aug 2004 19:56:48 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost.pittgoth.com (acs-24-154-239-170.zoominternet.net [24.154.239.170]) (authenticated bits=0) by pittgoth.com (8.12.10/8.12.10) with ESMTP id i7PJujX1033424 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 25 Aug 2004 15:56:46 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Wed, 25 Aug 2004 15:57:22 -0400 From: Tom Rhodes <trhodes@FreeBSD.org> To: Wilko Bulte <wilko@FreeBSD.org> Message-Id: <20040825155722.0d57fbd7@localhost.pittgoth.com> In-Reply-To: <200408251943.i7PJhoEU081272@repoman.freebsd.org> References: <200408251943.i7PJhoEU081272@repoman.freebsd.org> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/donations donors.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 19:56:49 -0000 On Wed, 25 Aug 2004 19:43:50 +0000 (UTC) Wilko Bulte <wilko@FreeBSD.org> wrote: > wilko 2004-08-25 19:43:50 UTC > > FreeBSD doc repository > > Modified files: > en/donations donors.sgml > Log: > trhodes received the Creator3D I sent him. Thanks, I'm a little behind. -- Tom Rhodes From owner-cvs-all@FreeBSD.ORG Wed Aug 25 20:09:15 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 622C316A4CE; Wed, 25 Aug 2004 20:09:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4337443D69; Wed, 25 Aug 2004 20:09:15 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PK9FQi081991; Wed, 25 Aug 2004 20:09:15 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PK9FvY081990; Wed, 25 Aug 2004 20:09:15 GMT (envelope-from njl) Message-Id: <200408252009.i7PK9FvY081990@repoman.freebsd.org> From: Nate Lawson <njl@FreeBSD.org> Date: Wed, 25 Aug 2004 20:09:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_lid.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 20:09:15 -0000 njl 2004-08-25 20:09:15 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_lid.c Log: Remove code to initialize the lid state at boot. It interfered with lid operation for some users with pure GPE lid switches (vs. embedded controller.) Tested by: Anish Mistry <mistry.7_at_osu.edu> MFC after: 3 days Revision Changes Path 1.27 +16 -29 src/sys/dev/acpica/acpi_lid.c From owner-cvs-all@FreeBSD.ORG Wed Aug 25 20:20:00 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E9A216A4CE; Wed, 25 Aug 2004 20:20:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E72D43D3F; Wed, 25 Aug 2004 20:20:00 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PKK0Jp082344; Wed, 25 Aug 2004 20:20:00 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PKK04i082343; Wed, 25 Aug 2004 20:20:00 GMT (envelope-from cperciva) Message-Id: <200408252020.i7PKK04i082343@repoman.freebsd.org> From: Colin Percival <cperciva@FreeBSD.org> Date: Wed, 25 Aug 2004 20:20:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/md md.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 20:20:00 -0000 cperciva 2004-08-25 20:20:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/md md.c Log: MFC rev. 1.128: Insert a g_waitidle() call in order to ensure that new memory disks appear in /dev before mdconfig(8) returns. Approved by: re (kensmith) Revision Changes Path 1.127.2.1 +1 -0 src/sys/dev/md/md.c From owner-cvs-all@FreeBSD.ORG Wed Aug 25 20:23:56 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AD2C16A4CE; Wed, 25 Aug 2004 20:23:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC3F543D58; Wed, 25 Aug 2004 20:23:55 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PKNt1H082523; Wed, 25 Aug 2004 20:23:55 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PKNtDB082522; Wed, 25 Aug 2004 20:23:55 GMT (envelope-from thierry) Message-Id: <200408252023.i7PKNtDB082522@repoman.freebsd.org> From: Thierry Thomas <thierry@FreeBSD.org> Date: Wed, 25 Aug 2004 20:23:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/rxvt-unicode Makefile distinfo ports/x11/rxvt-unicode/files patch-src::command.C X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 20:23:56 -0000 thierry 2004-08-25 20:23:55 UTC FreeBSD ports repository Modified files: x11/rxvt-unicode Makefile distinfo x11/rxvt-unicode/files patch-src::command.C Log: Upgrade to 3.9. Revision Changes Path 1.58 +3 -11 ports/x11/rxvt-unicode/Makefile 1.18 +2 -2 ports/x11/rxvt-unicode/distinfo 1.2 +6 -6 ports/x11/rxvt-unicode/files/patch-src::command.C From owner-cvs-all@FreeBSD.ORG Wed Aug 25 20:24:19 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CE1916A4CE; Wed, 25 Aug 2004 20:24:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8EA643D3F; Wed, 25 Aug 2004 20:24:18 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PKOIm0082929; Wed, 25 Aug 2004 20:24:18 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PKOI5I082928; Wed, 25 Aug 2004 20:24:18 GMT (envelope-from ume) Message-Id: <200408252024.i7PKOI5I082928@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Wed, 25 Aug 2004 20:24:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/pips2200 Makefile distinfo pkg-descr ports/print/pips3000 Makefile distinfo pkg-descr ports/print/pips3300 Makefile distinfo pkg-descr ports/print/pips3500 Makefile distinfo pkg-descr ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 20:24:19 -0000 ume 2004-08-25 20:24:18 UTC FreeBSD ports repository Modified files: print/pips2200 Makefile distinfo pkg-descr print/pips3000 Makefile distinfo pkg-descr print/pips3300 Makefile distinfo pkg-descr print/pips3500 Makefile distinfo pkg-descr print/pips670 Makefile distinfo pkg-descr print/pips750_2000 Makefile distinfo print/pips760 Makefile distinfo pkg-descr print/pips770 Makefile distinfo pkg-descr print/pips780 Makefile distinfo pkg-descr print/pips800 Makefile distinfo pkg-descr print/pips800/files ekpd.sh setup print/pips820 Makefile distinfo pkg-descr print/pips880 Makefile distinfo pkg-descr print/pips900 Makefile distinfo pkg-descr Added files: print/pips800 Makefile.pips pkg-message pkg-plist pkg-plist132 print/pips800/files extra-patch-2.6.2 extra-patch-2.6.2-common extra-patch-2.6.2-dtrfilter extra-patch-2.6.2-lpr pips.sh Removed files: print/pips800 pkg-plist10 pkg-plist13 pkg-plist131 pkg-plist20 pkg-plist21 print/pips800/files filter13.rev readme_for_zh Log: Fix long standing fetch problem by using latest distribution. Recently, the souce codes are available. So, we can build FreeBSD native version of PIPS from source instead of just using Linux version. However, some libraries are still shipped as Linux binary. So, we use libmap.conf to solve this problem. Since I have only PM-760C, I cannot test it with other than PM-760C, actually. So, your feedbacks are welcome. Revision Changes Path 1.5 +1 -1 ports/print/pips2200/Makefile 1.4 +2 -2 ports/print/pips2200/distinfo 1.4 +0 -11 ports/print/pips2200/pkg-descr 1.5 +1 -1 ports/print/pips3000/Makefile 1.5 +2 -2 ports/print/pips3000/distinfo 1.4 +0 -11 ports/print/pips3000/pkg-descr 1.5 +1 -3 ports/print/pips3300/Makefile 1.3 +2 -2 ports/print/pips3300/distinfo 1.4 +0 -3 ports/print/pips3300/pkg-descr 1.5 +2 -2 ports/print/pips3500/Makefile 1.5 +2 -2 ports/print/pips3500/distinfo 1.3 +0 -3 ports/print/pips3500/pkg-descr 1.5 +1 -1 ports/print/pips670/Makefile 1.4 +2 -2 ports/print/pips670/distinfo 1.4 +0 -11 ports/print/pips670/pkg-descr 1.5 +1 -2 ports/print/pips750_2000/Makefile 1.4 +2 -2 ports/print/pips750_2000/distinfo 1.5 +1 -1 ports/print/pips760/Makefile 1.5 +2 -2 ports/print/pips760/distinfo 1.4 +0 -11 ports/print/pips760/pkg-descr 1.6 +1 -1 ports/print/pips770/Makefile 1.5 +2 -2 ports/print/pips770/distinfo 1.4 +0 -11 ports/print/pips770/pkg-descr 1.5 +3 -3 ports/print/pips780/Makefile 1.5 +2 -2 ports/print/pips780/distinfo 1.5 +0 -3 ports/print/pips780/pkg-descr 1.25 +4 -313 ports/print/pips800/Makefile 1.1 +280 -0 ports/print/pips800/Makefile.pips (new) 1.5 +2 -2 ports/print/pips800/distinfo 1.2 +33 -43 ports/print/pips800/files/ekpd.sh 1.1 +109 -0 ports/print/pips800/files/extra-patch-2.6.2 (new) 1.1 +215 -0 ports/print/pips800/files/extra-patch-2.6.2-common (new) 1.1 +31 -0 ports/print/pips800/files/extra-patch-2.6.2-dtrfilter (new) 1.1 +233 -0 ports/print/pips800/files/extra-patch-2.6.2-lpr (new) 1.2 +0 -15 ports/print/pips800/files/filter13.rev (dead) 1.1 +28 -0 ports/print/pips800/files/pips.sh (new) 1.2 +0 -32 ports/print/pips800/files/readme_for_zh (dead) 1.2 +4 -4 ports/print/pips800/files/setup 1.4 +0 -11 ports/print/pips800/pkg-descr 1.1 +8 -0 ports/print/pips800/pkg-message (new) 1.5 +63 -0 ports/print/pips800/pkg-plist (new) 1.2 +0 -40 ports/print/pips800/pkg-plist10 (dead) 1.2 +0 -14 ports/print/pips800/pkg-plist13 (dead) 1.2 +0 -40 ports/print/pips800/pkg-plist131 (dead) 1.1 +28 -0 ports/print/pips800/pkg-plist132 (new) 1.2 +0 -32 ports/print/pips800/pkg-plist20 (dead) 1.2 +0 -75 ports/print/pips800/pkg-plist21 (dead) 1.4 +2 -2 ports/print/pips820/Makefile 1.3 +2 -2 ports/print/pips820/distinfo 1.2 +0 -11 ports/print/pips820/pkg-descr 1.5 +2 -2 ports/print/pips880/Makefile 1.5 +2 -2 ports/print/pips880/distinfo 1.5 +0 -3 ports/print/pips880/pkg-descr 1.6 +2 -2 ports/print/pips900/Makefile 1.5 +2 -2 ports/print/pips900/distinfo 1.5 +0 -11 ports/print/pips900/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Aug 25 20:59:56 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD70F16A4CE; Wed, 25 Aug 2004 20:59:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEC1343D1F; Wed, 25 Aug 2004 20:59:56 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PKxuAF083837; Wed, 25 Aug 2004 20:59:56 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PKxub2083836; Wed, 25 Aug 2004 20:59:56 GMT (envelope-from ume) Message-Id: <200408252059.i7PKxub2083836@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Wed, 25 Aug 2004 20:59:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/pips780 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 20:59:57 -0000 ume 2004-08-25 20:59:56 UTC FreeBSD ports repository Modified files: print/pips780 Makefile Log: fix COMMENT. Revision Changes Path 1.6 +1 -1 ports/print/pips780/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 25 21:05:43 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 712C416A4CE; Wed, 25 Aug 2004 21:05:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5087143D1F; Wed, 25 Aug 2004 21:05:43 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PL5haA084132; Wed, 25 Aug 2004 21:05:43 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PL5hNk084131; Wed, 25 Aug 2004 21:05:43 GMT (envelope-from jmg) Message-Id: <200408252105.i7PL5hNk084131@repoman.freebsd.org> From: John-Mark Gurney <jmg@FreeBSD.org> Date: Wed, 25 Aug 2004 21:05:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man9 MUTEX_PROFILING.9 src/sys/conf NOTES options src/sys/kern kern_mutex.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 21:05:43 -0000 jmg 2004-08-25 21:05:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/man/man9 MUTEX_PROFILING.9 sys/conf NOTES options sys/kern kern_mutex.c Log: MFC: add options to adjust MPROF buffers and hash size v1.7 MUTEX_PROFILING.9 v1.1262 NOTES v1.476 options v1.147 kern_mutex.c Approved by: re@ (scottl) Revision Changes Path 1.6.2.1 +6 -0 src/share/man/man9/MUTEX_PROFILING.9 1.1261.2.2 +4 -0 src/sys/conf/NOTES 1.475.2.1 +2 -0 src/sys/conf/options 1.147.2.1 +10 -0 src/sys/kern/kern_mutex.c From owner-cvs-all@FreeBSD.ORG Wed Aug 25 21:15:38 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D7E116A4CE; Wed, 25 Aug 2004 21:15:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DE8943D48; Wed, 25 Aug 2004 21:15:38 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PLFcoK084467; Wed, 25 Aug 2004 21:15:38 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PLFc3f084466; Wed, 25 Aug 2004 21:15:38 GMT (envelope-from jmg) Message-Id: <200408252115.i7PLFc3f084466@repoman.freebsd.org> From: John-Mark Gurney <jmg@FreeBSD.org> Date: Wed, 25 Aug 2004 21:15:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4 sk.4 src/sys/pci if_sk.c if_skreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 21:15:38 -0000 jmg 2004-08-25 21:15:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/man/man4 sk.4 sys/pci if_sk.c if_skreg.h Log: MFC: adding Belkin F5D5005 gige card, and minor style change leave the 10k typo since future man page changes should be merged too v1.8[45] if_sk.c v1.21 if_skreg.h v1.22 sk.4 Approved by: re@ (scottl) Revision Changes Path 1.21.2.1 +3 -1 src/share/man/man4/sk.4 1.83.2.1 +8 -1 src/sys/pci/if_sk.c 1.20.2.1 +5 -0 src/sys/pci/if_skreg.h From owner-cvs-all@FreeBSD.ORG Wed Aug 25 21:19:06 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8AD716A4CE; Wed, 25 Aug 2004 21:19:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AACA443D67; Wed, 25 Aug 2004 21:19:06 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PLJ6EO084553; Wed, 25 Aug 2004 21:19:06 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PLJ6VB084552; Wed, 25 Aug 2004 21:19:06 GMT (envelope-from jmg) Message-Id: <200408252119.i7PLJ6VB084552@repoman.freebsd.org> From: John-Mark Gurney <jmg@FreeBSD.org> Date: Wed, 25 Aug 2004 21:19:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/pci if_sk.c if_skreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 21:19:07 -0000 jmg 2004-08-25 21:19:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/pci if_sk.c if_skreg.h Log: MFC: fix LOR in if_sk v1.86 if_sk.c v1.22 if_skreg.h Approved by: re@ (scottl) Revision Changes Path 1.83.2.2 +54 -42 src/sys/pci/if_sk.c 1.20.2.2 +2 -2 src/sys/pci/if_skreg.h From owner-cvs-all@FreeBSD.ORG Wed Aug 25 21:24:36 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85C5416A4CE; Wed, 25 Aug 2004 21:24:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6640743D6A; Wed, 25 Aug 2004 21:24:36 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PLOaHh084710; Wed, 25 Aug 2004 21:24:36 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PLOaHa084709; Wed, 25 Aug 2004 21:24:36 GMT (envelope-from rwatson) Message-Id: <200408252124.i7PLOaHa084709@repoman.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Wed, 25 Aug 2004 21:24:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 21:24:36 -0000 rwatson 2004-08-25 21:24:36 UTC FreeBSD src repository Modified files: sys/kern uipc_usrreq.c Log: Don't hold the UNIX domain socket subsystem lock over the body of the UNIX domain socket garbage collection implementation, as that risks holding the mutex over potentially sleeping operations (as well as introducing some nasty lock order issues, etc). unp_gc() will hold the lock long enough to do necessary deferal checks and set that it's running, but then release it until it needs to reset the gc state. RELENG_5 candidate. Discussed with: alfred Revision Changes Path 1.140 +15 -8 src/sys/kern/uipc_usrreq.c From owner-cvs-all@FreeBSD.ORG Wed Aug 25 21:35:46 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D30716A4CE; Wed, 25 Aug 2004 21:35:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E44243D45; Wed, 25 Aug 2004 21:35:46 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PLZjFx085125; Wed, 25 Aug 2004 21:35:45 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PLZjrc085124; Wed, 25 Aug 2004 21:35:45 GMT (envelope-from thierry) Message-Id: <200408252135.i7PLZjrc085124@repoman.freebsd.org> From: Thierry Thomas <thierry@FreeBSD.org> Date: Wed, 25 Aug 2004 21:35:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/pear-Config Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 21:35:46 -0000 thierry 2004-08-25 21:35:45 UTC FreeBSD ports repository Modified files: devel/pear-Config Makefile Log: - Take maintainership; - since I'm here, fix RUN_DEPENDS. PR: ports/70957 Submitted by: Antônio Carlos Venâncio Júnior Revision Changes Path 1.4 +2 -3 ports/devel/pear-Config/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 25 21:45:25 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B35BE16A4CE; Wed, 25 Aug 2004 21:45:25 +0000 (GMT) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AEF243D70; Wed, 25 Aug 2004 21:45:25 +0000 (GMT) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) i7PLjOt4029079; Wed, 25 Aug 2004 22:45:24 +0100 (BST) (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost)i7PLjNep029078; Wed, 25 Aug 2004 22:45:23 +0100 (BST) (envelope-from mark@grondar.org) X-Authentication-Warning: storm.FreeBSD.org.uk: Ugrondar set sender to mark@grondar.org using -f Received: from grondar.org (localhost [127.0.0.1])i7PLhH8M025604; Wed, 25 Aug 2004 22:43:17 +0100 (BST) (envelope-from mark@grondar.org) Message-Id: <200408252143.i7PLhH8M025604@grimreaper.grondar.org> To: Warner Losh <imp@FreeBSD.ORG> From: Mark Murray <markm@FreeBSD.ORG> In-Reply-To: Your message of "Wed, 25 Aug 2004 19:39:13 -0000." <200408251939.i7PJdDCJ081125@repoman.freebsd.org> Date: Wed, 25 Aug 2004 22:43:17 +0100 Sender: mark@grondar.org cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 21:45:25 -0000 Warner Losh writes: > # is preseedrandom still necessary? It doesn't hurt, and its probablty best to keep it for now until the entropy startup has been properly audited. M -- Mark Murray iumop ap!sdn w,I idlaH From owner-cvs-all@FreeBSD.ORG Wed Aug 25 21:50:40 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEAF216A4CE; Wed, 25 Aug 2004 21:50:40 +0000 (GMT) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4866043D2F; Wed, 25 Aug 2004 21:50:40 +0000 (GMT) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) i7PLodSi029145; Wed, 25 Aug 2004 22:50:39 +0100 (BST) (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost)i7PLod1m029144; Wed, 25 Aug 2004 22:50:39 +0100 (BST) (envelope-from mark@grondar.org) X-Authentication-Warning: storm.FreeBSD.org.uk: Ugrondar set sender to mark@grondar.org using -f Received: from grondar.org (localhost [127.0.0.1])i7PLjre0025653; Wed, 25 Aug 2004 22:45:53 +0100 (BST) (envelope-from mark@grondar.org) Message-Id: <200408252145.i7PLjre0025653@grimreaper.grondar.org> To: obrien@FreeBSD.ORG From: Mark Murray <markm@FreeBSD.ORG> In-Reply-To: Your message of "Wed, 25 Aug 2004 12:12:14 PDT." <20040825191214.GA18046@dragon.nuxi.com> Date: Wed, 25 Aug 2004 22:45:53 +0100 Sender: mark@grondar.org cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/acpica acpi.c acpi_resource.c acpivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 21:50:41 -0000 "David O'Brien" writes: > On Wed, Aug 25, 2004 at 11:53:19AM -0600, Scott Long wrote: > > I'm not going to harp on this other than to say that commits to RELENG_5 > > need to have adequate review and testing before they are submitted for > > approval. I'll personally test anything that you need on amd64 if you > > ask. > > You know I would also, and many others on freebsd-amd64. > The point is "asking". :-) Cool. I've made some changes to the random, mem and io modules to try to prevent the double-loaded module panic. Could you please see if this works for amd64? M -- Mark Murray iumop ap!sdn w,I idlaH From owner-cvs-all@FreeBSD.ORG Wed Aug 25 21:50:49 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2926116A4D0; Wed, 25 Aug 2004 21:50:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AE0A43D45; Wed, 25 Aug 2004 21:50:49 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PLomZl085528; Wed, 25 Aug 2004 21:50:48 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PLomWZ085527; Wed, 25 Aug 2004 21:50:48 GMT (envelope-from thierry) Message-Id: <200408252150.i7PLomWZ085527@repoman.freebsd.org> From: Thierry Thomas <thierry@FreeBSD.org> Date: Wed, 25 Aug 2004 21:50:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/pear-XML_Serializer Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 21:50:49 -0000 thierry 2004-08-25 21:50:48 UTC FreeBSD ports repository Modified files: devel/pear-XML_Serializer Makefile distinfo Log: Upgrade to 0.11.1. Revision Changes Path 1.7 +7 -6 ports/devel/pear-XML_Serializer/Makefile 1.6 +2 -2 ports/devel/pear-XML_Serializer/distinfo From owner-cvs-all@FreeBSD.ORG Wed Aug 25 22:06:29 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78E9C16A4CE; Wed, 25 Aug 2004 22:06:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BDFD43D49; Wed, 25 Aug 2004 22:06:29 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PM6Twl085944; Wed, 25 Aug 2004 22:06:29 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PM6TJJ085943; Wed, 25 Aug 2004 22:06:29 GMT (envelope-from ru) Message-Id: <200408252206.i7PM6TJJ085943@repoman.freebsd.org> From: Ruslan Ermilov <ru@FreeBSD.org> Date: Wed, 25 Aug 2004 22:06:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 22:06:29 -0000 ru 2004-08-25 22:06:29 UTC FreeBSD src repository Modified files: . Makefile.inc1 Log: Fix "make world DESTDIR=/mnt" to work again. A recent change to make(1) that causes command-line variables to be passed as command-line variables to sub-processes that make(1) executes broke it. By changing the type of all DESTDIR variables used internally in Makefile.inc1, from environment to command-line variables of the highest priority, I was able to "make world" with success, with the command-line variable DESTDIR set. Revision Changes Path 1.442 +4 -4 src/Makefile.inc1 From owner-cvs-all@FreeBSD.ORG Wed Aug 25 22:15:34 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C3C216A4CE; Wed, 25 Aug 2004 22:15:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C39A43D2F; Wed, 25 Aug 2004 22:15:34 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PMFXae086186; Wed, 25 Aug 2004 22:15:34 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PMFXlm086185; Wed, 25 Aug 2004 22:15:33 GMT (envelope-from marius) Message-Id: <200408252215.i7PMFXlm086185@repoman.freebsd.org> From: Marius Strobl <marius@FreeBSD.org> Date: Wed, 25 Aug 2004 22:15:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/uart uart_bus_isa.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 22:15:34 -0000 marius 2004-08-25 22:15:33 UTC FreeBSD src repository Modified files: sys/dev/uart uart_bus_isa.c Log: Don't call uart_bus_probe() for non-matching PnP-devices. Trying to probe the keyboard controller with uart_bus_probe() caused a hang here on an i386 machine. Approved by: marcel Revision Changes Path 1.4 +3 -4 src/sys/dev/uart/uart_bus_isa.c From owner-cvs-all@FreeBSD.ORG Wed Aug 25 22:15:42 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CED116A4D7; Wed, 25 Aug 2004 22:15:42 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39FD943D49; Wed, 25 Aug 2004 22:15:42 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 19FFA5C9B1; Wed, 25 Aug 2004 15:15:42 -0700 (PDT) Date: Wed, 25 Aug 2004 15:15:42 -0700 From: Alfred Perlstein <alfred@freebsd.org> To: Robert Watson <rwatson@FreeBSD.org> Message-ID: <20040825221542.GB26612@elvis.mu.org> References: <200408252124.i7PLOaHa084709@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408252124.i7PLOaHa084709@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 22:15:42 -0000 * Robert Watson <rwatson@FreeBSD.org> [040825 14:24] wrote: > rwatson 2004-08-25 21:24:36 UTC > > FreeBSD src repository > > Modified files: > sys/kern uipc_usrreq.c > Log: > Don't hold the UNIX domain socket subsystem lock over the body of the > UNIX domain socket garbage collection implementation, as that risks > holding the mutex over potentially sleeping operations (as well as > introducing some nasty lock order issues, etc). unp_gc() will hold > the lock long enough to do necessary deferal checks and set that it's > running, but then release it until it needs to reset the gc state. > > RELENG_5 candidate. > > Discussed with: alfred Which alfred? :) -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-all@FreeBSD.ORG Wed Aug 25 22:21:08 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAC0F16A4CE; Wed, 25 Aug 2004 22:21:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD05843D48; Wed, 25 Aug 2004 22:21:08 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PML84H086362; Wed, 25 Aug 2004 22:21:08 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PML8S5086361; Wed, 25 Aug 2004 22:21:08 GMT (envelope-from adamw) Message-Id: <200408252221.i7PML8S5086361@repoman.freebsd.org> From: Adam Weinberger <adamw@FreeBSD.org> Date: Wed, 25 Aug 2004 22:21:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/gconf2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 22:21:09 -0000 adamw 2004-08-25 22:21:08 UTC FreeBSD ports repository Modified files: devel/gconf2 Makefile distinfo Log: Update to 2.6.4. Revision Changes Path 1.61 +1 -1 ports/devel/gconf2/Makefile 1.29 +2 -2 ports/devel/gconf2/distinfo From owner-cvs-all@FreeBSD.ORG Wed Aug 25 22:35:26 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3955616A4CE; Wed, 25 Aug 2004 22:35:26 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3D3243D2D; Wed, 25 Aug 2004 22:35:25 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.11/8.12.11) with ESMTP id i7PMX8Ne045958; Wed, 25 Aug 2004 18:33:09 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i7PMX8OV045955; Wed, 25 Aug 2004 18:33:08 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Wed, 25 Aug 2004 18:33:08 -0400 (EDT) From: Robert Watson <rwatson@freebsd.org> X-Sender: robert@fledge.watson.org To: Alfred Perlstein <alfred@freebsd.org> In-Reply-To: <20040825221542.GB26612@elvis.mu.org> Message-ID: <Pine.NEB.3.96L.1040825183159.45929A-100000@fledge.watson.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 22:35:26 -0000 On Wed, 25 Aug 2004, Alfred Perlstein wrote: > > Don't hold the UNIX domain socket subsystem lock over the body of the > > UNIX domain socket garbage collection implementation, as that risks > > holding the mutex over potentially sleeping operations (as well as > > introducing some nasty lock order issues, etc). unp_gc() will hold > > the lock long enough to do necessary deferal checks and set that it's > > running, but then release it until it needs to reset the gc state. > > Which alfred? :) The one true Alfred, of course. But mind you, this was right after I first committed the UNIX domain socket locking, which was several months ago... :-). Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research From owner-cvs-all@FreeBSD.ORG Wed Aug 25 22:36:48 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B70716A4CE; Wed, 25 Aug 2004 22:36:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DBD743D1D; Wed, 25 Aug 2004 22:36:48 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PMamdk086797; Wed, 25 Aug 2004 22:36:48 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PMalxg086796; Wed, 25 Aug 2004 22:36:48 GMT (envelope-from simon) Message-Id: <200408252236.i7PMalxg086796@repoman.freebsd.org> From: "Simon L. Nielsen" <simon@FreeBSD.org> Date: Wed, 25 Aug 2004 22:36:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 vr.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 22:36:48 -0000 simon 2004-08-25 22:36:47 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 vr.4 Log: Fix grammar nit. Submitted by: brueffer MFC after: 2 days Revision Changes Path 1.22 +1 -1 src/share/man/man4/vr.4 From owner-cvs-all@FreeBSD.ORG Wed Aug 25 22:39:05 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A700B16A4CE; Wed, 25 Aug 2004 22:39:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89A2243D46; Wed, 25 Aug 2004 22:39:05 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PMd5H6086848; Wed, 25 Aug 2004 22:39:05 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PMd5e7086847; Wed, 25 Aug 2004 22:39:05 GMT (envelope-from brueffer) Message-Id: <200408252239.i7PMd5e7086847@repoman.freebsd.org> From: Christian Brueffer <brueffer@FreeBSD.org> Date: Wed, 25 Aug 2004 22:39:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 axe.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 22:39:05 -0000 brueffer 2004-08-25 22:39:05 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 axe.4 Log: - put the list of supported adapters into a HARDWARE section - make the Buffalo entry look better - properly capitalize Ethernet and Fast Ethernet - bump document date MFC after: 3 days Revision Changes Path 1.7 +24 -19 src/share/man/man4/axe.4 From owner-cvs-all@FreeBSD.ORG Wed Aug 25 22:46:36 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E65B16A4CE; Wed, 25 Aug 2004 22:46:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5101F43D45; Wed, 25 Aug 2004 22:46:36 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PMka89087082; Wed, 25 Aug 2004 22:46:36 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PMkaHR087081; Wed, 25 Aug 2004 22:46:36 GMT (envelope-from brueffer) Message-Id: <200408252246.i7PMkaHR087081@repoman.freebsd.org> From: Christian Brueffer <brueffer@FreeBSD.org> Date: Wed, 25 Aug 2004 22:46:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 rue.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 22:46:36 -0000 brueffer 2004-08-25 22:46:36 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 rue.4 Log: - move list of supported adapters into a HARDWARE section - fix capitalization of a "to" - bump document date MFC after: 3 days Revision Changes Path 1.8 +19 -14 src/share/man/man4/rue.4 From owner-cvs-all@FreeBSD.ORG Wed Aug 25 22:55:19 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A5DB16A4D0; Wed, 25 Aug 2004 22:55:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7523A43D66; Wed, 25 Aug 2004 22:55:02 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PMt2Bp087304; Wed, 25 Aug 2004 22:55:02 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PMt2Qp087303; Wed, 25 Aug 2004 22:55:02 GMT (envelope-from brueffer) Message-Id: <200408252255.i7PMt2Qp087303@repoman.freebsd.org> From: Christian Brueffer <brueffer@FreeBSD.org> Date: Wed, 25 Aug 2004 22:55:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/share/misc dev.archlist.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 22:55:19 -0000 brueffer 2004-08-25 22:55:02 UTC FreeBSD src repository (doc committer) Modified files: release/doc/share/misc dev.archlist.txt Log: Add axe(4) and rue(4) Revision Changes Path 1.12 +2 -0 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-all@FreeBSD.ORG Wed Aug 25 22:57:07 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6B6116A4CE; Wed, 25 Aug 2004 22:57:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C70A843D31; Wed, 25 Aug 2004 22:57:07 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PMv7B9087409; Wed, 25 Aug 2004 22:57:07 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PMv7jB087408; Wed, 25 Aug 2004 22:57:07 GMT (envelope-from brueffer) Message-Id: <200408252257.i7PMv7jB087408@repoman.freebsd.org> From: Christian Brueffer <brueffer@FreeBSD.org> Date: Wed, 25 Aug 2004 22:57:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 22:57:08 -0000 brueffer 2004-08-25 22:57:07 UTC FreeBSD src repository (doc committer) Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Autogenerate device listings for axe(4) and rue(4) Revision Changes Path 1.234 +2 -4 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-all@FreeBSD.ORG Wed Aug 25 22:58:16 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A747016A4CE; Wed, 25 Aug 2004 22:58:16 +0000 (GMT) Received: from green.homeunix.org (pcp04368961pcs.nrockv01.md.comcast.net [69.140.212.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3427343D1F; Wed, 25 Aug 2004 22:58:16 +0000 (GMT) (envelope-from green@green.homeunix.org) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.13.1/8.13.1) with ESMTP id i7PMwDxb081777; Wed, 25 Aug 2004 18:58:13 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.13.1/8.13.1/Submit) id i7PMwDE3081776; Wed, 25 Aug 2004 18:58:13 -0400 (EDT) (envelope-from green) Date: Wed, 25 Aug 2004 18:58:13 -0400 From: Brian Fundakowski Feldman <green@FreeBSD.org> To: Maxime Henrion <mux@FreeBSD.org> Message-ID: <20040825225812.GL77326@green.homeunix.org> References: <200408251730.i7PHUaPH077061@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408251730.i7PHUaPH077061@repoman.freebsd.org> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/lnc if_lnc_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 22:58:16 -0000 On Wed, Aug 25, 2004 at 05:30:36PM +0000, Maxime Henrion wrote: > mux 2004-08-25 17:30:36 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_5) > sys/dev/lnc if_lnc_pci.c > Log: > MFC revision 1.35: > Pass a correct lowaddr to bus_dma_tag_create(), lnc(4) cards can only > deal with 24-bit addresses. While the two other attachments, namely > isa and cbus, do it properly, the PCI attachment was passing > BUS_SPACE_MAXADDR instead of BUS_SPACE_MAXADDR_24BIT. This bug > became apparent with the new contigmalloc() code. > > This fixes the problem reported with lnc(4) interfaces inside VMWare, > and should theoritically also fix any user of a PCI lnc(4) card. It > is a RELENG_5 MFC candidate. > > Approved by: re@ I'm still awaiting re@ approval to commit the fix for the other known-broken driver... -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-all@FreeBSD.ORG Wed Aug 25 22:59:42 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B414A16A4CE; Wed, 25 Aug 2004 22:59:42 +0000 (GMT) Received: from green.homeunix.org (pcp04368961pcs.nrockv01.md.comcast.net [69.140.212.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 540FE43D41; Wed, 25 Aug 2004 22:59:42 +0000 (GMT) (envelope-from green@green.homeunix.org) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.13.1/8.13.1) with ESMTP id i7PMxeHJ081785; Wed, 25 Aug 2004 18:59:40 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.13.1/8.13.1/Submit) id i7PMxeET081784; Wed, 25 Aug 2004 18:59:40 -0400 (EDT) (envelope-from green) Date: Wed, 25 Aug 2004 18:59:39 -0400 From: Brian Fundakowski Feldman <green@FreeBSD.org> To: "David E. O'Brien" <obrien@FreeBSD.org> Message-ID: <20040825225939.GM77326@green.homeunix.org> References: <200408251828.i7PISFtH078796@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408251828.i7PISFtH078796@repoman.freebsd.org> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/include in_cksum.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 22:59:42 -0000 On Wed, Aug 25, 2004 at 06:28:15PM +0000, David E. O'Brien wrote: > obrien 2004-08-25 18:28:15 UTC > > FreeBSD src repository > > Modified files: > sys/i386/include in_cksum.h > Log: > Fix a bug in in_cksum_hdr w/o -O. > > The C code assumes that the carry bit is always kept from the previous > operation. However, the pointer indexing requires another add operation. > Thus, the carry bit from the first operation is tromped over by the > "addl" operation that ends up following it, so the "adcl" that follows > that has no effect because the carry bit is cleared before it. > The result is checksum failure on received packets. Good job! Did you see any similar bugs in other in-line asm you might have glanced at? -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-all@FreeBSD.ORG Wed Aug 25 23:30:34 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AA9516A4D0; Wed, 25 Aug 2004 23:30:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE7DB43D58; Wed, 25 Aug 2004 23:30:33 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PNUXR1088218; Wed, 25 Aug 2004 23:30:33 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PNUXCR088217; Wed, 25 Aug 2004 23:30:33 GMT (envelope-from kuriyama) Message-Id: <200408252330.i7PNUXCR088217@repoman.freebsd.org> From: Jun Kuriyama <kuriyama@FreeBSD.org> Date: Wed, 25 Aug 2004 23:30:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils Makefile ports/deskutils/egroupware Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 23:30:34 -0000 kuriyama 2004-08-25 23:30:33 UTC FreeBSD ports repository Modified files: deskutils Makefile deskutils/egroupware Makefile distinfo pkg-descr pkg-plist Log: Add eGroupWare (repocopied from phpgroupware). Revision Changes Path 1.160 +1 -0 ports/deskutils/Makefile 1.17 +40 -12 ports/deskutils/egroupware/Makefile 1.11 +2 -2 ports/deskutils/egroupware/distinfo 1.2 +5 -5 ports/deskutils/egroupware/pkg-descr 1.14 +7911 -8801 ports/deskutils/egroupware/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Aug 25 23:32:25 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C28A16A4E1; Wed, 25 Aug 2004 23:32:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FBFC43D46; Wed, 25 Aug 2004 23:32:25 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PNWPiM088320; Wed, 25 Aug 2004 23:32:25 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PNWPoB088319; Wed, 25 Aug 2004 23:32:25 GMT (envelope-from kuriyama) Message-Id: <200408252332.i7PNWPoB088319@repoman.freebsd.org> From: Jun Kuriyama <kuriyama@FreeBSD.org> Date: Wed, 25 Aug 2004 23:32:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 23:32:25 -0000 kuriyama 2004-08-25 23:32:25 UTC FreeBSD ports repository Modified files: . modules Log: egroupware --> ports/deskutils/egroupware Revision Changes Path 1.10971 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Aug 25 23:32:28 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FA3916A4D6; Wed, 25 Aug 2004 23:32:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 523A243D5E; Wed, 25 Aug 2004 23:32:26 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PNWQbr088349; Wed, 25 Aug 2004 23:32:26 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PNWQX8088348; Wed, 25 Aug 2004 23:32:26 GMT (envelope-from simon) Message-Id: <200408252332.i7PNWQX8088348@repoman.freebsd.org> From: "Simon L. Nielsen" <simon@FreeBSD.org> Date: Wed, 25 Aug 2004 23:32:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/share/misc man2hwnotes.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 23:32:28 -0000 simon 2004-08-25 23:32:26 UTC FreeBSD src repository (doc committer) Modified files: release/doc/share/misc man2hwnotes.pl Log: Support column lists, by only extracting the first column. MFC after: 3 days Revision Changes Path 1.5 +10 -1 src/release/doc/share/misc/man2hwnotes.pl From owner-cvs-all@FreeBSD.ORG Wed Aug 25 23:42:41 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37C1416A4CF; Wed, 25 Aug 2004 23:42:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19F7643D68; Wed, 25 Aug 2004 23:42:41 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PNgedB088719; Wed, 25 Aug 2004 23:42:40 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PNgeDs088718; Wed, 25 Aug 2004 23:42:40 GMT (envelope-from davidxu) Message-Id: <200408252342.i7PNgeDs088718@repoman.freebsd.org> From: David Xu <davidxu@FreeBSD.org> Date: Wed, 25 Aug 2004 23:42:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread/arch/amd64/include pthread_md.h src/lib/libpthread/arch/i386/include pthread_md.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 23:42:41 -0000 davidxu 2004-08-25 23:42:40 UTC FreeBSD src repository Modified files: lib/libpthread/arch/amd64/include pthread_md.h lib/libpthread/arch/i386/include pthread_md.h Log: gcc -O2 cleanup. tested for a long time. Reviewed by: deischen Revision Changes Path 1.10 +2 -2 src/lib/libpthread/arch/amd64/include/pthread_md.h 1.11 +2 -2 src/lib/libpthread/arch/i386/include/pthread_md.h From owner-cvs-all@FreeBSD.ORG Wed Aug 25 23:43:56 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F9B216A4CE; Wed, 25 Aug 2004 23:43:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 222A943D48; Wed, 25 Aug 2004 23:43:56 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PNhuZc088762; Wed, 25 Aug 2004 23:43:56 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7PNhuao088761; Wed, 25 Aug 2004 23:43:56 GMT (envelope-from brueffer) Message-Id: <200408252343.i7PNhuao088761@repoman.freebsd.org> From: Christian Brueffer <brueffer@FreeBSD.org> Date: Wed, 25 Aug 2004 23:43:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 tx.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 23:43:56 -0000 brueffer 2004-08-25 23:43:55 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 tx.4 Log: - use .Nm - fix some grammar and spelling mistakes MFC after: 3 days Revision Changes Path 1.27 +5 -3 src/share/man/man4/tx.4 From owner-cvs-all@FreeBSD.ORG Thu Aug 26 00:00:19 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C9E116A4CF; Thu, 26 Aug 2004 00:00:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EDB543D53; Thu, 26 Aug 2004 00:00:19 +0000 (GMT) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q00J7d089162; Thu, 26 Aug 2004 00:00:19 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q00Jxp089161; Thu, 26 Aug 2004 00:00:19 GMT (envelope-from kan) Message-Id: <200408260000.i7Q00Jxp089161@repoman.freebsd.org> From: Alexander Kabaev <kan@FreeBSD.org> Date: Thu, 26 Aug 2004 00:00:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/kern kern_lock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 00:00:19 -0000 kan 2004-08-26 00:00:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern kern_lock.c Log: Back out rev. 1.74. A better fix is available and will be MFCed later once properly tested in -current. Approved by: re (scottl, kensmith) Revision Changes Path 1.74.2.1 +5 -12 src/sys/kern/kern_lock.c From owner-cvs-all@FreeBSD.ORG Thu Aug 26 00:19:54 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1D2D16A4CE; Thu, 26 Aug 2004 00:19:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93CD543D66; Thu, 26 Aug 2004 00:19:54 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q0Jsig089661; Thu, 26 Aug 2004 00:19:54 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q0JsPW089660; Thu, 26 Aug 2004 00:19:54 GMT (envelope-from simon) Message-Id: <200408260019.i7Q0JsPW089660@repoman.freebsd.org> From: "Simon L. Nielsen" <simon@FreeBSD.org> Date: Thu, 26 Aug 2004 00:19:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 ath.4 ath_hal.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 00:19:54 -0000 simon 2004-08-26 00:19:54 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 ath.4 ath_hal.4 Log: - Add a HARDWARE section which lists supported devices. - Mark up each item in the device list with .It, as per mdoc(7) and to make it simpler for auto generated Hardware Notes to parse the manual page. MFC after: 3 days Revision Changes Path 1.20 +39 -39 src/share/man/man4/ath.4 1.9 +38 -37 src/share/man/man4/ath_hal.4 From owner-cvs-all@FreeBSD.ORG Thu Aug 26 00:26:52 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C67E16A4CE; Thu, 26 Aug 2004 00:26:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FB0943D1F; Thu, 26 Aug 2004 00:26:52 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q0Qqql089931; Thu, 26 Aug 2004 00:26:52 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q0QqJ3089930; Thu, 26 Aug 2004 00:26:52 GMT (envelope-from simon) Message-Id: <200408260026.i7Q0QqJ3089930@repoman.freebsd.org> From: "Simon L. Nielsen" <simon@FreeBSD.org> Date: Thu, 26 Aug 2004 00:26:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 ath.4 ath_hal.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 00:26:52 -0000 simon 2004-08-26 00:26:52 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 ath.4 ath_hal.4 Log: Bump document date for last commit. Revision Changes Path 1.21 +1 -1 src/share/man/man4/ath.4 1.10 +1 -1 src/share/man/man4/ath_hal.4 From owner-cvs-all@FreeBSD.ORG Thu Aug 26 00:42:42 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DC6916A4CE; Thu, 26 Aug 2004 00:42:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 002C143D67; Thu, 26 Aug 2004 00:42:41 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q0gfrE090398; Thu, 26 Aug 2004 00:42:41 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q0gfTr090397; Thu, 26 Aug 2004 00:42:41 GMT (envelope-from maho) Message-Id: <200408260042.i7Q0gfTr090397@repoman.freebsd.org> From: Maho Nakata <maho@FreeBSD.org> Date: Thu, 26 Aug 2004 00:42:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/openoffice-1.1 Makefile ports/editors/openoffice-1.1-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 00:42:42 -0000 maho 2004-08-26 00:42:41 UTC FreeBSD ports repository Modified files: editors/openoffice-1.1 Makefile editors/openoffice-1.1-devel Makefile Log: o remove apache ant dependency when WITHOUT_JAVA is set o some cleanups Revision Changes Path 1.156 +4 -8 ports/editors/openoffice-1.1-devel/Makefile 1.162 +3 -3 ports/editors/openoffice-1.1/Makefile From owner-cvs-all@FreeBSD.ORG Thu Aug 26 00:46:38 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F25B216A4CE; Thu, 26 Aug 2004 00:46:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABBA443D45; Thu, 26 Aug 2004 00:46:37 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q0kbms090546; Thu, 26 Aug 2004 00:46:37 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q0kbuY090545; Thu, 26 Aug 2004 00:46:37 GMT (envelope-from maho) Message-Id: <200408260046.i7Q0kbuY090545@repoman.freebsd.org> From: Maho Nakata <maho@FreeBSD.org> Date: Thu, 26 Aug 2004 00:46:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/openoffice-1.1 Makefile ports/editors/openoffice-1.1-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 00:46:38 -0000 maho 2004-08-26 00:46:37 UTC FreeBSD ports repository Modified files: editors/openoffice-1.1 Makefile editors/openoffice-1.1-devel Makefile Log: o change DISTFILES section, when Mozilla is disabled, we don't even fetch mozilla port file and patch o I'm sorry to say, but forgot to mention about submitter (oliver) about former and this contributions Submitted by: oliver Pointy hat to: maho Revision Changes Path 1.157 +2 -2 ports/editors/openoffice-1.1-devel/Makefile 1.163 +2 -2 ports/editors/openoffice-1.1/Makefile From owner-cvs-all@FreeBSD.ORG Thu Aug 26 01:58:14 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD9E316A4CE; Thu, 26 Aug 2004 01:58:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0A0B43D73; Thu, 26 Aug 2004 01:58:14 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q1wEkU092337; Thu, 26 Aug 2004 01:58:14 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q1wEII092336; Thu, 26 Aug 2004 01:58:14 GMT (envelope-from kientzle) Message-Id: <200408260158.i7Q1wEII092336@repoman.freebsd.org> From: Tim Kientzle <kientzle@FreeBSD.org> Date: Thu, 26 Aug 2004 01:58:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar bsdtar.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 01:58:15 -0000 kientzle 2004-08-26 01:58:14 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.c Log: Tell getopt to accept the (already-implemented) -I option. Revision Changes Path 1.53 +1 -1 src/usr.bin/tar/bsdtar.c From owner-cvs-all@FreeBSD.ORG Thu Aug 26 02:28:22 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B147716A4CE; Thu, 26 Aug 2004 02:28:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9388243D48; Thu, 26 Aug 2004 02:28:22 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q2SMCK093040; Thu, 26 Aug 2004 02:28:22 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q2SMDa093039; Thu, 26 Aug 2004 02:28:22 GMT (envelope-from kensmith) Message-Id: <200408260228.i7Q2SMDa093039@repoman.freebsd.org> From: Ken Smith <kensmith@FreeBSD.org> Date: Thu, 26 Aug 2004 02:28:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/release/scripts doFS.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 02:28:22 -0000 kensmith 2004-08-26 02:28:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) release/scripts doFS.sh Log: MFC rev 1.60 - Remove sleep command because the underlying problem with mdconfig should be fixed now. Approved by: re (scottl) Revision Changes Path 1.58.2.1 +0 -2 src/release/scripts/doFS.sh From owner-cvs-all@FreeBSD.ORG Thu Aug 26 02:41:01 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D66816A4CE; Thu, 26 Aug 2004 02:41:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F53A43D5C; Thu, 26 Aug 2004 02:41:01 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q2f1V9093457; Thu, 26 Aug 2004 02:41:01 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q2f1EA093456; Thu, 26 Aug 2004 02:41:01 GMT (envelope-from davidxu) Message-Id: <200408260241.i7Q2f1EA093456@repoman.freebsd.org> From: David Xu <davidxu@FreeBSD.org> Date: Thu, 26 Aug 2004 02:41:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread/arch/i386/include pthread_md.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 02:41:01 -0000 davidxu 2004-08-26 02:41:01 UTC FreeBSD src repository Modified files: lib/libpthread/arch/i386/include pthread_md.h Log: Add missing brackets. It was committed from wrong tree. Revision Changes Path 1.12 +1 -1 src/lib/libpthread/arch/i386/include/pthread_md.h From owner-cvs-all@FreeBSD.ORG Thu Aug 26 03:33:53 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7249416A4CE; Thu, 26 Aug 2004 03:33:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 545E543D2F; Thu, 26 Aug 2004 03:33:53 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q3XrDs094988; Thu, 26 Aug 2004 03:33:53 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q3XrBK094987; Thu, 26 Aug 2004 03:33:53 GMT (envelope-from kientzle) Message-Id: <200408260333.i7Q3XrBK094987@repoman.freebsd.org> From: Tim Kientzle <kientzle@FreeBSD.org> Date: Thu, 26 Aug 2004 03:33:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive archive_string_sprintf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 03:33:53 -0000 kientzle 2004-08-26 03:33:53 UTC FreeBSD src repository Modified files: lib/libarchive archive_string_sprintf.c Log: It is not legal to re-use a va_list variable. This caused a crash on amd64, in particular. Thanks to: Sean McNeil Revision Changes Path 1.5 +4 -1 src/lib/libarchive/archive_string_sprintf.c From owner-cvs-all@FreeBSD.ORG Thu Aug 26 03:53:44 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59D9716A4CE; Thu, 26 Aug 2004 03:53:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ABDF43D1F; Thu, 26 Aug 2004 03:53:44 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q3rieJ095542; Thu, 26 Aug 2004 03:53:44 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q3rikM095541; Thu, 26 Aug 2004 03:53:44 GMT (envelope-from kientzle) Message-Id: <200408260353.i7Q3rikM095541@repoman.freebsd.org> From: Tim Kientzle <kientzle@FreeBSD.org> Date: Thu, 26 Aug 2004 03:53:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive archive_read_extract.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 03:53:44 -0000 kientzle 2004-08-26 03:53:44 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_extract.c Log: Don't edit permissions of pre-existing directories during extract. This closes a security hole. Otherwise, libarchive will happily extract into directories to which it lacks write permissions by resetting the permissions during the extract. Thanks to: Kris Kennaway Revision Changes Path 1.34 +1 -1 src/lib/libarchive/archive_read_extract.c From owner-cvs-all@FreeBSD.ORG Thu Aug 26 04:11:15 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2CB316A4CE; Thu, 26 Aug 2004 04:11:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 932D443D67; Thu, 26 Aug 2004 04:11:15 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q4BFV0096019; Thu, 26 Aug 2004 04:11:15 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q4BFII096018; Thu, 26 Aug 2004 04:11:15 GMT (envelope-from ume) Message-Id: <200408260411.i7Q4BFII096018@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Thu, 26 Aug 2004 04:11:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/pips800 Makefile.pips X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 04:11:15 -0000 ume 2004-08-26 04:11:15 UTC FreeBSD ports repository Modified files: print/pips800 Makefile.pips Log: we need to add library path only when version is 2.6.2. Revision Changes Path 1.2 +4 -3 ports/print/pips800/Makefile.pips From owner-cvs-all@FreeBSD.ORG Thu Aug 26 04:15:36 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9667816A4CE; Thu, 26 Aug 2004 04:15:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7723743D64; Thu, 26 Aug 2004 04:15:36 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q4FaKu096179; Thu, 26 Aug 2004 04:15:36 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q4Fa54096178; Thu, 26 Aug 2004 04:15:36 GMT (envelope-from alc) Message-Id: <200408260415.i7Q4Fa54096178@repoman.freebsd.org> From: Alan Cox <alc@FreeBSD.org> Date: Thu, 26 Aug 2004 04:15:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/include pmap.h src/sys/powerpc/powerpc pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 04:15:36 -0000 alc 2004-08-26 04:15:36 UTC FreeBSD src repository Modified files: sys/powerpc/include pmap.h sys/powerpc/powerpc pmap.c Log: Add pmap locking to many of the functions. Many thanks to Andrew Gallatin for resolving a powerpc-specific initialization problem in my original patch. Tested by: gallatin@ Revision Changes Path 1.17 +15 -0 src/sys/powerpc/include/pmap.h 1.87 +44 -16 src/sys/powerpc/powerpc/pmap.c From owner-cvs-all@FreeBSD.ORG Thu Aug 26 04:16:55 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8C3C16A4CE; Thu, 26 Aug 2004 04:16:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA6D943D49; Thu, 26 Aug 2004 04:16:55 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q4Gtc2096226; Thu, 26 Aug 2004 04:16:55 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q4Gtcd096225; Thu, 26 Aug 2004 04:16:55 GMT (envelope-from imp) Message-Id: <200408260416.i7Q4Gtcd096225@repoman.freebsd.org> From: Warner Losh <imp@FreeBSD.org> Date: Thu, 26 Aug 2004 04:16:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 bus_dma.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 04:16:56 -0000 imp 2004-08-26 04:16:55 UTC FreeBSD src repository Modified files: share/man/man9 bus_dma.9 Log: Add reference to vslock(9) for locking user address pages into core. Suggested by: alc Revision Changes Path 1.18 +4 -1 src/share/man/man9/bus_dma.9 From owner-cvs-all@FreeBSD.ORG Thu Aug 26 04:21:05 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8416516A4CE; Thu, 26 Aug 2004 04:21:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65C1A43D64; Thu, 26 Aug 2004 04:21:05 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q4L5lv096388; Thu, 26 Aug 2004 04:21:05 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q4L5F6096387; Thu, 26 Aug 2004 04:21:05 GMT (envelope-from clsung) Message-Id: <200408260421.i7Q4L5F6096387@repoman.freebsd.org> From: Cheng-Lung Sung <clsung@FreeBSD.org> Date: Thu, 26 Aug 2004 04:21:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/clamsmtp distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 04:21:05 -0000 clsung 2004-08-26 04:21:05 UTC FreeBSD ports repository Modified files: security/clamsmtp distinfo Log: I forgot to change filename, which md5 info is correct for 0.6. Approved by: vanilla (co-mentor) Revision Changes Path 1.4 +2 -2 ports/security/clamsmtp/distinfo From owner-cvs-all@FreeBSD.ORG Thu Aug 26 04:29:04 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0179916A4CE; Thu, 26 Aug 2004 04:29:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D40A643D41; Thu, 26 Aug 2004 04:29:03 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q4T38G096596; Thu, 26 Aug 2004 04:29:03 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q4T3i2096595; Thu, 26 Aug 2004 04:29:03 GMT (envelope-from clsung) Message-Id: <200408260429.i7Q4T3i2096595@repoman.freebsd.org> From: Cheng-Lung Sung <clsung@FreeBSD.org> Date: Thu, 26 Aug 2004 04:29:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/rtfx Makefile ports/textproc/rtfx/files extra-patch-src::sablo.h-gcc342 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 04:29:04 -0000 clsung 2004-08-26 04:29:03 UTC FreeBSD ports repository Modified files: textproc/rtfx Makefile Added files: textproc/rtfx/files extra-patch-src::reference.h-gcc342 extra-patch-src::sablo.h-gcc342 Log: fix build error under gcc 3.4.2. PR: ports/70443 Approved by: vanilla (co-mentor) Revision Changes Path 1.4 +4 -0 ports/textproc/rtfx/Makefile 1.1 +15 -0 ports/textproc/rtfx/files/extra-patch-src::reference.h-gcc342 (new) 1.1 +15 -0 ports/textproc/rtfx/files/extra-patch-src::sablo.h-gcc342 (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 26 04:34:39 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E47DA16A4CE; Thu, 26 Aug 2004 04:34:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4B7443D1D; Thu, 26 Aug 2004 04:34:39 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q4Yd5t096763; Thu, 26 Aug 2004 04:34:39 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q4YdK0096762; Thu, 26 Aug 2004 04:34:39 GMT (envelope-from alc) Message-Id: <200408260434.i7Q4YdK0096762@repoman.freebsd.org> From: Alan Cox <alc@FreeBSD.org> Date: Thu, 26 Aug 2004 04:34:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 04:34:40 -0000 alc 2004-08-26 04:34:39 UTC FreeBSD src repository Modified files: sys/alpha/alpha pmap.c Log: Remove unnecessary check for curthread == NULL. Revision Changes Path 1.167 +1 -1 src/sys/alpha/alpha/pmap.c From owner-cvs-all@FreeBSD.ORG Thu Aug 26 05:19:45 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE3C516A4CE; Thu, 26 Aug 2004 05:19:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF5A943D2D; Thu, 26 Aug 2004 05:19:45 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q5JjUw097911; Thu, 26 Aug 2004 05:19:45 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q5Jjk6097910; Thu, 26 Aug 2004 05:19:45 GMT (envelope-from sergei) Message-Id: <200408260519.i7Q5Jjk6097910@repoman.freebsd.org> From: Sergei Kolobov <sergei@FreeBSD.org> Date: Thu, 26 Aug 2004 05:19:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/offlineimap Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 05:19:46 -0000 sergei 2004-08-26 05:19:45 UTC FreeBSD ports repository Modified files: mail/offlineimap Makefile distinfo Log: - Update to 4.0.6 - Unbreak fetching: put in MASTER_SITE_LOCAL Revision Changes Path 1.23 +4 -4 ports/mail/offlineimap/Makefile 1.14 +2 -2 ports/mail/offlineimap/distinfo From owner-cvs-all@FreeBSD.ORG Thu Aug 26 05:55:55 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D880916A4CF; Thu, 26 Aug 2004 05:55:55 +0000 (GMT) Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ED2C43D5F; Thu, 26 Aug 2004 05:55:55 +0000 (GMT) (envelope-from des@des.no) Received: from dwp.des.no (37.80-203-228.nextgentel.com [80.203.228.37]) by mail.broadpark.no (Postfix) with ESMTP id C5C514EC3; Thu, 26 Aug 2004 07:56:31 +0200 (MEST) Received: by dwp.des.no (Postfix, from userid 2602) id 8DC2DB875; Thu, 26 Aug 2004 07:55:54 +0200 (CEST) To: Mark Murray <markm@FreeBSD.ORG> References: <200408252143.i7PLhH8M025604@grimreaper.grondar.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Thu, 26 Aug 2004 07:55:54 +0200 In-Reply-To: <200408252143.i7PLhH8M025604@grimreaper.grondar.org> (Mark Murray's message of "Wed, 25 Aug 2004 22:43:17 +0100") Message-ID: <xzpd61e5tp1.fsf@dwp.des.no> User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: Warner Losh <imp@FreeBSD.ORG> cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 05:55:56 -0000 Mark Murray <markm@FreeBSD.ORG> writes: > Warner Losh writes: > > # is preseedrandom still necessary? > It doesn't hurt, and its probablty best to keep it for now until > the entropy startup has been properly audited. Speaking of which, are you going to address the issues I raised in re src/etc/rc.d/sshd? DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Thu Aug 26 05:57:04 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44B2316A4CE; Thu, 26 Aug 2004 05:57:04 +0000 (GMT) Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04F0B43D4C; Thu, 26 Aug 2004 05:57:04 +0000 (GMT) (envelope-from des@des.no) Received: from dwp.des.no (37.80-203-228.nextgentel.com [80.203.228.37]) by mail.broadpark.no (Postfix) with ESMTP id 41C2D4E92; Thu, 26 Aug 2004 07:57:40 +0200 (MEST) Received: by dwp.des.no (Postfix, from userid 2602) id 0A8C6B875; Thu, 26 Aug 2004 07:57:03 +0200 (CEST) To: Alfred Perlstein <alfred@freebsd.org> References: <200408252124.i7PLOaHa084709@repoman.freebsd.org> <20040825221542.GB26612@elvis.mu.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Thu, 26 Aug 2004 07:57:03 +0200 In-Reply-To: <20040825221542.GB26612@elvis.mu.org> (Alfred Perlstein's message of "Wed, 25 Aug 2004 15:15:42 -0700") Message-ID: <xzp8yc25tn4.fsf@dwp.des.no> User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Robert Watson <rwatson@FreeBSD.org> cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 05:57:04 -0000 Alfred Perlstein <alfred@freebsd.org> writes: > * Robert Watson <rwatson@FreeBSD.org> [040825 14:24] wrote: > > rwatson 2004-08-25 21:24:36 UTC > > Discussed with: alfred > Which alfred? :) He probably meant to write "albert". *ducks* *runs* DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Thu Aug 26 06:25:29 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59E4416A4CE; Thu, 26 Aug 2004 06:25:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3940643D68; Thu, 26 Aug 2004 06:25:29 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q6PT1X099598; Thu, 26 Aug 2004 06:25:29 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q6PTEd099597; Thu, 26 Aug 2004 06:25:29 GMT (envelope-from des) Message-Id: <200408260625.i7Q6PTEd099597@repoman.freebsd.org> From: Dag-Erling Smorgrav <des@FreeBSD.org> Date: Thu, 26 Aug 2004 06:25:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/stdio vfprintf.c vfwprintf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 06:25:29 -0000 des 2004-08-26 06:25:29 UTC FreeBSD src repository Modified files: lib/libc/stdio vfprintf.c vfwprintf.c Log: Don't forget to va_end() the va_list we get from va_copy(). Submitted by: Sean McNeil <sean@mcneil.com> MFC after: 3 days Revision Changes Path 1.68 +1 -0 src/lib/libc/stdio/vfprintf.c 1.23 +1 -0 src/lib/libc/stdio/vfwprintf.c From owner-cvs-all@FreeBSD.ORG Thu Aug 26 06:28:05 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8695E16A4CE; Thu, 26 Aug 2004 06:28:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6597543D5C; Thu, 26 Aug 2004 06:28:05 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q6S5Zj099657; Thu, 26 Aug 2004 06:28:05 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q6S5gH099656; Thu, 26 Aug 2004 06:28:05 GMT (envelope-from maxim) Message-Id: <200408260628.i7Q6S5gH099656@repoman.freebsd.org> From: Maxim Konovalov <maxim@FreeBSD.org> Date: Thu, 26 Aug 2004 06:28:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/join join.1 join.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 06:28:05 -0000 maxim 2004-08-26 06:28:05 UTC FreeBSD src repository Modified files: usr.bin/join join.1 join.c Log: Backout recent -j changes, the flags is deprecated. Requested by: tjr Revision Changes Path 1.17 +0 -1 src/usr.bin/join/join.1 1.20 +4 -5 src/usr.bin/join/join.c From owner-cvs-all@FreeBSD.ORG Thu Aug 26 06:28:39 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 706F816A4CE; Thu, 26 Aug 2004 06:28:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4578843D5D; Thu, 26 Aug 2004 06:28:39 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q6SdMa099703; Thu, 26 Aug 2004 06:28:39 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q6Sdvi099702; Thu, 26 Aug 2004 06:28:39 GMT (envelope-from kientzle) Message-Id: <200408260628.i7Q6Sdvi099702@repoman.freebsd.org> From: Tim Kientzle <kientzle@FreeBSD.org> Date: Thu, 26 Aug 2004 06:28:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar bsdtar.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 06:28:39 -0000 kientzle 2004-08-26 06:28:39 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.c Log: Permit -P to be combined with -t. (It's a no-op then, just as in gtar.) Revision Changes Path 1.54 +0 -2 src/usr.bin/tar/bsdtar.c From owner-cvs-all@FreeBSD.ORG Thu Aug 26 06:32:24 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52BF416A4CE; Thu, 26 Aug 2004 06:32:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 322E643D1F; Thu, 26 Aug 2004 06:32:24 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q6WOsl099861; Thu, 26 Aug 2004 06:32:24 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q6WOAb099860; Thu, 26 Aug 2004 06:32:24 GMT (envelope-from des) Message-Id: <200408260632.i7Q6WOAb099860@repoman.freebsd.org> From: Dag-Erling Smorgrav <des@FreeBSD.org> Date: Thu, 26 Aug 2004 06:32:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/compat/linux linux_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 06:32:24 -0000 des 2004-08-26 06:32:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/compat/linux linux_socket.c Log: MFC: (1.52) only translate control message if we're sure it's valid. Approved by: re (scottl) Revision Changes Path 1.51.2.1 +2 -1 src/sys/compat/linux/linux_socket.c From owner-cvs-all@FreeBSD.ORG Thu Aug 26 06:44:19 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5B2116A4CE; Thu, 26 Aug 2004 06:44:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A477543D76; Thu, 26 Aug 2004 06:44:19 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q6iJFM000324; Thu, 26 Aug 2004 06:44:19 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q6iJ39000323; Thu, 26 Aug 2004 06:44:19 GMT (envelope-from clsung) Message-Id: <200408260644.i7Q6iJ39000323@repoman.freebsd.org> From: Cheng-Lung Sung <clsung@FreeBSD.org> Date: Thu, 26 Aug 2004 06:44:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/p5-WordNet-QueryData Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 06:44:19 -0000 clsung 2004-08-26 06:44:19 UTC FreeBSD ports repository Modified files: textproc/p5-WordNet-QueryData Makefile distinfo Log: update to 1.35. Approved by: vanilla (co-mentor) Revision Changes Path 1.10 +1 -1 ports/textproc/p5-WordNet-QueryData/Makefile 1.6 +2 -2 ports/textproc/p5-WordNet-QueryData/distinfo From owner-cvs-all@FreeBSD.ORG Thu Aug 26 07:11:21 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DB5216A4CE; Thu, 26 Aug 2004 07:11:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CA5843D49; Thu, 26 Aug 2004 07:11:21 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q7BKcM001232; Thu, 26 Aug 2004 07:11:21 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q7BK4f001231; Thu, 26 Aug 2004 07:11:20 GMT (envelope-from den) Message-Id: <200408260711.i7Q7BK4f001231@repoman.freebsd.org> From: Denis Peplin <den@FreeBSD.org> Date: Thu, 26 Aug 2004 07:11:20 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/books/handbook/kernelconfig chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 07:11:21 -0000 den 2004-08-26 07:11:20 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/handbook/kernelconfig chapter.sgml Log: Translation from scratch. English version: 1.129 Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> With fixes from: maxim, den Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.2 +1652 -6 doc/ru_RU.KOI8-R/books/handbook/kernelconfig/chapter.sgml From owner-cvs-all@FreeBSD.ORG Thu Aug 26 07:15:16 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74AF716A4CE; Thu, 26 Aug 2004 07:15:16 +0000 (GMT) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id E572143D5D; Thu, 26 Aug 2004 07:15:15 +0000 (GMT) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) i7Q7FDl7083930; Thu, 26 Aug 2004 08:15:14 +0100 (BST) (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost)i7Q7FDbB083929; Thu, 26 Aug 2004 08:15:13 +0100 (BST) (envelope-from mark@grondar.org) X-Authentication-Warning: storm.FreeBSD.org.uk: Ugrondar set sender to mark@grondar.org using -f Received: from grondar.org (localhost [127.0.0.1])i7Q7DsZd029297; Thu, 26 Aug 2004 08:13:54 +0100 (BST) (envelope-from mark@grondar.org) Message-Id: <200408260713.i7Q7DsZd029297@grimreaper.grondar.org> To: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) From: Mark Murray <markm@FreeBSD.ORG> In-Reply-To: Your message of "Thu, 26 Aug 2004 07:55:54 +0200." <xzpd61e5tp1.fsf@dwp.des.no> Date: Thu, 26 Aug 2004 08:13:54 +0100 Sender: mark@grondar.org cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 07:15:16 -0000 =?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?= writes: > Mark Murray <markm@FreeBSD.ORG> writes: > > Warner Losh writes: > > > # is preseedrandom still necessary? > > It doesn't hurt, and its probablty best to keep it for now until > > the entropy startup has been properly audited. > > Speaking of which, are you going to address the issues I raised in re > src/etc/rc.d/sshd? Yeah. I'm looking at it. I have a nasty devbox stability problem right now, which is slowing things down. M -- Mark Murray iumop ap!sdn w,I idlaH From owner-cvs-all@FreeBSD.ORG Thu Aug 26 07:22:12 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FAC716A4CE; Thu, 26 Aug 2004 07:22:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1347343D1F; Thu, 26 Aug 2004 07:22:12 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q7MBDo001838; Thu, 26 Aug 2004 07:22:11 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q7MBsK001836; Thu, 26 Aug 2004 07:22:11 GMT (envelope-from eik) Message-Id: <200408260722.i7Q7MBsK001836@repoman.freebsd.org> From: Oliver Eikemeier <eik@FreeBSD.org> Date: Thu, 26 Aug 2004 07:22:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/hlstats Makefile ports/games/phpua-bf Makefile ports/games/phpua-cod Makefile ports/games/phpua-engine Makefile ports/games/phpua-hl Makefile ports/games/phpua-q3... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 07:22:12 -0000 eik 2004-08-26 07:22:11 UTC FreeBSD ports repository Modified files: games/hlstats Makefile games/phpua-bf Makefile games/phpua-cod Makefile games/phpua-engine Makefile games/phpua-hl Makefile games/phpua-q3 Makefile games/phpua-ut Makefile games/phpua-ut2003 Makefile Log: update mainterainer address PR: 70965, 70966, 70967, 70968, 70969, 70970, 70971, 70972 Submitted by: Hideki Machida <hido@coreblack.com> (maintainer) Revision Changes Path 1.2 +1 -1 ports/games/hlstats/Makefile 1.4 +1 -1 ports/games/phpua-bf/Makefile 1.2 +1 -1 ports/games/phpua-cod/Makefile 1.2 +1 -1 ports/games/phpua-engine/Makefile 1.2 +1 -1 ports/games/phpua-hl/Makefile 1.2 +1 -1 ports/games/phpua-q3/Makefile 1.2 +1 -1 ports/games/phpua-ut/Makefile 1.2 +1 -1 ports/games/phpua-ut2003/Makefile From owner-cvs-all@FreeBSD.ORG Thu Aug 26 07:28:04 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31BC416A4CE; Thu, 26 Aug 2004 07:28:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11C9E43D1F; Thu, 26 Aug 2004 07:28:04 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q7S3Pp002024; Thu, 26 Aug 2004 07:28:03 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q7S38C002023; Thu, 26 Aug 2004 07:28:03 GMT (envelope-from vs) Message-Id: <200408260728.i7Q7S38C002023@repoman.freebsd.org> From: Volker Stolz <vs@FreeBSD.org> Date: Thu, 26 Aug 2004 07:28:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/shells/osh Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 07:28:04 -0000 vs 2004-08-26 07:28:03 UTC FreeBSD ports repository Modified files: shells/osh Makefile distinfo Log: Add patch-set which fixes various bugs including a stack overflow. PR: ports/70953 Submitted by: Jeffrey Allen Neitzel (author) Revision Changes Path 1.13 +3 -0 ports/shells/osh/Makefile 1.9 +3 -1 ports/shells/osh/distinfo From owner-cvs-all@FreeBSD.ORG Thu Aug 26 07:31:38 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F7F716A4D1; Thu, 26 Aug 2004 07:31:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20F0143D5A; Thu, 26 Aug 2004 07:31:38 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q7VbR6002350; Thu, 26 Aug 2004 07:31:38 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q7VbX3002348; Thu, 26 Aug 2004 07:31:37 GMT (envelope-from eik) Message-Id: <200408260731.i7Q7VbX3002348@repoman.freebsd.org> From: Oliver Eikemeier <eik@FreeBSD.org> Date: Thu, 26 Aug 2004 07:31:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/hlstats pkg-descr ports/games/phpua-bf pkg-descr ports/games/phpua-cod pkg-descr ports/games/phpua-engine pkg-descr ports/games/phpua-hl pkg-descr ports/games/phpua-q3... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 07:31:38 -0000 eik 2004-08-26 07:31:37 UTC FreeBSD ports repository Modified files: games/hlstats pkg-descr games/phpua-bf pkg-descr games/phpua-cod pkg-descr games/phpua-engine pkg-descr games/phpua-hl pkg-descr games/phpua-q3 pkg-descr games/phpua-ut pkg-descr games/phpua-ut2003 pkg-descr Log: update mainterainer address PR: 70965, 70966, 70967, 70968, 70969, 70970, 70971, 70972 Submitted by: Hideki Machida <hido@coreblack.com> (maintainer) Revision Changes Path 1.2 +1 -1 ports/games/hlstats/pkg-descr 1.2 +1 -1 ports/games/phpua-bf/pkg-descr 1.2 +1 -1 ports/games/phpua-cod/pkg-descr 1.2 +1 -1 ports/games/phpua-engine/pkg-descr 1.2 +1 -1 ports/games/phpua-hl/pkg-descr 1.2 +1 -1 ports/games/phpua-q3/pkg-descr 1.2 +1 -1 ports/games/phpua-ut/pkg-descr 1.2 +1 -1 ports/games/phpua-ut2003/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Aug 26 07:52:38 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 627A916A4CE; Thu, 26 Aug 2004 07:52:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4236443D31; Thu, 26 Aug 2004 07:52:38 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q7qckC002900; Thu, 26 Aug 2004 07:52:38 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q7qcbh002899; Thu, 26 Aug 2004 07:52:38 GMT (envelope-from vs) Message-Id: <200408260752.i7Q7qcbh002899@repoman.freebsd.org> From: Volker Stolz <vs@FreeBSD.org> Date: Thu, 26 Aug 2004 07:52:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/mplayer Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 07:52:38 -0000 vs 2004-08-26 07:52:37 UTC FreeBSD ports repository Modified files: multimedia/mplayer Makefile Log: Requested by Koop Mast: - Correct detection of ogg theora codec - Avoid accidently linking to libtremor if not explicitly forced by user (important, therefore PORTREVISION bump!) PR: ports/70959 Submitted by: Thomas E. Zander (maintainer) Revision Changes Path 1.102 +24 -1 ports/multimedia/mplayer/Makefile From owner-cvs-all@FreeBSD.ORG Thu Aug 26 07:52:42 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EE6D16A503; Thu, 26 Aug 2004 07:52:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CEE743D1D; Thu, 26 Aug 2004 07:52:42 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q7qgcB002928; Thu, 26 Aug 2004 07:52:42 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q7qgGv002927; Thu, 26 Aug 2004 07:52:42 GMT (envelope-from ale) Message-Id: <200408260752.i7Q7qgGv002927@repoman.freebsd.org> From: Alex Dupre <ale@FreeBSD.org> Date: Thu, 26 Aug 2004 07:52:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/php4-domxml/files patch-config.m4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 07:52:42 -0000 ale 2004-08-26 07:52:42 UTC FreeBSD ports repository Added files: textproc/php4-domxml/files patch-config.m4 Log: Fix build when XSLT is disabled. Spotted by: Damir Horvat <damir@voljatel.si> Revision Changes Path 1.1 +10 -0 ports/textproc/php4-domxml/files/patch-config.m4 (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 26 07:56:21 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0050216A4CE; Thu, 26 Aug 2004 07:56:20 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8378743D2D; Thu, 26 Aug 2004 07:56:20 +0000 (GMT) (envelope-from hmp@freebsd.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.11/8.12.11) with ESMTP id i7Q7s2sl065628; Thu, 26 Aug 2004 03:54:02 -0400 (EDT) (envelope-from hmp@freebsd.org) Received: from localhost (hmp@localhost)i7Q7s2NK065625; Thu, 26 Aug 2004 03:54:02 -0400 (EDT) (envelope-from hmp@freebsd.org) X-Authentication-Warning: fledge.watson.org: hmp owned process doing -bs Date: Thu, 26 Aug 2004 03:54:01 -0400 (EDT) From: Hiten Pandya <hmp@freebsd.org> X-Sender: hmp@fledge.watson.org To: Warner Losh <imp@freebsd.org> In-Reply-To: <200408260416.i7Q4Gtcd096225@repoman.freebsd.org> Message-ID: <Pine.NEB.3.96L.1040826035319.65566A-100000@fledge.watson.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man9 bus_dma.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 07:56:21 -0000 Nice, I see the bus_dma(9) manual page is getting its share of updates these days. Thanks Warner. :-) Hiten Pandya hmp at freebsd.org On Thu, 26 Aug 2004, Warner Losh wrote: :imp 2004-08-26 04:16:55 UTC : : FreeBSD src repository : : Modified files: : share/man/man9 bus_dma.9 : Log: : Add reference to vslock(9) for locking user address pages into core. : : Suggested by: alc : : Revision Changes Path : 1.18 +4 -1 src/share/man/man9/bus_dma.9 : From owner-cvs-all@FreeBSD.ORG Thu Aug 26 08:09:54 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0566D16A4CE; Thu, 26 Aug 2004 08:09:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7D6243D5A; Thu, 26 Aug 2004 08:09:53 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q89rHL003453; Thu, 26 Aug 2004 08:09:53 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q89r5j003452; Thu, 26 Aug 2004 08:09:53 GMT (envelope-from den) Message-Id: <200408260809.i7Q89r5j003452@repoman.freebsd.org> From: Denis Peplin <den@FreeBSD.org> Date: Thu, 26 Aug 2004 08:09:53 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/books/handbook/kernelconfig chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 08:09:54 -0000 den 2004-08-26 08:09:53 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/handbook/kernelconfig chapter.sgml Log: MFen 1.129 -> 1.133 Revision Changes Path 1.3 +68 -42 doc/ru_RU.KOI8-R/books/handbook/kernelconfig/chapter.sgml From owner-cvs-all@FreeBSD.ORG Thu Aug 26 08:11:46 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E96E916A4CE; Thu, 26 Aug 2004 08:11:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8F5443D4C; Thu, 26 Aug 2004 08:11:46 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q8BkD4003581; Thu, 26 Aug 2004 08:11:46 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q8Bk8F003580; Thu, 26 Aug 2004 08:11:46 GMT (envelope-from vs) Message-Id: <200408260811.i7Q8Bk8F003580@repoman.freebsd.org> From: Volker Stolz <vs@FreeBSD.org> Date: Thu, 26 Aug 2004 08:11:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/file Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 08:11:47 -0000 vs 2004-08-26 08:11:46 UTC FreeBSD ports repository Modified files: sysutils/file Makefile distinfo Log: Update to 4.10 PR: ports/70955 Submitted by: Jason Harris (maintainer) Revision Changes Path 1.14 +1 -1 ports/sysutils/file/Makefile 1.10 +5 -5 ports/sysutils/file/distinfo From owner-cvs-all@FreeBSD.ORG Thu Aug 26 08:15:48 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7817916A4CE; Thu, 26 Aug 2004 08:15:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53D2B43D64; Thu, 26 Aug 2004 08:15:48 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q8Fmc3003706; Thu, 26 Aug 2004 08:15:48 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q8FmJN003705; Thu, 26 Aug 2004 08:15:48 GMT (envelope-from tjr) Message-Id: <200408260815.i7Q8FmJN003705@repoman.freebsd.org> From: "Tim J. Robbins" <tjr@FreeBSD.org> Date: Thu, 26 Aug 2004 08:15:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/timedef sl_SI.ISO8859-2.src X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 08:15:48 -0000 tjr 2004-08-26 08:15:48 UTC FreeBSD src repository Modified files: share/timedef sl_SI.ISO8859-2.src Log: Begin month and weekday names with a lowercase letter. This is consistent with (at least) Solaris, ICU and glibc. PR: 65317 Submitted by: Uros MFC after: 1 week Revision Changes Path 1.8 +51 -51 src/share/timedef/sl_SI.ISO8859-2.src From owner-cvs-all@FreeBSD.ORG Thu Aug 26 08:18:57 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49D0416A4CE; Thu, 26 Aug 2004 08:18:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27D4043D2F; Thu, 26 Aug 2004 08:18:57 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q8IvVF003788; Thu, 26 Aug 2004 08:18:57 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q8Ivxt003787; Thu, 26 Aug 2004 08:18:57 GMT (envelope-from tjr) Message-Id: <200408260818.i7Q8Ivxt003787@repoman.freebsd.org> From: "Tim J. Robbins" <tjr@FreeBSD.org> Date: Thu, 26 Aug 2004 08:18:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/timedef sl_SI.UTF-8.src X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 08:18:57 -0000 tjr 2004-08-26 08:18:57 UTC FreeBSD src repository Modified files: share/timedef sl_SI.UTF-8.src Log: Re-generate from sl_SI.ISO8859-2.src rev. 1.8 (lowercase month/weekday names). Revision Changes Path 1.2 +50 -50 src/share/timedef/sl_SI.UTF-8.src From owner-cvs-all@FreeBSD.ORG Thu Aug 26 08:20:58 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DD2C16A4CE; Thu, 26 Aug 2004 08:20:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C12643D5E; Thu, 26 Aug 2004 08:20:58 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q8KwPp003903; Thu, 26 Aug 2004 08:20:58 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q8KwNh003902; Thu, 26 Aug 2004 08:20:58 GMT (envelope-from des) Message-Id: <200408260820.i7Q8KwNh003902@repoman.freebsd.org> From: Dag-Erling Smorgrav <des@FreeBSD.org> Date: Thu, 26 Aug 2004 08:20:58 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 08:20:58 -0000 des 2004-08-26 08:20:58 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: Correct a braino in previous entry, and add one for a noiseless PSU. Revision Changes Path 1.244 +9 -3 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Thu Aug 26 08:33:03 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78C7316A4CE; Thu, 26 Aug 2004 08:33:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 563DE43D31; Thu, 26 Aug 2004 08:33:03 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q8X3IM004213; Thu, 26 Aug 2004 08:33:03 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q8X3CE004212; Thu, 26 Aug 2004 08:33:03 GMT (envelope-from brueffer) Message-Id: <200408260833.i7Q8X3CE004212@repoman.freebsd.org> From: Christian Brueffer <brueffer@FreeBSD.org> Date: Thu, 26 Aug 2004 08:33:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 kue.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 08:33:03 -0000 brueffer 2004-08-26 08:33:03 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 kue.4 Log: - move the list of supported adapters into a HARDWARE section - sort the list of adapters - add the 3Com 3c460 HomeConnect Ethernet USB Adapter [1] - properly capitalize Ethernet - replace a misleading 'adapter' with 'chipset' - bump document date Obtained from: NetBSD [1] MFC after: 3 days Revision Changes Path 1.20 +27 -20 src/share/man/man4/kue.4 From owner-cvs-all@FreeBSD.ORG Thu Aug 26 08:34:10 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 200B016A4CF; Thu, 26 Aug 2004 08:34:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2A0D43D5F; Thu, 26 Aug 2004 08:34:09 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q8Y9m8004255; Thu, 26 Aug 2004 08:34:09 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q8Y98k004254; Thu, 26 Aug 2004 08:34:09 GMT (envelope-from brueffer) Message-Id: <200408260834.i7Q8Y98k004254@repoman.freebsd.org> From: Christian Brueffer <brueffer@FreeBSD.org> Date: Thu, 26 Aug 2004 08:34:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 cue.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 08:34:10 -0000 brueffer 2004-08-26 08:34:09 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 cue.4 Log: - move the list of supported adapters into a HARDWARE section - properly capitalize Ethernet - replace a misleading 'adapter' with 'chipset' - bump document date MFC after: 3 days Revision Changes Path 1.19 +20 -6 src/share/man/man4/cue.4 From owner-cvs-all@FreeBSD.ORG Thu Aug 26 08:36:10 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57B4416A4CE; Thu, 26 Aug 2004 08:36:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3686D43D6A; Thu, 26 Aug 2004 08:36:10 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q8aAkl004381; Thu, 26 Aug 2004 08:36:10 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q8aATm004380; Thu, 26 Aug 2004 08:36:10 GMT (envelope-from brueffer) Message-Id: <200408260836.i7Q8aATm004380@repoman.freebsd.org> From: Christian Brueffer <brueffer@FreeBSD.org> Date: Thu, 26 Aug 2004 08:36:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/share/misc dev.archlist.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 08:36:10 -0000 brueffer 2004-08-26 08:36:10 UTC FreeBSD src repository (doc committer) Modified files: release/doc/share/misc dev.archlist.txt Log: Add cue(4) and kue(4) Revision Changes Path 1.13 +2 -0 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-all@FreeBSD.ORG Thu Aug 26 08:37:10 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2499716A4CE; Thu, 26 Aug 2004 08:37:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0266643D79; Thu, 26 Aug 2004 08:37:10 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q8b9GA004515; Thu, 26 Aug 2004 08:37:09 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q8b9nS004514; Thu, 26 Aug 2004 08:37:09 GMT (envelope-from ijliao) Message-Id: <200408260837.i7Q8b9nS004514@repoman.freebsd.org> From: Ying-Chieh Liao <ijliao@FreeBSD.org> Date: Thu, 26 Aug 2004 08:37:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/science Makefile ports/science/py-scipy Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 08:37:10 -0000 ijliao 2004-08-26 08:37:09 UTC FreeBSD ports repository Modified files: science Makefile Added files: science/py-scipy Makefile distinfo pkg-descr Log: add py-scipy 0.3 Scientific tools for Python Revision Changes Path 1.48 +1 -0 ports/science/Makefile 1.1 +46 -0 ports/science/py-scipy/Makefile (new) 1.1 +2 -0 ports/science/py-scipy/distinfo (new) 1.1 +9 -0 ports/science/py-scipy/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 26 08:37:20 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F71B16A4CF; Thu, 26 Aug 2004 08:37:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E61B43D8F; Thu, 26 Aug 2004 08:37:20 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q8bKKa004561; Thu, 26 Aug 2004 08:37:20 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q8bK4X004560; Thu, 26 Aug 2004 08:37:20 GMT (envelope-from ijliao) Message-Id: <200408260837.i7Q8bK4X004560@repoman.freebsd.org> From: Ying-Chieh Liao <ijliao@FreeBSD.org> Date: Thu, 26 Aug 2004 08:37:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 08:37:20 -0000 ijliao 2004-08-26 08:37:20 UTC FreeBSD ports repository Modified files: . modules Log: py-scipy --> ports/science/py-scipy Revision Changes Path 1.10972 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Aug 26 08:37:47 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36F2116A4CE; Thu, 26 Aug 2004 08:37:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11DD643D91; Thu, 26 Aug 2004 08:37:47 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q8bf4e004595; Thu, 26 Aug 2004 08:37:41 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q8bfV0004594; Thu, 26 Aug 2004 08:37:41 GMT (envelope-from brueffer) Message-Id: <200408260837.i7Q8bfV0004594@repoman.freebsd.org> From: Christian Brueffer <brueffer@FreeBSD.org> Date: Thu, 26 Aug 2004 08:37:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 08:37:47 -0000 brueffer 2004-08-26 08:37:41 UTC FreeBSD src repository (doc committer) Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Autogenerate device listings for cue(4) and kue(4) Revision Changes Path 1.235 +2 -3 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-all@FreeBSD.ORG Thu Aug 26 08:52:46 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C74C816A4CE; Thu, 26 Aug 2004 08:52:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A639243D5C; Thu, 26 Aug 2004 08:52:46 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q8qkg3005010; Thu, 26 Aug 2004 08:52:46 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q8qk0L005009; Thu, 26 Aug 2004 08:52:46 GMT (envelope-from hrs) Message-Id: <200408260852.i7Q8qk0L005009@repoman.freebsd.org> From: Hiroki Sato <hrs@FreeBSD.org> Date: Thu, 26 Aug 2004 08:52:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/share/misc man2hwnotes.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 08:52:46 -0000 hrs 2004-08-26 08:52:46 UTC FreeBSD src repository Modified files: release/doc/share/misc man2hwnotes.pl Log: s/_/./g for an entity name. Reviewed by: simon Revision Changes Path 1.6 +5 -0 src/release/doc/share/misc/man2hwnotes.pl From owner-cvs-all@FreeBSD.ORG Thu Aug 26 09:02:05 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE5CE16A4CE; Thu, 26 Aug 2004 09:02:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDBDE43D45; Thu, 26 Aug 2004 09:02:05 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q925ms005396; Thu, 26 Aug 2004 09:02:05 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q9254D005395; Thu, 26 Aug 2004 09:02:05 GMT (envelope-from ijliao) Message-Id: <200408260902.i7Q9254D005395@repoman.freebsd.org> From: Ying-Chieh Liao <ijliao@FreeBSD.org> Date: Thu, 26 Aug 2004 09:02:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/py-cssutils Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 09:02:06 -0000 ijliao 2004-08-26 09:02:05 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/py-cssutils Makefile distinfo pkg-descr Log: add py-cssutils 0.53 CSS Cascading Style Sheets library for Python Revision Changes Path 1.972 +1 -0 ports/www/Makefile 1.1 +30 -0 ports/www/py-cssutils/Makefile (new) 1.1 +2 -0 ports/www/py-cssutils/distinfo (new) 1.1 +5 -0 ports/www/py-cssutils/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 26 09:02:17 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40B4716A4CE; Thu, 26 Aug 2004 09:02:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2059E43D45; Thu, 26 Aug 2004 09:02:17 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q92Hr4005442; Thu, 26 Aug 2004 09:02:17 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q92HUU005441; Thu, 26 Aug 2004 09:02:17 GMT (envelope-from ijliao) Message-Id: <200408260902.i7Q92HUU005441@repoman.freebsd.org> From: Ying-Chieh Liao <ijliao@FreeBSD.org> Date: Thu, 26 Aug 2004 09:02:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 09:02:17 -0000 ijliao 2004-08-26 09:02:16 UTC FreeBSD ports repository Modified files: . modules Log: py-cssutils --> ports/www/py-cssutils Revision Changes Path 1.10973 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Aug 26 09:02:22 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0939716A502; Thu, 26 Aug 2004 09:02:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB67E43D64; Thu, 26 Aug 2004 09:02:21 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q92Ld8005475; Thu, 26 Aug 2004 09:02:21 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q92LLf005474; Thu, 26 Aug 2004 09:02:21 GMT (envelope-from erwin) Message-Id: <200408260902.i7Q92LLf005474@repoman.freebsd.org> From: Erwin Lansing <erwin@FreeBSD.org> Date: Thu, 26 Aug 2004 09:02:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/mlmmj Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 09:02:22 -0000 erwin 2004-08-26 09:02:21 UTC FreeBSD ports repository Modified files: mail/mlmmj Makefile distinfo pkg-plist Log: Update mlmmj to version 1.0.0-RC2 and add knobs to install the perl admin and user webinterfaces and the php user webinterface. PR: 70979 Submitted by: Christian Laursen <xi@borderworlds.dk> (maintainer) Revision Changes Path 1.6 +50 -1 ports/mail/mlmmj/Makefile 1.6 +2 -2 ports/mail/mlmmj/distinfo 1.4 +26 -0 ports/mail/mlmmj/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Aug 26 09:08:44 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CEB816A4CE; Thu, 26 Aug 2004 09:08:44 +0000 (GMT) Received: from zaphod.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5732943D45; Thu, 26 Aug 2004 09:08:44 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 085B811AB4; Thu, 26 Aug 2004 11:08:43 +0200 (CEST) Date: Thu, 26 Aug 2004 11:08:42 +0200 From: "Simon L. Nielsen" <simon@FreeBSD.org> To: Hiroki Sato <hrs@FreeBSD.org> Message-ID: <20040826090842.GB755@zaphod.nitro.dk> References: <200408260852.i7Q8qk0L005009@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="JYK4vJDZwFMowpUq" Content-Disposition: inline In-Reply-To: <200408260852.i7Q8qk0L005009@repoman.freebsd.org> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/doc/share/misc man2hwnotes.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 09:08:44 -0000 --JYK4vJDZwFMowpUq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2004.08.26 08:52:46 +0000, Hiroki Sato wrote: > hrs 2004-08-26 08:52:46 UTC >=20 > FreeBSD src repository >=20 > Modified files: > release/doc/share/misc man2hwnotes.pl=20 > Log: > s/_/./g for an entity name. Thanks! --=20 Simon L. Nielsen FreeBSD Documentation Team --JYK4vJDZwFMowpUq Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBLaiah9pcDSc1mlERAkJlAJwJRqTF9P/3UyFr6cUbHvhK7yOvrQCdFE65 W9auZflty+jZVePIeG70Ksw= =Rr0x -----END PGP SIGNATURE----- --JYK4vJDZwFMowpUq-- From owner-cvs-all@FreeBSD.ORG Thu Aug 26 09:18:58 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 696B116A4CE; Thu, 26 Aug 2004 09:18:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 472C443D7F; Thu, 26 Aug 2004 09:18:58 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q9IwEr006003; Thu, 26 Aug 2004 09:18:58 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q9IwJH006002; Thu, 26 Aug 2004 09:18:58 GMT (envelope-from kuriyama) Message-Id: <200408260918.i7Q9IwJH006002@repoman.freebsd.org> From: Jun Kuriyama <kuriyama@FreeBSD.org> Date: Thu, 26 Aug 2004 09:18:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/vtun Makefile pkg-plist ports/net/vtun/files extra-tun_dev.c vtunclient.sh vtund.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 09:18:58 -0000 kuriyama 2004-08-26 09:18:58 UTC FreeBSD ports repository Modified files: net/vtun Makefile pkg-plist Added files: net/vtun/files extra-tun_dev.c vtunclient.sh vtund.sh Log: - USE_RC_SUBR'ify. - Add knob to use simokawa's patch to enable extended mode. Revision Changes Path 1.14 +15 -0 ports/net/vtun/Makefile 1.1 +13 -0 ports/net/vtun/files/extra-tun_dev.c (new) 1.1 +27 -0 ports/net/vtun/files/vtunclient.sh (new) 1.1 +26 -0 ports/net/vtun/files/vtund.sh (new) 1.5 +2 -0 ports/net/vtun/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Aug 26 09:38:31 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8DE316A4CE; Thu, 26 Aug 2004 09:38:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9724D43D3F; Thu, 26 Aug 2004 09:38:31 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q9cVZG006588; Thu, 26 Aug 2004 09:38:31 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q9cVbX006587; Thu, 26 Aug 2004 09:38:31 GMT (envelope-from ijliao) Message-Id: <200408260938.i7Q9cVbX006587@repoman.freebsd.org> From: Ying-Chieh Liao <ijliao@FreeBSD.org> Date: Thu, 26 Aug 2004 09:38:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/cad Makefile ports/cad/dxf2fig Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 09:38:31 -0000 ijliao 2004-08-26 09:38:31 UTC FreeBSD ports repository Modified files: cad Makefile Added files: cad/dxf2fig Makefile distinfo pkg-descr Log: add dxf2fig 2.07 DXF to FIG converter Revision Changes Path 1.67 +1 -0 ports/cad/Makefile 1.1 +25 -0 ports/cad/dxf2fig/Makefile (new) 1.1 +2 -0 ports/cad/dxf2fig/distinfo (new) 1.1 +4 -0 ports/cad/dxf2fig/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 26 09:38:54 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 758A216A4FA; Thu, 26 Aug 2004 09:38:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CED143D7B; Thu, 26 Aug 2004 09:38:54 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q9csPP006634; Thu, 26 Aug 2004 09:38:54 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q9csHE006633; Thu, 26 Aug 2004 09:38:54 GMT (envelope-from ijliao) Message-Id: <200408260938.i7Q9csHE006633@repoman.freebsd.org> From: Ying-Chieh Liao <ijliao@FreeBSD.org> Date: Thu, 26 Aug 2004 09:38:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 09:38:54 -0000 ijliao 2004-08-26 09:38:54 UTC FreeBSD ports repository Modified files: . modules Log: dxf2fig --> ports/cad/dxf2fig Revision Changes Path 1.10974 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Aug 26 09:52:13 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D244116A4CE; Thu, 26 Aug 2004 09:52:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C61E343D68; Thu, 26 Aug 2004 09:52:13 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q9qDxU007088; Thu, 26 Aug 2004 09:52:13 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7Q9qDT4007086; Thu, 26 Aug 2004 09:52:13 GMT (envelope-from kuriyama) Message-Id: <200408260952.i7Q9qDT4007086@repoman.freebsd.org> From: Jun Kuriyama <kuriyama@FreeBSD.org> Date: Thu, 26 Aug 2004 09:52:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/dsssl-docbook-modular Makefile ports/textproc/dsssl-docbook-modular/files patch-common::dbl1ru.ent patch-common::dbl1zhcn.dsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 09:52:14 -0000 kuriyama 2004-08-26 09:52:13 UTC FreeBSD ports repository Modified files: textproc/dsssl-docbook-modular Makefile textproc/dsssl-docbook-modular/files patch-common::dbl1ru.ent Added files: textproc/dsssl-docbook-modular/files patch-common::dbl1zhcn.dsl Log: - Add a patch for Simplified Chinese to improve translations (1). - Update Russian patch (2). Submitted by: Xin LI (1), den (2) Revision Changes Path 1.56 +1 -1 ports/textproc/dsssl-docbook-modular/Makefile 1.2 +11 -2 ports/textproc/dsssl-docbook-modular/files/patch-common::dbl1ru.ent 1.1 +50 -0 ports/textproc/dsssl-docbook-modular/files/patch-common::dbl1zhcn.dsl (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 26 10:07:02 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36D5316A4CE; Thu, 26 Aug 2004 10:07:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B08843D60; Thu, 26 Aug 2004 10:07:02 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QA72dF007534; Thu, 26 Aug 2004 10:07:02 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QA72mi007533; Thu, 26 Aug 2004 10:07:02 GMT (envelope-from clsung) Message-Id: <200408261007.i7QA72mi007533@repoman.freebsd.org> From: Cheng-Lung Sung <clsung@FreeBSD.org> Date: Thu, 26 Aug 2004 10:07:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/botan Makefile distinfo pkg-plist patch-modules::tm_posix.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 10:07:02 -0000 clsung 2004-08-26 10:07:01 UTC FreeBSD ports repository Modified files: security/botan Makefile distinfo pkg-plist security/botan/files patch-configure.pl Added files: security/botan/files patch-modules::tm_posix.cpp Log: - Update to 1.4.0 - Change MASTER_SITES - fixed build error in 5.x (compare to ports/69194) PR: ports/70444 Approved by: vanilla (co-mentor) Revision Changes Path 1.31 +10 -9 ports/security/botan/Makefile 1.22 +2 -2 ports/security/botan/distinfo 1.3 +14 -10 ports/security/botan/files/patch-configure.pl 1.1 +11 -0 ports/security/botan/files/patch-modules::tm_posix.cpp (new) 1.22 +24 -11 ports/security/botan/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Aug 26 10:11:05 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8698716A4CE; Thu, 26 Aug 2004 10:11:05 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76BB643D58; Thu, 26 Aug 2004 10:11:05 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 68FE25C8F5; Thu, 26 Aug 2004 03:11:05 -0700 (PDT) Date: Thu, 26 Aug 2004 03:11:05 -0700 From: Alfred Perlstein <alfred@freebsd.org> To: Dag-Erling Sm?rgrav <des@des.no> Message-ID: <20040826101105.GF26612@elvis.mu.org> References: <200408252124.i7PLOaHa084709@repoman.freebsd.org> <20040825221542.GB26612@elvis.mu.org> <xzp8yc25tn4.fsf@dwp.des.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <xzp8yc25tn4.fsf@dwp.des.no> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Robert Watson <rwatson@FreeBSD.org> cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 10:11:05 -0000 * Dag-Erling Sm?rgrav <des@des.no> [040825 22:57] wrote: > Alfred Perlstein <alfred@freebsd.org> writes: > > * Robert Watson <rwatson@FreeBSD.org> [040825 14:24] wrote: > > > rwatson 2004-08-25 21:24:36 UTC > > > Discussed with: alfred > > Which alfred? :) > > He probably meant to write "albert". > > *ducks* *runs* *stabby* :) -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-all@FreeBSD.ORG Thu Aug 26 10:12:34 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5817616A4CE; Thu, 26 Aug 2004 10:12:34 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4881043D66; Thu, 26 Aug 2004 10:12:34 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 422E25C8F0; Thu, 26 Aug 2004 03:12:34 -0700 (PDT) Date: Thu, 26 Aug 2004 03:12:34 -0700 From: Alfred Perlstein <alfred@freebsd.org> To: Dag-Erling Smorgrav <des@FreeBSD.org> Message-ID: <20040826101234.GG26612@elvis.mu.org> References: <200408260625.i7Q6PTEd099597@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408260625.i7Q6PTEd099597@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdio vfprintf.c vfwprintf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 10:12:34 -0000 * Dag-Erling Smorgrav <des@FreeBSD.org> [040825 23:25] wrote: > des 2004-08-26 06:25:29 UTC > > FreeBSD src repository > > Modified files: > lib/libc/stdio vfprintf.c vfwprintf.c > Log: > Don't forget to va_end() the va_list we get from va_copy(). > > Submitted by: Sean McNeil <sean@mcneil.com> > MFC after: 3 days I'm wondering if anyone is slick enough to figure out a VA_DEBUG that will assert these sort of things? -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-all@FreeBSD.ORG Thu Aug 26 10:24:25 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D682716A4CE; Thu, 26 Aug 2004 10:24:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B586F43D6E; Thu, 26 Aug 2004 10:24:25 +0000 (GMT) (envelope-from paul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QAOPGK007919; Thu, 26 Aug 2004 10:24:25 GMT (envelope-from paul@repoman.freebsd.org) Received: (from paul@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QAOPNk007918; Thu, 26 Aug 2004 10:24:25 GMT (envelope-from paul) Message-Id: <200408261024.i7QAOPNk007918@repoman.freebsd.org> From: Paul Richards <paul@FreeBSD.org> Date: Thu, 26 Aug 2004 10:24:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 10:24:26 -0000 paul 2004-08-26 10:24:25 UTC FreeBSD src repository Modified files: . Makefile.inc1 Log: Backout the CVSTAG variable, it could potentially be dangerous if you track multiple releases in different trees. Leave the CVSOPTIONS variable there since it could be useful. Revision Changes Path 1.443 +0 -3 src/Makefile.inc1 From owner-cvs-all@FreeBSD.ORG Thu Aug 26 10:28:04 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8563B16A4CE; Thu, 26 Aug 2004 10:28:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 626E743D62; Thu, 26 Aug 2004 10:28:04 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QAS4Qb008049; Thu, 26 Aug 2004 10:28:04 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QAS4mj008048; Thu, 26 Aug 2004 10:28:04 GMT (envelope-from eik) Message-Id: <200408261028.i7QAS4mj008048@repoman.freebsd.org> From: Oliver Eikemeier <eik@FreeBSD.org> Date: Thu, 26 Aug 2004 10:28:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/nmap Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 10:28:04 -0000 eik 2004-08-26 10:28:04 UTC FreeBSD ports repository Modified files: security/nmap Makefile distinfo Log: support building nmap-3.59a5 WITH_PRERELEASE=yes Revision Changes Path 1.82 +4 -0 ports/security/nmap/Makefile 1.52 +2 -0 ports/security/nmap/distinfo From owner-cvs-all@FreeBSD.ORG Thu Aug 26 10:38:26 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1660516A4E6; Thu, 26 Aug 2004 10:38:26 +0000 (GMT) Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E4FB43D46; Thu, 26 Aug 2004 10:38:25 +0000 (GMT) (envelope-from des@des.no) Received: from dwp.des.no (37.80-203-228.nextgentel.com [80.203.228.37]) by mail.broadpark.no (Postfix) with ESMTP id 898D7383A; Thu, 26 Aug 2004 12:39:01 +0200 (MEST) Received: by dwp.des.no (Postfix, from userid 2602) id 2AB4EB875; Thu, 26 Aug 2004 12:38:24 +0200 (CEST) To: Alfred Perlstein <alfred@freebsd.org> References: <200408260625.i7Q6PTEd099597@repoman.freebsd.org> <20040826101234.GG26612@elvis.mu.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Thu, 26 Aug 2004 12:38:23 +0200 In-Reply-To: <20040826101234.GG26612@elvis.mu.org> (Alfred Perlstein's message of "Thu, 26 Aug 2004 03:12:34 -0700") Message-ID: <xzpsmaap4kg.fsf@dwp.des.no> User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdio vfprintf.c vfwprintf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 10:38:26 -0000 Alfred Perlstein <alfred@freebsd.org> writes: > I'm wondering if anyone is slick enough to figure out a > VA_DEBUG that will assert these sort of things? Hard to do in the code, but you can probably do it fairly easily in the compiler - or with a good code analysis tool such as Gimpel FlexeLint or Coverity SWAT. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Thu Aug 26 11:34:28 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A5C716A4CE; Thu, 26 Aug 2004 11:34:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D8B543D53; Thu, 26 Aug 2004 11:34:28 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QBYSeO010019; Thu, 26 Aug 2004 11:34:28 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QBYS1a010018; Thu, 26 Aug 2004 11:34:28 GMT (envelope-from den) Message-Id: <200408261134.i7QBYS1a010018@repoman.freebsd.org> From: Denis Peplin <den@FreeBSD.org> Date: Thu, 26 Aug 2004 11:34:28 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/books/handbook/advanced-networking chapter.sgml doc/ru_RU.KOI8-R/books/handbook/basics chapter.sgml doc/ru_RU.KOI8-R/books/handbook/boot chapter.sgml doc/ru_RU.KOI8-R/books/handbook/cutting-edge... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 11:34:28 -0000 den 2004-08-26 11:34:28 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/handbook/advanced-networking chapter.sgml ru_RU.KOI8-R/books/handbook/basics chapter.sgml ru_RU.KOI8-R/books/handbook/boot chapter.sgml ru_RU.KOI8-R/books/handbook/config chapter.sgml ru_RU.KOI8-R/books/handbook/cutting-edge chapter.sgml ru_RU.KOI8-R/books/handbook/desktop chapter.sgml ru_RU.KOI8-R/books/handbook/disks chapter.sgml ru_RU.KOI8-R/books/handbook/eresources chapter.sgml ru_RU.KOI8-R/books/handbook/introduction chapter.sgml ru_RU.KOI8-R/books/handbook/l10n chapter.sgml ru_RU.KOI8-R/books/handbook/linuxemu chapter.sgml ru_RU.KOI8-R/books/handbook/mac chapter.sgml ru_RU.KOI8-R/books/handbook/mail chapter.sgml ru_RU.KOI8-R/books/handbook/mirrors chapter.sgml ru_RU.KOI8-R/books/handbook/multimedia chapter.sgml ru_RU.KOI8-R/books/handbook/network-servers chapter.sgml ru_RU.KOI8-R/books/handbook/ports chapter.sgml ru_RU.KOI8-R/books/handbook/ppp-and-slip chapter.sgml ru_RU.KOI8-R/books/handbook/security chapter.sgml ru_RU.KOI8-R/books/handbook/serialcomms chapter.sgml ru_RU.KOI8-R/books/handbook/users chapter.sgml ru_RU.KOI8-R/books/handbook/vinum chapter.sgml Log: Give credits to handbook translators Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.14 +10 -1 doc/ru_RU.KOI8-R/books/handbook/advanced-networking/chapter.sgml 1.9 +16 -1 doc/ru_RU.KOI8-R/books/handbook/basics/chapter.sgml 1.10 +10 -1 doc/ru_RU.KOI8-R/books/handbook/boot/chapter.sgml 1.8 +12 -1 doc/ru_RU.KOI8-R/books/handbook/config/chapter.sgml 1.9 +8 -1 doc/ru_RU.KOI8-R/books/handbook/cutting-edge/chapter.sgml 1.2 +8 -1 doc/ru_RU.KOI8-R/books/handbook/desktop/chapter.sgml 1.9 +12 -3 doc/ru_RU.KOI8-R/books/handbook/disks/chapter.sgml 1.8 +10 -1 doc/ru_RU.KOI8-R/books/handbook/eresources/chapter.sgml 1.11 +12 -1 doc/ru_RU.KOI8-R/books/handbook/introduction/chapter.sgml 1.4 +12 -1 doc/ru_RU.KOI8-R/books/handbook/l10n/chapter.sgml 1.5 +10 -1 doc/ru_RU.KOI8-R/books/handbook/linuxemu/chapter.sgml 1.2 +8 -1 doc/ru_RU.KOI8-R/books/handbook/mac/chapter.sgml 1.8 +12 -1 doc/ru_RU.KOI8-R/books/handbook/mail/chapter.sgml 1.8 +11 -2 doc/ru_RU.KOI8-R/books/handbook/mirrors/chapter.sgml 1.3 +12 -1 doc/ru_RU.KOI8-R/books/handbook/multimedia/chapter.sgml 1.4 +8 -1 doc/ru_RU.KOI8-R/books/handbook/network-servers/chapter.sgml 1.7 +10 -1 doc/ru_RU.KOI8-R/books/handbook/ports/chapter.sgml 1.6 +8 -1 doc/ru_RU.KOI8-R/books/handbook/ppp-and-slip/chapter.sgml 1.8 +8 -1 doc/ru_RU.KOI8-R/books/handbook/security/chapter.sgml 1.3 +10 -1 doc/ru_RU.KOI8-R/books/handbook/serialcomms/chapter.sgml 1.3 +8 -1 doc/ru_RU.KOI8-R/books/handbook/users/chapter.sgml 1.6 +8 -1 doc/ru_RU.KOI8-R/books/handbook/vinum/chapter.sgml From owner-cvs-all@FreeBSD.ORG Thu Aug 26 12:01:30 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A29C016A4CE; Thu, 26 Aug 2004 12:01:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8016743D58; Thu, 26 Aug 2004 12:01:30 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QC1Ugn010775; Thu, 26 Aug 2004 12:01:30 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QC1Uge010774; Thu, 26 Aug 2004 12:01:30 GMT (envelope-from mat) Message-Id: <200408261201.i7QC1Uge010774@repoman.freebsd.org> From: Mathieu Arnold <mat@FreeBSD.org> Date: Thu, 26 Aug 2004 12:01:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Locale-Maketext-Lexicon Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 12:01:30 -0000 mat 2004-08-26 12:01:30 UTC FreeBSD ports repository Modified files: devel/p5-Locale-Maketext-Lexicon Makefile distinfo Log: Update to 0.42 Revision Changes Path 1.18 +1 -1 ports/devel/p5-Locale-Maketext-Lexicon/Makefile 1.18 +2 -2 ports/devel/p5-Locale-Maketext-Lexicon/distinfo From owner-cvs-all@FreeBSD.ORG Thu Aug 26 12:42:47 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B574616A4CE; Thu, 26 Aug 2004 12:42:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA14243D66; Thu, 26 Aug 2004 12:42:47 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QCglS3012028; Thu, 26 Aug 2004 12:42:47 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QCgl7m012027; Thu, 26 Aug 2004 12:42:47 GMT (envelope-from pjd) Message-Id: <200408261242.i7QCgl7m012027@repoman.freebsd.org> From: Pawel Jakub Dawidek <pjd@FreeBSD.org> Date: Thu, 26 Aug 2004 12:42:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/concat g_concat.c src/sys/geom/label g_label.c src/sys/geom/mirror g_mirror.c src/sys/geom/raid3 g_raid3.c src/sys/geom/stripe g_stripe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 12:42:47 -0000 pjd 2004-08-26 12:42:47 UTC FreeBSD src repository Modified files: sys/geom/concat g_concat.c sys/geom/label g_label.c sys/geom/mirror g_mirror.c sys/geom/raid3 g_raid3.c sys/geom/stripe g_stripe.c Log: Skip providers with not defined sector size. Reported by: kuriyama Revision Changes Path 1.19 +3 -0 src/sys/geom/concat/g_concat.c 1.8 +3 -0 src/sys/geom/label/g_label.c 1.23 +3 -0 src/sys/geom/mirror/g_mirror.c 1.10 +3 -0 src/sys/geom/raid3/g_raid3.c 1.18 +3 -0 src/sys/geom/stripe/g_stripe.c From owner-cvs-all@FreeBSD.ORG Thu Aug 26 12:49:27 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B229816A4CE; Thu, 26 Aug 2004 12:49:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9033443D46; Thu, 26 Aug 2004 12:49:27 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QCnR5B012202; Thu, 26 Aug 2004 12:49:27 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QCnRZm012201; Thu, 26 Aug 2004 12:49:27 GMT (envelope-from simon) Message-Id: <200408261249.i7QCnRZm012201@repoman.freebsd.org> From: "Simon L. Nielsen" <simon@FreeBSD.org> Date: Thu, 26 Aug 2004 12:49:27 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/da_DK.ISO8859-1/share/sgml mailing-lists.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 12:49:27 -0000 simon 2004-08-26 12:49:27 UTC FreeBSD doc repository Modified files: da_DK.ISO8859-1/share/sgml mailing-lists.ent Log: Fix missing termination of the the a.majordomo entity. Revision Changes Path 1.2 +1 -1 doc/da_DK.ISO8859-1/share/sgml/mailing-lists.ent From owner-cvs-all@FreeBSD.ORG Thu Aug 26 12:56:15 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A70D616A4CE; Thu, 26 Aug 2004 12:56:15 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE84343D58; Thu, 26 Aug 2004 12:56:14 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id i7QCuCbf058623; Thu, 26 Aug 2004 14:56:13 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Pawel Jakub Dawidek <pjd@FreeBSD.org> From: "Poul-Henning Kamp" <phk@phk.freebsd.dk> In-Reply-To: Your message of "Thu, 26 Aug 2004 12:42:47 -0000." <200408261242.i7QCgl7m012027@repoman.freebsd.org> Date: Thu, 26 Aug 2004 14:56:12 +0200 Message-ID: <58622.1093524972@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom/concat g_concat.c src/sys/geom/label g_label.c src/sys/geom/mirror g_mirror.c src/sys/geom/raid3 g_raid3.c src/sys/geom/stripe g_stripe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 12:56:15 -0000 In message <200408261242.i7QCgl7m012027@repoman.freebsd.org>, Pawel Jakub Dawid ek writes: > Log: > Skip providers with not defined sector size. This is wrong. A provider with a non-zero access count should always have a sector size. The sectorsize can not be trusted if the access counts are zero. -- 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 Thu Aug 26 13:10:32 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F9B416A4CE; Thu, 26 Aug 2004 13:10:32 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BACE43D5E; Thu, 26 Aug 2004 13:10:32 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 5F71AAC995; Thu, 26 Aug 2004 15:10:30 +0200 (CEST) Date: Thu, 26 Aug 2004 15:10:30 +0200 From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: Poul-Henning Kamp <phk@phk.freebsd.dk> Message-ID: <20040826131030.GO30151@darkness.comp.waw.pl> References: <200408261242.i7QCgl7m012027@repoman.freebsd.org> <58622.1093524972@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AhNoKa8EeSU2TVlt" Content-Disposition: inline In-Reply-To: <58622.1093524972@critter.freebsd.dk> User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom/concat g_concat.c src/sys/geom/label g_label.c src/sys/geom/mirror g_mirror.c src/sys/geom/raid3 g_raid3.c src/sys/geom/stripe g_stripe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 13:10:32 -0000 --AhNoKa8EeSU2TVlt Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 26, 2004 at 02:56:12PM +0200, Poul-Henning Kamp wrote: +> In message <200408261242.i7QCgl7m012027@repoman.freebsd.org>, Pawel Jaku= b Dawid +> ek writes: +>=20 +> > Log: +> > Skip providers with not defined sector size. +>=20 +> This is wrong. A provider with a non-zero access count should always +> have a sector size. The sectorsize can not be trusted if the access +> counts are zero. Yes, I know that it should be done this way, but I'm not going to fix atapi-cd.c, scsi_da.c and scsi_cd.c and who knows what else. Those classes set error to 0 even when provider has not sectorsize and mediasize defined. --=20 Pawel Jakub Dawidek http://www.FreeBSD.org pjd@FreeBSD.org http://garage.freebsd.pl FreeBSD committer Am I Evil? Yes, I Am! --AhNoKa8EeSU2TVlt Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBLeFGForvXbEpPzQRAoFXAJ4kkZACzU72UkoXl2ZTdLHj5JReAQCggfvQ gJEMDEGwE43rfzdjTy1CAOM= =l9RB -----END PGP SIGNATURE----- --AhNoKa8EeSU2TVlt-- From owner-cvs-all@FreeBSD.ORG Thu Aug 26 13:12:33 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B106B16A4CE; Thu, 26 Aug 2004 13:12:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F65443D58; Thu, 26 Aug 2004 13:12:33 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QDCXm5012926; Thu, 26 Aug 2004 13:12:33 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QDCXEn012925; Thu, 26 Aug 2004 13:12:33 GMT (envelope-from mat) Message-Id: <200408261312.i7QDCXEn012925@repoman.freebsd.org> From: Mathieu Arnold <mat@FreeBSD.org> Date: Thu, 26 Aug 2004 13:12:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net Makefile ports/net/php4-rrdtool Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 13:12:33 -0000 mat 2004-08-26 13:12:33 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/php4-rrdtool Makefile distinfo pkg-descr Log: Add php4-rrdtool 1.05, a php/rrdtool glue. Revision Changes Path 1.1353 +1 -0 ports/net/Makefile 1.1 +27 -0 ports/net/php4-rrdtool/Makefile (new) 1.1 +2 -0 ports/net/php4-rrdtool/distinfo (new) 1.1 +5 -0 ports/net/php4-rrdtool/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 26 13:12:47 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FB8C16A4CE; Thu, 26 Aug 2004 13:12:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0014343D2F; Thu, 26 Aug 2004 13:12:46 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QDCkbo012973; Thu, 26 Aug 2004 13:12:46 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QDCkJV012972; Thu, 26 Aug 2004 13:12:46 GMT (envelope-from mat) Message-Id: <200408261312.i7QDCkJV012972@repoman.freebsd.org> From: Mathieu Arnold <mat@FreeBSD.org> Date: Thu, 26 Aug 2004 13:12:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 13:12:47 -0000 mat 2004-08-26 13:12:46 UTC FreeBSD ports repository Modified files: . modules Log: php4-rrdtool --> ports/net/php4-rrdtool Revision Changes Path 1.10975 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Aug 26 13:16:45 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17A4B16A4CE; Thu, 26 Aug 2004 13:16:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA17243D78; Thu, 26 Aug 2004 13:16:44 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QDGi4F013107; Thu, 26 Aug 2004 13:16:44 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QDGiwk013106; Thu, 26 Aug 2004 13:16:44 GMT (envelope-from tjr) Message-Id: <200408261316.i7QDGiwk013106@repoman.freebsd.org> From: "Tim J. Robbins" <tjr@FreeBSD.org> Date: Thu, 26 Aug 2004 13:16:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 13:16:45 -0000 tjr 2004-08-26 13:16:44 UTC FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_vfsops.c Log: Improve the robustness of MSDOSFSMNT_KICONV handling: - Use copyinstr() to read cs_win, cs_dos, cs_local strings from the mount argument structure instead of reading through user-space pointers(!). - When mounting a filesystem, or updating an existing mount, only try to update the iconv handles from the information in the mount argument structure if the structure itself has the MSDOSFSMNT_KICONV flag set. - Attempt to handle failure of update_mp() in the MNT_UPDATE case. Revision Changes Path 1.127 +39 -12 src/sys/fs/msdosfs/msdosfs_vfsops.c From owner-cvs-all@FreeBSD.ORG Thu Aug 26 13:32:28 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DEC616A4E7 for <cvs-all@FreeBSD.org>; Thu, 26 Aug 2004 13:32:26 +0000 (GMT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id C81D643D49 for <cvs-all@FreeBSD.org>; Thu, 26 Aug 2004 13:32:25 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru id i7QDT7FT045586 for cvs-all@FreeBSD.org.checked; (8.12.8/vak/2.1) Thu, 26 Aug 2004 17:29:07 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (hi.cronyx.ru [144.206.181.94]) by hanoi.cronyx.ru with ESMTP id i7QDRqbQ045516; (8.12.8/vak/2.1) Thu, 26 Aug 2004 17:27:53 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <412DE5B1.9090101@cronyx.ru> Date: Thu, 26 Aug 2004 17:29:21 +0400 From: Roman Kurakin <rik@cronyx.ru> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031208 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pawel Jakub Dawidek <pjd@FreeBSD.org> References: <200408261242.i7QCgl7m012027@repoman.freebsd.org> <58622.1093524972@critter.freebsd.dk> <20040826131030.GO30151@darkness.comp.waw.pl> In-Reply-To: <20040826131030.GO30151@darkness.comp.waw.pl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: Poul-Henning Kamp <phk@phk.freebsd.dk> cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom/concat g_concat.c src/sys/geom/label src/sys/geom/stripe g_stripe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 13:32:28 -0000 Pawel Jakub Dawidek wrote: >On Thu, Aug 26, 2004 at 02:56:12PM +0200, Poul-Henning Kamp wrote: >+> In message <200408261242.i7QCgl7m012027@repoman.freebsd.org>, Pawel Jakub Dawid >+> ek writes: >+> >+> > Log: >+> > Skip providers with not defined sector size. >+> >+> This is wrong. A provider with a non-zero access count should always >+> have a sector size. The sectorsize can not be trusted if the access >+> counts are zero. > >Yes, I know that it should be done this way, but I'm not going to fix >atapi-cd.c, scsi_da.c and scsi_cd.c and who knows what else. >Those classes set error to 0 even when provider has not sectorsize >and mediasize defined. > > Does your code print any warning message in that case? That could force authors of 'buggy' code to fix it. rik From owner-cvs-all@FreeBSD.ORG Thu Aug 26 13:37:54 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4E0A16A4CF; Thu, 26 Aug 2004 13:37:54 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 252CC43D5D; Thu, 26 Aug 2004 13:37:54 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id B4BE8ACC62; Thu, 26 Aug 2004 15:37:52 +0200 (CEST) Date: Thu, 26 Aug 2004 15:37:52 +0200 From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: Roman Kurakin <rik@cronyx.ru> Message-ID: <20040826133752.GP30151@darkness.comp.waw.pl> References: <200408261242.i7QCgl7m012027@repoman.freebsd.org> <58622.1093524972@critter.freebsd.dk> <20040826131030.GO30151@darkness.comp.waw.pl> <412DE5B1.9090101@cronyx.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GJQzf4n/7sgn7z2y" Content-Disposition: inline In-Reply-To: <412DE5B1.9090101@cronyx.ru> User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 cc: cvs-src@FreeBSD.org cc: Poul-Henning Kamp <phk@phk.freebsd.dk> cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom/concat g_concat.c src/sys/geom/label g_label.c src/sys/geom/mirror g_mirror.c src/sys/geom/raid3 g_raid3.c src/sys/geom/stripe g_stripe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 13:37:54 -0000 --GJQzf4n/7sgn7z2y Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 26, 2004 at 05:29:21PM +0400, Roman Kurakin wrote: +> >Yes, I know that it should be done this way, but I'm not going to fix +> >atapi-cd.c, scsi_da.c and scsi_cd.c and who knows what else. +> >Those classes set error to 0 even when provider has not sectorsize +> >and mediasize defined. +> >=20 +> > +> Does your code print any warning message in that case? +> That could force authors of 'buggy' code to fix it. No, this should be KASSERT() inside g_error_provider(): KASSERT(error =3D=3D 0 && pp->sectorsize > 0 && pp->mediasize > 0, ("Buggy = code.")); --=20 Pawel Jakub Dawidek http://www.FreeBSD.org pjd@FreeBSD.org http://garage.freebsd.pl FreeBSD committer Am I Evil? Yes, I Am! --GJQzf4n/7sgn7z2y Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBLeewForvXbEpPzQRAgK9AJ9e+O0ZpiP37+m8Znr7Z2QIfZ6YPACfXCnY nrabl2+yML/or5MDQJtUyE8= =Xu2F -----END PGP SIGNATURE----- --GJQzf4n/7sgn7z2y-- From owner-cvs-all@FreeBSD.ORG Thu Aug 26 13:52:17 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6299916A4CE; Thu, 26 Aug 2004 13:52:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 423A843D48; Thu, 26 Aug 2004 13:52:17 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QDqHJE014041; Thu, 26 Aug 2004 13:52:17 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QDqHGe014040; Thu, 26 Aug 2004 13:52:17 GMT (envelope-from mat) Message-Id: <200408261352.i7QDqHGe014040@repoman.freebsd.org> From: Mathieu Arnold <mat@FreeBSD.org> Date: Thu, 26 Aug 2004 13:52:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/php4-rrdtool Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 13:52:17 -0000 mat 2004-08-26 13:52:16 UTC FreeBSD ports repository Modified files: net/php4-rrdtool Makefile Added files: net/php4-rrdtool pkg-plist Log: Add some examples Revision Changes Path 1.2 +5 -0 ports/net/php4-rrdtool/Makefile 1.1 +7 -0 ports/net/php4-rrdtool/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 26 14:00:01 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B44916A4CF; Thu, 26 Aug 2004 14:00:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1732843D64; Thu, 26 Aug 2004 14:00:01 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QE00CC014263; Thu, 26 Aug 2004 14:00:00 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QE00WJ014252; Thu, 26 Aug 2004 14:00:00 GMT (envelope-from oliver) Message-Id: <200408261400.i7QE00WJ014252@repoman.freebsd.org> From: Oliver Lehmann <oliver@FreeBSD.org> Date: Thu, 26 Aug 2004 14:00:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-fm/xfe Makefile distinfo pkg-plist ports/x11-fm/xfe/files patch-src::CommandWindow.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 14:00:01 -0000 oliver 2004-08-26 14:00:00 UTC FreeBSD ports repository Modified files: x11-fm/xfe Makefile distinfo pkg-plist Added files: x11-fm/xfe/files patch-src::CommandWindow.cc Log: update to 0.70 Approved By: maintainer-timeout (11 days) Revision Changes Path 1.5 +5 -4 ports/x11-fm/xfe/Makefile 1.3 +2 -2 ports/x11-fm/xfe/distinfo 1.1 +11 -0 ports/x11-fm/xfe/files/patch-src::CommandWindow.cc (new) 1.3 +139 -137 ports/x11-fm/xfe/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Aug 26 14:01:31 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5A6C16A4CE; Thu, 26 Aug 2004 14:01:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B433C43D70; Thu, 26 Aug 2004 14:01:31 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QE1VQL014435; Thu, 26 Aug 2004 14:01:31 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QE1VbB014434; Thu, 26 Aug 2004 14:01:31 GMT (envelope-from sem) Message-Id: <200408261401.i7QE1VbB014434@repoman.freebsd.org> From: Sergey Matveychuk <sem@FreeBSD.org> Date: Thu, 26 Aug 2004 14:01:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors Makefile ports/editors/cream Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 14:01:32 -0000 sem 2004-08-26 14:01:31 UTC FreeBSD ports repository Modified files: editors Makefile Added files: editors/cream Makefile distinfo pkg-descr Log: Cream is a vim extension supports pull-down menus and/or keyboard shortcuts. PR: ports/70986 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> Revision Changes Path 1.298 +1 -0 ports/editors/Makefile 1.1 +184 -0 ports/editors/cream/Makefile (new) 1.1 +2 -0 ports/editors/cream/distinfo (new) 1.1 +19 -0 ports/editors/cream/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 26 14:01:43 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C29D016A4CE; Thu, 26 Aug 2004 14:01:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D98043D5F; Thu, 26 Aug 2004 14:01:43 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QE1h88014481; Thu, 26 Aug 2004 14:01:43 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QE1h9A014480; Thu, 26 Aug 2004 14:01:43 GMT (envelope-from sem) Message-Id: <200408261401.i7QE1h9A014480@repoman.freebsd.org> From: Sergey Matveychuk <sem@FreeBSD.org> Date: Thu, 26 Aug 2004 14:01:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 14:01:43 -0000 sem 2004-08-26 14:01:43 UTC FreeBSD ports repository Modified files: . modules Log: cream --> ports/editors/cream Revision Changes Path 1.10976 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Aug 26 14:01:56 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13ED716A4CE; Thu, 26 Aug 2004 14:01:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E72FB43D2D; Thu, 26 Aug 2004 14:01:55 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QE1t5G014505; Thu, 26 Aug 2004 14:01:55 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QE1tpI014504; Thu, 26 Aug 2004 14:01:55 GMT (envelope-from scottl) Message-Id: <200408261401.i7QE1tpI014504@repoman.freebsd.org> From: Scott Long <scottl@FreeBSD.org> Date: Thu, 26 Aug 2004 14:01:55 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.3R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 14:01:56 -0000 scottl 2004-08-26 14:01:55 UTC FreeBSD doc repository Modified files: en/releases/5.3R todo.sgml Log: Remove the 'source upgrade incompatibility' and 'ata timeout' items since they turned out to not be real problems. Revision Changes Path 1.45 +1 -18 www/en/releases/5.3R/todo.sgml From owner-cvs-all@FreeBSD.ORG Thu Aug 26 14:07:31 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7753C16A4CE; Thu, 26 Aug 2004 14:07:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56F2943D1F; Thu, 26 Aug 2004 14:07:31 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QE7VKd014691; Thu, 26 Aug 2004 14:07:31 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QE7VMi014690; Thu, 26 Aug 2004 14:07:31 GMT (envelope-from scottl) Message-Id: <200408261407.i7QE7VMi014690@repoman.freebsd.org> From: Scott Long <scottl@FreeBSD.org> Date: Thu, 26 Aug 2004 14:07:31 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.3R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 14:07:31 -0000 scottl 2004-08-26 14:07:31 UTC FreeBSD doc repository Modified files: en/releases/5.3R todo.sgml Log: Move the TLS item to the testing column, and update the in6_pcbnotify item. Revision Changes Path 1.46 +13 -13 www/en/releases/5.3R/todo.sgml From owner-cvs-all@FreeBSD.ORG Thu Aug 26 14:11:02 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8B0C16A4D0; Thu, 26 Aug 2004 14:11:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCC5C43D67; Thu, 26 Aug 2004 14:11:02 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QEB2jj014862; Thu, 26 Aug 2004 14:11:02 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QEB2Go014861; Thu, 26 Aug 2004 14:11:02 GMT (envelope-from oliver) Message-Id: <200408261411.i7QEB2Go014861@repoman.freebsd.org> From: Oliver Lehmann <oliver@FreeBSD.org> Date: Thu, 26 Aug 2004 14:11:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/alevt Makefile distinfo pkg-plist ports/misc/alevt/files patch-aa patch-ab patch-ac X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 14:11:02 -0000 oliver 2004-08-26 14:11:02 UTC FreeBSD ports repository Modified files: misc/alevt Makefile distinfo pkg-plist misc/alevt/files patch-aa patch-ab Added files: misc/alevt/files patch-ac Log: update to 1.6.1 which fixes build on RELENG_5 Approved By: maintainer-timeout (9 days) Revision Changes Path 1.14 +3 -5 ports/misc/alevt/Makefile 1.6 +2 -2 ports/misc/alevt/distinfo 1.4 +7 -7 ports/misc/alevt/files/patch-aa 1.9 +7 -25 ports/misc/alevt/files/patch-ab 1.1 +8 -0 ports/misc/alevt/files/patch-ac (new) 1.2 +0 -1 ports/misc/alevt/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Aug 26 14:18:30 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8358116A4CE; Thu, 26 Aug 2004 14:18:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6138643D54; Thu, 26 Aug 2004 14:18:30 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QEIU6F015042; Thu, 26 Aug 2004 14:18:30 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QEIUw0015041; Thu, 26 Aug 2004 14:18:30 GMT (envelope-from ru) Message-Id: <200408261418.i7QEIUw0015041@repoman.freebsd.org> From: Ruslan Ermilov <ru@FreeBSD.org> Date: Thu, 26 Aug 2004 14:18:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_fw2.c ip_fw_pfil.c src/sys/modules/ipfw Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 14:18:30 -0000 ru 2004-08-26 14:18:30 UTC FreeBSD src repository Modified files: sys/netinet ip_fw2.c ip_fw_pfil.c sys/modules/ipfw Makefile Log: Revert the last change to sys/modules/ipfw/Makefile and fix a standalone module build in a better way. Silence from: andre MFC after: 3 days Revision Changes Path 1.19 +1 -5 src/sys/modules/ipfw/Makefile 1.74 +2 -0 src/sys/netinet/ip_fw2.c 1.6 +3 -1 src/sys/netinet/ip_fw_pfil.c From owner-cvs-all@FreeBSD.ORG Thu Aug 26 14:27:01 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1780E16A4CE; Thu, 26 Aug 2004 14:27:01 +0000 (GMT) Received: from fillmore.dyndns.org (port-212-202-50-15.dynamic.qsc.de [212.202.50.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1DD043D6B; Thu, 26 Aug 2004 14:27:00 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-10.local ([172.16.0.10]) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.41 (FreeBSD)) id 1C0LDN-0005XN-M7; Thu, 26 Aug 2004 16:26:59 +0200 Date: Thu, 26 Aug 2004 16:27:06 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: Oliver Lehmann <oliver@FreeBSD.org> From: Oliver Eikemeier <eikemeier@fillmore-labs.com> In-Reply-To: <200408261411.i7QEB2Go014861@repoman.freebsd.org> Message-Id: <01E59362-F76C-11D8-91E7-00039312D914@fillmore-labs.com> Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/misc/alevt Makefile distinfo pkg-plist ports/misc/alevt/files patch-aa patch-ab patch-ac X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 14:27:01 -0000 Oliver Lehmann wrote: > oliver 2004-08-26 14:11:02 UTC > > FreeBSD ports repository > > Modified files: > misc/alevt Makefile distinfo pkg-plist > misc/alevt/files patch-aa patch-ab > Added files: > misc/alevt/files patch-ac > Log: > update to 1.6.1 which fixes build on RELENG_5 > > Approved By: maintainer-timeout (9 days) Usually we allow maintainers 14 days to act upon a mail. I can't find the PR in GNATS, could you point me to the number? -Oliver From owner-cvs-all@FreeBSD.ORG Thu Aug 26 14:35:07 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B579F16A4CE; Thu, 26 Aug 2004 14:35:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93C7D43D1F; Thu, 26 Aug 2004 14:35:07 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QEZ56s015458; Thu, 26 Aug 2004 14:35:05 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QEZ5vV015457; Thu, 26 Aug 2004 14:35:05 GMT (envelope-from ru) Message-Id: <200408261435.i7QEZ5vV015457@repoman.freebsd.org> From: Ruslan Ermilov <ru@FreeBSD.org> Date: Thu, 26 Aug 2004 14:35:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/ipfw Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 14:35:07 -0000 ru 2004-08-26 14:35:05 UTC FreeBSD src repository Modified files: sys/modules/ipfw Makefile Log: Document how a standalone module can be built with divert(4) support. Revision Changes Path 1.20 +4 -0 src/sys/modules/ipfw/Makefile From owner-cvs-all@FreeBSD.ORG Thu Aug 26 14:41:43 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A477A16A4CE; Thu, 26 Aug 2004 14:41:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 852D743D64; Thu, 26 Aug 2004 14:41:43 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QEfhkG015736; Thu, 26 Aug 2004 14:41:43 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QEfhq8015735; Thu, 26 Aug 2004 14:41:43 GMT (envelope-from ru) Message-Id: <200408261441.i7QEfhq8015735@repoman.freebsd.org> From: Ruslan Ermilov <ru@FreeBSD.org> Date: Thu, 26 Aug 2004 14:41:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/netinet ip_fw2.c ip_fw_pfil.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 14:41:43 -0000 ru 2004-08-26 14:41:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet ip_fw2.c ip_fw_pfil.c Log: Fix a standalone module build. Approved by: re (scottl) Revision Changes Path 1.70.2.3 +2 -0 src/sys/netinet/ip_fw2.c 1.1.2.3 +3 -1 src/sys/netinet/ip_fw_pfil.c From owner-cvs-all@FreeBSD.ORG Thu Aug 26 15:05:57 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEC3D16A4CE; Thu, 26 Aug 2004 15:05:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E49543D41; Thu, 26 Aug 2004 15:05:57 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QF5v6O016393; Thu, 26 Aug 2004 15:05:57 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QF5vZx016392; Thu, 26 Aug 2004 15:05:57 GMT (envelope-from simon) Message-Id: <200408261505.i7QF5vZx016392@repoman.freebsd.org> From: "Simon L. Nielsen" <simon@FreeBSD.org> Date: Thu, 26 Aug 2004 15:05:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/release/doc/share/misc dev.archlist.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 15:05:57 -0000 simon 2004-08-26 15:05:57 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) release/doc/share/misc dev.archlist.txt Log: MFC 1.6+1.10: - Auto generate device listings for the following drivers: ncr, sym, umodem, and uscanner. - asr(4) is currently i386 only. Approved by: re (blanket) Revision Changes Path 1.5.2.1 +5 -0 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-all@FreeBSD.ORG Thu Aug 26 15:23:07 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C98B16A4CE for <cvs-all@FreeBSD.org>; Thu, 26 Aug 2004 15:23:07 +0000 (GMT) Received: from avocado.salatschuessel.net (avocado.salatschuessel.net [80.86.187.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D987E43D41 for <cvs-all@FreeBSD.org>; Thu, 26 Aug 2004 15:23:05 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: (qmail 40659 invoked from network); 26 Aug 2004 15:22:47 -0000 Received: from unknown (HELO kartoffel.salatschuessel.net) (80.86.187.43) by avocado.salatschuessel.net with SMTP; 26 Aug 2004 15:22:47 -0000 Date: Thu, 26 Aug 2004 17:23:02 +0200 From: Oliver Lehmann <oliver@FreeBSD.org> To: Oliver Eikemeier <eikemeier@fillmore-labs.com> Message-Id: <20040826172302.772e621d.oliver@FreeBSD.org> In-Reply-To: <01E59362-F76C-11D8-91E7-00039312D914@fillmore-labs.com> References: <200408261411.i7QEB2Go014861@repoman.freebsd.org> <01E59362-F76C-11D8-91E7-00039312D914@fillmore-labs.com> X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/misc/alevt Makefile distinfo pkg-plist ports/misc/alevt/files patch-aa patch-ab patch-ac X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 15:23:07 -0000 Oliver Eikemeier wrote: > Usually we allow maintainers 14 days to act upon a mail. I can't find > the PR in GNATS, could you point me to the number? There is no PR, I sent the patch per mail. -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ From owner-cvs-all@FreeBSD.ORG Thu Aug 26 15:25:02 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B567C16A4CE; Thu, 26 Aug 2004 15:25:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9636743D62; Thu, 26 Aug 2004 15:25:02 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QFP2At016845; Thu, 26 Aug 2004 15:25:02 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QFP2nZ016844; Thu, 26 Aug 2004 15:25:02 GMT (envelope-from lofi) Message-Id: <200408261525.i7QFP2nZ016844@repoman.freebsd.org> From: Michael Nottebrock <lofi@FreeBSD.org> Date: Thu, 26 Aug 2004 15:25:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/palm/pilot-link Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 15:25:02 -0000 lofi 2004-08-26 15:25:02 UTC FreeBSD ports repository Modified files: palm/pilot-link Makefile pkg-plist Log: Optionalize building of tcl/tk bindings. Revision Changes Path 1.71 +14 -5 ports/palm/pilot-link/Makefile 1.21 +5 -5 ports/palm/pilot-link/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Aug 26 15:44:47 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36D7716A4CE; Thu, 26 Aug 2004 15:44:47 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B7EA43D2D; Thu, 26 Aug 2004 15:44:46 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i7QFieCZ016226; Thu, 26 Aug 2004 09:44:40 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 26 Aug 2004 09:45:06 -0600 (MDT) Message-Id: <20040826.094506.08321512.imp@bsdimp.com> To: hmp@freebsd.org From: "M. Warner Losh" <imp@bsdimp.com> In-Reply-To: <Pine.NEB.3.96L.1040826035319.65566A-100000@fledge.watson.org> References: <200408260416.i7Q4Gtcd096225@repoman.freebsd.org> <Pine.NEB.3.96L.1040826035319.65566A-100000@fledge.watson.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man9 bus_dma.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 15:44:47 -0000 In message: <Pine.NEB.3.96L.1040826035319.65566A-100000@fledge.watson.org> Hiten Pandya <hmp@freebsd.org> writes: : Nice, I see the bus_dma(9) manual page is getting its share of : updates these days. Thanks Warner. :-) If everybody were to update the man page for the kernel things that they were using for the first time, we'd have a lot better man pages in the kernel... Warner From owner-cvs-all@FreeBSD.ORG Thu Aug 26 15:51:11 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2797116A4CE; Thu, 26 Aug 2004 15:51:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07F6E43D41; Thu, 26 Aug 2004 15:51:11 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QFpAmT017604; Thu, 26 Aug 2004 15:51:10 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QFpApK017603; Thu, 26 Aug 2004 15:51:10 GMT (envelope-from des) Message-Id: <200408261551.i7QFpApK017603@repoman.freebsd.org> From: Dag-Erling Smorgrav <des@FreeBSD.org> Date: Thu, 26 Aug 2004 15:51:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/fetch fetch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 15:51:11 -0000 des 2004-08-26 15:51:10 UTC FreeBSD src repository Modified files: usr.bin/fetch fetch.c Log: The check for r_flag was accidentally removed in the previous commit. Submitted by: SANETO Takanori <sanewo@ba2.so-net.ne.jp> MFC after: 3 days Revision Changes Path 1.73 +1 -1 src/usr.bin/fetch/fetch.c From owner-cvs-all@FreeBSD.ORG Thu Aug 26 15:56:07 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF8AB16A4CE; Thu, 26 Aug 2004 15:56:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EED643D6B; Thu, 26 Aug 2004 15:56:07 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QFu7X1017790; Thu, 26 Aug 2004 15:56:07 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QFu70a017789; Thu, 26 Aug 2004 15:56:07 GMT (envelope-from pav) Message-Id: <200408261556.i7QFu70a017789@repoman.freebsd.org> From: Pav Lucistnik <pav@FreeBSD.org> Date: Thu, 26 Aug 2004 15:56:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/blender-devel Makefile distinfo ports/graphics/blender-devel/files patch-SConstruct X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 15:56:07 -0000 pav 2004-08-26 15:56:07 UTC FreeBSD ports repository Modified files: graphics/blender-devel Makefile distinfo Added files: graphics/blender-devel/files patch-SConstruct Log: - Update to 2.34 PR: ports/70811 Submitted by: David Yeske <dyeske@yahoo.com> (maintainer) Revision Changes Path 1.14 +8 -42 ports/graphics/blender-devel/Makefile 1.7 +2 -2 ports/graphics/blender-devel/distinfo 1.1 +129 -0 ports/graphics/blender-devel/files/patch-SConstruct (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 26 16:02:25 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79A5E16A4CE; Thu, 26 Aug 2004 16:02:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 592B243D41; Thu, 26 Aug 2004 16:02:25 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QG2PMF017974; Thu, 26 Aug 2004 16:02:25 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QG2Pqe017973; Thu, 26 Aug 2004 16:02:25 GMT (envelope-from kensmith) Message-Id: <200408261602.i7QG2Pqe017973@repoman.freebsd.org> From: Ken Smith <kensmith@FreeBSD.org> Date: Thu, 26 Aug 2004 16:02:25 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/internal ssh-keys.asc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 16:02:25 -0000 kensmith 2004-08-26 16:02:25 UTC FreeBSD doc repository Modified files: en/internal ssh-keys.asc Log: New set of ssh-keys for the cluster machines. The signature on the file is from so@. We dropped the SSHv1 info as well as adding or otherwise adjusting the existing machine info (couple new machines, plus ref4 wound up rebuilt and we didn't have access to the old machine's SSH info any more). Signed by: des (with so@ hat) Revision Changes Path 1.4 +18 -39 www/en/internal/ssh-keys.asc From owner-cvs-all@FreeBSD.ORG Thu Aug 26 16:19:11 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 687E516A4CF; Thu, 26 Aug 2004 16:19:11 +0000 (GMT) Received: from fillmore.dyndns.org (port-212-202-50-15.dynamic.qsc.de [212.202.50.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 028CF43D49; Thu, 26 Aug 2004 16:19:11 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-10.local ([172.16.0.10]) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.41 (FreeBSD)) id 1C0Mxv-0003EP-Ts; Thu, 26 Aug 2004 18:19:10 +0200 Date: Thu, 26 Aug 2004 18:19:17 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: Oliver Lehmann <oliver@FreeBSD.org> From: Oliver Eikemeier <eikemeier@fillmore-labs.com> In-Reply-To: <20040826172302.772e621d.oliver@FreeBSD.org> Message-Id: <ADE424E5-F77B-11D8-91E7-00039312D914@fillmore-labs.com> Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/misc/alevt Makefile distinfo pkg-plist ports/misc/alevt/files patch-aa patch-ab patch-ac X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 16:19:11 -0000 Oliver Lehmann wrote: > Oliver Eikemeier wrote: > >> Usually we allow maintainers 14 days to act upon a mail. I can't find >> the PR in GNATS, could you point me to the number? > > There is no PR, I sent the patch per mail. Maybe it got caught in some kind of spam filter. Could you send-pr it next time, so we've got a PR number to track the maintainer timeout? This could also be important to have a record in the case of dispute. Thanks -Oliver From owner-cvs-all@FreeBSD.ORG Thu Aug 26 16:26:12 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D256F16A4CE; Thu, 26 Aug 2004 16:26:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B319143D58; Thu, 26 Aug 2004 16:26:12 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QGQCSr018559; Thu, 26 Aug 2004 16:26:12 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QGQCOo018558; Thu, 26 Aug 2004 16:26:12 GMT (envelope-from krion) Message-Id: <200408261626.i7QGQCOo018558@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Thu, 26 Aug 2004 16:26:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/news/leafnode Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 16:26:13 -0000 krion 2004-08-26 16:26:12 UTC FreeBSD ports repository Modified files: news/leafnode Makefile distinfo Log: Update to 1.10.5 PR: ports/70994 Submitted by: maintainer Revision Changes Path 1.59 +1 -1 ports/news/leafnode/Makefile 1.44 +2 -2 ports/news/leafnode/distinfo From owner-cvs-all@FreeBSD.ORG Thu Aug 26 16:29:55 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1F4B16A4CE; Thu, 26 Aug 2004 16:29:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A04BD43D31; Thu, 26 Aug 2004 16:29:55 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QGTtN1018673; Thu, 26 Aug 2004 16:29:55 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QGTt8D018672; Thu, 26 Aug 2004 16:29:55 GMT (envelope-from mat) Message-Id: <200408261629.i7QGTt8D018672@repoman.freebsd.org> From: Mathieu Arnold <mat@FreeBSD.org> Date: Thu, 26 Aug 2004 16:29:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/p5-Heap-Simple Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 16:29:55 -0000 mat 2004-08-26 16:29:55 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Heap-Simple Makefile distinfo pkg-descr pkg-plist Log: Add p5-Heap-Simple 0.05, fast and easy to use classic heaps. PR: ports/70995 Submitted by: Aaron Dalton <aaron@daltons.ca> Revision Changes Path 1.1684 +1 -0 ports/devel/Makefile 1.1 +28 -0 ports/devel/p5-Heap-Simple/Makefile (new) 1.1 +2 -0 ports/devel/p5-Heap-Simple/distinfo (new) 1.1 +24 -0 ports/devel/p5-Heap-Simple/pkg-descr (new) 1.1 +33 -0 ports/devel/p5-Heap-Simple/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 26 16:30:39 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E0A616A4CE; Thu, 26 Aug 2004 16:30:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E74043D1F; Thu, 26 Aug 2004 16:30:39 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QGUdov018769; Thu, 26 Aug 2004 16:30:39 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QGUdKl018768; Thu, 26 Aug 2004 16:30:39 GMT (envelope-from mat) Message-Id: <200408261630.i7QGUdKl018768@repoman.freebsd.org> From: Mathieu Arnold <mat@FreeBSD.org> Date: Thu, 26 Aug 2004 16:30:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 16:30:39 -0000 mat 2004-08-26 16:30:39 UTC FreeBSD ports repository Modified files: . modules Log: p5-Heap-Simple --> ports/devel/p5-Heap-Simple Revision Changes Path 1.10977 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Aug 26 16:50:59 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6418C16A4CE; Thu, 26 Aug 2004 16:50:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4474343D62; Thu, 26 Aug 2004 16:50:59 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QGoxOp019386; Thu, 26 Aug 2004 16:50:59 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QGoxJN019385; Thu, 26 Aug 2004 16:50:59 GMT (envelope-from nork) Message-Id: <200408261650.i7QGoxJN019385@repoman.freebsd.org> From: Norikatsu Shigemura <nork@FreeBSD.org> Date: Thu, 26 Aug 2004 16:50:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/mplayer-skins Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 16:50:59 -0000 nork 2004-08-26 16:50:59 UTC FreeBSD ports repository Modified files: multimedia/mplayer-skins Makefile distinfo Log: Update some skins. PR: ports/70958 Submitted by: homas E. Zander <riggs@rrr.de> (maintainer) Suggested by: Koop Mast <kwm@rainbow-runner.nl> Revision Changes Path 1.22 +48 -48 ports/multimedia/mplayer-skins/Makefile 1.16 +40 -40 ports/multimedia/mplayer-skins/distinfo From owner-cvs-all@FreeBSD.ORG Thu Aug 26 16:54:34 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2972F16A4CF for <cvs-all@FreeBSD.org>; Thu, 26 Aug 2004 16:54:34 +0000 (GMT) Received: from avocado.salatschuessel.net (avocado.salatschuessel.net [80.86.187.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 510E143D6D for <cvs-all@FreeBSD.org>; Thu, 26 Aug 2004 16:54:33 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: (qmail 42773 invoked from network); 26 Aug 2004 16:54:15 -0000 Received: from unknown (HELO kartoffel.salatschuessel.net) (80.86.187.43) by avocado.salatschuessel.net with SMTP; 26 Aug 2004 16:54:15 -0000 Date: Thu, 26 Aug 2004 18:54:30 +0200 From: Oliver Lehmann <oliver@FreeBSD.org> To: Oliver Eikemeier <eikemeier@fillmore-labs.com> Message-Id: <20040826185430.5b6c48a9.oliver@FreeBSD.org> In-Reply-To: <ADE424E5-F77B-11D8-91E7-00039312D914@fillmore-labs.com> References: <20040826172302.772e621d.oliver@FreeBSD.org> <ADE424E5-F77B-11D8-91E7-00039312D914@fillmore-labs.com> X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/misc/alevt Makefile distinfo pkg-plist ports/misc/alevt/files patch-aa patch-ab patch-ac X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 16:54:34 -0000 Oliver Eikemeier wrote: > Maybe it got caught in some kind of spam filter. Could you send-pr it > next time, so we've got a PR number to track the maintainer timeout? > This could also be important to have a record in the case of dispute. Ok, I'll do so -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ From owner-cvs-all@FreeBSD.ORG Thu Aug 26 16:58:41 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C8B016A4CE; Thu, 26 Aug 2004 16:58:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E006443D5F; Thu, 26 Aug 2004 16:58:40 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QGweb6019571; Thu, 26 Aug 2004 16:58:40 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QGweT5019570; Thu, 26 Aug 2004 16:58:40 GMT (envelope-from eik) Message-Id: <200408261658.i7QGweT5019570@repoman.freebsd.org> From: Oliver Eikemeier <eik@FreeBSD.org> Date: Thu, 26 Aug 2004 16:58:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/openldap21-server Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 16:58:41 -0000 eik 2004-08-26 16:58:40 UTC FreeBSD ports repository Modified files: net/openldap21-server Makefile Log: mark deprecated, scheduled for removal 2005-03-01 Revision Changes Path 1.88 +3 -0 ports/net/openldap21-server/Makefile From owner-cvs-all@FreeBSD.ORG Thu Aug 26 16:59:51 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3858416A4CE; Thu, 26 Aug 2004 16:59:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A3AC43D45; Thu, 26 Aug 2004 16:59:51 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QGxpbt019619; Thu, 26 Aug 2004 16:59:51 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QGxoQP019618; Thu, 26 Aug 2004 16:59:50 GMT (envelope-from des) Message-Id: <200408261659.i7QGxoQP019618@repoman.freebsd.org> From: Dag-Erling Smorgrav <des@FreeBSD.org> Date: Thu, 26 Aug 2004 16:59:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 16:59:51 -0000 des 2004-08-26 16:59:50 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs Log: Correct capitalization of DeLorme Publishing. Revision Changes Path 1.197 +1 -1 src/sys/dev/usb/usbdevs From owner-cvs-all@FreeBSD.ORG Thu Aug 26 17:03:14 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30EB916A4CF; Thu, 26 Aug 2004 17:03:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0812343D45; Thu, 26 Aug 2004 17:03:14 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QH3DZW019814; Thu, 26 Aug 2004 17:03:13 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QH3DN1019813; Thu, 26 Aug 2004 17:03:13 GMT (envelope-from sem) Message-Id: <200408261703.i7QH3DN1019813@repoman.freebsd.org> From: Sergey Matveychuk <sem@FreeBSD.org> Date: Thu, 26 Aug 2004 17:03:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/esvn Makefile distinfopatch-src-mainwindow.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 17:03:14 -0000 sem 2004-08-26 17:03:13 UTC FreeBSD ports repository Modified files: devel/esvn Makefile distinfo devel/esvn/files patch-src-entries_parser.h patch-src-mainwindow.cpp Log: Update to 0.5.5 PR: ports/70896 Submitted by: maintainer Revision Changes Path 1.2 +23 -5 ports/devel/esvn/Makefile 1.2 +2 -2 ports/devel/esvn/distinfo 1.2 +3 -12 ports/devel/esvn/files/patch-src-entries_parser.h 1.2 +6 -24 ports/devel/esvn/files/patch-src-mainwindow.cpp From owner-cvs-all@FreeBSD.ORG Thu Aug 26 17:04:18 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9437416A4CE; Thu, 26 Aug 2004 17:04:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 746CB43D49; Thu, 26 Aug 2004 17:04:18 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QH4IvA019870; Thu, 26 Aug 2004 17:04:18 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QH4IR2019869; Thu, 26 Aug 2004 17:04:18 GMT (envelope-from sem) Message-Id: <200408261704.i7QH4IR2019869@repoman.freebsd.org> From: Sergey Matveychuk <sem@FreeBSD.org> Date: Thu, 26 Aug 2004 17:04:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/luma Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 17:04:18 -0000 sem 2004-08-26 17:04:18 UTC FreeBSD ports repository Modified files: sysutils/luma Makefile distinfo pkg-plist Log: Update to 1.4 Change secondary category from net to net-mgmt PR: ports/70912 Submitted by: maintainer Revision Changes Path 1.5 +10 -7 ports/sysutils/luma/Makefile 1.5 +2 -2 ports/sysutils/luma/distinfo 1.5 +232 -232 ports/sysutils/luma/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Aug 26 17:05:36 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9310016A4CE; Thu, 26 Aug 2004 17:05:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74CB143D53; Thu, 26 Aug 2004 17:05:36 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QH5aRA019974; Thu, 26 Aug 2004 17:05:36 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QH5acu019973; Thu, 26 Aug 2004 17:05:36 GMT (envelope-from sem) Message-Id: <200408261705.i7QH5acu019973@repoman.freebsd.org> From: Sergey Matveychuk <sem@FreeBSD.org> Date: Thu, 26 Aug 2004 17:05:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/libuninameslist Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 17:05:36 -0000 sem 2004-08-26 17:05:36 UTC FreeBSD ports repository Modified files: textproc/libuninameslist Makefile distinfo pkg-plist Log: Update to 20040707 PR: ports/70934 Submitted by: maintainer Revision Changes Path 1.3 +1 -2 ports/textproc/libuninameslist/Makefile 1.3 +2 -2 ports/textproc/libuninameslist/distinfo 1.2 +3 -0 ports/textproc/libuninameslist/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Aug 26 17:07:27 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A7B016A4CE; Thu, 26 Aug 2004 17:07:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EBBC43D39; Thu, 26 Aug 2004 17:07:27 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QH7R1r020141; Thu, 26 Aug 2004 17:07:27 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QH7R53020140; Thu, 26 Aug 2004 17:07:27 GMT (envelope-from sem) Message-Id: <200408261707.i7QH7R53020140@repoman.freebsd.org> From: Sergey Matveychuk <sem@FreeBSD.org> Date: Thu, 26 Aug 2004 17:07:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/nessus-devel Makefile distinfo ports/security/nessus-libnasl-devel Makefile distinfo pkg-plist ports/security/nessus-libraries-devel Makefile distinfo ports/security/nessus-plugins-devel Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 17:07:27 -0000 sem 2004-08-26 17:07:27 UTC FreeBSD ports repository Modified files: security/nessus-devel Makefile distinfo security/nessus-libnasl-devel Makefile distinfo pkg-plist security/nessus-libraries-devel Makefile distinfo security/nessus-plugins-devel Makefile distinfo pkg-plist Log: Update to 2.1.2 make portlint happy PR: ports/70951 Submitted by: maintainer Revision Changes Path 1.72 +5 -4 ports/security/nessus-devel/Makefile 1.44 +2 -2 ports/security/nessus-devel/distinfo 1.58 +3 -1 ports/security/nessus-libnasl-devel/Makefile 1.43 +2 -2 ports/security/nessus-libnasl-devel/distinfo 1.11 +1 -0 ports/security/nessus-libnasl-devel/pkg-plist 1.58 +3 -1 ports/security/nessus-libraries-devel/Makefile 1.44 +2 -2 ports/security/nessus-libraries-devel/distinfo 1.60 +3 -1 ports/security/nessus-plugins-devel/Makefile 1.44 +2 -2 ports/security/nessus-plugins-devel/distinfo 1.46 +705 -0 ports/security/nessus-plugins-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Aug 26 17:08:55 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AD2516A4CE; Thu, 26 Aug 2004 17:08:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B19243D66; Thu, 26 Aug 2004 17:08:55 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QH8tpA020182; Thu, 26 Aug 2004 17:08:55 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QH8tso020181; Thu, 26 Aug 2004 17:08:55 GMT (envelope-from sem) Message-Id: <200408261708.i7QH8tso020181@repoman.freebsd.org> From: Sergey Matveychuk <sem@FreeBSD.org> Date: Thu, 26 Aug 2004 17:08:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/nessus-devel pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 17:08:55 -0000 sem 2004-08-26 17:08:55 UTC FreeBSD ports repository Modified files: security/nessus-devel pkg-plist Log: Add missed file in pkg-plist Revision Changes Path 1.18 +1 -0 ports/security/nessus-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Aug 26 17:09:40 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EB2816A4CE; Thu, 26 Aug 2004 17:09:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A07943D46; Thu, 26 Aug 2004 17:09:40 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QH9dIJ020226; Thu, 26 Aug 2004 17:09:39 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QH9dsT020225; Thu, 26 Aug 2004 17:09:39 GMT (envelope-from sem) Message-Id: <200408261709.i7QH9dsT020225@repoman.freebsd.org> From: Sergey Matveychuk <sem@FreeBSD.org> Date: Thu, 26 Aug 2004 17:09:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/whois Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 17:09:40 -0000 sem 2004-08-26 17:09:39 UTC FreeBSD ports repository Modified files: net/whois Makefile distinfo Log: Update to 4.6.21 PR: ports/70982 Submitted by: maintainer Revision Changes Path 1.18 +1 -1 ports/net/whois/Makefile 1.13 +2 -2 ports/net/whois/distinfo From owner-cvs-all@FreeBSD.ORG Thu Aug 26 17:11:08 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6395316A4CE; Thu, 26 Aug 2004 17:11:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 444B543D58; Thu, 26 Aug 2004 17:11:08 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QHB8rE020341; Thu, 26 Aug 2004 17:11:08 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QHB8Dh020340; Thu, 26 Aug 2004 17:11:08 GMT (envelope-from sem) Message-Id: <200408261711.i7QHB8Dh020340@repoman.freebsd.org> From: Sergey Matveychuk <sem@FreeBSD.org> Date: Thu, 26 Aug 2004 17:11:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/poppassd/files patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 17:11:08 -0000 sem 2004-08-26 17:11:08 UTC FreeBSD ports repository Modified files: mail/poppassd/files patch-ab Log: Fix build on 5.x PR: ports/70991 Submitted by: maintainer Revision Changes Path 1.10 +122 -16 ports/mail/poppassd/files/patch-ab From owner-cvs-all@FreeBSD.ORG Thu Aug 26 17:12:03 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E0ED16A4CF; Thu, 26 Aug 2004 17:12:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5023043D54; Thu, 26 Aug 2004 17:12:03 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QHC3Bo020387; Thu, 26 Aug 2004 17:12:03 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QHC3HO020386; Thu, 26 Aug 2004 17:12:03 GMT (envelope-from nork) Message-Id: <200408261712.i7QHC3HO020386@repoman.freebsd.org> From: Norikatsu Shigemura <nork@FreeBSD.org> Date: Thu, 26 Aug 2004 17:12:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/liveMedia Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 17:12:03 -0000 nork 2004-08-26 17:12:03 UTC FreeBSD ports repository Modified files: net/liveMedia Makefile distinfo Log: Update to 2004.08.26. Revision Changes Path 1.131 +1 -1 ports/net/liveMedia/Makefile 1.122 +2 -2 ports/net/liveMedia/distinfo From owner-cvs-all@FreeBSD.ORG Thu Aug 26 17:14:37 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4220916A4CE; Thu, 26 Aug 2004 17:14:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 216A743D1D; Thu, 26 Aug 2004 17:14:37 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QHEbnu020443; Thu, 26 Aug 2004 17:14:37 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QHEbkv020442; Thu, 26 Aug 2004 17:14:37 GMT (envelope-from njl) Message-Id: <200408261714.i7QHEbkv020442@repoman.freebsd.org> From: Nate Lawson <njl@FreeBSD.org> Date: Thu, 26 Aug 2004 17:14:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_pci_link.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 17:14:37 -0000 njl 2004-08-26 17:14:37 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_pci_link.c Log: If getting the current setting after modifying the link failed, we assume it succeeded. However, we also need to set the status to AE_OK. Revision Changes Path 1.27 +1 -0 src/sys/dev/acpica/acpi_pci_link.c From owner-cvs-all@FreeBSD.ORG Thu Aug 26 17:38:18 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F19E816A4CE; Thu, 26 Aug 2004 17:38:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3F8B43D41; Thu, 26 Aug 2004 17:38:18 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QHcI7b021056; Thu, 26 Aug 2004 17:38:18 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QHcIJT021055; Thu, 26 Aug 2004 17:38:18 GMT (envelope-from pav) Message-Id: <200408261738.i7QHcIJT021055@repoman.freebsd.org> From: Pav Lucistnik <pav@FreeBSD.org> Date: Thu, 26 Aug 2004 17:38:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/tinyca Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 17:38:19 -0000 pav 2004-08-26 17:38:18 UTC FreeBSD ports repository Modified files: security/tinyca Makefile distinfo Log: - Update to 0.6.6 PR: ports/70941 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) Revision Changes Path 1.12 +2 -2 ports/security/tinyca/Makefile 1.10 +2 -2 ports/security/tinyca/distinfo From owner-cvs-all@FreeBSD.ORG Thu Aug 26 17:52:35 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3989016A4CE; Thu, 26 Aug 2004 17:52:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B78D43D58; Thu, 26 Aug 2004 17:52:35 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QHqZuo021517; Thu, 26 Aug 2004 17:52:35 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QHqZMh021516; Thu, 26 Aug 2004 17:52:35 GMT (envelope-from sem) Message-Id: <200408261752.i7QHqZMh021516@repoman.freebsd.org> From: Sergey Matveychuk <sem@FreeBSD.org> Date: Thu, 26 Aug 2004 17:52:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/kcachegrind/files patch-utils.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 17:52:35 -0000 sem 2004-08-26 17:52:34 UTC FreeBSD ports repository Added files: devel/kcachegrind/files patch-utils.h Log: Fix build on 5.x PR: ports/70932 Submitted by: maintainer Revision Changes Path 1.1 +11 -0 ports/devel/kcachegrind/files/patch-utils.h (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 26 18:05:28 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED30C16A4EE; Thu, 26 Aug 2004 18:05:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E490943D54; Thu, 26 Aug 2004 18:05:28 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QI5SH1021931; Thu, 26 Aug 2004 18:05:28 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QI5Sab021930; Thu, 26 Aug 2004 18:05:28 GMT (envelope-from thierry) Message-Id: <200408261805.i7QI5Sab021930@repoman.freebsd.org> From: Thierry Thomas <thierry@FreeBSD.org> Date: Thu, 26 Aug 2004 18:05:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics Makefile ports/graphics/pear-Image_Color Makefile distinfo pkg-descr ports/graphics/pear-Image_Color/files patch-package.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 18:05:29 -0000 thierry 2004-08-26 18:05:28 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/pear-Image_Color Makefile distinfo pkg-descr graphics/pear-Image_Color/files patch-package.xml Log: Add pear-Image_Color 1.0.1, PEAR::Image_Color manages and handles color data and conversions. PR: 70799 Submitted by: Gerrit Beine Revision Changes Path 1.725 +1 -0 ports/graphics/Makefile 1.1 +25 -0 ports/graphics/pear-Image_Color/Makefile (new) 1.1 +2 -0 ports/graphics/pear-Image_Color/distinfo (new) 1.1 +12 -0 ports/graphics/pear-Image_Color/files/patch-package.xml (new) 1.1 +3 -0 ports/graphics/pear-Image_Color/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 26 18:05:40 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A1D316A4D6; Thu, 26 Aug 2004 18:05:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CFC843D1D; Thu, 26 Aug 2004 18:05:40 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QI5edj021998; Thu, 26 Aug 2004 18:05:40 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QI5eqv021997; Thu, 26 Aug 2004 18:05:40 GMT (envelope-from thierry) Message-Id: <200408261805.i7QI5eqv021997@repoman.freebsd.org> From: Thierry Thomas <thierry@FreeBSD.org> Date: Thu, 26 Aug 2004 18:05:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 18:05:40 -0000 thierry 2004-08-26 18:05:40 UTC FreeBSD ports repository Modified files: . modules Log: pear-Image_Color --> ports/graphics/pear-Image_Color Revision Changes Path 1.10978 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Aug 26 18:06:23 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E4F416A4CE; Thu, 26 Aug 2004 18:06:23 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0398E43D5E; Thu, 26 Aug 2004 18:06:23 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.13.1/8.12.11) with ESMTP id i7QI6MOa046090; Thu, 26 Aug 2004 11:06:22 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i7QI6MQi046052; Thu, 26 Aug 2004 11:06:22 -0700 (PDT) (envelope-from obrien) Date: Thu, 26 Aug 2004 11:06:21 -0700 From: "David O'Brien" <obrien@FreeBSD.ORG> To: Mark Murray <markm@FreeBSD.ORG> Message-ID: <20040826180621.GA16885@dragon.nuxi.com> References: <20040825191214.GA18046@dragon.nuxi.com> <200408252145.i7PLjre0025653@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408252145.i7PLjre0025653@grimreaper.grondar.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/acpica acpi.c acpi_resource.c acpivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.ORG List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 18:06:23 -0000 On Wed, Aug 25, 2004 at 10:45:53PM +0100, Mark Murray wrote: > "David O'Brien" writes: > > On Wed, Aug 25, 2004 at 11:53:19AM -0600, Scott Long wrote: > > > I'm not going to harp on this other than to say that commits to RELENG_5 > > > need to have adequate review and testing before they are submitted for > > > approval. I'll personally test anything that you need on amd64 if you > > > ask. > > > > You know I would also, and many others on freebsd-amd64. > > The point is "asking". :-) > > Cool. I've made some changes to the random, mem and io modules to > try to prevent the double-loaded module panic. Could you please see > if this works for amd64? quynh# kldload /boot/kernel/random.ko kldload: can't load /boot/kernel/random.ko: Exec format error quynh# kldload /boot/kernel/mem.ko kldload: can't load /boot/kernel/mem.ko: Exec format error quynh# kldload /boot/kernel/io.ko kldload: can't load /boot/kernel/io.ko: Exec format error quynh# kldload /boot/kernel/if_xl.ko quynh# the error message is a little weird (and deceiving) when one of these .ko's doesn't load; but this is orders of orders of magnitude better than panicing. 8-) thanks for fixing this! -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Thu Aug 26 18:06:31 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6C1916A4E2; Thu, 26 Aug 2004 18:06:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C802243D4C; Thu, 26 Aug 2004 18:06:31 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QI6V3F022039; Thu, 26 Aug 2004 18:06:31 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QI6VR3022038; Thu, 26 Aug 2004 18:06:31 GMT (envelope-from sem) Message-Id: <200408261806.i7QI6VR3022038@repoman.freebsd.org> From: Sergey Matveychuk <sem@FreeBSD.org> Date: Thu, 26 Aug 2004 18:06:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/hafiye distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 18:06:32 -0000 sem 2004-08-26 18:06:31 UTC FreeBSD ports repository Modified files: security/hafiye distinfo Log: The tarball was rerolled because of security fix. PR: ports/70978 Submitted by: Omer Faruk Sen <ofsen@enderunix.org> Revision Changes Path 1.3 +2 -2 ports/security/hafiye/distinfo From owner-cvs-all@FreeBSD.ORG Thu Aug 26 18:22:34 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FA8F16A4CE; Thu, 26 Aug 2004 18:22:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0201543D75; Thu, 26 Aug 2004 18:22:34 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QIMXSE022431; Thu, 26 Aug 2004 18:22:33 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QIMXeM022430; Thu, 26 Aug 2004 18:22:33 GMT (envelope-from ceri) Message-Id: <200408261822.i7QIMXeM022430@repoman.freebsd.org> From: Ceri Davies <ceri@FreeBSD.org> Date: Thu, 26 Aug 2004 18:22:33 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.3R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 18:22:34 -0000 ceri 2004-08-26 18:22:33 UTC FreeBSD doc repository Modified files: en/releases/5.3R todo.sgml Log: Grab the kernel configuration documentation item. Revision Changes Path 1.47 +3 -3 www/en/releases/5.3R/todo.sgml From owner-cvs-all@FreeBSD.ORG Thu Aug 26 18:31:49 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 058FD16A4CE; Thu, 26 Aug 2004 18:31:48 +0000 (GMT) Received: from green.homeunix.org (pcp04368961pcs.nrockv01.md.comcast.net [69.140.212.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C61043D67; Thu, 26 Aug 2004 18:31:48 +0000 (GMT) (envelope-from green@green.homeunix.org) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.13.1/8.13.1) with ESMTP id i7QIUN8l088944; Thu, 26 Aug 2004 14:30:23 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.13.1/8.13.1/Submit) id i7QIUNud088943; Thu, 26 Aug 2004 14:30:23 -0400 (EDT) (envelope-from green) Date: Thu, 26 Aug 2004 14:30:22 -0400 From: Brian Fundakowski Feldman <green@FreeBSD.org> To: Pawel Jakub Dawidek <pjd@FreeBSD.org> Message-ID: <20040826183022.GO77326@green.homeunix.org> References: <200408261242.i7QCgl7m012027@repoman.freebsd.org> <58622.1093524972@critter.freebsd.dk> <20040826131030.GO30151@darkness.comp.waw.pl> <412DE5B1.9090101@cronyx.ru> <20040826133752.GP30151@darkness.comp.waw.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040826133752.GP30151@darkness.comp.waw.pl> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: Poul-Henning Kamp <phk@phk.freebsd.dk> cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Roman Kurakin <rik@cronyx.ru> Subject: Re: cvs commit: src/sys/geom/concat g_concat.c src/sys/geom/label g_label.c src/sys/geom/mirror g_mirror.c src/sys/geom/raid3 g_raid3.c src/sys/geom/stripe g_stripe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 18:31:49 -0000 On Thu, Aug 26, 2004 at 03:37:52PM +0200, Pawel Jakub Dawidek wrote: > On Thu, Aug 26, 2004 at 05:29:21PM +0400, Roman Kurakin wrote: > +> >Yes, I know that it should be done this way, but I'm not going to fix > +> >atapi-cd.c, scsi_da.c and scsi_cd.c and who knows what else. > +> >Those classes set error to 0 even when provider has not sectorsize > +> >and mediasize defined. > +> > > +> > > +> Does your code print any warning message in that case? > +> That could force authors of 'buggy' code to fix it. > > No, this should be KASSERT() inside g_error_provider(): > > KASSERT(error == 0 && pp->sectorsize > 0 && pp->mediasize > 0, ("Buggy code.")); I don't like that one bit. KASSERT() should be reserved for serious programming errors -- guarding against side cases that show major error. panic() should be reserved for cases where error recovery is impossible and errors are detected under the normal course of error checking. printf() should be used when there are simple mistakes that do not cause system instability if you recover from them. -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-all@FreeBSD.ORG Thu Aug 26 18:39:15 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7AC616A4CF; Thu, 26 Aug 2004 18:39:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83C6943D67; Thu, 26 Aug 2004 18:39:15 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QIdFaG022831; Thu, 26 Aug 2004 18:39:15 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QIdFZm022830; Thu, 26 Aug 2004 18:39:15 GMT (envelope-from thierry) Message-Id: <200408261839.i7QIdFZm022830@repoman.freebsd.org> From: Thierry Thomas <thierry@FreeBSD.org> Date: Thu, 26 Aug 2004 18:39:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/pear-Config Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 18:39:15 -0000 thierry 2004-08-26 18:39:15 UTC FreeBSD ports repository Modified files: devel/pear-Config Makefile distinfo pkg-descr Log: Upgrade to to 1.10.2. PR: 70987 Submitted by: maintainer. Revision Changes Path 1.5 +5 -7 ports/devel/pear-Config/Makefile 1.3 +2 -2 ports/devel/pear-Config/distinfo 1.2 +3 -2 ports/devel/pear-Config/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Aug 26 18:52:07 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2554216A4CE; Thu, 26 Aug 2004 18:52:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06E8743D49; Thu, 26 Aug 2004 18:52:07 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QIq6a4023228; Thu, 26 Aug 2004 18:52:06 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QIq6T0023227; Thu, 26 Aug 2004 18:52:06 GMT (envelope-from sem) Message-Id: <200408261852.i7QIq6T0023227@repoman.freebsd.org> From: Sergey Matveychuk <sem@FreeBSD.org> Date: Thu, 26 Aug 2004 18:52:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/amavisd-new Makefile distinfo ports/security/amavisd-new/files patch-amavisd patch-amavisd-nanny X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 18:52:07 -0000 sem 2004-08-26 18:52:06 UTC FreeBSD ports repository Modified files: security/amavisd-new Makefile distinfo security/amavisd-new/files patch-amavisd patch-amavisd-nanny Log: Update to 2.1.1 PR: ports/70933 Submitted by: maintainer Revision Changes Path 1.20 +1 -1 ports/security/amavisd-new/Makefile 1.15 +2 -2 ports/security/amavisd-new/distinfo 1.7 +12 -3 ports/security/amavisd-new/files/patch-amavisd 1.2 +11 -11 ports/security/amavisd-new/files/patch-amavisd-nanny From owner-cvs-all@FreeBSD.ORG Thu Aug 26 19:03:02 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A88BE16A4CE; Thu, 26 Aug 2004 19:03:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A94543D54; Thu, 26 Aug 2004 19:03:02 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QJ32v7023731; Thu, 26 Aug 2004 19:03:02 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QJ321T023730; Thu, 26 Aug 2004 19:03:02 GMT (envelope-from sem) Message-Id: <200408261903.i7QJ321T023730@repoman.freebsd.org> From: Sergey Matveychuk <sem@FreeBSD.org> Date: Thu, 26 Aug 2004 19:03:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/esvn pkg-plist ports/devel/esvn/files patch-Makefile patch-src-cmd_lineedit.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 19:03:02 -0000 sem 2004-08-26 19:03:02 UTC FreeBSD ports repository Added files: devel/esvn pkg-plist devel/esvn/files patch-Makefile patch-src-cmd_lineedit.cpp Log: Add files maintainer didn't mention to add. Revision Changes Path 1.1 +14 -0 ports/devel/esvn/files/patch-Makefile (new) 1.1 +14 -0 ports/devel/esvn/files/patch-src-cmd_lineedit.cpp (new) 1.1 +6 -0 ports/devel/esvn/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 26 19:04:34 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 275A516A4CE; Thu, 26 Aug 2004 19:04:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F22F443D46; Thu, 26 Aug 2004 19:04:33 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QJ4Xj9024067; Thu, 26 Aug 2004 19:04:33 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QJ4XMQ024066; Thu, 26 Aug 2004 19:04:33 GMT (envelope-from ume) Message-Id: <200408261904.i7QJ4XMQ024066@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Thu, 26 Aug 2004 19:04:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/pips2200 pkg-descr ports/print/pips3000 pkg-descr ports/print/pips3300 pkg-descr ports/print/pips3500 pkg-descr ports/print/pips670 pkg-descr ports/print/pips750_2000 pkg-descr ports/print/pips760 pkg-descr ports/print/pips770 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 19:04:34 -0000 ume 2004-08-26 19:04:33 UTC FreeBSD ports repository Modified files: print/pips2200 pkg-descr print/pips3000 pkg-descr print/pips3300 pkg-descr print/pips3500 pkg-descr print/pips670 pkg-descr print/pips750_2000 pkg-descr print/pips760 pkg-descr print/pips770 pkg-descr print/pips780 pkg-descr print/pips800 Makefile.pips pkg-descr pkg-message pkg-plist print/pips800/files extra-patch-2.6.2 extra-patch-2.6.2-common print/pips820 pkg-descr print/pips880 pkg-descr print/pips900 pkg-descr Added files: print/pips800/files ekpnavi-1.1.2.diff ekpstm-1.0.2.diff ekpstm-1.1.2.diff extra-patch-2.6.2-ekpnavi extra-patch-2.6.2-ekpstm extra-patch-2.6.2-src extra-patch-2.6.2-src-cups extra-patch-2.6.2-src-lpr Removed files: print/pips800/files extra-patch-2.6.2-lpr Log: - sync pkg-descr with reality. - preparation for adding the drivers which version is 2.6.2. Revision Changes Path 1.5 +0 -7 ports/print/pips2200/pkg-descr 1.5 +0 -7 ports/print/pips3000/pkg-descr 1.5 +0 -7 ports/print/pips3300/pkg-descr 1.4 +0 -7 ports/print/pips3500/pkg-descr 1.5 +0 -7 ports/print/pips670/pkg-descr 1.4 +0 -18 ports/print/pips750_2000/pkg-descr 1.5 +0 -7 ports/print/pips760/pkg-descr 1.5 +0 -7 ports/print/pips770/pkg-descr 1.6 +0 -7 ports/print/pips780/pkg-descr 1.3 +114 -30 ports/print/pips800/Makefile.pips 1.1 +57 -0 ports/print/pips800/files/ekpnavi-1.1.2.diff (new) 1.1 +65 -0 ports/print/pips800/files/ekpstm-1.0.2.diff (new) 1.1 +66 -0 ports/print/pips800/files/ekpstm-1.1.2.diff (new) 1.2 +0 -44 ports/print/pips800/files/extra-patch-2.6.2 1.2 +0 -95 ports/print/pips800/files/extra-patch-2.6.2-common 1.1 +22 -0 ports/print/pips800/files/extra-patch-2.6.2-ekpnavi (new) 1.1 +22 -0 ports/print/pips800/files/extra-patch-2.6.2-ekpstm (new) 1.2 +0 -233 ports/print/pips800/files/extra-patch-2.6.2-lpr (dead) 1.1 +44 -0 ports/print/pips800/files/extra-patch-2.6.2-src (new) 1.1 +67 -0 ports/print/pips800/files/extra-patch-2.6.2-src-cups (new) 1.1 +54 -0 ports/print/pips800/files/extra-patch-2.6.2-src-lpr (new) 1.5 +0 -7 ports/print/pips800/pkg-descr 1.2 +6 -0 ports/print/pips800/pkg-message 1.6 +38 -38 ports/print/pips800/pkg-plist 1.3 +0 -7 ports/print/pips820/pkg-descr 1.6 +0 -7 ports/print/pips880/pkg-descr 1.6 +0 -7 ports/print/pips900/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Aug 26 19:11:25 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A465716A4CF; Thu, 26 Aug 2004 19:11:25 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id F117B43D41; Thu, 26 Aug 2004 19:11:24 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id i7QJBFEV064741; Thu, 26 Aug 2004 21:11:16 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Brian Fundakowski Feldman <green@FreeBSD.org> From: "Poul-Henning Kamp" <phk@phk.freebsd.dk> In-Reply-To: Your message of "Thu, 26 Aug 2004 14:30:22 EDT." <20040826183022.GO77326@green.homeunix.org> Date: Thu, 26 Aug 2004 21:11:15 +0200 Message-ID: <64740.1093547475@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Pawel Jakub Dawidek <pjd@FreeBSD.org> cc: cvs-all@FreeBSD.org cc: Roman Kurakin <rik@cronyx.ru> Subject: Re: cvs commit: src/sys/geom/concat g_concat.c src/sys/geom/label g_label.c src/sys/geom/mirror g_mirror.c src/sys/geom/raid3 g_raid3.c src/sys/geom/stripe g_stripe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 19:11:25 -0000 In message <20040826183022.GO77326@green.homeunix.org>, Brian Fundakowski Feldm an writes: >> KASSERT(error == 0 && pp->sectorsize > 0 && pp->mediasize > 0, ("Buggy code.")); > >I don't like that one bit. Get used to it :-) >KASSERT() should be reserved for serious >programming errors -- guarding against side cases that show major >error. That KASSERT does guide against a major error on the part of the programmer. In GEOM I have generously sprinkled KASSERTs for the very purpose of stopping programmer misunderstandings or attempts to be smart. The intent is that the programmer will find his bugs even during light testing and that the KASSERTs will help clarify the intentional use of APIs. They have been very successful in this respect, and more will be added as I think them up. Poul-Henning -- 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 Thu Aug 26 19:14:56 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0911316A4CF; Thu, 26 Aug 2004 19:14:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEB4943D3F; Thu, 26 Aug 2004 19:14:55 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QJEtCr024435; Thu, 26 Aug 2004 19:14:55 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QJEt7A024434; Thu, 26 Aug 2004 19:14:55 GMT (envelope-from ume) Message-Id: <200408261914.i7QJEt7A024434@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Thu, 26 Aug 2004 19:14:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print Makefile ports/print/pipsv500 Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 19:14:56 -0000 ume 2004-08-26 19:14:55 UTC FreeBSD ports repository Modified files: print Makefile Added files: print/pipsv500 Makefile distinfo pkg-descr Log: add slave port for Photo Image Print System for Linux --- EPSON PX-V500 Revision Changes Path 1.318 +1 -0 ports/print/Makefile 1.1 +16 -0 ports/print/pipsv500/Makefile (new) 1.1 +2 -0 ports/print/pipsv500/distinfo (new) 1.1 +7 -0 ports/print/pipsv500/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 26 19:15:20 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5310B16A4CE; Thu, 26 Aug 2004 19:15:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35B5343D1D; Thu, 26 Aug 2004 19:15:20 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QJFKpC024559; Thu, 26 Aug 2004 19:15:20 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QJFKsd024558; Thu, 26 Aug 2004 19:15:20 GMT (envelope-from ru) Message-Id: <200408261915.i7QJFKsd024558@repoman.freebsd.org> From: Ruslan Ermilov <ru@FreeBSD.org> Date: Thu, 26 Aug 2004 19:15:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release Makefile src/release/scripts split-file.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 19:15:20 -0000 ru 2004-08-26 19:15:20 UTC FreeBSD src repository Modified files: release Makefile release/scripts split-file.sh Log: Fixed the shell arithmetic to work with 4.x /bin/sh. Tested by: make release of HEAD on 4.10-STABLE Revision Changes Path 1.856 +1 -1 src/release/Makefile 1.2 +1 -1 src/release/scripts/split-file.sh From owner-cvs-all@FreeBSD.ORG Thu Aug 26 19:15:30 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4888D16A4CF; Thu, 26 Aug 2004 19:15:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BBCB43D55; Thu, 26 Aug 2004 19:15:30 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QJFU7v024593; Thu, 26 Aug 2004 19:15:30 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QJFUTB024592; Thu, 26 Aug 2004 19:15:30 GMT (envelope-from ume) Message-Id: <200408261915.i7QJFUTB024592@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Thu, 26 Aug 2004 19:15:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 19:15:30 -0000 ume 2004-08-26 19:15:30 UTC FreeBSD ports repository Modified files: . modules Log: pipsv500 --> ports/print/pipsv500 Revision Changes Path 1.10979 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Aug 26 19:18:00 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2A4816A4CE; Thu, 26 Aug 2004 19:18:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C59C143D3F; Thu, 26 Aug 2004 19:18:00 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QJI0oS024746; Thu, 26 Aug 2004 19:18:00 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QJI0De024743; Thu, 26 Aug 2004 19:18:00 GMT (envelope-from ume) Message-Id: <200408261918.i7QJI0De024743@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Thu, 26 Aug 2004 19:18:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 19:18:01 -0000 ume 2004-08-26 19:18:00 UTC FreeBSD ports repository Modified files: . modules Log: pipsv600 --> ports/print/pipsv600 Revision Changes Path 1.10980 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Aug 26 19:19:13 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DDAF16A4CE; Thu, 26 Aug 2004 19:19:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7084843D4C; Thu, 26 Aug 2004 19:19:13 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QJJDVJ024838; Thu, 26 Aug 2004 19:19:13 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QJJD2S024837; Thu, 26 Aug 2004 19:19:13 GMT (envelope-from ume) Message-Id: <200408261919.i7QJJD2S024837@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Thu, 26 Aug 2004 19:19:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print Makefile ports/print/pips980 Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 19:19:13 -0000 ume 2004-08-26 19:19:13 UTC FreeBSD ports repository Modified files: print Makefile Added files: print/pips980 Makefile distinfo pkg-descr Log: add slave port for Photo Image Print System for Linux --- EPSON PM-980C Revision Changes Path 1.320 +1 -0 ports/print/Makefile 1.1 +19 -0 ports/print/pips980/Makefile (new) 1.1 +2 -0 ports/print/pips980/distinfo (new) 1.1 +7 -0 ports/print/pips980/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 26 19:19:24 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E01616A4CE; Thu, 26 Aug 2004 19:19:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8170743D31; Thu, 26 Aug 2004 19:19:24 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QJJOEU024884; Thu, 26 Aug 2004 19:19:24 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QJJOYJ024883; Thu, 26 Aug 2004 19:19:24 GMT (envelope-from ume) Message-Id: <200408261919.i7QJJOYJ024883@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Thu, 26 Aug 2004 19:19:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 19:19:24 -0000 ume 2004-08-26 19:19:24 UTC FreeBSD ports repository Modified files: . modules Log: pips980 --> ports/print/pips980 Revision Changes Path 1.10981 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Aug 26 19:20:46 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9B0216A4CE; Thu, 26 Aug 2004 19:20:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CF9943D46; Thu, 26 Aug 2004 19:20:46 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QJKkt6025050; Thu, 26 Aug 2004 19:20:46 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QJKkeA025049; Thu, 26 Aug 2004 19:20:46 GMT (envelope-from ume) Message-Id: <200408261920.i7QJKkeA025049@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Thu, 26 Aug 2004 19:20:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print Makefile ports/print/pips870 Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 19:20:46 -0000 ume 2004-08-26 19:20:46 UTC FreeBSD ports repository Modified files: print Makefile Added files: print/pips870 Makefile distinfo pkg-descr Log: add slave port for Photo Image Print System for Linux --- EPSON PM-870C (for LPR) Revision Changes Path 1.321 +1 -0 ports/print/Makefile 1.1 +17 -0 ports/print/pips870/Makefile (new) 1.1 +2 -0 ports/print/pips870/distinfo (new) 1.1 +7 -0 ports/print/pips870/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 26 19:20:57 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8908016A4CE; Thu, 26 Aug 2004 19:20:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D42343D31; Thu, 26 Aug 2004 19:20:57 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QJKvTS025100; Thu, 26 Aug 2004 19:20:57 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QJKvoA025099; Thu, 26 Aug 2004 19:20:57 GMT (envelope-from ume) Message-Id: <200408261920.i7QJKvoA025099@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Thu, 26 Aug 2004 19:20:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 19:20:57 -0000 ume 2004-08-26 19:20:57 UTC FreeBSD ports repository Modified files: . modules Log: pips870 --> ports/print/pips870 Revision Changes Path 1.10982 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Aug 26 19:21:43 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABA4D16A4CE; Thu, 26 Aug 2004 19:21:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DCA243D55; Thu, 26 Aug 2004 19:21:43 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QJLhmw025185; Thu, 26 Aug 2004 19:21:43 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QJLhUb025184; Thu, 26 Aug 2004 19:21:43 GMT (envelope-from ume) Message-Id: <200408261921.i7QJLhUb025184@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Thu, 26 Aug 2004 19:21:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print Makefile ports/print/pips870-cups Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 19:21:43 -0000 ume 2004-08-26 19:21:43 UTC FreeBSD ports repository Modified files: print Makefile Added files: print/pips870-cups Makefile distinfo pkg-descr Log: add slave port for Photo Image Print System for Linux --- EPSON PM-870C (for CUPS) Revision Changes Path 1.322 +1 -0 ports/print/Makefile 1.1 +15 -0 ports/print/pips870-cups/Makefile (new) 1.1 +2 -0 ports/print/pips870-cups/distinfo (new) 1.1 +7 -0 ports/print/pips870-cups/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 26 19:21:54 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D629A16A4CE; Thu, 26 Aug 2004 19:21:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B978C43D2F; Thu, 26 Aug 2004 19:21:54 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QJLsc8025232; Thu, 26 Aug 2004 19:21:54 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QJLswi025231; Thu, 26 Aug 2004 19:21:54 GMT (envelope-from ume) Message-Id: <200408261921.i7QJLswi025231@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Thu, 26 Aug 2004 19:21:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 19:21:55 -0000 ume 2004-08-26 19:21:54 UTC FreeBSD ports repository Modified files: . modules Log: pips870-cups --> ports/print/pips870-cups Revision Changes Path 1.10983 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Aug 26 19:23:40 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57D7416A4CE; Thu, 26 Aug 2004 19:23:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39D9043D2D; Thu, 26 Aug 2004 19:23:40 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QJNeud025336; Thu, 26 Aug 2004 19:23:40 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QJNevk025335; Thu, 26 Aug 2004 19:23:40 GMT (envelope-from ume) Message-Id: <200408261923.i7QJNevk025335@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Thu, 26 Aug 2004 19:23:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print Makefile ports/print/pips940 Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 19:23:40 -0000 ume 2004-08-26 19:23:40 UTC FreeBSD ports repository Modified files: print Makefile Added files: print/pips940 Makefile distinfo pkg-descr Log: add slave port for Photo Image Print System for Linux --- EPSON PM-940C Revision Changes Path 1.323 +1 -0 ports/print/Makefile 1.1 +17 -0 ports/print/pips940/Makefile (new) 1.1 +2 -0 ports/print/pips940/distinfo (new) 1.1 +7 -0 ports/print/pips940/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 26 19:23:50 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4F0016A4CE; Thu, 26 Aug 2004 19:23:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87F0843D39; Thu, 26 Aug 2004 19:23:50 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QJNoah025382; Thu, 26 Aug 2004 19:23:50 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QJNoCv025381; Thu, 26 Aug 2004 19:23:50 GMT (envelope-from ume) Message-Id: <200408261923.i7QJNoCv025381@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Thu, 26 Aug 2004 19:23:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 19:23:50 -0000 ume 2004-08-26 19:23:50 UTC FreeBSD ports repository Modified files: . modules Log: pips940 --> ports/print/pips940 Revision Changes Path 1.10984 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Aug 26 19:24:37 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2632016A4CE; Thu, 26 Aug 2004 19:24:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06EFD43D46; Thu, 26 Aug 2004 19:24:37 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QJOaFB025477; Thu, 26 Aug 2004 19:24:36 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QJOatc025476; Thu, 26 Aug 2004 19:24:36 GMT (envelope-from ume) Message-Id: <200408261924.i7QJOatc025476@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Thu, 26 Aug 2004 19:24:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print Makefile ports/print/pips970 Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 19:24:37 -0000 ume 2004-08-26 19:24:36 UTC FreeBSD ports repository Modified files: print Makefile Added files: print/pips970 Makefile distinfo pkg-descr Log: add slave port for Photo Image Print System for Linux --- EPSON PM-970C (for LPR) Revision Changes Path 1.324 +1 -0 ports/print/Makefile 1.1 +20 -0 ports/print/pips970/Makefile (new) 1.1 +2 -0 ports/print/pips970/distinfo (new) 1.1 +7 -0 ports/print/pips970/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 26 19:24:47 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C68B516A4CE; Thu, 26 Aug 2004 19:24:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A916443D49; Thu, 26 Aug 2004 19:24:47 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QJOlEw025524; Thu, 26 Aug 2004 19:24:47 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QJOlRb025523; Thu, 26 Aug 2004 19:24:47 GMT (envelope-from ume) Message-Id: <200408261924.i7QJOlRb025523@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Thu, 26 Aug 2004 19:24:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 19:24:47 -0000 ume 2004-08-26 19:24:47 UTC FreeBSD ports repository Modified files: . modules Log: pips970 --> ports/print/pips970 Revision Changes Path 1.10985 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Aug 26 19:17:49 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E932816A4CE; Thu, 26 Aug 2004 19:17:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB33143D3F; Thu, 26 Aug 2004 19:17:49 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QJHn3l024692; Thu, 26 Aug 2004 19:17:49 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QJHna0024691; Thu, 26 Aug 2004 19:17:49 GMT (envelope-from ume) Message-Id: <200408261917.i7QJHna0024691@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Thu, 26 Aug 2004 19:17:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print Makefile ports/print/pipsv600 Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 19:17:50 -0000 ume 2004-08-26 19:17:49 UTC FreeBSD ports repository Modified files: print Makefile Added files: print/pipsv600 Makefile distinfo pkg-descr Log: add slave port for Photo Image Print System for Linux --- EPSON PX-V600 Revision Changes Path 1.319 +1 -0 ports/print/Makefile 1.1 +16 -0 ports/print/pipsv600/Makefile (new) 1.1 +2 -0 ports/print/pipsv600/distinfo (new) 1.1 +7 -0 ports/print/pipsv600/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 26 19:25:40 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9080C16A4CE; Thu, 26 Aug 2004 19:25:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 721D343D2D; Thu, 26 Aug 2004 19:25:40 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QJPeR1025684; Thu, 26 Aug 2004 19:25:40 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QJPeD9025683; Thu, 26 Aug 2004 19:25:40 GMT (envelope-from ume) Message-Id: <200408261925.i7QJPeD9025683@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Thu, 26 Aug 2004 19:25:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print Makefile ports/print/pips970-cups Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 19:25:40 -0000 ume 2004-08-26 19:25:40 UTC FreeBSD ports repository Modified files: print Makefile Added files: print/pips970-cups Makefile distinfo pkg-descr Log: add slave port for Photo Image Print System for Linux --- EPSON PM-970C (for CUPS) Revision Changes Path 1.325 +1 -0 ports/print/Makefile 1.1 +15 -0 ports/print/pips970-cups/Makefile (new) 1.1 +2 -0 ports/print/pips970-cups/distinfo (new) 1.1 +7 -0 ports/print/pips970-cups/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 26 19:25:50 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B4DC16A4CF; Thu, 26 Aug 2004 19:25:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E97B43D48; Thu, 26 Aug 2004 19:25:50 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QJPo4s025732; Thu, 26 Aug 2004 19:25:50 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QJPo1D025731; Thu, 26 Aug 2004 19:25:50 GMT (envelope-from ume) Message-Id: <200408261925.i7QJPo1D025731@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Thu, 26 Aug 2004 19:25:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 19:25:50 -0000 ume 2004-08-26 19:25:50 UTC FreeBSD ports repository Modified files: . modules Log: pips970-cups --> ports/print/pips970-cups Revision Changes Path 1.10986 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Aug 26 19:26:41 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CCE416A4CE; Thu, 26 Aug 2004 19:26:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F167B43D5C; Thu, 26 Aug 2004 19:26:40 +0000 (GMT) (envelope-from scrappy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QJQeFJ025811; Thu, 26 Aug 2004 19:26:40 GMT (envelope-from scrappy@repoman.freebsd.org) Received: (from scrappy@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QJQeCt025810; Thu, 26 Aug 2004 19:26:40 GMT (envelope-from scrappy) Message-Id: <200408261926.i7QJQeCt025810@repoman.freebsd.org> From: "Marc G. Fournier" <scrappy@FreeBSD.org> Date: Thu, 26 Aug 2004 19:26:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/p5-Maypole-Authentication-UserSessionCookie Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 19:26:41 -0000 scrappy 2004-08-26 19:26:40 UTC FreeBSD ports repository Modified files: www/p5-Maypole-Authentication-UserSessionCookie Makefile distinfo Log: clean up a bad distinfo file Revision Changes Path 1.2 +3 -2 ports/www/p5-Maypole-Authentication-UserSessionCookie/Makefile 1.2 +0 -3 ports/www/p5-Maypole-Authentication-UserSessionCookie/distinfo From owner-cvs-all@FreeBSD.ORG Thu Aug 26 19:26:46 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9221316A4D1; Thu, 26 Aug 2004 19:26:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7479643D46; Thu, 26 Aug 2004 19:26:46 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QJQkKU025866; Thu, 26 Aug 2004 19:26:46 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QJQkoI025865; Thu, 26 Aug 2004 19:26:46 GMT (envelope-from ume) Message-Id: <200408261926.i7QJQkoI025865@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Thu, 26 Aug 2004 19:26:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print Makefile ports/print/pips740 Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 19:26:46 -0000 ume 2004-08-26 19:26:46 UTC FreeBSD ports repository Modified files: print Makefile Added files: print/pips740 Makefile distinfo pkg-descr Log: add slave port for Photo Image Print System for Linux --- EPSON PM-740C (for LPR) Revision Changes Path 1.326 +1 -0 ports/print/Makefile 1.1 +17 -0 ports/print/pips740/Makefile (new) 1.1 +2 -0 ports/print/pips740/distinfo (new) 1.1 +7 -0 ports/print/pips740/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 26 19:26:57 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9821516A518; Thu, 26 Aug 2004 19:26:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C16943D5C; Thu, 26 Aug 2004 19:26:57 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QJQv1j025912; Thu, 26 Aug 2004 19:26:57 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QJQvou025911; Thu, 26 Aug 2004 19:26:57 GMT (envelope-from ume) Message-Id: <200408261926.i7QJQvou025911@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Thu, 26 Aug 2004 19:26:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 19:26:57 -0000 ume 2004-08-26 19:26:57 UTC FreeBSD ports repository Modified files: . modules Log: pips740 --> ports/print/pips740 Revision Changes Path 1.10987 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Aug 26 19:27:49 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EEC216A4CE; Thu, 26 Aug 2004 19:27:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 509CC43D41; Thu, 26 Aug 2004 19:27:49 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QJRnWL026003; Thu, 26 Aug 2004 19:27:49 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QJRnCF026002; Thu, 26 Aug 2004 19:27:49 GMT (envelope-from ume) Message-Id: <200408261927.i7QJRnCF026002@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Thu, 26 Aug 2004 19:27:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print Makefile ports/print/pips740-cups Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 19:27:49 -0000 ume 2004-08-26 19:27:49 UTC FreeBSD ports repository Modified files: print Makefile Added files: print/pips740-cups Makefile distinfo pkg-descr Log: add slave port for Photo Image Print System for Linux --- EPSON PM-740C (for CUPS) Revision Changes Path 1.327 +1 -0 ports/print/Makefile 1.1 +15 -0 ports/print/pips740-cups/Makefile (new) 1.1 +2 -0 ports/print/pips740-cups/distinfo (new) 1.1 +7 -0 ports/print/pips740-cups/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 26 19:28:00 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2B9C16A4FB; Thu, 26 Aug 2004 19:28:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85D9643D1F; Thu, 26 Aug 2004 19:28:00 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QJS00F026049; Thu, 26 Aug 2004 19:28:00 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QJS0hB026048; Thu, 26 Aug 2004 19:28:00 GMT (envelope-from ume) Message-Id: <200408261928.i7QJS0hB026048@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Thu, 26 Aug 2004 19:28:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 19:28:00 -0000 ume 2004-08-26 19:28:00 UTC FreeBSD ports repository Modified files: . modules Log: pips740-cups --> ports/print/pips740-cups Revision Changes Path 1.10988 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Aug 26 19:28:45 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CF7816A4DB; Thu, 26 Aug 2004 19:28:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD46843D46; Thu, 26 Aug 2004 19:28:44 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QJSi50026140; Thu, 26 Aug 2004 19:28:44 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QJSiSQ026139; Thu, 26 Aug 2004 19:28:44 GMT (envelope-from ume) Message-Id: <200408261928.i7QJSiSQ026139@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Thu, 26 Aug 2004 19:28:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print Makefile ports/print/pips4000 Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 19:28:45 -0000 ume 2004-08-26 19:28:44 UTC FreeBSD ports repository Modified files: print Makefile Added files: print/pips4000 Makefile distinfo pkg-descr Log: add slave port for Photo Image Print System for Linux --- EPSON PM-4000PX Revision Changes Path 1.328 +1 -0 ports/print/Makefile 1.1 +16 -0 ports/print/pips4000/Makefile (new) 1.1 +2 -0 ports/print/pips4000/distinfo (new) 1.1 +7 -0 ports/print/pips4000/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 26 19:28:54 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8AD416A4CE; Thu, 26 Aug 2004 19:28:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CE0D43D2F; Thu, 26 Aug 2004 19:28:54 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QJSsW2026202; Thu, 26 Aug 2004 19:28:54 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QJSs2q026201; Thu, 26 Aug 2004 19:28:54 GMT (envelope-from ume) Message-Id: <200408261928.i7QJSs2q026201@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Thu, 26 Aug 2004 19:28:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 19:28:54 -0000 ume 2004-08-26 19:28:54 UTC FreeBSD ports repository Modified files: . modules Log: pips4000 --> ports/print/pips4000 Revision Changes Path 1.10989 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Aug 26 19:33:26 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA79116A4CE; Thu, 26 Aug 2004 19:33:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBA2F43D4C; Thu, 26 Aug 2004 19:33:26 +0000 (GMT) (envelope-from scrappy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QJXQR8026488; Thu, 26 Aug 2004 19:33:26 GMT (envelope-from scrappy@repoman.freebsd.org) Received: (from scrappy@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QJXQlE026487; Thu, 26 Aug 2004 19:33:26 GMT (envelope-from scrappy) Message-Id: <200408261933.i7QJXQlE026487@repoman.freebsd.org> From: "Marc G. Fournier" <scrappy@FreeBSD.org> Date: Thu, 26 Aug 2004 19:33:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/p5-Maypole-Component Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 19:33:27 -0000 scrappy 2004-08-26 19:33:26 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-Maypole-Component Makefile distinfo pkg-descr pkg-plist Log: Run Maypole sub-requests as components Revision Changes Path 1.973 +1 -0 ports/www/Makefile 1.1 +21 -0 ports/www/p5-Maypole-Component/Makefile (new) 1.1 +2 -0 ports/www/p5-Maypole-Component/distinfo (new) 1.1 +3 -0 ports/www/p5-Maypole-Component/pkg-descr (new) 1.1 +4 -0 ports/www/p5-Maypole-Component/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 26 19:33:35 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F2B416A4CE; Thu, 26 Aug 2004 19:33:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0178143D5E; Thu, 26 Aug 2004 19:33:35 +0000 (GMT) (envelope-from scrappy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QJXY86026538; Thu, 26 Aug 2004 19:33:34 GMT (envelope-from scrappy@repoman.freebsd.org) Received: (from scrappy@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QJXY0b026537; Thu, 26 Aug 2004 19:33:34 GMT (envelope-from scrappy) Message-Id: <200408261933.i7QJXY0b026537@repoman.freebsd.org> From: "Marc G. Fournier" <scrappy@FreeBSD.org> Date: Thu, 26 Aug 2004 19:33:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 19:33:35 -0000 scrappy 2004-08-26 19:33:34 UTC FreeBSD ports repository Modified files: . modules Log: p5-Maypole-Component --> ports/www/p5-Maypole-Component Revision Changes Path 1.10990 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Aug 26 19:37:06 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4C6A16A4E1; Thu, 26 Aug 2004 19:37:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7CC343D60; Thu, 26 Aug 2004 19:37:06 +0000 (GMT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QJb6mY026753; Thu, 26 Aug 2004 19:37:06 GMT (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QJb6VC026752; Thu, 26 Aug 2004 19:37:06 GMT (envelope-from nectar) Message-Id: <200408261937.i7QJb6VC026752@repoman.freebsd.org> From: Jacques Vidrine <nectar@FreeBSD.org> Date: Thu, 26 Aug 2004 19:37:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libz infback.c inflate.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 19:37:07 -0000 nectar 2004-08-26 19:37:06 UTC FreeBSD src repository Modified files: lib/libz infback.c inflate.c Log: Correct a denial-of-service vulnerability in zlib. For reference, this bug was first reported at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=252253 Submitted by: "Dmitry V. Levin" <ldv@altlinux.org> Revision Changes Path 1.2 +3 -0 src/lib/libz/infback.c 1.5 +4 -1 src/lib/libz/inflate.c From owner-cvs-all@FreeBSD.ORG Thu Aug 26 19:37:42 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 682BF16A4CF; Thu, 26 Aug 2004 19:37:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4ABA043D5F; Thu, 26 Aug 2004 19:37:42 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QJbguV026805; Thu, 26 Aug 2004 19:37:42 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QJbg1x026804; Thu, 26 Aug 2004 19:37:42 GMT (envelope-from thierry) Message-Id: <200408261937.i7QJbg1x026804@repoman.freebsd.org> From: Thierry Thomas <thierry@FreeBSD.org> Date: Thu, 26 Aug 2004 19:37:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/gambas Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 19:37:42 -0000 thierry 2004-08-26 19:37:42 UTC FreeBSD ports repository Modified files: lang/gambas Makefile distinfo pkg-plist Log: Upgrade to 0.98a. Revision Changes Path 1.16 +1 -1 ports/lang/gambas/Makefile 1.11 +2 -2 ports/lang/gambas/distinfo 1.9 +2 -2638 ports/lang/gambas/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Aug 26 19:46:51 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15F0816A4CE; Thu, 26 Aug 2004 19:46:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC55543D2D; Thu, 26 Aug 2004 19:46:50 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QJkoNI027085; Thu, 26 Aug 2004 19:46:50 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QJko2G027084; Thu, 26 Aug 2004 19:46:50 GMT (envelope-from brueffer) Message-Id: <200408261946.i7QJko2G027084@repoman.freebsd.org> From: Christian Brueffer <brueffer@FreeBSD.org> Date: Thu, 26 Aug 2004 19:46:50 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/news press.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 19:46:51 -0000 brueffer 2004-08-26 19:46:50 UTC FreeBSD doc repository Modified files: en/news press.xml Log: Add the article "FreeBSD 5.3 beta is released" Revision Changes Path 1.151 +11 -1 www/en/news/press.xml From owner-cvs-all@FreeBSD.ORG Thu Aug 26 20:07:40 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1931C16A4CE; Thu, 26 Aug 2004 20:07:40 +0000 (GMT) Received: from green.homeunix.org (pcp04368961pcs.nrockv01.md.comcast.net [69.140.212.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CB9543D45; Thu, 26 Aug 2004 20:07:39 +0000 (GMT) (envelope-from green@green.homeunix.org) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.13.1/8.13.1) with ESMTP id i7QK7Tdu089614; Thu, 26 Aug 2004 16:07:29 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.13.1/8.13.1/Submit) id i7QK7Sxg089613; Thu, 26 Aug 2004 16:07:28 -0400 (EDT) (envelope-from green) Date: Thu, 26 Aug 2004 16:07:28 -0400 From: Brian Fundakowski Feldman <green@FreeBSD.org> To: Poul-Henning Kamp <phk@phk.freebsd.dk> Message-ID: <20040826200728.GP77326@green.homeunix.org> References: <20040826183022.GO77326@green.homeunix.org> <64740.1093547475@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <64740.1093547475@critter.freebsd.dk> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Pawel Jakub Dawidek <pjd@FreeBSD.org> cc: cvs-all@FreeBSD.org cc: Roman Kurakin <rik@cronyx.ru> Subject: Re: cvs commit: src/sys/geom/concat g_concat.c src/sys/geom/label g_label.c src/sys/geom/mirror g_mirror.c src/sys/geom/raid3 g_raid3.c src/sys/geom/stripe g_stripe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 20:07:40 -0000 On Thu, Aug 26, 2004 at 09:11:15PM +0200, Poul-Henning Kamp wrote: > In message <20040826183022.GO77326@green.homeunix.org>, Brian Fundakowski Feldm > an writes: > >> KASSERT(error == 0 && pp->sectorsize > 0 && pp->mediasize > 0, ("Buggy code.")); > > > >I don't like that one bit. > > Get used to it :-) > > >KASSERT() should be reserved for serious > >programming errors -- guarding against side cases that show major > >error. > > That KASSERT does guide against a major error on the part of the > programmer. > > In GEOM I have generously sprinkled KASSERTs for the very purpose > of stopping programmer misunderstandings or attempts to be smart. > The intent is that the programmer will find his bugs even during > light testing and that the KASSERTs will help clarify the intentional > use of APIs. > > They have been very successful in this respect, and more will be > added as I think them up. Why in the world would you crash the machine when you don't have to? I use KASSERT()s quite liberally, too, you know, but running into crashes in half-finished kernel code that's in the tree -- as a user -- is far inferior to running into errors and warnings that do not halt the whole system. -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-all@FreeBSD.ORG Thu Aug 26 20:09:00 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 440B816A4CE; Thu, 26 Aug 2004 20:09:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2629643D8D; Thu, 26 Aug 2004 20:09:00 +0000 (GMT) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QK8uB2027668; Thu, 26 Aug 2004 20:08:56 GMT (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QK8u6h027667; Thu, 26 Aug 2004 20:08:56 GMT (envelope-from obraun) Message-Id: <200408262008.i7QK8u6h027667@repoman.freebsd.org> From: Oliver Braun <obraun@FreeBSD.org> Date: Thu, 26 Aug 2004 20:08:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/mairix Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 20:09:00 -0000 obraun 2004-08-26 20:08:56 UTC FreeBSD ports repository Modified files: mail/mairix Makefile distinfo Log: Upgrade to 0.15. Revision Changes Path 1.11 +1 -1 ports/mail/mairix/Makefile 1.5 +2 -2 ports/mail/mairix/distinfo From owner-cvs-all@FreeBSD.ORG Thu Aug 26 20:09:20 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7440D16A4D2; Thu, 26 Aug 2004 20:09:20 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 289D243D2D; Thu, 26 Aug 2004 20:09:19 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id i7QK9GJj066212; Thu, 26 Aug 2004 22:09:16 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Brian Fundakowski Feldman <green@FreeBSD.org> From: "Poul-Henning Kamp" <phk@phk.freebsd.dk> In-Reply-To: Your message of "Thu, 26 Aug 2004 16:07:28 EDT." <20040826200728.GP77326@green.homeunix.org> Date: Thu, 26 Aug 2004 22:09:16 +0200 Message-ID: <66211.1093550956@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Pawel Jakub Dawidek <pjd@FreeBSD.org> cc: cvs-all@FreeBSD.org cc: Roman Kurakin <rik@cronyx.ru> Subject: Re: cvs commit: src/sys/geom/concat g_concat.c src/sys/geom/label g_label.c src/sys/geom/mirror g_mirror.c src/sys/geom/raid3 g_raid3.c src/sys/geom/stripe g_stripe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 20:09:21 -0000 In message <20040826200728.GP77326@green.homeunix.org>, Brian Fundakowski Feldm an writes: >> They have been very successful in this respect, and more will be >> added as I think them up. > >Why in the world would you crash the machine when you don't have to? To prevent bogus code from being committed in the first place. Presumably if people can not make their code work because it panics they will not commit it. -- 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 Thu Aug 26 20:12:52 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0BA016A4CF; Thu, 26 Aug 2004 20:12:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DEF943D6A; Thu, 26 Aug 2004 20:12:52 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QKCqqT027815; Thu, 26 Aug 2004 20:12:52 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QKCqlv027814; Thu, 26 Aug 2004 20:12:52 GMT (envelope-from ceri) Message-Id: <200408262012.i7QKCqlv027814@repoman.freebsd.org> From: Ceri Davies <ceri@FreeBSD.org> Date: Thu, 26 Aug 2004 20:12:52 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 20:12:52 -0000 ceri 2004-08-26 20:12:52 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: o Add Italian (it_IT.ISO8859-15) to the list of languages and encodings. o Add <hostid> tags for cvsup.FreeBSD.org This is part of: PR: docs/70954 Submitted by: Jesus R. Camou <jcamou@cox.net> Revision Changes Path 1.642 +7 -1 doc/en_US.ISO8859-1/books/faq/book.sgml From owner-cvs-all@FreeBSD.ORG Thu Aug 26 20:15:22 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C66E916A4D1; Thu, 26 Aug 2004 20:15:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8EBC43D75; Thu, 26 Aug 2004 20:15:22 +0000 (GMT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QKFM4H027908; Thu, 26 Aug 2004 20:15:22 GMT (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QKFM5J027907; Thu, 26 Aug 2004 20:15:22 GMT (envelope-from nectar) Message-Id: <200408262015.i7QKFM5J027907@repoman.freebsd.org> From: Jacques Vidrine <nectar@FreeBSD.org> Date: Thu, 26 Aug 2004 20:15:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/portaudit-db/database portaudit.txt ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 20:15:22 -0000 nectar 2004-08-26 20:15:22 UTC FreeBSD ports repository Modified files: security/portaudit-db/database portaudit.txt security/vuxml vuln.xml Log: Document cookie bug in Konqueror (already referenced in portaudit.txt). Revision Changes Path 1.102 +1 -2 ports/security/portaudit-db/database/portaudit.txt 1.197 +46 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Thu Aug 26 20:15:48 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71F8F16A50E; Thu, 26 Aug 2004 20:15:48 +0000 (GMT) Received: from green.homeunix.org (pcp04368961pcs.nrockv01.md.comcast.net [69.140.212.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0CA543D4C; Thu, 26 Aug 2004 20:15:40 +0000 (GMT) (envelope-from green@green.homeunix.org) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.13.1/8.13.1) with ESMTP id i7QKFVne089708; Thu, 26 Aug 2004 16:15:31 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.13.1/8.13.1/Submit) id i7QKFVYC089707; Thu, 26 Aug 2004 16:15:31 -0400 (EDT) (envelope-from green) Date: Thu, 26 Aug 2004 16:15:31 -0400 From: Brian Fundakowski Feldman <green@FreeBSD.org> To: Poul-Henning Kamp <phk@phk.freebsd.dk> Message-ID: <20040826201531.GQ77326@green.homeunix.org> References: <20040826200728.GP77326@green.homeunix.org> <66211.1093550956@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <66211.1093550956@critter.freebsd.dk> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Pawel Jakub Dawidek <pjd@FreeBSD.org> cc: cvs-all@FreeBSD.org cc: Roman Kurakin <rik@cronyx.ru> Subject: Re: cvs commit: src/sys/geom/concat g_concat.c src/sys/geom/label g_label.c src/sys/geom/mirror g_mirror.c src/sys/geom/raid3 g_raid3.c src/sys/geom/stripe g_stripe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 20:15:49 -0000 On Thu, Aug 26, 2004 at 10:09:16PM +0200, Poul-Henning Kamp wrote: > In message <20040826200728.GP77326@green.homeunix.org>, Brian Fundakowski Feldm > an writes: > > >> They have been very successful in this respect, and more will be > >> added as I think them up. > > > >Why in the world would you crash the machine when you don't have to? > > To prevent bogus code from being committed in the first place. > > Presumably if people can not make their code work because it panics > they will not commit it. You cannot presume testing will expose every possible state/condition. It hasn't in FreeBSD's past, but maybe you can start a revolution that makes it simple to create very complete test suites and put them into the tree along with the code being tested. -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-all@FreeBSD.ORG Thu Aug 26 20:16:31 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 634BB16A4CE; Thu, 26 Aug 2004 20:16:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4731E43D31; Thu, 26 Aug 2004 20:16:31 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QKGVeU028006; Thu, 26 Aug 2004 20:16:31 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QKGVEO028005; Thu, 26 Aug 2004 20:16:31 GMT (envelope-from ceri) Message-Id: <200408262016.i7QKGVEO028005@repoman.freebsd.org> From: Ceri Davies <ceri@FreeBSD.org> Date: Thu, 26 Aug 2004 20:16:31 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 20:16:31 -0000 ceri 2004-08-26 20:16:31 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: o Expand some contractions. This is the second and final part of: PR: docs/70954 Submitted by: Jesus R. Camou <jcamou@cox.net> Revision Changes Path 1.643 +8 -8 doc/en_US.ISO8859-1/books/faq/book.sgml From owner-cvs-all@FreeBSD.ORG Thu Aug 26 20:19:08 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4775016A4CF; Thu, 26 Aug 2004 20:19:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1263043D55; Thu, 26 Aug 2004 20:19:08 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QKJ7fR028082; Thu, 26 Aug 2004 20:19:07 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QKJ7rU028081; Thu, 26 Aug 2004 20:19:07 GMT (envelope-from blackend) Message-Id: <200408262019.i7QKJ7rU028081@repoman.freebsd.org> From: Marc Fonvieille <blackend@FreeBSD.org> Date: Thu, 26 Aug 2004 20:19:07 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/x11 chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 20:19:08 -0000 blackend 2004-08-26 20:19:07 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/x11 chapter.sgml Log: Update the whole chapter for Xorg. The chapter covers the installation and configuration of both Xorg and XFree86 4.X with emphasis on Xorg. A "Moving from XFree86 to Xorg" section was also added, and some sentences reworded. (I may also add a NVIDIA drivers section soon) A great thanks to Ken Tom <subd@mui.net> for his help! Revision Changes Path 1.147 +266 -141 doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml From owner-cvs-all@FreeBSD.ORG Thu Aug 26 20:21:59 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7C3C16A4CE; Thu, 26 Aug 2004 20:21:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A57243D3F; Thu, 26 Aug 2004 20:21:59 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QKLxgP028256; Thu, 26 Aug 2004 20:21:59 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QKLxfO028255; Thu, 26 Aug 2004 20:21:59 GMT (envelope-from lofi) Message-Id: <200408262021.i7QKLxfO028255@repoman.freebsd.org> From: Michael Nottebrock <lofi@FreeBSD.org> Date: Thu, 26 Aug 2004 20:21:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/ices Makefile ports/audio/libshout2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 20:21:59 -0000 lofi 2004-08-26 20:21:59 UTC FreeBSD ports repository Modified files: audio/ices Makefile audio/libshout2 Makefile Log: Respect CFLAGS. PR: 71001 Submitted by: "Paul Seniura" <pdseniura@techie.com> Revision Changes Path 1.10 +1 -1 ports/audio/ices/Makefile 1.20 +1 -1 ports/audio/libshout2/Makefile From owner-cvs-all@FreeBSD.ORG Thu Aug 26 20:30:54 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDC2416A4CE; Thu, 26 Aug 2004 20:30:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D08F243D48; Thu, 26 Aug 2004 20:30:54 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QKUsb9028499; Thu, 26 Aug 2004 20:30:54 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QKUsvo028498; Thu, 26 Aug 2004 20:30:54 GMT (envelope-from obrien) Message-Id: <200408262030.i7QKUsvo028498@repoman.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Thu, 26 Aug 2004 20:30:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/shells/bash2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 20:30:55 -0000 obrien 2004-08-26 20:30:54 UTC FreeBSD ports repository Modified files: shells/bash2 Makefile Log: Reenable 'pkg_add -r' usefullness. Revision Changes Path 1.72 +1 -0 ports/shells/bash2/Makefile From owner-cvs-all@FreeBSD.ORG Thu Aug 26 20:34:41 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A72D316A4CE; Thu, 26 Aug 2004 20:34:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ADA043D60; Thu, 26 Aug 2004 20:34:41 +0000 (GMT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QKYfIB028586; Thu, 26 Aug 2004 20:34:41 GMT (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QKYfKo028585; Thu, 26 Aug 2004 20:34:41 GMT (envelope-from nectar) Message-Id: <200408262034.i7QKYfKo028585@repoman.freebsd.org> From: Jacques Vidrine <nectar@FreeBSD.org> Date: Thu, 26 Aug 2004 20:34:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml ports/security/portaudit-db/database portaudit.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 20:34:41 -0000 nectar 2004-08-26 20:34:41 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml security/portaudit-db/database portaudit.txt Log: Document buffer overflows in SoX (already referenced in portaudit.txt). Revision Changes Path 1.103 +1 -2 ports/security/portaudit-db/database/portaudit.txt 1.198 +31 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Thu Aug 26 20:58:47 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DCB116A4CE; Thu, 26 Aug 2004 20:58:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 161F043D2D; Thu, 26 Aug 2004 20:58:47 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QKwkY1029413; Thu, 26 Aug 2004 20:58:46 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QKwkRK029412; Thu, 26 Aug 2004 20:58:46 GMT (envelope-from julian) Message-Id: <200408262058.i7QKwkRK029412@repoman.freebsd.org> From: Julian Elischer <julian@FreeBSD.org> Date: Thu, 26 Aug 2004 20:58:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src UPDATING src/sys/netgraph/bluetooth/include ng_btsocket.h src/sys/netgraph netgraph.h ng_message.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 20:58:47 -0000 julian 2004-08-26 20:58:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) . UPDATING sys/netgraph/bluetooth/include ng_btsocket.h sys/netgraph netgraph.h ng_message.h Log: MFC of field alignment change and a filed size change. 5.3 seems the last change to get this in before we freeze the ABI for a while. MFC'd from: > 1.345 +7 -0 src/UPDATING > 1.6 +1 -6 src/sys/netgraph/bluetooth/include/ng_btsocket.h > 1.44 +1 -1 src/sys/netgraph/netgraph.h > 1.24 +5 -3 src/sys/netgraph/ng_message.h Submitted by: jdp, emax Approved by: re (scottl) Revision Changes Path 1.342.2.2 +7 -0 src/UPDATING 1.5.2.1 +1 -6 src/sys/netgraph/bluetooth/include/ng_btsocket.h 1.43.2.1 +1 -1 src/sys/netgraph/netgraph.h 1.23.2.1 +5 -3 src/sys/netgraph/ng_message.h From owner-cvs-all@FreeBSD.ORG Thu Aug 26 21:04:42 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3640816A4CE; Thu, 26 Aug 2004 21:04:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19C2F43D1F; Thu, 26 Aug 2004 21:04:42 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QL4gAT029576; Thu, 26 Aug 2004 21:04:42 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QL4fPH029575; Thu, 26 Aug 2004 21:04:41 GMT (envelope-from le) Message-Id: <200408262104.i7QL4fPH029575@repoman.freebsd.org> From: Lukas Ertl <le@FreeBSD.org> Date: Thu, 26 Aug 2004 21:04:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/vinum geom_vinum_volume.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 21:04:42 -0000 le 2004-08-26 21:04:41 UTC FreeBSD src repository Modified files: sys/geom/vinum geom_vinum_volume.c Log: When attaching a consumer from a volume to a plex, check if the volume already has a plex attached and adjust the access counts of the new consumer accordingly. Revision Changes Path 1.5 +21 -2 src/sys/geom/vinum/geom_vinum_volume.c From owner-cvs-all@FreeBSD.ORG Thu Aug 26 21:12:28 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8B9A16A4CF; Thu, 26 Aug 2004 21:12:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CD4243D31; Thu, 26 Aug 2004 21:12:28 +0000 (GMT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QLCSUx029882; Thu, 26 Aug 2004 21:12:28 GMT (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QLCSA1029881; Thu, 26 Aug 2004 21:12:28 GMT (envelope-from nectar) Message-Id: <200408262112.i7QLCSA1029881@repoman.freebsd.org> From: Jacques Vidrine <nectar@FreeBSD.org> Date: Thu, 26 Aug 2004 21:12:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 21:12:28 -0000 nectar 2004-08-26 21:12:28 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Unsafe URI handling in gnome-vfs, MidnightCommander. Revision Changes Path 1.199 +39 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Thu Aug 26 21:23:18 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25AF416A4CE; Thu, 26 Aug 2004 21:23:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0927B43D49; Thu, 26 Aug 2004 21:23:18 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QLNHUV030153; Thu, 26 Aug 2004 21:23:17 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QLNHgS030152; Thu, 26 Aug 2004 21:23:17 GMT (envelope-from ale) Message-Id: <200408262123.i7QLNHgS030152@repoman.freebsd.org> From: Alex Dupre <ale@FreeBSD.org> Date: Thu, 26 Aug 2004 21:23:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/php5-mysqli/files patch-config.m4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 21:23:18 -0000 ale 2004-08-26 21:23:17 UTC FreeBSD ports repository Modified files: databases/php5-mysqli/files patch-config.m4 Log: Update patch for 5.0.1. Spotted by: Scott Balmos <scott.balmos@utoledo.edu> Revision Changes Path 1.2 +1 -1 ports/databases/php5-mysqli/files/patch-config.m4 From owner-cvs-all@FreeBSD.ORG Thu Aug 26 21:37:41 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77D6C16A4CF for <cvs-all@FreeBSD.org>; Thu, 26 Aug 2004 21:37:41 +0000 (GMT) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D511B43D68 for <cvs-all@FreeBSD.org>; Thu, 26 Aug 2004 21:37:40 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 52293 invoked from network); 26 Aug 2004 21:36:26 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.53]) (envelope-sender <andre@freebsd.org>) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for <ru@FreeBSD.org>; 26 Aug 2004 21:36:26 -0000 Message-ID: <412E5826.1DC977B0@freebsd.org> Date: Thu, 26 Aug 2004 23:37:42 +0200 From: Andre Oppermann <andre@freebsd.org> X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Ruslan Ermilov <ru@FreeBSD.org> References: <200408261418.i7QEIUw0015041@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fw2.c ip_fw_pfil.csrc/sys/modules/ipfw Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 21:37:41 -0000 Ruslan Ermilov wrote: > > ru 2004-08-26 14:18:30 UTC > > FreeBSD src repository > > Modified files: > sys/netinet ip_fw2.c ip_fw_pfil.c > sys/modules/ipfw Makefile > Log: > Revert the last change to sys/modules/ipfw/Makefile and fix a > standalone module build in a better way. > > Silence from: andre > MFC after: 3 days > > Revision Changes Path > 1.19 +1 -5 src/sys/modules/ipfw/Makefile > 1.74 +2 -0 src/sys/netinet/ip_fw2.c > 1.6 +3 -1 src/sys/netinet/ip_fw_pfil.c Thanks! -- Andre From owner-cvs-all@FreeBSD.ORG Thu Aug 26 21:42:04 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDC4616A4CE; Thu, 26 Aug 2004 21:42:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDCC743D46; Thu, 26 Aug 2004 21:42:04 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QLg47X030673; Thu, 26 Aug 2004 21:42:04 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QLg4Tw030672; Thu, 26 Aug 2004 21:42:04 GMT (envelope-from sem) Message-Id: <200408262142.i7QLg4Tw030672@repoman.freebsd.org> From: Sergey Matveychuk <sem@FreeBSD.org> Date: Thu, 26 Aug 2004 21:42:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/mad_fcl Makefile distinfopatch-alclib_defines.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 21:42:05 -0000 sem 2004-08-26 21:42:04 UTC FreeBSD ports repository Modified files: net/mad_fcl Makefile distinfo Added files: net/mad_fcl/files extra-patch-alclib_defines.h Removed files: net/mad_fcl/files patch-alclib_defines.h Log: Update to 1.1 PR: ports/70946 Submitted by: maintainer Revision Changes Path 1.8 +8 -3 ports/net/mad_fcl/Makefile 1.5 +2 -2 ports/net/mad_fcl/distinfo 1.1 +14 -0 ports/net/mad_fcl/files/extra-patch-alclib_defines.h (new) 1.3 +0 -14 ports/net/mad_fcl/files/patch-alclib_defines.h (dead) From owner-cvs-all@FreeBSD.ORG Thu Aug 26 21:46:04 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B455716A4CE; Thu, 26 Aug 2004 21:46:04 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E89E43D66; Thu, 26 Aug 2004 21:46:04 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i7QLjiVk003174; Thu, 26 Aug 2004 15:45:44 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 26 Aug 2004 15:46:11 -0600 (MDT) Message-Id: <20040826.154611.56055412.imp@bsdimp.com> To: green@freebsd.org From: "M. Warner Losh" <imp@bsdimp.com> In-Reply-To: <20040826201531.GQ77326@green.homeunix.org> References: <20040826200728.GP77326@green.homeunix.org> <66211.1093550956@critter.freebsd.dk> <20040826201531.GQ77326@green.homeunix.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: src-committers@freebsd.org cc: pjd@freebsd.org cc: cvs-src@freebsd.org cc: cvs-all@freebsd.org cc: rik@cronyx.ru cc: phk@phk.freebsd.dk Subject: Re: cvs commit: src/sys/geom/concat g_concat.c src/sys/geom/label g_label.c src/sys/geom/mirror g_mirror.c src/sys/geom/raid3 g_raid3.c src/sys/geom/stripe g_stripe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 21:46:04 -0000 In message: <20040826201531.GQ77326@green.homeunix.org> Brian Fundakowski Feldman <green@freebsd.org> writes: : On Thu, Aug 26, 2004 at 10:09:16PM +0200, Poul-Henning Kamp wrote: : > In message <20040826200728.GP77326@green.homeunix.org>, Brian Fundakowski Feldm : > an writes: : > : > >> They have been very successful in this respect, and more will be : > >> added as I think them up. : > > : > >Why in the world would you crash the machine when you don't have to? : > : > To prevent bogus code from being committed in the first place. : > : > Presumably if people can not make their code work because it panics : > they will not commit it. : : You cannot presume testing will expose every possible state/condition. : It hasn't in FreeBSD's past, but maybe you can start a revolution that : makes it simple to create very complete test suites and put them into : the tree along with the code being tested. I beg to differ. newbus has lots of asserts in it that could be recovered from, but instead are panics. These panics have been very helpful in shaking out bugs (much to the annoyance of the person doing the work until the bugs were figured out). Warner From owner-cvs-all@FreeBSD.ORG Thu Aug 26 22:10:51 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AF8A16A4CE; Thu, 26 Aug 2004 22:10:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D01E43D45; Thu, 26 Aug 2004 22:10:51 +0000 (GMT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QMApZV031424; Thu, 26 Aug 2004 22:10:51 GMT (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QMAp7d031423; Thu, 26 Aug 2004 22:10:51 GMT (envelope-from nectar) Message-Id: <200408262210.i7QMAp7d031423@repoman.freebsd.org> From: Jacques Vidrine <nectar@FreeBSD.org> Date: Thu, 26 Aug 2004 22:10:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml ports/security/portaudit-db/database portaudit.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 22:10:51 -0000 nectar 2004-08-26 22:10:50 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml security/portaudit-db/database portaudit.txt Log: Note sanitize_path bug in rsync (already referenced in portaudit.txt). Revision Changes Path 1.104 +1 -2 ports/security/portaudit-db/database/portaudit.txt 1.200 +33 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Thu Aug 26 22:29:13 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 557D716A4CE; Thu, 26 Aug 2004 22:29:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3758C43D62; Thu, 26 Aug 2004 22:29:13 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QMTDdZ031822; Thu, 26 Aug 2004 22:29:13 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QMTDWP031821; Thu, 26 Aug 2004 22:29:13 GMT (envelope-from thierry) Message-Id: <200408262229.i7QMTDWP031821@repoman.freebsd.org> From: Thierry Thomas <thierry@FreeBSD.org> Date: Thu, 26 Aug 2004 22:29:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/pear-PEAR Makefile.common X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 22:29:13 -0000 thierry 2004-08-26 22:29:13 UTC FreeBSD ports repository Modified files: devel/pear-PEAR Makefile.common Log: Add support for data and sql files. PR: 70915 Submitted by: Antônio Carlos Venâncio Júnior Revision Changes Path 1.7 +52 -10 ports/devel/pear-PEAR/Makefile.common From owner-cvs-all@FreeBSD.ORG Thu Aug 26 22:30:08 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6041116A4CE; Thu, 26 Aug 2004 22:30:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42D1F43D5D; Thu, 26 Aug 2004 22:30:08 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QMU8VT031875; Thu, 26 Aug 2004 22:30:08 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QMU8Id031874; Thu, 26 Aug 2004 22:30:08 GMT (envelope-from trhodes) Message-Id: <200408262230.i7QMU8Id031874@repoman.freebsd.org> From: Tom Rhodes <trhodes@FreeBSD.org> Date: Thu, 26 Aug 2004 22:30:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 22:30:08 -0000 trhodes 2004-08-26 22:30:07 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add entry for moinmoin ACL bypass. Revision Changes Path 1.201 +29 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Thu Aug 26 22:30:48 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBCF116A4CE; Thu, 26 Aug 2004 22:30:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCF4C43D60; Thu, 26 Aug 2004 22:30:48 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QMUmmV032024; Thu, 26 Aug 2004 22:30:48 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QMUmRW032023; Thu, 26 Aug 2004 22:30:48 GMT (envelope-from thierry) Message-Id: <200408262230.i7QMUmRW032023@repoman.freebsd.org> From: Thierry Thomas <thierry@FreeBSD.org> Date: Thu, 26 Aug 2004 22:30:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/pear-Validate Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 22:30:49 -0000 thierry 2004-08-26 22:30:48 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/pear-Validate Makefile distinfo pkg-descr Log: Add pear-Validate 0.4.1, validation class. PR: 70945 Submitted by: Antonio Carlos Venancio Junior Revision Changes Path 1.1685 +1 -0 ports/devel/Makefile 1.1 +44 -0 ports/devel/pear-Validate/Makefile (new) 1.1 +2 -0 ports/devel/pear-Validate/distinfo (new) 1.1 +12 -0 ports/devel/pear-Validate/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 26 22:31:02 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2CEF16A4CE; Thu, 26 Aug 2004 22:31:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A577143D5E; Thu, 26 Aug 2004 22:31:02 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7QMV2XY032074; Thu, 26 Aug 2004 22:31:02 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7QMV2fN032073; Thu, 26 Aug 2004 22:31:02 GMT (envelope-from thierry) Message-Id: <200408262231.i7QMV2fN032073@repoman.freebsd.org> From: Thierry Thomas <thierry@FreeBSD.org> Date: Thu, 26 Aug 2004 22:31:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 22:31:02 -0000 thierry 2004-08-26 22:31:02 UTC FreeBSD ports repository Modified files: . modules Log: pear-Validate --> ports/devel/pear-Validate Revision Changes Path 1.10991 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Aug 27 00:13:12 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CA8816A4CE; Fri, 27 Aug 2004 00:13:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FEC143D1D; Fri, 27 Aug 2004 00:13:12 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R0DCkf034561; Fri, 27 Aug 2004 00:13:12 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R0DCPq034560; Fri, 27 Aug 2004 00:13:12 GMT (envelope-from edwin) Message-Id: <200408270013.i7R0DCPq034560@repoman.freebsd.org> From: Edwin Groothuis <edwin@FreeBSD.org> Date: Fri, 27 Aug 2004 00:13:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils Makefile ports/sysutils/est Makefile distinfo pkg-descr ports/sysutils/est/files est.c.diff.fbsd4 est.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 00:13:12 -0000 edwin 2004-08-27 00:13:12 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/est Makefile distinfo pkg-descr sysutils/est/files est.c.diff.fbsd4 est.sh Log: [NEW PORT] sysutils/es This port builds a kernel module providing two sysctls (hw.est_freqs, hw.est_curfreq) for controlling Enhanced SpeedStep on Intel Pentium M processors. PR: 71007 Submitted by: Colin Percival <cperciva@daemonology.net> Revision Changes Path 1.576 +1 -0 ports/sysutils/Makefile 1.1 +39 -0 ports/sysutils/est/Makefile (new) 1.1 +2 -0 ports/sysutils/est/distinfo (new) 1.1 +27 -0 ports/sysutils/est/files/est.c.diff.fbsd4 (new) 1.1 +20 -0 ports/sysutils/est/files/est.sh (new) 1.1 +7 -0 ports/sysutils/est/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri Aug 27 00:13:55 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D41216A4CE; Fri, 27 Aug 2004 00:13:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D7B143D45; Fri, 27 Aug 2004 00:13:55 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R0DteQ034611; Fri, 27 Aug 2004 00:13:55 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R0DtVi034610; Fri, 27 Aug 2004 00:13:55 GMT (envelope-from edwin) Message-Id: <200408270013.i7R0DtVi034610@repoman.freebsd.org> From: Edwin Groothuis <edwin@FreeBSD.org> Date: Fri, 27 Aug 2004 00:13:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 00:13:55 -0000 edwin 2004-08-27 00:13:55 UTC FreeBSD ports repository Modified files: . modules Log: est --> ports/sysutils/est Revision Changes Path 1.10992 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Aug 27 00:18:03 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59D4116A4CE; Fri, 27 Aug 2004 00:18:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 388B743D31; Fri, 27 Aug 2004 00:18:03 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R0I3cf034747; Fri, 27 Aug 2004 00:18:03 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R0I3L2034746; Fri, 27 Aug 2004 00:18:03 GMT (envelope-from obrien) Message-Id: <200408270018.i7R0I3L2034746@repoman.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Fri, 27 Aug 2004 00:18:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/i386/boot0 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 00:18:03 -0000 obrien 2004-08-27 00:18:03 UTC FreeBSD src repository Modified files: sys/boot/i386/boot0 Makefile Log: In conjunction with having boot0cfg(8) default boot0 to packet mode. Submitted by: Tor.Egge@cvsup.no.freebsd.org Revision Changes Path 1.30 +1 -1 src/sys/boot/i386/boot0/Makefile From owner-cvs-all@FreeBSD.ORG Fri Aug 27 00:23:38 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A6E616A4CE; Fri, 27 Aug 2004 00:23:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DBE543D69; Fri, 27 Aug 2004 00:23:38 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R0NcuR034986; Fri, 27 Aug 2004 00:23:38 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R0NcWr034985; Fri, 27 Aug 2004 00:23:38 GMT (envelope-from edwin) Message-Id: <200408270023.i7R0NcWr034985@repoman.freebsd.org> From: Edwin Groothuis <edwin@FreeBSD.org> Date: Fri, 27 Aug 2004 00:23:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/wnews Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 00:23:38 -0000 edwin 2004-08-27 00:23:37 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/wnews Makefile distinfo pkg-descr Log: [New port] wnews: a command-line RSS client This tool downloads and displays RSS news feed from the web and displays them in a page-based curses interface or in parseable line-based output. There is support for HTTP gzip decompression, HTTP proxies, key-binding support and resources editing. PR: ports/70820 Submitted by: Samy Al Bahra <samy@kerneled.org> Revision Changes Path 1.974 +1 -0 ports/www/Makefile 1.1 +23 -0 ports/www/wnews/Makefile (new) 1.1 +2 -0 ports/www/wnews/distinfo (new) 1.1 +7 -0 ports/www/wnews/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri Aug 27 00:23:51 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0198E16A4CF; Fri, 27 Aug 2004 00:23:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D508F43D6A; Fri, 27 Aug 2004 00:23:50 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R0Nolp035032; Fri, 27 Aug 2004 00:23:50 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R0NooR035031; Fri, 27 Aug 2004 00:23:50 GMT (envelope-from edwin) Message-Id: <200408270023.i7R0NooR035031@repoman.freebsd.org> From: Edwin Groothuis <edwin@FreeBSD.org> Date: Fri, 27 Aug 2004 00:23:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 00:23:51 -0000 edwin 2004-08-27 00:23:50 UTC FreeBSD ports repository Modified files: . modules Log: wnews --> ports/www/wnews Revision Changes Path 1.10993 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Aug 27 00:51:22 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5964116A4CE; Fri, 27 Aug 2004 00:51:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37FC843D1D; Fri, 27 Aug 2004 00:51:22 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R0pMq8035785; Fri, 27 Aug 2004 00:51:22 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R0pMiE035784; Fri, 27 Aug 2004 00:51:22 GMT (envelope-from iedowse) Message-Id: <200408270051.i7R0pMiE035784@repoman.freebsd.org> From: Ian Dowse <iedowse@FreeBSD.org> Date: Fri, 27 Aug 2004 00:51:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/kldxref ef.c ef.h ef_nop.c ef_sparc64.c kldxref.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 00:51:22 -0000 iedowse 2004-08-27 00:51:22 UTC FreeBSD src repository Modified files: usr.sbin/kldxref ef.c ef.h ef_nop.c ef_sparc64.c kldxref.c Log: Call the file format specific code through a table of function pointers and remove knowledge of the file format from kldxref.c. This will make it possible to support more than one file format. Revision Changes Path 1.7 +162 -19 src/usr.sbin/kldxref/ef.c 1.4 +56 -37 src/usr.sbin/kldxref/ef.h 1.2 +2 -1 src/usr.sbin/kldxref/ef_nop.c 1.2 +6 -2 src/usr.sbin/kldxref/ef_sparc64.c 1.9 +18 -16 src/usr.sbin/kldxref/kldxref.c From owner-cvs-all@FreeBSD.ORG Fri Aug 27 00:53:11 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C807616A4CE; Fri, 27 Aug 2004 00:53:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A819743D48; Fri, 27 Aug 2004 00:53:11 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R0rBSU035866; Fri, 27 Aug 2004 00:53:11 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R0rBV5035865; Fri, 27 Aug 2004 00:53:11 GMT (envelope-from njl) Message-Id: <200408270053.i7R0rBV5035865@repoman.freebsd.org> From: Nate Lawson <njl@FreeBSD.org> Date: Fri, 27 Aug 2004 00:53:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_pci_link.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 00:53:11 -0000 njl 2004-08-27 00:53:11 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_pci_link.c Log: Always set the status and move a printf under bootverbose. Tested by: gj Revision Changes Path 1.28 +8 -5 src/sys/dev/acpica/acpi_pci_link.c From owner-cvs-all@FreeBSD.ORG Fri Aug 27 00:54:30 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A30C416A4CE; Fri, 27 Aug 2004 00:54:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8048843D39; Fri, 27 Aug 2004 00:54:30 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R0sU27035927; Fri, 27 Aug 2004 00:54:30 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R0sUKp035926; Fri, 27 Aug 2004 00:54:30 GMT (envelope-from njl) Message-Id: <200408270054.i7R0sUKp035926@repoman.freebsd.org> From: Nate Lawson <njl@FreeBSD.org> Date: Fri, 27 Aug 2004 00:54:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/i386/acpica acpi_panasonic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 00:54:30 -0000 njl 2004-08-27 00:54:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/i386/acpica acpi_panasonic.c Log: MFC rev 1.4: Unlock the sx lock when exiting the sysctl function. Approved by: re (scottl) Revision Changes Path 1.3.2.1 +1 -1 src/sys/i386/acpica/acpi_panasonic.c From owner-cvs-all@FreeBSD.ORG Fri Aug 27 00:58:40 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A35DB16A4CE; Fri, 27 Aug 2004 00:58:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8181843D2D; Fri, 27 Aug 2004 00:58:40 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R0wepV036120; Fri, 27 Aug 2004 00:58:40 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R0wehb036119; Fri, 27 Aug 2004 00:58:40 GMT (envelope-from iedowse) Message-Id: <200408270058.i7R0wehb036119@repoman.freebsd.org> From: Ian Dowse <iedowse@FreeBSD.org> Date: Fri, 27 Aug 2004 00:58:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/kldxref Makefile ef_obj.c kldxref.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 00:58:40 -0000 iedowse 2004-08-27 00:58:40 UTC FreeBSD src repository Modified files: usr.sbin/kldxref Makefile kldxref.c Added files: usr.sbin/kldxref ef_obj.c Log: Add support for reading ELF relocatable object file format modules. Revision Changes Path 1.7 +1 -1 src/usr.sbin/kldxref/Makefile 1.1 +602 -0 src/usr.sbin/kldxref/ef_obj.c (new) 1.10 +6 -3 src/usr.sbin/kldxref/kldxref.c From owner-cvs-all@FreeBSD.ORG Fri Aug 27 01:06:57 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6201C16A4CE; Fri, 27 Aug 2004 01:06:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40D9943D1F; Fri, 27 Aug 2004 01:06:57 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R16vKI036396; Fri, 27 Aug 2004 01:06:57 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R16vCL036395; Fri, 27 Aug 2004 01:06:57 GMT (envelope-from iedowse) Message-Id: <200408270106.i7R16vCL036395@repoman.freebsd.org> From: Ian Dowse <iedowse@FreeBSD.org> Date: Fri, 27 Aug 2004 01:06:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/kldxref ef_amd64.c ef_i386.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 01:06:57 -0000 iedowse 2004-08-27 01:06:57 UTC FreeBSD src repository Added files: usr.sbin/kldxref ef_amd64.c ef_i386.c Log: Add MD relocation support for amd64 and i386 platforms. The no-op relocation is not sufficient for ELF relocatable object format modules, since accessing the module metadata involves following pointers between different ELF sections. This allows kldxref to correctly build linker.hints on the amd64 platform. Revision Changes Path 1.1 +114 -0 src/usr.sbin/kldxref/ef_amd64.c (new) 1.1 +93 -0 src/usr.sbin/kldxref/ef_i386.c (new) From owner-cvs-all@FreeBSD.ORG Fri Aug 27 01:10:10 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64D6E16A4CE; Fri, 27 Aug 2004 01:10:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 580A943D5E; Fri, 27 Aug 2004 01:10:10 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R1AAWA036515; Fri, 27 Aug 2004 01:10:10 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R1AArd036514; Fri, 27 Aug 2004 01:10:10 GMT (envelope-from marcus) Message-Id: <200408270110.i7R1AArd036514@repoman.freebsd.org> From: Joe Marcus Clarke <marcus@FreeBSD.org> Date: Fri, 27 Aug 2004 01:10:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/gnomevfs2 Makefile pkg-plist patch-modules_default-modules.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 01:10:10 -0000 marcus 2004-08-27 01:10:09 UTC FreeBSD ports repository Modified files: devel/gnomevfs2 Makefile pkg-plist devel/gnomevfs2/files patch-ac Added files: devel/gnomevfs2/files patch-modules_default-modules.conf Log: Remove the extfs module and associated utilities. These never really worked, and had security issues. They have been removed in the upcoming gnome-vfs for GNOME 2.8. Obtained from: gnome-vfs CVS (based on) Revision Changes Path 1.87 +1 -0 ports/devel/gnomevfs2/Makefile 1.9 +32 -4 ports/devel/gnomevfs2/files/patch-ac 1.1 +12 -0 ports/devel/gnomevfs2/files/patch-modules_default-modules.conf (new) 1.42 +0 -20 ports/devel/gnomevfs2/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Aug 27 01:10:17 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F1F416A560; Fri, 27 Aug 2004 01:10:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D3C343D2F; Fri, 27 Aug 2004 01:10:17 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R1AHTV036544; Fri, 27 Aug 2004 01:10:17 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R1AGPo036543; Fri, 27 Aug 2004 01:10:17 GMT (envelope-from iedowse) Message-Id: <200408270110.i7R1AGPo036543@repoman.freebsd.org> From: Ian Dowse <iedowse@FreeBSD.org> Date: Fri, 27 Aug 2004 01:10:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys linker.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 01:10:17 -0000 iedowse 2004-08-27 01:10:16 UTC FreeBSD src repository Modified files: sys/sys linker.h Log: Add a new module information type MODINFOMD_SHDR that will be used by the loader to pass the section header table from preloaded ELF relocatable modules into the kernel. Revision Changes Path 1.39 +1 -0 src/sys/sys/linker.h From owner-cvs-all@FreeBSD.ORG Fri Aug 27 01:16:48 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E96E016A4CE; Fri, 27 Aug 2004 01:16:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C794543D41; Fri, 27 Aug 2004 01:16:48 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R1GmwH036803; Fri, 27 Aug 2004 01:16:48 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R1GmiF036802; Fri, 27 Aug 2004 01:16:48 GMT (envelope-from obrien) Message-Id: <200408270116.i7R1GmiF036802@repoman.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Fri, 27 Aug 2004 01:16:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/gettext Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 01:16:49 -0000 obrien 2004-08-27 01:16:48 UTC FreeBSD ports repository Modified files: devel/gettext Makefile Log: Add a NO_GETTEXT_OPTIONS knob. Revision Changes Path 1.62 +2 -2 ports/devel/gettext/Makefile From owner-cvs-all@FreeBSD.ORG Fri Aug 27 01:20:27 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 079EE16A4CE; Fri, 27 Aug 2004 01:20:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8D7D43D49; Fri, 27 Aug 2004 01:20:26 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R1KQTW036910; Fri, 27 Aug 2004 01:20:26 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R1KQgw036909; Fri, 27 Aug 2004 01:20:26 GMT (envelope-from iedowse) Message-Id: <200408270120.i7R1KQgw036909@repoman.freebsd.org> From: Ian Dowse <iedowse@FreeBSD.org> Date: Fri, 27 Aug 2004 01:20:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_linker.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 01:20:27 -0000 iedowse 2004-08-27 01:20:26 UTC FreeBSD src repository Modified files: sys/kern kern_linker.c Log: When trying each linker class in turn with a preloaded module, exit the loop if the preload was successful. Previously a successful preload was ignored if the linker class was not the last in the list. Revision Changes Path 1.114 +2 -3 src/sys/kern/kern_linker.c From owner-cvs-all@FreeBSD.ORG Fri Aug 27 01:41:28 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB02116A4CE; Fri, 27 Aug 2004 01:41:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6D0243D39; Fri, 27 Aug 2004 01:41:28 +0000 (GMT) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R1fSb5037500; Fri, 27 Aug 2004 01:41:28 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R1fSOr037499; Fri, 27 Aug 2004 01:41:28 GMT (envelope-from kan) Message-Id: <200408270141.i7R1fSOr037499@repoman.freebsd.org> From: Alexander Kabaev <kan@FreeBSD.org> Date: Fri, 27 Aug 2004 01:41:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_lock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 01:41:29 -0000 kan 2004-08-27 01:41:28 UTC FreeBSD src repository Modified files: sys/kern kern_lock.c Log: Reintroduce slightly modified patch from kern/69964. Check for LK_HAVE_EXL in both acquire invocations. MFC after: 5 days Revision Changes Path 1.76 +11 -4 src/sys/kern/kern_lock.c From owner-cvs-all@FreeBSD.ORG Fri Aug 27 01:44:13 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED73116A4CE; Fri, 27 Aug 2004 01:44:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEE1A43D6D; Fri, 27 Aug 2004 01:44:13 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R1iDGc037597; Fri, 27 Aug 2004 01:44:13 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R1iDpP037596; Fri, 27 Aug 2004 01:44:13 GMT (envelope-from marcus) Message-Id: <200408270144.i7R1iDpP037596@repoman.freebsd.org> From: Joe Marcus Clarke <marcus@FreeBSD.org> Date: Fri, 27 Aug 2004 01:44:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/gnomevfs Makefile pkg-plist patch-modules_default-modules.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 01:44:14 -0000 marcus 2004-08-27 01:44:13 UTC FreeBSD ports repository Modified files: devel/gnomevfs Makefile pkg-plist devel/gnomevfs/files patch-ac Added files: devel/gnomevfs/files patch-modules_default-modules.conf Log: * Remove the extfs module and related binaries. They never really worked, and had numerous security problems * Enable optional cdparanoia support Revision Changes Path 1.46 +12 -1 ports/devel/gnomevfs/Makefile 1.7 +28 -10 ports/devel/gnomevfs/files/patch-ac 1.1 +12 -0 ports/devel/gnomevfs/files/patch-modules_default-modules.conf (new) 1.18 +2 -19 ports/devel/gnomevfs/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Aug 27 01:48:57 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1582016A4CE; Fri, 27 Aug 2004 01:48:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E764843D2F; Fri, 27 Aug 2004 01:48:56 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R1mu2X037758; Fri, 27 Aug 2004 01:48:56 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R1muFl037757; Fri, 27 Aug 2004 01:48:56 GMT (envelope-from marcus) Message-Id: <200408270148.i7R1muFl037757@repoman.freebsd.org> From: Joe Marcus Clarke <marcus@FreeBSD.org> Date: Fri, 27 Aug 2004 01:48:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 01:48:57 -0000 marcus 2004-08-27 01:48:56 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Update the gnomevfs entry to reflect the fixed versions. Revision Changes Path 1.202 +4 -3 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Fri Aug 27 02:25:26 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26BB916A4CE; Fri, 27 Aug 2004 02:25:26 +0000 (GMT) Received: from meitner.wh.uni-dortmund.de (meitner.wh.uni-dortmund.de [129.217.129.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id A48F743D46; Fri, 27 Aug 2004 02:25:25 +0000 (GMT) (envelope-from michaelnottebrock@gmx.net) Received: from lofi.dyndns.org (pc2-105.intern.meitner [10.3.12.105]) by meitner.wh.uni-dortmund.de (Postfix) with ESMTP id B2DAF1674E0; Fri, 27 Aug 2004 04:25:24 +0200 (CEST) Received: from kiste.my.domain (lofi@kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.10/8.12.10) with ESMTP id i7R2PMP1044129 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Fri, 27 Aug 2004 04:25:23 +0200 (CEST) (envelope-from michaelnottebrock@gmx.net) From: Michael Nottebrock <michaelnottebrock@gmx.net> To: "David E. O'Brien" <obrien@FreeBSD.org> Date: Fri, 27 Aug 2004 04:25:19 +0200 User-Agent: KMail/1.6.2 References: <200408270116.i7R1GmiF036802@repoman.freebsd.org> In-Reply-To: <200408270116.i7R1GmiF036802@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_SupLBfg0jgsv/xe"; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <200408270425.22504.michaelnottebrock@gmx.net> X-Virus-Scanned: by amavisd-new cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/gettext Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 02:25:26 -0000 --Boundary-02=_SupLBfg0jgsv/xe Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 27 August 2004 03:16, David E. O'Brien wrote: > obrien 2004-08-27 01:16:48 UTC > > FreeBSD ports repository > > Modified files: > devel/gettext Makefile > Log: > Add a NO_GETTEXT_OPTIONS knob. Does this achieve anything except duplicating the BATCH switch? =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --Boundary-02=_SupLBfg0jgsv/xe Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQBBLpuSXhc68WspdLARArR8AJ9qstXRPga4YSxGugsqDyfbhY/J7gCcDLtq oVmE3nioUEsNKuvo+DbQQe4= =DbaS -----END PGP SIGNATURE----- --Boundary-02=_SupLBfg0jgsv/xe-- From owner-cvs-all@FreeBSD.ORG Fri Aug 27 02:50:58 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAFA116A4CE; Fri, 27 Aug 2004 02:50:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DED3043D48; Fri, 27 Aug 2004 02:50:58 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R2owXx039377; Fri, 27 Aug 2004 02:50:58 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R2own4039376; Fri, 27 Aug 2004 02:50:58 GMT (envelope-from alc) Message-Id: <200408270250.i7R2own4039376@repoman.freebsd.org> From: Alan Cox <alc@FreeBSD.org> Date: Fri, 27 Aug 2004 02:50:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/amd64/amd64 mp_machdep.c pmap.c src/sys/i386/i386 mp_machdep.c pmap.c src/sys/kern subr_smp.c src/sys/sys smp.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 02:50:59 -0000 alc 2004-08-27 02:50:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/amd64/amd64 mp_machdep.c pmap.c sys/i386/i386 mp_machdep.c pmap.c sys/kern subr_smp.c sys/sys smp.h Log: MFC the fix for cross-ipi smp deadlocks. This includes: Revision Path 1.243 amd64/amd64/mp_machdep.c 1.492 amd64/amd64/pmap.c 1.236 i386/i386/mp_machdep.c 1.495 i386/i386/pmap.c 1.189 kern/subr_smp.c 1.78 sys/smp.h Approved by: re (scottl) Revision Changes Path 1.242.2.1 +2 -5 src/sys/amd64/amd64/mp_machdep.c 1.491.2.1 +6 -6 src/sys/amd64/amd64/pmap.c 1.235.2.1 +2 -4 src/sys/i386/i386/mp_machdep.c 1.494.2.1 +8 -8 src/sys/i386/i386/pmap.c 1.188.2.1 +8 -1 src/sys/kern/subr_smp.c 1.77.2.1 +1 -0 src/sys/sys/smp.h From owner-cvs-all@FreeBSD.ORG Fri Aug 27 03:03:13 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D819516A4CE; Fri, 27 Aug 2004 03:03:12 +0000 (GMT) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [210.226.20.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63E7743D53; Fri, 27 Aug 2004 03:03:12 +0000 (GMT) (envelope-from kuriyama@imgsrc.co.jp) Received: from localhost (localhost [127.0.0.1]) by black.imgsrc.co.jp (Postfix) with ESMTP id B0F3A50BBB; Fri, 27 Aug 2004 12:03:11 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [IPv6:2001:218:422:2::9999]) by black.imgsrc.co.jp (Postfix) with ESMTP id 1949F50B6A; Fri, 27 Aug 2004 12:03:10 +0900 (JST) Date: Fri, 27 Aug 2004 12:03:10 +0900 Message-ID: <7m1xht5lld.wl@black.imgsrc.co.jp> From: Jun Kuriyama <kuriyama@imgsrc.co.jp> To: "Poul-Henning Kamp" <phk@phk.freebsd.dk> In-Reply-To: <58622.1093524972@critter.freebsd.dk> References: <200408261242.i7QCgl7m012027@repoman.freebsd.org> <58622.1093524972@critter.freebsd.dk> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd 0.1 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Pawel Jakub Dawidek <pjd@FreeBSD.org> cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom/concat g_concat.c src/sys/geom/label g_label.c src/sys/geom/mirror g_mirror.c src/sys/geom/raid3 g_raid3.c src/sys/geom/stripe g_stripe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 03:03:13 -0000 At Thu, 26 Aug 2004 14:56:12 +0200, Poul-Henning Kamp wrote: > > Log: > > Skip providers with not defined sector size. > > This is wrong. A provider with a non-zero access count should always > have a sector size. The sectorsize can not be trusted if the access > counts are zero. I don't know this is wrong or not, but this patch cannot help me. I booted with the latest kernel, but I cannot see any CD devices in /dev directory. -- Jun Kuriyama <kuriyama@imgsrc.co.jp> // IMG SRC, Inc. <kuriyama@FreeBSD.org> // FreeBSD Project From owner-cvs-all@FreeBSD.ORG Fri Aug 27 03:33:00 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C4E716A4CE; Fri, 27 Aug 2004 03:33:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFF1343D60; Fri, 27 Aug 2004 03:32:59 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R3WxGw040627; Fri, 27 Aug 2004 03:32:59 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R3Wx5G040626; Fri, 27 Aug 2004 03:32:59 GMT (envelope-from ume) Message-Id: <200408270332.i7R3Wx5G040626@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Fri, 27 Aug 2004 03:32:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/pips800 Makefile.pips X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 03:33:00 -0000 ume 2004-08-27 03:32:59 UTC FreeBSD ports repository Modified files: print/pips800 Makefile.pips Log: escape $. Revision Changes Path 1.4 +2 -2 ports/print/pips800/Makefile.pips From owner-cvs-all@FreeBSD.ORG Fri Aug 27 03:40:48 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF5EE16A4CE; Fri, 27 Aug 2004 03:40:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D003F43D46; Fri, 27 Aug 2004 03:40:48 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R3emBG040892; Fri, 27 Aug 2004 03:40:48 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R3emN0040891; Fri, 27 Aug 2004 03:40:48 GMT (envelope-from kientzle) Message-Id: <200408270340.i7R3emN0040891@repoman.freebsd.org> From: Tim Kientzle <kientzle@FreeBSD.org> Date: Fri, 27 Aug 2004 03:40:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive archive_read_extract.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 03:40:49 -0000 kientzle 2004-08-27 03:40:48 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_extract.c Log: Cache uid-from-uname and gid-from-gname lookups during extraction. This should provide a big performance boost for folks using NIS or LDAP. MFC after: 3 days Thanks to: Jun Kuriyama (for reminding me that this was still on my TODO list) Revision Changes Path 1.35 +84 -17 src/lib/libarchive/archive_read_extract.c From owner-cvs-all@FreeBSD.ORG Fri Aug 27 03:52:29 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C94A616A4CE; Fri, 27 Aug 2004 03:52:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A89B743D49; Fri, 27 Aug 2004 03:52:29 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R3qTKE041228; Fri, 27 Aug 2004 03:52:29 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R3qTTO041227; Fri, 27 Aug 2004 03:52:29 GMT (envelope-from kientzle) Message-Id: <200408270352.i7R3qTTO041227@repoman.freebsd.org> From: Tim Kientzle <kientzle@FreeBSD.org> Date: Fri, 27 Aug 2004 03:52:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/gnu-sort/lib version-etc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 03:52:30 -0000 kientzle 2004-08-27 03:52:29 UTC FreeBSD src repository Modified files: contrib/gnu-sort/lib version-etc.c Log: Correct va_end usage. Thanks to: Sean McNeil MFC after: 3 days Revision Changes Path 1.4 +3 -0 src/contrib/gnu-sort/lib/version-etc.c From owner-cvs-all@FreeBSD.ORG Fri Aug 27 04:13:16 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3845616A4CE; Fri, 27 Aug 2004 04:13:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1876943D55; Fri, 27 Aug 2004 04:13:16 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R4DFGf041784; Fri, 27 Aug 2004 04:13:15 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R4DFTo041783; Fri, 27 Aug 2004 04:13:15 GMT (envelope-from kientzle) Message-Id: <200408270413.i7R4DFTo041783@repoman.freebsd.org> From: Tim Kientzle <kientzle@FreeBSD.org> Date: Fri, 27 Aug 2004 04:13:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar bsdtar.c read.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 04:13:16 -0000 kientzle 2004-08-27 04:13:15 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.c read.c Log: Support -t -O as in gtar. Perversely enough, -O means "send to stderr" when used with -t, "send to stdout" when used with -x. Thanks to: Ryan Hamilton for pointing out this odd beast MFC after: 3 days Revision Changes Path 1.55 +1 -1 src/usr.bin/tar/bsdtar.c 1.20 +15 -10 src/usr.bin/tar/read.c From owner-cvs-all@FreeBSD.ORG Fri Aug 27 04:19:28 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0FB916A4CE; Fri, 27 Aug 2004 04:19:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0C7643D6E; Fri, 27 Aug 2004 04:19:28 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R4JSRM041945; Fri, 27 Aug 2004 04:19:28 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R4JSb8041944; Fri, 27 Aug 2004 04:19:28 GMT (envelope-from kientzle) Message-Id: <200408270419.i7R4JSb8041944@repoman.freebsd.org> From: Tim Kientzle <kientzle@FreeBSD.org> Date: Fri, 27 Aug 2004 04:19:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar bsdtar.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 04:19:29 -0000 kientzle 2004-08-27 04:19:28 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.1 Log: Document the -O option's new behavior in the presence of -t. MFC after: 3 days Revision Changes Path 1.21 +4 -2 src/usr.bin/tar/bsdtar.1 From owner-cvs-all@FreeBSD.ORG Fri Aug 27 04:29:59 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68A7A16A4CE; Fri, 27 Aug 2004 04:29:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49ACF43D41; Fri, 27 Aug 2004 04:29:59 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R4TxbL042195; Fri, 27 Aug 2004 04:29:59 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R4TxRS042194; Fri, 27 Aug 2004 04:29:59 GMT (envelope-from marcus) Message-Id: <200408270429.i7R4TxRS042194@repoman.freebsd.org> From: Joe Marcus Clarke <marcus@FreeBSD.org> Date: Fri, 27 Aug 2004 04:29:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 04:29:59 -0000 marcus 2004-08-27 04:29:59 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Remove <modified/> from the gnomevfs vulnerability since it was the same as <entry/> and it needed to be last anyway. Suggested by: nectar Revision Changes Path 1.203 +1 -2 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Fri Aug 27 04:38:59 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFF1316A4CE; Fri, 27 Aug 2004 04:38:59 +0000 (GMT) Received: from ylpvm29.prodigy.net (ylpvm29-ext.prodigy.net [207.115.57.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id A269543D48; Fri, 27 Aug 2004 04:38:59 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-63-207-60-253.dsl.lsan03.pacbell.net [63.207.60.253]) i7R4cpNW029685; Fri, 27 Aug 2004 00:38:51 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id ED636511EB; Thu, 26 Aug 2004 21:38:57 -0700 (PDT) Date: Thu, 26 Aug 2004 21:38:57 -0700 From: Kris Kennaway <kris@obsecurity.org> To: "David E. O'Brien" <obrien@FreeBSD.org> Message-ID: <20040827043857.GA16903@xor.obsecurity.org> References: <200408270116.i7R1GmiF036802@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Dxnq1zWXvFF0Q93v" Content-Disposition: inline In-Reply-To: <200408270116.i7R1GmiF036802@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/gettext Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 04:39:00 -0000 --Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 27, 2004 at 01:16:48AM +0000, David E. O'Brien wrote: > obrien 2004-08-27 01:16:48 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > devel/gettext Makefile=20 > Log: > Add a NO_GETTEXT_OPTIONS knob. Several points: 1) You also silently removed the dependency on expat. 2) User control knobs of this nature must be in the WITH_*/WITHOUT_* namespace, not NO_*. 3) This duplicates what BATCH does, as we discussed about a month ago. Kris --Dxnq1zWXvFF0Q93v Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBLrrhWry0BWjoQKURApaBAJ9N3iN5IfmNxO/JicqMvlL0dGrDqgCeJ9Pv Flr0dBeYFXgoxPXgKTEmwPQ= =p6lI -----END PGP SIGNATURE----- --Dxnq1zWXvFF0Q93v-- From owner-cvs-all@FreeBSD.ORG Fri Aug 27 04:40:13 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B59EC16A4CF; Fri, 27 Aug 2004 04:40:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87DA743D2D; Fri, 27 Aug 2004 04:40:13 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R4eCfi042556; Fri, 27 Aug 2004 04:40:12 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R4eC4W042555; Fri, 27 Aug 2004 04:40:12 GMT (envelope-from marcus) Message-Id: <200408270440.i7R4eC4W042555@repoman.freebsd.org> From: Joe Marcus Clarke <marcus@FreeBSD.org> Date: Fri, 27 Aug 2004 04:40:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/loudmouth Makefile distinfo ports/net/loudmouth/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 04:40:13 -0000 marcus 2004-08-27 04:40:12 UTC FreeBSD ports repository Modified files: net/loudmouth Makefile distinfo Removed files: net/loudmouth/files patch-configure Log: Update to 0.17. Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Revision Changes Path 1.20 +3 -4 ports/net/loudmouth/Makefile 1.13 +2 -2 ports/net/loudmouth/distinfo 1.2 +0 -10 ports/net/loudmouth/files/patch-configure (dead) From owner-cvs-all@FreeBSD.ORG Fri Aug 27 04:42:13 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E146616A4CE; Fri, 27 Aug 2004 04:42:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C081743D6D; Fri, 27 Aug 2004 04:42:13 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R4gDoN042694; Fri, 27 Aug 2004 04:42:13 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R4gD5F042693; Fri, 27 Aug 2004 04:42:13 GMT (envelope-from marcus) Message-Id: <200408270442.i7R4gD5F042693@repoman.freebsd.org> From: Joe Marcus Clarke <marcus@FreeBSD.org> Date: Fri, 27 Aug 2004 04:42:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/gossip Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 04:42:14 -0000 marcus 2004-08-27 04:42:13 UTC FreeBSD ports repository Modified files: net/gossip Makefile distinfo pkg-plist Log: Update to 0.7.7 Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Revision Changes Path 1.15 +2 -2 ports/net/gossip/Makefile 1.12 +2 -2 ports/net/gossip/distinfo 1.12 +3 -1 ports/net/gossip/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Aug 27 04:42:23 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 711CB16A4CE; Fri, 27 Aug 2004 04:42:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50A3843D1F; Fri, 27 Aug 2004 04:42:23 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R4gNXF042723; Fri, 27 Aug 2004 04:42:23 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R4gNgP042722; Fri, 27 Aug 2004 04:42:23 GMT (envelope-from murray) Message-Id: <200408270442.i7R4gNgP042722@repoman.freebsd.org> From: Murray Stokely <murray@FreeBSD.org> Date: Fri, 27 Aug 2004 04:42:23 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mirrors chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 04:42:23 -0000 murray 2004-08-27 04:42:23 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: We go through great pains to disassociate daemons with demons on our website. Update a 'cvsup666' example that was hindering that goal. Revision Changes Path 1.352 +3 -3 doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Aug 27 04:46:27 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D00D16A4CE; Fri, 27 Aug 2004 04:46:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FA8743D54; Fri, 27 Aug 2004 04:46:27 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R4kRjd042887; Fri, 27 Aug 2004 04:46:27 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R4kRfL042886; Fri, 27 Aug 2004 04:46:27 GMT (envelope-from rwatson) Message-Id: <200408270446.i7R4kRfL042886@repoman.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Fri, 27 Aug 2004 04:46:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/conf files src/sys/netinet6 in6.c in6_ifattach.c in6_prefix.c in6_prefix.h in6_proto.c ip6_input.c nd6.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 04:46:27 -0000 rwatson 2004-08-27 04:46:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/conf files sys/netinet6 in6.c in6_ifattach.c in6_proto.c ip6_input.c nd6.c Removed files: (Branch: RELENG_5) sys/netinet6 in6_prefix.c in6_prefix.h Log: Merge removal of in6_prefix to RELENG_5 from HEAD: Remove in6_prefix.[ch] and the contained router renumbering capability. The prefix management code currently resides in nd6, leaving only the unused router renumbering capability in the in6_prefix files. Removing it will make it easier for us to provide locking for the remainder of IPv6 by reducing the number of objects requiring synchronized access. This functionality has also been removed from NetBSD and OpenBSD. Submitted by: George Neville-Neil <gnn at neville-neil.com> Discussed with/approved by: suz, keiichi at kame.net, core at kame.net Revision Changes Path 1.944 +0 -1 src/sys/conf/files 1.48 +0 -7 src/sys/netinet6/in6.c 1.24 +0 -3 src/sys/netinet6/in6_ifattach.c 1.11 +0 -1199 src/sys/netinet6/in6_prefix.c (dead) 1.6 +0 -91 src/sys/netinet6/in6_prefix.h (dead) 1.30 +0 -1 src/sys/netinet6/in6_proto.c 1.76 +0 -5 src/sys/netinet6/ip6_input.c 1.44 +0 -21 src/sys/netinet6/nd6.c Approved by: re (scottl) Revision Changes Path 1.943.2.1 +0 -1 src/sys/conf/files 1.47.2.1 +0 -7 src/sys/netinet6/in6.c 1.23.2.1 +0 -3 src/sys/netinet6/in6_ifattach.c 1.10.2.1 +0 -1199 src/sys/netinet6/in6_prefix.c (dead) 1.5.8.1 +0 -91 src/sys/netinet6/in6_prefix.h (dead) 1.29.2.1 +0 -1 src/sys/netinet6/in6_proto.c 1.75.2.1 +0 -5 src/sys/netinet6/ip6_input.c 1.43.2.1 +0 -21 src/sys/netinet6/nd6.c From owner-cvs-all@FreeBSD.ORG Fri Aug 27 05:09:42 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A666916A4CE; Fri, 27 Aug 2004 05:09:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98CBD43D45; Fri, 27 Aug 2004 05:09:42 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R59gmc043563; Fri, 27 Aug 2004 05:09:42 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R59gXR043562; Fri, 27 Aug 2004 05:09:42 GMT (envelope-from marcus) Message-Id: <200408270509.i7R59gXR043562@repoman.freebsd.org> From: Joe Marcus Clarke <marcus@FreeBSD.org> Date: Fri, 27 Aug 2004 05:09:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/palm/gnomepilot-conduits2 Makefile distinfo pkg-plist ports/palm/gnomepilot-conduits2/files patch-configure ports/palm/gnomepilot2 Makefile distinfo pkg-plist patch-capplet_gnome-pilot-capplet.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 05:09:42 -0000 marcus 2004-08-27 05:09:42 UTC FreeBSD ports repository Modified files: palm/gnomepilot-conduits2 Makefile distinfo pkg-plist palm/gnomepilot2 Makefile distinfo pkg-plist palm/gnomepilot2/files patch-aa Removed files: palm/gnomepilot-conduits2/files patch-configure palm/gnomepilot2/files patch-capplet_gnome-pilot-capplet.c patch-capplet_gnome-pilot-cdialog.c patch-capplet_gnome-pilot-ddialog.c patch-capplet_gnome-pilot-druid.c patch-capplet_gnome-pilot-pdialog.c Log: Update to 2.0.11. Revision Changes Path 1.37 +2 -3 ports/palm/gnomepilot-conduits2/Makefile 1.15 +2 -2 ports/palm/gnomepilot-conduits2/distinfo 1.4 +0 -10 ports/palm/gnomepilot-conduits2/files/patch-configure (dead) 1.8 +4 -0 ports/palm/gnomepilot-conduits2/pkg-plist 1.54 +2 -3 ports/palm/gnomepilot2/Makefile 1.21 +2 -2 ports/palm/gnomepilot2/distinfo 1.11 +0 -8 ports/palm/gnomepilot2/files/patch-aa 1.2 +0 -10 ports/palm/gnomepilot2/files/patch-capplet_gnome-pilot-capplet.c (dead) 1.2 +0 -10 ports/palm/gnomepilot2/files/patch-capplet_gnome-pilot-cdialog.c (dead) 1.2 +0 -11 ports/palm/gnomepilot2/files/patch-capplet_gnome-pilot-ddialog.c (dead) 1.2 +0 -10 ports/palm/gnomepilot2/files/patch-capplet_gnome-pilot-druid.c (dead) 1.2 +0 -10 ports/palm/gnomepilot2/files/patch-capplet_gnome-pilot-pdialog.c (dead) 1.21 +14 -2 ports/palm/gnomepilot2/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Aug 27 05:23:15 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0B1516A4CE; Fri, 27 Aug 2004 05:23:15 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B92543D2D; Fri, 27 Aug 2004 05:23:15 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id i7R5N1O9075046; Fri, 27 Aug 2004 07:23:01 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Brian Fundakowski Feldman <green@FreeBSD.org> From: "Poul-Henning Kamp" <phk@phk.freebsd.dk> In-Reply-To: Your message of "Thu, 26 Aug 2004 16:15:31 EDT." <20040826201531.GQ77326@green.homeunix.org> Date: Fri, 27 Aug 2004 07:23:01 +0200 Message-ID: <75045.1093584181@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Pawel Jakub Dawidek <pjd@FreeBSD.org> cc: cvs-all@FreeBSD.org cc: Roman Kurakin <rik@cronyx.ru> Subject: Re: cvs commit: src/sys/geom/concat g_concat.c src/sys/geom/label g_label.c src/sys/geom/mirror g_mirror.c src/sys/geom/raid3 g_raid3.c src/sys/geom/stripe g_stripe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 05:23:15 -0000 In message <20040826201531.GQ77326@green.homeunix.org>, Brian Fundakowski Feldm an writes: >> >Why in the world would you crash the machine when you don't have to? >> >> To prevent bogus code from being committed in the first place. >> >> Presumably if people can not make their code work because it panics >> they will not commit it. > >You cannot presume testing will expose every possible state/condition. If you hit any of the KASSERTS in geom, your code is very broken and if your testing doesn't uncover that (with the help of the KASSERTS) then you have no business being a committer. >It hasn't in FreeBSD's past, but maybe you can start a revolution that >makes it simple to create very complete test suites and put them into >the tree along with the code being tested. I've been of the most vocal advocates of getting regression tests into the tree for longer than you have been a committer. I was me who added src/tools originally. Now, shut up and code. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-all@FreeBSD.ORG Fri Aug 27 05:32:03 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D505B16A4CE; Fri, 27 Aug 2004 05:32:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B69CA43D41; Fri, 27 Aug 2004 05:32:03 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R5W3Pp044153; Fri, 27 Aug 2004 05:32:03 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R5W3BC044152; Fri, 27 Aug 2004 05:32:03 GMT (envelope-from scottl) Message-Id: <200408270532.i7R5W3BC044152@repoman.freebsd.org> From: Scott Long <scottl@FreeBSD.org> Date: Fri, 27 Aug 2004 05:32:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 05:32:04 -0000 scottl 2004-08-27 05:32:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/conf newvers.sh Log: Start the 5.2-BETA2 phase Approved by: re Revision Changes Path 1.62.2.3 +1 -1 src/sys/conf/newvers.sh From owner-cvs-all@FreeBSD.ORG Fri Aug 27 06:15:25 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9513116A4CE; Fri, 27 Aug 2004 06:15:25 +0000 (GMT) Received: from vsmtp3.tin.it (vsmtp3alice.tin.it [212.216.176.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id D66F543D70; Fri, 27 Aug 2004 06:15:24 +0000 (GMT) (envelope-from rionda@riondato.com) Received: from kaiser.sig11.org (82.50.117.246) by vsmtp3.tin.it (7.0.027) id 411B8C17001A04B4; Fri, 27 Aug 2004 08:15:25 +0200 Received: by kaiser.sig11.org (Postfix, from userid 1000) id 398B0130; Fri, 27 Aug 2004 08:16:15 +0200 (CEST) From: Matteo Riondato <rionda@riondato.com> To: Scott Long <scottl@FreeBSD.org> In-Reply-To: <200408270532.i7R5W3BC044152@repoman.freebsd.org> References: <200408270532.i7R5W3BC044152@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-CjL765bSmrpsUX5YJvau" Message-Id: <1093587374.17565.117.camel@kaiser.sig11.org> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 27 Aug 2004 08:16:15 +0200 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 06:15:25 -0000 --=-CjL765bSmrpsUX5YJvau Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Il Ven, 2004-08-27 alle 07:32, Scott Long ha scritto: > scottl 2004-08-27 05:32:03 UTC >=20 > FreeBSD src repository >=20 > Modified files: (Branch: RELENG_5) > sys/conf newvers.sh=20 > Log: > Start the 5.2-BETA2 phase surely, you meant 5.3-BETA2. Best Regards --=20 Rionda aka Matteo Riondato GUFI Staff Member (http://www.gufi.org) BSD-FAQ-it Main Developer (http://www.gufi.org/~rionda) FreeSBIE BugMeister (http://www.freesbie.org) Sent from: kaiser.sig11.org running FreeBSD-6.0-CURRENT --=-CjL765bSmrpsUX5YJvau Content-Type: application/pgp-signature; name=signature.asc Content-Description: Questa parte del messaggio =?ISO-8859-1?Q?=E8?= firmata -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQBBLtGu2Mp4pR7Fa+wRApQVAKCeh9tIIsWJ/Z0/0N2lzDK3HnG1RgCgxU1C EBhjzrmuCLRTQwYXOO2HwFA= =21LS -----END PGP SIGNATURE----- --=-CjL765bSmrpsUX5YJvau-- From owner-cvs-all@FreeBSD.ORG Fri Aug 27 06:40:33 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D52C316A4CE; Fri, 27 Aug 2004 06:40:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6AA743D31; Fri, 27 Aug 2004 06:40:33 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R6eXWl045920; Fri, 27 Aug 2004 06:40:33 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R6eXJ1045919; Fri, 27 Aug 2004 06:40:33 GMT (envelope-from krion) Message-Id: <200408270640.i7R6eXJ1045919@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Fri, 27 Aug 2004 06:40:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/nut Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 06:40:34 -0000 krion 2004-08-27 06:40:33 UTC FreeBSD ports repository Modified files: misc/nut Makefile distinfo Log: Update to 10.3 Revision Changes Path 1.36 +1 -1 ports/misc/nut/Makefile 1.32 +2 -2 ports/misc/nut/distinfo From owner-cvs-all@FreeBSD.ORG Fri Aug 27 07:05:11 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5744316A4CE; Fri, 27 Aug 2004 07:05:11 +0000 (GMT) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id C453543D49; Fri, 27 Aug 2004 07:05:10 +0000 (GMT) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) i7R7595d064340; Fri, 27 Aug 2004 08:05:09 +0100 (BST) (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost)i7R758rw064339; Fri, 27 Aug 2004 08:05:08 +0100 (BST) (envelope-from mark@grondar.org) X-Authentication-Warning: storm.FreeBSD.org.uk: Ugrondar set sender to mark@grondar.org using -f Received: from grondar.org (localhost [127.0.0.1])i7R70lDZ039371; Fri, 27 Aug 2004 08:00:47 +0100 (BST) (envelope-from mark@grondar.org) From: Mark Murray <mark@grondar.org> Message-Id: <200408270700.i7R70lDZ039371@grimreaper.grondar.org> To: obrien@FreeBSD.ORG In-Reply-To: Your message of "Thu, 26 Aug 2004 11:06:21 PDT." <20040826180621.GA16885@dragon.nuxi.com> Date: Fri, 27 Aug 2004 08:00:47 +0100 Sender: mark@grondar.org cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/acpica acpi.c acpi_resource.c acpivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 07:05:11 -0000 "David O'Brien" writes: > > > You know I would also, and many others on freebsd-amd64. > > > The point is "asking". :-) > > > > Cool. I've made some changes to the random, mem and io modules to > > try to prevent the double-loaded module panic. Could you please see > > if this works for amd64? > > quynh# kldload /boot/kernel/random.ko > kldload: can't load /boot/kernel/random.ko: Exec format error > quynh# kldload /boot/kernel/mem.ko > kldload: can't load /boot/kernel/mem.ko: Exec format error > quynh# kldload /boot/kernel/io.ko > kldload: can't load /boot/kernel/io.ko: Exec format error > quynh# kldload /boot/kernel/if_xl.ko > quynh# > > the error message is a little weird (and deceiving) when one of these > .ko's doesn't load; but this is orders of orders of magnitude better than > panicing. 8-) Yeah. Just to confirm, all three of the above modules were built into the kernel, right? The solution was to add a module version to the modules. Why not having a version is not an error beats me. (I wonder if it is possible to make this the case?) > thanks for fixing this! No problem. But the real fix IMO is to not allow the broken modules to be made in the first place. It was pure, blind luck that enabled me to stumble onto this solution. :-) M -- Mark Murray iumop ap!sdn w,I idlaH From owner-cvs-all@FreeBSD.ORG Fri Aug 27 07:05:52 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0C8D16A4CE; Fri, 27 Aug 2004 07:05:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9051643D4C; Fri, 27 Aug 2004 07:05:52 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R75qtN046638; Fri, 27 Aug 2004 07:05:52 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R75q6a046637; Fri, 27 Aug 2004 07:05:52 GMT (envelope-from clsung) Message-Id: <200408270705.i7R75q6a046637@repoman.freebsd.org> From: Cheng-Lung Sung <clsung@FreeBSD.org> Date: Fri, 27 Aug 2004 07:05:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/gallery Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 07:05:52 -0000 clsung 2004-08-27 07:05:51 UTC FreeBSD ports repository Modified files: www/gallery Makefile distinfo pkg-plist Log: - update to 1.4.4 pl2. (1,2) - new zh_HK(.utf8) locale message file. (2) - zh_TW.utf8 locale file change. (1) PR: ports/71008(1), ports/71016(2) Submitted by: Wesley Shields <wxs@csh.rit.edu> (1), maintainer (2) Reviewed by: maintainer Approved by: vanilla (co-mentor) Revision Changes Path 1.31 +4 -2 ports/www/gallery/Makefile 1.21 +8 -4 ports/www/gallery/distinfo 1.22 +18 -0 ports/www/gallery/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Aug 27 08:04:09 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 611B016A4CE; Fri, 27 Aug 2004 08:04:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 443A843D48; Fri, 27 Aug 2004 08:04:09 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R849aT048246; Fri, 27 Aug 2004 08:04:09 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R849eO048245; Fri, 27 Aug 2004 08:04:09 GMT (envelope-from ume) Message-Id: <200408270804.i7R849eO048245@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Fri, 27 Aug 2004 08:04:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/pips800 Makefile.pips X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 08:04:09 -0000 ume 2004-08-27 08:04:08 UTC FreeBSD ports repository Modified files: print/pips800 Makefile.pips Log: don't touch setup directory. Revision Changes Path 1.5 +3 -2 ports/print/pips800/Makefile.pips From owner-cvs-all@FreeBSD.ORG Fri Aug 27 08:04:27 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD5A016A4CE; Fri, 27 Aug 2004 08:04:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B92B43D5D; Fri, 27 Aug 2004 08:04:27 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R84R1Z048275; Fri, 27 Aug 2004 08:04:27 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R84RND048274; Fri, 27 Aug 2004 08:04:27 GMT (envelope-from blackend) Message-Id: <200408270804.i7R84RND048274@repoman.freebsd.org> From: Marc Fonvieille <blackend@FreeBSD.org> Date: Fri, 27 Aug 2004 08:04:27 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/x11 chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 08:04:28 -0000 blackend 2004-08-27 08:04:27 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/x11 chapter.sgml Log: Fixes and improvements. Submitted by: ceri Revision Changes Path 1.148 +15 -9 doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Aug 27 08:09:28 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 570FD16A4CE; Fri, 27 Aug 2004 08:09:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39CEE43D48; Fri, 27 Aug 2004 08:09:28 +0000 (GMT) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R89Scx048501; Fri, 27 Aug 2004 08:09:28 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R89SFq048500; Fri, 27 Aug 2004 08:09:28 GMT (envelope-from kevlo) Message-Id: <200408270809.i7R89SFq048500@repoman.freebsd.org> From: Kevin Lo <kevlo@FreeBSD.org> Date: Fri, 27 Aug 2004 08:09:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/gtetrinet Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 08:09:28 -0000 kevlo 2004-08-27 08:09:28 UTC FreeBSD ports repository Modified files: games/gtetrinet Makefile distinfo pkg-plist Log: Update to 0.7.7 PR: ports/70935 Submitted by: MAINTAINER Revision Changes Path 1.27 +1 -2 ports/games/gtetrinet/Makefile 1.12 +2 -2 ports/games/gtetrinet/distinfo 1.11 +4 -0 ports/games/gtetrinet/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Aug 27 08:46:33 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CF8516A4CE; Fri, 27 Aug 2004 08:46:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6761843D5D; Fri, 27 Aug 2004 08:46:33 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R8kXpk049747; Fri, 27 Aug 2004 08:46:33 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R8kX2I049746; Fri, 27 Aug 2004 08:46:33 GMT (envelope-from danfe) Message-Id: <200408270846.i7R8kX2I049746@repoman.freebsd.org> From: Alexey Dokuchaev <danfe@FreeBSD.org> Date: Fri, 27 Aug 2004 08:46:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/archivers/bicom Makefileports/archivers/nwreckdum Makefile ports/archivers/xmill Makefile ports/devel/leaktracer Makefile ports/devel/tpasm Makefile ports/games/cake Makefile ports/games/fuhquake Makefile ports/games/mvdsv Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 08:46:33 -0000 danfe 2004-08-27 08:46:33 UTC FreeBSD ports repository Modified files: archivers/bicom Makefile archivers/nwreckdum Makefile archivers/xmill Makefile devel/leaktracer Makefile devel/tpasm Makefile games/cake Makefile games/fuhquake Makefile games/mvdsv Makefile games/quake2lnx Makefile games/qwdtools Makefile games/tt Makefile games/wmqstat Makefile graphics/svgalib Makefile multimedia/mmsclient Makefile sysutils/acidlaunch Makefile sysutils/wmbluecpu Makefile sysutils/wmmemfree Makefile x11/nvidia-driver Makefile x11-clocks/wmblueclock Makefile x11-fonts/arkpandora Makefile x11-wm/peksystray Makefile x11-wm/waimea Makefile x11-wm/wampager Makefile Log: Update my email address to `@FreeBSD.org'. Relinquish ports I happen to no longer use. They seem to be of the latest versions, and non-broken, so this is a "clean" dump. Approved by: fjoe (mentor) Revision Changes Path 1.3 +1 -1 ports/archivers/bicom/Makefile 1.3 +1 -1 ports/archivers/nwreckdum/Makefile 1.2 +1 -1 ports/archivers/xmill/Makefile 1.2 +1 -1 ports/devel/leaktracer/Makefile 1.4 +1 -1 ports/devel/tpasm/Makefile 1.2 +1 -1 ports/games/cake/Makefile 1.8 +1 -1 ports/games/fuhquake/Makefile 1.8 +1 -1 ports/games/mvdsv/Makefile 1.10 +1 -1 ports/games/quake2lnx/Makefile 1.2 +1 -1 ports/games/qwdtools/Makefile 1.2 +1 -1 ports/games/tt/Makefile 1.4 +1 -1 ports/games/wmqstat/Makefile 1.17 +1 -1 ports/graphics/svgalib/Makefile 1.5 +1 -1 ports/multimedia/mmsclient/Makefile 1.3 +1 -1 ports/sysutils/acidlaunch/Makefile 1.3 +1 -1 ports/sysutils/wmbluecpu/Makefile 1.3 +1 -1 ports/sysutils/wmmemfree/Makefile 1.3 +1 -1 ports/x11-clocks/wmblueclock/Makefile 1.2 +1 -1 ports/x11-fonts/arkpandora/Makefile 1.2 +1 -1 ports/x11-wm/peksystray/Makefile 1.10 +1 -1 ports/x11-wm/waimea/Makefile 1.3 +1 -1 ports/x11-wm/wampager/Makefile 1.18 +1 -1 ports/x11/nvidia-driver/Makefile From owner-cvs-all@FreeBSD.ORG Fri Aug 27 08:54:40 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA6EE16A4CE; Fri, 27 Aug 2004 08:54:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE86943D2D; Fri, 27 Aug 2004 08:54:40 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R8seKr049881; Fri, 27 Aug 2004 08:54:40 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R8seg5049880; Fri, 27 Aug 2004 08:54:40 GMT (envelope-from iedowse) Message-Id: <200408270854.i7R8seg5049880@repoman.freebsd.org> From: Ian Dowse <iedowse@FreeBSD.org> Date: Fri, 27 Aug 2004 08:54:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/kldxref ef_obj.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 08:54:41 -0000 iedowse 2004-08-27 08:54:40 UTC FreeBSD src repository Modified files: usr.sbin/kldxref ef_obj.c Log: Use a temporary void * variable to work around a strict aliasing warning that gcc generates at -O2 and higher. Revision Changes Path 1.2 +3 -2 src/usr.sbin/kldxref/ef_obj.c From owner-cvs-all@FreeBSD.ORG Fri Aug 27 09:12:44 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6203F16A4CE; Fri, 27 Aug 2004 09:12:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4580C43D48; Fri, 27 Aug 2004 09:12:44 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R9CiCx050446; Fri, 27 Aug 2004 09:12:44 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R9CieN050445; Fri, 27 Aug 2004 09:12:44 GMT (envelope-from ume) Message-Id: <200408270912.i7R9CieN050445@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Fri, 27 Aug 2004 09:12:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/pips800 Makefile.pips X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 09:12:44 -0000 ume 2004-08-27 09:12:43 UTC FreeBSD ports repository Modified files: print/pips800 Makefile.pips Log: bsdtar does uncompress automatically. but, gnutar doesn't. Revision Changes Path 1.6 +3 -3 ports/print/pips800/Makefile.pips From owner-cvs-all@FreeBSD.ORG Fri Aug 27 09:24:05 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A466116A4CE; Fri, 27 Aug 2004 09:24:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8641643D5F; Fri, 27 Aug 2004 09:24:05 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R9O5GL050740; Fri, 27 Aug 2004 09:24:05 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R9O5mN050739; Fri, 27 Aug 2004 09:24:05 GMT (envelope-from danfe) Message-Id: <200408270924.i7R9O5mN050739@repoman.freebsd.org> From: Alexey Dokuchaev <danfe@FreeBSD.org> Date: Fri, 27 Aug 2004 09:24:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/nvidia-driver Makefileports/x11/nvidia-driver/files patch-lib::Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 09:24:05 -0000 danfe 2004-08-27 09:24:05 UTC FreeBSD ports repository Modified files: x11/nvidia-driver Makefile Added files: x11/nvidia-driver/files patch-lib::Makefile Log: Add forgotten patch from the PR (ports/70564). Approved by: fjoe (mentor) Revision Changes Path 1.19 +1 -0 ports/x11/nvidia-driver/Makefile 1.1 +26 -0 ports/x11/nvidia-driver/files/patch-lib::Makefile (new) From owner-cvs-all@FreeBSD.ORG Fri Aug 27 09:37:53 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14A1616A4CE; Fri, 27 Aug 2004 09:37:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBADB43D2F; Fri, 27 Aug 2004 09:37:52 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R9bqxP051280; Fri, 27 Aug 2004 09:37:52 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R9bqwT051279; Fri, 27 Aug 2004 09:37:52 GMT (envelope-from mat) Message-Id: <200408270937.i7R9bqwT051279@repoman.freebsd.org> From: Mathieu Arnold <mat@FreeBSD.org> Date: Fri, 27 Aug 2004 09:37:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Heap-Simple pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 09:37:53 -0000 mat 2004-08-27 09:37:52 UTC FreeBSD ports repository Modified files: devel/p5-Heap-Simple pkg-descr Log: Fix author's email in descr PR: 71015 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/devel/p5-Heap-Simple/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Aug 27 09:42:17 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EB9616A4CE; Fri, 27 Aug 2004 09:42:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D098243D55; Fri, 27 Aug 2004 09:42:16 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R9gGnI051489; Fri, 27 Aug 2004 09:42:16 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R9gGDY051488; Fri, 27 Aug 2004 09:42:16 GMT (envelope-from den) Message-Id: <200408270942.i7R9gGDY051488@repoman.freebsd.org> From: Denis Peplin <den@FreeBSD.org> Date: Fri, 27 Aug 2004 09:42:16 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mac chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 09:42:17 -0000 den 2004-08-27 09:42:16 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/mac chapter.sgml Log: Add ) Revision Changes Path 1.25 +1 -1 doc/en_US.ISO8859-1/books/handbook/mac/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Aug 27 09:32:45 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D89D116A4CE; Fri, 27 Aug 2004 09:32:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0B4B43D2D; Fri, 27 Aug 2004 09:32:45 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R9Wjv0051071; Fri, 27 Aug 2004 09:32:45 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R9WjEg051070; Fri, 27 Aug 2004 09:32:45 GMT (envelope-from mat) Message-Id: <200408270932.i7R9WjEg051070@repoman.freebsd.org> From: Mathieu Arnold <mat@FreeBSD.org> Date: Fri, 27 Aug 2004 09:32:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefileports/devel/p5-AI-Pathfinding-AStar Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 09:32:46 -0000 mat 2004-08-27 09:32:45 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-AI-Pathfinding-AStar Makefile distinfo pkg-descr pkg-plist Log: Add p5-AI-Pathfinding-AStar 0.02, Perl implementation of the A* pathfinding algorithm. PR: ports/71014 Submitted by: Aaron Dalton <aaron@daltons.ca> Revision Changes Path 1.1686 +1 -0 ports/devel/Makefile 1.1 +31 -0 ports/devel/p5-AI-Pathfinding-AStar/Makefile (new) 1.1 +2 -0 ports/devel/p5-AI-Pathfinding-AStar/distinfo (new) 1.1 +10 -0 ports/devel/p5-AI-Pathfinding-AStar/pkg-descr (new) 1.1 +7 -0 ports/devel/p5-AI-Pathfinding-AStar/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Aug 27 09:32:59 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 164CA16A4CE; Fri, 27 Aug 2004 09:32:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDFCF43D1D; Fri, 27 Aug 2004 09:32:58 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R9WwFn051121; Fri, 27 Aug 2004 09:32:58 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R9WwgP051120; Fri, 27 Aug 2004 09:32:58 GMT (envelope-from mat) Message-Id: <200408270932.i7R9WwgP051120@repoman.freebsd.org> From: Mathieu Arnold <mat@FreeBSD.org> Date: Fri, 27 Aug 2004 09:32:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 09:32:59 -0000 mat 2004-08-27 09:32:58 UTC FreeBSD ports repository Modified files: . modules Log: p5-AI-Pathfinding-AStar --> ports/devel/p5-AI-Pathfinding-AStar Revision Changes Path 1.10994 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Aug 27 09:52:24 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B2A216A4CE; Fri, 27 Aug 2004 09:52:24 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09BF843D5C; Fri, 27 Aug 2004 09:52:24 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id F30B2AC969; Fri, 27 Aug 2004 11:52:21 +0200 (CEST) Date: Fri, 27 Aug 2004 11:52:21 +0200 From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: Jun Kuriyama <kuriyama@imgsrc.co.jp> Message-ID: <20040827095221.GS30151@darkness.comp.waw.pl> References: <20040827085342.GB96805@prioris.mini.pw.edu.pl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XhI9yHzIhar7c5RA" Content-Disposition: inline In-Reply-To: <20040827085342.GB96805@prioris.mini.pw.edu.pl> User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 cc: cvs-src@FreeBSD.org cc: Poul-Henning Kamp <phk@phk.freebsd.dk> cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom/concat g_concat.c src/sys/geom/label g_label.c src/sys/geom/mirror g_mirror.c src/sys/geom/raid3 g_raid3.c src/sys/geom/stripe g_stripe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 09:52:24 -0000 --XhI9yHzIhar7c5RA Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable +> > > Skip providers with not defined sector size. +> >=20 +> > This is wrong. A provider with a non-zero access count should always +> > have a sector size. The sectorsize can not be trusted if the access +> > counts are zero. +>=20 +> I don't know this is wrong or not, but this patch cannot help me. I +> booted with the latest kernel, but I cannot see any CD devices in /dev +> directory. Hmm, I committed needed fixes to my classes and it shouldn't collide with CD devices at all. Are you sure you removed patch, which I proposed earlier? --=20 Pawel Jakub Dawidek http://www.FreeBSD.org pjd@FreeBSD.org http://garage.freebsd.pl FreeBSD committer Am I Evil? Yes, I Am! --XhI9yHzIhar7c5RA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBLwRVForvXbEpPzQRAm3LAKDFnYkRiOo6cAN16TlO3yJvOo/JOgCdEAqi ECNPn/JgDlzps7U8lAFWvTo= =vVN2 -----END PGP SIGNATURE----- --XhI9yHzIhar7c5RA-- From owner-cvs-all@FreeBSD.ORG Fri Aug 27 09:56:17 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58AF916A4CE; Fri, 27 Aug 2004 09:56:17 +0000 (GMT) Received: from volginfo.ru (ns.volginfo.ru [217.23.84.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id F192F43D6D; Fri, 27 Aug 2004 09:56:16 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from FreeBSD.org (llp-13.vistcom.ru [217.23.84.68]) by volginfo.ru (Postfix) with ESMTP id 8391B2014; Fri, 27 Aug 2004 13:56:18 +0400 (MSD) Message-ID: <412F053E.8000404@FreeBSD.org> Date: Fri, 27 Aug 2004 13:56:14 +0400 From: Denis Peplin <den@FreeBSD.org> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040205 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: Tom Rhodes <trhodes@FreeBSD.org> References: <200407271353.i6RDrYdm037688@repoman.freebsd.org> In-Reply-To: <200407271353.i6RDrYdm037688@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/mac chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 09:56:17 -0000 Hello! Tom Rhodes wrote: > trhodes 2004-07-27 13:53:34 UTC > > FreeBSD doc repository > > Modified files: > en_US.ISO8859-1/books/handbook/mac chapter.sgml > Log: > Wording and content enhancements. > > Some content stolen from: rwatson > > Revision Changes Path > 1.15 +153 -89 doc/en_US.ISO8859-1/books/handbook/mac/chapter.sgml > This is strange: --- patch --- @@ -101,7 +104,7 @@ information in this chapter may cause loss of access to the system, aggravation of users, or inability to access the features provided by &xfree86;. More importantly, <acronym>MAC</acronym> should not - be relied upon to completely secure a system. The + be relied upon to secure a system. The <acronym>MAC</acronym> framework only augments existing security policy; without sound security practices and regular security checks, the system will never be completely --- patch end --- If this is not secure at all, what is it? From owner-cvs-all@FreeBSD.ORG Fri Aug 27 10:02:22 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 885CB16A4CE; Fri, 27 Aug 2004 10:02:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AB1243D49; Fri, 27 Aug 2004 10:02:22 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RA2Mqu052001; Fri, 27 Aug 2004 10:02:22 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RA2MnO052000; Fri, 27 Aug 2004 10:02:22 GMT (envelope-from vs) Message-Id: <200408271002.i7RA2MnO052000@repoman.freebsd.org> From: Volker Stolz <vs@FreeBSD.org> Date: Fri, 27 Aug 2004 10:02:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/arabic/ae_fonts_ttf Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 10:02:22 -0000 vs 2004-08-27 10:02:22 UTC FreeBSD ports repository Modified files: arabic/ae_fonts_ttf Makefile distinfo pkg-plist Log: - Update to 1.1 - Update maintainer's email PR: ports/70886 Submitted by: Samy Al Bahra (maintainer) Revision Changes Path 1.3 +4 -4 ports/arabic/ae_fonts_ttf/Makefile 1.3 +2 -2 ports/arabic/ae_fonts_ttf/distinfo 1.2 +43 -42 ports/arabic/ae_fonts_ttf/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Aug 27 10:12:05 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8014716A4CE; Fri, 27 Aug 2004 10:12:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6166E43D53; Fri, 27 Aug 2004 10:12:05 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RAC5Cw052317; Fri, 27 Aug 2004 10:12:05 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RAC529052316; Fri, 27 Aug 2004 10:12:05 GMT (envelope-from den) Message-Id: <200408271012.i7RAC529052316@repoman.freebsd.org> From: Denis Peplin <den@FreeBSD.org> Date: Fri, 27 Aug 2004 10:12:05 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 10:12:05 -0000 den 2004-08-27 10:12:05 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml Log: Remove extra dot Close entity Revision Changes Path 1.134 +2 -2 doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Aug 27 10:31:22 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2158116A4CE; Fri, 27 Aug 2004 10:31:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03C9B43D54; Fri, 27 Aug 2004 10:31:22 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RAVL1o052821; Fri, 27 Aug 2004 10:31:21 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RAVLVD052820; Fri, 27 Aug 2004 10:31:21 GMT (envelope-from eik) Message-Id: <200408271031.i7RAVLVD052820@repoman.freebsd.org> From: Oliver Eikemeier <eik@FreeBSD.org> Date: Fri, 27 Aug 2004 10:31:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/portaudit-db/database portaudit.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 10:31:22 -0000 eik 2004-08-27 10:31:21 UTC FreeBSD ports repository Modified files: security/portaudit-db/database portaudit.txt Log: Mozilla / NSS S/MIME DoS vulnerability & Scorched 3D server chat box format string vulnerability Revision Changes Path 1.105 +3 -1 ports/security/portaudit-db/database/portaudit.txt From owner-cvs-all@FreeBSD.ORG Fri Aug 27 10:32:33 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6338616A4CE; Fri, 27 Aug 2004 10:32:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 436B943D46; Fri, 27 Aug 2004 10:32:33 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RAWXSl052860; Fri, 27 Aug 2004 10:32:33 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RAWX5J052859; Fri, 27 Aug 2004 10:32:33 GMT (envelope-from vs) Message-Id: <200408271032.i7RAWX5J052859@repoman.freebsd.org> From: Volker Stolz <vs@FreeBSD.org> Date: Fri, 27 Aug 2004 10:32:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/ripmime Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 10:32:33 -0000 vs 2004-08-27 10:32:33 UTC FreeBSD ports repository Modified files: mail/ripmime Makefile distinfo Log: Update to 1.3.2.3: Security fix for "ripMIME attachment extraction bypass", http://www.freebsd.org/ports/portaudit/85e19dff-e606-11d8-9b0a-000347a4fa7d.html PR: ports/70874 Submitted by: Esa Karkkainen Approved by: maintainer Revision Changes Path 1.15 +1 -1 ports/mail/ripmime/Makefile 1.13 +2 -2 ports/mail/ripmime/distinfo From owner-cvs-all@FreeBSD.ORG Fri Aug 27 10:34:05 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB04516A4CE; Fri, 27 Aug 2004 10:34:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCB2943D2D; Fri, 27 Aug 2004 10:34:05 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RAY522052906; Fri, 27 Aug 2004 10:34:05 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RAY5iA052905; Fri, 27 Aug 2004 10:34:05 GMT (envelope-from eik) Message-Id: <200408271034.i7RAY5iA052905@repoman.freebsd.org> From: Oliver Eikemeier <eik@FreeBSD.org> Date: Fri, 27 Aug 2004 10:34:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/portaudit-db/database portaudit.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 10:34:06 -0000 eik 2004-08-27 10:34:05 UTC FreeBSD ports repository Modified files: security/portaudit-db/database portaudit.txt Log: Argh. Duplicate entry for "Scorched 3D server chat box format string vulnerabilty" Revision Changes Path 1.106 +2 -3 ports/security/portaudit-db/database/portaudit.txt From owner-cvs-all@FreeBSD.ORG Fri Aug 27 10:44:28 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39C9D16A4CE; Fri, 27 Aug 2004 10:44:28 +0000 (GMT) Received: from fillmore.dyndns.org (port-212-202-50-15.dynamic.qsc.de [212.202.50.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id C35C543D41; Fri, 27 Aug 2004 10:44:27 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-13.local ([172.16.0.13]) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.41 (FreeBSD)) id 1C0eDY-000PXr-If; Fri, 27 Aug 2004 12:44:26 +0200 Date: Fri, 27 Aug 2004 12:44:38 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: "David E. O'Brien" <obrien@FreeBSD.org> From: Oliver Eikemeier <eikemeier@fillmore-labs.com> In-Reply-To: <20040827043857.GA16903@xor.obsecurity.org> Message-Id: <1852D438-F816-11D8-AC6A-00039312D914@fillmore-labs.com> Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: FreeBSD GNOME <gnome@freebsd.org> cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Kris Kennaway <kris@obsecurity.org> Subject: Re: cvs commit: ports/devel/gettext Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 10:44:28 -0000 Kris Kennaway wrote: > On Fri, Aug 27, 2004 at 01:16:48AM +0000, David E. O'Brien wrote: >> obrien 2004-08-27 01:16:48 UTC >> >> FreeBSD ports repository >> >> Modified files: >> devel/gettext Makefile >> Log: >> Add a NO_GETTEXT_OPTIONS knob. > > Several points: > > 1) You also silently removed the dependency on expat. Which - disables support for glade when libexpat is not present on the system during installation. Perhaps someone from gnome can comment on this? - kills xgettext when libexpat was present during installation of the port, but is removed afterwards. For example the following sequence fails: - install textproc/expat2 - install devel/gettext - delete expat-1.* - build devel/popt -Oliver From owner-cvs-all@FreeBSD.ORG Fri Aug 27 10:48:18 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6710C16A4DA; Fri, 27 Aug 2004 10:48:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4913243D1D; Fri, 27 Aug 2004 10:48:18 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RAmIfJ053295; Fri, 27 Aug 2004 10:48:18 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RAmIYO053294; Fri, 27 Aug 2004 10:48:18 GMT (envelope-from vs) Message-Id: <200408271048.i7RAmIYO053294@repoman.freebsd.org> From: Volker Stolz <vs@FreeBSD.org> Date: Fri, 27 Aug 2004 10:48:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/bricolage pkg-messageports/www/bricolage/files bric_upgrade.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 10:48:18 -0000 vs 2004-08-27 10:48:18 UTC FreeBSD ports repository Modified files: www/bricolage pkg-message www/bricolage/files bric_upgrade.sh Log: - The -d database option doesn't actually exist -- database is pulled from the bricolage.conf file. Remove it. - Change the path to upgrade code (oops). PR: ports/70819 Submitted by: Rod Taylor (maintainer) Revision Changes Path 1.2 +1 -1 ports/www/bricolage/files/bric_upgrade.sh 1.4 +1 -2 ports/www/bricolage/pkg-message From owner-cvs-all@FreeBSD.ORG Fri Aug 27 10:28:27 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 470F016A4CE; Fri, 27 Aug 2004 10:28:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2957B43D31; Fri, 27 Aug 2004 10:28:27 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RASRKI052680; Fri, 27 Aug 2004 10:28:27 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RASRqG052679; Fri, 27 Aug 2004 10:28:27 GMT (envelope-from vs) Message-Id: <200408271028.i7RASRqG052679@repoman.freebsd.org> From: Volker Stolz <vs@FreeBSD.org> Date: Fri, 27 Aug 2004 10:28:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/sword Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 10:28:27 -0000 vs 2004-08-27 10:28:27 UTC FreeBSD ports repository Modified files: misc/sword Makefile pkg-plist Log: Depend on GNOME/pkgconfig PR: ports/70848 Submitted by: Willem van Engen (maintainer) Revision Changes Path 1.12 +1 -0 ports/misc/sword/Makefile 1.6 +0 -1 ports/misc/sword/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Aug 27 11:04:44 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F61116A4CE; Fri, 27 Aug 2004 11:04:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2233543D6D; Fri, 27 Aug 2004 11:04:44 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RB4iQx053734; Fri, 27 Aug 2004 11:04:44 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RB4iYY053733; Fri, 27 Aug 2004 11:04:44 GMT (envelope-from mat) Message-Id: <200408271104.i7RB4iYY053733@repoman.freebsd.org> From: Mathieu Arnold <mat@FreeBSD.org> Date: Fri, 27 Aug 2004 11:04:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/p5-CGI-Framework Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 11:04:44 -0000 mat 2004-08-27 11:04:43 UTC FreeBSD ports repository Modified files: www/p5-CGI-Framework Makefile distinfo Log: Update to 0.16 Revision Changes Path 1.4 +1 -1 ports/www/p5-CGI-Framework/Makefile 1.4 +2 -2 ports/www/p5-CGI-Framework/distinfo From owner-cvs-all@FreeBSD.ORG Fri Aug 27 10:59:27 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFDE916A4CE; Fri, 27 Aug 2004 10:59:27 +0000 (GMT) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [210.226.20.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A68C43D66; Fri, 27 Aug 2004 10:59:26 +0000 (GMT) (envelope-from kuriyama@imgsrc.co.jp) Received: from localhost (localhost [127.0.0.1]) by black.imgsrc.co.jp (Postfix) with ESMTP id A341D50BC0; Fri, 27 Aug 2004 19:59:20 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [IPv6:2001:218:422:2::9999]) by black.imgsrc.co.jp (Postfix) with ESMTP id 2B47350BFA; Fri, 27 Aug 2004 19:59:19 +0900 (JST) Date: Fri, 27 Aug 2004 19:59:19 +0900 Message-ID: <7msma84zjs.wl@black.imgsrc.co.jp> From: Jun Kuriyama <kuriyama@imgsrc.co.jp> To: Pawel Jakub Dawidek <pjd@FreeBSD.org> In-Reply-To: <20040827095221.GS30151@darkness.comp.waw.pl> References: <20040827085342.GB96805@prioris.mini.pw.edu.pl> <20040827095221.GS30151@darkness.comp.waw.pl> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd 0.1 cc: Jun Kuriyama <kuriyama@imgsrc.co.jp> cc: Poul-Henning Kamp <phk@phk.freebsd.dk> cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/geom/concat g_concat.c src/sys/geom/label g_label.c src/sys/geom/mirror g_mirror.c src/sys/geom/raid3 g_raid3.c src/sys/geom/stripe g_stripe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 10:59:27 -0000 At Fri, 27 Aug 2004 11:52:21 +0200, Pawel Jakub Dawidek wrote: > Hmm, I committed needed fixes to my classes and it shouldn't collide > with CD devices at all. Are you sure you removed patch, which I proposed > earlier? Oops, sorry. I've included your previous patch. I'll try after removing it. -- Jun Kuriyama <kuriyama@imgsrc.co.jp> // IMG SRC, Inc. <kuriyama@FreeBSD.org> // FreeBSD Project From owner-cvs-all@FreeBSD.ORG Fri Aug 27 11:25:30 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16FC916A4CE; Fri, 27 Aug 2004 11:25:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC53043D55; Fri, 27 Aug 2004 11:25:29 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RBPTY5054445; Fri, 27 Aug 2004 11:25:29 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RBPTEx054444; Fri, 27 Aug 2004 11:25:29 GMT (envelope-from mat) Message-Id: <200408271125.i7RBPTEx054444@repoman.freebsd.org> From: Mathieu Arnold <mat@FreeBSD.org> Date: Fri, 27 Aug 2004 11:25:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/p5-XML-Simple Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 11:25:30 -0000 mat 2004-08-27 11:25:29 UTC FreeBSD ports repository Modified files: textproc/p5-XML-Simple Makefile pkg-plist Log: Fix plist PR: 69795 Submitted by: Toni Viemero <toni.viemero@iki.fi> Approved by: maintainer timeout Revision Changes Path 1.12 +3 -0 ports/textproc/p5-XML-Simple/Makefile 1.3 +1 -0 ports/textproc/p5-XML-Simple/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Aug 27 11:26:05 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F71A16A4CE; Fri, 27 Aug 2004 11:26:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F90B43D68; Fri, 27 Aug 2004 11:26:05 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RBQ5wc054481; Fri, 27 Aug 2004 11:26:05 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RBQ500054480; Fri, 27 Aug 2004 11:26:05 GMT (envelope-from arved) Message-Id: <200408271126.i7RBQ500054480@repoman.freebsd.org> From: Tilman Linneweh <arved@FreeBSD.org> Date: Fri, 27 Aug 2004 11:26:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/terminatorx/files patch-src-tX_seqpar.h patch-src-tX_vttfx.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 11:26:05 -0000 arved 2004-08-27 11:26:04 UTC FreeBSD ports repository Added files: audio/terminatorx/files patch-src-tX_seqpar.h patch-src-tX_vttfx.h Log: Fix build with gcc 3.4 Submitted by: Alexander Koenig <alex@lisas.de> Revision Changes Path 1.1 +15 -0 ports/audio/terminatorx/files/patch-src-tX_seqpar.h (new) 1.1 +23 -0 ports/audio/terminatorx/files/patch-src-tX_vttfx.h (new) From owner-cvs-all@FreeBSD.ORG Fri Aug 27 11:35:27 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E2FE16A4CE; Fri, 27 Aug 2004 11:35:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B74043D77; Fri, 27 Aug 2004 11:35:27 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RBZQcH054785; Fri, 27 Aug 2004 11:35:26 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RBZQ8W054784; Fri, 27 Aug 2004 11:35:26 GMT (envelope-from eik) Message-Id: <200408271135.i7RBZQ8W054784@repoman.freebsd.org> From: Oliver Eikemeier <eik@FreeBSD.org> Date: Fri, 27 Aug 2004 11:35:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/exim Makefile distinfo ports/mail/exim/files xpatch-exiscan2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 11:35:27 -0000 eik 2004-08-27 11:35:26 UTC FreeBSD ports repository Modified files: mail/exim Makefile distinfo mail/exim/files xpatch-exiscan2 Log: update to version 4.42+27 Revision Changes Path 1.189 +2 -2 ports/mail/exim/Makefile 1.74 +4 -4 ports/mail/exim/distinfo 1.4 +8 -8 ports/mail/exim/files/xpatch-exiscan2 From owner-cvs-all@FreeBSD.ORG Fri Aug 27 11:20:55 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EEBF16A4CE; Fri, 27 Aug 2004 11:20:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F9E143D69; Fri, 27 Aug 2004 11:20:55 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RBKtaH054249; Fri, 27 Aug 2004 11:20:55 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RBKt5e054248; Fri, 27 Aug 2004 11:20:55 GMT (envelope-from den) Message-Id: <200408271120.i7RBKt5e054248@repoman.freebsd.org> From: Denis Peplin <den@FreeBSD.org> Date: Fri, 27 Aug 2004 11:20:55 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/share/sgml freebsd.dsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 11:20:55 -0000 den 2004-08-27 11:20:55 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/share/sgml freebsd.dsl Log: Fix punctuation for authors list in russian localization Submitted by: murray (slightly modified) Discussed with: doceng (blackend, murray) Revision Changes Path 1.10 +47 -1 doc/ru_RU.KOI8-R/share/sgml/freebsd.dsl From owner-cvs-all@FreeBSD.ORG Fri Aug 27 11:24:31 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F10716A4CE; Fri, 27 Aug 2004 11:24:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7019243D6A; Fri, 27 Aug 2004 11:24:31 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RBOVSR054326; Fri, 27 Aug 2004 11:24:31 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RBOV54054325; Fri, 27 Aug 2004 11:24:31 GMT (envelope-from tjr) Message-Id: <200408271124.i7RBOV54054325@repoman.freebsd.org> From: "Tim J. Robbins" <tjr@FreeBSD.org> Date: Fri, 27 Aug 2004 11:24:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 11:24:31 -0000 tjr 2004-08-27 11:24:31 UTC FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_vfsops.c Log: Remove bogus vrele() call added in previous. Revision Changes Path 1.128 +0 -2 src/sys/fs/msdosfs/msdosfs_vfsops.c From owner-cvs-all@FreeBSD.ORG Fri Aug 27 11:38:20 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA06516A4CE; Fri, 27 Aug 2004 11:38:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA04843D54; Fri, 27 Aug 2004 11:38:20 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RBcKNU054902; Fri, 27 Aug 2004 11:38:20 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RBcK8F054901; Fri, 27 Aug 2004 11:38:20 GMT (envelope-from mat) Message-Id: <200408271138.i7RBcK8F054901@repoman.freebsd.org> From: Mathieu Arnold <mat@FreeBSD.org> Date: Fri, 27 Aug 2004 11:38:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/p5-Module-Signature Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 11:38:20 -0000 mat 2004-08-27 11:38:20 UTC FreeBSD ports repository Modified files: security/p5-Module-Signature Makefile distinfo pkg-descr Log: Update to 0.41 PR: 70258 Submitted by: skv Approved by: maintainer timeout Revision Changes Path 1.5 +2 -3 ports/security/p5-Module-Signature/Makefile 1.4 +2 -2 ports/security/p5-Module-Signature/distinfo 1.2 +2 -0 ports/security/p5-Module-Signature/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Aug 27 12:03:19 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D49A16A4CE; Fri, 27 Aug 2004 12:03:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD2E143D46; Fri, 27 Aug 2004 12:03:18 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RC3I7f055522; Fri, 27 Aug 2004 12:03:18 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RC3IlA055521; Fri, 27 Aug 2004 12:03:18 GMT (envelope-from sos) Message-Id: <200408271203.i7RC3IlA055521@repoman.freebsd.org> From: Søren Schmidt <sos@FreeBSD.org> Date: Fri, 27 Aug 2004 12:03:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-disk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 12:03:19 -0000 sos 2004-08-27 12:03:18 UTC FreeBSD src repository Modified files: sys/dev/ata ata-disk.c Log: Rearrange the call to disk_destroy. Suggested by: phk Revision Changes Path 1.176 +6 -6 src/sys/dev/ata/ata-disk.c From owner-cvs-all@FreeBSD.ORG Fri Aug 27 12:04:25 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F78716A4CE; Fri, 27 Aug 2004 12:04:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E401243D31; Fri, 27 Aug 2004 12:04:24 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RC4OxB055556; Fri, 27 Aug 2004 12:04:24 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RC4O22055555; Fri, 27 Aug 2004 12:04:24 GMT (envelope-from blackend) Message-Id: <200408271204.i7RC4O22055555@repoman.freebsd.org> From: Marc Fonvieille <blackend@FreeBSD.org> Date: Fri, 27 Aug 2004 12:04:24 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/config chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 12:04:25 -0000 blackend 2004-08-27 12:04:24 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/config chapter.sgml Log: - Some s/option/literal tags for consistency - A process state should not considered as an errorname, literal tags is maybe a better choice in this case. Revision Changes Path 1.169 +4 -4 doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Aug 27 12:06:51 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0650B16A4CE; Fri, 27 Aug 2004 12:06:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F08BC43D4C; Fri, 27 Aug 2004 12:06:50 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RC6og3055779; Fri, 27 Aug 2004 12:06:50 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RC6orS055778; Fri, 27 Aug 2004 12:06:50 GMT (envelope-from vs) Message-Id: <200408271206.i7RC6orS055778@repoman.freebsd.org> From: Volker Stolz <vs@FreeBSD.org> Date: Fri, 27 Aug 2004 12:06:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/jmp Makefile distinfo pkg-plist ports/java/jmp/files patch-Makefile.am patch-Makefile.in patch-instance_owners.c patch-jmp.c patch-methodlist_menu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 12:06:51 -0000 vs 2004-08-27 12:06:50 UTC FreeBSD ports repository Modified files: java/jmp Makefile distinfo java/jmp/files patch-Makefile.am patch-Makefile.in patch-instance_owners.c Added files: java/jmp/files patch-jmp.c patch-methodlist_menu.c Removed files: java/jmp pkg-plist Log: - Update to 0.43 - Fix packaging PR: ports/70597 Submitted by: Ronald Klop (maintainer) Revision Changes Path 1.22 +4 -1 ports/java/jmp/Makefile 1.15 +2 -2 ports/java/jmp/distinfo 1.2 +9 -18 ports/java/jmp/files/patch-Makefile.am 1.2 +9 -18 ports/java/jmp/files/patch-Makefile.in 1.3 +4 -8 ports/java/jmp/files/patch-instance_owners.c 1.3 +9 -0 ports/java/jmp/files/patch-jmp.c (new) 1.1 +9 -0 ports/java/jmp/files/patch-methodlist_menu.c (new) 1.2 +0 -5 ports/java/jmp/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Fri Aug 27 12:11:48 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27BCE16A4CE; Fri, 27 Aug 2004 12:11:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09EB543D48; Fri, 27 Aug 2004 12:11:48 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RCBlNN055941; Fri, 27 Aug 2004 12:11:47 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RCBlA4055940; Fri, 27 Aug 2004 12:11:47 GMT (envelope-from yar) Message-Id: <200408271211.i7RCBlA4055940@repoman.freebsd.org> From: Yar Tikhiy <yar@FreeBSD.org> Date: Fri, 27 Aug 2004 12:11:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc network.subr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 12:11:48 -0000 yar 2004-08-27 12:11:47 UTC FreeBSD src repository Modified files: etc network.subr Log: Fix a typo in a variable name. Revision Changes Path 1.155 +1 -1 src/etc/network.subr From owner-cvs-all@FreeBSD.ORG Fri Aug 27 12:14:02 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68D5116A4CE; Fri, 27 Aug 2004 12:14:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B2FA43D55; Fri, 27 Aug 2004 12:14:02 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RCE2fT056001; Fri, 27 Aug 2004 12:14:02 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RCE2T1056000; Fri, 27 Aug 2004 12:14:02 GMT (envelope-from vs) Message-Id: <200408271214.i7RCE2T1056000@repoman.freebsd.org> From: Volker Stolz <vs@FreeBSD.org> Date: Fri, 27 Aug 2004 12:14:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/supertux Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 12:14:02 -0000 vs 2004-08-27 12:14:02 UTC FreeBSD ports repository Modified files: games/supertux Makefile distinfo pkg-plist Log: Update to 1.2 PR: ports/70964 Submitted by: Michael Johnson (maintainer) Revision Changes Path 1.5 +1 -2 ports/games/supertux/Makefile 1.4 +2 -2 ports/games/supertux/distinfo 1.4 +245 -11 ports/games/supertux/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Aug 27 12:33:30 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AA3016A4CE; Fri, 27 Aug 2004 12:33:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E064A43D49; Fri, 27 Aug 2004 12:33:29 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RCXTKH056515; Fri, 27 Aug 2004 12:33:29 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RCXT0O056514; Fri, 27 Aug 2004 12:33:29 GMT (envelope-from nork) Message-Id: <200408271233.i7RCXT0O056514@repoman.freebsd.org> From: Norikatsu Shigemura <nork@FreeBSD.org> Date: Fri, 27 Aug 2004 12:33:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/squirrelmail Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 12:33:30 -0000 nork 2004-08-27 12:33:29 UTC FreeBSD ports repository Modified files: japanese/squirrelmail Makefile distinfo Log: Update to 20040826. PR: ports/71012 Submitted by: Masafumi Otsune <info@otsune.com> (maintainer) Revision Changes Path 1.5 +2 -2 ports/japanese/squirrelmail/Makefile 1.4 +2 -2 ports/japanese/squirrelmail/distinfo From owner-cvs-all@FreeBSD.ORG Fri Aug 27 12:45:45 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 961BE16A4CE; Fri, 27 Aug 2004 12:45:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C79B43D70; Fri, 27 Aug 2004 12:45:45 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RCjjBW056984; Fri, 27 Aug 2004 12:45:45 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RCjjC7056983; Fri, 27 Aug 2004 12:45:45 GMT (envelope-from roam) Message-Id: <200408271245.i7RCjjC7056983@repoman.freebsd.org> From: Peter Pentchev <roam@FreeBSD.org> Date: Fri, 27 Aug 2004 12:45:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/display Makefile ports/misc/display/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 12:45:45 -0000 roam 2004-08-27 12:45:45 UTC FreeBSD ports repository Modified files: misc/display Makefile misc/display/files patch-aa Log: Fix a long-standing problem with displaying characters with the 8th bit set: the return value of fgets() should NOT be kept in a signed char variable, since passing that to addch() would sign-extend it, setting a whole lot of attribute bits and resulting in a bold, blinking, alt-charset display of e.g. all Cyrillic characters. Instead, keep fgets()'s result in an int variable, as $DEITY (dmr? :) intended. Bump PORTREVISION for the functionality change. Revision Changes Path 1.18 +1 -0 ports/misc/display/Makefile 1.5 +4 -2 ports/misc/display/files/patch-aa From owner-cvs-all@FreeBSD.ORG Fri Aug 27 12:54:59 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E74D16A4CE; Fri, 27 Aug 2004 12:54:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0186C43D31; Fri, 27 Aug 2004 12:54:59 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RCswQR057221; Fri, 27 Aug 2004 12:54:58 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RCswNf057220; Fri, 27 Aug 2004 12:54:58 GMT (envelope-from sos) Message-Id: <200408271254.i7RCswNf057220@repoman.freebsd.org> From: Søren Schmidt <sos@FreeBSD.org> Date: Fri, 27 Aug 2004 12:54:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-chipset.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 12:54:59 -0000 sos 2004-08-27 12:54:58 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c Log: Set and reset the right bit for UDMA enable/disable on the ICH* chips. Revision Changes Path 1.83 +2 -2 src/sys/dev/ata/ata-chipset.c From owner-cvs-all@FreeBSD.ORG Fri Aug 27 13:14:32 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A9F416A4CE; Fri, 27 Aug 2004 13:14:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71AF243D1F; Fri, 27 Aug 2004 13:14:32 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RDEWeJ057793; Fri, 27 Aug 2004 13:14:32 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RDEW5u057792; Fri, 27 Aug 2004 13:14:32 GMT (envelope-from mat) Message-Id: <200408271314.i7RDEW5u057792@repoman.freebsd.org> From: Mathieu Arnold <mat@FreeBSD.org> Date: Fri, 27 Aug 2004 13:14:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/p5-W3C-LogValidator Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 13:14:32 -0000 mat 2004-08-27 13:14:32 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-W3C-LogValidator Makefile distinfo pkg-descr pkg-plist Log: Add p5-W3C-LogValidator 0.3, a comprehensive validation tool for webmasters and web developers. PR: ports/68269 Submitted by: toni.viemero@iki.fi Revision Changes Path 1.975 +1 -0 ports/www/Makefile 1.1 +52 -0 ports/www/p5-W3C-LogValidator/Makefile (new) 1.1 +2 -0 ports/www/p5-W3C-LogValidator/distinfo (new) 1.1 +11 -0 ports/www/p5-W3C-LogValidator/pkg-descr (new) 1.1 +18 -0 ports/www/p5-W3C-LogValidator/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Aug 27 13:14:44 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEF8216A4CE; Fri, 27 Aug 2004 13:14:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFA4D43D6B; Fri, 27 Aug 2004 13:14:44 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RDEiEL057839; Fri, 27 Aug 2004 13:14:44 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RDEiUg057838; Fri, 27 Aug 2004 13:14:44 GMT (envelope-from mat) Message-Id: <200408271314.i7RDEiUg057838@repoman.freebsd.org> From: Mathieu Arnold <mat@FreeBSD.org> Date: Fri, 27 Aug 2004 13:14:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 13:14:45 -0000 mat 2004-08-27 13:14:44 UTC FreeBSD ports repository Modified files: . modules Log: p5-W3C-LogValidator --> ports/www/p5-W3C-LogValidator Revision Changes Path 1.10995 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Aug 27 13:23:39 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12A7016A4CE; Fri, 27 Aug 2004 13:23:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8FBC43D1F; Fri, 27 Aug 2004 13:23:38 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RDNcVE058090; Fri, 27 Aug 2004 13:23:38 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RDNc4K058089; Fri, 27 Aug 2004 13:23:38 GMT (envelope-from den) Message-Id: <200408271323.i7RDNc4K058089@repoman.freebsd.org> From: Denis Peplin <den@FreeBSD.org> Date: Fri, 27 Aug 2004 13:23:38 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mac chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 13:23:39 -0000 den 2004-08-27 13:23:38 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/mac chapter.sgml Log: Remove duplicated word Revision Changes Path 1.26 +1 -1 doc/en_US.ISO8859-1/books/handbook/mac/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Aug 27 13:37:53 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA16D16A4CE; Fri, 27 Aug 2004 13:37:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9967143D53; Fri, 27 Aug 2004 13:37:53 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RDbrZU058495; Fri, 27 Aug 2004 13:37:53 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RDbrfu058494; Fri, 27 Aug 2004 13:37:53 GMT (envelope-from krion) Message-Id: <200408271337.i7RDbrfu058494@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Fri, 27 Aug 2004 13:37:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/libopendaap Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 13:37:54 -0000 krion 2004-08-27 13:37:53 UTC FreeBSD ports repository Modified files: devel/libopendaap Makefile Log: Fix MASTER_SITES PR: ports/71026 Submitted by: maintainer Revision Changes Path 1.9 +1 -1 ports/devel/libopendaap/Makefile From owner-cvs-all@FreeBSD.ORG Fri Aug 27 13:38:01 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 570A016A4CE; Fri, 27 Aug 2004 13:38:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3871443D6D; Fri, 27 Aug 2004 13:38:01 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RDc16R058532; Fri, 27 Aug 2004 13:38:01 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RDc17i058531; Fri, 27 Aug 2004 13:38:01 GMT (envelope-from osa) Message-Id: <200408271338.i7RDc17i058531@repoman.freebsd.org> From: "Sergey A. Osokin" <osa@FreeBSD.org> Date: Fri, 27 Aug 2004 13:38:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/misc bsd-family-tree X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 13:38:01 -0000 osa 2004-08-27 13:38:01 UTC FreeBSD src repository (ports committer) Modified files: share/misc bsd-family-tree Log: Two things: 1. we are already under 6.0-CURRENT 2. add FreeBSD Design and Impl. book description (obtained from http://www.awprofessional.com/title/0201702452) Approved by: wosch (maintainer) Revision Changes Path 1.83 +5 -1 src/share/misc/bsd-family-tree From owner-cvs-all@FreeBSD.ORG Fri Aug 27 13:38:49 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E20416A4CE; Fri, 27 Aug 2004 13:38:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3101543D5A; Fri, 27 Aug 2004 13:38:49 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RDcnUY058566; Fri, 27 Aug 2004 13:38:49 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RDcnwM058565; Fri, 27 Aug 2004 13:38:49 GMT (envelope-from krion) Message-Id: <200408271338.i7RDcnwM058565@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Fri, 27 Aug 2004 13:38:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/gtkterm2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 13:38:49 -0000 krion 2004-08-27 13:38:49 UTC FreeBSD ports repository Modified files: x11/gtkterm2 Makefile Log: Reset maintainership to ports@ PR: ports/71028 Submitted by: Michael Johnson <ahze@ahze.net> Revision Changes Path 1.2 +1 -1 ports/x11/gtkterm2/Makefile From owner-cvs-all@FreeBSD.ORG Fri Aug 27 13:41:01 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4278216A4CE; Fri, 27 Aug 2004 13:41:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22FFE43D2F; Fri, 27 Aug 2004 13:41:01 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RDf1H2058691; Fri, 27 Aug 2004 13:41:01 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RDf1gV058690; Fri, 27 Aug 2004 13:41:01 GMT (envelope-from krion) Message-Id: <200408271341.i7RDf1gV058690@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Fri, 27 Aug 2004 13:41:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/tunesbrowser Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 13:41:01 -0000 krion 2004-08-27 13:41:00 UTC FreeBSD ports repository Modified files: audio/tunesbrowser Makefile Log: Fix MASTER_SITES PR: ports/71027 Submitted by: maintainer Revision Changes Path 1.5 +1 -1 ports/audio/tunesbrowser/Makefile From owner-cvs-all@FreeBSD.ORG Fri Aug 27 13:41:45 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE1E416A4CF; Fri, 27 Aug 2004 13:41:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5A5D43D3F; Fri, 27 Aug 2004 13:41:45 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RDfjxH058735; Fri, 27 Aug 2004 13:41:45 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RDfjXo058734; Fri, 27 Aug 2004 13:41:45 GMT (envelope-from krion) Message-Id: <200408271341.i7RDfjXo058734@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Fri, 27 Aug 2004 13:41:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/p5-RIFF-Info Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 13:41:46 -0000 krion 2004-08-27 13:41:45 UTC FreeBSD ports repository Modified files: multimedia/p5-RIFF-Info Makefile Log: Reset maintainership to ports@FreeBSD.org PR: ports/71029 Submitted by: Michael Johnson <ahze@ahze.net> Revision Changes Path 1.2 +1 -1 ports/multimedia/p5-RIFF-Info/Makefile From owner-cvs-all@FreeBSD.ORG Fri Aug 27 13:41:48 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B33F16A4EB; Fri, 27 Aug 2004 13:41:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B76B43D31; Fri, 27 Aug 2004 13:41:47 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RDfl6p058759; Fri, 27 Aug 2004 13:41:47 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RDfl1r058758; Fri, 27 Aug 2004 13:41:47 GMT (envelope-from scottl) Message-Id: <200408271341.i7RDfl1r058758@repoman.freebsd.org> From: Scott Long <scottl@FreeBSD.org> Date: Fri, 27 Aug 2004 13:41:47 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.3R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 13:41:49 -0000 scottl 2004-08-27 13:41:47 UTC FreeBSD doc repository Modified files: en/releases/5.3R todo.sgml Log: The IPI fix was merged on Aug 26, so move it to the testing column. Revision Changes Path 1.48 +11 -11 www/en/releases/5.3R/todo.sgml From owner-cvs-all@FreeBSD.ORG Fri Aug 27 13:47:47 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8D4916A4CE; Fri, 27 Aug 2004 13:47:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAB1A43D1D; Fri, 27 Aug 2004 13:47:47 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RDlljU058919; Fri, 27 Aug 2004 13:47:47 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RDlljo058918; Fri, 27 Aug 2004 13:47:47 GMT (envelope-from krion) Message-Id: <200408271347.i7RDlljo058918@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Fri, 27 Aug 2004 13:47:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/torsmo/files freebsd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 13:47:48 -0000 krion 2004-08-27 13:47:47 UTC FreeBSD ports repository Modified files: sysutils/torsmo/files freebsd.c Log: Ad hoc fix for reported build errors on 5.2 Remove unused function prototype PR: ports/71020 Submitted by: maintainer Revision Changes Path 1.4 +2 -4 ports/sysutils/torsmo/files/freebsd.c From owner-cvs-all@FreeBSD.ORG Fri Aug 27 13:52:59 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D91CE16A4CE; Fri, 27 Aug 2004 13:52:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBAC143D5D; Fri, 27 Aug 2004 13:52:59 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RDqxJE059102; Fri, 27 Aug 2004 13:52:59 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RDqxvp059101; Fri, 27 Aug 2004 13:52:59 GMT (envelope-from krion) Message-Id: <200408271352.i7RDqxvp059101@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Fri, 27 Aug 2004 13:52:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/xmms-sid/files patch-src::xmms-sid.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 13:53:00 -0000 krion 2004-08-27 13:52:59 UTC FreeBSD ports repository Added files: audio/xmms-sid/files patch-src::xmms-sid.cc Log: Fix build with gcc-3.4 PR: ports/70989 Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org> Revision Changes Path 1.1 +11 -0 ports/audio/xmms-sid/files/patch-src::xmms-sid.cc (new) From owner-cvs-all@FreeBSD.ORG Fri Aug 27 13:56:57 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2250016A4CE; Fri, 27 Aug 2004 13:56:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 029F343D3F; Fri, 27 Aug 2004 13:56:57 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RDuupM059235; Fri, 27 Aug 2004 13:56:56 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RDuuhN059234; Fri, 27 Aug 2004 13:56:56 GMT (envelope-from blackend) Message-Id: <200408271356.i7RDuuhN059234@repoman.freebsd.org> From: Marc Fonvieille <blackend@FreeBSD.org> Date: Fri, 27 Aug 2004 13:56:56 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.3R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 13:56:57 -0000 blackend 2004-08-27 13:56:56 UTC FreeBSD doc repository Modified files: en/releases/5.3R todo.sgml Log: Fix a closing tag. Revision Changes Path 1.49 +2 -2 www/en/releases/5.3R/todo.sgml From owner-cvs-all@FreeBSD.ORG Fri Aug 27 14:43:08 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DF9516A4CE; Fri, 27 Aug 2004 14:43:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E163243D3F; Fri, 27 Aug 2004 14:43:07 +0000 (GMT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7REh7Eq060420; Fri, 27 Aug 2004 14:43:07 GMT (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7REh7XR060419; Fri, 27 Aug 2004 14:43:07 GMT (envelope-from nectar) Message-Id: <200408271443.i7REh7XR060419@repoman.freebsd.org> From: Jacques Vidrine <nectar@FreeBSD.org> Date: Fri, 27 Aug 2004 14:43:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml ports/security/portaudit-db/database portaudit.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 14:43:08 -0000 nectar 2004-08-27 14:43:07 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml security/portaudit-db/database portaudit.txt Log: Document ripMIME decoding bug (already referenced in portaudit.txt). Revision Changes Path 1.107 +1 -2 ports/security/portaudit-db/database/portaudit.txt 1.204 +39 -2 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Fri Aug 27 14:43:11 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DF7E16A4D3; Fri, 27 Aug 2004 14:43:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AEE243D68; Fri, 27 Aug 2004 14:43:11 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7REhBsw060452; Fri, 27 Aug 2004 14:43:11 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7REhBjO060451; Fri, 27 Aug 2004 14:43:11 GMT (envelope-from phk) Message-Id: <200408271443.i7REhBjO060451@repoman.freebsd.org> From: Poul-Henning Kamp <phk@FreeBSD.org> Date: Fri, 27 Aug 2004 14:43:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom.h geom_io.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 14:43:11 -0000 phk 2004-08-27 14:43:11 UTC FreeBSD src repository Modified files: sys/geom geom.h geom_io.c Log: Introduce g_alloc_bio() as a waiting variant of g_new_bio(). Use in places where we can sleep and where we previously failed to check for a NULL pointer. MT5 candidate. Revision Changes Path 1.85 +1 -0 src/sys/geom/geom.h 1.58 +12 -3 src/sys/geom/geom_io.c From owner-cvs-all@FreeBSD.ORG Fri Aug 27 14:48:33 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DAEA16A4CE; Fri, 27 Aug 2004 14:48:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CE9443D58; Fri, 27 Aug 2004 14:48:33 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7REmWbD060677; Fri, 27 Aug 2004 14:48:32 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7REmWD9060676; Fri, 27 Aug 2004 14:48:32 GMT (envelope-from sos) Message-Id: <200408271448.i7REmWD9060676@repoman.freebsd.org> From: Søren Schmidt <sos@FreeBSD.org> Date: Fri, 27 Aug 2004 14:48:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-lowlevel.c ata-queue.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 14:48:33 -0000 sos 2004-08-27 14:48:32 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.c ata-all.h ata-lowlevel.c ata-queue.c Log: Fix the handling of "inflight" requests when doing reinit's. Add missing untimeout that would get lost in handling of some error situations, and caused what looked like random timeouts afterwards when the timeout fired. Revision Changes Path 1.224 +3 -4 src/sys/dev/ata/ata-all.c 1.82 +1 -0 src/sys/dev/ata/ata-all.h 1.45 +10 -1 src/sys/dev/ata/ata-lowlevel.c 1.34 +21 -2 src/sys/dev/ata/ata-queue.c From owner-cvs-all@FreeBSD.ORG Fri Aug 27 14:51:22 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6481416A4CF; Fri, 27 Aug 2004 14:51:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38B6A43D1D; Fri, 27 Aug 2004 14:51:22 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7REpMoj060833; Fri, 27 Aug 2004 14:51:22 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7REpM2o060832; Fri, 27 Aug 2004 14:51:22 GMT (envelope-from roam) Message-Id: <200408271451.i7REpM2o060832@repoman.freebsd.org> From: Peter Pentchev <roam@FreeBSD.org> Date: Fri, 27 Aug 2004 14:51:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/db/man mpool.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 14:51:22 -0000 roam 2004-08-27 14:51:22 UTC FreeBSD src repository (doc,ports committer) Modified files: lib/libc/db/man mpool.3 Log: Remove the misleading description of the 'key' argument to mpool_open(3) - it is *not* really used for synchronization; in fact, it is not used at all. PR: 70929 Submitted by: Martin Kammerhofer <dada@sbox.tugraz.at> MFC after: 3 days Revision Changes Path 1.13 +1 -17 src/lib/libc/db/man/mpool.3 From owner-cvs-all@FreeBSD.ORG Fri Aug 27 15:01:56 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F12D416A4CE; Fri, 27 Aug 2004 15:01:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D256943D62; Fri, 27 Aug 2004 15:01:56 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RF1uE8061129; Fri, 27 Aug 2004 15:01:56 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RF1uVD061128; Fri, 27 Aug 2004 15:01:56 GMT (envelope-from yar) Message-Id: <200408271501.i7RF1uVD061128@repoman.freebsd.org> From: Yar Tikhiy <yar@FreeBSD.org> Date: Fri, 27 Aug 2004 15:01:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/i386/boot2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 15:01:57 -0000 yar 2004-08-27 15:01:56 UTC FreeBSD src repository Modified files: sys/boot/i386/boot2 Makefile Log: B1FLAGS -> BOOT_BOOT1_FLAGS, which is consistent with naming of other boot-related make vars. Revision Changes Path 1.57 +2 -2 src/sys/boot/i386/boot2/Makefile From owner-cvs-all@FreeBSD.ORG Fri Aug 27 15:16:24 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D6BF16A4CE; Fri, 27 Aug 2004 15:16:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6456C43D6E; Fri, 27 Aug 2004 15:16:24 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RFGOCG061927; Fri, 27 Aug 2004 15:16:24 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RFGO8L061926; Fri, 27 Aug 2004 15:16:24 GMT (envelope-from andre) Message-Id: <200408271516.i7RFGO8L061926@repoman.freebsd.org> From: Andre Oppermann <andre@FreeBSD.org> Date: Fri, 27 Aug 2004 15:16:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 ipfirewall.4 src/share/man/man9 pfil.9 src/sys/alpha/conf GENERIC src/sys/amd64/conf GENERIC src/sys/conf NOTES files options src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC SKI src/sys/modules/bridge Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 15:16:24 -0000 andre 2004-08-27 15:16:24 UTC FreeBSD src repository Modified files: share/man/man4 ipfirewall.4 share/man/man9 pfil.9 sys/alpha/conf GENERIC sys/amd64/conf GENERIC sys/conf NOTES files options sys/i386/conf GENERIC sys/ia64/conf GENERIC SKI sys/modules/bridge Makefile sys/net bridge.c sys/netinet ip_fastfwd.c ip_fw_pfil.c ip_input.c ip_output.c ip_var.h sys/netinet6 ip6_forward.c ip6_input.c ip6_output.c ip6_var.h sys/pc98/conf GENERIC sys/powerpc/conf GENERIC sys/sparc64/conf GENERIC . UPDATING Log: Always compile PFIL_HOOKS into the kernel and remove the associated kernel compile option. All FreeBSD packet filters now use the PFIL_HOOKS API and thus it becomes a standard part of the network stack. If no hooks are connected the entire packet filter hooks section and related activities are jumped over. This removes any performance impact if no hooks are active. Both OpenBSD and DragonFlyBSD have integrated PFIL_HOOKS permanently as well. Revision Changes Path 1.350 +4 -0 src/UPDATING 1.31 +0 -2 src/share/man/man4/ipfirewall.4 1.15 +0 -6 src/share/man/man9/pfil.9 1.175 +0 -1 src/sys/alpha/conf/GENERIC 1.422 +0 -1 src/sys/amd64/conf/GENERIC 1.1264 +0 -7 src/sys/conf/NOTES 1.945 +2 -2 src/sys/conf/files 1.477 +0 -1 src/sys/conf/options 1.414 +0 -1 src/sys/i386/conf/GENERIC 1.68 +0 -1 src/sys/ia64/conf/GENERIC 1.20 +0 -1 src/sys/ia64/conf/SKI 1.4 +0 -9 src/sys/modules/bridge/Makefile 1.83 +1 -9 src/sys/net/bridge.c 1.18 +9 -5 src/sys/netinet/ip_fastfwd.c 1.7 +1 -5 src/sys/netinet/ip_fw_pfil.c 1.286 +11 -17 src/sys/netinet/ip_input.c 1.228 +7 -17 src/sys/netinet/ip_output.c 1.90 +1 -3 src/sys/netinet/ip_var.h 1.26 +6 -10 src/sys/netinet6/ip6_forward.c 1.77 +9 -11 src/sys/netinet6/ip6_input.c 1.83 +6 -8 src/sys/netinet6/ip6_output.c 1.28 +1 -3 src/sys/netinet6/ip6_var.h 1.256 +0 -1 src/sys/pc98/conf/GENERIC 1.43 +0 -1 src/sys/powerpc/conf/GENERIC 1.79 +0 -1 src/sys/sparc64/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Fri Aug 27 15:18:36 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15FF016A4CF; Fri, 27 Aug 2004 15:18:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E541A43D5C; Fri, 27 Aug 2004 15:18:35 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RFIZBl062058; Fri, 27 Aug 2004 15:18:35 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RFIZur062057; Fri, 27 Aug 2004 15:18:35 GMT (envelope-from krion) Message-Id: <200408271518.i7RFIZur062057@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Fri, 27 Aug 2004 15:18:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games Makefile ports/games/deng Makefile distinfo pkg-descr pkg-message pkg-plist ports/games/deng/files patch-Src_dsSDLMixer_driver__sdlmixer.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 15:18:36 -0000 krion 2004-08-27 15:18:35 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/deng Makefile distinfo pkg-descr pkg-message pkg-plist games/deng/files patch-Src_dsSDLMixer_driver__sdlmixer.c Log: Add deng 1.8.1.r4, an enhanced Doom, Heretic and Hexen source port. The Doomsday Engine is an enhanced Doom source port for the Windows and UNIX platforms. It is based on the source code of id Software's Doom and Raven Software's Heretic and Hexen. Some of supported features are: * Dynamic lights * Lens flares * High-resolution textures (PNG, TGA, PCX) * Particle effects * Detail textures * 3D models (uses Quake II's MD2 format) * Simple environmental mapping for 3D models (shiny effects) * MD2 skymodels and skyboxes * Actor (monster) movement smoothing * Simulated radiosity shadowing system for the environment * Simple shadows for objects * Fog * Glowing surfaces * Smart texture filtering using a modified hq2x algorith PR: ports/70996 Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> Revision Changes Path 1.710 +1 -0 ports/games/Makefile 1.1 +69 -0 ports/games/deng/Makefile (new) 1.1 +2 -0 ports/games/deng/distinfo (new) 1.1 +11 -0 ports/games/deng/files/patch-Src_dsSDLMixer_driver__sdlmixer.c (new) 1.1 +23 -0 ports/games/deng/pkg-descr (new) 1.1 +10 -0 ports/games/deng/pkg-message (new) 1.1 +133 -0 ports/games/deng/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Aug 27 15:19:40 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2A8816A4CE; Fri, 27 Aug 2004 15:19:40 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F83043D6A; Fri, 27 Aug 2004 15:19:40 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.13.1/8.12.11) with ESMTP id i7RFJdd0059362; Fri, 27 Aug 2004 08:19:39 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i7RFJcs2059360; Fri, 27 Aug 2004 08:19:38 -0700 (PDT) (envelope-from obrien) Date: Fri, 27 Aug 2004 08:19:38 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: Michael Nottebrock <michaelnottebrock@gmx.net> Message-ID: <20040827151938.GA59283@dragon.nuxi.com> References: <200408270116.i7R1GmiF036802@repoman.freebsd.org> <200408270425.22504.michaelnottebrock@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408270425.22504.michaelnottebrock@gmx.net> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/gettext Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 15:19:40 -0000 On Fri, Aug 27, 2004 at 04:25:19AM +0200, Michael Nottebrock wrote: > On Friday 27 August 2004 03:16, David E. O'Brien wrote: > > obrien 2004-08-27 01:16:48 UTC > > > > FreeBSD ports repository > > > > Modified files: > > devel/gettext Makefile > > Log: > > Add a NO_GETTEXT_OPTIONS knob. > > Does this achieve anything except duplicating the BATCH switch? Yes, BATCH is very global and affects all ports. This is port specific. Much like some ports have NO_<PORTNAME>_<SOMETHING> knobs. I spoke to two of the "OPTIONS" authors about adding NO_<PORTNAME>_OPTIONS and they thought it was a good idea. This is a band-aid until they get it implemented and committed. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Fri Aug 27 15:19:51 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2CDD16A4CE; Fri, 27 Aug 2004 15:19:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92E2A43D55; Fri, 27 Aug 2004 15:19:51 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RFJpO4062175; Fri, 27 Aug 2004 15:19:51 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RFJpSn062174; Fri, 27 Aug 2004 15:19:51 GMT (envelope-from krion) Message-Id: <200408271519.i7RFJpSn062174@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Fri, 27 Aug 2004 15:19:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/libopendaap pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 15:19:51 -0000 krion 2004-08-27 15:19:51 UTC FreeBSD ports repository Modified files: devel/libopendaap pkg-descr Log: Fix WWW: line PR: ports/71033 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/devel/libopendaap/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Aug 27 15:18:48 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB54616A4CE; Fri, 27 Aug 2004 15:18:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB05743D5F; Fri, 27 Aug 2004 15:18:47 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RFIlOE062104; Fri, 27 Aug 2004 15:18:47 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RFIleh062103; Fri, 27 Aug 2004 15:18:47 GMT (envelope-from krion) Message-Id: <200408271518.i7RFIleh062103@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Fri, 27 Aug 2004 15:18:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 15:18:48 -0000 krion 2004-08-27 15:18:47 UTC FreeBSD ports repository Modified files: . modules Log: deng --> ports/games/deng Revision Changes Path 1.10996 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Aug 27 15:19:08 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E75F16A4CE; Fri, 27 Aug 2004 15:19:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8A5B43D58; Fri, 27 Aug 2004 15:19:07 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RFJ7ch062142; Fri, 27 Aug 2004 15:19:07 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RFJ7vE062141; Fri, 27 Aug 2004 15:19:07 GMT (envelope-from bmah) Message-Id: <200408271519.i7RFJ7vE062141@repoman.freebsd.org> From: "Bruce A. Mah" <bmah@FreeBSD.org> Date: Fri, 27 Aug 2004 15:19:07 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.3R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 15:19:08 -0000 bmah 2004-08-27 15:19:07 UTC FreeBSD doc repository Modified files: en/releases/5.3R todo.sgml Log: The i386 floppy installation update item is completed thanks to Gavin Atkinson and his patch in doc/70485. Mark this task as done, with Gavin and myself as responsible parties (for the record, Gavin did all the work...I just committed it). Revision Changes Path 1.50 +3 -3 www/en/releases/5.3R/todo.sgml From owner-cvs-all@FreeBSD.ORG Fri Aug 27 15:25:45 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEB4E16A5D4; Fri, 27 Aug 2004 15:25:44 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6F3E43D5D; Fri, 27 Aug 2004 15:25:44 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.13.1/8.12.11) with ESMTP id i7RFPiUZ059621; Fri, 27 Aug 2004 08:25:44 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i7RFPf5P059619; Fri, 27 Aug 2004 08:25:41 -0700 (PDT) (envelope-from obrien) Date: Fri, 27 Aug 2004 08:25:41 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: Kris Kennaway <kris@obsecurity.org> Message-ID: <20040827152541.GB59283@dragon.nuxi.com> References: <200408270116.i7R1GmiF036802@repoman.freebsd.org> <20040827043857.GA16903@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040827043857.GA16903@xor.obsecurity.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/gettext Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 15:25:45 -0000 On Thu, Aug 26, 2004 at 09:38:57PM -0700, Kris Kennaway wrote: > On Fri, Aug 27, 2004 at 01:16:48AM +0000, David E. O'Brien wrote: > > obrien 2004-08-27 01:16:48 UTC > > > > FreeBSD ports repository > > > > Modified files: > > devel/gettext Makefile > > Log: > > Add a NO_GETTEXT_OPTIONS knob. > > Several points: > > 1) You also silently removed the dependency on expat. Sorry, this was an accident. I had it removed locally from when I was testing if we need a dependency on 'expat'. I emailed ports last week if anyone knew why the dependency was needed in gettext 0.13. No one has come up with any reason yet. Nor can I find a real need for the dependency. Would you like me to 1. do a forced commit explaining why the depenancy was removed, or 2. back this part out and wait a little more time to see if someone comes up with a need for the depenancy? > 2) User control knobs of this nature must be in the WITH_*/WITHOUT_* > namespace, not NO_*. I spoke to two of the "OPTIONS" authors about adding NO_${PORTNAME}_OPTIONS and they thought it was a good idea. Neither came back saying it should be spelled WITHOUT_${PORTNAME}_OPTIONS. Based on your comments, I'll rename it to WITHOUT_${PORTNAME}_OPTIONS until a knob to turn off options per-port gets implemented and committed to bsd.port.mk. > 3) This duplicates what BATCH does, as we discussed about a month ago. Yes, BATCH is very global and affects all ports. This is port specific. Much like some ports have NO_<PORTNAME>_<SOMETHING> knobs. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Fri Aug 27 15:29:59 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D0D116A4CE; Fri, 27 Aug 2004 15:29:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F161343D3F; Fri, 27 Aug 2004 15:29:58 +0000 (GMT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RFTwLd062565; Fri, 27 Aug 2004 15:29:58 GMT (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RFTw1q062564; Fri, 27 Aug 2004 15:29:58 GMT (envelope-from nectar) Message-Id: <200408271529.i7RFTw1q062564@repoman.freebsd.org> From: Jacques Vidrine <nectar@FreeBSD.org> Date: Fri, 27 Aug 2004 15:29:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml ports/security/portaudit-db/database portaudit.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 15:29:59 -0000 nectar 2004-08-27 15:29:58 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml security/portaudit-db/database portaudit.txt Log: Document NSS SSLv2 server buffer overflow (already referenced in portaudit.txt). Revision Changes Path 1.108 +1 -2 ports/security/portaudit-db/database/portaudit.txt 1.205 +38 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Fri Aug 27 15:30:25 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C19EF16A4D6; Fri, 27 Aug 2004 15:30:25 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C9DE43D2F; Fri, 27 Aug 2004 15:30:25 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.13.1/8.12.11) with ESMTP id i7RFTxTl059672; Fri, 27 Aug 2004 08:29:59 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i7RFTv2v059671; Fri, 27 Aug 2004 08:29:57 -0700 (PDT) (envelope-from obrien) Date: Fri, 27 Aug 2004 08:29:57 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: Oliver Eikemeier <eikemeier@fillmore-labs.com> Message-ID: <20040827152957.GC59283@dragon.nuxi.com> References: <20040827043857.GA16903@xor.obsecurity.org> <1852D438-F816-11D8-AC6A-00039312D914@fillmore-labs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1852D438-F816-11D8-AC6A-00039312D914@fillmore-labs.com> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: FreeBSD GNOME <gnome@FreeBSD.org> cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Kris Kennaway <kris@obsecurity.org> Subject: Re: cvs commit: ports/devel/gettext Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 15:30:26 -0000 On Fri, Aug 27, 2004 at 12:44:38PM +0200, Oliver Eikemeier wrote: > >1) You also silently removed the dependency on expat. > > Which > > - disables support for glade when libexpat is not present on the system > during installation. Perhaps someone from gnome can comment on this? > > - kills xgettext when libexpat was present during installation of the > port, but is removed afterwards. For example the following sequence > fails: > > - install textproc/expat2 > - install devel/gettext > - delete expat-1.* > - build devel/popt See my email to freebsd-ports asking about the dependacy on textproc/expat2 (Message-ID: <20040823042724.GA64310@dragon.nuxi.com>) The define "HAVE_LIBEXPAT" is the knob gettext uses to specify that 'expat' is available. The problem is only gettext-tools/src/x-glade.c refers to "HAVE_LIBEXPAT"; but x-glade.c never makes it into any of the libs that I can find. I'l look into seeing how devel/popt could use something that never makes it into the gettext libs. See my email to Kris asking what he would like done. BTW, I would have thought that members of portmgr would be on the freebsd-ports list and you could have offered your knowledge before I accidently forced you to. :-( -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Fri Aug 27 15:32:29 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 540D216A4D0; Fri, 27 Aug 2004 15:32:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 246B843D1F; Fri, 27 Aug 2004 15:32:29 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RFWTER062699; Fri, 27 Aug 2004 15:32:29 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RFWTd3062698; Fri, 27 Aug 2004 15:32:29 GMT (envelope-from andre) Message-Id: <200408271532.i7RFWTd3062698@repoman.freebsd.org> From: Andre Oppermann <andre@FreeBSD.org> Date: Fri, 27 Aug 2004 15:32:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_fastfwd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 15:32:29 -0000 andre 2004-08-27 15:32:28 UTC FreeBSD src repository Modified files: sys/netinet ip_fastfwd.c Log: Remove a junk line left over from the recent IPFW to PFIL_HOOKS conversion. Revision Changes Path 1.19 +0 -1 src/sys/netinet/ip_fastfwd.c From owner-cvs-all@FreeBSD.ORG Fri Aug 27 15:36:30 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85C1E16A4CE; Fri, 27 Aug 2004 15:36:30 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E1B743D1D; Fri, 27 Aug 2004 15:36:30 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.13.1/8.12.11) with ESMTP id i7RFaTXh059923; Fri, 27 Aug 2004 08:36:29 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i7RFaSCu059922; Fri, 27 Aug 2004 08:36:28 -0700 (PDT) (envelope-from obrien) Date: Fri, 27 Aug 2004 08:36:28 -0700 From: "David O'Brien" <obrien@FreeBSD.ORG> To: Mark Murray <mark@grondar.org> Message-ID: <20040827153628.GE59283@dragon.nuxi.com> References: <20040826180621.GA16885@dragon.nuxi.com> <200408270700.i7R70lDZ039371@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408270700.i7R70lDZ039371@grimreaper.grondar.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/acpica acpi.c acpi_resource.c acpivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.ORG List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 15:36:30 -0000 On Fri, Aug 27, 2004 at 08:00:47AM +0100, Mark Murray wrote: > > > Cool. I've made some changes to the random, mem and io modules to > > > try to prevent the double-loaded module panic. Could you please see > > > if this works for amd64? > > > > quynh# kldload /boot/kernel/random.ko > > kldload: can't load /boot/kernel/random.ko: Exec format error ... > > the error message is a little weird (and deceiving) when one of these > > .ko's doesn't load; but this is orders of orders of magnitude better than > > panicing. 8-) > > Yeah. Just to confirm, all three of the above modules were built into > the kernel, right? Yes. AMD64 modules aren't auto-loadable from the loader like i386. At the moment it is more interesting to see how the i386 platform handles this. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Fri Aug 27 15:39:34 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A815516A4CE; Fri, 27 Aug 2004 15:39:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 882A043D48; Fri, 27 Aug 2004 15:39:34 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RFdYHL062930; Fri, 27 Aug 2004 15:39:34 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RFdYNO062929; Fri, 27 Aug 2004 15:39:34 GMT (envelope-from andre) Message-Id: <200408271539.i7RFdYNO062929@repoman.freebsd.org> From: Andre Oppermann <andre@FreeBSD.org> Date: Fri, 27 Aug 2004 15:39:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_output.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 15:39:34 -0000 andre 2004-08-27 15:39:34 UTC FreeBSD src repository Modified files: sys/netinet ip_output.c Log: In the case the destination of a packet was changed by the packet filter to point to a local IP address; and the packet was sourced from this host we fill in the m_pkthdr.rcvif with a pointer to the loopback interface. Before the function ifunit("lo0") was used to obtain the ifp. However this is sub-optimal from a performance point of view and might be dangerous if the loopback interface has been renamed. Use the global variable 'loif' instead which always points to the loopback interface. Submitted by: brooks Revision Changes Path 1.229 +2 -2 src/sys/netinet/ip_output.c From owner-cvs-all@FreeBSD.ORG Fri Aug 27 15:44:05 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5168416A4CE; Fri, 27 Aug 2004 15:44:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3037A43D39; Fri, 27 Aug 2004 15:44:05 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RFi5iv063136; Fri, 27 Aug 2004 15:44:05 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RFi5tU063135; Fri, 27 Aug 2004 15:44:05 GMT (envelope-from obrien) Message-Id: <200408271544.i7RFi5tU063135@repoman.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Fri, 27 Aug 2004 15:44:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/gdb6 Makefile ports/devel/gdb6/files kvm-fbsd-alpha.h kvm-fbsd-i386.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 15:44:05 -0000 obrien 2004-08-27 15:44:05 UTC FreeBSD ports repository Modified files: devel/gdb6 Makefile devel/gdb6/files kvm-fbsd-alpha.h kvm-fbsd-i386.h Log: Support building/use on FreeBSD 4.x. PR: 71011 Submitted by: Douglas Thrift <douglas@douglasthrift.net> Revision Changes Path 1.40 +3 -1 ports/devel/gdb6/Makefile 1.2 +3 -1 ports/devel/gdb6/files/kvm-fbsd-alpha.h 1.3 +3 -1 ports/devel/gdb6/files/kvm-fbsd-i386.h From owner-cvs-all@FreeBSD.ORG Fri Aug 27 15:46:17 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EABA16A4CE; Fri, 27 Aug 2004 15:46:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EA1543D1F; Fri, 27 Aug 2004 15:46:17 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RFkG2p063286; Fri, 27 Aug 2004 15:46:16 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RFkGTJ063285; Fri, 27 Aug 2004 15:46:16 GMT (envelope-from andre) Message-Id: <200408271546.i7RFkGTJ063285@repoman.freebsd.org> From: Andre Oppermann <andre@FreeBSD.org> Date: Fri, 27 Aug 2004 15:46:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 15:46:17 -0000 andre 2004-08-27 15:46:16 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: Properly document and enable the IPFIREWALL_FORWARD option. Revision Changes Path 1.1265 +5 -0 src/sys/conf/NOTES From owner-cvs-all@FreeBSD.ORG Fri Aug 27 15:46:57 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D43316A4CE; Fri, 27 Aug 2004 15:46:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C92843D1D; Fri, 27 Aug 2004 15:46:57 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RFkvEO063324; Fri, 27 Aug 2004 15:46:57 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RFkvjR063323; Fri, 27 Aug 2004 15:46:57 GMT (envelope-from mjacob) Message-Id: <200408271546.i7RFkvjR063323@repoman.freebsd.org> From: Matt Jacob <mjacob@FreeBSD.org> Date: Fri, 27 Aug 2004 15:46:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/isp isp_freebsd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 15:46:57 -0000 mjacob 2004-08-27 15:46:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/isp isp_freebsd.c Log: MFC 1.103- turn of sleeping in top half due to conflicts with geom design. Approved by: re Revision Changes Path 1.102.2.1 +2 -0 src/sys/dev/isp/isp_freebsd.c From owner-cvs-all@FreeBSD.ORG Fri Aug 27 15:52:39 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5628416A4CF; Fri, 27 Aug 2004 15:52:39 +0000 (GMT) Received: from kurush.osdn.org.ua (external.osdn.org.ua [212.40.34.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id F253043D45; Fri, 27 Aug 2004 15:52:07 +0000 (GMT) (envelope-from never@kurush.osdn.org.ua) Received: from kurush.osdn.org.ua (never@localhost [127.0.0.1]) by kurush.osdn.org.ua (8.12.8p2/8.12.8) with ESMTP id i7RFpV1x003191; Fri, 27 Aug 2004 18:51:31 +0300 (EEST) (envelope-from never@kurush.osdn.org.ua) Received: (from never@localhost) by kurush.osdn.org.ua (8.12.8p2/8.12.8/Submit) id i7RFpVH1003188; Fri, 27 Aug 2004 18:51:31 +0300 (EEST) (envelope-from never) Date: Fri, 27 Aug 2004 18:51:31 +0300 From: Alexandr Kovalenko <never@nevermind.kiev.ua> To: Scott Long <scottl@freebsd.org> Message-ID: <20040827155131.GB865@nevermind.kiev.ua> References: <200408270532.i7R5W3BC044152@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200408270532.i7R5W3BC044152@repoman.freebsd.org> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-new cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 15:52:39 -0000 Hello, Scott Long! On Fri, Aug 27, 2004 at 05:32:03AM +0000, you wrote: > scottl 2004-08-27 05:32:03 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_5) > sys/conf newvers.sh > Log: > Start the 5.2-BETA2 phase I think it is typo, you surely wanted to say 5.3-BETA2 :) > Approved by: re > > Revision Changes Path > 1.62.2.3 +1 -1 src/sys/conf/newvers.sh > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/conf/newvers.sh.diff?&r1=1.62.2.2&r2=1.62.2.3&f=h -- NEVE-RIPE, will build world for food Ukrainian FreeBSD User Group http://uafug.org.ua/ From owner-cvs-all@FreeBSD.ORG Fri Aug 27 16:03:23 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7004216A4CE; Fri, 27 Aug 2004 16:03:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DC6943D78; Fri, 27 Aug 2004 16:03:23 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RG3Ko8063768; Fri, 27 Aug 2004 16:03:20 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RG3J2U063767; Fri, 27 Aug 2004 16:03:19 GMT (envelope-from nork) Message-Id: <200408271603.i7RG3J2U063767@repoman.freebsd.org> From: Norikatsu Shigemura <nork@FreeBSD.org> Date: Fri, 27 Aug 2004 16:03:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/ImageMagick Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 16:03:23 -0000 nork 2004-08-27 16:03:19 UTC FreeBSD ports repository Modified files: graphics/ImageMagick Makefile distinfo Log: Update to 6.0.6.2. PR ports/71024 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer) Pointed out by: pav Revision Changes Path 1.192 +1 -1 ports/graphics/ImageMagick/Makefile 1.91 +2 -2 ports/graphics/ImageMagick/distinfo From owner-cvs-all@FreeBSD.ORG Fri Aug 27 16:03:42 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DEEA16A4CE; Fri, 27 Aug 2004 16:03:42 +0000 (GMT) Received: from fillmore.dyndns.org (port-212-202-50-15.dynamic.qsc.de [212.202.50.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18AB143D5F; Fri, 27 Aug 2004 16:03:42 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-13.local ([172.16.0.13]) by fillmore.dyndns.org with esmtps (TLSv1:DES-CBC3-SHA:168) (Exim 4.42 (FreeBSD)) id 1C0jCS-0004v1-RE; Fri, 27 Aug 2004 18:03:39 +0200 Date: Fri, 27 Aug 2004 18:03:50 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: obrien@FreeBSD.org From: Oliver Eikemeier <eikemeier@fillmore-labs.com> In-Reply-To: <20040827152957.GC59283@dragon.nuxi.com> Message-Id: <AFC1A5BE-F842-11D8-AC6A-00039312D914@fillmore-labs.com> Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: FreeBSD GNOME <gnome@FreeBSD.org> cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Kris Kennaway <kris@obsecurity.org> Subject: Re: cvs commit: ports/devel/gettext Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 16:03:42 -0000 David O'Brien wrote: > See my email to freebsd-ports asking about the dependacy on > textproc/expat2 (Message-ID: <20040823042724.GA64310@dragon.nuxi.com>) > > The define "HAVE_LIBEXPAT" is the knob gettext uses to specify that > 'expat' is available. The problem is only > gettext-tools/src/x-glade.c refers to "HAVE_LIBEXPAT"; but x-glade.c > never makes it into any of the libs that I can find. > > I'l look into seeing how devel/popt could use something that never makes > it into the gettext libs. See my email to Kris asking what he would > like > done. Guess what: the port installs a little more than just libraries. While it may be nice the debianize the port, it currently isn't. As for the mail to Kris: I guess I just came up with two reason for the need of the dependency, or do you need more examples? > BTW, I would have thought that members of portmgr would be on the > freebsd-ports list and you could have offered your knowledge before I > accidently forced you to. :-( While we are pretty active on freebsd-ports@ and trying to give advice, nobody can answer *every* mail. This is the point of the whole mentorship stuff: port committers are expected to have some expertise. I could tell you at least three methods to find out which part of devel/gettext references libexpat, but I'm pretty sure you know all of them yourself (or at least I hope so). So instead of having others do the work for you, you could have done some research and come up with an answer yourself. With ~ 4200 ports depending directly or indirectly on gettext, experience should have told you to be careful. Probably a heads-up to portmgr: "I believe the dependency of gettext on libexpat is superfluous, do you think it could be removed?" would have been the better strategy here... -Oliver From owner-cvs-all@FreeBSD.ORG Fri Aug 27 16:06:02 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CED116A4CE; Fri, 27 Aug 2004 16:06:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0134C43D7D; Fri, 27 Aug 2004 16:06:02 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RG5rvm063966; Fri, 27 Aug 2004 16:05:53 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RG5r5K063965; Fri, 27 Aug 2004 16:05:53 GMT (envelope-from vs) Message-Id: <200408271605.i7RG5r5K063965@repoman.freebsd.org> From: Volker Stolz <vs@FreeBSD.org> Date: Fri, 27 Aug 2004 16:05:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese Makefile ports/japanese/edict-utf-8 Makefile distinfo pkg-descr pkg-plist ports/japanese/edict-utf-8/files patch-aa patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 16:06:02 -0000 vs 2004-08-27 16:05:53 UTC FreeBSD ports repository Modified files: japanese Makefile japanese/edict-utf-8 Makefile distinfo pkg-descr Removed files: japanese/edict-utf-8 pkg-plist japanese/edict-utf-8/files patch-aa patch-ab Log: UTF-8-version of japanese/edict dictionary files PR: ports/69745 Submitted by: Michael Johnson Revision Changes Path 1.547 +1 -0 ports/japanese/Makefile 1.20 +22 -96 ports/japanese/edict-utf-8/Makefile 1.8 +38 -40 ports/japanese/edict-utf-8/distinfo 1.4 +0 -38 ports/japanese/edict-utf-8/files/patch-aa (dead) 1.3 +0 -11 ports/japanese/edict-utf-8/files/patch-ab (dead) 1.5 +2 -21 ports/japanese/edict-utf-8/pkg-descr 1.6 +0 -72 ports/japanese/edict-utf-8/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Fri Aug 27 16:07:48 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23DA216A4CE; Fri, 27 Aug 2004 16:07:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03B6D43D6D; Fri, 27 Aug 2004 16:07:48 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RG7lb3064028; Fri, 27 Aug 2004 16:07:47 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RG7lv7064027; Fri, 27 Aug 2004 16:07:47 GMT (envelope-from vs) Message-Id: <200408271607.i7RG7lv7064027@repoman.freebsd.org> From: Volker Stolz <vs@FreeBSD.org> Date: Fri, 27 Aug 2004 16:07:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 16:07:48 -0000 vs 2004-08-27 16:07:47 UTC FreeBSD ports repository Modified files: . modules Log: Hook up japanese/edict-utf-8 PR: ports/69745 Submitted by: Michael Johnson Revision Changes Path 1.10997 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Aug 27 16:10:15 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1744F16A4CE; Fri, 27 Aug 2004 16:10:15 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC28B43D54; Fri, 27 Aug 2004 16:10:14 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 021AF6520F; Fri, 27 Aug 2004 17:10:13 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 58369-03-3; Fri, 27 Aug 2004 17:10:12 +0100 (BST) Received: from empiric.dek.spc.org (dhcp113.icir.org [192.150.187.113]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 6C8796520E; Fri, 27 Aug 2004 17:10:12 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 72E8C629F; Fri, 27 Aug 2004 09:10:07 -0700 (PDT) Date: Fri, 27 Aug 2004 09:10:07 -0700 From: Bruce M Simpson <bms@spc.org> To: Andre Oppermann <andre@FreeBSD.org> Message-ID: <20040827161007.GA833@empiric.icir.org> Mail-Followup-To: Andre Oppermann <andre@FreeBSD.org>, src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200408271516.i7RFGO8L061926@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408271516.i7RFGO8L061926@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 ipfirewall.4 src/share/man/man9 pfil.9 src/sys/alpha/conf GENERIC src/sys/amd64/conf GENERIC src/sys/conf NOTES files options src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC SKI src/sys/modules/bridge Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 16:10:15 -0000 On Fri, Aug 27, 2004 at 03:16:24PM +0000, Andre Oppermann wrote: > Log: > Always compile PFIL_HOOKS into the kernel and remove the associated kernel > compile option. All FreeBSD packet filters now use the PFIL_HOOKS API and > thus it becomes a standard part of the network stack. Hopefully this change can be MT5'd. BMS From owner-cvs-all@FreeBSD.ORG Fri Aug 27 16:13:51 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4307316A4CE; Fri, 27 Aug 2004 16:13:51 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5AEE43D41; Fri, 27 Aug 2004 16:13:50 +0000 (GMT) (envelope-from max@love2party.net) Received: from [212.227.126.179] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1C0jMM-00008x-00; Fri, 27 Aug 2004 18:13:50 +0200 Received: from [217.83.3.211] (helo=donor.laier.local) by mrelayng.kundenserver.de with asmtp (TLSv1:RC4-MD5:128) (Exim 3.35 #1) id 1C0jML-0002Yy-00; Fri, 27 Aug 2004 18:13:50 +0200 From: Max Laier <max@love2party.net> To: Andre Oppermann <andre@FreeBSD.org> Date: Fri, 27 Aug 2004 18:12:11 +0200 User-Agent: KMail/1.6.2 References: <200408271516.i7RFGO8L061926@repoman.freebsd.org> In-Reply-To: <200408271516.i7RFGO8L061926@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_i11LB3cInq8GUcK"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408271812.18748.max@love2party.net> X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:61c499deaeeba3ba5be80f48ecc83056 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 ipfirewall.4 src/share/man/man9 pfil.9 src/sys/alpha/conf GENERIC src/sys/amd64/conf GENERIC src/sys/conf NOTES files options src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC SKI src/sys/modules/bridge Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 16:13:51 -0000 --Boundary-02=_i11LB3cInq8GUcK Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 27 August 2004 17:16, Andre Oppermann wrote: > andre 2004-08-27 15:16:24 UTC > > FreeBSD src repository > > Modified files: > share/man/man4 ipfirewall.4 > share/man/man9 pfil.9 > sys/alpha/conf GENERIC > sys/amd64/conf GENERIC > sys/conf NOTES files options > sys/i386/conf GENERIC > sys/ia64/conf GENERIC SKI > sys/modules/bridge Makefile > sys/net bridge.c > sys/netinet ip_fastfwd.c ip_fw_pfil.c ip_input.c > ip_output.c ip_var.h > sys/netinet6 ip6_forward.c ip6_input.c ip6_output.c > ip6_var.h > sys/pc98/conf GENERIC > sys/powerpc/conf GENERIC > sys/sparc64/conf GENERIC > . UPDATING > Log: > Always compile PFIL_HOOKS into the kernel and remove the associated > kernel compile option. All FreeBSD packet filters now use the PFIL_HOOKS > API and thus it becomes a standard part of the network stack. > > If no hooks are connected the entire packet filter hooks section and > related activities are jumped over. This removes any performance impact = if > no hooks are active. Great!!! Maybe we should hide: if (inet_pfil_hook.ph_busy_count =3D=3D -1) behind a macro in case we modify the locking for pfil_hooks in the future. = I=20 am thinking of something like: if (PFIL_IS_EMPTY(&inet_pfil_hook)) If you agree, I can roll a diff. =2D-=20 /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News --Boundary-02=_i11LB3cInq8GUcK Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQBBL11iXyyEoT62BG0RAtgYAJ0TKHo1ESlB4cO0AHfTz/NiEkm0JACbBMza 8aBucHqCFwMRblm2JeM71lc= =nUFp -----END PGP SIGNATURE----- --Boundary-02=_i11LB3cInq8GUcK-- From owner-cvs-all@FreeBSD.ORG Fri Aug 27 16:13:52 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EFB716A4D1; Fri, 27 Aug 2004 16:13:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51DBF43D53; Fri, 27 Aug 2004 16:13:52 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RGDqeN064215; Fri, 27 Aug 2004 16:13:52 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RGDqOg064214; Fri, 27 Aug 2004 16:13:52 GMT (envelope-from vs) Message-Id: <200408271613.i7RGDqOg064214@repoman.freebsd.org> From: Volker Stolz <vs@FreeBSD.org> Date: Fri, 27 Aug 2004 16:13:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mod_dav Makefile pkg-install pkg-plist ports/www/mod_dav/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 16:13:52 -0000 vs 2004-08-27 16:13:52 UTC FreeBSD ports repository Modified files: www/mod_dav Makefile Added files: www/mod_dav pkg-install www/mod_dav/files pkg-message.in Removed files: www/mod_dav pkg-plist Log: Re-package: - Drop pkg-plist in favour of PLIST_FILES - Use pkg-message instead of post-install-target - Synchronize installation from port and package: The module wasn't enabled after installing from the package - Create files necessary for locking to work out-of-the-box Approved by: clement Revision Changes Path 1.15 +15 -10 ports/www/mod_dav/Makefile 1.1 +10 -0 ports/www/mod_dav/files/pkg-message.in (new) 1.1 +23 -0 ports/www/mod_dav/pkg-install (new) 1.2 +0 -2 ports/www/mod_dav/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Fri Aug 27 16:15:18 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B90BA16A4CF; Fri, 27 Aug 2004 16:15:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9895943D53; Fri, 27 Aug 2004 16:15:18 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RGFIEG064288; Fri, 27 Aug 2004 16:15:18 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RGFI0o064287; Fri, 27 Aug 2004 16:15:18 GMT (envelope-from marcus) Message-Id: <200408271615.i7RGFI0o064287@repoman.freebsd.org> From: Joe Marcus Clarke <marcus@FreeBSD.org> Date: Fri, 27 Aug 2004 16:15:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/guppi/files patch-src_libguppipilot_guppi-view-interval.c patch-src_libguppiplot_guppi-view-interval.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 16:15:18 -0000 marcus 2004-08-27 16:15:18 UTC FreeBSD ports repository Added files: math/guppi/files patch-src_libguppiplot_guppi-view-interval.c Removed files: math/guppi/files patch-src_libguppipilot_guppi-view-interval.c Log: Fix a typo in the GCC 3.4.2 patch (I must have had Palm on the brain). Submitted by: Franz Klammer <klammer@webonaut.com> Revision Changes Path 1.2 +0 -10 ports/math/guppi/files/patch-src_libguppipilot_guppi-view-interval.c (dead) 1.1 +10 -0 ports/math/guppi/files/patch-src_libguppiplot_guppi-view-interval.c (new) From owner-cvs-all@FreeBSD.ORG Fri Aug 27 16:26:39 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C62116A4CE; Fri, 27 Aug 2004 16:26:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C1F743D1F; Fri, 27 Aug 2004 16:26:39 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RGQdLi064925; Fri, 27 Aug 2004 16:26:39 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RGQdtu064924; Fri, 27 Aug 2004 16:26:39 GMT (envelope-from vs) Message-Id: <200408271626.i7RGQdtu064924@repoman.freebsd.org> From: Volker Stolz <vs@FreeBSD.org> Date: Fri, 27 Aug 2004 16:26:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/gauche-kakasi Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 16:26:39 -0000 vs 2004-08-27 16:26:39 UTC FreeBSD ports repository Modified files: japanese/gauche-kakasi Makefile distinfo pkg-plist Log: Update to 0.1 PR: ports/70435 Submitted by: Kimura Fuyuki (maintainer) Revision Changes Path 1.6 +11 -7 ports/japanese/gauche-kakasi/Makefile 1.3 +2 -2 ports/japanese/gauche-kakasi/distinfo 1.2 +1 -3 ports/japanese/gauche-kakasi/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Aug 27 16:27:49 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB7D616A4CE for <cvs-all@FreeBSD.org>; Fri, 27 Aug 2004 16:27:49 +0000 (GMT) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2CA243D7C for <cvs-all@FreeBSD.org>; Fri, 27 Aug 2004 16:27:48 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 58595 invoked from network); 27 Aug 2004 16:26:26 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.53]) (envelope-sender <andre@freebsd.org>) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for <max@love2party.net>; 27 Aug 2004 16:26:26 -0000 Message-ID: <412F6108.8C380C17@freebsd.org> Date: Fri, 27 Aug 2004 18:27:52 +0200 From: Andre Oppermann <andre@freebsd.org> X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Max Laier <max@love2party.net> References: <200408271516.i7RFGO8L061926@repoman.freebsd.org> <200408271812.18748.max@love2party.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 ipfirewall.4 src/share/man/man9 pfil.9 src/sys/alpha/conf GENERIC src/sys/amd64/conf GENERIC src/sys/conf NOTES files options src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC SKI src/sys/modules/bridge Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 16:27:49 -0000 Max Laier wrote: > > On Friday 27 August 2004 17:16, Andre Oppermann wrote: > > andre 2004-08-27 15:16:24 UTC > > > > FreeBSD src repository > > > > Modified files: > > share/man/man4 ipfirewall.4 > > share/man/man9 pfil.9 > > sys/alpha/conf GENERIC > > sys/amd64/conf GENERIC > > sys/conf NOTES files options > > sys/i386/conf GENERIC > > sys/ia64/conf GENERIC SKI > > sys/modules/bridge Makefile > > sys/net bridge.c > > sys/netinet ip_fastfwd.c ip_fw_pfil.c ip_input.c > > ip_output.c ip_var.h > > sys/netinet6 ip6_forward.c ip6_input.c ip6_output.c > > ip6_var.h > > sys/pc98/conf GENERIC > > sys/powerpc/conf GENERIC > > sys/sparc64/conf GENERIC > > . UPDATING > > Log: > > Always compile PFIL_HOOKS into the kernel and remove the associated > > kernel compile option. All FreeBSD packet filters now use the PFIL_HOOKS > > API and thus it becomes a standard part of the network stack. > > > > If no hooks are connected the entire packet filter hooks section and > > related activities are jumped over. This removes any performance impact if > > no hooks are active. > > Great!!! > > Maybe we should hide: > if (inet_pfil_hook.ph_busy_count == -1) > behind a macro in case we modify the locking for pfil_hooks in the future. I > am thinking of something like: > if (PFIL_IS_EMPTY(&inet_pfil_hook)) Checking for (inet_pfil_hook.ph_busy_count == -1) is the official to see if there are any hooks connected. I don't think we need to abstract this in a macro. -- Andre From owner-cvs-all@FreeBSD.ORG Fri Aug 27 16:31:26 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88FBF16A4F6; Fri, 27 Aug 2004 16:31:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40BB543D31; Fri, 27 Aug 2004 16:31:26 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RGVQor065134; Fri, 27 Aug 2004 16:31:26 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RGVQPR065133; Fri, 27 Aug 2004 16:31:26 GMT (envelope-from vs) Message-Id: <200408271631.i7RGVQPR065133@repoman.freebsd.org> From: Volker Stolz <vs@FreeBSD.org> Date: Fri, 27 Aug 2004 16:31:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/metapixel Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 16:31:26 -0000 vs 2004-08-27 16:31:26 UTC FreeBSD ports repository Modified files: graphics/metapixel Makefile Removed files: graphics/metapixel pkg-plist Log: - Install documentation - Use PLIST_FILES PR: ports/70214 Submitted by: Ulrich Spoerlein Approved by: maintainer Revision Changes Path 1.11 +9 -0 ports/graphics/metapixel/Makefile 1.4 +0 -6 ports/graphics/metapixel/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Fri Aug 27 16:32:24 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D867416A4CE; Fri, 27 Aug 2004 16:32:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B863443D31; Fri, 27 Aug 2004 16:32:23 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RGWNTd065170; Fri, 27 Aug 2004 16:32:23 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RGWNXo065169; Fri, 27 Aug 2004 16:32:23 GMT (envelope-from ume) Message-Id: <200408271632.i7RGWNXo065169@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Fri, 27 Aug 2004 16:32:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/pips800 Makefile.pips X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 16:32:24 -0000 ume 2004-08-27 16:32:23 UTC FreeBSD ports repository Modified files: print/pips800 Makefile.pips Log: - simplify matching pattern. - simplify version checking. - preparation for adding the drivers which version is 2.5.2. - fix build of some drivers on 4.X. [*1] Reported by: hrs [*1] Revision Changes Path 1.7 +57 -39 ports/print/pips800/Makefile.pips From owner-cvs-all@FreeBSD.ORG Fri Aug 27 16:35:56 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C36416A4CE; Fri, 27 Aug 2004 16:35:56 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6A9E43D1D; Fri, 27 Aug 2004 16:35:55 +0000 (GMT) (envelope-from max@love2party.net) Received: from [212.227.126.208] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1C0jhj-00073T-00; Fri, 27 Aug 2004 18:35:55 +0200 Received: from [217.83.3.211] (helo=donor.laier.local) by mrelayng.kundenserver.de with asmtp (TLSv1:RC4-MD5:128) (Exim 3.35 #1) id 1C0jhi-0005m6-00; Fri, 27 Aug 2004 18:35:55 +0200 From: Max Laier <max@love2party.net> To: Andre Oppermann <andre@freebsd.org> Date: Fri, 27 Aug 2004 18:34:23 +0200 User-Agent: KMail/1.6.2 References: <200408271516.i7RFGO8L061926@repoman.freebsd.org> <200408271812.18748.max@love2party.net> <412F6108.8C380C17@freebsd.org> In-Reply-To: <412F6108.8C380C17@freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_QK2LB+NmFWZFh3X"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408271834.24506.max@love2party.net> X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:61c499deaeeba3ba5be80f48ecc83056 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 ipfirewall.4 src/share/man/man9 pfil.9 src/sys/alpha/conf GENERIC src/sys/amd64/conf GENERIC src/sys/conf NOTES files options src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC SKI src/sys/modules/bridge Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 16:35:56 -0000 --Boundary-02=_QK2LB+NmFWZFh3X Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 27 August 2004 18:27, Andre Oppermann wrote: > Max Laier wrote: > > On Friday 27 August 2004 17:16, Andre Oppermann wrote: > > > andre 2004-08-27 15:16:24 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > share/man/man4 ipfirewall.4 > > > share/man/man9 pfil.9 > > > sys/alpha/conf GENERIC > > > sys/amd64/conf GENERIC > > > sys/conf NOTES files options > > > sys/i386/conf GENERIC > > > sys/ia64/conf GENERIC SKI > > > sys/modules/bridge Makefile > > > sys/net bridge.c > > > sys/netinet ip_fastfwd.c ip_fw_pfil.c ip_input.c > > > ip_output.c ip_var.h > > > sys/netinet6 ip6_forward.c ip6_input.c ip6_output.c > > > ip6_var.h > > > sys/pc98/conf GENERIC > > > sys/powerpc/conf GENERIC > > > sys/sparc64/conf GENERIC > > > . UPDATING > > > Log: > > > Always compile PFIL_HOOKS into the kernel and remove the associated > > > kernel compile option. All FreeBSD packet filters now use the > > > PFIL_HOOKS API and thus it becomes a standard part of the network > > > stack. > > > > > > If no hooks are connected the entire packet filter hooks section and > > > related activities are jumped over. This removes any performance > > > impact if no hooks are active. > > > > Great!!! > > > > Maybe we should hide: > > if (inet_pfil_hook.ph_busy_count =3D=3D -1) > > behind a macro in case we modify the locking for pfil_hooks in the > > future. I am thinking of something like: > > if (PFIL_IS_EMPTY(&inet_pfil_hook)) > > Checking for (inet_pfil_hook.ph_busy_count =3D=3D -1) is the official to = see if > there are any hooks connected. I don't think we need to abstract this in= a > macro. Well, having written the locking there I can tell you that ph_busy_count is= =20 really an *internal* value of the locking and should not be used directly. = At=20 least as long as we want to be able to change the locking at a later point. Right now pfil uses a handrolled sleep lock (as the default sx(9) lock is n= ot=20 very suitable or fast) but this might change in the future. Using=20 ph_busy_count globaly will make that change more difficult. Moreover, I find PFIL_IS_EMPTY much easier to understand. =2D-=20 /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News --Boundary-02=_QK2LB+NmFWZFh3X Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQBBL2KQXyyEoT62BG0RAnTLAJ0eqLDrABhHOsBWfocS+qhYrB9T+gCdGppc REq/QZ/5y0l4h2q6erUTaZ8= =t0x2 -----END PGP SIGNATURE----- --Boundary-02=_QK2LB+NmFWZFh3X-- From owner-cvs-all@FreeBSD.ORG Fri Aug 27 16:36:56 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D37916A4CE; Fri, 27 Aug 2004 16:36:56 +0000 (GMT) Received: from fillmore.dyndns.org (port-212-202-50-15.dynamic.qsc.de [212.202.50.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF59843D4C; Fri, 27 Aug 2004 16:36:55 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-13.local ([172.16.0.13]) by fillmore.dyndns.org with esmtps (TLSv1:DES-CBC3-SHA:168) (Exim 4.42 (FreeBSD)) id 1C0jie-000O3R-TD; Fri, 27 Aug 2004 18:36:55 +0200 Date: Fri, 27 Aug 2004 18:37:06 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: Volker Stolz <vs@FreeBSD.org>, Clement Laforet <clement@FreeBSD.org> From: Oliver Eikemeier <eikemeier@fillmore-labs.com> In-Reply-To: <200408271613.i7RGDqOg064214@repoman.freebsd.org> Message-Id: <557AD996-F847-11D8-AC6A-00039312D914@fillmore-labs.com> Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/mod_dav Makefile pkg-install pkg-plist ports/www/mod_dav/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 16:36:56 -0000 Volker Stolz wrote: > vs 2004-08-27 16:13:52 UTC > > FreeBSD ports repository > > Modified files: > www/mod_dav Makefile > Added files: > www/mod_dav pkg-install > www/mod_dav/files pkg-message.in > Removed files: > www/mod_dav pkg-plist > Log: > Re-package: > - Drop pkg-plist in favour of PLIST_FILES > - Use pkg-message instead of post-install-target > - Synchronize installation from port and package: > The module wasn't enabled after installing from the package > - Create files necessary for locking to work out-of-the-box > > Approved by: clement > > Revision Changes Path > 1.15 +15 -10 ports/www/mod_dav/Makefile > 1.1 +10 -0 ports/www/mod_dav/files/pkg-message.in (new) > 1.1 +23 -0 ports/www/mod_dav/pkg-install (new) > 1.2 +0 -2 ports/www/mod_dav/pkg-plist (dead) Sorry when I'm telling nonsense, but it seems like WWWOWN:WWWGRP is undefined in pkg_install. Besides, apxs lives at ${LOCALBASE}, not ${PKG_PREFIX}. Perhaps this should be run through sed too, and preferably in a post-patch/post-configure step (just a style nit)? -Oliver From owner-cvs-all@FreeBSD.ORG Fri Aug 27 16:40:59 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC57816A4CE; Fri, 27 Aug 2004 16:40:59 +0000 (GMT) Received: from atlas.informatik.rwth-aachen.de (atlas.informatik.RWTH-Aachen.DE [137.226.194.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08B9743D66; Fri, 27 Aug 2004 16:40:59 +0000 (GMT) (envelope-from stolz@i2.informatik.rwth-aachen.de) Received: from i2.informatik.rwth-aachen.de (menelaos.informatik.RWTH-Aachen.DE [137.226.194.73]) with ESMTP id i7RGeqZB010106; Fri, 27 Aug 2004 18:40:52 +0200 Received: (from stolz@localhost)i7RGeqIa020426; Fri, 27 Aug 2004 18:40:52 +0200 (CEST) (envelope-from stolz) Date: Fri, 27 Aug 2004 18:40:52 +0200 From: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> To: Oliver Eikemeier <eikemeier@fillmore-labs.com> Message-ID: <20040827164052.GB96431@i2.informatik.rwth-aachen.de> References: <200408271613.i7RGDqOg064214@repoman.freebsd.org> <557AD996-F847-11D8-AC6A-00039312D914@fillmore-labs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <557AD996-F847-11D8-AC6A-00039312D914@fillmore-labs.com> X-PGP-Key: finger vs@foldr.org X-PGP-Id: 0x3FD1B6B5 User-Agent: Mutt/1.5.6i cc: Clement Laforet <clement@FreeBSD.org> cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/mod_dav Makefile pkg-install pkg-plist ports/www/mod_dav/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 16:41:00 -0000 On Fri, Aug 27, 2004 at 06:37:06PM +0200, Oliver Eikemeier wrote: > Sorry when I'm telling nonsense, but it seems like WWWOWN:WWWGRP is > undefined in pkg_install. Besides, apxs lives at ${LOCALBASE}, not > ${PKG_PREFIX}. Perhaps this should be run through sed too, and > preferably in a post-patch/post-configure step (just a style nit)? Keen eye-sight, indeed. Will fix immediately. -- http://www-i2.informatik.rwth-aachen.de/stolz/ *** PGP *** S/MIME L-Attriwutgrammatik From owner-cvs-all@FreeBSD.ORG Fri Aug 27 16:57:29 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B07916A4CE; Fri, 27 Aug 2004 16:57:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFC1B43D46; Fri, 27 Aug 2004 16:57:28 +0000 (GMT) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RGvSZq065913; Fri, 27 Aug 2004 16:57:28 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RGvSmZ065912; Fri, 27 Aug 2004 16:57:28 GMT (envelope-from dfr) Message-Id: <200408271657.i7RGvSmZ065912@repoman.freebsd.org> From: Doug Rabson <dfr@FreeBSD.org> Date: Fri, 27 Aug 2004 16:57:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/lib/libc/gen tls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 16:57:29 -0000 dfr 2004-08-27 16:57:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libc/gen tls.c Log: MFC: Fix variant I tls initialisation for static binaries Approved by: re (scottl) Revision Changes Path 1.2.2.2 +2 -0 src/lib/libc/gen/tls.c From owner-cvs-all@FreeBSD.ORG Fri Aug 27 17:04:58 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CE6216A4D0 for <cvs-all@FreeBSD.org>; Fri, 27 Aug 2004 17:04:58 +0000 (GMT) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 401A143D49 for <cvs-all@FreeBSD.org>; Fri, 27 Aug 2004 17:04:57 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 58868 invoked from network); 27 Aug 2004 17:03:34 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.53]) (envelope-sender <andre@freebsd.org>) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for <max@love2party.net>; 27 Aug 2004 17:03:34 -0000 Message-ID: <412F69BC.51FDDA2E@freebsd.org> Date: Fri, 27 Aug 2004 19:05:00 +0200 From: Andre Oppermann <andre@freebsd.org> X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Max Laier <max@love2party.net> References: <200408271516.i7RFGO8L061926@repoman.freebsd.org> <200408271812.18748.max@love2party.net> <412F6108.8C380C17@freebsd.org> <200408271834.24506.max@love2party.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 ipfirewall.4 src/share/man/man9 pfil.9 src/sys/alpha/conf GENERIC src/sys/amd64/conf GENERIC src/sys/conf NOTES files options src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC SKI src/sys/modules/bridge Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 17:04:58 -0000 Max Laier wrote: > > On Friday 27 August 2004 18:27, Andre Oppermann wrote: > > Max Laier wrote: > > > On Friday 27 August 2004 17:16, Andre Oppermann wrote: > > > > andre 2004-08-27 15:16:24 UTC > > > > > > > > FreeBSD src repository > > > > > > > > Modified files: > > > > share/man/man4 ipfirewall.4 > > > > share/man/man9 pfil.9 > > > > sys/alpha/conf GENERIC > > > > sys/amd64/conf GENERIC > > > > sys/conf NOTES files options > > > > sys/i386/conf GENERIC > > > > sys/ia64/conf GENERIC SKI > > > > sys/modules/bridge Makefile > > > > sys/net bridge.c > > > > sys/netinet ip_fastfwd.c ip_fw_pfil.c ip_input.c > > > > ip_output.c ip_var.h > > > > sys/netinet6 ip6_forward.c ip6_input.c ip6_output.c > > > > ip6_var.h > > > > sys/pc98/conf GENERIC > > > > sys/powerpc/conf GENERIC > > > > sys/sparc64/conf GENERIC > > > > . UPDATING > > > > Log: > > > > Always compile PFIL_HOOKS into the kernel and remove the associated > > > > kernel compile option. All FreeBSD packet filters now use the > > > > PFIL_HOOKS API and thus it becomes a standard part of the network > > > > stack. > > > > > > > > If no hooks are connected the entire packet filter hooks section and > > > > related activities are jumped over. This removes any performance > > > > impact if no hooks are active. > > > > > > Great!!! > > > > > > Maybe we should hide: > > > if (inet_pfil_hook.ph_busy_count == -1) > > > behind a macro in case we modify the locking for pfil_hooks in the > > > future. I am thinking of something like: > > > if (PFIL_IS_EMPTY(&inet_pfil_hook)) > > > > Checking for (inet_pfil_hook.ph_busy_count == -1) is the official to see if > > there are any hooks connected. I don't think we need to abstract this in a > > macro. > > Well, having written the locking there I can tell you that ph_busy_count is > really an *internal* value of the locking and should not be used directly. At > least as long as we want to be able to change the locking at a later point. > > Right now pfil uses a handrolled sleep lock (as the default sx(9) lock is not > very suitable or fast) but this might change in the future. Using > ph_busy_count globaly will make that change more difficult. > > Moreover, I find PFIL_IS_EMPTY much easier to understand. Ok, you convinced me. I'm going to make it macro called PFIL_IS_HOOKED. This seems to be a little bit more descriptive than IS_EMPTY. IS_EMPTY is easy to confuse with some kind of packet queue or so (which PFIL_HOOKS isn't). -- Andre From owner-cvs-all@FreeBSD.ORG Fri Aug 27 17:08:24 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDCC816A4CE; Fri, 27 Aug 2004 17:08:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F98743D48; Fri, 27 Aug 2004 17:08:24 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RH8OSj066255; Fri, 27 Aug 2004 17:08:24 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RH8O0S066254; Fri, 27 Aug 2004 17:08:24 GMT (envelope-from phk) Message-Id: <200408271708.i7RH8O0S066254@repoman.freebsd.org> From: Poul-Henning Kamp <phk@FreeBSD.org> Date: Fri, 27 Aug 2004 17:08:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/fdc fdc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 17:08:24 -0000 phk 2004-08-27 17:08:24 UTC FreeBSD src repository Modified files: sys/dev/fdc fdc.c Log: Hide a printf under bootverbose. Revision Changes Path 1.286 +3 -1 src/sys/dev/fdc/fdc.c From owner-cvs-all@FreeBSD.ORG Fri Aug 27 17:30:07 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33D1A16A4CE; Fri, 27 Aug 2004 17:30:07 +0000 (GMT) Received: from ylpvm43.prodigy.net (ylpvm43-ext.prodigy.net [207.115.57.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id E862D43D2F; Fri, 27 Aug 2004 17:30:06 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-63-207-60-253.dsl.lsan03.pacbell.net [63.207.60.253]) i7RHUAnA017614; Fri, 27 Aug 2004 13:30:10 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 2016C5265B; Fri, 27 Aug 2004 10:30:05 -0700 (PDT) Date: Fri, 27 Aug 2004 10:30:04 -0700 From: Kris Kennaway <kris@obsecurity.org> To: "David O'Brien" <obrien@FreeBSD.org> Message-ID: <20040827173004.GA57779@xor.obsecurity.org> References: <200408270116.i7R1GmiF036802@repoman.freebsd.org> <20040827043857.GA16903@xor.obsecurity.org> <20040827152541.GB59283@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pf9I7BMVVzbSWLtt" Content-Disposition: inline In-Reply-To: <20040827152541.GB59283@dragon.nuxi.com> User-Agent: Mutt/1.4.2.1i cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Kris Kennaway <kris@obsecurity.org> Subject: Re: cvs commit: ports/devel/gettext Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 17:30:07 -0000 --pf9I7BMVVzbSWLtt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 27, 2004 at 08:25:41AM -0700, David O'Brien wrote: > > 1) You also silently removed the dependency on expat. > Would you like me to 1. do a forced commit explaining why the depenancy > was removed, or 2. back this part out and wait a little more time to see > if someone comes up with a need for the depenancy? 2) please, since it does require expat. > > 2) User control knobs of this nature must be in the WITH_*/WITHOUT_* > > namespace, not NO_*. >=20 > I spoke to two of the "OPTIONS" authors about adding > NO_${PORTNAME}_OPTIONS and they thought it was a good idea. Neither came > back saying it should be spelled WITHOUT_${PORTNAME}_OPTIONS. Based on > your comments, I'll rename it to WITHOUT_${PORTNAME}_OPTIONS until a knob > to turn off options per-port gets implemented and committed to > bsd.port.mk. Thanks. Kris --pf9I7BMVVzbSWLtt Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBL2+cWry0BWjoQKURAq5hAKCd3UT6Y2X1TOXNYLfsXGTQ20tKPACfZBHi UfqtLmQ3KkdfmkasScebn2I= =ePTR -----END PGP SIGNATURE----- --pf9I7BMVVzbSWLtt-- From owner-cvs-all@FreeBSD.ORG Fri Aug 27 17:50:32 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9E4E16A4CE; Fri, 27 Aug 2004 17:50:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C38943D66; Fri, 27 Aug 2004 17:50:32 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RHoWmY067363; Fri, 27 Aug 2004 17:50:32 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RHoWSI067362; Fri, 27 Aug 2004 17:50:32 GMT (envelope-from obrien) Message-Id: <200408271750.i7RHoWSI067362@repoman.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Fri, 27 Aug 2004 17:50:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/vim Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 17:50:32 -0000 obrien 2004-08-27 17:50:32 UTC FreeBSD ports repository Modified files: editors/vim Makefile distinfo Log: Update to Vim 6.3 patchlevel 16 Revision Changes Path 1.260 +1 -1 ports/editors/vim/Makefile 1.153 +2 -0 ports/editors/vim/distinfo From owner-cvs-all@FreeBSD.ORG Fri Aug 27 17:52:07 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B10D16A4CE; Fri, 27 Aug 2004 17:52:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C18443D66; Fri, 27 Aug 2004 17:52:07 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RHq6Qr067449; Fri, 27 Aug 2004 17:52:07 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RHq6KO067448; Fri, 27 Aug 2004 17:52:06 GMT (envelope-from obrien) Message-Id: <200408271752.i7RHq6KO067448@repoman.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Fri, 27 Aug 2004 17:52:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/gettext Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 17:52:07 -0000 obrien 2004-08-27 17:52:06 UTC FreeBSD ports repository Modified files: devel/gettext Makefile Log: Previous revision accidently deleted the expat.5 dependancy. s/NO_${PORTNAME}_OPTIONS/WITHOUT_${PORTNAME}_OPTIONS/ Revision Changes Path 1.63 +3 -1 ports/devel/gettext/Makefile From owner-cvs-all@FreeBSD.ORG Fri Aug 27 18:24:59 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93CE416A4CE; Fri, 27 Aug 2004 18:24:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7424D43D31; Fri, 27 Aug 2004 18:24:59 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RIOxcY068370; Fri, 27 Aug 2004 18:24:59 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RIOxds068369; Fri, 27 Aug 2004 18:24:59 GMT (envelope-from rwatson) Message-Id: <200408271824.i7RIOxds068369@repoman.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Fri, 27 Aug 2004 18:24:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netkey key.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 18:24:59 -0000 rwatson 2004-08-27 18:24:59 UTC FreeBSD src repository Modified files: sys/netkey key.c Log: Diff reduce against KAME: minor white space synchronization to KAME tree. Revision Changes Path 1.66 +4 -4 src/sys/netkey/key.c From owner-cvs-all@FreeBSD.ORG Fri Aug 27 18:28:44 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77C2616A4CE; Fri, 27 Aug 2004 18:28:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A68D43D39; Fri, 27 Aug 2004 18:28:44 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RISiUP068559; Fri, 27 Aug 2004 18:28:44 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RISiSm068558; Fri, 27 Aug 2004 18:28:44 GMT (envelope-from marcus) Message-Id: <200408271828.i7RISiSm068558@repoman.freebsd.org> From: Joe Marcus Clarke <marcus@FreeBSD.org> Date: Fri, 27 Aug 2004 18:28:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Tools/portbuild/scripts portbuild X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 18:28:44 -0000 marcus 2004-08-27 18:28:44 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts portbuild Log: Use a consistent PATH in both portbuild and dopackages. Revision Changes Path 1.34 +1 -1 ports/Tools/portbuild/scripts/portbuild From owner-cvs-all@FreeBSD.ORG Fri Aug 27 18:31:12 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32D6E16A4CE; Fri, 27 Aug 2004 18:31:12 +0000 (GMT) Received: from visp.engelschall.com (visp.engelschall.com [195.27.176.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E3E643D2D; Fri, 27 Aug 2004 18:31:11 +0000 (GMT) (envelope-from rse@engelschall.com) Received: by visp.engelschall.com (Postfix, from userid 1005) id CA80F4CE88D; Fri, 27 Aug 2004 20:31:16 +0200 (CEST) Received: by en1.engelschall.com (Postfix, from userid 10000) id 6CA2C28662; Fri, 27 Aug 2004 20:30:54 +0200 (CEST) Date: Fri, 27 Aug 2004 20:30:54 +0200 From: "Ralf S. Engelschall" <rse@engelschall.com> To: Alan Cox <alc@FreeBSD.org> Message-ID: <20040827183054.GA28028@engelschall.com> References: <200408270250.i7R2own4039376@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408270250.i7R2own4039376@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Organization: Engelschall, Germany. X-Web-Homepage: http://www.engelschall.com/ X-PGP-Public-Key: http://www.engelschall.com/ho/rse/pgprse.asc X-PGP-Fingerprint: 00 C9 21 8E D1 AB 70 37 DD 67 A2 3A 0A 6F 8D A5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/amd64 mp_machdep.c pmap.c src/sys/i386/i386 mp_machdep.c pmap.c src/sys/kern subr_smp.c src/sys/sys smp.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: rse@engelschall.com List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 18:31:12 -0000 On Fri, Aug 27, 2004, Alan Cox wrote: > FreeBSD src repository > > Modified files: (Branch: RELENG_5) > sys/amd64/amd64 mp_machdep.c pmap.c > sys/i386/i386 mp_machdep.c pmap.c > sys/kern subr_smp.c > sys/sys smp.h > Log: > MFC the fix for cross-ipi smp deadlocks. This includes: > > Revision Path > 1.243 amd64/amd64/mp_machdep.c > 1.492 amd64/amd64/pmap.c > 1.236 i386/i386/mp_machdep.c > 1.495 i386/i386/pmap.c > 1.189 kern/subr_smp.c > 1.78 sys/smp.h Great! This seems to have finally fixed the system freezes I was confronted with on a few SMP boxes of type HP DL380 G1/G3. On mostly every "make buildworld" they fully deadlocked and with these fixes they now at least already survived 3 repetitions. Thanks. Ralf S. Engelschall rse@engelschall.com www.engelschall.com From owner-cvs-all@FreeBSD.ORG Fri Aug 27 18:33:07 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF76416A4CE; Fri, 27 Aug 2004 18:33:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1C7743D3F; Fri, 27 Aug 2004 18:33:07 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RIX7Rx068934; Fri, 27 Aug 2004 18:33:07 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RIX74c068931; Fri, 27 Aug 2004 18:33:07 GMT (envelope-from ume) Message-Id: <200408271833.i7RIX74c068931@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Fri, 27 Aug 2004 18:33:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/pips800 Makefile.pips X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 18:33:08 -0000 ume 2004-08-27 18:33:07 UTC FreeBSD ports repository Modified files: print/pips800 Makefile.pips Log: more for PM-730C, PM-G700, PM-G800 and PX-V700. Revision Changes Path 1.8 +17 -5 ports/print/pips800/Makefile.pips From owner-cvs-all@FreeBSD.ORG Fri Aug 27 18:33:08 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 905FB16A4CF; Fri, 27 Aug 2004 18:33:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BC7143D3F; Fri, 27 Aug 2004 18:33:08 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RIX8ub068974; Fri, 27 Aug 2004 18:33:08 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RIX8fw068973; Fri, 27 Aug 2004 18:33:08 GMT (envelope-from andre) Message-Id: <200408271833.i7RIX8fw068973@repoman.freebsd.org> From: Andre Oppermann <andre@FreeBSD.org> Date: Fri, 27 Aug 2004 18:33:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/hfa fore_receive.c src/sys/dev/idt idt_harp.c src/sys/dev/ppbus if_plip.c src/sys/i4b/driver i4b_ipr.c src/sys/net if_loop.c if_ppp.c if_sl.c if_spppsubr.c netisr.c rtsock.c src/sys/netgraph/atm/atmpif ng_atmpif_harp.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 18:33:08 -0000 andre 2004-08-27 18:33:08 UTC FreeBSD src repository Modified files: sys/dev/hfa fore_receive.c sys/dev/idt idt_harp.c sys/dev/ppbus if_plip.c sys/i4b/driver i4b_ipr.c sys/net if_loop.c if_ppp.c if_sl.c if_spppsubr.c netisr.c rtsock.c sys/netgraph/atm/atmpif ng_atmpif_harp.c sys/netinet ip_mroute.c sys/netinet6 ah_input.c esp_input.c sys/netipsec ipsec_input.c xform_ipip.c Log: Apply error and success logic consistently to the function netisr_queue() and its users. netisr_queue() now returns (0) on success and ERRNO on failure. At the moment ENXIO (netisr queue not functional) and ENOBUFS (netisr queue full) are supported. Previously it would return (1) on success but the return value of IF_HANDOFF() was interpreted wrongly and (0) was actually returned on success. Due to this schednetisr() was never called to kick the scheduling of the isr. However this was masked by other normal packets coming through netisr_dispatch() causing the dequeueing of waiting packets. PR: kern/70988 Found by: MOROHOSHI Akihiko <moro@remus.dti.ne.jp> MFC after: 3 days Revision Changes Path 1.23 +1 -1 src/sys/dev/hfa/fore_receive.c 1.6 +1 -2 src/sys/dev/idt/idt_harp.c 1.36 +2 -2 src/sys/dev/ppbus/if_plip.c 1.28 +1 -5 src/sys/i4b/driver/i4b_ipr.c 1.102 +1 -1 src/sys/net/if_loop.c 1.101 +2 -2 src/sys/net/if_ppp.c 1.124 +1 -1 src/sys/net/if_sl.c 1.114 +1 -1 src/sys/net/if_spppsubr.c 1.11 +5 -3 src/sys/net/netisr.c 1.117 +1 -1 src/sys/net/rtsock.c 1.2 +1 -1 src/sys/netgraph/atm/atmpif/ng_atmpif_harp.c 1.108 +1 -1 src/sys/netinet/ip_mroute.c 1.19 +2 -2 src/sys/netinet6/ah_input.c 1.25 +2 -2 src/sys/netinet6/esp_input.c 1.8 +2 -2 src/sys/netipsec/ipsec_input.c 1.10 +1 -1 src/sys/netipsec/xform_ipip.c From owner-cvs-all@FreeBSD.ORG Fri Aug 27 18:40:08 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7361316A4CE; Fri, 27 Aug 2004 18:40:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5535043D53; Fri, 27 Aug 2004 18:40:08 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RIe8bx069314; Fri, 27 Aug 2004 18:40:08 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RIe8Ln069313; Fri, 27 Aug 2004 18:40:08 GMT (envelope-from ume) Message-Id: <200408271840.i7RIe8Ln069313@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Fri, 27 Aug 2004 18:40:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print Makefile ports/print/pips730 Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 18:40:08 -0000 ume 2004-08-27 18:40:08 UTC FreeBSD ports repository Modified files: print Makefile Added files: print/pips730 Makefile distinfo pkg-descr Log: add slave port for Photo Image Print System for Linux --- EPSON PM-730C Revision Changes Path 1.329 +1 -0 ports/print/Makefile 1.1 +16 -0 ports/print/pips730/Makefile (new) 1.1 +2 -0 ports/print/pips730/distinfo (new) 1.1 +7 -0 ports/print/pips730/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri Aug 27 18:40:15 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A018716A573; Fri, 27 Aug 2004 18:40:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 950BE43D62; Fri, 27 Aug 2004 18:40:15 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RIeFYh069400; Fri, 27 Aug 2004 18:40:15 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RIeFfr069399; Fri, 27 Aug 2004 18:40:15 GMT (envelope-from sem) Message-Id: <200408271840.i7RIeFfr069399@repoman.freebsd.org> From: Sergey Matveychuk <sem@FreeBSD.org> Date: Fri, 27 Aug 2004 18:40:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases Makefile ports/databases/mysqlcppapi Makefile distinfo pkg-descr pkg-plistpatch-mysqlcppapi-2.0.pc.in patch-mysqlcppapi-Connection.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 18:40:15 -0000 sem 2004-08-27 18:40:15 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/mysqlcppapi Makefile distinfo pkg-descr pkg-plist databases/mysqlcppapi/files patch-configure patch-mysqlcppapi-2.0.pc.in patch-mysqlcppapi-Connection.cc Log: A fork of mysql++ C++ API for MySQL PR: ports/70050 Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca> Revision Changes Path 1.384 +1 -0 ports/databases/Makefile 1.1 +45 -0 ports/databases/mysqlcppapi/Makefile (new) 1.1 +2 -0 ports/databases/mysqlcppapi/distinfo (new) 1.1 +13 -0 ports/databases/mysqlcppapi/files/patch-configure (new) 1.1 +11 -0 ports/databases/mysqlcppapi/files/patch-mysqlcppapi-2.0.pc.in (new) 1.1 +16 -0 ports/databases/mysqlcppapi/files/patch-mysqlcppapi-Connection.cc (new) 1.1 +14 -0 ports/databases/mysqlcppapi/pkg-descr (new) 1.1 +49 -0 ports/databases/mysqlcppapi/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Aug 27 18:41:00 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDAE316A4CE; Fri, 27 Aug 2004 18:41:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F4EA43D5D; Fri, 27 Aug 2004 18:41:00 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RIf02E069539; Fri, 27 Aug 2004 18:41:00 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RIf0UX069537; Fri, 27 Aug 2004 18:41:00 GMT (envelope-from sem) Message-Id: <200408271841.i7RIf0UX069537@repoman.freebsd.org> From: Sergey Matveychuk <sem@FreeBSD.org> Date: Fri, 27 Aug 2004 18:41:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 18:41:00 -0000 sem 2004-08-27 18:41:00 UTC FreeBSD ports repository Modified files: . modules Log: mysqlcppapi --> ports/databases/mysqlcppapi Revision Changes Path 1.10998 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Aug 27 18:41:42 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1469A16A4CE; Fri, 27 Aug 2004 18:41:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E84F443D55; Fri, 27 Aug 2004 18:41:41 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RIffX8069584; Fri, 27 Aug 2004 18:41:41 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RIffcT069583; Fri, 27 Aug 2004 18:41:41 GMT (envelope-from rwatson) Message-Id: <200408271841.i7RIffcT069583@repoman.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Fri, 27 Aug 2004 18:41:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netkey keysock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 18:41:42 -0000 rwatson 2004-08-27 18:41:41 UTC FreeBSD src repository Modified files: sys/netkey keysock.c Log: Semi-gratuitous white space synchronization with KAME tree: to reduce diffs against #ifdef'd version of IPSEC, use "struct thread *p" rather than "struct proc *p", fix some white space, and make some already inconsistent white space inconsiste differently. Revision Changes Path 1.28 +12 -10 src/sys/netkey/keysock.c From owner-cvs-all@FreeBSD.ORG Fri Aug 27 18:42:54 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8632C16A4CF for <cvs-all@FreeBSD.org>; Fri, 27 Aug 2004 18:42:54 +0000 (GMT) Received: from avocado.salatschuessel.net (avocado.salatschuessel.net [80.86.187.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B889D43D7C for <cvs-all@FreeBSD.org>; Fri, 27 Aug 2004 18:42:53 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: (qmail 78439 invoked from network); 27 Aug 2004 18:42:32 -0000 Received: from unknown (HELO kartoffel.salatschuessel.net) (80.86.187.43) by avocado.salatschuessel.net with SMTP; 27 Aug 2004 18:42:32 -0000 Date: Fri, 27 Aug 2004 20:42:47 +0200 From: Oliver Lehmann <oliver@FreeBSD.org> To: portmgr@freebsd.org Message-Id: <20040827204247.5aea0ce6.oliver@FreeBSD.org> In-Reply-To: <200408271752.i7RHq6KO067448@repoman.freebsd.org> References: <200408271752.i7RHq6KO067448@repoman.freebsd.org> X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Multipart=_Fri__27_Aug_2004_20_42_47_+0200_n6xt9+YAF6Kr5+HC" cc: cvs-ports@FreeBSD.org cc: obrien@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/gettext Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 18:42:54 -0000 This is a multi-part message in MIME format. --Multipart=_Fri__27_Aug_2004_20_42_47_+0200_n6xt9+YAF6Kr5+HC Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit David E. O'Brien wrote: > Log: > Previous revision accidently deleted the expat.5 dependancy. > s/NO_${PORTNAME}_OPTIONS/WITHOUT_${PORTNAME}_OPTIONS/ I would realy like to see this as a global option in bsd.port.mk. It's possible to define BATCH, but that is used for other things in port Makefiles too. For example: I have an system-wide definition of WITH(OUT)_* variables dependant on the portname. The OPTIONS-way interferes that. I would like to see that it's not a must-do to use that dialog menu (and only that...) Maybe it would be possible to implement an WITHOUT_OPTIONS .if-case which would print the things out defined in OPTIONS instead of dialog-ing them? Please find an example patch implementing this attached. It would looks like: root@kartoffel mozilla-devel> make -DWITHOUT_OPTIONS You may use the following build options: WITH_XFT=yes Enable: Enable Xft font anti-aliasing WITHOUT_CALENDAR=yes Disable: Enable the Calendar module WITH_MAILNEWS=yes Enable: Enable Mail and News modules WITH_COMPOSER=yes Enable: Enable the HTML Composer module WITHOUT_DEBUG=yes Disable: Enable debugging (i.e. gdb) support WITH_LDAP=yes Enable: Enable LDAP support for Mailnews WITH_CHATZILLA=yes Enable: Enable the Chatzilla IRC module WITH_XMLTERM=yes Enable: Enable the XMLTerm module WITHOUT_JAVASCRIPT_DEBUGGER=yes Disable: Enable the DTD and JavaScript debuggers WITHOUT_OPTIMIZED_CFLAGS=yes Disable: Enable -O2 optimizations WITHOUT_SMB=yes Disable: Enable smb:// URI support using gnomevfs ===> Vulnerability check disabled ^C root@kartoffel mozilla-devel> -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ --Multipart=_Fri__27_Aug_2004_20_42_47_+0200_n6xt9+YAF6Kr5+HC Content-Type: application/octet-stream; name="patch-bsd.port.mk" Content-Disposition: attachment; filename="patch-bsd.port.mk" Content-Transfer-Encoding: base64 SW5kZXg6IGJzZC5wb3J0Lm1rCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KUkNTIGZpbGU6IC9ob21lL3BjdnMvcG9ydHMv TWsvYnNkLnBvcnQubWssdgpyZXRyaWV2aW5nIHJldmlzaW9uIDEuNDk3CmRpZmYgLXUgLXIxLjQ5 NyBic2QucG9ydC5tawotLS0gYnNkLnBvcnQubWsJMyBBdWcgMjAwNCAxOTowMzo1OCAtMDAwMAkx LjQ5NworKysgYnNkLnBvcnQubWsJMjcgQXVnIDIwMDQgMTg6Mzg6NTMgLTAwMDAKQEAgLTk1OCw3 ICs5NTgsNyBAQAogLmVuZGlmCiBPUFRJT05TRklMRT89CSR7UE9SVF9EQkRJUn0vJHtVTklRVUVO QU1FfS9vcHRpb25zCiBfT1BUSU9OU0ZJTEUhPQkke0VDSE9fQ01EfSAiJHtPUFRJT05TRklMRX0i Ci0uaWYgZGVmaW5lZChPUFRJT05TKQorLmlmIGRlZmluZWQoT1BUSU9OUykgJiYgIWRlZmluZWQo V0lUSE9VVF9PUFRJT05TKQogLmlmIGV4aXN0cygke19PUFRJT05TRklMRX0pICYmICFtYWtlKHJt Y29uZmlnKQogLmluY2x1ZGUgIiR7X09QVElPTlNGSUxFfSIKIC5lbmRpZgpAQCAtMjczMCw3ICsy NzMwLDggQEAKICMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj IyMjIyMjIyMjIyMjIyMjIyMKIC5pZiAoIWRlZmluZWQoT1BUSU9OUykgfHwgZGVmaW5lZChDT05G SUdfRE9ORSkgfHwgXAogCWRlZmluZWQoUEFDS0FHRV9CVUlMRElORykgfHwgZGVmaW5lZChCQVRD SCkgfHwgXAotCWV4aXN0cygke19PUFRJT05TRklMRX0pIHx8IGV4aXN0cygke19PUFRJT05TRklM RX0ubG9jYWwpKQorCSgoZXhpc3RzKCR7X09QVElPTlNGSUxFfSkgfHwgZXhpc3RzKCR7X09QVElP TlNGSUxFfS5sb2NhbCkpIFwKKwkmJiAhZGVmaW5lZChXSVRIT1VUX09QVElPTlMpKSkKIF9PUFRJ T05TX09LPXllcwogLmVuZGlmCiAKQEAgLTI4MDcsNyArMjgwOCw3IEBACiAuZWxzZQogCUAke0RP X05BREF9CiAuZW5kaWYKLS5pZiBkZWZpbmVkKF9PUFRJT05TX1JFQUQpCisuaWYgZGVmaW5lZChf T1BUSU9OU19SRUFEKSAmJiAhZGVmaW5lZChXSVRIT1VUX09QVElPTlMpCiAJQCR7RUNIT19NU0d9 ICI9PT0+ICBGb3VuZCBzYXZlZCBjb25maWd1cmF0aW9uIGZvciAke19PUFRJT05TX1JFQUR9Igog LmlmICR7T1BUSU9OU0ZJTEV9ICE9ICR7X09QVElPTlNGSUxFfQogCUAke0VDSE9fTVNHfSAiPT09 PiAgKioqIENBVVRJT04gKioqIFVzaW5nIHdyb25nIGNvbmZpZ3VyYXRpb24gZmlsZSAke19PUFRJ T05TRklMRX0iCkBAIC00NzgxLDYgKzQ3ODIsMjMgQEAKIGNvbmZpZzoKIC5pZiAhZGVmaW5lZChP UFRJT05TKQogCUAke0VDSE9fTVNHfSAiPT09PiBObyBvcHRpb25zIHRvIGNvbmZpZ3VyZSIKKy5l bGlmIGRlZmluZWQoV0lUSE9VVF9PUFRJT05TKSAKKwlAJHtFQ0hPfSAiIgorCUAke0VDSE99ICJZ b3UgbWF5IHVzZSB0aGUgZm9sbG93aW5nIGJ1aWxkIG9wdGlvbnM6IgorCUAke0VDSE99ICIiCisJ QHNldCAtLSAke09QVElPTlN9IDsgXAorCXdoaWxlIFsgIiQkIyIgLWdlIDMgXSA7IGRvICBcCisJ CWlmIFsgIiQkMyIgPSAib24iIF0gOyB0aGVuIFwKKwkJCVRFWFQ9IkVuYWJsZTogIiA7IFwKKwkJ CVZBUlBSRT0iV0lUSF8iIDsgXAorCQllbHNlIFwKKwkJCVRFWFQ9IkRpc2FibGU6ICIgOyBcCisJ CQlWQVJQUkU9IldJVEhPVVRfIiA7IFwKKwkJZmkgOyBcCisJCSR7UFJJTlRGfSAiJS0yNXMgJS05 cyUtNTBzXG4iICAiJCRWQVJQUkUkJDE9eWVzIiAiJCRURVhUIiIkJDIiIDsgXAorCQlzaGlmdCAz IDsgXAorCWRvbmUKKwlAJHtFQ0hPfSAiIgogLmVsc2UKIC5pZiAke09QVElPTlNGSUxFfSAhPSAk e19PUFRJT05TRklMRX0KIAlAJHtFQ0hPX01TR30gIj09PT4gVXNpbmcgd3JvbmcgY29uZmlndXJh dGlvbiBmaWxlICR7X09QVElPTlNGSUxFfSIK --Multipart=_Fri__27_Aug_2004_20_42_47_+0200_n6xt9+YAF6Kr5+HC-- From owner-cvs-all@FreeBSD.ORG Fri Aug 27 18:44:15 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3238216A4CE; Fri, 27 Aug 2004 18:44:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1139643D67; Fri, 27 Aug 2004 18:44:15 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RIiE5W069672; Fri, 27 Aug 2004 18:44:14 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RIiEbU069671; Fri, 27 Aug 2004 18:44:14 GMT (envelope-from sem) Message-Id: <200408271844.i7RIiEbU069671@repoman.freebsd.org> From: Sergey Matveychuk <sem@FreeBSD.org> Date: Fri, 27 Aug 2004 18:44:14 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 18:44:15 -0000 sem 2004-08-27 18:44:14 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Jie Gao for his databases/mysqlcppapi port Revision Changes Path 1.259 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Fri Aug 27 18:48:29 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A7E116A4CE; Fri, 27 Aug 2004 18:48:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AAE543D2D; Fri, 27 Aug 2004 18:48:29 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RImTRh069854; Fri, 27 Aug 2004 18:48:29 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RImTNO069853; Fri, 27 Aug 2004 18:48:29 GMT (envelope-from ume) Message-Id: <200408271848.i7RImTNO069853@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Fri, 27 Aug 2004 18:48:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 18:48:29 -0000 ume 2004-08-27 18:48:29 UTC FreeBSD ports repository Modified files: . modules Log: pips730 --> ports/print/pips730 (addport failed to add this) Revision Changes Path 1.10999 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Aug 27 18:50:10 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7CA016A4CE; Fri, 27 Aug 2004 18:50:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBD4F43D46; Fri, 27 Aug 2004 18:50:10 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RIoAQw069948; Fri, 27 Aug 2004 18:50:10 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RIoAFG069947; Fri, 27 Aug 2004 18:50:10 GMT (envelope-from sem) Message-Id: <200408271850.i7RIoAFG069947@repoman.freebsd.org> From: Sergey Matveychuk <sem@FreeBSD.org> Date: Fri, 27 Aug 2004 18:50:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/bibletime Makefile distinfo pkg-plist ports/misc/bibletime/files patch-Makefile.am patch-Makefile.in patch-bibletime::frontend::btinstallmgr.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 18:50:11 -0000 sem 2004-08-27 18:50:10 UTC FreeBSD ports repository Modified files: misc/bibletime Makefile distinfo pkg-plist Added files: misc/bibletime/files patch-Makefile.am patch-Makefile.in patch-bibletime::backend::cswordbackend.cpp patch-bibletime::frontend::btinstallmgr.cpp Removed files: misc/bibletime/files patch-admin::ltmain.sh Log: Update to 1.4.1. Add documentation. PR: ports/70713 Submitted by: maintainer Revision Changes Path 1.7 +2 -8 ports/misc/bibletime/Makefile 1.4 +2 -2 ports/misc/bibletime/distinfo 1.3 +11 -0 ports/misc/bibletime/files/patch-Makefile.am (new) 1.3 +11 -0 ports/misc/bibletime/files/patch-Makefile.in (new) 1.2 +0 -12 ports/misc/bibletime/files/patch-admin::ltmain.sh (dead) 1.1 +11 -0 ports/misc/bibletime/files/patch-bibletime::backend::cswordbackend.cpp (new) 1.1 +24 -0 ports/misc/bibletime/files/patch-bibletime::frontend::btinstallmgr.cpp (new) 1.2 +105 -21 ports/misc/bibletime/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Aug 27 18:51:08 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4615716A4CE; Fri, 27 Aug 2004 18:51:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26C9C43D72; Fri, 27 Aug 2004 18:51:08 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RIp84k070120; Fri, 27 Aug 2004 18:51:08 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RIp86T070119; Fri, 27 Aug 2004 18:51:08 GMT (envelope-from ume) Message-Id: <200408271851.i7RIp86T070119@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Fri, 27 Aug 2004 18:51:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print Makefile ports/print/pipsg700 Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 18:51:08 -0000 ume 2004-08-27 18:51:08 UTC FreeBSD ports repository Modified files: print Makefile Added files: print/pipsg700 Makefile distinfo pkg-descr Log: add slave port for Photo Image Print System for Linux --- EPSON PM-G700 Revision Changes Path 1.330 +1 -0 ports/print/Makefile 1.1 +16 -0 ports/print/pipsg700/Makefile (new) 1.1 +2 -0 ports/print/pipsg700/distinfo (new) 1.1 +7 -0 ports/print/pipsg700/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri Aug 27 18:51:20 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0130F16A4CE; Fri, 27 Aug 2004 18:51:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D419A43D1F; Fri, 27 Aug 2004 18:51:19 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RIpJvv070166; Fri, 27 Aug 2004 18:51:19 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RIpJUh070165; Fri, 27 Aug 2004 18:51:19 GMT (envelope-from ume) Message-Id: <200408271851.i7RIpJUh070165@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Fri, 27 Aug 2004 18:51:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 18:51:20 -0000 ume 2004-08-27 18:51:19 UTC FreeBSD ports repository Modified files: . modules Log: pipsg700 --> ports/print/pipsg700 Revision Changes Path 1.11000 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Aug 27 18:52:09 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BAE916A4CE; Fri, 27 Aug 2004 18:52:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B65643D73; Fri, 27 Aug 2004 18:52:09 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RIq9vR070264; Fri, 27 Aug 2004 18:52:09 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RIq96X070263; Fri, 27 Aug 2004 18:52:09 GMT (envelope-from ume) Message-Id: <200408271852.i7RIq96X070263@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Fri, 27 Aug 2004 18:52:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print Makefile ports/print/pipsg800 Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 18:52:09 -0000 ume 2004-08-27 18:52:09 UTC FreeBSD ports repository Modified files: print Makefile Added files: print/pipsg800 Makefile distinfo pkg-descr Log: add slave port for Photo Image Print System for Linux --- EPSON PM-G800 Revision Changes Path 1.331 +1 -0 ports/print/Makefile 1.1 +16 -0 ports/print/pipsg800/Makefile (new) 1.1 +2 -0 ports/print/pipsg800/distinfo (new) 1.1 +7 -0 ports/print/pipsg800/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri Aug 27 18:52:20 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2779916A4CE; Fri, 27 Aug 2004 18:52:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0771743D6A; Fri, 27 Aug 2004 18:52:20 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RIqJJ2070310; Fri, 27 Aug 2004 18:52:19 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RIqJgf070309; Fri, 27 Aug 2004 18:52:19 GMT (envelope-from ume) Message-Id: <200408271852.i7RIqJgf070309@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Fri, 27 Aug 2004 18:52:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 18:52:20 -0000 ume 2004-08-27 18:52:19 UTC FreeBSD ports repository Modified files: . modules Log: pipsg800 --> ports/print/pipsg800 Revision Changes Path 1.11001 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Aug 27 18:55:03 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2944716A4CE; Fri, 27 Aug 2004 18:55:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A04043D60; Fri, 27 Aug 2004 18:55:03 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RIt2Jf070475; Fri, 27 Aug 2004 18:55:02 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RIt2UI070474; Fri, 27 Aug 2004 18:55:02 GMT (envelope-from sem) Message-Id: <200408271855.i7RIt2UI070474@repoman.freebsd.org> From: Sergey Matveychuk <sem@FreeBSD.org> Date: Fri, 27 Aug 2004 18:55:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED ports/misc/bibletime-doc Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 18:55:03 -0000 sem 2004-08-27 18:55:02 UTC FreeBSD ports repository Modified files: . MOVED Removed files: misc/bibletime-doc Makefile distinfo pkg-descr pkg-plist Log: The documentation has included in misc/bibletime now. Submitted by: maintainer Revision Changes Path 1.513 +2 -1 ports/MOVED 1.6 +0 -23 ports/misc/bibletime-doc/Makefile (dead) 1.4 +0 -2 ports/misc/bibletime-doc/distinfo (dead) 1.3 +0 -11 ports/misc/bibletime-doc/pkg-descr (dead) 1.3 +0 -151 ports/misc/bibletime-doc/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Fri Aug 27 18:57:52 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB23316A4CE; Fri, 27 Aug 2004 18:57:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB44643D4C; Fri, 27 Aug 2004 18:57:52 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RIvqYX070673; Fri, 27 Aug 2004 18:57:52 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RIvqWG070672; Fri, 27 Aug 2004 18:57:52 GMT (envelope-from ume) Message-Id: <200408271857.i7RIvqWG070672@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Fri, 27 Aug 2004 18:57:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print Makefile ports/print/pipsv700 Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 18:57:53 -0000 ume 2004-08-27 18:57:52 UTC FreeBSD ports repository Modified files: print Makefile Added files: print/pipsv700 Makefile distinfo pkg-descr Log: add slave port for Photo Image Print System for Linux --- EPSON PX-V700 (for LPR) Revision Changes Path 1.332 +1 -0 ports/print/Makefile 1.1 +17 -0 ports/print/pipsv700/Makefile (new) 1.1 +2 -0 ports/print/pipsv700/distinfo (new) 1.1 +7 -0 ports/print/pipsv700/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri Aug 27 18:57:53 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C8B816A4CF; Fri, 27 Aug 2004 18:57:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B92243D4C; Fri, 27 Aug 2004 18:57:53 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RIvrfP070715; Fri, 27 Aug 2004 18:57:53 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RIvrBA070714; Fri, 27 Aug 2004 18:57:53 GMT (envelope-from vs) Message-Id: <200408271857.i7RIvrBA070714@repoman.freebsd.org> From: Volker Stolz <vs@FreeBSD.org> Date: Fri, 27 Aug 2004 18:57:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mod_dav Makefile pkg-install ports/www/mod_dav/files pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 18:57:53 -0000 vs 2004-08-27 18:57:53 UTC FreeBSD ports repository Modified files: www/mod_dav Makefile Added files: www/mod_dav/files pkg-install.in Removed files: www/mod_dav pkg-install Log: Fix previous commit: - owner/group was undefined when installing from package - substitute %%APXS%% in pkg-install Noted by: eik Revision Changes Path 1.16 +4 -2 ports/www/mod_dav/Makefile 1.1 +23 -0 ports/www/mod_dav/files/pkg-install.in (new) 1.2 +0 -23 ports/www/mod_dav/pkg-install (dead) From owner-cvs-all@FreeBSD.ORG Fri Aug 27 18:58:02 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4F2516A4CE; Fri, 27 Aug 2004 18:58:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C62B843D4C; Fri, 27 Aug 2004 18:58:02 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RIw22w070766; Fri, 27 Aug 2004 18:58:02 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RIw2bI070765; Fri, 27 Aug 2004 18:58:02 GMT (envelope-from ume) Message-Id: <200408271858.i7RIw2bI070765@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Fri, 27 Aug 2004 18:58:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 18:58:03 -0000 ume 2004-08-27 18:58:02 UTC FreeBSD ports repository Modified files: . modules Log: pipsv700 --> ports/print/pipsv700 Revision Changes Path 1.11002 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Aug 27 18:59:04 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7288C16A4CE; Fri, 27 Aug 2004 18:59:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5131E43D49; Fri, 27 Aug 2004 18:59:04 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RIx4pO070860; Fri, 27 Aug 2004 18:59:04 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RIx4xr070859; Fri, 27 Aug 2004 18:59:04 GMT (envelope-from ume) Message-Id: <200408271859.i7RIx4xr070859@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Fri, 27 Aug 2004 18:59:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print Makefile ports/print/pipsv700-cups Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 18:59:04 -0000 ume 2004-08-27 18:59:04 UTC FreeBSD ports repository Modified files: print Makefile Added files: print/pipsv700-cups Makefile distinfo pkg-descr Log: add slave port for Photo Image Print System for Linux --- EPSON PX-V700 (for CUPS) Revision Changes Path 1.333 +1 -0 ports/print/Makefile 1.1 +15 -0 ports/print/pipsv700-cups/Makefile (new) 1.1 +2 -0 ports/print/pipsv700-cups/distinfo (new) 1.1 +7 -0 ports/print/pipsv700-cups/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri Aug 27 18:59:14 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AA4216A4CE; Fri, 27 Aug 2004 18:59:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CDF643D31; Fri, 27 Aug 2004 18:59:14 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RIxEFq070906; Fri, 27 Aug 2004 18:59:14 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RIxEdm070905; Fri, 27 Aug 2004 18:59:14 GMT (envelope-from ume) Message-Id: <200408271859.i7RIxEdm070905@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Fri, 27 Aug 2004 18:59:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 18:59:14 -0000 ume 2004-08-27 18:59:14 UTC FreeBSD ports repository Modified files: . modules Log: pipsv700-cups --> ports/print/pipsv700-cups Revision Changes Path 1.11003 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Aug 27 19:06:17 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F24716A4CE; Fri, 27 Aug 2004 19:06:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55A1843D3F; Fri, 27 Aug 2004 19:06:17 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RJ6Hpl071267; Fri, 27 Aug 2004 19:06:17 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RJ6HSM071266; Fri, 27 Aug 2004 19:06:17 GMT (envelope-from alc) Message-Id: <200408271906.i7RJ6HSM071266@repoman.freebsd.org> From: Alan Cox <alc@FreeBSD.org> Date: Fri, 27 Aug 2004 19:06:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha pmap.c src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c src/sys/ia64/ia64 pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 19:06:17 -0000 alc 2004-08-27 19:06:17 UTC FreeBSD src repository Modified files: sys/alpha/alpha pmap.c sys/amd64/amd64 pmap.c sys/i386/i386 pmap.c sys/ia64/ia64 pmap.c Log: The machine-independent parts of the virtual memory system always pass a valid pmap to the pmap functions that require one. Remove the checks for NULL. (These checks have their origins in the Mach pmap.c that was integrated into BSD. None of the new code written specifically for FreeBSD included them.) Revision Changes Path 1.168 +0 -16 src/sys/alpha/alpha/pmap.c 1.494 +0 -16 src/sys/amd64/amd64/pmap.c 1.496 +0 -16 src/sys/i386/i386/pmap.c 1.147 +0 -16 src/sys/ia64/ia64/pmap.c From owner-cvs-all@FreeBSD.ORG Fri Aug 27 19:13:35 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B67AD16A4D1; Fri, 27 Aug 2004 19:13:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6888C43D31; Fri, 27 Aug 2004 19:13:35 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RJDZGD071497; Fri, 27 Aug 2004 19:13:35 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RJDZAp071496; Fri, 27 Aug 2004 19:13:35 GMT (envelope-from marcel) Message-Id: <200408271913.i7RJDZAp071496@repoman.freebsd.org> From: Marcel Moolenaar <marcel@FreeBSD.org> Date: Fri, 27 Aug 2004 19:13:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf ldscript.alpha X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 19:13:35 -0000 marcel 2004-08-27 19:13:35 UTC FreeBSD src repository Modified files: sys/conf ldscript.alpha Log: Have the linker provide the btext symbol when referenced. This is needed for profiling kernels. Apparently, nobody has ever tried to build one on alpha... Revision Changes Path 1.8 +1 -0 src/sys/conf/ldscript.alpha From owner-cvs-all@FreeBSD.ORG Fri Aug 27 19:15:38 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BD2C16A4CE; Fri, 27 Aug 2004 19:15:38 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39E0743D2D; Fri, 27 Aug 2004 19:15:38 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.13.1/8.12.11) with ESMTP id i7RJFbfm088376; Fri, 27 Aug 2004 12:15:37 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i7RJFbXv088375; Fri, 27 Aug 2004 12:15:37 -0700 (PDT) (envelope-from obrien) Date: Fri, 27 Aug 2004 12:15:37 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: Oliver Lehmann <oliver@FreeBSD.org> Message-ID: <20040827191537.GA88281@dragon.nuxi.com> References: <200408271752.i7RHq6KO067448@repoman.freebsd.org> <20040827204247.5aea0ce6.oliver@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040827204247.5aea0ce6.oliver@FreeBSD.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: portmgr@FreeBSD.org Subject: Re: cvs commit: ports/devel/gettext Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 19:15:38 -0000 On Fri, Aug 27, 2004 at 08:42:47PM +0200, Oliver Lehmann wrote: > I would realy like to see this as a global option in bsd.port.mk. Me too! :-) > I have an system-wide definition of WITH(OUT)_* variables dependant on the > portname. The OPTIONS-way interferes that. I would like to see that it's > not a must-do to use that dialog menu (and only that...) > Maybe it would be possible to implement an WITHOUT_OPTIONS .if-case which > would print the things out defined in OPTIONS instead of dialog-ing them? > Please find an example patch implementing this attached. Perfect! Except could you also look at supporting WITH(OUT)_${PORTNAME}_OPTIONS also? I think it wouldn't be too much work to extend it to this also. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Fri Aug 27 19:20:43 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B1F616A4CE; Fri, 27 Aug 2004 19:20:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A9C043D5E; Fri, 27 Aug 2004 19:20:43 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RJKgiC071753; Fri, 27 Aug 2004 19:20:42 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RJKgVa071752; Fri, 27 Aug 2004 19:20:42 GMT (envelope-from marcel) Message-Id: <200408271920.i7RJKgVa071752@repoman.freebsd.org> From: Marcel Moolenaar <marcel@FreeBSD.org> Date: Fri, 27 Aug 2004 19:20:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/include cpu.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 19:20:43 -0000 marcel 2004-08-27 19:20:42 UTC FreeBSD src repository Modified files: sys/alpha/include cpu.h Log: Provide extern declarations for btext and etext when GPROF is defined. These are referenced in subr_prof.c when building a profiling kernel. Revision Changes Path 1.41 +5 -0 src/sys/alpha/include/cpu.h From owner-cvs-all@FreeBSD.ORG Fri Aug 27 19:21:34 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A70916A4CE; Fri, 27 Aug 2004 19:21:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A65443D1D; Fri, 27 Aug 2004 19:21:34 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RJLYk8071836; Fri, 27 Aug 2004 19:21:34 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RJLYiq071835; Fri, 27 Aug 2004 19:21:34 GMT (envelope-from krion) Message-Id: <200408271921.i7RJLYiq071835@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Fri, 27 Aug 2004 19:21:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/bfilter Makefile pkg-plist ports/net/bfilter/files bfilter.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 19:21:34 -0000 krion 2004-08-27 19:21:34 UTC FreeBSD ports repository Modified files: net/bfilter Makefile pkg-plist Added files: net/bfilter/files bfilter.sh Log: Use RC_SUBR Submitted by: seanc Revision Changes Path 1.14 +6 -0 ports/net/bfilter/Makefile 1.1 +28 -0 ports/net/bfilter/files/bfilter.sh (new) 1.4 +1 -0 ports/net/bfilter/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Aug 27 19:23:07 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 680) id 80C0B16A4D3; Fri, 27 Aug 2004 19:23:07 +0000 (GMT) Date: Fri, 27 Aug 2004 19:23:07 +0000 From: Darren Reed <darrenr@hub.freebsd.org> To: Max Laier <max@love2party.net> Message-ID: <20040827192307.GA55748@hub.freebsd.org> References: <200408271516.i7RFGO8L061926@repoman.freebsd.org> <200408271812.18748.max@love2party.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408271812.18748.max@love2party.net> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Andre Oppermann <andre@FreeBSD.org> cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 ipfirewall.4 src/share/man/man9 pfil.9 src/sys/alpha/conf GENERIC src/sys/amd64/conf GENERIC src/sys/conf NOTES files options src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC SKI src/sys/modules/bridge Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 19:23:07 -0000 On Fri, Aug 27, 2004 at 06:12:11PM +0200, Max Laier wrote: > Maybe we should hide: > if (inet_pfil_hook.ph_busy_count == -1) There's now a double check on ph_busy_count for inet & inet6 as it's first statement in pfil_run_hooks(). Seems a bit silly... > behind a macro in case we modify the locking for pfil_hooks in the future. I > am thinking of something like: > if (PFIL_IS_EMPTY(&inet_pfil_hook)) Unless pfil(9) is being used with a protocol that has been loaded via an LKM (and can therefore disappear), there should be no risk here to warrant the use of locking. The pfil locking should be overhauled, however, with the main aim to replace PFIL_*LOCK() with the use of sx(9). As an example of the evilness of this, if you've got (say) ipfw loaded and you want to enable ipf or pf, there's a security hole that could allow a packet to flow through the system without any of them kicking in (ph_want_write.) Darren From owner-cvs-all@FreeBSD.ORG Fri Aug 27 19:23:24 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E898216A4CE; Fri, 27 Aug 2004 19:23:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA16743D2F; Fri, 27 Aug 2004 19:23:24 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RJNOMB071898; Fri, 27 Aug 2004 19:23:24 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RJNOBG071897; Fri, 27 Aug 2004 19:23:24 GMT (envelope-from andre) Message-Id: <200408271923.i7RJNOBG071897@repoman.freebsd.org> From: Andre Oppermann <andre@FreeBSD.org> Date: Fri, 27 Aug 2004 19:23:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys param.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 19:23:25 -0000 andre 2004-08-27 19:23:24 UTC FreeBSD src repository Modified files: sys/sys param.h Log: Bump __FreeBSD_version to indicate permanent PFIL_HOOKS. Revision Changes Path 1.213 +1 -1 src/sys/sys/param.h From owner-cvs-all@FreeBSD.ORG Fri Aug 27 19:26:24 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 680) id 1F24F16A4CF; Fri, 27 Aug 2004 19:26:24 +0000 (GMT) Date: Fri, 27 Aug 2004 19:26:24 +0000 From: Darren Reed <darrenr@hub.freebsd.org> To: Andre Oppermann <andre@freebsd.org> Message-ID: <20040827192624.GB55748@hub.freebsd.org> References: <200408271516.i7RFGO8L061926@repoman.freebsd.org> <200408271812.18748.max@love2party.net> <412F6108.8C380C17@freebsd.org> <200408271834.24506.max@love2party.net> <412F69BC.51FDDA2E@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <412F69BC.51FDDA2E@freebsd.org> User-Agent: Mutt/1.4.1i cc: Max Laier <max@love2party.net> cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 ipfirewall.4 src/share/man/man9 pfil.9 src/sys/alpha/conf GENERIC src/sys/amd64/conf GENERIC src/sys/conf NOTES files options src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC SKI src/sys/modules/bridge Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 19:26:24 -0000 Pleaes read my response to Max before proceeding with committing that change. Darren From owner-cvs-all@FreeBSD.ORG Fri Aug 27 19:29:22 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 374E016A4CE; Fri, 27 Aug 2004 19:29:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1793E43D5C; Fri, 27 Aug 2004 19:29:22 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RJTLtK072081; Fri, 27 Aug 2004 19:29:21 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RJTLuA072080; Fri, 27 Aug 2004 19:29:21 GMT (envelope-from simon) Message-Id: <200408271929.i7RJTLuA072080@repoman.freebsd.org> From: "Simon L. Nielsen" <simon@FreeBSD.org> Date: Fri, 27 Aug 2004 19:29:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/share/misc man2hwnotes.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 19:29:22 -0000 simon 2004-08-27 19:29:21 UTC FreeBSD src repository (doc committer) Modified files: release/doc/share/misc man2hwnotes.pl Log: - For column lists: ignore first item when it is likely to be a header. - Clean up and improve handling of trailing punctuation characters. - Handle the Pa macro. - Give a warning when ignoring unimplemented mdoc commands. MFC after: 3 days Revision Changes Path 1.7 +55 -18 src/release/doc/share/misc/man2hwnotes.pl From owner-cvs-all@FreeBSD.ORG Fri Aug 27 19:42:35 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C35E16A4CE; Fri, 27 Aug 2004 19:42:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7435043D70; Fri, 27 Aug 2004 19:42:35 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RJgZXI072836; Fri, 27 Aug 2004 19:42:35 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RJgZbN072835; Fri, 27 Aug 2004 19:42:35 GMT (envelope-from marcel) Message-Id: <200408271942.i7RJgZbN072835@repoman.freebsd.org> From: Marcel Moolenaar <marcel@FreeBSD.org> Date: Fri, 27 Aug 2004 19:42:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/include profile.h src/sys/amd64/include profile.h src/sys/arm/include profile.h src/sys/i386/include profile.h src/sys/ia64/include profile.h src/sys/powerpc/include profile.h src/sys/sparc64/include profile.h src/sys/libkern ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 19:42:35 -0000 marcel 2004-08-27 19:42:35 UTC FreeBSD src repository Modified files: sys/alpha/include profile.h sys/amd64/include profile.h sys/arm/include profile.h sys/i386/include profile.h sys/ia64/include profile.h sys/powerpc/include profile.h sys/sparc64/include profile.h sys/libkern mcount.c Log: Move the kernel-specific logic to adjust frompc from MI to MD. For these two reasons: 1. On ia64 a function pointer does not hold the address of the first instruction of a functions implementation. It holds the address of a function descriptor. Hence the user(), btrap(), eintr() and bintr() prototypes are wrong for getting the actual code address. 2. The logic forces interrupt, trap and exception entry points to be layed-out contiguously. This can not be achieved on ia64 and is generally just bad programming. The MCOUNT_FROMPC_USER macro is used to set the frompc argument to some kernel address which represents any frompc that falls outside the kernel text range. The macro can expand to ~0U to bail out in that case. The MCOUNT_FROMPC_INTR macro is used to set the frompc argument to some kernel address to represent a call to a trap or interrupt handler. This to avoid that the trap or interrupt handler appear to be called from everywhere in the call graph. The macro can expand to ~0U to prevent adjusting frompc. Note that the argument is selfpc, not frompc. This commit defines the macros on all architectures equivalently to the original code in sys/libkern/mcount.c. People can take it from here... Compile-tested on: alpha, amd64, i386, ia64 and sparc64 Boot-tested on: i386 Revision Changes Path 1.7 +21 -5 src/sys/alpha/include/profile.h 1.42 +13 -0 src/sys/amd64/include/profile.h 1.4 +13 -0 src/sys/arm/include/profile.h 1.38 +13 -0 src/sys/i386/include/profile.h 1.11 +15 -0 src/sys/ia64/include/profile.h 1.23 +21 -33 src/sys/libkern/mcount.c 1.3 +14 -0 src/sys/powerpc/include/profile.h 1.7 +13 -0 src/sys/sparc64/include/profile.h From owner-cvs-all@FreeBSD.ORG Fri Aug 27 19:42:40 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7382416A504; Fri, 27 Aug 2004 19:42:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5424343D2F; Fri, 27 Aug 2004 19:42:40 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RJgeSi072865; Fri, 27 Aug 2004 19:42:40 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RJgeTg072864; Fri, 27 Aug 2004 19:42:40 GMT (envelope-from brooks) Message-Id: <200408271942.i7RJgeTg072864@repoman.freebsd.org> From: Brooks Davis <brooks@FreeBSD.org> Date: Fri, 27 Aug 2004 19:42:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 19:42:40 -0000 brooks 2004-08-27 19:42:40 UTC FreeBSD src repository Modified files: sys/net if.c Log: When detaching an interface, don't leave an obsolete pointer to the soon to be deleted struct ifnet around. PR: kern/52260 MFC After: 3 days Revision Changes Path 1.200 +1 -0 src/sys/net/if.c From owner-cvs-all@FreeBSD.ORG Fri Aug 27 19:45:42 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C530516A4D0 for <cvs-all@FreeBSD.org>; Fri, 27 Aug 2004 19:45:42 +0000 (GMT) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id F325E43D68 for <cvs-all@FreeBSD.org>; Fri, 27 Aug 2004 19:45:41 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 59842 invoked from network); 27 Aug 2004 19:44:17 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.53]) (envelope-sender <andre@freebsd.org>) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for <darrenr@hub.freebsd.org>; 27 Aug 2004 19:44:17 -0000 Message-ID: <412F8F68.92BDEEB0@freebsd.org> Date: Fri, 27 Aug 2004 21:45:44 +0200 From: Andre Oppermann <andre@freebsd.org> X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Darren Reed <darrenr@hub.freebsd.org> References: <200408271516.i7RFGO8L061926@repoman.freebsd.org> <200408271812.18748.max@love2party.net> <20040827192307.GA55748@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: Max Laier <max@love2party.net> cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 ipfirewall.4 src/share/man/man9 pfil.9 src/sys/alpha/conf GENERIC src/sys/amd64/conf GENERIC src/sys/conf NOTES files options src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC SKI src/sys/modules/bridge Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 19:45:43 -0000 Darren Reed wrote: > > On Fri, Aug 27, 2004 at 06:12:11PM +0200, Max Laier wrote: > > Maybe we should hide: > > if (inet_pfil_hook.ph_busy_count == -1) > > There's now a double check on ph_busy_count for inet & inet6 as it's > first statement in pfil_run_hooks(). Seems a bit silly... It's not. There is quite a bit of code that follows the pfil_run_hooks() to look for certain things that might have happend to a packet. If no hooks are connected we can save the work and simply jump over it. Take a look the code that is jumped over. > > behind a macro in case we modify the locking for pfil_hooks in the future. I > > am thinking of something like: > > if (PFIL_IS_EMPTY(&inet_pfil_hook)) > > Unless pfil(9) is being used with a protocol that has been loaded via > an LKM (and can therefore disappear), there should be no risk here to > warrant the use of locking. Locking is used to protect changes to the hooks. If you hook/unhook there might be another CPU traversing the hooks while you yank them underneath it. Panic. > The pfil locking should be overhauled, however, with the main aim > to replace PFIL_*LOCK() with the use of sx(9). Please read the reply from Max. He already explained why sx(9) is inappropriate. > As an example of the evilness of this, if you've got (say) ipfw loaded > and you want to enable ipf or pf, there's a security hole that could > allow a packet to flow through the system without any of them kicking > in (ph_want_write.) I agree that this is not perfect. Max already said he wants to revisit pfil_hooks locking in the future. -- Andre From owner-cvs-all@FreeBSD.ORG Fri Aug 27 19:48:35 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBE1616A4CE; Fri, 27 Aug 2004 19:48:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4EE943D45; Fri, 27 Aug 2004 19:48:35 +0000 (GMT) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RJmZ0G073049; Fri, 27 Aug 2004 19:48:35 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RJmZDZ073048; Fri, 27 Aug 2004 19:48:35 GMT (envelope-from olgeni) Message-Id: <200408271948.i7RJmZDZ073048@repoman.freebsd.org> From: Jimmy Olgeni <olgeni@FreeBSD.org> Date: Fri, 27 Aug 2004 19:48:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-fm/rox-filer Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 19:48:36 -0000 olgeni 2004-08-27 19:48:35 UTC FreeBSD ports repository Modified files: x11-fm/rox-filer Makefile distinfo pkg-plist Log: Upgrade to version 2.1.3. PR: 70903 Submitted by: Roman Bogorodskiy <bogorodskiy (at) inbox.ru> Revision Changes Path 1.46 +2 -2 ports/x11-fm/rox-filer/Makefile 1.29 +2 -2 ports/x11-fm/rox-filer/distinfo 1.19 +1 -2 ports/x11-fm/rox-filer/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Aug 27 19:55:36 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 840D116A4D3 for <cvs-all@FreeBSD.org>; Fri, 27 Aug 2004 19:55:36 +0000 (GMT) Received: from avocado.salatschuessel.net (avocado.salatschuessel.net [80.86.187.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CF3143D5C for <cvs-all@FreeBSD.org>; Fri, 27 Aug 2004 19:55:35 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: (qmail 79981 invoked from network); 27 Aug 2004 19:55:17 -0000 Received: from unknown (HELO kartoffel.salatschuessel.net) (80.86.187.43) by avocado.salatschuessel.net with SMTP; 27 Aug 2004 19:55:17 -0000 Date: Fri, 27 Aug 2004 21:55:32 +0200 From: Oliver Lehmann <oliver@FreeBSD.org> To: obrien@FreeBSD.org Message-Id: <20040827215532.181c2276.oliver@FreeBSD.org> In-Reply-To: <20040827191537.GA88281@dragon.nuxi.com> References: <200408271752.i7RHq6KO067448@repoman.freebsd.org> <20040827204247.5aea0ce6.oliver@FreeBSD.org> <20040827191537.GA88281@dragon.nuxi.com> X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Multipart=_Fri__27_Aug_2004_21_55_32_+0200_rN0Ga2UghZ+BtT0z" cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: portmgr@FreeBSD.org Subject: Re: cvs commit: ports/devel/gettext Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 19:55:36 -0000 This is a multi-part message in MIME format. --Multipart=_Fri__27_Aug_2004_21_55_32_+0200_rN0Ga2UghZ+BtT0z Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit David O'Brien wrote: > WITH(OUT)_${PORTNAME}_OPTIONS also? I think it wouldn't be too much > work to extend it to this also. Do you mean something like: root@kartoffel mozilla-devel> make -DWITHOUT_mozilla_OPTIONS You may use the following build options: WITH_XFT=yes Enable: Enable Xft font anti-aliasing WITHOUT_CALENDAR=yes Disable: Enable the Calendar module WITH_MAILNEWS=yes Enable: Enable Mail and News modules WITH_COMPOSER=yes Enable: Enable the HTML Composer module WITHOUT_DEBUG=yes Disable: Enable debugging (i.e. gdb) suppor WITH_LDAP=yes Enable: Enable LDAP support for Mailnews WITH_CHATZILLA=yes Enable: Enable the Chatzilla IRC module WITH_XMLTERM=yes Enable: Enable the XMLTerm module WITHOUT_JAVASCRIPT_DEBUGGER=yes Disable: Enable the DTD and JavaScript debuggers WITHOUT_OPTIMIZED_CFLAGS=yes Disable: Enable -O2 optimizations WITHOUT_SMB=yes Disable: Enable smb:// URI support using gnomevfs If so... patch is attached (it will also remove the unneded spaces at the end of each line) If I missunderstood what you was thinking of - let me know... Next thing could be to strip out Enable/Disable at the beginning of the description (sth. like ${SED} -E 's|^([Ee]n\|[Dd]is)able ||g'). But just a cosmetic change. Would be nice to just see it working first... Greetings -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ --Multipart=_Fri__27_Aug_2004_21_55_32_+0200_rN0Ga2UghZ+BtT0z Content-Type: application/octet-stream; name="patch-bsd.port.mk" Content-Disposition: attachment; filename="patch-bsd.port.mk" Content-Transfer-Encoding: base64 SW5kZXg6IGJzZC5wb3J0Lm1rCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KUkNTIGZpbGU6IC91c3IvbG9jYWwvY3Zzcm9v dC9wb3J0cy9Nay9ic2QucG9ydC5tayx2CnJldHJpZXZpbmcgcmV2aXNpb24gMS40OTcKZGlmZiAt dSAtcjEuNDk3IGJzZC5wb3J0Lm1rCi0tLSBic2QucG9ydC5tawkzIEF1ZyAyMDA0IDE5OjAzOjU4 IC0wMDAwCTEuNDk3CisrKyBic2QucG9ydC5tawkyNyBBdWcgMjAwNCAxOTo1MToxNiAtMDAwMApA QCAtOTU4LDcgKzk1OCw3IEBACiAuZW5kaWYKIE9QVElPTlNGSUxFPz0JJHtQT1JUX0RCRElSfS8k e1VOSVFVRU5BTUV9L29wdGlvbnMKIF9PUFRJT05TRklMRSE9CSR7RUNIT19DTUR9ICIke09QVElP TlNGSUxFfSIKLS5pZiBkZWZpbmVkKE9QVElPTlMpCisuaWYgZGVmaW5lZChPUFRJT05TKSAmJiAh ZGVmaW5lZChXSVRIT1VUX09QVElPTlMpICYmICFkZWZpbmVkKFdJVEhPVVRfJHtQT1JUTkFNRX1f T1BUSU9OUykKIC5pZiBleGlzdHMoJHtfT1BUSU9OU0ZJTEV9KSAmJiAhbWFrZShybWNvbmZpZykK IC5pbmNsdWRlICIke19PUFRJT05TRklMRX0iCiAuZW5kaWYKQEAgLTI3MzAsNyArMjczMCw4IEBA CiAjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj IyMjIyMjIyMjCiAuaWYgKCFkZWZpbmVkKE9QVElPTlMpIHx8IGRlZmluZWQoQ09ORklHX0RPTkUp IHx8IFwKIAlkZWZpbmVkKFBBQ0tBR0VfQlVJTERJTkcpIHx8IGRlZmluZWQoQkFUQ0gpIHx8IFwK LQlleGlzdHMoJHtfT1BUSU9OU0ZJTEV9KSB8fCBleGlzdHMoJHtfT1BUSU9OU0ZJTEV9LmxvY2Fs KSkKKwkoKGV4aXN0cygke19PUFRJT05TRklMRX0pIHx8IGV4aXN0cygke19PUFRJT05TRklMRX0u bG9jYWwpKSBcCisJJiYgIWRlZmluZWQoV0lUSE9VVF9PUFRJT05TKSAmJiAhZGVmaW5lZChXSVRI T1VUXyR7UE9SVE5BTUV9X09QVElPTlMpKSkKIF9PUFRJT05TX09LPXllcwogLmVuZGlmCiAKQEAg LTI4MDcsNyArMjgwOCw4IEBACiAuZWxzZQogCUAke0RPX05BREF9CiAuZW5kaWYKLS5pZiBkZWZp bmVkKF9PUFRJT05TX1JFQUQpCisuaWYgZGVmaW5lZChfT1BUSU9OU19SRUFEKSAmJiAhZGVmaW5l ZChXSVRIT1VUX09QVElPTlMpICYmIFwKKwkhZGVmaW5lZChXSVRIT1VUXyR7UE9SVE5BTUV9X09Q VElPTlMpCiAJQCR7RUNIT19NU0d9ICI9PT0+ICBGb3VuZCBzYXZlZCBjb25maWd1cmF0aW9uIGZv ciAke19PUFRJT05TX1JFQUR9IgogLmlmICR7T1BUSU9OU0ZJTEV9ICE9ICR7X09QVElPTlNGSUxF fQogCUAke0VDSE9fTVNHfSAiPT09PiAgKioqIENBVVRJT04gKioqIFVzaW5nIHdyb25nIGNvbmZp Z3VyYXRpb24gZmlsZSAke19PUFRJT05TRklMRX0iCkBAIC00NzgxLDYgKzQ3ODMsMjMgQEAKIGNv bmZpZzoKIC5pZiAhZGVmaW5lZChPUFRJT05TKQogCUAke0VDSE9fTVNHfSAiPT09PiBObyBvcHRp b25zIHRvIGNvbmZpZ3VyZSIKKy5lbGlmIGRlZmluZWQoV0lUSE9VVF9PUFRJT05TKSB8fCBkZWZp bmVkKFdJVEhPVVRfJHtQT1JUTkFNRX1fT1BUSU9OUykKKwlAJHtFQ0hPfSAiIgorCUAke0VDSE99 ICJZb3UgbWF5IHVzZSB0aGUgZm9sbG93aW5nIGJ1aWxkIG9wdGlvbnM6IgorCUAke0VDSE99ICIi CisJQHNldCAtLSAke09QVElPTlN9IDsgXAorCXdoaWxlIFsgIiQkIyIgLWdlIDMgXSA7IGRvICBc CisJCWlmIFsgIiQkMyIgPSAib24iIF0gOyB0aGVuIFwKKwkJCVRFWFQ9IkVuYWJsZTogIiA7IFwK KwkJCVZBUlBSRT0iV0lUSF8iIDsgXAorCQllbHNlIFwKKwkJCVRFWFQ9IkRpc2FibGU6ICIgOyBc CisJCQlWQVJQUkU9IldJVEhPVVRfIiA7IFwKKwkJZmkgOyBcCisJCSR7UFJJTlRGfSAiJS0yNXMg JXNcbiIgICIkJFZBUlBSRSQkMT15ZXMiICIkJFRFWFQkJDIiIDsgXAorCQlzaGlmdCAzIDsgXAor CWRvbmUKKwlAJHtFQ0hPfSAiIgogLmVsc2UKIC5pZiAke09QVElPTlNGSUxFfSAhPSAke19PUFRJ T05TRklMRX0KIAlAJHtFQ0hPX01TR30gIj09PT4gVXNpbmcgd3JvbmcgY29uZmlndXJhdGlvbiBm aWxlICR7X09QVElPTlNGSUxFfSIK --Multipart=_Fri__27_Aug_2004_21_55_32_+0200_rN0Ga2UghZ+BtT0z-- From owner-cvs-all@FreeBSD.ORG Fri Aug 27 19:57:34 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A3BA16A4CE; Fri, 27 Aug 2004 19:57:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B42943D39; Fri, 27 Aug 2004 19:57:34 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RJvYjn073329; Fri, 27 Aug 2004 19:57:34 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RJvYtM073328; Fri, 27 Aug 2004 19:57:34 GMT (envelope-from andre) Message-Id: <200408271957.i7RJvYtM073328@repoman.freebsd.org> From: Andre Oppermann <andre@FreeBSD.org> Date: Fri, 27 Aug 2004 19:57:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/bridge Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 19:57:34 -0000 andre 2004-08-27 19:57:33 UTC FreeBSD src repository Modified files: sys/modules/bridge Makefile Log: opt_pfil_hooks.h is no longer required. Revision Changes Path 1.5 +0 -1 src/sys/modules/bridge/Makefile From owner-cvs-all@FreeBSD.ORG Fri Aug 27 19:59:29 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E6CA16A4CE; Fri, 27 Aug 2004 19:59:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DF3843D46; Fri, 27 Aug 2004 19:59:29 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RJxTwq073408; Fri, 27 Aug 2004 19:59:29 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RJxTnb073407; Fri, 27 Aug 2004 19:59:29 GMT (envelope-from simon) Message-Id: <200408271959.i7RJxTnb073407@repoman.freebsd.org> From: "Simon L. Nielsen" <simon@FreeBSD.org> Date: Fri, 27 Aug 2004 19:59:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml src/release/doc/share/misc dev.archlist.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 19:59:29 -0000 simon 2004-08-27 19:59:29 UTC FreeBSD src repository (doc committer) Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml release/doc/share/misc dev.archlist.txt Log: - Auto generate device listing for ath(4). MFC after: 3 days Revision Changes Path 1.236 +1 -4 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml 1.14 +1 -0 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-all@FreeBSD.ORG Fri Aug 27 20:01:09 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 705A916A4D7; Fri, 27 Aug 2004 20:01:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 513BE43D53; Fri, 27 Aug 2004 20:01:09 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RK19wD073533; Fri, 27 Aug 2004 20:01:09 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RK19ob073532; Fri, 27 Aug 2004 20:01:09 GMT (envelope-from andre) Message-Id: <200408272001.i7RK19ob073532@repoman.freebsd.org> From: Andre Oppermann <andre@FreeBSD.org> Date: Fri, 27 Aug 2004 20:01:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/contrib/ipfilter/netinet ip_fil.c ip_fil.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 20:01:09 -0000 andre 2004-08-27 20:01:09 UTC FreeBSD src repository Modified files: sys/contrib/ipfilter/netinet ip_fil.c ip_fil.h Log: From __FreeBSD_version 600001 on PFIL_HOOKS is permanently in the kernel and doesn't require to include opt_pfil_hooks.h. Revision Changes Path 1.48 +2 -1 src/sys/contrib/ipfilter/netinet/ip_fil.c 1.27 +1 -1 src/sys/contrib/ipfilter/netinet/ip_fil.h From owner-cvs-all@FreeBSD.ORG Fri Aug 27 20:06:56 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 160C116A4CE; Fri, 27 Aug 2004 20:06:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBA2643D3F; Fri, 27 Aug 2004 20:06:55 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RK6t3k073745; Fri, 27 Aug 2004 20:06:55 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RK6tim073744; Fri, 27 Aug 2004 20:06:55 GMT (envelope-from simon) Message-Id: <200408272006.i7RK6tim073744@repoman.freebsd.org> From: "Simon L. Nielsen" <simon@FreeBSD.org> Date: Fri, 27 Aug 2004 20:06:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4 vr.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 20:06:56 -0000 simon 2004-08-27 20:06:55 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) share/man/man4 vr.4 Log: MFC 1.22: Fix grammar nit. Approved by: re (blanket) Revision Changes Path 1.21.2.1 +1 -1 src/share/man/man4/vr.4 From owner-cvs-all@FreeBSD.ORG Fri Aug 27 20:18:11 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC21A16A4CE; Fri, 27 Aug 2004 20:18:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1B1043D64; Fri, 27 Aug 2004 20:18:10 +0000 (GMT) (envelope-from gj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RKIA3L074056; Fri, 27 Aug 2004 20:18:10 GMT (envelope-from gj@repoman.freebsd.org) Received: (from gj@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RKIAWV074055; Fri, 27 Aug 2004 20:18:10 GMT (envelope-from gj) Message-Id: <200408272018.i7RKIAWV074055@repoman.freebsd.org> From: Gary Jennejohn <gj@FreeBSD.org> Date: Fri, 27 Aug 2004 20:18:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/flwm Makefile ports/x11-wm/flwm/files patch-Rotate.C patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 20:18:11 -0000 gj 2004-08-27 20:18:10 UTC FreeBSD ports repository Modified files: x11-wm/flwm Makefile x11-wm/flwm/files patch-ab Added files: x11-wm/flwm/files patch-Rotate.C Log: Take over maintainership from demon. Work around an incompatibility between fltk (a dependency) and libXft version 2 which results in flwm getting a SIGSEGV at startup. This basically prevents the vertical labels from being drawn in the vertical title bar on the left of the window. Otherwise there is no change in functionality. I tried using newer versions of fltk but they either had the same problem or were so new that flwm could not be linked. Revision Changes Path 1.16 +3 -1 ports/x11-wm/flwm/Makefile 1.1 +26 -0 ports/x11-wm/flwm/files/patch-Rotate.C (new) 1.3 +11 -0 ports/x11-wm/flwm/files/patch-ab From owner-cvs-all@FreeBSD.ORG Fri Aug 27 20:21:33 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 680) id 1FBCA16A4CF; Fri, 27 Aug 2004 20:21:33 +0000 (GMT) Date: Fri, 27 Aug 2004 20:21:33 +0000 From: Darren Reed <darrenr@hub.freebsd.org> To: Andre Oppermann <andre@freebsd.org> Message-ID: <20040827202133.GC55748@hub.freebsd.org> References: <200408271516.i7RFGO8L061926@repoman.freebsd.org> <200408271812.18748.max@love2party.net> <20040827192307.GA55748@hub.freebsd.org> <412F8F68.92BDEEB0@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <412F8F68.92BDEEB0@freebsd.org> User-Agent: Mutt/1.4.1i cc: Max Laier <max@love2party.net> cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 ipfirewall.4 src/share/man/man9 pfil.9 src/sys/alpha/conf GENERIC src/sys/amd64/conf GENERIC src/sys/conf NOTES files options src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC SKI src/sys/modules/bridge Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 20:21:33 -0000 On Fri, Aug 27, 2004 at 09:45:44PM +0200, Andre Oppermann wrote: > Darren Reed wrote: > > > > On Fri, Aug 27, 2004 at 06:12:11PM +0200, Max Laier wrote: > > > Maybe we should hide: > > > if (inet_pfil_hook.ph_busy_count == -1) > > > > There's now a double check on ph_busy_count for inet & inet6 as it's > > first statement in pfil_run_hooks(). Seems a bit silly... > > It's not. There is quite a bit of code that follows the pfil_run_hooks() > to look for certain things that might have happend to a packet. If no > hooks are connected we can save the work and simply jump over it. Take > a look the code that is jumped over. You misunderstand what I'm saying here. I'm not saying get rid of the outer check or don't do it (or that's not my intention, anyway.) If you were to unroll the pfil_run_hooks(), the code would be: if (ph_busy_count == -1) goto passin; if (ph_busy_count == -1 || ph_want_write == 1) goto passin; Now that's an oversimplification but perhaps it better illustrates what I see the problem as being. Can you see what's wrong here ? > > > behind a macro in case we modify the locking for pfil_hooks in the future. I > > > am thinking of something like: > > > if (PFIL_IS_EMPTY(&inet_pfil_hook)) > > > > Unless pfil(9) is being used with a protocol that has been loaded via > > an LKM (and can therefore disappear), there should be no risk here to > > warrant the use of locking. Actually, my analysis there is wrong. The only risk here is if the pfil_head structure can disappear and at present they're all staticly allocated. > Locking is used to protect changes to the hooks. If you hook/unhook > there might be another CPU traversing the hooks while you yank them > underneath it. Panic. Right, but you've not understood what I'm saying here, again. The check to see if the pfil_head is empty doesn't traverse it, does it? So there's no need to get a lock to do it. Even if you were to replace the check on ph_busy_count with a "is the list empty" check, you still don't need to lock the pfil_head until before you start to walk it. The worst that can happen is that a packet will either bypass or enter pfil_run_hooks() when it might have gone in, depending on timing. You've doubled up on an if() for performance reasons, yet you want to put in a macro to hide an operation that is even more expensive than is ther enow - mutex attempt - at some point in the future ? This doesn't add up ? > > The pfil locking should be overhauled, however, with the main aim > > to replace PFIL_*LOCK() with the use of sx(9). > > Please read the reply from Max. He already explained why sx(9) is > inappropriate. I don't seem to have it in my mailbox... I'd like to say he's wrong but without reading his reply, I can't :( The strategy currently in place is more akin to something that would be used in a device driver where you have two "halves" and one will sleep. In none of the code wrapped by PFIL_WLOCK is there anything that will make the system wait. The use of sx(9) should be a no-brainer. Darren From owner-cvs-all@FreeBSD.ORG Fri Aug 27 20:54:46 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E716F16A4CE; Fri, 27 Aug 2004 20:54:46 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5104743D1D; Fri, 27 Aug 2004 20:54:46 +0000 (GMT) (envelope-from max@love2party.net) Received: from [212.227.126.179] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1C0nkD-0000BH-00; Fri, 27 Aug 2004 22:54:45 +0200 Received: from [84.128.129.215] (helo=donor.laier.local) by mrelayng.kundenserver.de with asmtp (TLSv1:RC4-MD5:128) (Exim 3.35 #1) id 1C0nkC-0001Yh-00; Fri, 27 Aug 2004 22:54:45 +0200 From: Max Laier <max@love2party.net> To: Darren Reed <darrenr@hub.freebsd.org> Date: Fri, 27 Aug 2004 22:52:57 +0200 User-Agent: KMail/1.6.2 References: <200408271516.i7RFGO8L061926@repoman.freebsd.org> <412F8F68.92BDEEB0@freebsd.org> <20040827202133.GC55748@hub.freebsd.org> In-Reply-To: <20040827202133.GC55748@hub.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_685LBltutL4qFGW"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408272253.14317.max@love2party.net> X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:61c499deaeeba3ba5be80f48ecc83056 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Andre Oppermann <andre@freebsd.org> cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 ipfirewall.4 src/share/man/man9 pfil.9 src/sys/alpha/conf GENERIC src/sys/amd64/conf GENERIC src/sys/conf NOTES files options src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC SKI src/sys/modules/bridge Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 20:54:47 -0000 --Boundary-02=_685LBltutL4qFGW Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 27 August 2004 22:21, Darren Reed wrote: > On Fri, Aug 27, 2004 at 09:45:44PM +0200, Andre Oppermann wrote: > > Darren Reed wrote: > > > On Fri, Aug 27, 2004 at 06:12:11PM +0200, Max Laier wrote: > > > > Maybe we should hide: > > > > if (inet_pfil_hook.ph_busy_count =3D=3D -1) > > > > > > There's now a double check on ph_busy_count for inet & inet6 as it's > > > first statement in pfil_run_hooks(). Seems a bit silly... > > > > It's not. There is quite a bit of code that follows the pfil_run_hooks= () > > to look for certain things that might have happend to a packet. If no > > hooks are connected we can save the work and simply jump over it. Take > > a look the code that is jumped over. > > You misunderstand what I'm saying here. I'm not saying get rid of the > outer check or don't do it (or that's not my intention, anyway.) > > If you were to unroll the pfil_run_hooks(), the code would be: > > if (ph_busy_count =3D=3D -1) > goto passin; > if (ph_busy_count =3D=3D -1 || ph_want_write =3D=3D 1) > goto passin; > > Now that's an oversimplification but perhaps it better illustrates > what I see the problem as being. Can you see what's wrong here ? This is actually right. The check inside pfil_run_hooks() was introduced=20 before PFIL_HOOKS got part of GENERIC to avoid the lock operation for empty= =20 hooks. It is okay to remove it now that we do the check earlier. A wrapper = is=20 called for, nontheless! > > > > behind a macro in case we modify the locking for pfil_hooks in the > > > > future. I am thinking of something like: > > > > if (PFIL_IS_EMPTY(&inet_pfil_hook)) > > > > > > Unless pfil(9) is being used with a protocol that has been loaded via > > > an LKM (and can therefore disappear), there should be no risk here to > > > warrant the use of locking. > > Actually, my analysis there is wrong. The only risk here is if > the pfil_head structure can disappear and at present they're all > staticly allocated. > > > Locking is used to protect changes to the hooks. If you hook/unhook > > there might be another CPU traversing the hooks while you yank them > > underneath it. Panic. > > Right, but you've not understood what I'm saying here, again. > > The check to see if the pfil_head is empty doesn't traverse it, > does it? So there's no need to get a lock to do it. Even if you > were to replace the check on ph_busy_count with a "is the list > empty" check, you still don't need to lock the pfil_head until > before you start to walk it. The worst that can happen is that > a packet will either bypass or enter pfil_run_hooks() when it > might have gone in, depending on timing. That is right. Nobody asked to lock the check in the first place. The whole= =20 point in the check for ph_busy_count =3D=3D -1 is to avoid the lock/unlock = in the=20 case of an empty hook list. > You've doubled up on an if() for performance reasons, yet you want > to put in a macro to hide an operation that is even more expensive > than is ther enow - mutex attempt - at some point in the future ? > This doesn't add up ? You don't understood what I am saying. The problem is that ph_busy_count mi= ght=20 be removed once we revisit the locking and thus we need to modify the check= =2E=20 Hence we should wrap the check in anticipation of that. > > > The pfil locking should be overhauled, however, with the main aim > > > to replace PFIL_*LOCK() with the use of sx(9). > > > > Please read the reply from Max. He already explained why sx(9) is > > inappropriate. > > I don't seem to have it in my mailbox... > > I'd like to say he's wrong but without reading his reply, I can't :( Take a look at how sx(9) is implemented. What is there in pfil now is not v= ery=20 different. Long story short sx(9) has even more overhead and has starvation= =20 problems. > The strategy currently in place is more akin to something that would > be used in a device driver where you have two "halves" and one will > sleep. In none of the code wrapped by PFIL_WLOCK is there anything > that will make the system wait. You cannot sleep with PFIL_WLOCK held. It's a plain mutex lock! > The use of sx(9) should be a no-brainer. Yes, but it will reduce performance and introduce stravation problems. Once= we=20 have a better sx(9) implementation I am all for switching over. Right now i= t=20 does not work. =2D-=20 /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News --Boundary-02=_685LBltutL4qFGW Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQBBL586XyyEoT62BG0RAnIRAJ99e106oqhm2Ofe1yzgFpk2EY3FZQCfVefF wUaI0IISwCY6YGRZz6+IyrA= =Gn4c -----END PGP SIGNATURE----- --Boundary-02=_685LBltutL4qFGW-- From owner-cvs-all@FreeBSD.ORG Fri Aug 27 21:02:44 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDF3A16A4CE; Fri, 27 Aug 2004 21:02:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B171743D39; Fri, 27 Aug 2004 21:02:44 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RL2iqB075250; Fri, 27 Aug 2004 21:02:44 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RL2i2F075249; Fri, 27 Aug 2004 21:02:44 GMT (envelope-from sem) Message-Id: <200408272102.i7RL2i2F075249@repoman.freebsd.org> From: Sergey Matveychuk <sem@FreeBSD.org> Date: Fri, 27 Aug 2004 21:02:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/kazehakase Makefile distinfo pkg-descr pkg-plist ports/www/kazehakase/files patch-src::kazehakase.in patch-src::main.c patch-src::prefs_ui::prefs_privacy.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 21:02:44 -0000 sem 2004-08-27 21:02:44 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/kazehakase Makefile distinfo pkg-descr pkg-plist www/kazehakase/files patch-configure patch-etc::bookmarkbar.xml patch-src::kazehakase.in patch-src::main.c patch-src::prefs_ui::prefs_privacy.c Log: Kazehakase is a browser with gecko engine like Epiphany or Galeon. PR: ports/65279 Submitted by: michael johnson <ahze@ahze.net> Revision Changes Path 1.976 +1 -0 ports/www/Makefile 1.1 +73 -0 ports/www/kazehakase/Makefile (new) 1.1 +2 -0 ports/www/kazehakase/distinfo (new) 1.1 +13 -0 ports/www/kazehakase/files/patch-configure (new) 1.1 +27 -0 ports/www/kazehakase/files/patch-etc::bookmarkbar.xml (new) 1.1 +25 -0 ports/www/kazehakase/files/patch-src::kazehakase.in (new) 1.1 +19 -0 ports/www/kazehakase/files/patch-src::main.c (new) 1.1 +11 -0 ports/www/kazehakase/files/patch-src::prefs_ui::prefs_privacy.c (new) 1.1 +14 -0 ports/www/kazehakase/pkg-descr (new) 1.1 +47 -0 ports/www/kazehakase/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Aug 27 21:02:56 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49F0F16A4CF; Fri, 27 Aug 2004 21:02:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B4C943D1F; Fri, 27 Aug 2004 21:02:56 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RL2uFZ075296; Fri, 27 Aug 2004 21:02:56 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RL2uGj075295; Fri, 27 Aug 2004 21:02:56 GMT (envelope-from sem) Message-Id: <200408272102.i7RL2uGj075295@repoman.freebsd.org> From: Sergey Matveychuk <sem@FreeBSD.org> Date: Fri, 27 Aug 2004 21:02:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 21:02:56 -0000 sem 2004-08-27 21:02:56 UTC FreeBSD ports repository Modified files: . modules Log: kazehakase --> ports/www/kazehakase Revision Changes Path 1.11004 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Aug 27 21:03:46 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADE0C16A4CE; Fri, 27 Aug 2004 21:03:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D34C43D53; Fri, 27 Aug 2004 21:03:46 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RL3kkt075349; Fri, 27 Aug 2004 21:03:46 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RL3kiI075348; Fri, 27 Aug 2004 21:03:46 GMT (envelope-from lth) Message-Id: <200408272103.i7RL3kiI075348@repoman.freebsd.org> From: Lars Thegler <lth@FreeBSD.org> Date: Fri, 27 Aug 2004 21:03:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Log-Log4perl Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 21:03:46 -0000 lth 2004-08-27 21:03:46 UTC FreeBSD ports repository Modified files: devel/p5-Log-Log4perl Makefile distinfo pkg-plist Log: Update to 0.48 Revision Changes Path 1.20 +2 -7 ports/devel/p5-Log-Log4perl/Makefile 1.18 +2 -2 ports/devel/p5-Log-Log4perl/distinfo 1.9 +1 -0 ports/devel/p5-Log-Log4perl/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Aug 27 21:14:16 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74F8216A4CE; Fri, 27 Aug 2004 21:14:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5583543D60; Fri, 27 Aug 2004 21:14:16 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RLEG7M075738; Fri, 27 Aug 2004 21:14:16 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RLEGFg075737; Fri, 27 Aug 2004 21:14:16 GMT (envelope-from thierry) Message-Id: <200408272114.i7RLEGFg075737@repoman.freebsd.org> From: Thierry Thomas <thierry@FreeBSD.org> Date: Fri, 27 Aug 2004 21:14:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/pear-Log Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 21:14:16 -0000 thierry 2004-08-27 21:14:15 UTC FreeBSD ports repository Modified files: sysutils/pear-Log Makefile Log: Take maintainership. PR: 71047 Submitted by: Antônio Carlos Venâncio Júnior Revision Changes Path 1.20 +1 -1 ports/sysutils/pear-Log/Makefile From owner-cvs-all@FreeBSD.ORG Fri Aug 27 21:23:50 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C644616A4CE; Fri, 27 Aug 2004 21:23:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A46C043D41; Fri, 27 Aug 2004 21:23:50 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RLNolK076003; Fri, 27 Aug 2004 21:23:50 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RLNoG5076002; Fri, 27 Aug 2004 21:23:50 GMT (envelope-from andre) Message-Id: <200408272123.i7RLNoG5076002@repoman.freebsd.org> From: Andre Oppermann <andre@FreeBSD.org> Date: Fri, 27 Aug 2004 21:23:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sys_generic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 21:23:50 -0000 andre 2004-08-27 21:23:50 UTC FreeBSD src repository Modified files: sys/kern sys_generic.c Log: Poll() uses the array smallbits that is big enough to hold 32 struct pollfd's to avoid calling malloc() on small numbers of fd's. Because smalltype's members have type char, its address might be misaligned for a struct pollfd. Change the array of char to an array of struct pollfd. PR: kern/58214 Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at> Reviewed by: bde (a long time ago) MFC after: 3 days Revision Changes Path 1.133 +3 -3 src/sys/kern/sys_generic.c From owner-cvs-all@FreeBSD.ORG Fri Aug 27 21:25:16 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB10016A4CE; Fri, 27 Aug 2004 21:25:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE4D443D5D; Fri, 27 Aug 2004 21:25:16 +0000 (GMT) (envelope-from gibbs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RLPG0x076075; Fri, 27 Aug 2004 21:25:16 GMT (envelope-from gibbs@repoman.freebsd.org) Received: (from gibbs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RLPG3K076074; Fri, 27 Aug 2004 21:25:16 GMT (envelope-from gibbs) Message-Id: <200408272125.i7RLPG3K076074@repoman.freebsd.org> From: "Justin T. Gibbs" <gibbs@FreeBSD.org> Date: Fri, 27 Aug 2004 21:25:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/isa psm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 21:25:16 -0000 gibbs 2004-08-27 21:25:16 UTC FreeBSD src repository Modified files: sys/isa psm.c Log: Improve sync recovery algorithm: o Remove PSM_SYNCERR_THRESHOLD1. This value specified how many sync errors were required before the mouse is re-initialised. Re-initialisation is now done after (packetsize * 2) sync errors as things aren't likely to improve after that. o Reset lastinputerror when re-initialisation occurs. We don't want to continue to drop data after re-initialisation. o Count the number of failed packets independently of the syncerrors statistic. syncerrors is useful for recovering sync within a single packet. pkterrors allows us to detect when the mouse changes its packet mode due to some external event (e.g. KVM switch). o Reinitialize the mouse if we see more than psmpkterrthresh errors during the validation period. The validation period begins as soon as a sync error is detected and continues until psmerrsecs/msecs time has elapsed. The defaults for these two values force a reset if we see two packet errors in a 2 second period. This allows rapid detection of packet framing errors caused by the mouse changing packet modes. o Export psmpkterrthresh as a sysctl o Export psmloglevel as a sysctl. o Enable more debugging code to be enabled at runtime via psmloglevel. o Simplify verbose conditioned loging by using a VLOG macro. o Add several comments describing the sync recovery algorithm of this driver. Large Portions by: Brian Somers <brian@Awfulhak.org> Inspired and Frustrated by: Belkin KVMs Reviewed by: njl, philip Revision Changes Path 1.80 +120 -98 src/sys/isa/psm.c From owner-cvs-all@FreeBSD.ORG Fri Aug 27 21:29:20 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 672B416A4CE; Fri, 27 Aug 2004 21:29:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47BC243D62; Fri, 27 Aug 2004 21:29:20 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RLTKao076197; Fri, 27 Aug 2004 21:29:20 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RLTKNr076196; Fri, 27 Aug 2004 21:29:20 GMT (envelope-from arved) Message-Id: <200408272129.i7RLTKNr076196@repoman.freebsd.org> From: Tilman Linneweh <arved@FreeBSD.org> Date: Fri, 27 Aug 2004 21:29:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/conf NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 21:29:20 -0000 arved 2004-08-27 21:29:20 UTC FreeBSD src repository (ports committer) Modified files: sys/amd64/conf NOTES Log: Fix a comment, IA32 was renamed to COMPAT_IA32 Approved by: marcel Revision Changes Path 1.19 +1 -1 src/sys/amd64/conf/NOTES From owner-cvs-all@FreeBSD.ORG Fri Aug 27 21:32:19 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9F8816A4CE; Fri, 27 Aug 2004 21:32:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98B9343D48; Fri, 27 Aug 2004 21:32:19 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RLWIre076367; Fri, 27 Aug 2004 21:32:18 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RLWISZ076366; Fri, 27 Aug 2004 21:32:18 GMT (envelope-from le) Message-Id: <200408272132.i7RLWISZ076366@repoman.freebsd.org> From: Lukas Ertl <le@FreeBSD.org> Date: Fri, 27 Aug 2004 21:32:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/vinum geom_vinum.c geom_vinum.h geom_vinum_drive.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 21:32:19 -0000 le 2004-08-27 21:32:18 UTC FreeBSD src repository Modified files: sys/geom/vinum geom_vinum.c geom_vinum.h geom_vinum_drive.c Log: Move config_new_drive() to the correct place and rename it to gv_config_new_drive(). Revision Changes Path 1.10 +1 -32 src/sys/geom/vinum/geom_vinum.c 1.3 +1 -0 src/sys/geom/vinum/geom_vinum.h 1.11 +28 -0 src/sys/geom/vinum/geom_vinum_drive.c From owner-cvs-all@FreeBSD.ORG Fri Aug 27 21:32:25 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CF7A16A4FE; Fri, 27 Aug 2004 21:32:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFE2043D39; Fri, 27 Aug 2004 21:32:24 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RLWOMw076396; Fri, 27 Aug 2004 21:32:24 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RLWOhr076395; Fri, 27 Aug 2004 21:32:24 GMT (envelope-from simon) Message-Id: <200408272132.i7RLWOhr076395@repoman.freebsd.org> From: "Simon L. Nielsen" <simon@FreeBSD.org> Date: Fri, 27 Aug 2004 21:32:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/share/misc man2hwnotes.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 21:32:25 -0000 simon 2004-08-27 21:32:24 UTC FreeBSD src repository (doc committer) Modified files: release/doc/share/misc man2hwnotes.pl Log: - Improve handling of trailing punctuation characters for the Xr macro. MFC after: 3 days Revision Changes Path 1.8 +7 -3 src/release/doc/share/misc/man2hwnotes.pl From owner-cvs-all@FreeBSD.ORG Fri Aug 27 21:33:35 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9580916A4CE; Fri, 27 Aug 2004 21:33:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F79543D41; Fri, 27 Aug 2004 21:33:35 +0000 (GMT) (envelope-from gibbs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RLXXFq076445; Fri, 27 Aug 2004 21:33:33 GMT (envelope-from gibbs@repoman.freebsd.org) Received: (from gibbs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RLXXQf076444; Fri, 27 Aug 2004 21:33:33 GMT (envelope-from gibbs) Message-Id: <200408272133.i7RLXXQf076444@repoman.freebsd.org> From: "Justin T. Gibbs" <gibbs@FreeBSD.org> Date: Fri, 27 Aug 2004 21:33:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/isa psm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 21:33:35 -0000 gibbs 2004-08-27 21:33:33 UTC FreeBSD src repository Modified files: sys/isa psm.c Log: Forced commit to add additional comment. o Add MOUSE_PS2_TAP into syncmask[0] correctly when we're built with PSM_CONFIG_FORCETAP. The previous code from revision 1.56 attempted to do this but updated the a mask variable that would be clobbered later. o If syncmask[1] hasn't yet been set when ioctl(MOUSE_GETMODE) is called, zero syncmask[0] and syncmask[1] so that sync validation is effectively disabled in userland applications and moused doesn't misbehave. The psm driver performs sync validation so there is no loss in functionality in clearing the sync mask. o If PSM_NEED_SYNCBITS is set, setup syncmask[1], even if it's already correct. This prevents the PSM_NEED_SYNCBITS bit from being left on after a re-initialisation and erroneously causing a subsequent out-of-sync packet to mis-set syncmask[1]. Revision Changes Path 1.81 +0 -0 src/sys/isa/psm.c From owner-cvs-all@FreeBSD.ORG Fri Aug 27 21:40:04 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B06316A4CE; Fri, 27 Aug 2004 21:40:04 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2328743D41; Fri, 27 Aug 2004 21:40:04 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-127-84-57.dsl.snfc21.pacbell.net [67.127.84.57]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id i7RLe3jn000664; Fri, 27 Aug 2004 14:40:03 -0700 Message-ID: <412FAA33.80509@root.org> Date: Fri, 27 Aug 2004 14:40:03 -0700 From: Nate Lawson <nate@root.org> User-Agent: Mozilla Thunderbird 0.7 (X11/20040702) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Justin T. Gibbs" <gibbs@FreeBSD.org>, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, src-committers@FreeBSD.org References: <20040827212520.7C7C316A4D1@hub.freebsd.org> In-Reply-To: <20040827212520.7C7C316A4D1@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [src] cvs commit: src/sys/isa psm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 21:40:04 -0000 Justin T. Gibbs wrote: > gibbs 2004-08-27 21:25:16 UTC > > FreeBSD src repository > > Modified files: > sys/isa psm.c > Log: > Improve sync recovery algorithm: Thanks, I really appreciate both you and Brian working on this, especially given that this is not your normal area of work. The general effort given towards polishing the entire system (not just your "own" area) is one of the things I like most about FreeBSD developers. -Nate From owner-cvs-all@FreeBSD.ORG Fri Aug 27 21:57:00 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC4D316A4D0; Fri, 27 Aug 2004 21:57:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCD6B43D1D; Fri, 27 Aug 2004 21:57:00 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RLv0v4077118; Fri, 27 Aug 2004 21:57:00 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RLv0Qr077115; Fri, 27 Aug 2004 21:57:00 GMT (envelope-from marcel) Message-Id: <200408272157.i7RLv0Qr077115@repoman.freebsd.org> From: Marcel Moolenaar <marcel@FreeBSD.org> Date: Fri, 27 Aug 2004 21:57:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/conf NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 21:57:01 -0000 marcel 2004-08-27 21:57:00 UTC FreeBSD src repository Modified files: sys/ia64/conf NOTES Log: Catch up with the drive-by renaming of IA32 to COMPAT_IA32. Missed 11 days ago when all the other places were fixed and finally caught by the tinderbox run... Revision Changes Path 1.6 +2 -2 src/sys/ia64/conf/NOTES From owner-cvs-all@FreeBSD.ORG Fri Aug 27 22:06:56 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB9AE16A4CE; Fri, 27 Aug 2004 22:06:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0EEB43D58; Fri, 27 Aug 2004 22:06:56 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RM6uBe077468; Fri, 27 Aug 2004 22:06:56 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RM6udr077467; Fri, 27 Aug 2004 22:06:56 GMT (envelope-from simon) Message-Id: <200408272206.i7RM6udr077467@repoman.freebsd.org> From: "Simon L. Nielsen" <simon@FreeBSD.org> Date: Fri, 27 Aug 2004 22:06:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 Makefile snd_ad1816.4 snd_als4000.4 snd_cmi.4 snd_cs4281.4 snd_ds1.4 snd_emu10k1.4 snd_es137x.4 snd_solo.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 22:06:56 -0000 simon 2004-08-27 22:06:56 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 Makefile Added files: share/man/man4 snd_ad1816.4 snd_als4000.4 snd_cmi.4 snd_cs4281.4 snd_ds1.4 snd_emu10k1.4 snd_es137x.4 snd_solo.4 Log: Add manual pages for several sound drivers. Submitted by: Atte Peltomaki <koston@iki.fi> Reviewed by: cg MFC after: 5 days Revision Changes Path 1.277 +8 -0 src/share/man/man4/Makefile 1.1 +66 -0 src/share/man/man4/snd_ad1816.4 (new) 1.1 +59 -0 src/share/man/man4/snd_als4000.4 (new) 1.1 +61 -0 src/share/man/man4/snd_cmi.4 (new) 1.1 +59 -0 src/share/man/man4/snd_cs4281.4 (new) 1.1 +61 -0 src/share/man/man4/snd_ds1.4 (new) 1.1 +67 -0 src/share/man/man4/snd_emu10k1.4 (new) 1.1 +61 -0 src/share/man/man4/snd_es137x.4 (new) 1.1 +66 -0 src/share/man/man4/snd_solo.4 (new) From owner-cvs-all@FreeBSD.ORG Fri Aug 27 22:11:22 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9814216A4CE; Fri, 27 Aug 2004 22:11:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 776A643D48; Fri, 27 Aug 2004 22:11:22 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RMBMa2077794; Fri, 27 Aug 2004 22:11:22 GMT (envelope-from metal@repoman.freebsd.org) Received: (from metal@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RMBMu6077793; Fri, 27 Aug 2004 22:11:22 GMT (envelope-from metal) Message-Id: <200408272211.i7RMBMu6077793@repoman.freebsd.org> From: SUZUKI Koichi <metal@FreeBSD.org> Date: Fri, 27 Aug 2004 22:11:22 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ja_JP.eucJP/man/man8 IPXrouted.8 adduser.8 asf.8 boot0cfg.8 bootpd.8 bsdlabel.8 conscontrol.8 cron.8 daemon.8 diskless.8 dump.8 edquota.8 faithd.8 fdcontrol.8 fsck_msdosfs.8 ftpd.8 ifconfig.8 init.8 ipf.8 ipfstat.8 ipfw.8 ipmon.8 jail.8 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 22:11:22 -0000 metal 2004-08-27 22:11:22 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/man/man8 IPXrouted.8 adduser.8 asf.8 boot0cfg.8 bootpd.8 bsdlabel.8 conscontrol.8 cron.8 daemon.8 diskless.8 dump.8 edquota.8 faithd.8 fdcontrol.8 fsck_msdosfs.8 ftpd.8 ifconfig.8 init.8 ipf.8 ipfstat.8 ipfw.8 ipmon.8 jail.8 kgmon.8 kldxref.8 ktrdump.8 loader.8 makekey.8 mknod.8 mount.8 mount_cd9660.8 mount_msdosfs.8 mountd.8 moused.8 mtree.8 ndp.8 newfs.8 nghook.8 ping6.8 restore.8 rmuser.8 route.8 routed.8 rshd.8 setkey.8 tftpd.8 traceroute6.8 usbdevs.8 vinum.8 vmstat.8 wicontrol.8 zdump.8 zic.8 zzz.8 Log: Catch up with 5.2-CURRENT-20040625-JPSNAP Submitted by: koizumistr@minos.ocn.ne.jp Reviewed by: Watanabe Kazuhiro <CQG00620@nifty.ne.jp> Revision Changes Path 1.16 +5 -3 doc/ja_JP.eucJP/man/man8/IPXrouted.8 1.29 +13 -14 doc/ja_JP.eucJP/man/man8/adduser.8 1.2 +1 -1 doc/ja_JP.eucJP/man/man8/asf.8 1.17 +12 -5 doc/ja_JP.eucJP/man/man8/boot0cfg.8 1.19 +6 -5 doc/ja_JP.eucJP/man/man8/bootpd.8 1.5 +9 -12 doc/ja_JP.eucJP/man/man8/bsdlabel.8 1.3 +13 -2 doc/ja_JP.eucJP/man/man8/conscontrol.8 1.17 +29 -5 doc/ja_JP.eucJP/man/man8/cron.8 1.4 +10 -1 doc/ja_JP.eucJP/man/man8/daemon.8 1.22 +13 -25 doc/ja_JP.eucJP/man/man8/diskless.8 1.37 +21 -9 doc/ja_JP.eucJP/man/man8/dump.8 1.16 +2 -2 doc/ja_JP.eucJP/man/man8/edquota.8 1.15 +2 -4 doc/ja_JP.eucJP/man/man8/faithd.8 1.19 +9 -10 doc/ja_JP.eucJP/man/man8/fdcontrol.8 1.6 +2 -2 doc/ja_JP.eucJP/man/man8/fsck_msdosfs.8 1.37 +2 -2 doc/ja_JP.eucJP/man/man8/ftpd.8 1.42 +36 -28 doc/ja_JP.eucJP/man/man8/ifconfig.8 1.31 +1 -1 doc/ja_JP.eucJP/man/man8/init.8 1.6 +1 -1 doc/ja_JP.eucJP/man/man8/ipf.8 1.13 +7 -6 doc/ja_JP.eucJP/man/man8/ipfstat.8 1.61 +84 -10 doc/ja_JP.eucJP/man/man8/ipfw.8 1.13 +6 -4 doc/ja_JP.eucJP/man/man8/ipmon.8 1.24 +48 -10 doc/ja_JP.eucJP/man/man8/jail.8 1.11 +2 -2 doc/ja_JP.eucJP/man/man8/kgmon.8 1.4 +5 -5 doc/ja_JP.eucJP/man/man8/kldxref.8 1.2 +9 -4 doc/ja_JP.eucJP/man/man8/ktrdump.8 1.32 +17 -20 doc/ja_JP.eucJP/man/man8/loader.8 1.12 +2 -2 doc/ja_JP.eucJP/man/man8/makekey.8 1.21 +7 -8 doc/ja_JP.eucJP/man/man8/mknod.8 1.35 +16 -13 doc/ja_JP.eucJP/man/man8/mount.8 1.23 +3 -3 doc/ja_JP.eucJP/man/man8/mount_cd9660.8 1.6 +15 -12 doc/ja_JP.eucJP/man/man8/mount_msdosfs.8 1.19 +3 -4 doc/ja_JP.eucJP/man/man8/mountd.8 1.34 +3 -3 doc/ja_JP.eucJP/man/man8/moused.8 1.24 +5 -4 doc/ja_JP.eucJP/man/man8/mtree.8 1.13 +22 -27 doc/ja_JP.eucJP/man/man8/ndp.8 1.35 +2 -2 doc/ja_JP.eucJP/man/man8/newfs.8 1.13 +14 -12 doc/ja_JP.eucJP/man/man8/nghook.8 1.18 +42 -16 doc/ja_JP.eucJP/man/man8/ping6.8 1.32 +2 -2 doc/ja_JP.eucJP/man/man8/restore.8 1.20 +4 -2 doc/ja_JP.eucJP/man/man8/rmuser.8 1.21 +2 -2 doc/ja_JP.eucJP/man/man8/route.8 1.24 +17 -14 doc/ja_JP.eucJP/man/man8/routed.8 1.19 +15 -12 doc/ja_JP.eucJP/man/man8/rshd.8 1.19 +28 -23 doc/ja_JP.eucJP/man/man8/setkey.8 1.13 +13 -2 doc/ja_JP.eucJP/man/man8/tftpd.8 1.10 +40 -3 doc/ja_JP.eucJP/man/man8/traceroute6.8 1.10 +8 -2 doc/ja_JP.eucJP/man/man8/usbdevs.8 1.37 +5 -5 doc/ja_JP.eucJP/man/man8/vinum.8 1.21 +2 -2 doc/ja_JP.eucJP/man/man8/vmstat.8 1.30 +5 -4 doc/ja_JP.eucJP/man/man8/wicontrol.8 1.9 +5 -2 doc/ja_JP.eucJP/man/man8/zdump.8 1.16 +8 -5 doc/ja_JP.eucJP/man/man8/zic.8 1.5 +3 -3 doc/ja_JP.eucJP/man/man8/zzz.8 From owner-cvs-all@FreeBSD.ORG Fri Aug 27 22:14:27 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 485A716A4CE; Fri, 27 Aug 2004 22:14:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2897A43D2F; Fri, 27 Aug 2004 22:14:27 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RMERmk077876; Fri, 27 Aug 2004 22:14:27 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RMERqJ077875; Fri, 27 Aug 2004 22:14:27 GMT (envelope-from rik) Message-Id: <200408272214.i7RMERqJ077875@repoman.freebsd.org> From: Roman Kurakin <rik@FreeBSD.org> Date: Fri, 27 Aug 2004 22:14:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ctau if_ct.c src/sys/dev/cx if_cx.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 22:14:27 -0000 rik 2004-08-27 22:14:27 UTC FreeBSD src repository Modified files: sys/dev/ctau if_ct.c sys/dev/cx if_cx.c Log: Make code ready to switch debug.mpsafenet to 1 since I've not able to commit MPSAFE code for now it is just IFF_NEEDSGIANT. Revision Changes Path 1.15 +2 -1 src/sys/dev/ctau/if_ct.c 1.31 +2 -1 src/sys/dev/cx/if_cx.c From owner-cvs-all@FreeBSD.ORG Fri Aug 27 22:14:46 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 197C316A4CE; Fri, 27 Aug 2004 22:14:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF43B43D1D; Fri, 27 Aug 2004 22:14:45 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RMEjvT077916; Fri, 27 Aug 2004 22:14:45 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RMEj2C077915; Fri, 27 Aug 2004 22:14:45 GMT (envelope-from sos) Message-Id: <200408272214.i7RMEj2C077915@repoman.freebsd.org> From: Søren Schmidt <sos@FreeBSD.org> Date: Fri, 27 Aug 2004 22:14:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-lowlevel.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 22:14:46 -0000 sos 2004-08-27 22:14:45 UTC FreeBSD src repository Modified files: sys/dev/ata ata-lowlevel.c Log: remove unused prototype Revision Changes Path 1.46 +0 -1 src/sys/dev/ata/ata-lowlevel.c From owner-cvs-all@FreeBSD.ORG Fri Aug 27 22:18:28 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FE8416A4CE; Fri, 27 Aug 2004 22:18:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41B7843D2F; Fri, 27 Aug 2004 22:18:28 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RMISQc078072; Fri, 27 Aug 2004 22:18:28 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RMISer078071; Fri, 27 Aug 2004 22:18:28 GMT (envelope-from simon) Message-Id: <200408272218.i7RMISer078071@repoman.freebsd.org> From: "Simon L. Nielsen" <simon@FreeBSD.org> Date: Fri, 27 Aug 2004 22:18:28 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/sgml man-refs.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 22:18:28 -0000 simon 2004-08-27 22:18:28 UTC FreeBSD doc repository Modified files: share/sgml man-refs.ent Log: Add entities for recently added sound driver manual pages. Revision Changes Path 1.290 +8 -0 doc/share/sgml/man-refs.ent From owner-cvs-all@FreeBSD.ORG Fri Aug 27 22:21:57 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A90D316A4CE; Fri, 27 Aug 2004 22:21:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8864E43D39; Fri, 27 Aug 2004 22:21:57 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RMLvOW078204; Fri, 27 Aug 2004 22:21:57 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RMLvv5078203; Fri, 27 Aug 2004 22:21:57 GMT (envelope-from krion) Message-Id: <200408272221.i7RMLvv5078203@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Fri, 27 Aug 2004 22:21:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/xterm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 22:21:57 -0000 krion 2004-08-27 22:21:57 UTC FreeBSD ports repository Modified files: x11/xterm Makefile Log: Enable luit support. Reported by: Igor Pokrovsky <ip@doom.homeunix.org> Revision Changes Path 1.10 +2 -1 ports/x11/xterm/Makefile From owner-cvs-all@FreeBSD.ORG Fri Aug 27 22:23:11 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BEF916A4CE for <cvs-all@FreeBSD.org>; Fri, 27 Aug 2004 22:23:11 +0000 (GMT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8712443D41 for <cvs-all@FreeBSD.org>; Fri, 27 Aug 2004 22:23:10 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru id i7RMK9D7071122 for cvs-all@FreeBSD.org.checked; (8.12.8/vak/2.1) Sat, 28 Aug 2004 02:20:09 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by hanoi.cronyx.ru with ESMTP id i7RMJsCj070915; (8.12.8/vak/2.1) Sat, 28 Aug 2004 02:19:54 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <412FB1D3.9040502@cronyx.ru> Date: Sat, 28 Aug 2004 02:12:35 +0400 From: Roman Kurakin <rik@cronyx.ru> User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.2.1) Gecko/20030426 X-Accept-Language: ru-ru, en MIME-Version: 1.0 To: Roman Kurakin <rik@FreeBSD.org> References: <200408272214.i7RMERqJ077875@repoman.freebsd.org> In-Reply-To: <200408272214.i7RMERqJ077875@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ctau if_ct.c src/sys/dev/cx if_cx.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 22:23:11 -0000 Roman Kurakin: >rik 2004-08-27 22:14:27 UTC > > FreeBSD src repository > > Modified files: > sys/dev/ctau if_ct.c > sys/dev/cx if_cx.c > Log: > Make code ready to switch debug.mpsafenet to 1 since I've not able to > commit MPSAFE code for now it is just IFF_NEEDSGIANT. > I've got stuck with my current test hardware. So I have to solve that proble to be able to move on with locking. rik > Revision Changes Path > 1.15 +2 -1 src/sys/dev/ctau/if_ct.c > 1.31 +2 -1 src/sys/dev/cx/if_cx.c > > > > From owner-cvs-all@FreeBSD.ORG Fri Aug 27 22:58:29 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E70C016A4CE; Fri, 27 Aug 2004 22:58:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6C2C43D58; Fri, 27 Aug 2004 22:58:29 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RMwTrX079183; Fri, 27 Aug 2004 22:58:29 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RMwTbe079182; Fri, 27 Aug 2004 22:58:29 GMT (envelope-from simon) Message-Id: <200408272258.i7RMwTbe079182@repoman.freebsd.org> From: "Simon L. Nielsen" <simon@FreeBSD.org> Date: Fri, 27 Aug 2004 22:58:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml src/release/doc/share/misc dev.archlist.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 22:58:30 -0000 simon 2004-08-27 22:58:29 UTC FreeBSD src repository (doc committer) Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml release/doc/share/misc dev.archlist.txt Log: - Auto generate device listings for the following drivers: snd_ad1816, snd_cmi, snd_cs4281, snd_ds1, snd_emu10k1, snd_es137x, and snd_solo. MFC after: 5 days Revision Changes Path 1.237 +8 -26 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml 1.15 +7 -0 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-all@FreeBSD.ORG Fri Aug 27 23:33:17 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F105D16A4CE; Fri, 27 Aug 2004 23:33:16 +0000 (GMT) Received: from gw.Awfulhak.org (awfulhak.demon.co.uk [80.177.173.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 231E843D3F; Fri, 27 Aug 2004 23:33:16 +0000 (GMT) (envelope-from brian@Awfulhak.org) Received: from dev.lan.Awfulhak.org (brian@dev.lan.Awfulhak.org [172.16.0.5]) by gw.Awfulhak.org (8.12.11/8.12.11) with SMTP id i7RNXAWr012021; Sat, 28 Aug 2004 00:33:10 +0100 (BST) (envelope-from brian@Awfulhak.org) Date: Sat, 28 Aug 2004 00:33:09 +0100 From: Brian Somers <brian@Awfulhak.org> To: "Justin T. Gibbs" <gibbs@FreeBSD.org> Message-Id: <20040828003309.2796b8f3@dev.lan.Awfulhak.org> In-Reply-To: <200408272125.i7RLPG3K076074@repoman.freebsd.org> References: <200408272125.i7RLPG3K076074@repoman.freebsd.org> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on gw.lan.Awfulhak.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/isa psm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 23:33:17 -0000 On Fri, 27 Aug 2004 21:25:16 +0000 (UTC), "Justin T. Gibbs" <gibbs@FreeBSD.org> wrote: > gibbs 2004-08-27 21:25:16 UTC > > FreeBSD src repository > > Modified files: > sys/isa psm.c > Log: > Improve sync recovery algorithm: > o Remove PSM_SYNCERR_THRESHOLD1. This value specified how many sync > errors were required before the mouse is re-initialised. > Re-initialisation is now done after (packetsize * 2) sync errors as > things aren't likely to improve after that. > > o Reset lastinputerror when re-initialisation occurs. We don't want > to continue to drop data after re-initialisation. > > o Count the number of failed packets independently of the syncerrors > statistic. syncerrors is useful for recovering sync within a single > packet. pkterrors allows us to detect when the mouse changes its > packet mode due to some external event (e.g. KVM switch). > > o Reinitialize the mouse if we see more than psmpkterrthresh errors > during the validation period. The validation period begins as soon > as a sync error is detected and continues until psmerrsecs/msecs > time has elapsed. The defaults for these two values force a reset > if we see two packet errors in a 2 second period. This allows rapid > detection of packet framing errors caused by the mouse changing packet > modes. > > o Export psmpkterrthresh as a sysctl > > o Export psmloglevel as a sysctl. > > o Enable more debugging code to be enabled at runtime via psmloglevel. > > o Simplify verbose conditioned loging by using a VLOG macro. > > o Add several comments describing the sync recovery algorithm of > this driver. > > Large Portions by: Brian Somers <brian@Awfulhak.org> > Inspired and Frustrated by: Belkin KVMs > Reviewed by: njl, philip > > Revision Changes Path > 1.80 +120 -98 src/sys/isa/psm.c Good stuff - thanks for all your work! -- Brian <brian@Awfulhak.org> <brian@[uk.]FreeBSD.org> <http://www.Awfulhak.org> <brian@[uk.]OpenBSD.org> Don't _EVER_ lose your sense of humour ! From owner-cvs-all@FreeBSD.ORG Fri Aug 27 23:53:29 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E16D316A4CE for <cvs-all@FreeBSD.org>; Fri, 27 Aug 2004 23:53:29 +0000 (GMT) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 331A343D3F for <cvs-all@FreeBSD.org>; Fri, 27 Aug 2004 23:53:29 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 61408 invoked from network); 27 Aug 2004 23:52:03 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.54]) (envelope-sender <andre@freebsd.org>) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for <brian@Awfulhak.org>; 27 Aug 2004 23:52:03 -0000 Message-ID: <412FC97D.7A25D5D5@freebsd.org> Date: Sat, 28 Aug 2004 01:53:33 +0200 From: Andre Oppermann <andre@freebsd.org> X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Brian Somers <brian@Awfulhak.org> References: <200408272125.i7RLPG3K076074@repoman.freebsd.org> <20040828003309.2796b8f3@dev.lan.Awfulhak.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: "Justin T. Gibbs" <gibbs@FreeBSD.org> cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/isa psm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 23:53:30 -0000 Brian Somers wrote: > > Large Portions by: Brian Somers <brian@Awfulhak.org> > > Inspired and Frustrated by: Belkin KVMs > > Reviewed by: njl, philip > > > > Revision Changes Path > > 1.80 +120 -98 src/sys/isa/psm.c > > Good stuff - thanks for all your work! Do have an idea how to get a PS2 keyboard recognized if none was connected when the machine booted? The docs say it will reprobe from time to time if the appropriate flags are set. But it never worked for me on any machine I tried. It's quite nasty on KVMs when you boot a machine and it is switched to some other screen when the kernel probes the keyboard. -- Andre From owner-cvs-all@FreeBSD.ORG Sat Aug 28 00:49:23 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 548D016A4CE; Sat, 28 Aug 2004 00:49:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3533E43D1F; Sat, 28 Aug 2004 00:49:23 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S0nNxU082501; Sat, 28 Aug 2004 00:49:23 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S0nN7O082500; Sat, 28 Aug 2004 00:49:23 GMT (envelope-from peter) Message-Id: <200408280049.i7S0nN7O082500@repoman.freebsd.org> From: Peter Wemm <peter@FreeBSD.org> Date: Sat, 28 Aug 2004 00:49:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 00:49:23 -0000 peter 2004-08-28 00:49:23 UTC FreeBSD src repository Modified files: sys/kern sched_ule.c Log: Commit Jeff's suggested changes for avoiding a bug that is exposed by preemption and/or the rev 1.79 kern_switch.c change that was backed out. The thread was being assigned to a runq without adding in the load, which would cause the counter to hit -1. Revision Changes Path 1.122 +2 -4 src/sys/kern/sched_ule.c From owner-cvs-all@FreeBSD.ORG Sat Aug 28 00:49:57 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3EA616A4FB; Sat, 28 Aug 2004 00:49:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89C7C43D45; Sat, 28 Aug 2004 00:49:55 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S0ntdF082607; Sat, 28 Aug 2004 00:49:55 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S0ntln082606; Sat, 28 Aug 2004 00:49:55 GMT (envelope-from obrien) Message-Id: <200408280049.i7S0ntln082606@repoman.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Sat, 28 Aug 2004 00:49:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 mp_machdep.c pmap.c src/sys/i386/i386 mp_machdep.c pmap.c src/sys/kern subr_smp.c src/sys/sys smp.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 00:49:57 -0000 obrien 2004-08-28 00:49:55 UTC FreeBSD src repository Modified files: sys/amd64/amd64 mp_machdep.c pmap.c sys/i386/i386 mp_machdep.c pmap.c sys/kern subr_smp.c sys/sys smp.h Log: s/smp_rv_mtx/smp_ipi_mtx/g Requested by: jhb Revision Changes Path 1.244 +2 -2 src/sys/amd64/amd64/mp_machdep.c 1.495 +6 -6 src/sys/amd64/amd64/pmap.c 1.237 +2 -2 src/sys/i386/i386/mp_machdep.c 1.497 +8 -8 src/sys/i386/i386/pmap.c 1.190 +4 -4 src/sys/kern/subr_smp.c 1.79 +1 -1 src/sys/sys/smp.h From owner-cvs-all@FreeBSD.ORG Sat Aug 28 00:49:51 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AF1216A4CE; Sat, 28 Aug 2004 00:49:51 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A1B343D48; Sat, 28 Aug 2004 00:49:50 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i7S0lRh1019668; Fri, 27 Aug 2004 18:47:27 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 27 Aug 2004 18:47:26 -0600 (MDT) Message-Id: <20040827.184726.104031839.imp@bsdimp.com> To: andre@FreeBSD.org From: "M. Warner Losh" <imp@bsdimp.com> In-Reply-To: <412FC97D.7A25D5D5@freebsd.org> References: <200408272125.i7RLPG3K076074@repoman.freebsd.org> <20040828003309.2796b8f3@dev.lan.Awfulhak.org> <412FC97D.7A25D5D5@freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: brian@Awfulhak.org cc: gibbs@FreeBSD.org cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/isa psm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 00:49:51 -0000 In message: <412FC97D.7A25D5D5@freebsd.org> Andre Oppermann <andre@FreeBSD.org> writes: : Brian Somers wrote: : > > Large Portions by: Brian Somers <brian@Awfulhak.org> : > > Inspired and Frustrated by: Belkin KVMs : > > Reviewed by: njl, philip : > > : > > Revision Changes Path : > > 1.80 +120 -98 src/sys/isa/psm.c : > : > Good stuff - thanks for all your work! : : Do have an idea how to get a PS2 keyboard recognized if none was : connected when the machine booted? The docs say it will reprobe : from time to time if the appropriate flags are set. But it never : worked for me on any machine I tried. It's quite nasty on KVMs : when you boot a machine and it is switched to some other screen : when the kernel probes the keyboard. % egrep sc /boot/device.hints hint.sc.0.at="isa" hint.sc.0.flags="0x100" % man sc ... Driver Flags 0x0100 (AUTODETECT_KBD) This option instructs the syscons driver to periodically scan for a keyboard device if it is not currently attached to one. Other- wise, the driver only probes for a keyboard once during bootup. is supposed to do the trick. However, you also need: Driver Flags The atkbd driver accepts the following driver flags. They can be set either in /boot/device.hints, or else from within the boot loader (see loader(8)). bit 0 (FAIL_IF_NO_KBD) By default the atkbd driver will install even if a keyboard is not actually connected to the system. This option prevents the driver from being installed in this situation. so you must make sure bit 0 isn't set in the hint.atkbd.0.flags hint. For a while it was set in the default hints file. However, it has been a while since I've actually tested this, however. Warner From owner-cvs-all@FreeBSD.ORG Sat Aug 28 01:04:44 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C834916A4CE; Sat, 28 Aug 2004 01:04:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9A1443D67; Sat, 28 Aug 2004 01:04:44 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S14iBA083056; Sat, 28 Aug 2004 01:04:44 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S14ilS083055; Sat, 28 Aug 2004 01:04:44 GMT (envelope-from peter) Message-Id: <200408280104.i7S14ilS083055@repoman.freebsd.org> From: Peter Wemm <peter@FreeBSD.org> Date: Sat, 28 Aug 2004 01:04:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_switch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 01:04:44 -0000 peter 2004-08-28 01:04:44 UTC FreeBSD src repository Modified files: sys/kern kern_switch.c Log: Backout the previous backout (with scott's ok). sched_ule.c:1.122 is believed to fix the problem with ULE that this change triggered. Revision Changes Path 1.81 +2 -0 src/sys/kern/kern_switch.c From owner-cvs-all@FreeBSD.ORG Sat Aug 28 01:08:15 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72C2B16A4CE; Sat, 28 Aug 2004 01:08:15 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 232D643D67; Sat, 28 Aug 2004 01:08:15 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.0.201] ([192.168.0.201]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i7S17Vqb055591; Fri, 27 Aug 2004 19:07:31 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <412FDA62.2010405@samsco.org> Date: Fri, 27 Aug 2004 19:05:38 -0600 From: Scott Long <scottl@samsco.org> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.1) Gecko/20040801 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Wemm <peter@FreeBSD.org> References: <200408280104.i7S14ilS083055@repoman.freebsd.org> In-Reply-To: <200408280104.i7S14ilS083055@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_switch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 01:08:15 -0000 Peter Wemm wrote: > peter 2004-08-28 01:04:44 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_switch.c > Log: > Backout the previous backout (with scott's ok). sched_ule.c:1.122 is > believed to fix the problem with ULE that this change triggered. > > Revision Changes Path > 1.81 +2 -0 src/sys/kern/kern_switch.c I'm hoping that with these changes that we can turn PREEMPTION back on soon and get it ready for merging into RELENG_5 for the 5.3 release. Thanks to Peter and Jeff and Julian for putting their heads together and solving this. Scott From owner-cvs-all@FreeBSD.ORG Sat Aug 28 01:26:39 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FD4116A4CE; Sat, 28 Aug 2004 01:26:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F40143D45; Sat, 28 Aug 2004 01:26:39 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S1QdsW083666; Sat, 28 Aug 2004 01:26:39 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S1Qd7X083665; Sat, 28 Aug 2004 01:26:39 GMT (envelope-from linimon) Message-Id: <200408280126.i7S1Qd7X083665@repoman.freebsd.org> From: Mark Linimon <linimon@FreeBSD.org> Date: Sat, 28 Aug 2004 01:26:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/eclipse-vep-examples Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 01:26:39 -0000 linimon 2004-08-28 01:26:38 UTC FreeBSD ports repository Modified files: java/eclipse-vep-examples Makefile distinfo pkg-plist Log: Update to 1.0M2. While here, parameterize plist. PR: ports/70057 Submitted by: SUGIMURA Takashi <sugimura at jp dot FreeBSD dot org> Revision Changes Path 1.2 +4 -3 ports/java/eclipse-vep-examples/Makefile 1.2 +2 -2 ports/java/eclipse-vep-examples/distinfo 1.2 +56 -56 ports/java/eclipse-vep-examples/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Aug 28 02:00:15 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 045F916A4CE; Sat, 28 Aug 2004 02:00:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7F4F43D5A; Sat, 28 Aug 2004 02:00:14 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S20EPW084468; Sat, 28 Aug 2004 02:00:14 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S20Ec9084467; Sat, 28 Aug 2004 02:00:14 GMT (envelope-from linimon) Message-Id: <200408280200.i7S20Ec9084467@repoman.freebsd.org> From: Mark Linimon <linimon@FreeBSD.org> Date: Sat, 28 Aug 2004 02:00:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/eclipse-vep Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 02:00:15 -0000 linimon 2004-08-28 02:00:14 UTC FreeBSD ports repository Modified files: java/eclipse-vep Makefile distinfo pkg-plist Log: Update to 1.0M2. While here, parameterize common parts of plist. PR: ports/70056 Submitted by: SUGIMURA Takashi <sugimura at jp dot FreeBSD dot org> Approved by: maintainer Revision Changes Path 1.3 +5 -4 ports/java/eclipse-vep/Makefile 1.4 +2 -2 ports/java/eclipse-vep/distinfo 1.3 +871 -872 ports/java/eclipse-vep/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Aug 28 02:02:49 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1295E16A4CE; Sat, 28 Aug 2004 02:02:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E689143D3F; Sat, 28 Aug 2004 02:02:48 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S22m72084593; Sat, 28 Aug 2004 02:02:48 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S22mPP084592; Sat, 28 Aug 2004 02:02:48 GMT (envelope-from pjd) Message-Id: <200408280202.i7S22mPP084592@repoman.freebsd.org> From: Pawel Jakub Dawidek <pjd@FreeBSD.org> Date: Sat, 28 Aug 2004 02:02:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/raid3 g_raid3_ctl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 02:02:49 -0000 pjd 2004-08-28 02:02:48 UTC FreeBSD src repository Modified files: sys/geom/raid3 g_raid3_ctl.c Log: Don't allow to insert providers, which are too small. Reported by: Michael Handler <handler@grendel.net> Revision Changes Path 1.4 +4 -0 src/sys/geom/raid3/g_raid3_ctl.c From owner-cvs-all@FreeBSD.ORG Sat Aug 28 02:05:03 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3782516A4CE; Sat, 28 Aug 2004 02:05:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1477343D48; Sat, 28 Aug 2004 02:05:03 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S2520b084658; Sat, 28 Aug 2004 02:05:02 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S252Aj084657; Sat, 28 Aug 2004 02:05:02 GMT (envelope-from linimon) Message-Id: <200408280205.i7S252Aj084657@repoman.freebsd.org> From: Mark Linimon <linimon@FreeBSD.org> Date: Sat, 28 Aug 2004 02:05:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/eclipse-emf Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 02:05:03 -0000 linimon 2004-08-28 02:05:02 UTC FreeBSD ports repository Modified files: java/eclipse-emf Makefile distinfo pkg-plist Log: Update to 1.0M2. PR: ports/70053 Submitted by: SUGIMURA Takashi <sugimura at jp dot FreeBSD dot org> Approved by: maintainer Revision Changes Path 1.3 +3 -3 ports/java/eclipse-emf/Makefile 1.4 +2 -2 ports/java/eclipse-emf/distinfo 1.4 +776 -776 ports/java/eclipse-emf/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Aug 28 02:11:25 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7BBE16A4CE; Sat, 28 Aug 2004 02:11:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A950943D31; Sat, 28 Aug 2004 02:11:25 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S2BPfY084951; Sat, 28 Aug 2004 02:11:25 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S2BPvl084950; Sat, 28 Aug 2004 02:11:25 GMT (envelope-from linimon) Message-Id: <200408280211.i7S2BPvl084950@repoman.freebsd.org> From: Mark Linimon <linimon@FreeBSD.org> Date: Sat, 28 Aug 2004 02:11:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/tripwire pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 02:11:25 -0000 linimon 2004-08-28 02:11:25 UTC FreeBSD ports repository Modified files: security/tripwire pkg-descr Log: Add WWW line. Revision Changes Path 1.2 +2 -0 ports/security/tripwire/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Aug 28 02:29:40 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE0EB16A4CE; Sat, 28 Aug 2004 02:29:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF6DF43D2F; Sat, 28 Aug 2004 02:29:40 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S2Tej4085328; Sat, 28 Aug 2004 02:29:40 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S2TexL085327; Sat, 28 Aug 2004 02:29:40 GMT (envelope-from pjd) Message-Id: <200408280229.i7S2TexL085327@repoman.freebsd.org> From: Pawel Jakub Dawidek <pjd@FreeBSD.org> Date: Sat, 28 Aug 2004 02:29:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/geom/core geom.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 02:29:41 -0000 pjd 2004-08-28 02:29:40 UTC FreeBSD src repository Modified files: sbin/geom/core geom.c Log: - If error string begins with "warning: ", don't exit, treat it as a warning only. - Use getprogname() function when informing about versions problem. Revision Changes Path 1.7 +6 -4 src/sbin/geom/core/geom.c From owner-cvs-all@FreeBSD.ORG Sat Aug 28 02:34:11 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0809516A4CE; Sat, 28 Aug 2004 02:34:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC42443D1F; Sat, 28 Aug 2004 02:34:10 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S2YA7l085493; Sat, 28 Aug 2004 02:34:10 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S2YAEI085492; Sat, 28 Aug 2004 02:34:10 GMT (envelope-from pjd) Message-Id: <200408280234.i7S2YAEI085492@repoman.freebsd.org> From: Pawel Jakub Dawidek <pjd@FreeBSD.org> Date: Sat, 28 Aug 2004 02:34:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/geom/class/raid3 geom_raid3.csrc/sys/geom/raid3 g_raid3_ctl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 02:34:11 -0000 pjd 2004-08-28 02:34:10 UTC FreeBSD src repository Modified files: sbin/geom/class/raid3 geom_raid3.c sys/geom/raid3 g_raid3_ctl.c Log: Warn the user if we are not going to use whole provider space. Requested by: Michael Handler <handler@grendel.net> Revision Changes Path 1.5 +9 -5 src/sbin/geom/class/raid3/geom_raid3.c 1.5 +12 -4 src/sys/geom/raid3/g_raid3_ctl.c From owner-cvs-all@FreeBSD.ORG Sat Aug 28 02:35:44 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CD2916A4CE; Sat, 28 Aug 2004 02:35:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D62E43D3F; Sat, 28 Aug 2004 02:35:44 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S2Zi12085628; Sat, 28 Aug 2004 02:35:44 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S2Zh7W085627; Sat, 28 Aug 2004 02:35:44 GMT (envelope-from pjd) Message-Id: <200408280235.i7S2Zh7W085627@repoman.freebsd.org> From: Pawel Jakub Dawidek <pjd@FreeBSD.org> Date: Sat, 28 Aug 2004 02:35:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/raid3 g_raid3.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 02:35:44 -0000 pjd 2004-08-28 02:35:43 UTC FreeBSD src repository Modified files: sys/geom/raid3 g_raid3.c Log: Use sc->sc_mediasize instead of sc->sc_provider->mediasize which contains exactly the same value, but is shorter. Revision Changes Path 1.11 +3 -4 src/sys/geom/raid3/g_raid3.c From owner-cvs-all@FreeBSD.ORG Sat Aug 28 02:49:29 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 023FF16A4CE; Sat, 28 Aug 2004 02:49:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D51DB43D64; Sat, 28 Aug 2004 02:49:28 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S2nSZh085946; Sat, 28 Aug 2004 02:49:28 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S2nSV8085945; Sat, 28 Aug 2004 02:49:28 GMT (envelope-from pjd) Message-Id: <200408280249.i7S2nSV8085945@repoman.freebsd.org> From: Pawel Jakub Dawidek <pjd@FreeBSD.org> Date: Sat, 28 Aug 2004 02:49:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/geom/class/stripe geom_stripe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 02:49:29 -0000 pjd 2004-08-28 02:49:28 UTC FreeBSD src repository Modified files: sbin/geom/class/stripe geom_stripe.c Log: Warn the user if we are not going to use the whole provider's space. Revision Changes Path 1.7 +21 -1 src/sbin/geom/class/stripe/geom_stripe.c From owner-cvs-all@FreeBSD.ORG Sat Aug 28 03:13:05 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C91B116A4CE; Sat, 28 Aug 2004 03:13:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5DE443D46; Sat, 28 Aug 2004 03:13:05 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S3D5QE086879; Sat, 28 Aug 2004 03:13:05 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S3D5tu086878; Sat, 28 Aug 2004 03:13:05 GMT (envelope-from kientzle) Message-Id: <200408280313.i7S3D5tu086878@repoman.freebsd.org> From: Tim Kientzle <kientzle@FreeBSD.org> Date: Sat, 28 Aug 2004 03:13:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/cpio tar.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 03:13:05 -0000 kientzle 2004-08-28 03:13:05 UTC FreeBSD src repository Modified files: contrib/cpio tar.c Log: Recognize and skip 'x' and 'g' pax extension entries. In particular, this avoids the creation of "PaxHeader" dirs when unpacking pax-format tar archives such as those written by bsdtar. MFC after: 3 days Revision Changes Path 1.2 +15 -0 src/contrib/cpio/tar.c From owner-cvs-all@FreeBSD.ORG Sat Aug 28 03:36:42 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6780116A4CE; Sat, 28 Aug 2004 03:36:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 432C043D64; Sat, 28 Aug 2004 03:36:42 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S3agjJ087451; Sat, 28 Aug 2004 03:36:42 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S3agEt087450; Sat, 28 Aug 2004 03:36:42 GMT (envelope-from linimon) Message-Id: <200408280336.i7S3agEt087450@repoman.freebsd.org> From: Mark Linimon <linimon@FreeBSD.org> Date: Sat, 28 Aug 2004 03:36:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/postgis-jdbc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 03:36:42 -0000 linimon 2004-08-28 03:36:42 UTC FreeBSD ports repository Modified files: databases/postgis-jdbc Makefile Log: Remove hard-coding of Java variables. PR: ports/70944 Submitted by: boris at brooknet dot com dot au (maintainer) Revision Changes Path 1.2 +4 -1 ports/databases/postgis-jdbc/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 28 03:46:18 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9528F16A4CE; Sat, 28 Aug 2004 03:46:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 747DF43D31; Sat, 28 Aug 2004 03:46:18 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S3kIPa087770; Sat, 28 Aug 2004 03:46:18 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S3kIlD087769; Sat, 28 Aug 2004 03:46:18 GMT (envelope-from jmg) Message-Id: <200408280346.i7S3kIlD087769@repoman.freebsd.org> From: John-Mark Gurney <jmg@FreeBSD.org> Date: Sat, 28 Aug 2004 03:46:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 mbuf.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 03:46:18 -0000 jmg 2004-08-28 03:46:18 UTC FreeBSD src repository Modified files: share/man/man9 mbuf.9 Log: document that m_free returns m_next of the free'd mbuf Revision Changes Path 1.52 +5 -1 src/share/man/man9/mbuf.9 From owner-cvs-all@FreeBSD.ORG Sat Aug 28 03:46:31 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A7B216A4CE; Sat, 28 Aug 2004 03:46:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59B2243D48; Sat, 28 Aug 2004 03:46:31 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S3kVjU087803; Sat, 28 Aug 2004 03:46:31 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S3kVT3087802; Sat, 28 Aug 2004 03:46:31 GMT (envelope-from linimon) Message-Id: <200408280346.i7S3kVT3087802@repoman.freebsd.org> From: Mark Linimon <linimon@FreeBSD.org> Date: Sat, 28 Aug 2004 03:46:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/slony1 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 03:46:31 -0000 linimon 2004-08-28 03:46:31 UTC FreeBSD ports repository Modified files: databases/slony1 Makefile Log: Remove documentation directory on deinstall. PR: ports/70949 Submitted by: Radim Kolar <hsn at netmag dot cz> (maintainer) Revision Changes Path 1.6 +1 -1 ports/databases/slony1/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 28 03:52:30 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 816B516A4CE; Sat, 28 Aug 2004 03:52:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6111143D39; Sat, 28 Aug 2004 03:52:30 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S3qUTc087990; Sat, 28 Aug 2004 03:52:30 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S3qUvK087989; Sat, 28 Aug 2004 03:52:30 GMT (envelope-from linimon) Message-Id: <200408280352.i7S3qUvK087989@repoman.freebsd.org> From: Mark Linimon <linimon@FreeBSD.org> Date: Sat, 28 Aug 2004 03:52:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns/staticcharge Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 03:52:30 -0000 linimon 2004-08-28 03:52:30 UTC FreeBSD ports repository Modified files: dns/staticcharge Makefile Log: Change spaces to tabs. PR: ports/65830 Submitted by: trevor Approved by: maintainer timeout (3 months) Revision Changes Path 1.11 +1 -1 ports/dns/staticcharge/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 28 03:57:10 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60BE916A4CE; Sat, 28 Aug 2004 03:57:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40AD443D31; Sat, 28 Aug 2004 03:57:10 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S3vA8l088158; Sat, 28 Aug 2004 03:57:10 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S3vAXW088157; Sat, 28 Aug 2004 03:57:10 GMT (envelope-from linimon) Message-Id: <200408280357.i7S3vAXW088157@repoman.freebsd.org> From: Mark Linimon <linimon@FreeBSD.org> Date: Sat, 28 Aug 2004 03:57:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/libol Makefile distinfo ports/devel/libol/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 03:57:10 -0000 linimon 2004-08-28 03:57:10 UTC FreeBSD ports repository Modified files: devel/libol Makefile distinfo devel/libol/files patch-aa Log: Update to 0.3.14. PR: ports/70849 Submitted by: Toni Viemero <toni dot viemero at iki dot fi> Approved by: maintainer Revision Changes Path 1.17 +1 -1 ports/devel/libol/Makefile 1.12 +1 -1 ports/devel/libol/distinfo 1.3 +5 -5 ports/devel/libol/files/patch-aa From owner-cvs-all@FreeBSD.ORG Sat Aug 28 04:08:06 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E1C416A4CE; Sat, 28 Aug 2004 04:08:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DFB943D4C; Sat, 28 Aug 2004 04:08:06 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S485F1088533; Sat, 28 Aug 2004 04:08:05 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S485qT088532; Sat, 28 Aug 2004 04:08:05 GMT (envelope-from davidxu) Message-Id: <200408280408.i7S485qT088532@repoman.freebsd.org> From: David Xu <davidxu@FreeBSD.org> Date: Sat, 28 Aug 2004 04:08:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys proc.h src/sys/kern kern_kse.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 04:08:06 -0000 davidxu 2004-08-28 04:08:05 UTC FreeBSD src repository Modified files: sys/sys proc.h sys/kern kern_kse.c Log: Move TDF_CAN_UNBIND to thread private flags td_pflags, this eliminates need of sched_lock in some places. Also in thread_userret, remove spare thread allocation code, it is already done in thread_user_enter. Reviewed by: julian Revision Changes Path 1.195 +4 -19 src/sys/kern/kern_kse.c 1.394 +3 -4 src/sys/sys/proc.h From owner-cvs-all@FreeBSD.ORG Sat Aug 28 04:14:30 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FB8916A4CE; Sat, 28 Aug 2004 04:14:30 +0000 (GMT) Received: from green.homeunix.org (pcp04368961pcs.nrockv01.md.comcast.net [69.140.212.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DC2243D41; Sat, 28 Aug 2004 04:14:27 +0000 (GMT) (envelope-from green@green.homeunix.org) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.13.1/8.13.1) with ESMTP id i7S4EKlM005092; Sat, 28 Aug 2004 00:14:20 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.13.1/8.13.1/Submit) id i7S4E5p4005091; Sat, 28 Aug 2004 00:14:05 -0400 (EDT) (envelope-from green) Date: Sat, 28 Aug 2004 00:14:05 -0400 From: Brian Fundakowski Feldman <green@FreeBSD.org> To: Scott Long <scottl@samsco.org> Message-ID: <20040828041405.GC1085@green.homeunix.org> References: <200408280104.i7S14ilS083055@repoman.freebsd.org> <412FDA62.2010405@samsco.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <412FDA62.2010405@samsco.org> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Peter Wemm <peter@FreeBSD.org> Subject: Re: cvs commit: src/sys/kern kern_switch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 04:14:30 -0000 On Fri, Aug 27, 2004 at 07:05:38PM -0600, Scott Long wrote: > Peter Wemm wrote: > >peter 2004-08-28 01:04:44 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/kern kern_switch.c > > Log: > > Backout the previous backout (with scott's ok). sched_ule.c:1.122 is > > believed to fix the problem with ULE that this change triggered. > > > > Revision Changes Path > > 1.81 +2 -0 src/sys/kern/kern_switch.c > > I'm hoping that with these changes that we can turn PREEMPTION back on > soon and get it ready for merging into RELENG_5 for the 5.3 release. > Thanks to Peter and Jeff and Julian for putting their heads together and > solving this. It'll be really great if this does indeed fix issues; that and the IPI fix (which works for me; I'll test out this commit soon). -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-all@FreeBSD.ORG Sat Aug 28 04:16:35 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 115A616A4CE; Sat, 28 Aug 2004 04:16:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DDCF43D39; Sat, 28 Aug 2004 04:16:32 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S4GWXs088838; Sat, 28 Aug 2004 04:16:32 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S4GWoF088837; Sat, 28 Aug 2004 04:16:32 GMT (envelope-from davidxu) Message-Id: <200408280416.i7S4GWoF088837@repoman.freebsd.org> From: David Xu <davidxu@FreeBSD.org> Date: Sat, 28 Aug 2004 04:16:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_kse.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 04:16:35 -0000 davidxu 2004-08-28 04:16:32 UTC FreeBSD src repository Modified files: sys/kern kern_kse.c Log: 1. try to use existing mailbox address in thread_update_usr_ticks. 2. remove '\n' in KASSERT. Revision Changes Path 1.196 +6 -4 src/sys/kern/kern_kse.c From owner-cvs-all@FreeBSD.ORG Sat Aug 28 04:36:26 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6050716A4CE; Sat, 28 Aug 2004 04:36:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FF3B43D48; Sat, 28 Aug 2004 04:36:26 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S4aQ6Z089403; Sat, 28 Aug 2004 04:36:26 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S4aQ7I089402; Sat, 28 Aug 2004 04:36:26 GMT (envelope-from linimon) Message-Id: <200408280436.i7S4aQ7I089402@repoman.freebsd.org> From: Mark Linimon <linimon@FreeBSD.org> Date: Sat, 28 Aug 2004 04:36:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns/staticcharge Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 04:36:26 -0000 linimon 2004-08-28 04:36:26 UTC FreeBSD ports repository Modified files: dns/staticcharge Makefile Log: Reset maintainer address (bouncing with permanent error). Revision Changes Path 1.12 +1 -1 ports/dns/staticcharge/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 28 04:41:15 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2242116A4CE; Sat, 28 Aug 2004 04:41:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02EB943D1F; Sat, 28 Aug 2004 04:41:15 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S4fEb8089595; Sat, 28 Aug 2004 04:41:14 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S4fECo089594; Sat, 28 Aug 2004 04:41:14 GMT (envelope-from linimon) Message-Id: <200408280441.i7S4fECo089594@repoman.freebsd.org> From: Mark Linimon <linimon@FreeBSD.org> Date: Sat, 28 Aug 2004 04:41:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/raine Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 04:41:15 -0000 linimon 2004-08-28 04:41:14 UTC FreeBSD ports repository Modified files: emulators/raine Makefile distinfo pkg-plist Log: Update to version 0.40.5. PR: ports/70939 Submitted by: Florent Thoumie <flz at xbsd dot org> (maintainer) Revision Changes Path 1.3 +1 -1 ports/emulators/raine/Makefile 1.2 +2 -2 ports/emulators/raine/distinfo 1.2 +1 -0 ports/emulators/raine/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Aug 28 04:44:00 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E22A816A4CE; Sat, 28 Aug 2004 04:44:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1B5643D54; Sat, 28 Aug 2004 04:44:00 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S4i0Db089652; Sat, 28 Aug 2004 04:44:00 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S4i04o089651; Sat, 28 Aug 2004 04:44:00 GMT (envelope-from linimon) Message-Id: <200408280444.i7S4i04o089651@repoman.freebsd.org> From: Mark Linimon <linimon@FreeBSD.org> Date: Sat, 28 Aug 2004 04:44:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/postfixadmin distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 04:44:01 -0000 linimon 2004-08-28 04:44:00 UTC FreeBSD ports repository Modified files: mail/postfixadmin distinfo Log: Fix MD5 and size. (location of distfile did not change). PR: ports/70961 Submitted by: Olafur Osvaldsson <oli at isnic dot is> Approved by: Rob Evers <rob at debank dot tv> (maintainer) Revision Changes Path 1.6 +2 -2 ports/mail/postfixadmin/distinfo From owner-cvs-all@FreeBSD.ORG Sat Aug 28 05:08:46 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AAE516A4CE; Sat, 28 Aug 2004 05:08:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D523E43D2F; Sat, 28 Aug 2004 05:08:45 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S58jvc090331; Sat, 28 Aug 2004 05:08:45 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S58jg6090330; Sat, 28 Aug 2004 05:08:45 GMT (envelope-from linimon) Message-Id: <200408280508.i7S58jg6090330@repoman.freebsd.org> From: Mark Linimon <linimon@FreeBSD.org> Date: Sat, 28 Aug 2004 05:08:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/samba-vscan Makefile pkg-message patch-vscan-clamav.h patch-vscan-fprotd.h patch-vscan-fsav.h patch-vscan-icap.h patch-vscan-kavp.h patch-vscan-mcdaemon.h patch-vscan-mksd.h ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 05:08:46 -0000 linimon 2004-08-28 05:08:45 UTC FreeBSD ports repository Modified files: security/samba-vscan Makefile pkg-message Added files: security/samba-vscan/files patch-vscan-clamav.conf patch-vscan-clamav.h patch-vscan-fprotd.h patch-vscan-fsav.h patch-vscan-icap.h patch-vscan-kavp.h patch-vscan-mcdaemon.h patch-vscan-mksd.h patch-vscan-oav.h patch-vscan-sophos.conf patch-vscan-sophos.h patch-vscan-symantec.h patch-vscan-trend.conf patch-vscan-trend.h Log: Patch the default installation locations to be FreeBSD-friendly. Bump portrevision. Users should take care when upgrading. PR: ports/70424 Submitted by: Jean Milanez Melo <jmelo at freebsdbrasil dot com dot br> (maintainer) Revision Changes Path 1.3 +1 -0 ports/security/samba-vscan/Makefile 1.1 +11 -0 ports/security/samba-vscan/files/patch-vscan-clamav.conf (new) 1.1 +20 -0 ports/security/samba-vscan/files/patch-vscan-clamav.h (new) 1.1 +11 -0 ports/security/samba-vscan/files/patch-vscan-fprotd.h (new) 1.1 +28 -0 ports/security/samba-vscan/files/patch-vscan-fsav.h (new) 1.1 +11 -0 ports/security/samba-vscan/files/patch-vscan-icap.h (new) 1.1 +11 -0 ports/security/samba-vscan/files/patch-vscan-kavp.h (new) 1.1 +11 -0 ports/security/samba-vscan/files/patch-vscan-mcdaemon.h (new) 1.1 +11 -0 ports/security/samba-vscan/files/patch-vscan-mksd.h (new) 1.1 +11 -0 ports/security/samba-vscan/files/patch-vscan-oav.h (new) 1.1 +8 -0 ports/security/samba-vscan/files/patch-vscan-sophos.conf (new) 1.1 +17 -0 ports/security/samba-vscan/files/patch-vscan-sophos.h (new) 1.1 +11 -0 ports/security/samba-vscan/files/patch-vscan-symantec.h (new) 1.1 +8 -0 ports/security/samba-vscan/files/patch-vscan-trend.conf (new) 1.1 +17 -0 ports/security/samba-vscan/files/patch-vscan-trend.h (new) 1.2 +14 -2 ports/security/samba-vscan/pkg-message From owner-cvs-all@FreeBSD.ORG Sat Aug 28 05:11:10 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1DE116A4CE; Sat, 28 Aug 2004 05:11:10 +0000 (GMT) Received: from green.homeunix.org (pcp04368961pcs.nrockv01.md.comcast.net [69.140.212.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0A2E43D48; Sat, 28 Aug 2004 05:11:09 +0000 (GMT) (envelope-from green@green.homeunix.org) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.13.1/8.13.1) with ESMTP id i7S5B9Ta003720; Sat, 28 Aug 2004 01:11:09 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.13.1/8.13.1/Submit) id i7S5B8Bm003707; Sat, 28 Aug 2004 01:11:08 -0400 (EDT) (envelope-from green) Date: Sat, 28 Aug 2004 01:11:07 -0400 From: Brian Fundakowski Feldman <green@FreeBSD.org> To: Scott Long <scottl@samsco.org> Message-ID: <20040828051107.GA1054@green.homeunix.org> References: <200408280104.i7S14ilS083055@repoman.freebsd.org> <412FDA62.2010405@samsco.org> <20040828041405.GC1085@green.homeunix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040828041405.GC1085@green.homeunix.org> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Peter Wemm <peter@FreeBSD.org> Subject: Re: cvs commit: src/sys/kern kern_switch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 05:11:10 -0000 On Sat, Aug 28, 2004 at 12:14:05AM -0400, Brian Fundakowski Feldman wrote: > On Fri, Aug 27, 2004 at 07:05:38PM -0600, Scott Long wrote: > > Peter Wemm wrote: > > >peter 2004-08-28 01:04:44 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/kern kern_switch.c > > > Log: > > > Backout the previous backout (with scott's ok). sched_ule.c:1.122 is > > > believed to fix the problem with ULE that this change triggered. > > > > > > Revision Changes Path > > > 1.81 +2 -0 src/sys/kern/kern_switch.c > > > > I'm hoping that with these changes that we can turn PREEMPTION back on > > soon and get it ready for merging into RELENG_5 for the 5.3 release. > > Thanks to Peter and Jeff and Julian for putting their heads together and > > solving this. > > It'll be really great if this does indeed fix issues; that and the IPI fix > (which works for me; I'll test out this commit soon). No good: panic: APIC: Previous IPI is stuck cpuid = 1 KDB: stack backtrace: kdb_backtrace panic lapic_ipi_vectored ipi_selected forward_statclock rtcintr intr_execute_handlers lapic_handle_intr Xapic_isr1 --- interrupt _mtx_lock_sleep _mtx_lock_flags ithread_loop fork_exit fork_trampoline --- trap 0x1 -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-all@FreeBSD.ORG Sat Aug 28 05:17:25 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4855916A4CE; Sat, 28 Aug 2004 05:17:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BFF843D6B; Sat, 28 Aug 2004 05:17:25 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S5HOB1090563; Sat, 28 Aug 2004 05:17:24 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S5HOLo090562; Sat, 28 Aug 2004 05:17:24 GMT (envelope-from linimon) Message-Id: <200408280517.i7S5HOLo090562@repoman.freebsd.org> From: Mark Linimon <linimon@FreeBSD.org> Date: Sat, 28 Aug 2004 05:17:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 05:17:25 -0000 linimon 2004-08-28 05:17:24 UTC FreeBSD ports repository Modified files: . UPDATING Log: Add note about updated configuration files locations for security/samba-vscan. PR: ports/70424 Submitted by: Jean Milanez Melo <jmelo at freebsdbrasil dot com dot br> (maintainer) Revision Changes Path 1.62 +11 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Sat Aug 28 05:28:24 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B481E16A4CE; Sat, 28 Aug 2004 05:28:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 912FB43D48; Sat, 28 Aug 2004 05:28:24 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S5SJoc090830; Sat, 28 Aug 2004 05:28:19 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S5SJ08090829; Sat, 28 Aug 2004 05:28:19 GMT (envelope-from kientzle) Message-Id: <200408280528.i7S5SJ08090829@repoman.freebsd.org> From: Tim Kientzle <kientzle@FreeBSD.org> Date: Sat, 28 Aug 2004 05:28:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar write.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 05:28:24 -0000 kientzle 2004-08-28 05:28:19 UTC FreeBSD src repository Modified files: usr.bin/tar write.c Log: Make -C and -T work correctly together. MFC after: 3 days Thanks to: Guy Helmer Revision Changes Path 1.34 +5 -4 src/usr.bin/tar/write.c From owner-cvs-all@FreeBSD.ORG Sat Aug 28 05:50:11 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED05816A4CE; Sat, 28 Aug 2004 05:50:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E09EB43D31; Sat, 28 Aug 2004 05:50:11 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S5oBqa091404; Sat, 28 Aug 2004 05:50:11 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S5oBAS091403; Sat, 28 Aug 2004 05:50:11 GMT (envelope-from linimon) Message-Id: <200408280550.i7S5oBAS091403@repoman.freebsd.org> From: Mark Linimon <linimon@FreeBSD.org> Date: Sat, 28 Aug 2004 05:50:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/py-mx-experimental Makefile distinfo pkg-descr pkg-plist ports/devel/py-mx-experimental/files patch-mx::Number::mxNumber::mxNumber.h patch-mxEXPERIMENTAL.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 05:50:12 -0000 linimon 2004-08-28 05:50:11 UTC FreeBSD ports repository Modified files: devel/py-mx-experimental Makefile distinfo pkg-descr pkg-plist devel/py-mx-experimental/files patch-mx::Number::mxNumber::mxNumber.h patch-mxEXPERIMENTAL.py Log: Update to 0.8.0 and assign maintainership. PR: ports/70895 Submitted by: Sergio Mangialardi <sergio at softshark dot org> Revision Changes Path 1.9 +4 -5 ports/devel/py-mx-experimental/Makefile 1.3 +2 -2 ports/devel/py-mx-experimental/distinfo 1.2 +3 -3 ports/devel/py-mx-experimental/files/patch-mx::Number::mxNumber::mxNumber.h 1.2 +9 -9 ports/devel/py-mx-experimental/files/patch-mxEXPERIMENTAL.py 1.2 +7 -1 ports/devel/py-mx-experimental/pkg-descr 1.2 +69 -64 ports/devel/py-mx-experimental/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Aug 28 06:06:18 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 307AB16A4CE; Sat, 28 Aug 2004 06:06:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10CA443D64; Sat, 28 Aug 2004 06:06:18 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S66HLZ092069; Sat, 28 Aug 2004 06:06:17 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S66HHV092068; Sat, 28 Aug 2004 06:06:17 GMT (envelope-from krion) Message-Id: <200408280606.i7S66HHV092068@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Sat, 28 Aug 2004 06:06:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/bochs/files patch-fpu::reg_ld_str.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 06:06:18 -0000 krion 2004-08-28 06:06:17 UTC FreeBSD ports repository Added files: emulators/bochs/files patch-fpu::reg_ld_str.c Log: Fix build with gcc-3.4 PR: ports/71055 Submitted by: Ports Fury Revision Changes Path 1.1 +11 -0 ports/emulators/bochs/files/patch-fpu::reg_ld_str.c (new) From owner-cvs-all@FreeBSD.ORG Sat Aug 28 06:06:21 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D5BE16A514; Sat, 28 Aug 2004 06:06:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BEED43D58; Sat, 28 Aug 2004 06:06:20 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S66Kec092100; Sat, 28 Aug 2004 06:06:20 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S66Kv3092099; Sat, 28 Aug 2004 06:06:20 GMT (envelope-from linimon) Message-Id: <200408280606.i7S66Kv3092099@repoman.freebsd.org> From: Mark Linimon <linimon@FreeBSD.org> Date: Sat, 28 Aug 2004 06:06:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/syslog-ng Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 06:06:21 -0000 linimon 2004-08-28 06:06:20 UTC FreeBSD ports repository Modified files: sysutils/syslog-ng Makefile distinfo Log: Update to 1.6.5. PR: ports/70850 Submitted by: Toni Viemero <toni dot viemero at iki dot fi> Approved by: maintainer Revision Changes Path 1.23 +1 -1 ports/sysutils/syslog-ng/Makefile 1.17 +1 -1 ports/sysutils/syslog-ng/distinfo From owner-cvs-all@FreeBSD.ORG Sat Aug 28 06:06:54 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AD0316A4CE; Sat, 28 Aug 2004 06:06:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08D5143D69; Sat, 28 Aug 2004 06:06:54 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S66r0V092142; Sat, 28 Aug 2004 06:06:53 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S66rO5092141; Sat, 28 Aug 2004 06:06:53 GMT (envelope-from krion) Message-Id: <200408280606.i7S66rO5092141@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Sat, 28 Aug 2004 06:06:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/tap-plugins Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 06:06:54 -0000 krion 2004-08-28 06:06:53 UTC FreeBSD ports repository Modified files: audio/tap-plugins Makefile distinfo pkg-plist Log: Update to version 0.7.0 PR: ports/71054 Submitted by: Ports Fury Revision Changes Path 1.3 +1 -1 ports/audio/tap-plugins/Makefile 1.3 +2 -2 ports/audio/tap-plugins/distinfo 1.3 +3 -0 ports/audio/tap-plugins/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Aug 28 06:08:54 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2311516A4CE; Sat, 28 Aug 2004 06:08:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 042F543D6A; Sat, 28 Aug 2004 06:08:54 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S68r8T092195; Sat, 28 Aug 2004 06:08:53 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S68rU0092194; Sat, 28 Aug 2004 06:08:53 GMT (envelope-from linimon) Message-Id: <200408280608.i7S68rU0092194@repoman.freebsd.org> From: Mark Linimon <linimon@FreeBSD.org> Date: Sat, 28 Aug 2004 06:08:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/plone Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 06:08:54 -0000 linimon 2004-08-28 06:08:53 UTC FreeBSD ports repository Modified files: www/plone Makefile distinfo Log: Update to 2.0.4; add CMFFormController option. PR: ports/70993 Submitted by: Filippo Natali <filippo at widestore dot net> (maintainer) Revision Changes Path 1.14 +14 -2 ports/www/plone/Makefile 1.7 +2 -2 ports/www/plone/distinfo From owner-cvs-all@FreeBSD.ORG Sat Aug 28 06:11:01 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05B4016A4CF; Sat, 28 Aug 2004 06:11:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF8EC43D73; Sat, 28 Aug 2004 06:11:00 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S6B0jx092363; Sat, 28 Aug 2004 06:11:00 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S6B06r092362; Sat, 28 Aug 2004 06:11:00 GMT (envelope-from krion) Message-Id: <200408280611.i7S6B06r092362@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Sat, 28 Aug 2004 06:11:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/crossfire-server Makefile distinfo pkg-plist ports/games/crossfire-server/files patch-common::exp.c patch-common::loader.l X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 06:11:01 -0000 krion 2004-08-28 06:11:00 UTC FreeBSD ports repository Modified files: games/crossfire-server Makefile distinfo pkg-plist Added files: games/crossfire-server/files patch-common::exp.c patch-common::loader.l Log: Update to version 1.6.0 PR: ports/71056 Submitted by: Ports Fury Revision Changes Path 1.51 +15 -8 ports/games/crossfire-server/Makefile 1.10 +4 -4 ports/games/crossfire-server/distinfo 1.1 +11 -0 ports/games/crossfire-server/files/patch-common::exp.c (new) 1.1 +13 -0 ports/games/crossfire-server/files/patch-common::loader.l (new) 1.15 +3024 -2800 ports/games/crossfire-server/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Aug 28 06:11:06 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7200216A4D0; Sat, 28 Aug 2004 06:11:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 523DC43D1F; Sat, 28 Aug 2004 06:11:06 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S6B6M6092396; Sat, 28 Aug 2004 06:11:06 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S6B67c092395; Sat, 28 Aug 2004 06:11:06 GMT (envelope-from linimon) Message-Id: <200408280611.i7S6B67c092395@repoman.freebsd.org> From: Mark Linimon <linimon@FreeBSD.org> Date: Sat, 28 Aug 2004 06:11:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/zope-zwiki Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 06:11:06 -0000 linimon 2004-08-28 06:11:06 UTC FreeBSD ports repository Modified files: www/zope-zwiki Makefile distinfo pkg-plist Log: Update to 0.33.0. PR: ports/70892 Submitted by: Tim Middleton <x at vex dot net> (maintainer) Revision Changes Path 1.10 +1 -1 ports/www/zope-zwiki/Makefile 1.7 +2 -2 ports/www/zope-zwiki/distinfo 1.7 +57 -26 ports/www/zope-zwiki/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Aug 28 06:13:14 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAEAB16A4CE; Sat, 28 Aug 2004 06:13:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BA6743D5F; Sat, 28 Aug 2004 06:13:14 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S6DECL092470; Sat, 28 Aug 2004 06:13:14 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S6DE6t092469; Sat, 28 Aug 2004 06:13:14 GMT (envelope-from krion) Message-Id: <200408280613.i7S6DE6t092469@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Sat, 28 Aug 2004 06:13:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/ale Makefile distinfo ports/graphics/ale/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 06:13:14 -0000 krion 2004-08-28 06:13:14 UTC FreeBSD ports repository Modified files: graphics/ale Makefile distinfo graphics/ale/files patch-Makefile Log: Update to version 0.7.1 PR: ports/71057 Submitted by: Ports Fury Revision Changes Path 1.7 +20 -19 ports/graphics/ale/Makefile 1.4 +2 -2 ports/graphics/ale/distinfo 1.2 +19 -6 ports/graphics/ale/files/patch-Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 28 06:19:05 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BFC216A4CE; Sat, 28 Aug 2004 06:19:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B71943D4C; Sat, 28 Aug 2004 06:19:05 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S6J5wL092655; Sat, 28 Aug 2004 06:19:05 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S6J5sY092654; Sat, 28 Aug 2004 06:19:05 GMT (envelope-from krion) Message-Id: <200408280619.i7S6J5sY092654@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Sat, 28 Aug 2004 06:19:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/diacanvas2 Makefile distinfo pkg-plist patch-diacanvas::dia-export-print.c patch-ltmain.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 06:19:05 -0000 krion 2004-08-28 06:19:05 UTC FreeBSD ports repository Modified files: graphics/diacanvas2 Makefile distinfo pkg-plist Added files: graphics/diacanvas2/files patch-demos::dia-textbox.c patch-diacanvas::dia-export-print.c Removed files: graphics/diacanvas2/files patch-ltmain.sh Log: Update to version 0.13.1 PR: ports/71058 Submitted by: Ports Fury Revision Changes Path 1.10 +3 -4 ports/graphics/diacanvas2/Makefile 1.6 +2 -2 ports/graphics/diacanvas2/distinfo 1.1 +11 -0 ports/graphics/diacanvas2/files/patch-demos::dia-textbox.c (new) 1.1 +15 -0 ports/graphics/diacanvas2/files/patch-diacanvas::dia-export-print.c (new) 1.2 +0 -15 ports/graphics/diacanvas2/files/patch-ltmain.sh (dead) 1.5 +1 -1 ports/graphics/diacanvas2/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Aug 28 06:22:12 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9778F16A4CE; Sat, 28 Aug 2004 06:22:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76C2D43D2D; Sat, 28 Aug 2004 06:22:12 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S6MCYD092785; Sat, 28 Aug 2004 06:22:12 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S6MClc092784; Sat, 28 Aug 2004 06:22:12 GMT (envelope-from krion) Message-Id: <200408280622.i7S6MClc092784@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Sat, 28 Aug 2004 06:22:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/kludge3d Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 06:22:12 -0000 krion 2004-08-28 06:22:12 UTC FreeBSD ports repository Modified files: graphics/kludge3d Makefile distinfo Log: Update to version 0040822 PR: ports/71059 Submitted by: Ports Fury Revision Changes Path 1.21 +6 -5 ports/graphics/kludge3d/Makefile 1.12 +2 -2 ports/graphics/kludge3d/distinfo From owner-cvs-all@FreeBSD.ORG Sat Aug 28 06:26:29 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7064316A4CE; Sat, 28 Aug 2004 06:26:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 507D043D5D; Sat, 28 Aug 2004 06:26:29 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S6QThW092938; Sat, 28 Aug 2004 06:26:29 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S6QTqc092937; Sat, 28 Aug 2004 06:26:29 GMT (envelope-from marcus) Message-Id: <200408280626.i7S6QTqc092937@repoman.freebsd.org> From: Joe Marcus Clarke <marcus@FreeBSD.org> Date: Sat, 28 Aug 2004 06:26:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/cog Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 06:26:29 -0000 marcus 2004-08-28 06:26:29 UTC FreeBSD ports repository Modified files: sysutils/cog Makefile distinfo pkg-plist Log: Update to 0.7.2. Revision Changes Path 1.3 +2 -8 ports/sysutils/cog/Makefile 1.2 +2 -2 ports/sysutils/cog/distinfo 1.3 +4 -7 ports/sysutils/cog/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Aug 28 06:26:49 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D6AF16A4CE; Sat, 28 Aug 2004 06:26:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BB6243D2F; Sat, 28 Aug 2004 06:26:49 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S6QnBQ092995; Sat, 28 Aug 2004 06:26:49 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S6QnTL092994; Sat, 28 Aug 2004 06:26:49 GMT (envelope-from krion) Message-Id: <200408280626.i7S6QnTL092994@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Sat, 28 Aug 2004 06:26:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/meshviewer Makefile ports/graphics/meshviewer/files patch-mesh::matrix3.h patch-texture::array3d.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 06:26:49 -0000 krion 2004-08-28 06:26:49 UTC FreeBSD ports repository Modified files: graphics/meshviewer Makefile Added files: graphics/meshviewer/files patch-mesh::matrix3.h patch-texture::array3d.h Log: Fix build with gcc-3.4 PR: ports/71060 Submitted by: Ports Fury Revision Changes Path 1.7 +2 -0 ports/graphics/meshviewer/Makefile 1.1 +12 -0 ports/graphics/meshviewer/files/patch-mesh::matrix3.h (new) 1.1 +10 -0 ports/graphics/meshviewer/files/patch-texture::array3d.h (new) From owner-cvs-all@FreeBSD.ORG Sat Aug 28 06:29:51 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACB7B16A4CE; Sat, 28 Aug 2004 06:29:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C30043D64; Sat, 28 Aug 2004 06:29:51 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S6Tpxn093058; Sat, 28 Aug 2004 06:29:51 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S6Tp2h093057; Sat, 28 Aug 2004 06:29:51 GMT (envelope-from marcel) Message-Id: <200408280629.i7S6Tp2h093057@repoman.freebsd.org> From: Marcel Moolenaar <marcel@FreeBSD.org> Date: Sat, 28 Aug 2004 06:29:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/compat/linux linux_ioctl.c linux_ioctl.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 06:29:51 -0000 marcel 2004-08-28 06:29:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/compat/linux linux_ioctl.c linux_ioctl.h Log: MFC: Implement missing SOUND_MIXER_WRITE_RECSRC ioctl. PR: 55290 Revision Changes Path 1.55.2.14 +4 -0 src/sys/compat/linux/linux_ioctl.c 1.4.2.5 +1 -0 src/sys/compat/linux/linux_ioctl.h From owner-cvs-all@FreeBSD.ORG Sat Aug 28 06:32:20 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83EB216A4CE; Sat, 28 Aug 2004 06:32:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 787D543D54; Sat, 28 Aug 2004 06:32:20 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S6WKT2093227; Sat, 28 Aug 2004 06:32:20 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S6WKgs093226; Sat, 28 Aug 2004 06:32:20 GMT (envelope-from krion) Message-Id: <200408280632.i7S6WKgs093226@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Sat, 28 Aug 2004 06:32:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/xpaint Makefile distinfo pkg-plist ports/graphics/xpaint/files patch-Imakefile patch-af patch-bitmaps::Imakefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 06:32:20 -0000 krion 2004-08-28 06:32:20 UTC FreeBSD ports repository Modified files: graphics/xpaint Makefile distinfo pkg-plist graphics/xpaint/files patch-Imakefile patch-af Added files: graphics/xpaint/files patch-bitmaps::Imakefile Log: Update to version 2.7.1 PR: ports/71061 Submitted by: Ports Fury Revision Changes Path 1.56 +1 -1 ports/graphics/xpaint/Makefile 1.19 +2 -2 ports/graphics/xpaint/distinfo 1.2 +12 -3 ports/graphics/xpaint/files/patch-Imakefile 1.3 +0 -9 ports/graphics/xpaint/files/patch-af 1.1 +98 -0 ports/graphics/xpaint/files/patch-bitmaps::Imakefile (new) 1.8 +4 -1 ports/graphics/xpaint/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Aug 28 06:33:15 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4445F16A4CF; Sat, 28 Aug 2004 06:33:15 +0000 (GMT) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84C3943D66; Sat, 28 Aug 2004 06:33:14 +0000 (GMT) (envelope-from doconnor@gsoft.com.au) Received: from midget.dons.net.au ([150.101.45.33])i7S6Wl4Y054906; Sat, 28 Aug 2004 16:02:50 +0930 (CST) Received: from inchoate.dons.net.au (root@localhost.dons.net.au [127.0.0.1]) by midget.dons.net.au (8.12.9/8.12.10) with ESMTP id i7S6Wjn7040698; Sat, 28 Aug 2004 16:02:45 +0930 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" <doconnor@gsoft.com.au> To: cvs-all@freebsd.org Date: Sat, 28 Aug 2004 16:02:44 +0930 User-Agent: KMail/1.6.2 References: <200408272125.i7RLPG3K076074@repoman.freebsd.org> <412FC97D.7A25D5D5@freebsd.org> <20040827.184726.104031839.imp@bsdimp.com> In-Reply-To: <20040827.184726.104031839.imp@bsdimp.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <200408281602.44292.doconnor@gsoft.com.au> X-Spam-Score: 0 () X-Scanned-By: MIMEDefang 2.26 (www . roaringpenguin . com / mimedefang) cc: src-committers@freebsd.org cc: andre@freebsd.org cc: brian@Awfulhak.org cc: cvs-src@freebsd.org cc: gibbs@freebsd.org cc: "M. Warner Losh" <imp@bsdimp.com> Subject: Re: cvs commit: src/sys/isa psm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 06:33:15 -0000 =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sat, 28 Aug 2004 10:17, M. Warner Losh wrote: > bit 0 (FAIL_IF_NO_KBD) > By default the atkbd driver will install even if a keyboard is > not actually connected to the system. This option prevents the driver fr= om > being installed in this situation. > > so you must make sure bit 0 isn't set in the hint.atkbd.0.flags hint. > For a while it was set in the default hints file. This prevents USB keyboards from working (I think) because the system will= =20 only talk to it's (possibly not connected) PS/2 keyboard even when you plug= a=20 USB one in.. (Or maybe that's been fixed :) =2D --=20 Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBMCcM5ZPcIHs/zowRAoEsAJ4zEGwoFub3hxEUuwBvGE59h3OkpACfc5iq Gxl+ircHFd6EW6HCUCGSoUk=3D =3D3k96 =2D----END PGP SIGNATURE----- From owner-cvs-all@FreeBSD.ORG Sat Aug 28 06:39:08 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0CAA16A4CE; Sat, 28 Aug 2004 06:39:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1F7443D46; Sat, 28 Aug 2004 06:39:08 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S6d8f4093398; Sat, 28 Aug 2004 06:39:08 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S6d8sp093397; Sat, 28 Aug 2004 06:39:08 GMT (envelope-from ru) Message-Id: <200408280639.i7S6d8sp093397@repoman.freebsd.org> From: Ruslan Ermilov <ru@FreeBSD.org> Date: Sat, 28 Aug 2004 06:39:08 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.3R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 06:39:08 -0000 ru 2004-08-28 06:39:08 UTC FreeBSD doc repository Modified files: en/releases/5.3R todo.sgml Log: Take the "sound(4) related manpage" item. Revision Changes Path 1.51 +2 -2 www/en/releases/5.3R/todo.sgml From owner-cvs-all@FreeBSD.ORG Sat Aug 28 06:59:19 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 561C916A4CE; Sat, 28 Aug 2004 06:59:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BF8043D39; Sat, 28 Aug 2004 06:59:19 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S6xJTu093972; Sat, 28 Aug 2004 06:59:19 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S6xJH0093971; Sat, 28 Aug 2004 06:59:19 GMT (envelope-from krion) Message-Id: <200408280659.i7S6xJH0093971@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Sat, 28 Aug 2004 06:59:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/libetpan Makefile distinfo pkg-plist ports/mail/libetpan/files patch-Rules.in patch-configure patch-generic-imapdriver_cached_message.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 06:59:19 -0000 krion 2004-08-28 06:59:19 UTC FreeBSD ports repository Modified files: mail/libetpan Makefile distinfo pkg-plist Removed files: mail/libetpan/files patch-Rules.in patch-configure patch-generic-imapdriver_cached_message.c Log: Update to version 0.33 PR: ports/71062 Submitted by: Ports Fury Revision Changes Path 1.17 +3 -2 ports/mail/libetpan/Makefile 1.11 +2 -2 ports/mail/libetpan/distinfo 1.2 +0 -13 ports/mail/libetpan/files/patch-Rules.in (dead) 1.2 +0 -10 ports/mail/libetpan/files/patch-configure (dead) 1.2 +0 -10 ports/mail/libetpan/files/patch-generic-imapdriver_cached_message.c (dead) 1.10 +13 -1 ports/mail/libetpan/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Aug 28 07:04:57 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF45416A4CE; Sat, 28 Aug 2004 07:04:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B030643D1D; Sat, 28 Aug 2004 07:04:57 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S74vu5094202; Sat, 28 Aug 2004 07:04:57 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S74vUK094201; Sat, 28 Aug 2004 07:04:57 GMT (envelope-from krion) Message-Id: <200408280704.i7S74vUK094201@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Sat, 28 Aug 2004 07:04:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/gtkterm2 Makefile distinfo ports/x11/gtkterm2/files patch-intl::dcigettext.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 07:04:58 -0000 krion 2004-08-28 07:04:57 UTC FreeBSD ports repository Modified files: x11/gtkterm2 Makefile distinfo Removed files: x11/gtkterm2/files patch-intl::dcigettext.c Log: Update to version 0.2.2 PR: ports/71063 Submitted by: Ports Fury Revision Changes Path 1.3 +21 -12 ports/x11/gtkterm2/Makefile 1.2 +2 -2 ports/x11/gtkterm2/distinfo 1.2 +0 -13 ports/x11/gtkterm2/files/patch-intl::dcigettext.c (dead) From owner-cvs-all@FreeBSD.ORG Sat Aug 28 07:08:45 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBFE816A4CF; Sat, 28 Aug 2004 07:08:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD69E43D49; Sat, 28 Aug 2004 07:08:45 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S78jSM094430; Sat, 28 Aug 2004 07:08:45 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S78jJX094429; Sat, 28 Aug 2004 07:08:45 GMT (envelope-from krion) Message-Id: <200408280708.i7S78jJX094429@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Sat, 28 Aug 2004 07:08:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/xosd Makefile distinfo ports/misc/xosd/files patch-xosd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 07:08:46 -0000 krion 2004-08-28 07:08:45 UTC FreeBSD ports repository Modified files: misc/xosd Makefile distinfo Removed files: misc/xosd/files patch-xosd.c Log: Update to 2.2.10 PR: ports/71066 Submitted by: maintainer Revision Changes Path 1.29 +1 -1 ports/misc/xosd/Makefile 1.14 +2 -2 ports/misc/xosd/distinfo 1.9 +0 -29 ports/misc/xosd/files/patch-xosd.c (dead) From owner-cvs-all@FreeBSD.ORG Sat Aug 28 07:28:26 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 620DF16A4CE; Sat, 28 Aug 2004 07:28:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5805943D46; Sat, 28 Aug 2004 07:28:26 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S7SQ88095056; Sat, 28 Aug 2004 07:28:26 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S7SQxh095055; Sat, 28 Aug 2004 07:28:26 GMT (envelope-from marcus) Message-Id: <200408280728.i7S7SQxh095055@repoman.freebsd.org> From: Joe Marcus Clarke <marcus@FreeBSD.org> Date: Sat, 28 Aug 2004 07:28:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/netatalk-devel Makefile distinfo ports/net/netatalk-devel/files patch-configure patch-ltmain.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 07:28:26 -0000 marcus 2004-08-28 07:28:26 UTC FreeBSD ports repository Modified files: net/netatalk-devel Makefile distinfo net/netatalk-devel/files patch-configure Removed files: net/netatalk-devel/files patch-ltmain.sh Log: Update to 2.0 Release Candidate 1. For a list of all the changes, see https://sourceforge.net/project/shownotes.php?release_id=263866. Revision Changes Path 1.61 +4 -5 ports/net/netatalk-devel/Makefile 1.21 +2 -2 ports/net/netatalk-devel/distinfo 1.13 +5 -18 ports/net/netatalk-devel/files/patch-configure 1.4 +0 -34 ports/net/netatalk-devel/files/patch-ltmain.sh (dead) From owner-cvs-all@FreeBSD.ORG Sat Aug 28 07:33:18 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08B5116A4CE; Sat, 28 Aug 2004 07:33:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDE9943D49; Sat, 28 Aug 2004 07:33:17 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S7XH3R095220; Sat, 28 Aug 2004 07:33:17 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S7XHYX095219; Sat, 28 Aug 2004 07:33:17 GMT (envelope-from krion) Message-Id: <200408280733.i7S7XHYX095219@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Sat, 28 Aug 2004 07:33:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/ipsumdump Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 07:33:18 -0000 krion 2004-08-28 07:33:17 UTC FreeBSD ports repository Modified files: net/ipsumdump Makefile distinfo Log: Update to 1.41 o Add support for IEEE 802.11/Prism2 encapsulated dumps. o Use C for CWR in tcp_flags dumps. o Bump IPSummaryDump file format version number to 1.2 Revision Changes Path 1.13 +1 -1 ports/net/ipsumdump/Makefile 1.9 +2 -2 ports/net/ipsumdump/distinfo From owner-cvs-all@FreeBSD.ORG Sat Aug 28 07:37:04 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 997E416A4CE; Sat, 28 Aug 2004 07:37:04 +0000 (GMT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2781143D3F; Sat, 28 Aug 2004 07:37:04 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i7S7Z6Nl054310; Sat, 28 Aug 2004 03:35:06 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke <marcus@marcuscom.com> To: Oliver Eikemeier <eikemeier@fillmore-labs.com> In-Reply-To: <1852D438-F816-11D8-AC6A-00039312D914@fillmore-labs.com> References: <1852D438-F816-11D8-AC6A-00039312D914@fillmore-labs.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-PzZIknIGU7Lz1j8QCImJ" Organization: MarcusCom, Inc. Message-Id: <1093678608.762.29.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sat, 28 Aug 2004 03:36:48 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on creme-brulee.marcuscom.com cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org cc: "David E. O'Brien" <obrien@freebsd.org> cc: Kris Kennaway <kris@obsecurity.org> cc: FreeBSD GNOME Users <gnome@freebsd.org> cc: cvs-ports@freebsd.org Subject: Re: cvs commit: ports/devel/gettext Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 07:37:04 -0000 --=-PzZIknIGU7Lz1j8QCImJ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2004-08-27 at 06:44, Oliver Eikemeier wrote: > Kris Kennaway wrote: >=20 > > On Fri, Aug 27, 2004 at 01:16:48AM +0000, David E. O'Brien wrote: > >> obrien 2004-08-27 01:16:48 UTC > >> > >> FreeBSD ports repository > >> > >> Modified files: > >> devel/gettext Makefile > >> Log: > >> Add a NO_GETTEXT_OPTIONS knob. > > > > Several points: > > > > 1) You also silently removed the dependency on expat. >=20 > Which >=20 > - disables support for glade when libexpat is not present on the system=20 > during installation. Perhaps someone from gnome can comment on this? Glade-based applications need glade support in xgettext. That's what x-glade.c provides. I strongly feel expat support should be left in the default gettext build at this point. Joe >=20 > - kills xgettext when libexpat was present during installation of the=20 > port, but is removed afterwards. For example the following sequence=20 > fails: >=20 > - install textproc/expat2 > - install devel/gettext > - delete expat-1.* > - build devel/popt >=20 > -Oliver >=20 > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-PzZIknIGU7Lz1j8QCImJ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQBBMDYQb2iPiv4Uz4cRAt09AJ4tCghaNnMJJrmJwJSesSinN40bmwCfXsFb WVEPBc2UlYh8i9GWhZCxr78= =wGOF -----END PGP SIGNATURE----- --=-PzZIknIGU7Lz1j8QCImJ-- From owner-cvs-all@FreeBSD.ORG Sat Aug 28 07:45:30 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8853016A4CE; Sat, 28 Aug 2004 07:45:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 675D443D4C; Sat, 28 Aug 2004 07:45:30 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S7jUkJ095610; Sat, 28 Aug 2004 07:45:30 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S7jUVB095609; Sat, 28 Aug 2004 07:45:30 GMT (envelope-from krion) Message-Id: <200408280745.i7S7jUVB095609@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Sat, 28 Aug 2004 07:45:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/pork Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 07:45:30 -0000 krion 2004-08-28 07:45:30 UTC FreeBSD ports repository Modified files: net/pork Makefile distinfo pkg-plist Log: Update to 0.99.4 Revision Changes Path 1.8 +4 -3 ports/net/pork/Makefile 1.6 +2 -2 ports/net/pork/distinfo 1.3 +282 -261 ports/net/pork/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Aug 28 07:58:02 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF5F916A4CE; Sat, 28 Aug 2004 07:58:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F0E943D1D; Sat, 28 Aug 2004 07:58:02 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S7w2Eh095936; Sat, 28 Aug 2004 07:58:02 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S7w2Wc095935; Sat, 28 Aug 2004 07:58:02 GMT (envelope-from yar) Message-Id: <200408280758.i7S7w2Wc095935@repoman.freebsd.org> From: Yar Tikhiy <yar@FreeBSD.org> Date: Sat, 28 Aug 2004 07:58:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc network.subr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 07:58:02 -0000 yar 2004-08-28 07:58:02 UTC FreeBSD src repository Modified files: etc network.subr Log: Avoid double appearing of cloned interfaces in the output from list_net_interfaces() when network_interfaces=auto. Rationale: Since the auto case is special, the lesser evil had to be chosen among not adding cloned interfaces to _tmplist or removing duplicates from _tmplist after adding cloned interfaces. Since list_net_interfaces() must not use /usr/bin tools, the former "evil" appeared clearer and much more efficient. (See the PR audit trail for discussion.) PR: conf/63700 Reviewed by: brooks MFC after: 5 days Revision Changes Path 1.156 +4 -3 src/etc/network.subr From owner-cvs-all@FreeBSD.ORG Sat Aug 28 08:03:44 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CE6B16A4CE; Sat, 28 Aug 2004 08:03:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E218643D66; Sat, 28 Aug 2004 08:03:43 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S83hEa096127; Sat, 28 Aug 2004 08:03:43 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S83hmD096126; Sat, 28 Aug 2004 08:03:43 GMT (envelope-from ume) Message-Id: <200408280803.i7S83hmD096126@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Sat, 28 Aug 2004 08:03:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/pips800 Makefile.pips X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 08:03:44 -0000 ume 2004-08-28 08:03:43 UTC FreeBSD ports repository Modified files: print/pips800 Makefile.pips Log: replace /dev/usb/lp0 with /dev/ulpt0, too. Revision Changes Path 1.9 +2 -2 ports/print/pips800/Makefile.pips From owner-cvs-all@FreeBSD.ORG Sat Aug 28 08:32:23 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D2E416A4CE; Sat, 28 Aug 2004 08:32:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CA3D43D39; Sat, 28 Aug 2004 08:32:23 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S8WNSK096868; Sat, 28 Aug 2004 08:32:23 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S8WN7G096867; Sat, 28 Aug 2004 08:32:23 GMT (envelope-from yar) Message-Id: <200408280832.i7S8WN7G096867@repoman.freebsd.org> From: Yar Tikhiy <yar@FreeBSD.org> Date: Sat, 28 Aug 2004 08:32:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/i386/boot2 boot1.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 08:32:23 -0000 yar 2004-08-28 08:32:23 UTC FreeBSD src repository Modified files: sys/boot/i386/boot2 boot1.S Log: Try packet mode of INT13 on a hard disk first if not prohibited by the flag, fall back to the old INT13/AH=02 function if that fails. This way of operation is less likely to fail with modern BIOSes and large disks of strange geometries. PR: i386/70241 Submitted by: Valentin Nechayev <netch <@> netch.kiev.ua> (inital version) Discussed with: jhb (by Valentin Nechayev) Tested on: bochs (with EDD turned on or off by patching the BIOS), PCs Revision Changes Path 1.30 +21 -19 src/sys/boot/i386/boot2/boot1.S From owner-cvs-all@FreeBSD.ORG Sat Aug 28 08:39:35 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 464B216A4CE; Sat, 28 Aug 2004 08:39:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DB0243D45; Sat, 28 Aug 2004 08:39:35 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S8dZj4097104; Sat, 28 Aug 2004 08:39:35 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S8dZpI097103; Sat, 28 Aug 2004 08:39:35 GMT (envelope-from yar) Message-Id: <200408280839.i7S8dZpI097103@repoman.freebsd.org> From: Yar Tikhiy <yar@FreeBSD.org> Date: Sat, 28 Aug 2004 08:39:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/i386/mbr Makefile mbr.s X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 08:39:35 -0000 yar 2004-08-28 08:39:35 UTC FreeBSD src repository Modified files: sys/boot/i386/mbr Makefile mbr.s Log: Don't be too smart, just try packet mode of INT13 first. This way of operation is more robust than the "AI" used before. Add flags to mbr accessible from make.conf as BOOT_MBR_FLAGS. Only one flag is defined now, "allow using packet mode", which is 0x80 in accord with the rest of i386 boot code. The "packet" flag is on by default. PR: i386/70241 Submitted by: Valentin Nechayev <netch <@> netch.kiev.ua> (inital version) Discussed with: jhb (by Valentin Nechayev) Tested on: bochs (with EDD turned on or off by patching the BIOS), PCs Revision Changes Path 1.14 +4 -0 src/sys/boot/i386/mbr/Makefile 1.7 +6 -6 src/sys/boot/i386/mbr/mbr.s From owner-cvs-all@FreeBSD.ORG Sat Aug 28 08:46:41 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CDF016A4CE; Sat, 28 Aug 2004 08:46:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E414243D45; Sat, 28 Aug 2004 08:46:40 +0000 (GMT) (envelope-from mr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S8keQP097384; Sat, 28 Aug 2004 08:46:40 GMT (envelope-from mr@repoman.freebsd.org) Received: (from mr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S8keFL097383; Sat, 28 Aug 2004 08:46:40 GMT (envelope-from mr) Message-Id: <200408280846.i7S8keFL097383@repoman.freebsd.org> From: Michael Reifenberger <mr@FreeBSD.org> Date: Sat, 28 Aug 2004 08:46:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/cad/qcad Makefile ports/cad/qcad/files patch-rs_math.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 08:46:41 -0000 mr 2004-08-28 08:46:40 UTC FreeBSD ports repository Modified files: cad/qcad Makefile Added files: cad/qcad/files patch-rs_math.h Log: Fix compilation with gcc-3.4 Submitted by: Tilman Linneweh <arved at FreeBSD.org> Revision Changes Path 1.40 +2 -0 ports/cad/qcad/Makefile 1.1 +14 -0 ports/cad/qcad/files/patch-rs_math.h (new) From owner-cvs-all@FreeBSD.ORG Sat Aug 28 09:03:42 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E2E216A4CE; Sat, 28 Aug 2004 09:03:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8054A43D6A; Sat, 28 Aug 2004 09:03:42 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S93gPg097860; Sat, 28 Aug 2004 09:03:42 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S93gHI097859; Sat, 28 Aug 2004 09:03:42 GMT (envelope-from yar) Message-Id: <200408280903.i7S93gHI097859@repoman.freebsd.org> From: Yar Tikhiy <yar@FreeBSD.org> Date: Sat, 28 Aug 2004 09:03:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/bin/date date.1 vary.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 09:03:42 -0000 yar 2004-08-28 09:03:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) bin/date date.1 vary.c Log: MFC: Make adjusting by months more intuitive as well as suitable for scripting. date.1 1.68 vary.c 1.16 Revision Changes Path 1.34.2.16 +23 -1 src/bin/date/date.1 1.8.2.3 +8 -1 src/bin/date/vary.c From owner-cvs-all@FreeBSD.ORG Sat Aug 28 10:59:03 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3825D16A4CE; Sat, 28 Aug 2004 10:59:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AF3343D1D; Sat, 28 Aug 2004 10:59:03 +0000 (GMT) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SAx2Kl001157; Sat, 28 Aug 2004 10:59:02 GMT (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SAx2r6001156; Sat, 28 Aug 2004 10:59:02 GMT (envelope-from sanpei) Message-Id: <200408281059.i7SAx2r6001156@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> Date: Sat, 28 Aug 2004 10:59:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 re.4 src/sys/dev/re if_re.c src/sys/pci if_rlreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 10:59:03 -0000 sanpei 2004-08-28 10:59:02 UTC FreeBSD src repository Modified files: share/man/man4 re.4 sys/dev/re if_re.c sys/pci if_rlreg.h Log: Add support Corega CG-LAPCIGT Gigabit Ethernet(8169S) PR: [FreeBSD-users-jp 80667] Submitted by: FUJIMOTO Kou <fujimoto@j.dendai.ac.jp> MFC after: 1 week Revision Changes Path 1.7 +2 -0 src/share/man/man4/re.4 1.29 +2 -0 src/sys/dev/re/if_re.c 1.45 +5 -0 src/sys/pci/if_rlreg.h From owner-cvs-all@FreeBSD.ORG Sat Aug 28 10:59:03 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5FE216A4CF; Sat, 28 Aug 2004 10:59:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8FAA43D1F; Sat, 28 Aug 2004 10:59:03 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SAx3vX001186; Sat, 28 Aug 2004 10:59:03 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SAx3KW001185; Sat, 28 Aug 2004 10:59:03 GMT (envelope-from tjr) Message-Id: <200408281059.i7SAx3KW001185@repoman.freebsd.org> From: "Tim J. Robbins" <tjr@FreeBSD.org> Date: Sat, 28 Aug 2004 10:59:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/msgdef ru_RU.UTF-8.src X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 10:59:04 -0000 tjr 2004-08-28 10:59:03 UTC FreeBSD src repository Modified files: share/msgdef ru_RU.UTF-8.src Log: Re-generate from ru_RU.KOI8-R.src. Due to a bug in either iconv or ru_RU.CP866.src, the previous version of this file contained a strange conversion error: nostr had U+255C BOX DRAWINGS UP DOUBLE AND LEFT SINGLE instead of U+0435 CYRILLIC SMALL LETTER IE. Revision Changes Path 1.2 +1 -1 src/share/msgdef/ru_RU.UTF-8.src From owner-cvs-all@FreeBSD.ORG Sat Aug 28 11:01:12 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECAB316A4CE; Sat, 28 Aug 2004 11:01:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0ACD43D46; Sat, 28 Aug 2004 11:01:12 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SB1CLQ001325; Sat, 28 Aug 2004 11:01:12 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SB1C4x001324; Sat, 28 Aug 2004 11:01:12 GMT (envelope-from sem) Message-Id: <200408281101.i7SB1C4x001324@repoman.freebsd.org> From: Sergey Matveychuk <sem@FreeBSD.org> Date: Sat, 28 Aug 2004 11:01:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 11:01:13 -0000 sem 2004-08-28 11:01:12 UTC FreeBSD ports repository Modified files: misc Makefile Log: bibletime-doc was removed on maintainer request Revision Changes Path 1.704 +0 -1 ports/misc/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 28 12:04:00 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D78DA16A4CE; Sat, 28 Aug 2004 12:04:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBB4543D53; Sat, 28 Aug 2004 12:04:00 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SC40td002807; Sat, 28 Aug 2004 12:04:00 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SC40tk002806; Sat, 28 Aug 2004 12:04:00 GMT (envelope-from blackend) Message-Id: <200408281204.i7SC40tk002806@repoman.freebsd.org> From: Marc Fonvieille <blackend@FreeBSD.org> Date: Sat, 28 Aug 2004 12:04:00 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/x11 chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 12:04:01 -0000 blackend 2004-08-28 12:04:00 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/x11 chapter.sgml Log: - Remove the sentence related to sysinstall (the X11 config should not be possible from systinstall) - Move a note to a better place Revision Changes Path 1.149 +6 -10 doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Aug 28 12:36:44 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6069A16A4CE; Sat, 28 Aug 2004 12:36:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37BEB43D53; Sat, 28 Aug 2004 12:36:44 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SCairD003724; Sat, 28 Aug 2004 12:36:44 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SCaiJf003723; Sat, 28 Aug 2004 12:36:44 GMT (envelope-from adamw) Message-Id: <200408281236.i7SCaiJf003723@repoman.freebsd.org> From: Adam Weinberger <adamw@FreeBSD.org> Date: Sat, 28 Aug 2004 12:36:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/palm/gnomepilot2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 12:36:44 -0000 adamw 2004-08-28 12:36:44 UTC FreeBSD ports repository Modified files: palm/gnomepilot2 Makefile Log: Use intlhack. Revision Changes Path 1.55 +1 -1 ports/palm/gnomepilot2/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 28 12:39:08 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0134516A4CE; Sat, 28 Aug 2004 12:39:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6FEB43D46; Sat, 28 Aug 2004 12:39:07 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SCd7fK003843; Sat, 28 Aug 2004 12:39:07 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SCd7qw003842; Sat, 28 Aug 2004 12:39:07 GMT (envelope-from yar) Message-Id: <200408281239.i7SCd7qw003842@repoman.freebsd.org> From: Yar Tikhiy <yar@FreeBSD.org> Date: Sat, 28 Aug 2004 12:39:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/netinet in_pcb.c src/sys/netinet6 in6_pcb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 12:39:08 -0000 yar 2004-08-28 12:39:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/netinet in_pcb.c sys/netinet6 in6_pcb.c Log: MFC: Fix some bugs in the code protecting from port theft. netinet/in_pcb.c 1.147, 1.152 netinet6/in6_pcb.c 1.54, 1.57 Revision Changes Path 1.59.2.29 +3 -10 src/sys/netinet/in_pcb.c 1.10.2.11 +6 -5 src/sys/netinet6/in6_pcb.c From owner-cvs-all@FreeBSD.ORG Sat Aug 28 12:42:15 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A36FE16A4CE; Sat, 28 Aug 2004 12:42:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8652843D4C; Sat, 28 Aug 2004 12:42:15 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SCgFVZ004002; Sat, 28 Aug 2004 12:42:15 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SCgFBN004001; Sat, 28 Aug 2004 12:42:15 GMT (envelope-from blackend) Message-Id: <200408281242.i7SCgFBN004001@repoman.freebsd.org> From: Marc Fonvieille <blackend@FreeBSD.org> Date: Sat, 28 Aug 2004 12:42:15 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/sgml man-refs.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 12:42:15 -0000 blackend 2004-08-28 12:42:15 UTC FreeBSD doc repository Modified files: share/sgml man-refs.ent Log: Add entries for xorgconfig(1) and xf86config(1). Revision Changes Path 1.291 +2 -0 doc/share/sgml/man-refs.ent From owner-cvs-all@FreeBSD.ORG Sat Aug 28 12:49:59 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09EC816A4CE; Sat, 28 Aug 2004 12:49:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDD1343D1D; Sat, 28 Aug 2004 12:49:58 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SCnwYH004195; Sat, 28 Aug 2004 12:49:58 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SCnw6E004194; Sat, 28 Aug 2004 12:49:58 GMT (envelope-from yar) Message-Id: <200408281249.i7SCnw6E004194@repoman.freebsd.org> From: Yar Tikhiy <yar@FreeBSD.org> Date: Sat, 28 Aug 2004 12:49:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/libexec/ftpd ftpd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 12:49:59 -0000 yar 2004-08-28 12:49:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) libexec/ftpd ftpd.c Log: MFC 1.156: Open a socket for a data transfer in active mode using euid of the current user, not root, to allow matching the user's FTP data traffic with an ipfw(8) rule. Revision Changes Path 1.62.2.55 +1 -1 src/libexec/ftpd/ftpd.c From owner-cvs-all@FreeBSD.ORG Sat Aug 28 12:51:34 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54DFA16A4CE; Sat, 28 Aug 2004 12:51:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 326F843D60; Sat, 28 Aug 2004 12:51:34 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SCpYZm004319; Sat, 28 Aug 2004 12:51:34 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SCpYCt004318; Sat, 28 Aug 2004 12:51:34 GMT (envelope-from blackend) Message-Id: <200408281251.i7SCpYCt004318@repoman.freebsd.org> From: Marc Fonvieille <blackend@FreeBSD.org> Date: Sat, 28 Aug 2004 12:51:34 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/x11 chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 12:51:34 -0000 blackend 2004-08-28 12:51:34 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/x11 chapter.sgml Log: Add a note about xorgconfig(1) and xf86config(1). Revision Changes Path 1.150 +7 -1 doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Aug 28 12:52:31 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDFEB16A4CE; Sat, 28 Aug 2004 12:52:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3E7743D70; Sat, 28 Aug 2004 12:52:31 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SCqV1V004525; Sat, 28 Aug 2004 12:52:31 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SCqVZG004524; Sat, 28 Aug 2004 12:52:31 GMT (envelope-from tjr) Message-Id: <200408281252.i7SCqVZG004524@repoman.freebsd.org> From: "Tim J. Robbins" <tjr@FreeBSD.org> Date: Sat, 28 Aug 2004 12:52:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/mtree BSD.usr.dist src/share/colldef Makefile src/share/mklocale Makefile src/share/monetdef Makefile src/share/msgdef Makefile eu_ES.ISO8859-1.src src/share/numericdef Makefile eu_ES.ISO8859-1.src src/share/timedef Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 12:52:31 -0000 tjr 2004-08-28 12:52:31 UTC FreeBSD src repository Modified files: etc/mtree BSD.usr.dist share/colldef Makefile share/mklocale Makefile share/monetdef Makefile share/msgdef Makefile share/numericdef Makefile share/timedef Makefile Added files: share/msgdef eu_ES.ISO8859-1.src share/numericdef eu_ES.ISO8859-1.src share/timedef eu_ES.ISO8859-1.src Log: Add Basque (Spain) locales: eu_ES.ISO8859-1, eu_ES.ISO8859-15, eu_ES.UTF-8. (This differs somewhat from the version originally submitted - any mistakes are my own.) PR: 68524 Submitted by: J. Vicente Carrasco -Bixen- Revision Changes Path 1.306 +6 -0 src/etc/mtree/BSD.usr.dist 1.67 +3 -2 src/share/colldef/Makefile 1.61 +4 -2 src/share/mklocale/Makefile 1.59 +6 -0 src/share/monetdef/Makefile 1.57 +5 -2 src/share/msgdef/Makefile 1.1 +14 -0 src/share/msgdef/eu_ES.ISO8859-1.src (new) 1.56 +5 -2 src/share/numericdef/Makefile 1.1 +12 -0 src/share/numericdef/eu_ES.ISO8859-1.src (new) 1.45 +4 -2 src/share/timedef/Makefile 1.1 +102 -0 src/share/timedef/eu_ES.ISO8859-1.src (new) From owner-cvs-all@FreeBSD.ORG Sat Aug 28 13:10:43 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6D4B16A4CE; Sat, 28 Aug 2004 13:10:43 +0000 (GMT) Received: from plouf.absolight.net (plouf.absolight.net [212.43.217.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91AAB43D46; Sat, 28 Aug 2004 13:10:43 +0000 (GMT) (envelope-from mat@FreeBSD.org) X-Original-To: tjr@FreeBSD.org X-Original-To: src-committers@FreeBSD.org X-Original-To: cvs-src@FreeBSD.org X-Original-To: cvs-all@FreeBSD.org Received: from nescarba.in.t-online.fr (nescarba.in.t-online.fr [213.44.126.9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by plouf.absolight.net (Postfix) with ESMTP id B98EE3FC3; Sat, 28 Aug 2004 15:10:37 +0200 (CEST) Date: Sat, 28 Aug 2004 15:10:53 +0200 From: Mathieu Arnold <mat@FreeBSD.org> To: "Tim J. Robbins" <tjr@FreeBSD.org> Message-ID: <750C74DAEE2891232DE31E22@nescarba.in.t-online.fr> In-Reply-To: <20040828125323.9FD7416A4D5@hub.freebsd.org> References: <20040828125323.9FD7416A4D5@hub.freebsd.org> X-Mailer: Mulberry/3.1.5 (Win32) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========A965FABA8C747FEF00DE==========" X-Spam-Checker-Version: SpamAssassin 2.64-abso_2004012301 (2004-01-11) on plouf.absolight.net by root@absolight.fr X-Virus-Scanned: by amavisd-new at plouf.absolight.net X-Spam-Status: No, hits=-3.712 tagged_above=-10 required=5 tests=AWL, BAYES_00, SARE_SUB_GAPPY3 X-Spam-Level: cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/mtree BSD.usr.dist src/share/colldefMakefile src/share/mklocale Makefile src/share/monetdef Makefile src/share/msgdef eu_ES.ISO8859-1.src src/share/timedef Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 13:10:43 -0000 --==========A965FABA8C747FEF00DE========== Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline +-le 28/08/2004 12:53 +0000, Tim J. Robbins =E9crivait : | Add Basque (Spain) locales: eu_ES.ISO8859-1, eu_ES.ISO8859-15, | eu_ES.UTF-8. =20 Unless you want to get killed by some Basques terrorists, don't say that Basques are either spanish or french, they're just Basques :-) --=20 Mathieu Arnold --==========A965FABA8C747FEF00DE========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) iQEVAwUBQTCEYVvROjYJ63c1AQIx0AgAguysv+hFdcjWwqJ2R8PICSUpbtmuXnni zpQunurgymdiFe8lRPuPKMQZUteA27zSyETqs3yVcDmcLljM9np14+CIx9TWzUTZ CA4ZeI3OBvww2fsarZW2tgdsBATNEtTEo2NlYuShWNuEJzGDiIl4SY7htXImebmB oMP3k7AaQhZt8osMlV+2QIWIsEtvDfxMcgP4ansbWWu2zR4CZkPb2cBGz/HQj6LY WJGULpwIQLtjXOx5yKHOujnbsqAxiyzMNsWNX+dLvpy9UnPDRoUE7c9tdoNSJgOK hP84WEb1mnrLCyEwJQyWaod9+Rvxl8DSXgnMc9FcywU6vNTR3PnfmQ== =/1Bv -----END PGP SIGNATURE----- --==========A965FABA8C747FEF00DE==========-- From owner-cvs-all@FreeBSD.ORG Sat Aug 28 13:22:25 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDE4B16A4CE; Sat, 28 Aug 2004 13:22:25 +0000 (GMT) Received: from smtp02.syd.iprimus.net.au (smtp02.syd.iprimus.net.au [210.50.76.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F6B743D53; Sat, 28 Aug 2004 13:22:25 +0000 (GMT) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (210.50.216.73) by smtp02.syd.iprimus.net.au (7.0.028) id 412F6933000418F5; Sat, 28 Aug 2004 23:22:24 +1000 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 56D6D420E; Sat, 28 Aug 2004 23:22:20 +1000 (EST) Date: Sat, 28 Aug 2004 23:22:20 +1000 From: Tim Robbins <tjr@freebsd.org> To: Mathieu Arnold <mat@FreeBSD.org> Message-ID: <20040828132220.GA48050@cat.robbins.dropbear.id.au> References: <20040828125323.9FD7416A4D5@hub.freebsd.org> <750C74DAEE2891232DE31E22@nescarba.in.t-online.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <750C74DAEE2891232DE31E22@nescarba.in.t-online.fr> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/mtree BSD.usr.dist src/share/colldef Makefile src/share/mklocale Makefile src/share/monetdef Makefile src/share/msgdef Makefile eu_ES.ISO8859-1.src src/share/numericdef Makefile eu_ES.ISO8859-1.src src/share/timedef Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 13:22:26 -0000 On Sat, Aug 28, 2004 at 03:10:53PM +0200, Mathieu Arnold wrote: > +-le 28/08/2004 12:53 +0000, Tim J. Robbins ?crivait : > | Add Basque (Spain) locales: eu_ES.ISO8859-1, eu_ES.ISO8859-15, > | eu_ES.UTF-8. > > Unless you want to get killed by some Basques terrorists, don't say that > Basques are either spanish or french, they're just Basques :-) By "(Spain)", I simply meant that the locale was designed to be used in Spain -- nothing more :-) Tim From owner-cvs-all@FreeBSD.ORG Sat Aug 28 13:24:25 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00E0816A4CE; Sat, 28 Aug 2004 13:24:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D801243D2F; Sat, 28 Aug 2004 13:24:24 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SDOOaF005351; Sat, 28 Aug 2004 13:24:24 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SDOO15005350; Sat, 28 Aug 2004 13:24:24 GMT (envelope-from tjr) Message-Id: <200408281324.i7SDOO15005350@repoman.freebsd.org> From: "Tim J. Robbins" <tjr@FreeBSD.org> Date: Sat, 28 Aug 2004 13:24:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/monetdef Makefile src/share/msgdef Makefile src/share/numericdef Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 13:24:25 -0000 tjr 2004-08-28 13:24:24 UTC FreeBSD src repository Modified files: share/monetdef Makefile share/msgdef Makefile share/numericdef Makefile Log: Symlink missing lt_LT.ISO8859-4 LC_MONETARY, LC_MESSAGES and LC_NUMERIC data files to the ISO8859-13 versions. Revision Changes Path 1.60 +2 -0 src/share/monetdef/Makefile 1.58 +2 -0 src/share/msgdef/Makefile 1.57 +2 -0 src/share/numericdef/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 28 13:36:16 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C031E16A4CE; Sat, 28 Aug 2004 13:36:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2FB943D2D; Sat, 28 Aug 2004 13:36:16 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SDaGOM005706; Sat, 28 Aug 2004 13:36:16 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SDaGoo005705; Sat, 28 Aug 2004 13:36:16 GMT (envelope-from des) Message-Id: <200408281336.i7SDaGoo005705@repoman.freebsd.org> From: Dag-Erling Smorgrav <des@FreeBSD.org> Date: Sat, 28 Aug 2004 13:36:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools README src/tools/tools/genericize Makefile genericize.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 13:36:17 -0000 des 2004-08-28 13:36:16 UTC FreeBSD src repository Modified files: tools/tools README Added files: tools/tools/genericize Makefile genericize.pl Log: Add genericize, a Perl script that converts a kernel config into something more easily diffable against GENERIC. Revision Changes Path 1.33 +2 -0 src/tools/tools/README 1.1 +5 -0 src/tools/tools/genericize/Makefile (new) 1.1 +108 -0 src/tools/tools/genericize/genericize.pl (new) From owner-cvs-all@FreeBSD.ORG Sat Aug 28 13:59:15 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B82216A4CE; Sat, 28 Aug 2004 13:59:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1A8743D6B; Sat, 28 Aug 2004 13:59:14 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SDxEMY006286; Sat, 28 Aug 2004 13:59:14 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SDxE0k006285; Sat, 28 Aug 2004 13:59:14 GMT (envelope-from blackend) Message-Id: <200408281359.i7SDxE0k006285@repoman.freebsd.org> From: Marc Fonvieille <blackend@FreeBSD.org> Date: Sat, 28 Aug 2004 13:59:14 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/multimedia chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 13:59:15 -0000 blackend 2004-08-28 13:59:14 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/multimedia chapter.sgml Log: Mention image scanners in the Synopsis. Revision Changes Path 1.93 +4 -0 doc/en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Aug 28 14:32:11 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A39D16A4CF; Sat, 28 Aug 2004 14:32:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF87143D4C; Sat, 28 Aug 2004 14:32:10 +0000 (GMT) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SEWArH007302; Sat, 28 Aug 2004 14:32:10 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SEWA4V007301; Sat, 28 Aug 2004 14:32:10 GMT (envelope-from mtm) Message-Id: <200408281432.i7SEWA4V007301@repoman.freebsd.org> From: Mike Makonnen <mtm@FreeBSD.org> Date: Sat, 28 Aug 2004 14:32:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/adduser adduser.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 14:32:11 -0000 mtm 2004-08-28 14:32:10 UTC FreeBSD src repository Modified files: usr.sbin/adduser adduser.sh Log: Also, match the full path to the special nologin shell. Previously, it would recognize it as a valid shell only if the basename (nologin) was specified. Now, it will recognize both the basename and the full path. NOTE: The full path as adduser(8) understands it is /usr/sbin/nologin. There is a symlink, /sbin/nologin, but that's deprecated and only there for backwards compatibility. Revision Changes Path 1.24 +2 -1 src/usr.sbin/adduser/adduser.sh From owner-cvs-all@FreeBSD.ORG Sat Aug 28 14:42:48 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7140616A4CE; Sat, 28 Aug 2004 14:42:48 +0000 (GMT) Received: from smtp-vbr14.xs4all.nl (smtp-vbr14.xs4all.nl [194.109.24.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4B8843D4C; Sat, 28 Aug 2004 14:42:47 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) i7SEgkBq042348; Sat, 28 Aug 2004 16:42:46 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.11/8.12.9) with ESMTP id i7SEgkup038452; Sat, 28 Aug 2004 16:42:46 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.12.11/8.12.11/Submit) id i7SEgkTF038451; Sat, 28 Aug 2004 16:42:46 +0200 (CEST) (envelope-from wb) Date: Sat, 28 Aug 2004 16:42:46 +0200 From: Wilko Bulte <wb@freebie.xs4all.nl> To: Tim Robbins <tjr@FreeBSD.ORG> Message-ID: <20040828144246.GA38426@freebie.xs4all.nl> References: <20040828125323.9FD7416A4D5@hub.freebsd.org> <750C74DAEE2891232DE31E22@nescarba.in.t-online.fr> <20040828132220.GA48050@cat.robbins.dropbear.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040828132220.GA48050@cat.robbins.dropbear.id.au> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.10-STABLE X-PGP: finger wilko@freebsd.org X-Virus-Scanned: by XS4ALL Virus Scanner cc: Mathieu Arnold <mat@FreeBSD.ORG> cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc/mtree BSD.usr.dist src/share/colldef Makefile src/share/mklocale Makefile src/share/monetdef Makefile src/share/msgdef Makefile eu_ES.ISO8859-1.src src/share/numericdef Makefile eu_ES.ISO8859-1.src src/share/timedef Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 14:42:48 -0000 On Sat, Aug 28, 2004 at 11:22:20PM +1000, Tim Robbins wrote.. > On Sat, Aug 28, 2004 at 03:10:53PM +0200, Mathieu Arnold wrote: > > +-le 28/08/2004 12:53 +0000, Tim J. Robbins ?crivait : > > | Add Basque (Spain) locales: eu_ES.ISO8859-1, eu_ES.ISO8859-15, > > | eu_ES.UTF-8. > > > > Unless you want to get killed by some Basques terrorists, don't say that > > Basques are either spanish or french, they're just Basques :-) > > By "(Spain)", I simply meant that the locale was designed to be used in > Spain -- nothing more :-) That would not help I guess, given that the Basques want to be independent from Spain. -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Sat Aug 28 14:51:38 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4F3F16A4CE; Sat, 28 Aug 2004 14:51:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85A6143D69; Sat, 28 Aug 2004 14:51:38 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SEpcc7009025; Sat, 28 Aug 2004 14:51:38 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SEpcA5009024; Sat, 28 Aug 2004 14:51:38 GMT (envelope-from netchild) Message-Id: <200408281451.i7SEpcA5009024@repoman.freebsd.org> From: Alexander Leidinger <netchild@FreeBSD.org> Date: Sat, 28 Aug 2004 14:51:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/sylpheed-claws Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 14:51:38 -0000 netchild 2004-08-28 14:51:38 UTC FreeBSD ports repository Modified files: mail/sylpheed-claws Makefile distinfo pkg-plist Log: Update to 0.9.12a. Please read the ChangeLog at http://sylpheed-claws.sourceforge.net/news.php, there are some changes which may need user interaction. Revision Changes Path 1.54 +4 -2 ports/mail/sylpheed-claws/Makefile 1.24 +2 -2 ports/mail/sylpheed-claws/distinfo 1.25 +4 -2 ports/mail/sylpheed-claws/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Aug 28 14:57:34 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5BC916A4CE; Sat, 28 Aug 2004 14:57:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6A5A43D76; Sat, 28 Aug 2004 14:57:34 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SEvYb8009206; Sat, 28 Aug 2004 14:57:34 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SEvY1t009205; Sat, 28 Aug 2004 14:57:34 GMT (envelope-from iedowse) Message-Id: <200408281457.i7SEvY1t009205@repoman.freebsd.org> From: Ian Dowse <iedowse@FreeBSD.org> Date: Sat, 28 Aug 2004 14:57:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/common bootstrap.h load_elf.c misc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 14:57:34 -0000 iedowse 2004-08-28 14:57:34 UTC FreeBSD src repository Modified files: sys/boot/common bootstrap.h load_elf.c misc.c Log: Add a few helper functions for zeroing kernel space and reading from specified file offsets. Make use of these in load_elf.c. Revision Changes Path 1.39 +3 -0 src/sys/boot/common/bootstrap.h 1.31 +11 -37 src/sys/boot/common/load_elf.c 1.9 +68 -0 src/sys/boot/common/misc.c From owner-cvs-all@FreeBSD.ORG Sat Aug 28 15:02:48 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0595A16A4CE; Sat, 28 Aug 2004 15:02:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBE5043D67; Sat, 28 Aug 2004 15:02:47 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SF2lAP009397; Sat, 28 Aug 2004 15:02:47 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SF2lYn009396; Sat, 28 Aug 2004 15:02:47 GMT (envelope-from wilko) Message-Id: <200408281502.i7SF2lYn009396@repoman.freebsd.org> From: Wilko Bulte <wilko@FreeBSD.org> Date: Sat, 28 Aug 2004 15:02:47 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations donors.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 15:02:48 -0000 wilko 2004-08-28 15:02:47 UTC FreeBSD doc repository Modified files: en/donations donors.sgml Log: I received an ATX tabletop case. My AlphaPC 164sx no longer has to sit 'naked' on the table :-) Revision Changes Path 1.195 +8 -1 www/en/donations/donors.sgml From owner-cvs-all@FreeBSD.ORG Sat Aug 28 15:10:35 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFF3716A4CE; Sat, 28 Aug 2004 15:10:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C094A43D1F; Sat, 28 Aug 2004 15:10:35 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SFAZmh009653; Sat, 28 Aug 2004 15:10:35 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SFAZEX009652; Sat, 28 Aug 2004 15:10:35 GMT (envelope-from rwatson) Message-Id: <200408281510.i7SFAZEX009652@repoman.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Sat, 28 Aug 2004 15:10:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci if_pcn.c if_sf.c if_ste.c if_ti.c if_tl.c if_wb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 15:10:36 -0000 rwatson 2004-08-28 15:10:35 UTC FreeBSD src repository Modified files: sys/pci if_pcn.c if_sf.c if_ste.c if_ti.c if_tl.c if_wb.c Log: Tag a last set of PCI network interfaces as IFF_NEEDSGIANT until they are either locked down or demonstrated MPSAFE. Revision Changes Path 1.60 +2 -1 src/sys/pci/if_pcn.c 1.73 +2 -1 src/sys/pci/if_sf.c 1.77 +2 -1 src/sys/pci/if_ste.c 1.97 +2 -1 src/sys/pci/if_ti.c 1.94 +2 -1 src/sys/pci/if_tl.c 1.74 +2 -1 src/sys/pci/if_wb.c From owner-cvs-all@FreeBSD.ORG Sat Aug 28 15:11:13 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74D1C16A4CE; Sat, 28 Aug 2004 15:11:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68EAF43D41; Sat, 28 Aug 2004 15:11:13 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SFBDVC009795; Sat, 28 Aug 2004 15:11:13 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SFBDYa009794; Sat, 28 Aug 2004 15:11:13 GMT (envelope-from rwatson) Message-Id: <200408281511.i7SFBDYa009794@repoman.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Sat, 28 Aug 2004 15:11:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf options src/sys/sys kernel.h src/sys/net netisr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 15:11:13 -0000 rwatson 2004-08-28 15:11:13 UTC FreeBSD src repository Modified files: sys/conf options sys/sys kernel.h sys/net netisr.c Log: Change the default disposition of debug.mpsafenet from 0 to 1, which will cause the network stack to operate without the Giant lock by default. This change has the potential to improve performance by increasing parallelism and decreasing latency in network processing. Due to the potential exposure of existing or new bugs, the following compatibility functionality is maintained: - It is still possible to disable Giant-free operation by setting debug.mpsafenet to 0 in loader.conf. - Add "options NET_WITH_GIANT", which will restore the default value of debug.mpsafenet to 0, and is intended for use on systems compiled with known unsafe components, or where a more conservative configuration is desired. - Add a new declaration, NET_NEEDS_GIANT("componentname"), which permits kernel components to declare dependence on Giant over the network stack. If the declaration is made by a preloaded module or a compiled in component, the disposition of debug.mpsafenet will be set to 0 and a warning concerning performance degraded operation printed to the console. If it is declared by a loadable kernel module after boot, a warning is displayed but the disposition cannot be changed. This is implemented by defining a new SYSINIT() value, SI_SUB_SETTINGS, which is intended for the processing of configuration choices after tunables are read in and the console is available to generate errors, but before much else gets going. This compatibility behavior will go away when we've finished the last of the locking work and are confident that operation is correct. Revision Changes Path 1.478 +1 -0 src/sys/conf/options 1.12 +84 -3 src/sys/net/netisr.c 1.118 +6 -0 src/sys/sys/kernel.h From owner-cvs-all@FreeBSD.ORG Sat Aug 28 15:14:03 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F9E316A4CE; Sat, 28 Aug 2004 15:14:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41A3A43D1D; Sat, 28 Aug 2004 15:14:03 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SFE3kG009855; Sat, 28 Aug 2004 15:14:03 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SFE3vi009854; Sat, 28 Aug 2004 15:14:03 GMT (envelope-from simon) Message-Id: <200408281514.i7SFE3vi009854@repoman.freebsd.org> From: "Simon L. Nielsen" <simon@FreeBSD.org> Date: Sat, 28 Aug 2004 15:14:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 15:14:03 -0000 simon 2004-08-28 15:14:03 UTC FreeBSD src repository (doc committer) Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Remove the listing for the Seagate ST01/02 and the Future Domain 8xx/950 SCSI controllers. The driver was removed before FreeBSD 3.0, so it is probably time to remove from the Hardware Notes... :-). Historical clue by: Josh Paetzel <josh@tcbug.org> MFC after: 3 days Revision Changes Path 1.238 +0 -6 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-all@FreeBSD.ORG Sat Aug 28 15:20:24 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A11B016A4CE; Sat, 28 Aug 2004 15:20:24 +0000 (GMT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 3640F43D4C; Sat, 28 Aug 2004 15:20:23 +0000 (GMT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id <aa93825@salmon>; 28 Aug 2004 16:20:21 +0100 (BST) Date: Sat, 28 Aug 2004 16:20:20 +0100 From: David Malone <dwmalone@maths.tcd.ie> To: Wilko Bulte <wb@freebie.xs4all.nl> Message-ID: <20040828152020.GA84274@walton.maths.tcd.ie> References: <20040828125323.9FD7416A4D5@hub.freebsd.org> <750C74DAEE2891232DE31E22@nescarba.in.t-online.fr> <20040828132220.GA48050@cat.robbins.dropbear.id.au> <20040828144246.GA38426@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040828144246.GA38426@freebie.xs4all.nl> User-Agent: Mutt/1.5.6i Sender: dwmalone@maths.tcd.ie cc: Mathieu Arnold <mat@FreeBSD.ORG> cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: Tim Robbins <tjr@FreeBSD.ORG> Subject: Re: cvs commit: src/etc/mtree BSD.usr.dist src/share/colldef Makefile src/share/mklocale Makefile src/share/monetdef Makefile src/share/msgdef Makefile eu_ES.ISO8859-1.src src/share/numericdef Makefile eu_ES.ISO8859-1.src src/share/timedef Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 15:20:24 -0000 On Sat, Aug 28, 2004 at 04:42:46PM +0200, Wilko Bulte wrote: > That would not help I guess, given that the Basques want to be independent > from Spain. There's a curious story of some Irish Garda (police) being saved from an angry group of Basques by a group of English guys on a stag (bachelor) party, after the Basques were offended by a Spanish restaurant in Dublin. http://news.telegraph.co.uk/news/main.jhtml?xml=/news/2002/08/07/weire07.xml&sSheet=/news/2002/08/07/ixworld.html It's a curious combination of conflict and reconciliation... David. From owner-cvs-all@FreeBSD.ORG Sat Aug 28 15:22:38 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E45216A4CE; Sat, 28 Aug 2004 15:22:38 +0000 (GMT) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D23143D5C; Sat, 28 Aug 2004 15:22:38 +0000 (GMT) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (210.50.216.73) by smtp01.syd.iprimus.net.au (7.0.028) id 412F6C1400046D32; Sun, 29 Aug 2004 01:22:34 +1000 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id D9D94420E; Sun, 29 Aug 2004 01:22:29 +1000 (EST) Date: Sun, 29 Aug 2004 01:22:29 +1000 From: Tim Robbins <tjr@freebsd.org> To: Wilko Bulte <wb@freebie.xs4all.nl> Message-ID: <20040828152229.GA48520@cat.robbins.dropbear.id.au> References: <20040828125323.9FD7416A4D5@hub.freebsd.org> <750C74DAEE2891232DE31E22@nescarba.in.t-online.fr> <20040828132220.GA48050@cat.robbins.dropbear.id.au> <20040828144246.GA38426@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040828144246.GA38426@freebie.xs4all.nl> User-Agent: Mutt/1.4.1i cc: Mathieu Arnold <mat@FreeBSD.ORG> cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc/mtree BSD.usr.dist src/share/colldef Makefile src/share/mklocale Makefile src/share/monetdef Makefile src/share/msgdef Makefile eu_ES.ISO8859-1.src src/share/numericdef Makefile eu_ES.ISO8859-1.src src/share/timedef Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 15:22:38 -0000 On Sat, Aug 28, 2004 at 04:42:46PM +0200, Wilko Bulte wrote: > On Sat, Aug 28, 2004 at 11:22:20PM +1000, Tim Robbins wrote.. > > On Sat, Aug 28, 2004 at 03:10:53PM +0200, Mathieu Arnold wrote: > > > +-le 28/08/2004 12:53 +0000, Tim J. Robbins ?crivait : > > > | Add Basque (Spain) locales: eu_ES.ISO8859-1, eu_ES.ISO8859-15, > > > | eu_ES.UTF-8. > > > > > > Unless you want to get killed by some Basques terrorists, don't say that > > > Basques are either spanish or french, they're just Basques :-) > > > > By "(Spain)", I simply meant that the locale was designed to be used in > > Spain -- nothing more :-) > > That would not help I guess, given that the Basques want to be independent > from Spain. Don't bother. I'm not interested in discussing politics. Tim From owner-cvs-all@FreeBSD.ORG Sat Aug 28 15:23:28 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D094216A4CE; Sat, 28 Aug 2004 15:23:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B206D43D48; Sat, 28 Aug 2004 15:23:28 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SFNSoD010120; Sat, 28 Aug 2004 15:23:28 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SFNSHF010119; Sat, 28 Aug 2004 15:23:28 GMT (envelope-from ume) Message-Id: <200408281523.i7SFNSHF010119@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Sat, 28 Aug 2004 15:23:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/pips800 Makefile.pips X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 15:23:29 -0000 ume 2004-08-28 15:23:28 UTC FreeBSD ports repository Modified files: print/pips800 Makefile.pips Log: fix MASTER_SITE_SUBDIR for 1.3.2 drivers. It was broken since simplify version checking. Reported by: hrs Revision Changes Path 1.10 +2 -2 ports/print/pips800/Makefile.pips From owner-cvs-all@FreeBSD.ORG Sat Aug 28 15:24:53 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C69B16A4CE; Sat, 28 Aug 2004 15:24:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7232543D6E; Sat, 28 Aug 2004 15:24:53 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SFOrS3010208; Sat, 28 Aug 2004 15:24:53 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SFOrus010207; Sat, 28 Aug 2004 15:24:53 GMT (envelope-from rwatson) Message-Id: <200408281524.i7SFOrus010207@repoman.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Sat, 28 Aug 2004 15:24:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_tty.c src/sys/netinet6 ipsec.c src/sys/netipx ipx.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 15:24:53 -0000 rwatson 2004-08-28 15:24:53 UTC FreeBSD src repository Modified files: sys/netgraph ng_tty.c sys/netinet6 ipsec.c sys/netipx ipx.c Log: Mark Netgraph TTY, KAME IPSEC, and IPX/SPX as requiring Giant for correct operation using NET_NEEDS_GIANT(). This will result in a boot-time restoration of Giant-enabled network operation, or run-time warning on dynamic load (applicable only to the Netgraph component). Additional components will likely need to be marked with this in the future. Revision Changes Path 1.30 +2 -0 src/sys/netgraph/ng_tty.c 1.37 +2 -0 src/sys/netinet6/ipsec.c 1.27 +6 -0 src/sys/netipx/ipx.c From owner-cvs-all@FreeBSD.ORG Sat Aug 28 15:41:32 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 431D316A4CE; Sat, 28 Aug 2004 15:41:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 238C143D48; Sat, 28 Aug 2004 15:41:32 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SFfWLG010728; Sat, 28 Aug 2004 15:41:32 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SFfWfZ010727; Sat, 28 Aug 2004 15:41:32 GMT (envelope-from netchild) Message-Id: <200408281541.i7SFfWfZ010727@repoman.freebsd.org> From: Alexander Leidinger <netchild@FreeBSD.org> Date: Sat, 28 Aug 2004 15:41:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 15:41:32 -0000 netchild 2004-08-28 15:41:32 UTC FreeBSD src repository (ports committer) Modified files: sys/conf NOTES Log: Add the Intel ICH watchdog timer driver. Approved by: des Revision Changes Path 1.1266 +6 -0 src/sys/conf/NOTES From owner-cvs-all@FreeBSD.ORG Sat Aug 28 16:14:02 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAEF216A4CE; Sat, 28 Aug 2004 16:14:02 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C95D43D45; Sat, 28 Aug 2004 16:14:02 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.42 (FreeBSD)) id 1C15pt-000BLE-V2; Sat, 28 Aug 2004 18:13:49 +0200 Date: Sat, 28 Aug 2004 18:13:49 +0200 From: Kirill Ponomarew <krion@voodoo.oberon.net> To: Alexander Leidinger <netchild@FreeBSD.org> Message-ID: <20040828161349.GC51733@voodoo.oberon.net> References: <200408281451.i7SEpcA5009024@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YD3LsXFS42OYHhNZ" Content-Disposition: inline In-Reply-To: <200408281451.i7SEpcA5009024@repoman.freebsd.org> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/sylpheed-claws Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 16:14:03 -0000 --YD3LsXFS42OYHhNZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Sat, Aug 28, 2004 at 02:51:38PM +0000, Alexander Leidinger wrote: > netchild 2004-08-28 14:51:38 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > mail/sylpheed-claws Makefile distinfo pkg-plist=20 > Log: > Update to 0.9.12a. It doesn't build with default options and seems it ignores --disable-gpgme: In file included from plugin.c:29: sgpgme.h:23:19: gpgme.h: No such file or directory In file included from plugin.c:29: sgpgme.h:30: error: syntax error before "sgpgme_verify_signature" sgpgme.h:30: error: syntax error before "ctx" sgpgme.h:32: warning: data definition has no type or storage class sgpgme.h:34: error: syntax error before "ctx" sgpgme.h:36: error: syntax error before "ctx" sgpgme.h:38: error: syntax error before "ctx" sgpgme.h:40: error: syntax error before "sgpgme_data_from_mimeinfo" sgpgme.h:40: warning: data definition has no type or storage class sgpgme.h:41: error: syntax error before "sgpgme_decrypt" sgpgme.h:41: error: syntax error before "cipher" sgpgme.h:41: warning: data definition has no type or storage class -Kirill --YD3LsXFS42OYHhNZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBMK89QC1G6a60JuURAv0sAKC9n/e4Lg3SWnWS54fZtOvOhByKqwCggXbg QqTYjk/os4VC95sqCZLWM6A= =SuOb -----END PGP SIGNATURE----- --YD3LsXFS42OYHhNZ-- From owner-cvs-all@FreeBSD.ORG Sat Aug 28 16:17:22 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23ED916A4CE; Sat, 28 Aug 2004 16:17:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19F0F43D1F; Sat, 28 Aug 2004 16:17:22 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SGHLS7011678; Sat, 28 Aug 2004 16:17:21 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SGHLk2011677; Sat, 28 Aug 2004 16:17:21 GMT (envelope-from pav) Message-Id: <200408281617.i7SGHLk2011677@repoman.freebsd.org> From: Pav Lucistnik <pav@FreeBSD.org> Date: Sat, 28 Aug 2004 16:17:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/totem Makefile distinfo pkg-plist patch-src_bacon-video-widget-xine.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 16:17:22 -0000 pav 2004-08-28 16:17:21 UTC FreeBSD ports repository Modified files: multimedia/totem Makefile distinfo pkg-plist Removed files: multimedia/totem/files patch-configure patch-src_bacon-video-widget-xine.c Log: - Update to 0.99.15.1 PR: ports/70907 Submitted by: Koop Mast <kwm@rainbow-runner.nl> Approved by: maintainer Revision Changes Path 1.39 +4 -4 ports/multimedia/totem/Makefile 1.19 +2 -2 ports/multimedia/totem/distinfo 1.2 +0 -10 ports/multimedia/totem/files/patch-configure (dead) 1.2 +0 -17 ports/multimedia/totem/files/patch-src_bacon-video-widget-xine.c (dead) 1.17 +4 -0 ports/multimedia/totem/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Aug 28 16:25:09 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E909716A4CE; Sat, 28 Aug 2004 16:25:09 +0000 (GMT) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3317D43D1F; Sat, 28 Aug 2004 16:25:09 +0000 (GMT) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id EEBFE1FF92F; Sat, 28 Aug 2004 18:25:06 +0200 (CEST) Received: by transport.cksoft.de (Postfix, from userid 66) id 097631FF91D; Sat, 28 Aug 2004 18:25:05 +0200 (CEST) Received: by mail.int.zabbadoz.net (Postfix, from userid 1060) id 88FB615384; Sat, 28 Aug 2004 16:20:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.int.zabbadoz.net (Postfix) with ESMTP id 7DE6F15380; Sat, 28 Aug 2004 16:20:11 +0000 (UTC) Date: Sat, 28 Aug 2004 16:20:11 +0000 (UTC) From: "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net> X-X-Sender: bz@e0-0.zab2.int.zabbadoz.net To: Robert Watson <rwatson@FreeBSD.org> In-Reply-To: <200408281511.i7SFBDYa009794@repoman.freebsd.org> Message-ID: <Pine.BSF.4.53.0408281618550.80509@e0-0.zab2.int.zabbadoz.net> References: <200408281511.i7SFBDYa009794@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options src/sys/sys kernel.hsrc/sys/net netisr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 16:25:10 -0000 On Sat, 28 Aug 2004, Robert Watson wrote: > rwatson 2004-08-28 15:11:13 UTC > > FreeBSD src repository > > Modified files: > sys/conf options > sys/sys kernel.h > sys/net netisr.c > Log: > Change the default disposition of debug.mpsafenet from 0 to 1, which could you please add an note to UPDATING ? -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT From owner-cvs-all@FreeBSD.ORG Sat Aug 28 16:32:19 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A9A816A4CE; Sat, 28 Aug 2004 16:32:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CB8943D41; Sat, 28 Aug 2004 16:32:19 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SGWJBj012112; Sat, 28 Aug 2004 16:32:19 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SGWJfs012111; Sat, 28 Aug 2004 16:32:19 GMT (envelope-from nobutaka) Message-Id: <200408281632.i7SGWJfs012111@repoman.freebsd.org> From: MANTANI Nobutaka <nobutaka@FreeBSD.org> Date: Sat, 28 Aug 2004 16:32:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/uim Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 16:32:19 -0000 nobutaka 2004-08-28 16:32:19 UTC FreeBSD ports repository Modified files: japanese/uim Makefile Log: Sync with libm17n shared library version bump. Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Revision Changes Path 1.25 +2 -1 ports/japanese/uim/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 28 16:32:40 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4B2D16A4CE; Sat, 28 Aug 2004 16:32:40 +0000 (GMT) Received: from mailout11.sul.t-online.com (mailout11.sul.t-online.com [194.25.134.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C4FB43D49; Sat, 28 Aug 2004 16:32:40 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from fwd03.aul.t-online.de by mailout11.sul.t-online.com with smtp id 1C1684-00037U-02; Sat, 28 Aug 2004 18:32:36 +0200 Received: from Andro-Beta.Leidinger.net (bRA+akZSgeI6nvzc1X-PaWZq1Scx+g8+90BAd9ZSZK8eVGCsqVLXcm@[84.128.199.125]) by fmrl03.sul.t-online.com with esmtp id 1C167t-28V66i0; Sat, 28 Aug 2004 18:32:25 +0200 Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) i7SGWT9R096427; Sat, 28 Aug 2004 18:32:29 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Sat, 28 Aug 2004 18:33:40 +0200 From: Alexander Leidinger <Alexander@Leidinger.net> To: "M. Warner Losh" <imp@bsdimp.com> Message-ID: <20040828183340.2709425c@Magellan.Leidinger.net> In-Reply-To: <20040823.130247.09569009.imp@bsdimp.com> References: <20040823173529.GB18520@phantom.cris.net> <20040823.125423.132929378.imp@bsdimp.com> <20040823150027.7ae0275d@localhost.pittgoth.com> <20040823.130247.09569009.imp@bsdimp.com> X-Mailer: Sylpheed-Claws 0.9.12a (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-ID: bRA+akZSgeI6nvzc1X-PaWZq1Scx+g8+90BAd9ZSZK8eVGCsqVLXcm@t-dialin.net X-TOI-MSGID: 5f47cd82-22df-4e3c-aea9-fa8078c789a8 cc: trhodes@freebsd.org cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: obrien@freebsd.org cc: ru@freebsd.org cc: cvs-all@freebsd.org cc: phantom@FreeBSD.org.ua Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile src/gnu/usr.bin/cc Makefile.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 16:32:41 -0000 On Mon, 23 Aug 2004 13:02:47 -0600 (MDT) "M. Warner Losh" <imp@bsdimp.com> wrote: > The scary thing is that I'm aware of about 3 or 4 systems that are > running in motorbikes. And there was one mentioned on slashdot a while ago... even while he shows some configuration nits on the webpage, it's nice (he records movies with a bktr card)... While we're at it: I have a motorbike myself (Suzuki GSX-R 750, one of those "plastic suited" pieces which you only hear passing by, typically you see them from behind, but not behind yourself), any ideas what kind of hardware fits into such a bike and more importantly, any ideas what to use a FreeBSD system in a mootrbike for? Bye, Alexander. -- The best things in life are free, but the expensive ones are still worth a look. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 From owner-cvs-all@FreeBSD.ORG Sat Aug 28 16:33:31 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E723316A4CE; Sat, 28 Aug 2004 16:33:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7CD443D2F; Sat, 28 Aug 2004 16:33:31 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SGXVve012158; Sat, 28 Aug 2004 16:33:31 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SGXVkJ012157; Sat, 28 Aug 2004 16:33:31 GMT (envelope-from thierry) Message-Id: <200408281633.i7SGXVkJ012157@repoman.freebsd.org> From: Thierry Thomas <thierry@FreeBSD.org> Date: Sat, 28 Aug 2004 16:33:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/rxvt-unicode/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 16:33:32 -0000 thierry 2004-08-28 16:33:31 UTC FreeBSD ports repository Added files: x11/rxvt-unicode/files patch-configure Log: Fix a C++ linkage problem in some cases. Revision Changes Path 1.1 +28 -0 ports/x11/rxvt-unicode/files/patch-configure (new) From owner-cvs-all@FreeBSD.ORG Sat Aug 28 16:40:44 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 680) id F031516A4CF; Sat, 28 Aug 2004 16:40:43 +0000 (GMT) Date: Sat, 28 Aug 2004 16:40:43 +0000 From: Darren Reed <darrenr@hub.freebsd.org> To: Max Laier <max@love2party.net> Message-ID: <20040828164043.GA86995@hub.freebsd.org> References: <200408271516.i7RFGO8L061926@repoman.freebsd.org> <412F8F68.92BDEEB0@freebsd.org> <20040827202133.GC55748@hub.freebsd.org> <200408272253.14317.max@love2party.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408272253.14317.max@love2party.net> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Andre Oppermann <andre@freebsd.org> cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 ipfirewall.4 src/share/man/man9 pfil.9 src/sys/alpha/conf GENERIC src/sys/amd64/conf GENERIC src/sys/conf NOTES files options src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC SKI src/sys/modules/bridge Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 16:40:44 -0000 I hope I didn't send a reply to this already, I think I had to reconnect... On Fri, Aug 27, 2004 at 10:52:57PM +0200, Max Laier wrote: > > You misunderstand what I'm saying here. I'm not saying get rid of the > > outer check or don't do it (or that's not my intention, anyway.) > > > > If you were to unroll the pfil_run_hooks(), the code would be: > > > > if (ph_busy_count == -1) > > goto passin; > > if (ph_busy_count == -1 || ph_want_write == 1) > > goto passin; > > > > Now that's an oversimplification but perhaps it better illustrates > > what I see the problem as being. Can you see what's wrong here ? > > This is actually right. No. Checking ph_busy_count should be inside pfil_run_hooks or outside of it. Not in both places. > The check inside pfil_run_hooks() was introduced > before PFIL_HOOKS got part of GENERIC to avoid the lock operation for empty > hooks. It is okay to remove it now that we do the check earlier. A wrapper is > called for, nontheless! Right, it needs removing and wasn't - just don't say it is right how it is. > > The check to see if the pfil_head is empty doesn't traverse it, > > does it? So there's no need to get a lock to do it. Even if you > > were to replace the check on ph_busy_count with a "is the list > > empty" check, you still don't need to lock the pfil_head until > > before you start to walk it. The worst that can happen is that > > a packet will either bypass or enter pfil_run_hooks() when it > > might have gone in, depending on timing. > > That is right. Nobody asked to lock the check in the first place. The whole > point in the check for ph_busy_count == -1 is to avoid the lock/unlock in the > case of an empty hook list. I wonder if ph_busy_lock could be made to disappear and its use replaced with a check for TAILQ_EMPTY() ? This would nto require a lock/unlock. > > You've doubled up on an if() for performance reasons, yet you want > > to put in a macro to hide an operation that is even more expensive > > than is ther enow - mutex attempt - at some point in the future ? > > This doesn't add up ? > > You don't understood what I am saying. Wrong - I haven't read anything else from you so that's not possible. > The problem is that ph_busy_count might > be removed once we revisit the locking and thus we need to modify the check. > Hence we should wrap the check in anticipation of that. Whether it goes inside a macro or not is immaterial. > Take a look at how sx(9) is implemented. What is there in pfil now is not > very different. Well why won't you rewrite sx(9) then and fix the perceived problems ? > > The use of sx(9) should be a no-brainer. > > Yes, but it will reduce performance and introduce stravation problems. > Once we > have a better sx(9) implementation I am all for switching over. Right now it > does not work. sx(9) seems to work well enough for me :) Meanwhile, should all the functions in pfil.c that are PFIL_[A-Z]* be renamed to pfil_[a-z]* ? This has got to be a KNF violation ? Darren From owner-cvs-all@FreeBSD.ORG Sat Aug 28 17:08:31 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8877016A4CE; Sat, 28 Aug 2004 17:08:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AB4643D41; Sat, 28 Aug 2004 17:08:31 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SH8VIA013033; Sat, 28 Aug 2004 17:08:31 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SH8VWc013032; Sat, 28 Aug 2004 17:08:31 GMT (envelope-from rwatson) Message-Id: <200408281708.i7SH8VWc013032@repoman.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Sat, 28 Aug 2004 17:08:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 17:08:31 -0000 rwatson 2004-08-28 17:08:31 UTC FreeBSD src repository Modified files: . UPDATING Log: Add an updating entry for the recent change in network stack locking default for debug.mpsafenet, pointing at the recent announcement and things to try if instability is experienced. Revision Changes Path 1.351 +13 -0 src/UPDATING From owner-cvs-all@FreeBSD.ORG Sat Aug 28 17:09:06 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D84D116A4CE; Sat, 28 Aug 2004 17:09:06 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B41143D2D; Sat, 28 Aug 2004 17:09:06 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.11/8.12.11) with ESMTP id i7SH6bHU046423; Sat, 28 Aug 2004 13:06:37 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i7SH6bIw046420; Sat, 28 Aug 2004 13:06:37 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Sat, 28 Aug 2004 13:06:37 -0400 (EDT) From: Robert Watson <rwatson@FreeBSD.org> X-Sender: robert@fledge.watson.org To: "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net> In-Reply-To: <Pine.BSF.4.53.0408281618550.80509@e0-0.zab2.int.zabbadoz.net> Message-ID: <Pine.NEB.3.96L.1040828130624.44614F-100000@fledge.watson.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options src/sys/sys kernel.h src/sys/net netisr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 17:09:07 -0000 On Sat, 28 Aug 2004, Bjoern A. Zeeb wrote: > On Sat, 28 Aug 2004, Robert Watson wrote: > > > rwatson 2004-08-28 15:11:13 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/conf options > > sys/sys kernel.h > > sys/net netisr.c > > Log: > > Change the default disposition of debug.mpsafenet from 0 to 1, which > > could you please add an note to UPDATING ? Just added one, thanks! Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research From owner-cvs-all@FreeBSD.ORG Sat Aug 28 17:18:38 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C25D16A4CE; Sat, 28 Aug 2004 17:18:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C57543D6E; Sat, 28 Aug 2004 17:18:38 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SHIcXq013287; Sat, 28 Aug 2004 17:18:38 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SHIc1A013286; Sat, 28 Aug 2004 17:18:38 GMT (envelope-from ume) Message-Id: <200408281718.i7SHIc1A013286@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Sat, 28 Aug 2004 17:18:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/pips800 Makefile.pips X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 17:18:38 -0000 ume 2004-08-28 17:18:38 UTC FreeBSD ports repository Modified files: print/pips800 Makefile.pips Log: preparation for EPSON Stylus Color Series. Revision Changes Path 1.11 +9 -7 ports/print/pips800/Makefile.pips From owner-cvs-all@FreeBSD.ORG Sat Aug 28 17:22:09 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAE2B16A4CE; Sat, 28 Aug 2004 17:22:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB67B43D1F; Sat, 28 Aug 2004 17:22:09 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SHM9Be013479; Sat, 28 Aug 2004 17:22:09 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SHM94O013478; Sat, 28 Aug 2004 17:22:09 GMT (envelope-from ume) Message-Id: <200408281722.i7SHM94O013478@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Sat, 28 Aug 2004 17:22:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print Makefile ports/print/pips-sc60s Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 17:22:09 -0000 ume 2004-08-28 17:22:09 UTC FreeBSD ports repository Modified files: print Makefile Added files: print/pips-sc60s Makefile distinfo pkg-descr Log: add slave port for Photo Image Print System for Linux --- EPSON Stylus C60 Series. Requested by: Vladimir Novoseltsev <blacknova@tut.by> Revision Changes Path 1.334 +1 -0 ports/print/Makefile 1.1 +16 -0 ports/print/pips-sc60s/Makefile (new) 1.1 +2 -0 ports/print/pips-sc60s/distinfo (new) 1.1 +7 -0 ports/print/pips-sc60s/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sat Aug 28 17:22:20 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B47F716A4CE; Sat, 28 Aug 2004 17:22:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 933F043D58; Sat, 28 Aug 2004 17:22:20 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SHMKuQ013525; Sat, 28 Aug 2004 17:22:20 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SHMK74013524; Sat, 28 Aug 2004 17:22:20 GMT (envelope-from ume) Message-Id: <200408281722.i7SHMK74013524@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Sat, 28 Aug 2004 17:22:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 17:22:20 -0000 ume 2004-08-28 17:22:20 UTC FreeBSD ports repository Modified files: . modules Log: pips-sc60s --> ports/print/pips-sc60s Revision Changes Path 1.11005 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Aug 28 17:32:43 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 004E716A4CE; Sat, 28 Aug 2004 17:32:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D518D43D76; Sat, 28 Aug 2004 17:32:42 +0000 (GMT) (envelope-from gj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SHWgpU013794; Sat, 28 Aug 2004 17:32:42 GMT (envelope-from gj@repoman.freebsd.org) Received: (from gj@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SHWg7B013793; Sat, 28 Aug 2004 17:32:42 GMT (envelope-from gj) Message-Id: <200408281732.i7SHWg7B013793@repoman.freebsd.org> From: Gary Jennejohn <gj@FreeBSD.org> Date: Sat, 28 Aug 2004 17:32:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/flwm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 17:32:43 -0000 gj 2004-08-28 17:32:42 UTC FreeBSD ports repository Modified files: x11-wm/flwm Makefile Log: Use ${LOCALBASE} instead of hard-coding /usr/local in Makefile. Also consider that there are two versions of freetype in the ports tree. Bad /me, no cookie. Revision Changes Path 1.17 +9 -2 ports/x11-wm/flwm/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 28 17:34:25 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 800EE16A4D5; Sat, 28 Aug 2004 17:34:22 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id E074243D64; Sat, 28 Aug 2004 17:34:21 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id i7SHYHZl009636; Sat, 28 Aug 2004 19:34:18 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: David Malone <dwmalone@maths.tcd.ie> From: "Poul-Henning Kamp" <phk@phk.freebsd.dk> In-Reply-To: Your message of "Sat, 28 Aug 2004 16:20:20 BST." <20040828152020.GA84274@walton.maths.tcd.ie> Date: Sat, 28 Aug 2004 19:34:17 +0200 Message-ID: <9635.1093714457@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Mathieu Arnold <mat@FreeBSD.org> cc: Tim Robbins <tjr@FreeBSD.org> cc: Wilko Bulte <wb@freebie.xs4all.nl> Subject: Re: cvs commit: src/etc/mtree BSD.usr.dist src/share/colldef Makefile src/share/mklocale Makefile src/share/monetdef Makefile src/share/msgdef Makefile eu_ES.ISO8859-1.src src/share/numericdef Makefile eu_ES.ISO8859-1.src src/share/timedef Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 17:34:25 -0000 In message <20040828152020.GA84274@walton.maths.tcd.ie>, David Malone writes: >On Sat, Aug 28, 2004 at 04:42:46PM +0200, Wilko Bulte wrote: >> That would not help I guess, given that the Basques want to be independent >> from Spain. > >There's a curious story of some Irish Garda (police) being saved >from an angry group of Basques by a group of English guys on a stag >(bachelor) party, after the Basques were offended by a Spanish >restaurant in Dublin. > >http://news.telegraph.co.uk/news/main.jhtml?xml=/news/2002/08/07/weire07.xml&sSheet=/news/2002/08/07/ixworld.html > >It's a curious combination of conflict and reconciliation... Makes you appreciate the difficulty of the job of Secretary General of the United Nations, doesn't it ? :-) -- 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 Sat Aug 28 17:41:21 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 476C916A4CE; Sat, 28 Aug 2004 17:41:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2780443D66; Sat, 28 Aug 2004 17:41:21 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SHfLhY014108; Sat, 28 Aug 2004 17:41:21 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SHfLqg014107; Sat, 28 Aug 2004 17:41:21 GMT (envelope-from sobomax) Message-Id: <200408281741.i7SHfLqg014107@repoman.freebsd.org> From: Maxim Sobolev <sobomax@FreeBSD.org> Date: Sat, 28 Aug 2004 17:41:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/openh323/files patch-include::gkserver.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 17:41:21 -0000 sobomax 2004-08-28 17:41:21 UTC FreeBSD ports repository Added files: net/openh323/files patch-include::gkserver.h Log: Unbreak with gcc 3.4. Revision Changes Path 1.1 +10 -0 ports/net/openh323/files/patch-include::gkserver.h (new) From owner-cvs-all@FreeBSD.ORG Sat Aug 28 17:52:04 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDD2416A4CE; Sat, 28 Aug 2004 17:52:04 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8D4D43D68; Sat, 28 Aug 2004 17:52:03 +0000 (GMT) (envelope-from max@love2party.net) Received: from [212.227.126.208] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1C17Mx-00072H-00; Sat, 28 Aug 2004 19:52:03 +0200 Received: from [84.128.129.215] (helo=donor.laier.local) by mrelayng.kundenserver.de with asmtp (TLSv1:RC4-MD5:128) (Exim 3.35 #1) id 1C17Mw-0005Qw-00; Sat, 28 Aug 2004 19:52:03 +0200 From: Max Laier <max@love2party.net> To: Darren Reed <darrenr@hub.freebsd.org> Date: Sat, 28 Aug 2004 19:50:26 +0200 User-Agent: KMail/1.6.2 References: <200408271516.i7RFGO8L061926@repoman.freebsd.org> <200408272253.14317.max@love2party.net> <20040828164043.GA86995@hub.freebsd.org> In-Reply-To: <20040828164043.GA86995@hub.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_pXMMBuqX74IOXEv"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408281950.33363.max@love2party.net> X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:61c499deaeeba3ba5be80f48ecc83056 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Andre Oppermann <andre@freebsd.org> cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 ipfirewall.4 src/share/man/man9 pfil.9 src/sys/alpha/conf GENERIC src/sys/amd64/conf GENERIC src/sys/conf NOTES files options src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC SKI src/sys/modules/bridge Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 17:52:04 -0000 --Boundary-02=_pXMMBuqX74IOXEv Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Saturday 28 August 2004 18:40, Darren Reed wrote: > I hope I didn't send a reply to this already, I think I had to reconnect.= =2E. > > On Fri, Aug 27, 2004 at 10:52:57PM +0200, Max Laier wrote: > > > You misunderstand what I'm saying here. I'm not saying get rid of the > > > outer check or don't do it (or that's not my intention, anyway.) > > > > > > If you were to unroll the pfil_run_hooks(), the code would be: > > > > > > if (ph_busy_count =3D=3D -1) > > > goto passin; > > > if (ph_busy_count =3D=3D -1 || ph_want_write =3D=3D 1) > > > goto passin; > > > > > > Now that's an oversimplification but perhaps it better illustrates > > > what I see the problem as being. Can you see what's wrong here ? > > > > This is actually right. > > No. *sigh* ... you misread me here. I was saying that the point you are making = and=20 your analysis is right. > Checking ph_busy_count should be inside pfil_run_hooks or outside of it. > > Not in both places. > > > The check inside pfil_run_hooks() was introduced > > before PFIL_HOOKS got part of GENERIC to avoid the lock operation for > > empty hooks. It is okay to remove it now that we do the check earlier. A > > wrapper is called for, nontheless! > > Right, it needs removing and wasn't - just don't say it is right how it i= s. Never did. Though I really do not belive that it incurres a performance los= s=20 as ph_busy_count will be cached together with ph_want_write anyway ... stup= id=20 micro-optimizations ... > > > The check to see if the pfil_head is empty doesn't traverse it, > > > does it? So there's no need to get a lock to do it. Even if you > > > were to replace the check on ph_busy_count with a "is the list > > > empty" check, you still don't need to lock the pfil_head until > > > before you start to walk it. The worst that can happen is that > > > a packet will either bypass or enter pfil_run_hooks() when it > > > might have gone in, depending on timing. > > > > That is right. Nobody asked to lock the check in the first place. The > > whole point in the check for ph_busy_count =3D=3D -1 is to avoid the > > lock/unlock in the case of an empty hook list. > > I wonder if ph_busy_lock could be made to disappear and its use replaced > with a check for TAILQ_EMPTY() ? This would nto require a lock/unlock. While TAILQ_EMPTY is okay it'd require a direction lookup and that would=20 result in more overhead ... and NO, pf_busy_count can not be removed - it i= s=20 a property of the locking (which you didn't read, I suppose). > > > You've doubled up on an if() for performance reasons, yet you want > > > to put in a macro to hide an operation that is even more expensive > > > than is ther enow - mutex attempt - at some point in the future ? > > > This doesn't add up ? > > > > You don't understood what I am saying. > > Wrong - I haven't read anything else from you so that's not possible. > > > The problem is that ph_busy_count might > > be removed once we revisit the locking and thus we need to modify the > > check. Hence we should wrap the check in anticipation of that. > > Whether it goes inside a macro or not is immaterial. > > > Take a look at how sx(9) is implemented. What is there in pfil now is n= ot > > very different. > > Well why won't you rewrite sx(9) then and fix the perceived problems ? > > > > The use of sx(9) should be a no-brainer. > > > > Yes, but it will reduce performance and introduce stravation problems. > > Once we > > have a better sx(9) implementation I am all for switching over. Right n= ow > > it does not work. > > sx(9) seems to work well enough for me :) > > Meanwhile, should all the functions in pfil.c that are PFIL_[A-Z]* be > renamed to pfil_[a-z]* ? This has got to be a KNF violation ? Well, I submitted it as macros, Sam turned them into __inline functions. I= =20 don't care eitherway, but UPPERCASE is somewhat identical to the other plac= es=20 where lock macros are used: IFNET_{R,W}[UN]LOCK etc ... =2D-=20 /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News --Boundary-02=_pXMMBuqX74IOXEv Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQBBMMXpXyyEoT62BG0RAi0FAJ0UGe4VeiUKAkupzZE/nWynjdpOuACfUFlu fD7ybmcGfqh2VpxPp7Tqx3g= =Sg2G -----END PGP SIGNATURE----- --Boundary-02=_pXMMBuqX74IOXEv-- From owner-cvs-all@FreeBSD.ORG Sat Aug 28 17:56:18 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4176A16A4CF; Sat, 28 Aug 2004 17:56:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 225DD43D4C; Sat, 28 Aug 2004 17:56:18 +0000 (GMT) (envelope-from mharo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SHuIAA014585; Sat, 28 Aug 2004 17:56:18 GMT (envelope-from mharo@repoman.freebsd.org) Received: (from mharo@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SHuHf4014584; Sat, 28 Aug 2004 17:56:17 GMT (envelope-from mharo) Message-Id: <200408281756.i7SHuHf4014584@repoman.freebsd.org> From: Michael Haro <mharo@FreeBSD.org> Date: Sat, 28 Aug 2004 17:56:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt/nrpe2 Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 17:56:18 -0000 mharo 2004-08-28 17:56:17 UTC FreeBSD ports repository Modified files: net-mgmt/nrpe2 Makefile distinfo pkg-descr pkg-plist Log: add nrpe2 (after repocopy from net-mgmt/nrpe) nrpe is Nagios Remote Plugin Executor PR: 59485 Revision Changes Path 1.11 +18 -12 ports/net-mgmt/nrpe2/Makefile 1.6 +2 -2 ports/net-mgmt/nrpe2/distinfo 1.2 +5 -0 ports/net-mgmt/nrpe2/pkg-descr 1.4 +2 -2 ports/net-mgmt/nrpe2/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Aug 28 17:57:11 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBEFB16A4CE; Sat, 28 Aug 2004 17:57:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD42443D58; Sat, 28 Aug 2004 17:57:11 +0000 (GMT) (envelope-from mharo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SHvB6Y014635; Sat, 28 Aug 2004 17:57:11 GMT (envelope-from mharo@repoman.freebsd.org) Received: (from mharo@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SHvBJT014634; Sat, 28 Aug 2004 17:57:11 GMT (envelope-from mharo) Message-Id: <200408281757.i7SHvBJT014634@repoman.freebsd.org> From: Michael Haro <mharo@FreeBSD.org> Date: Sat, 28 Aug 2004 17:57:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 17:57:12 -0000 mharo 2004-08-28 17:57:11 UTC FreeBSD ports repository Modified files: . modules Log: add nrpe2 Revision Changes Path 1.11006 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Aug 28 17:58:10 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72EE716A4CE; Sat, 28 Aug 2004 17:58:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54F4A43D58; Sat, 28 Aug 2004 17:58:10 +0000 (GMT) (envelope-from mharo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SHwAF7014684; Sat, 28 Aug 2004 17:58:10 GMT (envelope-from mharo@repoman.freebsd.org) Received: (from mharo@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SHwAqw014683; Sat, 28 Aug 2004 17:58:10 GMT (envelope-from mharo) Message-Id: <200408281758.i7SHwAqw014683@repoman.freebsd.org> From: Michael Haro <mharo@FreeBSD.org> Date: Sat, 28 Aug 2004 17:58:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 17:58:10 -0000 mharo 2004-08-28 17:58:10 UTC FreeBSD ports repository Modified files: net-mgmt Makefile Log: activate nrpe2 Revision Changes Path 1.28 +1 -0 ports/net-mgmt/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 28 18:02:13 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E89B16A4CE; Sat, 28 Aug 2004 18:02:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E65543D1D; Sat, 28 Aug 2004 18:02:13 +0000 (GMT) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SI2DtH014839; Sat, 28 Aug 2004 18:02:13 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SI2DYJ014838; Sat, 28 Aug 2004 18:02:13 GMT (envelope-from olgeni) Message-Id: <200408281802.i7SI2DYJ014838@repoman.freebsd.org> From: Jimmy Olgeni <olgeni@FreeBSD.org> Date: Sat, 28 Aug 2004 18:02:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/eclipseme pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 18:02:13 -0000 olgeni 2004-08-28 18:02:13 UTC FreeBSD ports repository Modified files: java/eclipseme pkg-descr Log: Fix typo. Revision Changes Path 1.2 +1 -1 ports/java/eclipseme/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Aug 28 18:10:38 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 822A216A4CE; Sat, 28 Aug 2004 18:10:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6321543D64; Sat, 28 Aug 2004 18:10:38 +0000 (GMT) (envelope-from mharo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SIAcbF015088; Sat, 28 Aug 2004 18:10:38 GMT (envelope-from mharo@repoman.freebsd.org) Received: (from mharo@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SIAcDW015087; Sat, 28 Aug 2004 18:10:38 GMT (envelope-from mharo) Message-Id: <200408281810.i7SIAcDW015087@repoman.freebsd.org> From: Michael Haro <mharo@FreeBSD.org> Date: Sat, 28 Aug 2004 18:10:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/ftp/proftpd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 18:10:38 -0000 mharo 2004-08-28 18:10:38 UTC FreeBSD ports repository Modified files: ftp/proftpd Makefile Log: add option to compile with support for quotas PR: 68644 Submitted by: Krzysztof Stryjek <wtp+proftpd@bsdguru.org> Revision Changes Path 1.67 +10 -0 ports/ftp/proftpd/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 28 18:14:07 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5138C16A4CE; Sat, 28 Aug 2004 18:14:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32A2843D48; Sat, 28 Aug 2004 18:14:07 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SIE7be015182; Sat, 28 Aug 2004 18:14:07 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SIE76b015181; Sat, 28 Aug 2004 18:14:07 GMT (envelope-from krion) Message-Id: <200408281814.i7SIE76b015181@repoman.freebsd.org> From: Kirill Ponomarew <krion@FreeBSD.org> Date: Sat, 28 Aug 2004 18:14:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/ng_netflow Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 18:14:07 -0000 krion 2004-08-28 18:14:07 UTC FreeBSD ports repository Modified files: net/ng_netflow Makefile distinfo Log: Update to 0.2.5 Submitted by: glebius Revision Changes Path 1.5 +1 -1 ports/net/ng_netflow/Makefile 1.5 +2 -2 ports/net/ng_netflow/distinfo From owner-cvs-all@FreeBSD.ORG Sat Aug 28 18:27:55 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03A4F16A4CE; Sat, 28 Aug 2004 18:27:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D682B43D2D; Sat, 28 Aug 2004 18:27:54 +0000 (GMT) (envelope-from mharo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SIRsRQ016086; Sat, 28 Aug 2004 18:27:54 GMT (envelope-from mharo@repoman.freebsd.org) Received: (from mharo@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SIRsd3016085; Sat, 28 Aug 2004 18:27:54 GMT (envelope-from mharo) Message-Id: <200408281827.i7SIRsd3016085@repoman.freebsd.org> From: Michael Haro <mharo@FreeBSD.org> Date: Sat, 28 Aug 2004 18:27:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/hashcash Makefile distinfo pkg-plist ports/mail/hashcash/files patch-Makefile patch-hashcash-h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 18:27:55 -0000 mharo 2004-08-28 18:27:54 UTC FreeBSD ports repository Modified files: mail/hashcash Makefile distinfo pkg-plist mail/hashcash/files patch-Makefile Removed files: mail/hashcash/files patch-hashcash-h Log: Update to 1.02 PR: 71080 Submitted by: maintainer Revision Changes Path 1.2 +3 -3 ports/mail/hashcash/Makefile 1.3 +2 -2 ports/mail/hashcash/distinfo 1.2 +24 -9 ports/mail/hashcash/files/patch-Makefile 1.2 +0 -19 ports/mail/hashcash/files/patch-hashcash-h (dead) 1.2 +4 -0 ports/mail/hashcash/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Aug 28 18:36:54 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E73216A4CE; Sat, 28 Aug 2004 18:36:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1A2543D1F; Sat, 28 Aug 2004 18:36:53 +0000 (GMT) (envelope-from mharo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SIar6g016395; Sat, 28 Aug 2004 18:36:53 GMT (envelope-from mharo@repoman.freebsd.org) Received: (from mharo@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SIarsx016394; Sat, 28 Aug 2004 18:36:53 GMT (envelope-from mharo) Message-Id: <200408281836.i7SIarsx016394@repoman.freebsd.org> From: Michael Haro <mharo@FreeBSD.org> Date: Sat, 28 Aug 2004 18:36:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/adodb Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 18:36:54 -0000 mharo 2004-08-28 18:36:53 UTC FreeBSD ports repository Modified files: databases/adodb Makefile distinfo pkg-plist Log: update to 4.52 PR: 71079 Submitted by: maintainer Revision Changes Path 1.32 +11 -4 ports/databases/adodb/Makefile 1.20 +2 -2 ports/databases/adodb/distinfo 1.20 +7 -1 ports/databases/adodb/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Aug 28 18:43:42 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B0D416A4CE; Sat, 28 Aug 2004 18:43:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C88643D39; Sat, 28 Aug 2004 18:43:42 +0000 (GMT) (envelope-from mharo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SIhgDj016595; Sat, 28 Aug 2004 18:43:42 GMT (envelope-from mharo@repoman.freebsd.org) Received: (from mharo@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SIhgJB016594; Sat, 28 Aug 2004 18:43:42 GMT (envelope-from mharo) Message-Id: <200408281843.i7SIhgJB016594@repoman.freebsd.org> From: Michael Haro <mharo@FreeBSD.org> Date: Sat, 28 Aug 2004 18:43:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/archivers/star-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 18:43:42 -0000 mharo 2004-08-28 18:43:42 UTC FreeBSD ports repository Modified files: archivers/star-devel Makefile distinfo Log: update to 1.5.a.46 PR: 71076 Submitted by: maintainer Revision Changes Path 1.43 +1 -1 ports/archivers/star-devel/Makefile 1.14 +2 -2 ports/archivers/star-devel/distinfo From owner-cvs-all@FreeBSD.ORG Sat Aug 28 18:57:56 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E38A16A4CE; Sat, 28 Aug 2004 18:57:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C54243D60; Sat, 28 Aug 2004 18:57:56 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SIvutT016968; Sat, 28 Aug 2004 18:57:56 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SIvulX016967; Sat, 28 Aug 2004 18:57:56 GMT (envelope-from ume) Message-Id: <200408281857.i7SIvulX016967@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Sat, 28 Aug 2004 18:57:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/pips800 Makefile.pips X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 18:57:56 -0000 ume 2004-08-28 18:57:55 UTC FreeBSD ports repository Modified files: print/pips800 Makefile.pips Log: - use USE_GHOSTSCRIPT_RUN. - simplify plist substitution. Submitted by: hrs (with some modification) Revision Changes Path 1.12 +23 -40 ports/print/pips800/Makefile.pips From owner-cvs-all@FreeBSD.ORG Sat Aug 28 19:04:43 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCE7C16A4CE; Sat, 28 Aug 2004 19:04:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC8AC43D49; Sat, 28 Aug 2004 19:04:43 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SJ4hVm017132; Sat, 28 Aug 2004 19:04:43 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SJ4huM017131; Sat, 28 Aug 2004 19:04:43 GMT (envelope-from hrs) Message-Id: <200408281904.i7SJ4huM017131@repoman.freebsd.org> From: Hiroki Sato <hrs@FreeBSD.org> Date: Sat, 28 Aug 2004 19:04:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/installation/common trouble.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 19:04:44 -0000 hrs 2004-08-28 19:04:43 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/installation/common trouble.sgml Log: In 5.x, a device hint is used instead of a device flag and UserConfig. Submitted by: Gavin Atkinson (gavin.atkinson at ury dot york dot ac dot uk) PR: docs/66980 MFC after: 2 days Revision Changes Path 1.15 +18 -39 src/release/doc/en_US.ISO8859-1/installation/common/trouble.sgml From owner-cvs-all@FreeBSD.ORG Sat Aug 28 19:06:41 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79E4516A4CE; Sat, 28 Aug 2004 19:06:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A8FC43D7B; Sat, 28 Aug 2004 19:06:41 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SJ6fqN017279; Sat, 28 Aug 2004 19:06:41 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SJ6fjF017278; Sat, 28 Aug 2004 19:06:41 GMT (envelope-from sem) Message-Id: <200408281906.i7SJ6fjF017278@repoman.freebsd.org> From: Sergey Matveychuk <sem@FreeBSD.org> Date: Sat, 28 Aug 2004 19:06:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 19:06:41 -0000 sem 2004-08-28 19:06:41 UTC FreeBSD ports repository Modified files: . modules Log: One more place where I forgot remove bibletime-doc Revision Changes Path 1.11007 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Aug 28 19:27:25 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF25B16A4CE; Sat, 28 Aug 2004 19:27:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B020443D1F; Sat, 28 Aug 2004 19:27:25 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SJRPcE017804; Sat, 28 Aug 2004 19:27:25 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SJRPB8017803; Sat, 28 Aug 2004 19:27:25 GMT (envelope-from rwatson) Message-Id: <200408281927.i7SJRPB8017803@repoman.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Sat, 28 Aug 2004 19:27:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net netisr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 19:27:26 -0000 rwatson 2004-08-28 19:27:25 UTC FreeBSD src repository Modified files: sys/net netisr.c Log: Correct typo in printf() warning. Submitted by: Pawel Worach <pawel.worach at telia.com> Revision Changes Path 1.13 +1 -1 src/sys/net/netisr.c From owner-cvs-all@FreeBSD.ORG Sat Aug 28 19:31:10 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7B3116A4CE; Sat, 28 Aug 2004 19:31:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDA1443D68; Sat, 28 Aug 2004 19:31:10 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SJVAwC017974; Sat, 28 Aug 2004 19:31:10 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SJVAtL017973; Sat, 28 Aug 2004 19:31:10 GMT (envelope-from iedowse) Message-Id: <200408281931.i7SJVAtL017973@repoman.freebsd.org> From: Ian Dowse <iedowse@FreeBSD.org> Date: Sat, 28 Aug 2004 19:31:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/kldxref ef.c ef.h ef_amd64.c ef_i386.c ef_nop.c ef_obj.c ef_sparc64.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 19:31:10 -0000 iedowse 2004-08-28 19:31:10 UTC FreeBSD src repository Modified files: usr.sbin/kldxref ef.c ef.h ef_amd64.c ef_i386.c ef_nop.c ef_obj.c ef_sparc64.c Log: Explicitly pass in the relocation base and data offset into ef_reloc() rather than relying on a trick that happens to work for the current relocation schemes. Also add some comments and improve variable naming. Revision Changes Path 1.8 +2 -2 src/usr.sbin/kldxref/ef.c 1.5 +2 -2 src/usr.sbin/kldxref/ef.h 1.2 +13 -10 src/usr.sbin/kldxref/ef_amd64.c 1.2 +13 -10 src/usr.sbin/kldxref/ef_i386.c 1.3 +2 -2 src/usr.sbin/kldxref/ef_nop.c 1.3 +10 -7 src/usr.sbin/kldxref/ef_obj.c 1.3 +12 -10 src/usr.sbin/kldxref/ef_sparc64.c From owner-cvs-all@FreeBSD.ORG Sat Aug 28 19:40:03 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B705D16A4CE; Sat, 28 Aug 2004 19:40:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98DBB43D58; Sat, 28 Aug 2004 19:40:03 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SJe30D018216; Sat, 28 Aug 2004 19:40:03 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SJe3P0018215; Sat, 28 Aug 2004 19:40:03 GMT (envelope-from ru) Message-Id: <200408281940.i7SJe3P0018215@repoman.freebsd.org> From: Ruslan Ermilov <ru@FreeBSD.org> Date: Sat, 28 Aug 2004 19:40:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 19:40:03 -0000 ru 2004-08-28 19:40:03 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: Fixed untested change. Revision Changes Path 1.1267 +1 -1 src/sys/conf/NOTES From owner-cvs-all@FreeBSD.ORG Sat Aug 28 19:43:50 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 670A916A4CE; Sat, 28 Aug 2004 19:43:50 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id B00B843D55; Sat, 28 Aug 2004 19:43:49 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i7SJgXAs029608; Sat, 28 Aug 2004 13:42:34 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 28 Aug 2004 13:42:35 -0600 (MDT) Message-Id: <20040828.134235.104032976.imp@bsdimp.com> To: doconnor@gsoft.com.au From: "M. Warner Losh" <imp@bsdimp.com> In-Reply-To: <200408281602.44292.doconnor@gsoft.com.au> References: <412FC97D.7A25D5D5@freebsd.org> <20040827.184726.104031839.imp@bsdimp.com> <200408281602.44292.doconnor@gsoft.com.au> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: src-committers@freebsd.org cc: andre@freebsd.org cc: brian@Awfulhak.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org cc: gibbs@freebsd.org Subject: Re: cvs commit: src/sys/isa psm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 19:43:50 -0000 In message: <200408281602.44292.doconnor@gsoft.com.au> "Daniel O'Connor" <doconnor@gsoft.com.au> writes: : -----BEGIN PGP SIGNED MESSAGE----- : Hash: SHA1 : : On Sat, 28 Aug 2004 10:17, M. Warner Losh wrote: : > bit 0 (FAIL_IF_NO_KBD) : > By default the atkbd driver will install even if a keyboard is : > not actually connected to the system. This option prevents the driver from : > being installed in this situation. : > : > so you must make sure bit 0 isn't set in the hint.atkbd.0.flags hint. : > For a while it was set in the default hints file. : : This prevents USB keyboards from working (I think) because the system will : only talk to it's (possibly not connected) PS/2 keyboard even when you plug a : USB one in.. : : (Or maybe that's been fixed :) It doesn't prevent usb keyboards from working, you can always use the kbdcontrol to set the usb keyboard as the primary one. Warner From owner-cvs-all@FreeBSD.ORG Sat Aug 28 19:45:49 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9037616A4CE; Sat, 28 Aug 2004 19:45:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F70643D31; Sat, 28 Aug 2004 19:45:49 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SJjnAN018449; Sat, 28 Aug 2004 19:45:49 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SJjnkB018448; Sat, 28 Aug 2004 19:45:49 GMT (envelope-from ume) Message-Id: <200408281945.i7SJjnkB018448@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Sat, 28 Aug 2004 19:45:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/pips800 Makefile.pips X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 19:45:49 -0000 ume 2004-08-28 19:45:49 UTC FreeBSD ports repository Modified files: print/pips800 Makefile.pips Log: suppress leading zero. Revision Changes Path 1.13 +12 -11 ports/print/pips800/Makefile.pips From owner-cvs-all@FreeBSD.ORG Sat Aug 28 19:49:00 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1812716A4CE; Sat, 28 Aug 2004 19:49:00 +0000 (GMT) Received: from mail-gw1.york.ac.uk (mail-gw1.york.ac.uk [144.32.128.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D20443D45; Sat, 28 Aug 2004 19:48:59 +0000 (GMT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from ury.york.ac.uk (ury.york.ac.uk [144.32.108.81]) by mail-gw1.york.ac.uk (8.12.10/8.12.10) with ESMTP id i7SJmvFO022103; Sat, 28 Aug 2004 20:48:57 +0100 (BST) Received: from ury.york.ac.uk (localhost.york.ac.uk [127.0.0.1]) by ury.york.ac.uk (8.12.9p2/8.12.9) with ESMTP id i7SJmvMu078167; Sat, 28 Aug 2004 20:48:57 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from localhost (gavin@localhost)i7SJmvmc078164; Sat, 28 Aug 2004 20:48:57 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: ury.york.ac.uk: gavin owned process doing -bs Date: Sat, 28 Aug 2004 20:48:57 +0100 (BST) From: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk> X-X-Sender: gavin@ury.york.ac.uk To: Hiroki Sato <hrs@freebsd.org> In-Reply-To: <200408281904.i7SJ4huM017131@repoman.freebsd.org> Message-ID: <20040828204819.M76837@ury.york.ac.uk> References: <200408281904.i7SJ4huM017131@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin.atkinson@ury.york.ac.uk cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/installation/common trouble.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 19:49:00 -0000 On Sat, 28 Aug 2004, Hiroki Sato wrote: > hrs 2004-08-28 19:04:43 UTC > Modified files: > release/doc/en_US.ISO8859-1/installation/common trouble.sgml > Log: > In 5.x, a device hint is used instead of a device flag > and UserConfig. > > Submitted by: Gavin Atkinson (gavin.atkinson at ury dot york dot ac dot uk) > PR: docs/66980 Thanks! Gavin From owner-cvs-all@FreeBSD.ORG Sat Aug 28 19:53:47 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F77816A4CE; Sat, 28 Aug 2004 19:53:47 +0000 (GMT) Received: from green.homeunix.org (pcp04368961pcs.nrockv01.md.comcast.net [69.140.212.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94FEF43D1D; Sat, 28 Aug 2004 19:53:46 +0000 (GMT) (envelope-from green@green.homeunix.org) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.13.1/8.13.1) with ESMTP id i7SJrWtn006081; Sat, 28 Aug 2004 15:53:32 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.13.1/8.13.1/Submit) id i7SJrO49006080; Sat, 28 Aug 2004 15:53:24 -0400 (EDT) (envelope-from green) Date: Sat, 28 Aug 2004 15:53:23 -0400 From: Brian Fundakowski Feldman <green@freebsd.org> To: "M. Warner Losh" <imp@bsdimp.com> Message-ID: <20040828195323.GB1047@green.homeunix.org> References: <412FC97D.7A25D5D5@freebsd.org> <20040827.184726.104031839.imp@bsdimp.com> <200408281602.44292.doconnor@gsoft.com.au> <20040828.134235.104032976.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040828.134235.104032976.imp@bsdimp.com> User-Agent: Mutt/1.5.6i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: andre@freebsd.org cc: cvs-all@freebsd.org cc: brian@Awfulhak.org cc: gibbs@freebsd.org Subject: Re: cvs commit: src/sys/isa psm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 19:53:47 -0000 On Sat, Aug 28, 2004 at 01:42:35PM -0600, M. Warner Losh wrote: > In message: <200408281602.44292.doconnor@gsoft.com.au> > "Daniel O'Connor" <doconnor@gsoft.com.au> writes: > : -----BEGIN PGP SIGNED MESSAGE----- > : Hash: SHA1 > : > : On Sat, 28 Aug 2004 10:17, M. Warner Losh wrote: > : > bit 0 (FAIL_IF_NO_KBD) > : > By default the atkbd driver will install even if a keyboard is > : > not actually connected to the system. This option prevents the driver from > : > being installed in this situation. > : > > : > so you must make sure bit 0 isn't set in the hint.atkbd.0.flags hint. > : > For a while it was set in the default hints file. > : > : This prevents USB keyboards from working (I think) because the system will > : only talk to it's (possibly not connected) PS/2 keyboard even when you plug a > : USB one in.. > : > : (Or maybe that's been fixed :) > > It doesn't prevent usb keyboards from working, you can always use the > kbdcontrol to set the usb keyboard as the primary one. See the keyboard directive I recently added to rc.conf(5). -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-all@FreeBSD.ORG Sat Aug 28 19:54:50 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE3E316A4CE; Sat, 28 Aug 2004 19:54:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE5AD43D39; Sat, 28 Aug 2004 19:54:50 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SJsoY5018659; Sat, 28 Aug 2004 19:54:50 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SJsojG018658; Sat, 28 Aug 2004 19:54:50 GMT (envelope-from kensmith) Message-Id: <200408281954.i7SJsojG018658@repoman.freebsd.org> From: Ken Smith <kensmith@FreeBSD.org> Date: Sat, 28 Aug 2004 19:54:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/md md.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 19:54:51 -0000 kensmith 2004-08-28 19:54:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/md md.c Log: Back out the MFC done as rev 1.127.2.1. It seems to fix the problem of mdconfig returning before the device's name appears in /dev but it seems to cause a worse problem. When booting the installation media (CD or boot floppies) the system hangs after the device probes, at the point it should be trying to mount a MD-based filesystem as its root filesystem. Backing out this patch solves that problem, allowing it to proceed to the sysinstall menu. Approved by: re (rwatson) Revision Changes Path 1.127.2.2 +0 -1 src/sys/dev/md/md.c From owner-cvs-all@FreeBSD.ORG Sat Aug 28 19:59:54 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EC4316A4CE; Sat, 28 Aug 2004 19:59:54 +0000 (GMT) Received: from electra.cse.Buffalo.EDU (electra.cse.Buffalo.EDU [128.205.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3965243D70; Sat, 28 Aug 2004 19:59:54 +0000 (GMT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from electra.cse.Buffalo.EDU (kensmith@localhost [127.0.0.1]) i7SJxrTH028332; Sat, 28 Aug 2004 15:59:53 -0400 (EDT) Received: (from kensmith@localhost) by electra.cse.Buffalo.EDU (8.12.10/8.12.9/Submit) id i7SJxr8P028331; Sat, 28 Aug 2004 15:59:53 -0400 (EDT) Date: Sat, 28 Aug 2004 15:59:53 -0400 From: Ken Smith <kensmith@cse.Buffalo.EDU> To: Ken Smith <kensmith@FreeBSD.org> Message-ID: <20040828195953.GE26424@electra.cse.Buffalo.EDU> References: <200408281954.i7SJsojG018658@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408281954.i7SJsojG018658@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/md md.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 19:59:54 -0000 On Sat, Aug 28, 2004 at 07:54:50PM +0000, Ken Smith wrote: > kensmith 2004-08-28 19:54:50 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_5) > sys/dev/md md.c > Log: > Back out the MFC done as rev 1.127.2.1. It seems to fix the problem of > mdconfig returning before the device's name appears in /dev but it seems > to cause a worse problem. When booting the installation media (CD or > boot floppies) the system hangs after the device probes, at the point > it should be trying to mount a MD-based filesystem as its root filesystem. > Backing out this patch solves that problem, allowing it to proceed to > the sysinstall menu. > > Approved by: re (rwatson) > > Revision Changes Path > 1.127.2.2 +0 -1 src/sys/dev/md/md.c At this point I don't intend to touch HEAD. I still would like to see the original problem fixed and I'm guessing that the original change is on the right pathway to fixing it. Just a little more care or something? Colin/Poul-Henning, do you mind checking into why the call to g_waitidle() seems to cause problems using an md device as a root filesystem during install? Thanks... -- Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | From owner-cvs-all@FreeBSD.ORG Sat Aug 28 20:20:40 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F257916A4CE; Sat, 28 Aug 2004 20:20:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D35AD43D39; Sat, 28 Aug 2004 20:20:39 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SKKdZV019445; Sat, 28 Aug 2004 20:20:39 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SKKdEC019443; Sat, 28 Aug 2004 20:20:39 GMT (envelope-from dougb) Message-Id: <200408282020.i7SKKdEC019443@repoman.freebsd.org> From: Doug Barton <dougb@FreeBSD.org> Date: Sat, 28 Aug 2004 20:20:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/pico Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 20:20:40 -0000 dougb 2004-08-28 20:20:39 UTC FreeBSD ports repository Modified files: editors/pico Makefile distinfo Log: Update to use the Pine 4.61 sources. Revision Changes Path 1.15 +1 -1 ports/editors/pico/Makefile 1.11 +2 -2 ports/editors/pico/distinfo From owner-cvs-all@FreeBSD.ORG Sat Aug 28 20:25:34 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77FAA16A4CE; Sat, 28 Aug 2004 20:25:34 +0000 (GMT) Received: from electra.cse.Buffalo.EDU (electra.cse.Buffalo.EDU [128.205.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2348C43D1F; Sat, 28 Aug 2004 20:25:34 +0000 (GMT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from electra.cse.Buffalo.EDU (kensmith@localhost [127.0.0.1]) i7SKPXTH028884; Sat, 28 Aug 2004 16:25:33 -0400 (EDT) Received: (from kensmith@localhost) by electra.cse.Buffalo.EDU (8.12.10/8.12.9/Submit) id i7SKPXAl028883; Sat, 28 Aug 2004 16:25:33 -0400 (EDT) Date: Sat, 28 Aug 2004 16:25:33 -0400 From: Ken Smith <kensmith@cse.Buffalo.EDU> To: Colin Percival <colin.percival@wadham.ox.ac.uk> Message-ID: <20040828202532.GH26424@electra.cse.Buffalo.EDU> References: <200408281954.i7SJsojG018658@repoman.freebsd.org> <20040828195953.GE26424@electra.cse.Buffalo.EDU> <6.1.0.6.1.20040828130357.0387c878@popserver.sfu.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6.1.0.6.1.20040828130357.0387c878@popserver.sfu.ca> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: Ken Smith <kensmith@cse.Buffalo.EDU> cc: cvs-all@FreeBSD.org cc: Ken Smith <kensmith@FreeBSD.org> cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/md md.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 20:25:34 -0000 On Sat, Aug 28, 2004 at 01:08:30PM -0700, Colin Percival wrote: > At 12:59 28/08/2004, Ken Smith wrote: > >On Sat, Aug 28, 2004 at 07:54:50PM +0000, Ken Smith wrote: > >> Back out the MFC done as rev 1.127.2.1. It seems to fix the problem of > >> mdconfig returning before the device's name appears in /dev but it seems > >> to cause a worse problem. When booting the installation media (CD or > >> boot floppies) the system hangs after the device probes, at the point > >> it should be trying to mount a MD-based filesystem as its root filesystem. > > > >Colin/Poul-Henning, do you mind checking into why the call to > >g_waitidle() seems to cause problems using an md device as a root > >filesystem during install? > > I'm guessing that at this point in the boot process, geom > hasn't reached the stage of being able to look at events > and do something with them. > > I suspect that replacing > g_waitidle(); > with > if (sc->type != MD_PRELOAD) > g_waitidle(); > will fix this problem; I'll test and commit this later. > Thanks! Sorry for blind-siding you guys with this but it was getting in the way of getting BETA2 completed which needed to be based on what's in RELENG_5. The backout of the MFC seemed like the best way to handle it. :-( -- Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | From owner-cvs-all@FreeBSD.ORG Sat Aug 28 20:27:12 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A910316A4CE; Sat, 28 Aug 2004 20:27:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 788B543D62; Sat, 28 Aug 2004 20:27:12 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SKRCM3019609; Sat, 28 Aug 2004 20:27:12 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SKRCHp019608; Sat, 28 Aug 2004 20:27:12 GMT (envelope-from alc) Message-Id: <200408282027.i7SKRCHp019608@repoman.freebsd.org> From: Alan Cox <alc@FreeBSD.org> Date: Sat, 28 Aug 2004 20:27:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/powerpc pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 20:27:12 -0000 alc 2004-08-28 20:27:12 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc pmap.c Log: Eliminate unnecessary indirection. Revision Changes Path 1.88 +2 -2 src/sys/powerpc/powerpc/pmap.c From owner-cvs-all@FreeBSD.ORG Sat Aug 28 20:30:05 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C0F316A4CE; Sat, 28 Aug 2004 20:30:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D59243D45; Sat, 28 Aug 2004 20:30:05 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SKU5GO019679; Sat, 28 Aug 2004 20:30:05 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SKU4PS019678; Sat, 28 Aug 2004 20:30:04 GMT (envelope-from sem) Message-Id: <200408282030.i7SKU4PS019678@repoman.freebsd.org> From: Sergey Matveychuk <sem@FreeBSD.org> Date: Sat, 28 Aug 2004 20:30:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/xerces-c2/files patch-ac X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 20:30:05 -0000 sem 2004-08-28 20:30:04 UTC FreeBSD ports repository Added files: textproc/xerces-c2/files patch-ac Log: Fix build with gcc 3.4 PR: ports/71085 Submitted by: maintainer Revision Changes Path 1.1 +19 -0 ports/textproc/xerces-c2/files/patch-ac (new) From owner-cvs-all@FreeBSD.ORG Sat Aug 28 20:31:49 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B22916A4CE; Sat, 28 Aug 2004 20:31:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC68A43D2F; Sat, 28 Aug 2004 20:31:48 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SKVmDX019835; Sat, 28 Aug 2004 20:31:48 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SKVm4M019834; Sat, 28 Aug 2004 20:31:48 GMT (envelope-from sem) Message-Id: <200408282031.i7SKVm4M019834@repoman.freebsd.org> From: Sergey Matveychuk <sem@FreeBSD.org> Date: Sat, 28 Aug 2004 20:31:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/ftp/wzdftpd Makefile distinfo pkg-plist ports/ftp/wzdftpd/files patch-src-wzd_ServerThread.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 20:31:49 -0000 sem 2004-08-28 20:31:48 UTC FreeBSD ports repository Modified files: ftp/wzdftpd Makefile distinfo pkg-plist ftp/wzdftpd/files patch-src-wzd_ServerThread.c Log: - Update to 0.4.0 - Use OPTIONS - Install documentation in more correct way PR: ports/71021 Submitted by: maintainer Revision Changes Path 1.12 +29 -21 ports/ftp/wzdftpd/Makefile 1.7 +2 -2 ports/ftp/wzdftpd/distinfo 1.2 +4 -4 ports/ftp/wzdftpd/files/patch-src-wzd_ServerThread.c 1.7 +35 -10 ports/ftp/wzdftpd/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Aug 28 20:51:36 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE36616A4CE; Sat, 28 Aug 2004 20:51:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A454043D46; Sat, 28 Aug 2004 20:51:36 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SKpaGS020615; Sat, 28 Aug 2004 20:51:36 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SKpap2020614; Sat, 28 Aug 2004 20:51:36 GMT (envelope-from sem) Message-Id: <200408282051.i7SKpap2020614@repoman.freebsd.org> From: Sergey Matveychuk <sem@FreeBSD.org> Date: Sat, 28 Aug 2004 20:51:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/squid Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 20:51:36 -0000 sem 2004-08-28 20:51:36 UTC FreeBSD ports repository Modified files: www/squid Makefile distinfo Log: Integrate vendor patches for the following issues: - close a memory leak when NTLM authentication without challenge reuse is used (squid bug #994) - close a temporary memory leak when NTLM challenge response reuse is enabled (squid bug #910) - when performing log rotation with 'squid -k rotate' do not crash if a swap state file or a cache directory is unwriteable (squid bug #1053) See <http://www.squid-cache.org/Versions/v2/2.5/bugs/> for further information. PR: ports/71082 Submitted by: maintainer Revision Changes Path 1.139 +5 -2 ports/www/squid/Makefile 1.102 +6 -0 ports/www/squid/distinfo From owner-cvs-all@FreeBSD.ORG Sat Aug 28 21:09:54 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ABA316A4CE; Sat, 28 Aug 2004 21:09:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 707F143D58; Sat, 28 Aug 2004 21:09:54 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SL9sKQ021103; Sat, 28 Aug 2004 21:09:54 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SL9sXE021102; Sat, 28 Aug 2004 21:09:54 GMT (envelope-from sem) Message-Id: <200408282109.i7SL9sXE021102@repoman.freebsd.org> From: Sergey Matveychuk <sem@FreeBSD.org> Date: Sat, 28 Aug 2004 21:09:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/kazehakase Makefile distinfo pkg-message pkg-plist ports/www/kazehakase/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 21:09:54 -0000 sem 2004-08-28 21:09:54 UTC FreeBSD ports repository Modified files: www/kazehakase Makefile distinfo pkg-plist www/kazehakase/files patch-configure Added files: www/kazehakase pkg-message Log: - Update to 0.1.9 Changes * Thumbnail support * Recent closed tabs * Toggle proxy use action * Options for history search * Undo/Redo * Fixed crash in attempting to search in the detailed preference PR: ports/71088 Submitted by: maintainer Revision Changes Path 1.2 +28 -3 ports/www/kazehakase/Makefile 1.2 +2 -2 ports/www/kazehakase/distinfo 1.2 +0 -13 ports/www/kazehakase/files/patch-configure 1.1 +4 -0 ports/www/kazehakase/pkg-message (new) 1.2 +6 -1 ports/www/kazehakase/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Aug 28 21:11:52 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84BDB16A4CE; Sat, 28 Aug 2004 21:11:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63A2D43D5A; Sat, 28 Aug 2004 21:11:52 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SLBqgx021222; Sat, 28 Aug 2004 21:11:52 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SLBql5021221; Sat, 28 Aug 2004 21:11:52 GMT (envelope-from wilko) Message-Id: <200408282111.i7SLBql5021221@repoman.freebsd.org> From: Wilko Bulte <wilko@FreeBSD.org> Date: Sat, 28 Aug 2004 21:11:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/alpha proc-alpha.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 21:11:52 -0000 wilko 2004-08-28 21:11:52 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/alpha proc-alpha.sgml Log: Now that I discovered that 164SX SRM recognises Intel 8255x NICs and allows them to be net booted lets document that fact. Revision Changes Path 1.71 +5 -3 src/release/doc/en_US.ISO8859-1/hardware/alpha/proc-alpha.sgml From owner-cvs-all@FreeBSD.ORG Sat Aug 28 21:13:09 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 855E916A4D0 for <cvs-all@FreeBSD.org>; Sat, 28 Aug 2004 21:13:09 +0000 (GMT) Received: from mail09.svc.cra.dublin.eircom.net (mail09.svc.cra.dublin.eircom.net [159.134.118.25]) by mx1.FreeBSD.org (Postfix) with SMTP id B345243D46 for <cvs-all@FreeBSD.org>; Sat, 28 Aug 2004 21:13:08 +0000 (GMT) (envelope-from peadar@freebsd.org) Received: (qmail 58343 messnum 2002780 invoked from network[83.70.94.130/83-70-94-130.bas1.mvw.galway.eircom.net]); 28 Aug 2004 21:13:07 -0000 Received: from 83-70-94-130.bas1.mvw.galway.eircom.net (HELO freebsd.org) (83.70.94.130) by mail09.svc.cra.dublin.eircom.net (qp 58343) with SMTP; 28 Aug 2004 21:13:07 -0000 Message-ID: <4130F559.5040502@freebsd.org> Date: Sat, 28 Aug 2004 22:12:57 +0100 From: Peter Edwards <peadar@freebsd.org> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040424 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ken Smith <kensmith@cse.Buffalo.EDU> References: <200408281954.i7SJsojG018658@repoman.freebsd.org> <20040828195953.GE26424@electra.cse.Buffalo.EDU> In-Reply-To: <20040828195953.GE26424@electra.cse.Buffalo.EDU> Content-Type: multipart/mixed; boundary="------------050005030807020103090109" cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Ken Smith <kensmith@FreeBSD.org> Subject: Re: cvs commit: src/sys/dev/md md.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 21:13:09 -0000 This is a multi-part message in MIME format. --------------050005030807020103090109 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Ken Smith wrote: >On Sat, Aug 28, 2004 at 07:54:50PM +0000, Ken Smith wrote: > > >>kensmith 2004-08-28 19:54:50 UTC >> >> FreeBSD src repository >> >> Modified files: (Branch: RELENG_5) >> sys/dev/md md.c >> Log: >> Back out the MFC done as rev 1.127.2.1. It seems to fix the problem of >> mdconfig returning before the device's name appears in /dev but it seems >> to cause a worse problem. When booting the installation media (CD or >> boot floppies) the system hangs after the device probes, at the point >> it should be trying to mount a MD-based filesystem as its root filesystem. >> Backing out this patch solves that problem, allowing it to proceed to >> the sysinstall menu. >> >> Approved by: re (rwatson) >> >> Revision Changes Path >> 1.127.2.2 +0 -1 src/sys/dev/md/md.c >> >> > >At this point I don't intend to touch HEAD. I still would like to >see the original problem fixed and I'm guessing that the original >change is on the right pathway to fixing it. Just a little more >care or something? > >Colin/Poul-Henning, do you mind checking into why the call to >g_waitidle() seems to cause problems using an md device as a root >filesystem during install? > >Thanks... > > > I stumbled on this some time ago. The problem, I think, is that the GEOM event thread, although created by g_init() , isn't making progress during the boot process (might be a bit early for the scheduler, I suppose). So, you can queue events to it, but can't expect a response that early on. I originally had the problem because /dev/mdctl gets created by the g_md_init() routine, which is also called via the event thread: the kldload() from mdconfig can return without /dev/mdctl actually being created; I suppose this is a little different from the tasting problem fixed by md.c 1.128. The fix for my particular problem was to get GEOM to wait for the event to be acknowledged before returning from the MOD_LOAD modevent. Working-but-evil hack attached. --------------050005030807020103090109 Content-Type: text/plain; name="geomhack.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="geomhack.txt" Index: geom/geom_int.h =================================================================== RCS file: /usr/cvs/FreeBSD-CVS/src/sys/geom/geom_int.h,v retrieving revision 1.28 diff -u -r1.28 geom_int.h --- geom/geom_int.h 8 Jul 2004 16:17:14 -0000 1.28 +++ geom/geom_int.h 17 Jul 2004 12:37:28 -0000 @@ -83,6 +83,7 @@ /* geom_kern.c / geom_kernsim.c */ void g_init(void); extern int g_shutdown; +extern int g_boot; /* geom_ctl.c */ void g_ctl_init(void); Index: geom/geom_kern.c =================================================================== RCS file: /usr/cvs/FreeBSD-CVS/src/sys/geom/geom_kern.c,v retrieving revision 1.34 diff -u -r1.34 geom_kern.c --- geom/geom_kern.c 10 Feb 2004 10:54:19 -0000 1.34 +++ geom/geom_kern.c 12 May 2004 23:24:22 -0000 @@ -61,6 +61,7 @@ int g_debugflags; int g_collectstats = 1; int g_shutdown; +int g_boot = 1; /* * G_UP and G_DOWN are the two threads which push I/O through the @@ -130,6 +131,7 @@ mtx_assert(&Giant, MA_NOTOWNED); tp->td_base_pri = PRIBIO; + g_boot = 0; for(;;) { g_run_events(); tsleep(&g_wait_event, PRIBIO, "-", hz/10); Index: geom/geom_subr.c =================================================================== RCS file: /usr/cvs/FreeBSD-CVS/src/sys/geom/geom_subr.c,v retrieving revision 1.81 diff -u -r1.81 geom_subr.c --- geom/geom_subr.c 8 Aug 2004 08:34:46 -0000 1.81 +++ geom/geom_subr.c 17 Aug 2004 23:05:05 -0000 @@ -60,6 +60,7 @@ struct g_hh00 { struct g_class *mp; int error; + int boot; }; /* @@ -81,7 +82,8 @@ hh = arg; mp = hh->mp; - g_free(hh); + if (hh->boot) + g_free(hh); g_trace(G_T_TOPOLOGY, "g_load_class(%s)", mp->name); KASSERT(mp->name != NULL && *mp->name != '\0', ("GEOM class has no name")); @@ -195,8 +197,27 @@ switch (type) { case MOD_LOAD: g_trace(G_T_TOPOLOGY, "g_modevent(%s, LOAD)", hh->mp->name); - g_post_event(g_load_class, hh, M_WAITOK, NULL); - error = 0; + hh->boot = g_boot; + if (hh->boot) { + /* + * Before GEOM is fully up, we can't rely on + * the event thread to be alive, and need to + * avoid deadlock. + */ + g_post_event(g_load_class, hh, M_WAITOK, NULL); + error = 0; + } else { + /* + * Once booted, its best to ensure that a + * userland return from kldload(2) means that + * the module is actually loaded. + */ + error = g_waitfor_event(g_load_class, hh, M_WAITOK, + NULL); + if (error == 0) + error = hh->error; + g_free(hh); + } break; case MOD_UNLOAD: g_trace(G_T_TOPOLOGY, "g_modevent(%s, UNLOAD)", hh->mp->name); --------------050005030807020103090109-- From owner-cvs-all@FreeBSD.ORG Sat Aug 28 21:17:24 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81BA916A4CE; Sat, 28 Aug 2004 21:17:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6104B43D64; Sat, 28 Aug 2004 21:17:24 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SLHOeW021391; Sat, 28 Aug 2004 21:17:24 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SLHOv6021390; Sat, 28 Aug 2004 21:17:24 GMT (envelope-from wilko) Message-Id: <200408282117.i7SLHOv6021390@repoman.freebsd.org> From: Wilko Bulte <wilko@FreeBSD.org> Date: Sat, 28 Aug 2004 21:17:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/alpha proc-alpha.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 21:17:24 -0000 wilko 2004-08-28 21:17:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/hardware/alpha proc-alpha.sgml Log: Now that I discovered that 164SX SRM recognises Intel 8255x NICs and allows them to be net booted lets document that fact. Revision Changes Path 1.13.2.45 +5 -3 src/release/doc/en_US.ISO8859-1/hardware/alpha/proc-alpha.sgml From owner-cvs-all@FreeBSD.ORG Sat Aug 28 21:19:16 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 680) id 9681F16A4CF; Sat, 28 Aug 2004 21:19:16 +0000 (GMT) Date: Sat, 28 Aug 2004 21:19:16 +0000 From: Darren Reed <darrenr@hub.freebsd.org> To: Max Laier <max@love2party.net> Message-ID: <20040828211916.GA63019@hub.freebsd.org> References: <200408271516.i7RFGO8L061926@repoman.freebsd.org> <200408272253.14317.max@love2party.net> <20040828164043.GA86995@hub.freebsd.org> <200408281950.33363.max@love2party.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408281950.33363.max@love2party.net> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Andre Oppermann <andre@freebsd.org> cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 ipfirewall.4 src/share/man/man9 pfil.9 src/sys/alpha/conf GENERIC src/sys/amd64/conf GENERIC src/sys/conf NOTES files options src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC SKI src/sys/modules/bridge Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 21:19:16 -0000 On Sat, Aug 28, 2004 at 07:50:26PM +0200, Max Laier wrote: > > > The check inside pfil_run_hooks() was introduced > > > before PFIL_HOOKS got part of GENERIC to avoid the lock operation for > > > empty hooks. It is okay to remove it now that we do the check earlier. A > > > wrapper is called for, nontheless! > > > > Right, it needs removing and wasn't - just don't say it is right how it is. > > Never did. Though I really do not belive that it incurres a performance loss > as ph_busy_count will be cached together with ph_want_write anyway ... stupid > micro-optimizations ... It's not micro-optimising that I'm worried about, it's that checking the same thing twice in a row being suggestive that someone is changing code without having a full grasp of what they're doing. > > I wonder if ph_busy_lock could be made to disappear and its use replaced > > with a check for TAILQ_EMPTY() ? This would nto require a lock/unlock. > > While TAILQ_EMPTY is okay it'd require a direction lookup and that would > result in more overhead ... It shouldnt. Despite the macro taking a pointer, the tailq head is in the pfil_head struct, itself, so the end result should be the same as checking ph_busy_count ? Oh, except for 64bit systems ;) Darren From owner-cvs-all@FreeBSD.ORG Sat Aug 28 21:31:56 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F78416A4CE; Sat, 28 Aug 2004 21:31:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E77D43D31; Sat, 28 Aug 2004 21:31:56 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SLVuUa021749; Sat, 28 Aug 2004 21:31:56 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SLVu8X021748; Sat, 28 Aug 2004 21:31:56 GMT (envelope-from pav) Message-Id: <200408282131.i7SLVu8X021748@repoman.freebsd.org> From: Pav Lucistnik <pav@FreeBSD.org> Date: Sat, 28 Aug 2004 21:31:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/psvn Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 21:31:56 -0000 pav 2004-08-28 21:31:56 UTC FreeBSD ports repository Modified files: devel/psvn Makefile distinfo Log: - Update to 10727 PR: ports/71009 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (maintainer) Revision Changes Path 1.5 +1 -1 ports/devel/psvn/Makefile 1.5 +2 -2 ports/devel/psvn/distinfo From owner-cvs-all@FreeBSD.ORG Sat Aug 28 21:42:16 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41FC716A4CE; Sat, 28 Aug 2004 21:42:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2312B43D5F; Sat, 28 Aug 2004 21:42:16 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SLgGfV022083; Sat, 28 Aug 2004 21:42:16 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SLgGHZ022082; Sat, 28 Aug 2004 21:42:16 GMT (envelope-from wilko) Message-Id: <200408282142.i7SLgGHZ022082@repoman.freebsd.org> From: Wilko Bulte <wilko@FreeBSD.org> Date: Sat, 28 Aug 2004 21:42:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 21:42:16 -0000 wilko 2004-08-28 21:42:16 UTC FreeBSD src repository Modified files: sys/alpha/conf GENERIC Log: Stop pretending: TurboLaser support is really broken. MFC after: 2 days Revision Changes Path 1.176 +2 -1 src/sys/alpha/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Sat Aug 28 21:46:12 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E7E116A4CE; Sat, 28 Aug 2004 21:46:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1E6C43D41; Sat, 28 Aug 2004 21:46:11 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SLkBUh022273; Sat, 28 Aug 2004 21:46:11 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SLkBB3022272; Sat, 28 Aug 2004 21:46:11 GMT (envelope-from ume) Message-Id: <200408282146.i7SLkBB3022272@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Sat, 28 Aug 2004 21:46:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/pips800 Makefile.pipsports/print/pips800/files extra-patch-2.6.2-common extra-patch-2.6.2-ekpstm::main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 21:46:12 -0000 ume 2004-08-28 21:46:11 UTC FreeBSD ports repository Modified files: print/pips800 Makefile.pips print/pips800/files extra-patch-2.6.2-common Added files: print/pips800/files extra-patch-2.6.2-ekpstm::main.c Log: more for PX-G900. Revision Changes Path 1.14 +14 -7 ports/print/pips800/Makefile.pips 1.3 +0 -12 ports/print/pips800/files/extra-patch-2.6.2-common 1.1 +12 -0 ports/print/pips800/files/extra-patch-2.6.2-ekpstm::main.c (new) From owner-cvs-all@FreeBSD.ORG Sat Aug 28 21:47:25 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 224CD16A4CE; Sat, 28 Aug 2004 21:47:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0057743D5D; Sat, 28 Aug 2004 21:47:25 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SLlOIl022315; Sat, 28 Aug 2004 21:47:24 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SLlOaB022314; Sat, 28 Aug 2004 21:47:24 GMT (envelope-from wilko) Message-Id: <200408282147.i7SLlOaB022314@repoman.freebsd.org> From: Wilko Bulte <wilko@FreeBSD.org> Date: Sat, 28 Aug 2004 21:47:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/conf NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 21:47:25 -0000 wilko 2004-08-28 21:47:24 UTC FreeBSD src repository Modified files: sys/alpha/conf NOTES Log: Stop pretending: TurboLaser support is really broken MFC after: 2 days Revision Changes Path 1.155 +2 -1 src/sys/alpha/conf/NOTES From owner-cvs-all@FreeBSD.ORG Sat Aug 28 21:49:34 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E29816A4CE; Sat, 28 Aug 2004 21:49:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C1B343D6D; Sat, 28 Aug 2004 21:49:34 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SLnY0Z022421; Sat, 28 Aug 2004 21:49:34 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SLnYBF022420; Sat, 28 Aug 2004 21:49:34 GMT (envelope-from ume) Message-Id: <200408282149.i7SLnYBF022420@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Sat, 28 Aug 2004 21:49:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print Makefile ports/print/pipsg900 Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 21:49:34 -0000 ume 2004-08-28 21:49:34 UTC FreeBSD ports repository Modified files: print Makefile Added files: print/pipsg900 Makefile distinfo pkg-descr Log: add slave port for Photo Image Print System for Linux --- EPSON PX-G900. Revision Changes Path 1.335 +1 -0 ports/print/Makefile 1.1 +16 -0 ports/print/pipsg900/Makefile (new) 1.1 +2 -0 ports/print/pipsg900/distinfo (new) 1.1 +7 -0 ports/print/pipsg900/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sat Aug 28 21:49:43 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E089116A4CF; Sat, 28 Aug 2004 21:49:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEC3143D6B; Sat, 28 Aug 2004 21:49:43 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SLnhw9022467; Sat, 28 Aug 2004 21:49:43 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SLnhWT022466; Sat, 28 Aug 2004 21:49:43 GMT (envelope-from ume) Message-Id: <200408282149.i7SLnhWT022466@repoman.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Sat, 28 Aug 2004 21:49:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 21:49:44 -0000 ume 2004-08-28 21:49:43 UTC FreeBSD ports repository Modified files: . modules Log: pipsg900 --> ports/print/pipsg900 Revision Changes Path 1.11008 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Aug 28 21:51:57 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB6BF16A4CE; Sat, 28 Aug 2004 21:51:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6F2343D45; Sat, 28 Aug 2004 21:51:57 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SLpvrd022685; Sat, 28 Aug 2004 21:51:57 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SLpvG1022684; Sat, 28 Aug 2004 21:51:57 GMT (envelope-from pav) Message-Id: <200408282151.i7SLpvG1022684@repoman.freebsd.org> From: Pav Lucistnik <pav@FreeBSD.org> Date: Sat, 28 Aug 2004 21:51:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/cdonkey Makefile distinfo ports/net/cdonkey/files patch-Makefile.in patch-cSocket.cpp patch-cZone.cpp patch-cygwin.h patch-donkey.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 21:51:58 -0000 pav 2004-08-28 21:51:57 UTC FreeBSD ports repository Modified files: net/cdonkey Makefile distinfo net/cdonkey/files patch-Makefile.in patch-cygwin.h Added files: net/cdonkey/files patch-cSocket.cpp patch-cZone.cpp patch-donkey.cpp Log: - Update to 0.9.0 Revision Changes Path 1.7 +2 -3 ports/net/cdonkey/Makefile 1.3 +2 -2 ports/net/cdonkey/distinfo 1.2 +9 -9 ports/net/cdonkey/files/patch-Makefile.in 1.1 +11 -0 ports/net/cdonkey/files/patch-cSocket.cpp (new) 1.1 +10 -0 ports/net/cdonkey/files/patch-cZone.cpp (new) 1.2 +16 -11 ports/net/cdonkey/files/patch-cygwin.h 1.1 +10 -0 ports/net/cdonkey/files/patch-donkey.cpp (new) From owner-cvs-all@FreeBSD.ORG Sat Aug 28 21:54:42 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3CB516A4CE; Sat, 28 Aug 2004 21:54:42 +0000 (GMT) Received: from mail-gw1.york.ac.uk (mail-gw1.york.ac.uk [144.32.128.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31A5F43D39; Sat, 28 Aug 2004 21:54:42 +0000 (GMT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from ury.york.ac.uk (ury.york.ac.uk [144.32.108.81]) by mail-gw1.york.ac.uk (8.12.10/8.12.10) with ESMTP id i7SLsdFO023238; Sat, 28 Aug 2004 22:54:39 +0100 (BST) Received: from ury.york.ac.uk (localhost.york.ac.uk [127.0.0.1]) by ury.york.ac.uk (8.12.9p2/8.12.9) with ESMTP id i7SLsdMu079537; Sat, 28 Aug 2004 22:54:39 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from localhost (gavin@localhost)i7SLsdfk079534; Sat, 28 Aug 2004 22:54:39 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: ury.york.ac.uk: gavin owned process doing -bs Date: Sat, 28 Aug 2004 22:54:39 +0100 (BST) From: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk> X-X-Sender: gavin@ury.york.ac.uk To: Brian Feldman <green@freebsd.org> In-Reply-To: <200408221857.i7MIvf8a039929@repoman.freebsd.org> Message-ID: <20040828224312.R79360@ury.york.ac.uk> References: <200408221857.i7MIvf8a039929@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin.atkinson@ury.york.ac.uk cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/sound/pci maestro.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 21:54:42 -0000 Hi, The commit below fixes sound for me on my Compaq laptop (running RELENG_5_3). Is there any plan to MFC it? Thanks, Gavin On Sun, 22 Aug 2004, Brian Feldman wrote: > green 2004-08-22 18:57:41 UTC > Modified files: > sys/dev/sound/pci maestro.c > Log: > The new contigmalloc code is exposing a lot of misuses of busdma memory > allocation. Notably, in this case, the driver tries to allocate several > pieces of memory and then fails if the pieces allocated after the first > do not come after it physically, and within a specific range (8MB I > believe). Of course, this could just as easily fail for any number of > reasons, but it almost always fails now that contiguous allocations start > at the end of possible specified memory locations rather than the beginning. > > Allocate all the possibly-needed memory up front, even though it's a waste, > to get around this. The least bogus solution would be to take the physical > address from the first allocation and create a new tag that specified that > further allocations must follow it within that 8MB window, then use that > when allocating new channels, but that's left for anyone else that really > feels like doing it. > > Tested by: Erwin Lansing <erwin@lansing.dk> > > Revision Changes Path > 1.24 +15 -21 src/sys/dev/sound/pci/maestro.c From owner-cvs-all@FreeBSD.ORG Sat Aug 28 22:04:34 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22E1916A4CE for <cvs-all@freebsd.org>; Sat, 28 Aug 2004 22:04:34 +0000 (GMT) Received: from green.homeunix.org (pcp04368961pcs.nrockv01.md.comcast.net [69.140.212.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C0F343D41 for <cvs-all@freebsd.org>; Sat, 28 Aug 2004 22:04:33 +0000 (GMT) (envelope-from green@green.homeunix.org) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.13.1/8.13.1) with ESMTP id i7SM4Wd9006943; Sat, 28 Aug 2004 18:04:32 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.13.1/8.13.1/Submit) id i7SM4Wxp006942; Sat, 28 Aug 2004 18:04:32 -0400 (EDT) (envelope-from green) Date: Sat, 28 Aug 2004 18:04:31 -0400 From: Brian Fundakowski Feldman <green@freebsd.org> To: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk> Message-ID: <20040828220431.GD1047@green.homeunix.org> References: <200408221857.i7MIvf8a039929@repoman.freebsd.org> <20040828224312.R79360@ury.york.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040828224312.R79360@ury.york.ac.uk> User-Agent: Mutt/1.5.6i cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/sound/pci maestro.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 22:04:34 -0000 On Sat, Aug 28, 2004 at 10:54:39PM +0100, Gavin Atkinson wrote: > Hi, > > The commit below fixes sound for me on my Compaq laptop (running > RELENG_5_3). Is there any plan to MFC it? Yes, I plan to MFC it in the next day :) -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-all@FreeBSD.ORG Sat Aug 28 22:49:49 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBD3A16A4CE; Sat, 28 Aug 2004 22:49:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9E3643D48; Sat, 28 Aug 2004 22:49:49 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SMnnqZ024416; Sat, 28 Aug 2004 22:49:49 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SMnnkZ024415; Sat, 28 Aug 2004 22:49:49 GMT (envelope-from thierry) Message-Id: <200408282249.i7SMnnkZ024415@repoman.freebsd.org> From: Thierry Thomas <thierry@FreeBSD.org> Date: Sat, 28 Aug 2004 22:49:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/aspell Makefile distinfo pkg-plist pkg-plist.af pkg-plist.az pkg-plist.be pkg-plist.bg pkg-plist.bn pkg-plist.br pkg-plist.ca pkg-plist.cs pkg-plist.cy pkg-plist.da... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 22:49:50 -0000 thierry 2004-08-28 22:49:49 UTC FreeBSD ports repository Modified files: textproc/aspell Makefile distinfo pkg-plist pkg-plist.af pkg-plist.bg pkg-plist.br pkg-plist.ca pkg-plist.cs pkg-plist.cy pkg-plist.da pkg-plist.de pkg-plist.el pkg-plist.en pkg-plist.eo pkg-plist.es pkg-plist.fo pkg-plist.fr pkg-plist.ga pkg-plist.gd pkg-plist.gl pkg-plist.gv pkg-plist.hr pkg-plist.ia pkg-plist.id pkg-plist.is pkg-plist.it pkg-plist.mi pkg-plist.ms pkg-plist.mt pkg-plist.nb pkg-plist.nl pkg-plist.nn pkg-plist.pl pkg-plist.pt pkg-plist.ro pkg-plist.ru pkg-plist.sk pkg-plist.sl pkg-plist.sv pkg-plist.sw pkg-plist.tn pkg-plist.tr pkg-plist.uk pkg-plist.wa pkg-plist.zu textproc/aspell/files patch-Makefile.in patch-configure Added files: textproc/aspell pkg-plist.az pkg-plist.be pkg-plist.bn pkg-plist.et pkg-plist.fi pkg-plist.he pkg-plist.hsb pkg-plist.hu pkg-plist.la pkg-plist.lt pkg-plist.lv pkg-plist.mk pkg-plist.mn pkg-plist.ny pkg-plist.qu pkg-plist.rw pkg-plist.sc pkg-plist.ta pkg-plist.tet pkg-plist.tl pkg-plist.uz pkg-plist.vi pkg-plist.yi textproc/aspell/files verdict Removed files: textproc/aspell/files patch-prog-compress.c Log: - Upgrade to 0.60; - Add dictionaries for Azerbaijani, Belarusian, Bengali, Estonian, Finnish, Hebrew, Hungarian, Kinyarwanda, Latin, Latvian, Lithuanian, Macedonian, Mongolian, Nyanja, Quechua, Sardinian, Tagalog, Tamil, Tetum, Upper Sorbian, Uzbek, Vietnamese, and Yiddish. Revision Changes Path 1.62 +79 -83 ports/textproc/aspell/Makefile 1.33 +76 -30 ports/textproc/aspell/distinfo 1.3 +1610 -10 ports/textproc/aspell/files/patch-Makefile.in 1.4 +23 -7 ports/textproc/aspell/files/patch-configure 1.2 +0 -71 ports/textproc/aspell/files/patch-prog-compress.c (dead) 1.1 +65 -0 ports/textproc/aspell/files/verdict (new) 1.24 +125 -98 ports/textproc/aspell/pkg-plist 1.2 +0 -1 ports/textproc/aspell/pkg-plist.af 1.1 +7 -0 ports/textproc/aspell/pkg-plist.az (new) 1.1 +9 -0 ports/textproc/aspell/pkg-plist.be (new) 1.2 +3 -1 ports/textproc/aspell/pkg-plist.bg 1.1 +6 -0 ports/textproc/aspell/pkg-plist.bn (new) 1.2 +2 -2 ports/textproc/aspell/pkg-plist.br 1.2 +2 -1 ports/textproc/aspell/pkg-plist.ca 1.2 +1 -1 ports/textproc/aspell/pkg-plist.cs 1.2 +1 -1 ports/textproc/aspell/pkg-plist.cy 1.3 +2 -2 ports/textproc/aspell/pkg-plist.da 1.2 +2 -2 ports/textproc/aspell/pkg-plist.de 1.2 +2 -2 ports/textproc/aspell/pkg-plist.el 1.3 +3 -2 ports/textproc/aspell/pkg-plist.en 1.2 +1 -1 ports/textproc/aspell/pkg-plist.eo 1.2 +1 -1 ports/textproc/aspell/pkg-plist.es 1.1 +5 -0 ports/textproc/aspell/pkg-plist.et (new) 1.1 +5 -0 ports/textproc/aspell/pkg-plist.fi (new) 1.2 +3 -3 ports/textproc/aspell/pkg-plist.fo 1.3 +2 -2 ports/textproc/aspell/pkg-plist.fr 1.2 +2 -2 ports/textproc/aspell/pkg-plist.ga 1.2 +2 -2 ports/textproc/aspell/pkg-plist.gd 1.2 +2 -2 ports/textproc/aspell/pkg-plist.gl 1.2 +1 -1 ports/textproc/aspell/pkg-plist.gv 1.1 +7 -0 ports/textproc/aspell/pkg-plist.he (new) 1.3 +1 -1 ports/textproc/aspell/pkg-plist.hr 1.1 +4 -0 ports/textproc/aspell/pkg-plist.hsb (new) 1.1 +5 -0 ports/textproc/aspell/pkg-plist.hu (new) 1.2 +1 -1 ports/textproc/aspell/pkg-plist.ia 1.2 +1 -1 ports/textproc/aspell/pkg-plist.id 1.2 +2 -2 ports/textproc/aspell/pkg-plist.is 1.3 +1 -1 ports/textproc/aspell/pkg-plist.it 1.1 +5 -0 ports/textproc/aspell/pkg-plist.la (new) 1.1 +6 -0 ports/textproc/aspell/pkg-plist.lt (new) 1.1 +5 -0 ports/textproc/aspell/pkg-plist.lv (new) 1.2 +1 -1 ports/textproc/aspell/pkg-plist.mi 1.1 +4 -0 ports/textproc/aspell/pkg-plist.mk (new) 1.1 +6 -0 ports/textproc/aspell/pkg-plist.mn (new) 1.2 +1 -1 ports/textproc/aspell/pkg-plist.ms 1.2 +2 -2 ports/textproc/aspell/pkg-plist.mt 1.2 +5 -3 ports/textproc/aspell/pkg-plist.nb 1.2 +1 -1 ports/textproc/aspell/pkg-plist.nl 1.4 +1 -1 ports/textproc/aspell/pkg-plist.nn 1.1 +6 -0 ports/textproc/aspell/pkg-plist.ny (new) 1.2 +1 -1 ports/textproc/aspell/pkg-plist.pl 1.2 +1 -1 ports/textproc/aspell/pkg-plist.pt 1.1 +5 -0 ports/textproc/aspell/pkg-plist.qu (new) 1.2 +1 -1 ports/textproc/aspell/pkg-plist.ro 1.2 +7 -4 ports/textproc/aspell/pkg-plist.ru 1.1 +3 -0 ports/textproc/aspell/pkg-plist.rw (new) 1.1 +5 -0 ports/textproc/aspell/pkg-plist.sc (new) 1.4 +1 -1 ports/textproc/aspell/pkg-plist.sk 1.2 +1 -1 ports/textproc/aspell/pkg-plist.sl 1.2 +2 -2 ports/textproc/aspell/pkg-plist.sv 1.2 +1 -1 ports/textproc/aspell/pkg-plist.sw 1.1 +6 -0 ports/textproc/aspell/pkg-plist.ta (new) 1.1 +5 -0 ports/textproc/aspell/pkg-plist.tet (new) 1.1 +4 -0 ports/textproc/aspell/pkg-plist.tl (new) 1.2 +1 -1 ports/textproc/aspell/pkg-plist.tn 1.2 +1 -1 ports/textproc/aspell/pkg-plist.tr 1.2 +1 -1 ports/textproc/aspell/pkg-plist.uk 1.1 +6 -0 ports/textproc/aspell/pkg-plist.uz (new) 1.1 +8 -0 ports/textproc/aspell/pkg-plist.vi (new) 1.2 +2 -2 ports/textproc/aspell/pkg-plist.wa 1.1 +6 -0 ports/textproc/aspell/pkg-plist.yi (new) 1.2 +1 -1 ports/textproc/aspell/pkg-plist.zu From owner-cvs-all@FreeBSD.ORG Sat Aug 28 22:50:45 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08CE016A4CE; Sat, 28 Aug 2004 22:50:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE28643D1F; Sat, 28 Aug 2004 22:50:44 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SMoiAP024869; Sat, 28 Aug 2004 22:50:44 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SMoilF024868; Sat, 28 Aug 2004 22:50:44 GMT (envelope-from thierry) Message-Id: <200408282250.i7SMoilF024868@repoman.freebsd.org> From: Thierry Thomas <thierry@FreeBSD.org> Date: Sat, 28 Aug 2004 22:50:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/AbiWord2 Makefile ports/lang/php4 Makefile.ext ports/lang/php5 Makefile.ext ports/mail/balsa Makefile ports/mail/cone Makefile ports/net/simicq Makefile ports/print/cjk-lyx Makefile ports/print/lyx Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 22:50:45 -0000 thierry 2004-08-28 22:50:44 UTC FreeBSD ports repository Modified files: editors/AbiWord2 Makefile lang/php4 Makefile.ext lang/php5 Makefile.ext mail/balsa Makefile mail/cone Makefile net/simicq Makefile print/cjk-lyx Makefile print/lyx Makefile textproc/gnomespell Makefile textproc/ruby-raspell Makefile www/opera Makefile pkg-message www/bluefish-devel Makefile arabic/katoob Makefile polish/ekg Makefile textproc/php5-pspell Makefile textproc/php4-pspell Makefile Log: Chase libaspell to aspell.16. Revision Changes Path 1.9 +3 -3 ports/arabic/katoob/Makefile 1.95 +2 -1 ports/editors/AbiWord2/Makefile 1.5 +1 -1 ports/lang/php4/Makefile.ext 1.8 +1 -1 ports/lang/php5/Makefile.ext 1.81 +2 -1 ports/mail/balsa/Makefile 1.10 +2 -1 ports/mail/cone/Makefile 1.18 +2 -2 ports/net/simicq/Makefile 1.15 +2 -2 ports/polish/ekg/Makefile 1.24 +2 -1 ports/print/cjk-lyx/Makefile 1.91 +2 -1 ports/print/lyx/Makefile 1.17 +2 -2 ports/textproc/gnomespell/Makefile 1.2 +2 -0 ports/textproc/php4-pspell/Makefile 1.2 +2 -0 ports/textproc/php5-pspell/Makefile 1.3 +2 -1 ports/textproc/ruby-raspell/Makefile 1.26 +2 -1 ports/www/bluefish-devel/Makefile 1.37 +2 -2 ports/www/opera/Makefile 1.6 +1 -2 ports/www/opera/pkg-message From owner-cvs-all@FreeBSD.ORG Sat Aug 28 22:54:23 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4484616A4CE; Sat, 28 Aug 2004 22:54:23 +0000 (GMT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0ECA43D5D; Sat, 28 Aug 2004 22:54:22 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i7SMqYvX094118; Sat, 28 Aug 2004 18:52:34 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke <marcus@marcuscom.com> To: Thierry Thomas <thierry@FreeBSD.org> In-Reply-To: <200408282250.i7SMoilF024868@repoman.freebsd.org> References: <200408282250.i7SMoilF024868@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-9uL2Jsa9LZHkw004889f" Organization: MarcusCom, Inc. Message-Id: <1093733658.55460.10.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sat, 28 Aug 2004 18:54:18 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on creme-brulee.marcuscom.com cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/editors/AbiWord2 Makefile ports/lang/php4 Makefile.ext ports/lang/php5 Makefile.ext ports/mail/balsa Makefile ports/print/cjk-lyx Makefile ports/print/lyx Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 22:54:23 -0000 --=-9uL2Jsa9LZHkw004889f Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2004-08-28 at 18:50, Thierry Thomas wrote: > thierry 2004-08-28 22:50:44 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > editors/AbiWord2 Makefile=20 > lang/php4 Makefile.ext=20 > lang/php5 Makefile.ext=20 > mail/balsa Makefile=20 > mail/cone Makefile=20 > net/simicq Makefile=20 > print/cjk-lyx Makefile=20 > print/lyx Makefile=20 > textproc/gnomespell Makefile=20 > textproc/ruby-raspell Makefile=20 > www/opera Makefile pkg-message=20 > www/bluefish-devel Makefile=20 > arabic/katoob Makefile=20 > polish/ekg Makefile=20 > textproc/php5-pspell Makefile=20 > textproc/php4-pspell Makefile=20 > Log: > Chase libaspell to aspell.16. Don't forget libpspell as well (e.g. editors/gedit2). Thanks. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-9uL2Jsa9LZHkw004889f Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQBBMQ0ab2iPiv4Uz4cRAqw5AJ9HsfaK7huvVMI+XzgccwqVYvL3tQCdEYOJ +BV2mak0Doy0mu3RFSorsJQ= =DuTj -----END PGP SIGNATURE----- --=-9uL2Jsa9LZHkw004889f-- From owner-cvs-all@FreeBSD.ORG Sat Aug 28 23:03:06 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F320516A4CE; Sat, 28 Aug 2004 23:03:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E742943D45; Sat, 28 Aug 2004 23:03:05 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SN35LN025254; Sat, 28 Aug 2004 23:03:05 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SN35FI025253; Sat, 28 Aug 2004 23:03:05 GMT (envelope-from iedowse) Message-Id: <200408282303.i7SN35FI025253@repoman.freebsd.org> From: Ian Dowse <iedowse@FreeBSD.org> Date: Sat, 28 Aug 2004 23:03:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/common Makefile.inc bootstrap.h load_elf.c reloc_elf.c reloc_elf32.c reloc_elf64.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 23:03:06 -0000 iedowse 2004-08-28 23:03:05 UTC FreeBSD src repository Modified files: sys/boot/common Makefile.inc bootstrap.h load_elf.c Added files: sys/boot/common reloc_elf.c reloc_elf32.c reloc_elf64.c Log: Separate out the ELF relocation code from the ELF loader, and add better relocation support for the amd64 and i386 platforms. This should not result in any change in functionality, but moves a step towards supporting the relocatable object file modules on amd64. The same hack/trick as load_elf*.c uses is used here to simultaneously support both elf32 and elf64 on amd64 and i386. Revision Changes Path 1.18 +3 -2 src/sys/boot/common/Makefile.inc 1.40 +10 -0 src/sys/boot/common/bootstrap.h 1.32 +70 -33 src/sys/boot/common/load_elf.c 1.1 +199 -0 src/sys/boot/common/reloc_elf.c (new) 1.1 +6 -0 src/sys/boot/common/reloc_elf32.c (new) 1.1 +6 -0 src/sys/boot/common/reloc_elf64.c (new) From owner-cvs-all@FreeBSD.ORG Sat Aug 28 23:14:47 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 145BA16A4CE; Sat, 28 Aug 2004 23:14:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E60A543D54; Sat, 28 Aug 2004 23:14:46 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SNEksT025830; Sat, 28 Aug 2004 23:14:46 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SNEkva025829; Sat, 28 Aug 2004 23:14:46 GMT (envelope-from dougb) Message-Id: <200408282314.i7SNEkva025829@repoman.freebsd.org> From: Doug Barton <dougb@FreeBSD.org> Date: Sat, 28 Aug 2004 23:14:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/htdig Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 23:14:47 -0000 dougb 2004-08-28 23:14:46 UTC FreeBSD ports repository Modified files: textproc/htdig Makefile distinfo pkg-plist Log: Upgrade to the latest version, 3.2.0b6. Replace libtool 1.3 with 1.5, and adjust pkg-plist to remove the no longer installed .la files. Move the htdig.conf file out of the way before install so that the sample file will get installed each time. Revision Changes Path 1.27 +16 -3 ports/textproc/htdig/Makefile 1.9 +2 -2 ports/textproc/htdig/distinfo 1.9 +0 -5 ports/textproc/htdig/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Aug 28 23:48:31 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F95316A4CE; Sat, 28 Aug 2004 23:48:31 +0000 (GMT) Received: from pd2mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7C6043D41; Sat, 28 Aug 2004 23:48:30 +0000 (GMT) (envelope-from colin.percival@wadham.ox.ac.uk) Received: from pd2mr4so.prod.shaw.ca (pd2mr4so-qfe3.prod.shaw.ca [10.0.141.107]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I3600ABDAQ1H380@l-daemon>; Sat, 28 Aug 2004 14:10:49 -0600 (MDT) Received: from pn2ml2so.prod.shaw.ca ([10.0.121.146]) by pd2mr4so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I36009EWAQ1UWM0@pd2mr4so.prod.shaw.ca>; Sat, 28 Aug 2004 14:10:49 -0600 (MDT) Received: from piii600.wadham.ox.ac.uk (S0106006067227a4a.vc.shawcable.net [24.87.233.42])2003)) with ESMTP id <0I3600M0VAPZ1L@l-daemon>; Sat, 28 Aug 2004 14:10:49 -0600 (MDT) Date: Sat, 28 Aug 2004 13:08:30 -0700 From: Colin Percival <colin.percival@wadham.ox.ac.uk> In-reply-to: <20040828195953.GE26424@electra.cse.Buffalo.EDU> X-Sender: cperciva@popserver.sfu.ca (Unverified) To: Ken Smith <kensmith@cse.Buffalo.EDU> Message-id: <6.1.0.6.1.20040828130357.0387c878@popserver.sfu.ca> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 6.1.0.6 Content-type: text/plain; charset=us-ascii References: <200408281954.i7SJsojG018658@repoman.freebsd.org> <20040828195953.GE26424@electra.cse.Buffalo.EDU> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Ken Smith <kensmith@FreeBSD.org> Subject: Re: cvs commit: src/sys/dev/md md.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 23:48:31 -0000 At 12:59 28/08/2004, Ken Smith wrote: >On Sat, Aug 28, 2004 at 07:54:50PM +0000, Ken Smith wrote: >> Back out the MFC done as rev 1.127.2.1. It seems to fix the problem of >> mdconfig returning before the device's name appears in /dev but it seems >> to cause a worse problem. When booting the installation media (CD or >> boot floppies) the system hangs after the device probes, at the point >> it should be trying to mount a MD-based filesystem as its root filesystem. > >Colin/Poul-Henning, do you mind checking into why the call to >g_waitidle() seems to cause problems using an md device as a root >filesystem during install? I'm guessing that at this point in the boot process, geom hasn't reached the stage of being able to look at events and do something with them. I suspect that replacing g_waitidle(); with if (sc->type != MD_PRELOAD) g_waitidle(); will fix this problem; I'll test and commit this later. Colin Percival From owner-cvs-all@FreeBSD.ORG Sat Aug 28 23:58:13 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8494B16A4CE; Sat, 28 Aug 2004 23:58:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 631DE43D4C; Sat, 28 Aug 2004 23:58:13 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SNwDDb027816; Sat, 28 Aug 2004 23:58:13 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SNwDL6027815; Sat, 28 Aug 2004 23:58:13 GMT (envelope-from thierry) Message-Id: <200408282358.i7SNwDL6027815@repoman.freebsd.org> From: Thierry Thomas <thierry@FreeBSD.org> Date: Sat, 28 Aug 2004 23:58:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/hebrew Makefile ports/hungarian Makefile ports/vietnamese Makefile ports/textproc Makefile ports/textproc/az-aspell Makefile pkg-descr ports/textproc/be-aspell Makefile pkg-descr ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 23:58:13 -0000 thierry 2004-08-28 23:58:13 UTC FreeBSD ports repository Modified files: hebrew Makefile hungarian Makefile vietnamese Makefile textproc Makefile Added files: textproc/az-aspell Makefile pkg-descr textproc/be-aspell Makefile pkg-descr textproc/bn-aspell Makefile pkg-descr textproc/et-aspell Makefile pkg-descr textproc/fi-aspell Makefile pkg-descr hebrew/aspell Makefile pkg-descr textproc/hsb-aspell Makefile pkg-descr hungarian/aspell Makefile pkg-descr textproc/rw-aspell Makefile pkg-descr textproc/la-aspell Makefile pkg-descr textproc/lv-aspell Makefile pkg-descr textproc/lt-aspell Makefile pkg-descr textproc/mk-aspell Makefile pkg-descr textproc/mn-aspell Makefile pkg-descr textproc/ny-aspell Makefile pkg-descr textproc/qu-aspell Makefile pkg-descr textproc/sc-aspell Makefile pkg-descr textproc/ta-aspell Makefile pkg-descr textproc/tet-aspell Makefile pkg-descr textproc/tl-aspell Makefile pkg-descr textproc/uz-aspell Makefile pkg-descr vietnamese/aspell Makefile pkg-descr textproc/yi-aspell Makefile pkg-descr Log: Add slaves ports for Aspell's new dictionaries. Revision Changes Path 1.12 +1 -0 ports/hebrew/Makefile 1.1 +18 -0 ports/hebrew/aspell/Makefile (new) 1.1 +3 -0 ports/hebrew/aspell/pkg-descr (new) 1.14 +1 -0 ports/hungarian/Makefile 1.1 +18 -0 ports/hungarian/aspell/Makefile (new) 1.1 +3 -0 ports/hungarian/aspell/pkg-descr (new) 1.744 +20 -0 ports/textproc/Makefile 1.1 +17 -0 ports/textproc/az-aspell/Makefile (new) 1.1 +3 -0 ports/textproc/az-aspell/pkg-descr (new) 1.1 +17 -0 ports/textproc/be-aspell/Makefile (new) 1.1 +3 -0 ports/textproc/be-aspell/pkg-descr (new) 1.1 +17 -0 ports/textproc/bn-aspell/Makefile (new) 1.1 +3 -0 ports/textproc/bn-aspell/pkg-descr (new) 1.1 +17 -0 ports/textproc/et-aspell/Makefile (new) 1.1 +3 -0 ports/textproc/et-aspell/pkg-descr (new) 1.1 +17 -0 ports/textproc/fi-aspell/Makefile (new) 1.1 +3 -0 ports/textproc/fi-aspell/pkg-descr (new) 1.1 +17 -0 ports/textproc/hsb-aspell/Makefile (new) 1.1 +3 -0 ports/textproc/hsb-aspell/pkg-descr (new) 1.1 +17 -0 ports/textproc/la-aspell/Makefile (new) 1.1 +3 -0 ports/textproc/la-aspell/pkg-descr (new) 1.1 +17 -0 ports/textproc/lt-aspell/Makefile (new) 1.1 +3 -0 ports/textproc/lt-aspell/pkg-descr (new) 1.1 +17 -0 ports/textproc/lv-aspell/Makefile (new) 1.1 +3 -0 ports/textproc/lv-aspell/pkg-descr (new) 1.1 +17 -0 ports/textproc/mk-aspell/Makefile (new) 1.1 +3 -0 ports/textproc/mk-aspell/pkg-descr (new) 1.1 +17 -0 ports/textproc/mn-aspell/Makefile (new) 1.1 +3 -0 ports/textproc/mn-aspell/pkg-descr (new) 1.1 +17 -0 ports/textproc/ny-aspell/Makefile (new) 1.1 +3 -0 ports/textproc/ny-aspell/pkg-descr (new) 1.1 +17 -0 ports/textproc/qu-aspell/Makefile (new) 1.1 +3 -0 ports/textproc/qu-aspell/pkg-descr (new) 1.1 +17 -0 ports/textproc/rw-aspell/Makefile (new) 1.1 +3 -0 ports/textproc/rw-aspell/pkg-descr (new) 1.1 +17 -0 ports/textproc/sc-aspell/Makefile (new) 1.1 +3 -0 ports/textproc/sc-aspell/pkg-descr (new) 1.1 +17 -0 ports/textproc/ta-aspell/Makefile (new) 1.1 +3 -0 ports/textproc/ta-aspell/pkg-descr (new) 1.1 +17 -0 ports/textproc/tet-aspell/Makefile (new) 1.1 +3 -0 ports/textproc/tet-aspell/pkg-descr (new) 1.1 +17 -0 ports/textproc/tl-aspell/Makefile (new) 1.1 +3 -0 ports/textproc/tl-aspell/pkg-descr (new) 1.1 +17 -0 ports/textproc/uz-aspell/Makefile (new) 1.1 +3 -0 ports/textproc/uz-aspell/pkg-descr (new) 1.1 +17 -0 ports/textproc/yi-aspell/Makefile (new) 1.1 +3 -0 ports/textproc/yi-aspell/pkg-descr (new) 1.17 +1 -0 ports/vietnamese/Makefile 1.1 +18 -0 ports/vietnamese/aspell/Makefile (new) 1.1 +3 -0 ports/vietnamese/aspell/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sat Aug 28 23:59:09 2004 Return-Path: <owner-cvs-all@FreeBSD.ORG> Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8497316A4CE; Sat, 28 Aug 2004 23:59:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 657CF43D39; Sat, 28 Aug 2004 23:59:09 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SNx9fH027864; Sat, 28 Aug 2004 23:59:09 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SNx94j027863; Sat, 28 Aug 2004 23:59:09 GMT (envelope-from thierry) Message-Id: <200408282359.i7SNx94j027863@repoman.freebsd.org> From: Thierry Thomas <thierry@FreeBSD.org> Date: Sat, 28 Aug 2004 23:59:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 23:59:09 -0000 thierry 2004-08-28 23:59:09 UTC FreeBSD ports repository Modified files: . modules Log: Add slaves ports for Aspell's new dictionaries. Revision Changes Path 1.11009 +23 -0 CVSROOT/modules