From owner-cvs-all@FreeBSD.ORG Fri Dec 31 23:59: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 CD7FA16A4CE; Fri, 31 Dec 2004 23:59:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9875843D41; Fri, 31 Dec 2004 23:59:24 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVNxOf5048110; Fri, 31 Dec 2004 23:59:24 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVNxO79048109; Fri, 31 Dec 2004 23:59:24 GMT (envelope-from imp) Message-Id: <200412312359.iBVNxO79048109@repoman.freebsd.org> From: Warner Losh Date: Fri, 31 Dec 2004 23:59: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/pci 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: Fri, 31 Dec 2004 23:59:25 -0000 imp 2004-12-31 23:59:24 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: Fix last second typos that crept in :-(. Revision Changes Path 1.275 +2 -2 src/sys/dev/pci/pci.c From owner-cvs-all@FreeBSD.ORG Sat Jan 1 00:38:01 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D452B16A4CE; Sat, 1 Jan 2005 00:38:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADEC343D48; Sat, 1 Jan 2005 00:38:01 +0000 (GMT) (envelope-from mckusick@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j010c1Ud049266; Sat, 1 Jan 2005 00:38:01 GMT (envelope-from mckusick@repoman.freebsd.org) Received: (from mckusick@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j010c18r049265; Sat, 1 Jan 2005 00:38:01 GMT (envelope-from mckusick) Message-Id: <200501010038.j010c18r049265@repoman.freebsd.org> From: Kirk McKusick Date: Sat, 1 Jan 2005 00:38: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/ufs/ffs ffs_alloc.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: Sat, 01 Jan 2005 00:38:02 -0000 mckusick 2005-01-01 00:38:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/ufs/ffs ffs_alloc.c Log: MFC from 1.127 2004/12/09 of the main tree: Fixes a bug that caused UFS2 filesystems bigger than 2TB to prematurely report that they were full and/or to panic the kernel with the message ``ffs_clusteralloc: allocated out of group''. Submitted by: Henry Whincup Revision Changes Path 1.123.2.1 +9 -9 src/sys/ufs/ffs/ffs_alloc.c From owner-cvs-all@FreeBSD.ORG Sat Jan 1 00:41:22 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A42EC16A4CE; Sat, 1 Jan 2005 00:41:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FA5643D31; Sat, 1 Jan 2005 00:41:22 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j010fMdK049398; Sat, 1 Jan 2005 00:41:22 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j010fMMS049397; Sat, 1 Jan 2005 00:41:22 GMT (envelope-from linimon) Message-Id: <200501010041.j010fMMS049397@repoman.freebsd.org> From: Mark Linimon Date: Sat, 1 Jan 2005 00: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 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: Sat, 01 Jan 2005 00:41:22 -0000 linimon 2005-01-01 00:41:22 UTC FreeBSD ports repository Modified files: . MOVED Log: Canonicalize date. FreshPorts and portsmon expect the date to be in this format. Requested by: Dan Langille Approved by: portmgr [self, implicit] Revision Changes Path 1.604 +2 -2 ports/MOVED From owner-cvs-all@FreeBSD.ORG Sat Jan 1 00:49:22 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC22216A4CE; Sat, 1 Jan 2005 00:49:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7AD543D2D; Sat, 1 Jan 2005 00:49:22 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j010nMgV056176; Sat, 1 Jan 2005 00:49:22 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j010nMdk056175; Sat, 1 Jan 2005 00:49:22 GMT (envelope-from hrs) Message-Id: <200501010049.j010nMdk056175@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 1 Jan 2005 00:49: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/textproc/xmlcatmgr 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: Sat, 01 Jan 2005 00:49:23 -0000 hrs 2005-01-01 00:49:22 UTC FreeBSD ports repository Modified files: textproc/xmlcatmgr Makefile pkg-plist Log: Fix pkg-plist. Spotted by: kris Approved by: portmgr (kris) Revision Changes Path 1.11 +3 -0 ports/textproc/xmlcatmgr/Makefile 1.5 +7 -1 ports/textproc/xmlcatmgr/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jan 1 02:49:42 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7391216A4CE; Sat, 1 Jan 2005 02:49:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C47743D39; Sat, 1 Jan 2005 02:49:42 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j012ngJ2059590; Sat, 1 Jan 2005 02:49:42 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j012ngPt059589; Sat, 1 Jan 2005 02:49:42 GMT (envelope-from obrien) Message-Id: <200501010249.j012ngPt059589@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 1 Jan 2005 02:49: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/gcc-ooo Makefile ports/lang/gcc-ooo/files patch-enumfix 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: Sat, 01 Jan 2005 02:49:42 -0000 obrien 2005-01-01 02:49:41 UTC FreeBSD ports repository Modified files: lang/gcc-ooo Makefile lang/gcc-ooo/files patch-enumfix Log: Unbreak 'make patch'. Approved by: portmgr(kris) Revision Changes Path 1.192 +0 -1 ports/lang/gcc-ooo/Makefile 1.2 +2 -2 ports/lang/gcc-ooo/files/patch-enumfix From owner-cvs-all@FreeBSD.ORG Sat Jan 1 07:29:20 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9355416A4CE; Sat, 1 Jan 2005 07:29:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C57343D1D; Sat, 1 Jan 2005 07:29:20 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j017TK0H074807; Sat, 1 Jan 2005 07:29:20 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j017TKoZ074806; Sat, 1 Jan 2005 07:29:20 GMT (envelope-from sobomax) Message-Id: <200501010729.j017TKoZ074806@repoman.freebsd.org> From: Maxim Sobolev Date: Sat, 1 Jan 2005 07: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 COPYRIGHT 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: Sat, 01 Jan 2005 07:29:20 -0000 sobomax 2005-01-01 07:29:20 UTC FreeBSD src repository Modified files: . COPYRIGHT Log: Complete 2005 transition. Happy New Year! :-) Revision Changes Path 1.6 +1 -1 src/COPYRIGHT From owner-cvs-all@FreeBSD.ORG Sat Jan 1 07:29:21 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2B3816A4CF; Sat, 1 Jan 2005 07:29:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC69143D1D; Sat, 1 Jan 2005 07:29:20 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j017TK2r074824; Sat, 1 Jan 2005 07:29:20 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j017TKpL074823; Sat, 1 Jan 2005 07:29:20 GMT (envelope-from sobomax) Message-Id: <200501010729.j017TKpL074823@repoman.freebsd.org> From: Maxim Sobolev Date: Sat, 1 Jan 2005 07:29:20 +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 COPYRIGHT 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: Sat, 01 Jan 2005 07:29:21 -0000 sobomax 2005-01-01 07:29:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) . COPYRIGHT Log: Complete 2005 transition. Happy New Year! :-) Revision Changes Path 1.5.2.1 +1 -1 src/COPYRIGHT From owner-cvs-all@FreeBSD.ORG Sat Jan 1 07:29:21 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A7BB16A4D0; Sat, 1 Jan 2005 07:29:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 242FB43D1D; Sat, 1 Jan 2005 07:29:21 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j017TL5Z074841; Sat, 1 Jan 2005 07:29:21 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j017TLmG074840; Sat, 1 Jan 2005 07:29:21 GMT (envelope-from sobomax) Message-Id: <200501010729.j017TLmG074840@repoman.freebsd.org> From: Maxim Sobolev Date: Sat, 1 Jan 2005 07:29:20 +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 COPYRIGHT 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: Sat, 01 Jan 2005 07:29:21 -0000 sobomax 2005-01-01 07:29:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) . COPYRIGHT Log: Complete 2005 transition. Happy New Year! :-) Revision Changes Path 1.4.2.2 +1 -1 src/COPYRIGHT From owner-cvs-all@FreeBSD.ORG Sat Jan 1 10:29:05 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 199B616A4CE; Sat, 1 Jan 2005 10:29:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E796343D3F; Sat, 1 Jan 2005 10:29:04 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01AT4KB086552; Sat, 1 Jan 2005 10:29:04 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01AT4F8086551; Sat, 1 Jan 2005 10:29:04 GMT (envelope-from julian) Message-Id: <200501011029.j01AT4F8086551@repoman.freebsd.org> From: Julian Elischer Date: Sat, 1 Jan 2005 10:29:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_11 Subject: cvs commit: src/sys/vm vm_page.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: Sat, 01 Jan 2005 10:29:05 -0000 julian 2005-01-01 10:29:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_4_11) sys/vm vm_page.c Log: MFC a change from Dragonfly. contigmalloc was not respecting the fact that other processes may have a page marker as busy for IO but otherwise free. It just took it as free.. Approved by: re (ken) Revision Changes Path 1.147.2.22.2.1 +18 -12 src/sys/vm/vm_page.c From owner-cvs-all@FreeBSD.ORG Sat Jan 1 10:39:36 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A0FE16A4CE; Sat, 1 Jan 2005 10:39:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7290943D31; Sat, 1 Jan 2005 10:39:36 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01AdaBZ086861; Sat, 1 Jan 2005 10:39:36 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01AdakA086860; Sat, 1 Jan 2005 10:39:36 GMT (envelope-from julian) Message-Id: <200501011039.j01AdakA086860@repoman.freebsd.org> From: Julian Elischer Date: Sat, 1 Jan 2005 10:39:36 +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/dev/usb ehci.c ehcivar.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: Sat, 01 Jan 2005 10:39:36 -0000 julian 2005-01-01 10:39:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/usb ehci.c ehcivar.h Log: MFC: Fix a bug where an aborted command was removed from the queue but not from the hardware's cache of it, leading to the hardware DMAing into "freed" memory buffers. (leading to crashes when a usb ransaction was timed, but but eventually happenned) Revision Changes Path 1.5.4.13 +106 -43 src/sys/dev/usb/ehci.c 1.1.6.4 +1 -0 src/sys/dev/usb/ehcivar.h From owner-cvs-all@FreeBSD.ORG Sat Jan 1 10:44:25 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEF6C16A4CE; Sat, 1 Jan 2005 10:44:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5AB643D31; Sat, 1 Jan 2005 10:44:25 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01AiPAE087105; Sat, 1 Jan 2005 10:44:25 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01AiP4E087104; Sat, 1 Jan 2005 10:44:25 GMT (envelope-from julian) Message-Id: <200501011044.j01AiP4E087104@repoman.freebsd.org> From: Julian Elischer Date: Sat, 1 Jan 2005 10:44:25 +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/usb ehci.c ehcivar.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: Sat, 01 Jan 2005 10:44:26 -0000 julian 2005-01-01 10:44:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/usb ehci.c ehcivar.h Log: MFC: Rewrite ehci_abort_xfer() to use the method hinted at in the EHCI spec. to remove a transaction from the async schedule. The previous method didn't work well and led to the hardware writing to free'd buffers etc, as it didn't always know that the transaction had been aborted. Written after consultation with David Brownell who wrote the Linux EHCI driver. As part of this give the sqh structure a "previous" pointer. Revision Changes Path 1.14.2.5 +106 -44 src/sys/dev/usb/ehci.c 1.4.2.2 +1 -0 src/sys/dev/usb/ehcivar.h From owner-cvs-all@FreeBSD.ORG Sat Jan 1 11:26:44 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5A7316A4CE; Sat, 1 Jan 2005 11:26:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80A8443D1D; Sat, 1 Jan 2005 11:26:44 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01BQiiO088375; Sat, 1 Jan 2005 11:26:44 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01BQiou088374; Sat, 1 Jan 2005 11:26:44 GMT (envelope-from krion) Message-Id: <200501011126.j01BQiou088374@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 1 Jan 2005 11:26: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/gv 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: Sat, 01 Jan 2005 11:26:44 -0000 krion 2005-01-01 11:26:44 UTC FreeBSD ports repository Modified files: print/gv Makefile Log: Fix plist. Approved by: portmgr (implicit) Revision Changes Path 1.44 +6 -1 ports/print/gv/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jan 1 11:27:00 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1872016A4CE; Sat, 1 Jan 2005 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 E477343D41; Sat, 1 Jan 2005 11:26:59 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01BQxNT088400; Sat, 1 Jan 2005 11:26:59 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01BQxAr088399; Sat, 1 Jan 2005 11:26:59 GMT (envelope-from ceri) Message-Id: <200501011126.j01BQxAr088399@repoman.freebsd.org> From: Ceri Davies Date: Sat, 1 Jan 2005 11:26: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/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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jan 2005 11:27:00 -0000 ceri 2005-01-01 11:26:59 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Marcus Grando for maintaining his ports. PR: docs/75682 Submitted by: Marcus Grando Revision Changes Path 1.305 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Sat Jan 1 12:01:54 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E94A16A4CE; Sat, 1 Jan 2005 12:01:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA49243D2D; Sat, 1 Jan 2005 12:01:53 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01C1r5v089443; Sat, 1 Jan 2005 12:01:53 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01C1rF0089442; Sat, 1 Jan 2005 12:01:53 GMT (envelope-from simon) Message-Id: <200501011201.j01C1rF0089442@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 1 Jan 2005 12:01: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 index.xsl www/share/sgml includes.header.sgml includes.header.xsl 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: Sat, 01 Jan 2005 12:01:54 -0000 simon 2005-01-01 12:01:53 UTC FreeBSD doc repository Modified files: en index.xsl share/sgml includes.header.sgml includes.header.xsl Log: Bump copyright year to 2005. Happy New Year for everybody :-). Revision Changes Path 1.123 +3 -3 www/en/index.xsl 1.3 +2 -2 www/share/sgml/includes.header.sgml 1.3 +2 -2 www/share/sgml/includes.header.xsl From owner-cvs-all@FreeBSD.ORG Sat Jan 1 12:28:10 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2416216A4CE; Sat, 1 Jan 2005 12:28:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F044743D1F; Sat, 1 Jan 2005 12:28:09 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01CS9Xu090241; Sat, 1 Jan 2005 12:28:09 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01CS9pC090240; Sat, 1 Jan 2005 12:28:09 GMT (envelope-from remko) Message-Id: <200501011228.j01CS9pC090240@repoman.freebsd.org> From: Remko Lodder Date: Sat, 1 Jan 2005 12:28:09 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/nl_NL.ISO8859-1/books/handbook book.sgml doc/en_US.ISO8859-1/books/handbook 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jan 2005 12:28:10 -0000 remko 2005-01-01 12:28:09 UTC FreeBSD doc repository Modified files: nl_NL.ISO8859-1/books/handbook book.sgml en_US.ISO8859-1/books/handbook book.sgml Log: Bump the copyright year to match 2005. Approved by: simon (mentor) Revision Changes Path 1.159 +1 -0 doc/en_US.ISO8859-1/books/handbook/book.sgml 1.4 +1 -0 doc/nl_NL.ISO8859-1/books/handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Sat Jan 1 12:52:15 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92E6516A4CE; Sat, 1 Jan 2005 12:52:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7001543D2D; Sat, 1 Jan 2005 12:52:15 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01CqFL6097487; Sat, 1 Jan 2005 12:52:15 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01CqFGE097486; Sat, 1 Jan 2005 12:52:15 GMT (envelope-from simon) Message-Id: <200501011252.j01CqFGE097486@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 1 Jan 2005 12:52: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/releng index.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: Sat, 01 Jan 2005 12:52:15 -0000 simon 2005-01-01 12:52:14 UTC FreeBSD doc repository Modified files: en/releng index.sgml Log: Note that ports/ is frozen. Revision Changes Path 1.129 +4 -4 www/en/releng/index.sgml From owner-cvs-all@FreeBSD.ORG Sat Jan 1 13:05:31 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EE6B16A4CE; Sat, 1 Jan 2005 13:05:31 +0000 (GMT) Received: from shrike.submonkey.net (cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com [81.103.67.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id B69A343D45; Sat, 1 Jan 2005 13:05:30 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.43 (FreeBSD)) id 1Ckiwk-0001Nv-30; Sat, 01 Jan 2005 13:05:30 +0000 Date: Sat, 1 Jan 2005 13:05:30 +0000 From: Ceri Davies To: Remko Lodder Message-ID: <20050101130529.GQ50770@submonkey.net> Mail-Followup-To: Ceri Davies , Remko Lodder , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org References: <200501011228.j01CS9pC090240@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="B3NBd8mrXZtPJEYR" Content-Disposition: inline In-Reply-To: <200501011228.j01CS9pC090240@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.6i Sender: Ceri Davies cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/nl_NL.ISO8859-1/books/handbook book.sgml doc/en_US.ISO8859-1/books/handbook 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jan 2005 13:05:31 -0000 --B3NBd8mrXZtPJEYR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jan 01, 2005 at 12:28:09PM +0000, Remko Lodder wrote: > remko 2005-01-01 12:28:09 UTC >=20 > FreeBSD doc repository >=20 > Modified files: > nl_NL.ISO8859-1/books/handbook book.sgml=20 > en_US.ISO8859-1/books/handbook book.sgml=20 > Log: > Bump the copyright year to match 2005. This should really only be done once the first change has been committed to each document. Doesn't really matter though. Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --B3NBd8mrXZtPJEYR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFB1qAZocfcwTS3JF8RAvJbAKCnAvfpjX8HtSh/fpcHAzv9v8+1OwCghRR4 GLVHRnrYKq8L3Yyk1iRvJZk= =7CPR -----END PGP SIGNATURE----- --B3NBd8mrXZtPJEYR-- From owner-cvs-all@FreeBSD.ORG Sat Jan 1 13:06:50 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EF4716A4CE; Sat, 1 Jan 2005 13:06:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B62143D41; Sat, 1 Jan 2005 13:06:50 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01D6ouG097934; Sat, 1 Jan 2005 13:06:50 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01D6ne5097933; Sat, 1 Jan 2005 13:06:49 GMT (envelope-from krion) Message-Id: <200501011306.j01D6ne5097933@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 1 Jan 2005 13:06: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/astro/glunarclock 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: Sat, 01 Jan 2005 13:06:50 -0000 krion 2005-01-01 13:06:49 UTC FreeBSD ports repository Modified files: astro/glunarclock Makefile Log: Fix build. Submitted by: Ports Fury Approved by: portmgr (implicit) Revision Changes Path 1.28 +1 -1 ports/astro/glunarclock/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jan 1 13:08:59 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0893C16A4CE; Sat, 1 Jan 2005 13:08:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D916F43D2D; Sat, 1 Jan 2005 13:08:58 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01D8wpu098017; Sat, 1 Jan 2005 13:08:58 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01D8whw098016; Sat, 1 Jan 2005 13:08:58 GMT (envelope-from simon) Message-Id: <200501011308.j01D8whw098016@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 1 Jan 2005 13:08: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/releng index.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: Sat, 01 Jan 2005 13:08:59 -0000 simon 2005-01-01 13:08:58 UTC FreeBSD doc repository Modified files: en/releng index.sgml Log: Fix spelling bug in last commit. Submitted by: ceri First pointy hat of the year to: simon Revision Changes Path 1.130 +2 -2 www/en/releng/index.sgml From owner-cvs-all@FreeBSD.ORG Sat Jan 1 13:14:09 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FB0D16A4CE; Sat, 1 Jan 2005 13:14:09 +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 3D48943D2D; Sat, 1 Jan 2005 13:14:09 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 426C411D79; Sat, 1 Jan 2005 14:14:08 +0100 (CET) Date: Sat, 1 Jan 2005 14:14:08 +0100 From: "Simon L. Nielsen" To: Ceri Davies , Remko Lodder , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20050101131407.GG761@zaphod.nitro.dk> References: <200501011228.j01CS9pC090240@repoman.freebsd.org> <20050101130529.GQ50770@submonkey.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tVmo9FyGdCe4F4YN" Content-Disposition: inline In-Reply-To: <20050101130529.GQ50770@submonkey.net> User-Agent: Mutt/1.5.6i Subject: Re: cvs commit: doc/nl_NL.ISO8859-1/books/handbook book.sgml doc/en_US.ISO8859-1/books/handbook 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jan 2005 13:14:09 -0000 --tVmo9FyGdCe4F4YN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2005.01.01 13:05:30 +0000, Ceri Davies wrote: > On Sat, Jan 01, 2005 at 12:28:09PM +0000, Remko Lodder wrote: > > remko 2005-01-01 12:28:09 UTC > >=20 > > FreeBSD doc repository > >=20 > > Modified files: > > nl_NL.ISO8859-1/books/handbook book.sgml=20 > > en_US.ISO8859-1/books/handbook book.sgml=20 > > Log: > > Bump the copyright year to match 2005. >=20 > This should really only be done once the first change has been committed > to each document. Doesn't really matter though. Indeed, but since the Handbook is updated very often I didn't think it would "hurt" to just update the copyright year now. --=20 Simon L. Nielsen --tVmo9FyGdCe4F4YN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFB1qIfh9pcDSc1mlERAldmAKCUO34n9OIPvKasWkoDxTaI4dhTXwCeNvoL 1CRJu3akQ8tahMZ3VNeC2Fg= =ZwrU -----END PGP SIGNATURE----- --tVmo9FyGdCe4F4YN-- From owner-cvs-all@FreeBSD.ORG Sat Jan 1 13:15:49 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BCB616A4CE; Sat, 1 Jan 2005 13:15:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19AA443D31; Sat, 1 Jan 2005 13:15:49 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01DFmFI098298; Sat, 1 Jan 2005 13:15:48 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01DFmFQ098297; Sat, 1 Jan 2005 13:15:48 GMT (envelope-from ceri) Message-Id: <200501011315.j01DFmFQ098297@repoman.freebsd.org> From: Ceri Davies Date: Sat, 1 Jan 2005 13:15:48 +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/firewalls 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: Sat, 01 Jan 2005 13:15:49 -0000 ceri 2005-01-01 13:15:48 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/firewalls chapter.sgml Log: Apply various grammar, capitalisation and other fixes from the PR below, along with some others that I noticed while reviewing the patch. PR: docs/75422 Submitted by: Matteo Riondato Revision Changes Path 1.12 +207 -198 doc/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Jan 1 13:18:52 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82D3316A4CE; Sat, 1 Jan 2005 13:18:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EB5743D2D; Sat, 1 Jan 2005 13:18:52 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01DIqhU098395; Sat, 1 Jan 2005 13:18:52 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01DIqmf098394; Sat, 1 Jan 2005 13:18:52 GMT (envelope-from ceri) Message-Id: <200501011318.j01DIqmf098394@repoman.freebsd.org> From: Ceri Davies Date: Sat, 1 Jan 2005 13:18: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/firewalls 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: Sat, 01 Jan 2005 13:18:52 -0000 ceri 2005-01-01 13:18:52 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/firewalls chapter.sgml Log: Kill one last instance of "NIC card". Revision Changes Path 1.13 +1 -1 doc/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Jan 1 13:36:18 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D034516A4CE; Sat, 1 Jan 2005 13:36:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A67FA43D46; Sat, 1 Jan 2005 13:36:18 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01DaImE099002; Sat, 1 Jan 2005 13:36:18 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01DaIdB099001; Sat, 1 Jan 2005 13:36:18 GMT (envelope-from lofi) Message-Id: <200501011336.j01DaIdB099001@repoman.freebsd.org> From: Michael Nottebrock Date: Sat, 1 Jan 2005 13:36: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/kdelibs3 Makefile ports/x11/kdelibs3/files patch-post-3.3.2-kdelibs-kioslave 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: Sat, 01 Jan 2005 13:36:19 -0000 lofi 2005-01-01 13:36:18 UTC FreeBSD ports repository Modified files: x11/kdelibs3 Makefile Added files: x11/kdelibs3/files patch-post-3.3.2-kdelibs-kioslave Log: Patch ftp kioslave command injection vulnerability. References: http://www.securityfocus.com/bid/11827 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1165 Approved by: portmgr Revision Changes Path 1.163 +1 -1 ports/x11/kdelibs3/Makefile 1.1 +18 -0 ports/x11/kdelibs3/files/patch-post-3.3.2-kdelibs-kioslave (new) From owner-cvs-all@FreeBSD.ORG Sat Jan 1 14:26:20 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB91A16A4CE; Sat, 1 Jan 2005 14:26:20 +0000 (GMT) Received: from mailout01.sul.t-online.com (mailout01.sul.t-online.com [194.25.134.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id A493943D2D; Sat, 1 Jan 2005 14:26:20 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from fwd07.aul.t-online.de by mailout01.sul.t-online.com with smtp id 1CkkCx-0002LR-01; Sat, 01 Jan 2005 15:26:19 +0100 Received: from Andro-Beta.Leidinger.net (SrgPBGZCreLJ3FMkwziozqLSUBOdeARHGXKa2LtDE8W9v0ZIwfDk0e@[217.229.213.124]) by fmrl07.sul.t-online.com with esmtp id 1CkkCs-1P6eXY0; Sat, 1 Jan 2005 15:26:14 +0100 Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) j01EPkXd089009; Sat, 1 Jan 2005 15:25:46 +0100 (CET) (envelope-from Alexander@Leidinger.net) Date: Sat, 1 Jan 2005 15:26:27 +0100 From: Alexander Leidinger To: Sam Leffler Message-ID: <20050101152627.0fdae1eb@Magellan.Leidinger.net> In-Reply-To: <200412311946.iBVJkRsi029615@repoman.freebsd.org> References: <200412311946.iBVJkRsi029615@repoman.freebsd.org> X-Mailer: Sylpheed-Claws 0.9.13 (GTK+ 1.2.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-ID: SrgPBGZCreLJ3FMkwziozqLSUBOdeARHGXKa2LtDE8W9v0ZIwfDk0e@t-dialin.net X-TOI-MSGID: 09f8b3d5-7f78-41b3-8ed4-d9a205a5b85a cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/ifconfig af_link.c ifconfig.c ifconfig.h ifieee80211.c ifmac.c ifmedia.c ifvlan.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: Sat, 01 Jan 2005 14:26:21 -0000 On Fri, 31 Dec 2004 19:46:27 +0000 (UTC) Sam Leffler wrote: > This fixes ifconfig on fwip interfaces. Would the bug you've fixed result in a sigsegv of ifconfig (I've noticed this on my notebook, but hadn't time to investigate the problem)? Bye, Alexander. -- If Bill Gates had a dime for every time a Windows box crashed... ...Oh, wait a minute, he already does. 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 Jan 1 14:34:06 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37C9716A4CE; Sat, 1 Jan 2005 14:34:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1291C43D39; Sat, 1 Jan 2005 14:34:06 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01EY5fG000773; Sat, 1 Jan 2005 14:34:05 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01EY501000772; Sat, 1 Jan 2005 14:34:05 GMT (envelope-from brueffer) Message-Id: <200501011434.j01EY501000772@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 1 Jan 2005 14:34: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/share/man/man4 ath.4 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: Sat, 01 Jan 2005 14:34:06 -0000 brueffer 2005-01-01 14:34:05 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) share/man/man4 ath.4 Log: MFC: rev. 1.27 SMC SMC2536W-AG verified as working. Revision Changes Path 1.19.2.4 +2 -1 src/share/man/man4/ath.4 From owner-cvs-all@FreeBSD.ORG Sat Jan 1 14:37:01 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8594316A4CE; Sat, 1 Jan 2005 14:37:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F2CF43D54; Sat, 1 Jan 2005 14:37:01 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01Eb1Hi000905; Sat, 1 Jan 2005 14:37:01 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01Eb1n4000904; Sat, 1 Jan 2005 14:37:01 GMT (envelope-from brueffer) Message-Id: <200501011437.j01Eb1n4000904@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 1 Jan 2005 14:37: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/share/man/man4 bktr.4 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: Sat, 01 Jan 2005 14:37:01 -0000 brueffer 2005-01-01 14:37:01 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) share/man/man4 bktr.4 Log: MFC: rev. 1.25 - call the driver 'bktr' instead of 'brooktree' throughout the document - add a HARDWARE section - add a more descriptive NAME section - update for recently imported Pinnacle PCTV support - add Branko Lankester, the original author of the PCTV patches, to the AUTHORS section - bump .Dd Revision Changes Path 1.24.2.1 +64 -19 src/share/man/man4/bktr.4 From owner-cvs-all@FreeBSD.ORG Sat Jan 1 14:39:41 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EF1216A4CE; Sat, 1 Jan 2005 14:39:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A10943D58; Sat, 1 Jan 2005 14:39:41 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01EdfRN000984; Sat, 1 Jan 2005 14:39:41 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01EdfYR000983; Sat, 1 Jan 2005 14:39:41 GMT (envelope-from brueffer) Message-Id: <200501011439.j01EdfYR000983@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 1 Jan 2005 14:39:41 +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/share/man/man4 bktr.4 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: Sat, 01 Jan 2005 14:39:41 -0000 brueffer 2005-01-01 14:39:41 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) share/man/man4 bktr.4 Log: MFC: rev. 1.25 - call the driver 'bktr' instead of 'brooktree' throughout the document - add a HARDWARE section - add a more descriptive NAME section - update for recently imported Pinnacle PCTV support - add Branko Lankester, the original author of the PCTV patches, to the AUTHORS section - bump .Dd Revision Changes Path 1.9.2.11 +64 -19 src/share/man/man4/bktr.4 From owner-cvs-all@FreeBSD.ORG Sat Jan 1 14:42:18 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2251816A4CE; Sat, 1 Jan 2005 14:42:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED21143D31; Sat, 1 Jan 2005 14:42:17 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01EgHfX001145; Sat, 1 Jan 2005 14:42:17 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01EgHhd001144; Sat, 1 Jan 2005 14:42:17 GMT (envelope-from brueffer) Message-Id: <200501011442.j01EgHhd001144@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 1 Jan 2005 14:42:17 +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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jan 2005 14:42:18 -0000 brueffer 2005-01-01 14:42:17 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) release/doc/en_US.ISO8859-1/hardware/common dev.sgml release/doc/share/misc dev.archlist.txt Log: MFC: Autogenerate device listings for bktr(4). Revision Changes Path 1.227.2.19 +3 -3 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml 1.5.2.22 +1 -0 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-all@FreeBSD.ORG Sat Jan 1 15:09:42 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC8FD16A4CF for ; Sat, 1 Jan 2005 15:09:42 +0000 (GMT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id E1EA243D4C for ; Sat, 1 Jan 2005 15:09:41 +0000 (GMT) (envelope-from michaelnottebrock@gmx.net) Received: (qmail invoked by alias); 01 Jan 2005 15:09:38 -0000 Received: from pD95D8C77.dip.t-dialin.net (EHLO lofi.dyndns.org) (217.93.140.119) by mail.gmx.net (mp010) with SMTP; 01 Jan 2005 16:09:38 +0100 X-Authenticated: #443188 Received: from kiste.my.domain (kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.10/8.12.10) with ESMTP id j01F9OeH004324 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sat, 1 Jan 2005 16:09:30 +0100 (CET) (envelope-from michaelnottebrock@gmx.net) From: Michael Nottebrock To: Erik Trulsson Date: Sat, 1 Jan 2005 16:09:18 +0100 User-Agent: KMail/1.7.2 References: <200412311824.iBVIOAhM026389@repoman.freebsd.org> <20041231225221.GA89911@xor.obsecurity.org> <20041231233010.GA2097@falcon.midgard.homeip.net> In-Reply-To: <20041231233010.GA2097@falcon.midgard.homeip.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart4605188.yxCYMUorGT"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200501011609.23222.michaelnottebrock@gmx.net> X-Virus-Scanned: by amavisd-new X-Y-GMX-Trusted: 0 cc: cvs-ports@freebsd.org cc: ports-committers@freebsd.org cc: Alexander Leidinger cc: cvs-all@freebsd.org cc: Kris Kennaway Subject: Re: cvs commit: ports CHANGES UPDATING ports/Mk bsd.port.mk ports/accessibility/linux-atk Makefile pkg-plist ports/archivers/stuffit Makefile ports/astro/linux-setiathome Makefile ports/audio/baudline Makefile ports/audio/linux-arts ... 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: Sat, 01 Jan 2005 15:09:43 -0000 --nextPart4605188.yxCYMUorGT Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline My only question is, has anybody ever bothered to simply ask the FSF?=20 GPL-exegesis is such an annoying waste of time. =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 --nextPart4605188.yxCYMUorGT Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBB1r0jXhc68WspdLARAmTMAKCVXBCpzIBTuRPdUptNxPvQaH6lwwCfTYgu 4Gybn8VEiczutf8toU+lw7w= =SnLZ -----END PGP SIGNATURE----- --nextPart4605188.yxCYMUorGT-- From owner-cvs-all@FreeBSD.ORG Sat Jan 1 15:55:55 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63AC916A4CE; Sat, 1 Jan 2005 15:55:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FA5B43D3F; Sat, 1 Jan 2005 15:55:55 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01FttWu003411; Sat, 1 Jan 2005 15:55:55 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01Fttfh003410; Sat, 1 Jan 2005 15:55:55 GMT (envelope-from simon) Message-Id: <200501011555.j01Fttfh003410@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 1 Jan 2005 15:55: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: Sat, 01 Jan 2005 15:55:55 -0000 simon 2005-01-01 15:55:54 UTC FreeBSD ports repository (doc committer) Modified files: security/vuxml vuln.xml Log: Document FTP command injection vulnerability in kdelibs3. Approved by: portmgr (implicit, VuXML) Revision Changes Path 1.429 +37 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sat Jan 1 16:11:54 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37FEB16A4CE; Sat, 1 Jan 2005 16:11:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11BDE43D46; Sat, 1 Jan 2005 16:11:54 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01GBr7r003911; Sat, 1 Jan 2005 16:11:53 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01GBrnb003910; Sat, 1 Jan 2005 16:11:53 GMT (envelope-from wilko) Message-Id: <200501011611.j01GBrnb003910@repoman.freebsd.org> From: Wilko Bulte Date: Sat, 1 Jan 2005 16:11: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/alpha/alpha cpuconf.c src/sys/alpha/include rpb.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: Sat, 01 Jan 2005 16:11:54 -0000 wilko 2005-01-01 16:11:53 UTC FreeBSD src repository Modified files: sys/alpha/alpha cpuconf.c sys/alpha/include rpb.h Log: - make machine model list more comprehensive, the whole Alpha family tree should now be present - clean up comment a bit MFC after: 1 week Revision Changes Path 1.17 +40 -35 src/sys/alpha/alpha/cpuconf.c 1.10 +27 -17 src/sys/alpha/include/rpb.h From owner-cvs-all@FreeBSD.ORG Sat Jan 1 17:36:07 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C980716A4CE; Sat, 1 Jan 2005 17:36:07 +0000 (GMT) Received: from shrike.submonkey.net (cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com [81.103.67.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62AE343D4C; Sat, 1 Jan 2005 17:36:07 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.43 (FreeBSD)) id 1CknAc-000JK7-2u; Sat, 01 Jan 2005 17:36:06 +0000 Date: Sat, 1 Jan 2005 17:36:06 +0000 From: Ceri Davies To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20050101173605.GS50770@submonkey.net> Mail-Followup-To: Ceri Davies , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org References: <200501011315.j01DFmFQ098297@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="aNvCJ41Feu8IgPyB" Content-Disposition: inline In-Reply-To: <200501011315.j01DFmFQ098297@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.6i Sender: Ceri Davies Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/firewalls 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: Sat, 01 Jan 2005 17:36:07 -0000 --aNvCJ41Feu8IgPyB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jan 01, 2005 at 01:15:48PM +0000, Ceri Davies wrote: > ceri 2005-01-01 13:15:48 UTC >=20 > FreeBSD doc repository >=20 > Modified files: > en_US.ISO8859-1/books/handbook/firewalls chapter.sgml=20 > Log: > Apply various grammar, capitalisation and other fixes from the PR below, > along with some others that I noticed while reviewing the patch. More work is needed on this chapter - at approximately 45% of the way through the file I had to take a break. Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --aNvCJ41Feu8IgPyB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFB1t+FocfcwTS3JF8RAgfHAJ4hclExqNo3ff5Mk5SLzhjJQxrwxQCfbtsE BEWUe67Hq1mQC3sGpCa5AmQ= =xYqb -----END PGP SIGNATURE----- --aNvCJ41Feu8IgPyB-- From owner-cvs-all@FreeBSD.ORG Sat Jan 1 17:45:12 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 982B216A4CE; Sat, 1 Jan 2005 17:45:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7381443D39; Sat, 1 Jan 2005 17:45:12 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01HjCcx014066; Sat, 1 Jan 2005 17:45:12 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01HjCFc014065; Sat, 1 Jan 2005 17:45:12 GMT (envelope-from sam) Message-Id: <200501011745.j01HjCFc014065@repoman.freebsd.org> From: Sam Leffler Date: Sat, 1 Jan 2005 17: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/sys/dev/wi if_wi.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: Sat, 01 Jan 2005 17:45:12 -0000 sam 2005-01-01 17:45:12 UTC FreeBSD src repository Modified files: sys/dev/wi if_wi.c Log: Eliminate some of the egregious bypass of the 802.11 state machine; instead use the intended entry points. There's still too much incestuous knowledge about the internals of the 802.11 layer but this at least fixes adhoc mode. Revision Changes Path 1.174 +20 -18 src/sys/dev/wi/if_wi.c From owner-cvs-all@FreeBSD.ORG Sat Jan 1 17:48:27 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7698E16A4CE; Sat, 1 Jan 2005 17:48:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 514B843D1F; Sat, 1 Jan 2005 17:48:27 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01HmRal014208; Sat, 1 Jan 2005 17:48:27 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01HmRqv014207; Sat, 1 Jan 2005 17:48:27 GMT (envelope-from sam) Message-Id: <200501011748.j01HmRqv014207@repoman.freebsd.org> From: Sam Leffler Date: Sat, 1 Jan 2005 17:48: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/net80211 ieee80211_node.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: Sat, 01 Jan 2005 17:48:27 -0000 sam 2005-01-01 17:48:27 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_node.c Log: Correct scan candidate selection logic for dual-band devices: prefer candidate on 5Ghz channel to candidate on 2Ghz channel only when the rssi are comparable (wasn't considering rssi). Revision Changes Path 1.31 +15 -15 src/sys/net80211/ieee80211_node.c From owner-cvs-all@FreeBSD.ORG Sat Jan 1 17:53:34 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0740216A4CE; Sat, 1 Jan 2005 17:53:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D05F043D48; Sat, 1 Jan 2005 17:53:33 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01HrXwg014421; Sat, 1 Jan 2005 17:53:33 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01HrXf5014420; Sat, 1 Jan 2005 17:53:33 GMT (envelope-from ceri) Message-Id: <200501011753.j01HrXf5014420@repoman.freebsd.org> From: Ceri Davies Date: Sat, 1 Jan 2005 17:53: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/books/handbook/firewalls 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: Sat, 01 Jan 2005 17:53:34 -0000 ceri 2005-01-01 17:53:33 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/firewalls chapter.sgml Log: Clarify some dates regarding the integration of PF into FreeBSD. Confusion noted in: PR: docs/75694 Submitted by: Marian Cerny Revision Changes Path 1.14 +4 -1 doc/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Jan 1 18:58:29 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F36916A4CE; Sat, 1 Jan 2005 18:58:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59A2943D2F; Sat, 1 Jan 2005 18:58:29 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01IwTJT036117; Sat, 1 Jan 2005 18:58:29 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01IwTj5036113; Sat, 1 Jan 2005 18:58:29 GMT (envelope-from ceri) Message-Id: <200501011858.j01IwTj5036113@repoman.freebsd.org> From: Ceri Davies Date: Sat, 1 Jan 2005 18: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/usr.bin/calendar/calendars calendar.newzealand 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: Sat, 01 Jan 2005 18:58:29 -0000 ceri 2005-01-01 18:58:29 UTC FreeBSD src repository (doc committer) Modified files: usr.bin/calendar/calendars calendar.newzealand Log: Add a newline at the end of the file to silence warnings. PR: conf/75347 Submitted by: Gareth Redman MFC after: 1 day Revision Changes Path 1.2 +1 -1 src/usr.bin/calendar/calendars/calendar.newzealand From owner-cvs-all@FreeBSD.ORG Sat Jan 1 19:05:46 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBDD716A4CE; Sat, 1 Jan 2005 19:05:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9D2043D2F; Sat, 1 Jan 2005 19:05:46 +0000 (GMT) (envelope-from se@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01J5kMB039602; Sat, 1 Jan 2005 19:05:46 GMT (envelope-from se@repoman.freebsd.org) Received: (from se@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01J5ktv039601; Sat, 1 Jan 2005 19:05:46 GMT (envelope-from se) Message-Id: <200501011905.j01J5ktv039601@repoman.freebsd.org> From: Stefan Esser Date: Sat, 1 Jan 2005 19:05: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/sys/dev/sym sym_hipd.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: Sat, 01 Jan 2005 19:05:46 -0000 se 2005-01-01 19:05:46 UTC FreeBSD src repository Modified files: sys/dev/sym sym_hipd.c Log: Attempt to fix Symbios driver on amd64. The private memory allocation function provided by the driver limits allocations to the page size, i.e. 4KB on i385 and 8KB on typical 64 bit processors. Since amd64 has 64 bit pointers, but only 4KB pages, an array of pointers that just fits into one page on all the other processors, does require 2 pages on amd64. In order to make this driver useful on amd64, the allocation unit has been increased to 2 pages on amd64 and contigmalloc() is used instead of malloc(). All other processor types are unaffected by this change. This modification has only been compile-tested on amd64, yet, but should just work (FLW). Revision Changes Path 1.51 +10 -0 src/sys/dev/sym/sym_hipd.c From owner-cvs-all@FreeBSD.ORG Sat Jan 1 19:21:47 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7844916A4CE; Sat, 1 Jan 2005 19:21:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51B7643D1D; Sat, 1 Jan 2005 19:21:47 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01JLlCc043466; Sat, 1 Jan 2005 19:21:47 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01JLldX043465; Sat, 1 Jan 2005 19:21:47 GMT (envelope-from simon) Message-Id: <200501011921.j01JLldX043465@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 1 Jan 2005 19:21: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/mail/ecartis Makefile ports/mail/ecartis/files patch-CAN-2004-0913 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: Sat, 01 Jan 2005 19:21:47 -0000 simon 2005-01-01 19:21:47 UTC FreeBSD ports repository (doc committer) Modified files: mail/ecartis Makefile Added files: mail/ecartis/files patch-CAN-2004-0913 Log: Fix a security vulnerabiliy which allows an attacker in the same domain as the list admin to gain administrator privileges and alter list settings. VuXML: http://vuxml.FreeBSD.org/be543d74-539a-11d9-a9e7-0001020eed82.html Obtained from: Debian Approved by: portmgr (krion), maintainer timeout Revision Changes Path 1.16 +1 -1 ports/mail/ecartis/Makefile 1.1 +12 -0 ports/mail/ecartis/files/patch-CAN-2004-0913 (new) From owner-cvs-all@FreeBSD.ORG Sat Jan 1 19:24:26 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31E5716A4CE; Sat, 1 Jan 2005 19:24:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D12243D41; Sat, 1 Jan 2005 19:24:26 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01JOPev043552; Sat, 1 Jan 2005 19:24:25 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01JOPpb043551; Sat, 1 Jan 2005 19:24:25 GMT (envelope-from sos) Message-Id: <200501011924.j01JOPpb043551@repoman.freebsd.org> From: Søren Schmidt Date: Sat, 1 Jan 2005 19: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/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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jan 2005 19:24:26 -0000 sos 2005-01-01 19:24:25 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c Log: Further update to the Promise code. Support should now cover all old and current products. Revision Changes Path 1.98 +70 -39 src/sys/dev/ata/ata-chipset.c From owner-cvs-all@FreeBSD.ORG Sat Jan 1 19:32:09 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15AEB16A4CE; Sat, 1 Jan 2005 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 E3C8143D1D; Sat, 1 Jan 2005 19:32:08 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01JW8Xi043874; Sat, 1 Jan 2005 19:32:08 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01JW8Xm043873; Sat, 1 Jan 2005 19:32:08 GMT (envelope-from ceri) Message-Id: <200501011932.j01JW8Xm043873@repoman.freebsd.org> From: Ceri Davies Date: Sat, 1 Jan 2005 19:32:08 +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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jan 2005 19:32:09 -0000 ceri 2005-01-01 19:32:08 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: The rsync mirror at ftp.nl.freebsd.org has moved from vol/3 to vol/4 - update accordingly. Submitted by: Jason Spence Revision Changes Path 1.372 +1 -1 doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Jan 1 19:40:39 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB33916A4CE; Sat, 1 Jan 2005 19:40:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A69CF43D31; Sat, 1 Jan 2005 19:40:39 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01JedbD044129; Sat, 1 Jan 2005 19:40:39 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01JedhO044128; Sat, 1 Jan 2005 19:40:39 GMT (envelope-from simon) Message-Id: <200501011940.j01JedhO044128@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 1 Jan 2005 19:40: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/releng index.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: Sat, 01 Jan 2005 19:40:39 -0000 simon 2005-01-01 19:40:39 UTC FreeBSD doc repository Modified files: en/releng index.sgml Log: Mark RELENG_5_2 as no longer supported. Revision Changes Path 1.131 +2 -2 www/en/releng/index.sgml From owner-cvs-all@FreeBSD.ORG Sat Jan 1 19:40:42 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAE6016A4FB; Sat, 1 Jan 2005 19:40:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9586543D3F; Sat, 1 Jan 2005 19:40:42 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01JegXP044159; Sat, 1 Jan 2005 19:40:42 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01JegTY044158; Sat, 1 Jan 2005 19:40:42 GMT (envelope-from mezz) Message-Id: <200501011940.j01JegTY044158@repoman.freebsd.org> From: Jeremy Messenger Date: Sat, 1 Jan 2005 19:40: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/linux-aspell 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: Sat, 01 Jan 2005 19:40:43 -0000 mezz 2005-01-01 19:40:42 UTC FreeBSD ports repository Modified files: textproc/linux-aspell Makefile Log: Add more mirrors in MASTER_SITES, since GNU ftp is down. Reported by: pointyhat via kris Approved by: portmgr (krion) Revision Changes Path 1.3 +4 -1 ports/textproc/linux-aspell/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jan 1 19:54:02 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3649E16A4CE; Sat, 1 Jan 2005 19:54:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 230CF43D2F; Sat, 1 Jan 2005 19:54:02 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01Js1BW044549; Sat, 1 Jan 2005 19:54:02 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01Js1iY044548; Sat, 1 Jan 2005 19:54:01 GMT (envelope-from kensmith) Message-Id: <200501011954.j01Js1iY044548@repoman.freebsd.org> From: Ken Smith Date: Sat, 1 Jan 2005 19:54:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_11 Subject: cvs commit: src/sys/vm vm_map.c vm_object.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: Sat, 01 Jan 2005 19:54:02 -0000 kensmith 2005-01-01 19:54:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_4_11) sys/vm vm_map.c vm_object.c Log: MFC of rev 1.329 of vm_object.c: date: 2004/07/28 18:23:08; author: alc; state: Exp; lines: +2 -2 Correct a very old error in both vm_object_madvise() (originating in vm/vm_object.c revision 1.88) and vm_object_sync() (originating in vm/vm_map.c revision 1.36): When descending a chain of backing objects, both use the wrong object's backing offset. Consequently, both may operate on the wrong pages. Quoting Matt, "This could be responsible for all of the sporatic madvise oddness that has been reported over the years." Reviewed by: Matt Dillon Reviewed by: alc Helped by: DFly vm_map.c rev 1.31, vm_object.c rev 1.17 Approved by: re (scottl) Revision Changes Path 1.187.2.31.2.1 +1 -1 src/sys/vm/vm_map.c 1.171.2.9.6.1 +2 -2 src/sys/vm/vm_object.c From owner-cvs-all@FreeBSD.ORG Sat Jan 1 19:54:39 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5DE816A4CE; Sat, 1 Jan 2005 19:54:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0EFE43D2F; Sat, 1 Jan 2005 19:54:39 +0000 (GMT) (envelope-from tackerman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01JsdcO044600; Sat, 1 Jan 2005 19:54:39 GMT (envelope-from tackerman@repoman.freebsd.org) Received: (from tackerman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01Jsd5t044599; Sat, 1 Jan 2005 19:54:39 GMT (envelope-from tackerman) Message-Id: <200501011954.j01Jsd5t044599@repoman.freebsd.org> From: Tony Ackerman Date: Sat, 1 Jan 2005 19:54: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/dev/em if_em.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: Sat, 01 Jan 2005 19:54:40 -0000 tackerman 2005-01-01 19:54:39 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Added device id support for Intel 82541ER and 82546GB dual port PCIE adapter. PR: None Revision Changes Path 1.55 +2 -0 src/sys/dev/em/if_em.c From owner-cvs-all@FreeBSD.ORG Sat Jan 1 19:57:23 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C81E516A4CE; Sat, 1 Jan 2005 19:57:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A105143D53; Sat, 1 Jan 2005 19:57:23 +0000 (GMT) (envelope-from tackerman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01JvNU3044751; Sat, 1 Jan 2005 19:57:23 GMT (envelope-from tackerman@repoman.freebsd.org) Received: (from tackerman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01JvNBj044750; Sat, 1 Jan 2005 19:57:23 GMT (envelope-from tackerman) Message-Id: <200501011957.j01JvNBj044750@repoman.freebsd.org> From: Tony Ackerman Date: Sat, 1 Jan 2005 19:57: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/dev/em if_em.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: Sat, 01 Jan 2005 19:57:23 -0000 tackerman 2005-01-01 19:57:23 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Corrected a workaround that should only be applied to one adapter. Workaround was causing device hangs when incorrectly applied to other adapters. PR: kern/66634 Revision Changes Path 1.56 +14 -2 src/sys/dev/em/if_em.c From owner-cvs-all@FreeBSD.ORG Sat Jan 1 20:07:10 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D84F16A4CE; Sat, 1 Jan 2005 20:07:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63CE043D2D; Sat, 1 Jan 2005 20:07:10 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01K7AiM045169; Sat, 1 Jan 2005 20:07:10 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01K7ALc045168; Sat, 1 Jan 2005 20:07:10 GMT (envelope-from ceri) Message-Id: <200501012007.j01K7ALc045168@repoman.freebsd.org> From: Ceri Davies Date: Sat, 1 Jan 2005 20:07:10 +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 where.sgml www/share/sgml includes.release.sgml includes.release.xsl 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: Sat, 01 Jan 2005 20:07:10 -0000 ceri 2005-01-01 20:07:10 UTC FreeBSD doc repository Modified files: en where.sgml share/sgml includes.release.sgml includes.release.xsl Log: rel.current does not refer to x.y-current, but to a.b-stable. Add a rel.head entity that carries the correct values for x.y and use it in the only place that got this wrong so far. Revision Changes Path 1.62 +2 -2 www/en/where.sgml 1.8 +4 -1 www/share/sgml/includes.release.sgml 1.7 +3 -1 www/share/sgml/includes.release.xsl From owner-cvs-all@FreeBSD.ORG Sat Jan 1 20:17:17 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7AD116A4CE; Sat, 1 Jan 2005 20:17:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8127443D39; Sat, 1 Jan 2005 20:17:17 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01KHHuc045509; Sat, 1 Jan 2005 20:17:17 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01KHHLK045508; Sat, 1 Jan 2005 20:17:17 GMT (envelope-from blackend) Message-Id: <200501012017.j01KHHLK045508@repoman.freebsd.org> From: Marc Fonvieille Date: Sat, 1 Jan 2005 20:17: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/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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jan 2005 20:17:17 -0000 blackend 2005-01-01 20:17:17 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/network-servers chapter.sgml Log: Use of application tags for deamon names Revision Changes Path 1.51 +3 -3 doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Jan 1 20:37:57 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36F6E16A4CE; Sat, 1 Jan 2005 20:37:57 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB83143D3F; Sat, 1 Jan 2005 20:37:56 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id j01KeTuR002533; Sat, 1 Jan 2005 13:40:29 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41D709CB.6090608@freebsd.org> Date: Sat, 01 Jan 2005 13:36:27 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tony Ackerman References: <200501011954.j01Jsd5t044599@repoman.freebsd.org> In-Reply-To: <200501011954.j01Jsd5t044599@repoman.freebsd.org> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime 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/em if_em.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: Sat, 01 Jan 2005 20:37:57 -0000 Tony Ackerman wrote: > tackerman 2005-01-01 19:54:39 UTC > > FreeBSD src repository > > Modified files: > sys/dev/em if_em.c > Log: > Added device id support for Intel 82541ER and 82546GB dual port PCIE adapter. > > PR: None > > Revision Changes Path > 1.55 +2 -0 src/sys/dev/em/if_em.c FYI, it's protocol to commit to HEAD first and then RELENG_4 and RELENG_5 after a settling time. Thanks for committing these fixes though. Scott From owner-cvs-all@FreeBSD.ORG Sat Jan 1 21:15:09 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16D8C16A4CE; Sat, 1 Jan 2005 21:15:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E397843D41; Sat, 1 Jan 2005 21:15:08 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01LF8ia053865; Sat, 1 Jan 2005 21:15:08 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01LF8tZ053864; Sat, 1 Jan 2005 21:15:08 GMT (envelope-from ceri) Message-Id: <200501012115.j01LF8tZ053864@repoman.freebsd.org> From: Ceri Davies Date: Sat, 1 Jan 2005 21:15: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 index.xsl www/share/sgml includes.misc.sgml includes.misc.xsl 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: Sat, 01 Jan 2005 21:15:09 -0000 ceri 2005-01-01 21:15:08 UTC FreeBSD doc repository Modified files: en index.xsl share/sgml includes.misc.sgml includes.misc.xsl Log: Add a really big link that says "Download", along with some smaller ones for each platform. Revision Changes Path 1.124 +13 -2 www/en/index.xsl 1.2 +4 -1 www/share/sgml/includes.misc.sgml 1.16 +4 -1 www/share/sgml/includes.misc.xsl From owner-cvs-all@FreeBSD.ORG Sat Jan 1 21:16:40 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F43016A4CE; Sat, 1 Jan 2005 21:16:40 +0000 (GMT) Received: from shrike.submonkey.net (cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com [81.103.67.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D61F43D4C; Sat, 1 Jan 2005 21:16:40 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.43 (FreeBSD)) id 1Ckqc3-0007KY-Ba; Sat, 01 Jan 2005 21:16:39 +0000 Date: Sat, 1 Jan 2005 21:16:39 +0000 From: Ceri Davies To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20050101211639.GF50770@submonkey.net> Mail-Followup-To: Ceri Davies , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org References: <200501012115.j01LF8tZ053864@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Q5Q2TEEGbX9oWZOX" Content-Disposition: inline In-Reply-To: <200501012115.j01LF8tZ053864@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.6i Sender: Ceri Davies Subject: Re: cvs commit: www/en index.xsl www/share/sgml includes.misc.sgml includes.misc.xsl 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: Sat, 01 Jan 2005 21:16:40 -0000 --Q5Q2TEEGbX9oWZOX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jan 01, 2005 at 09:15:08PM +0000, Ceri Davies wrote: > ceri 2005-01-01 21:15:08 UTC >=20 > FreeBSD doc repository >=20 > Modified files: > en index.xsl=20 > share/sgml includes.misc.sgml includes.misc.xsl=20 > Log: > Add a really big link that says "Download", along with some smaller ones > for each platform. I finally got sick of looking for this. Hope it's ok. Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --Q5Q2TEEGbX9oWZOX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFB1xM3ocfcwTS3JF8RAlowAKCA4uzp+dM02K4len5Mu2Q1mqLxTwCeNczQ j979q3zARDaGtBDo9yyjSwo= =tUk1 -----END PGP SIGNATURE----- --Q5Q2TEEGbX9oWZOX-- From owner-cvs-all@FreeBSD.ORG Sat Jan 1 21:29:27 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76ABA16A4CE; Sat, 1 Jan 2005 21:29:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5156B43D45; Sat, 1 Jan 2005 21:29:27 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01LTRaX054349; Sat, 1 Jan 2005 21:29:27 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01LTR5K054348; Sat, 1 Jan 2005 21:29:27 GMT (envelope-from ceri) Message-Id: <200501012129.j01LTR5K054348@repoman.freebsd.org> From: Ceri Davies Date: Sat, 1 Jan 2005 21:29:27 +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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jan 2005 21:29:27 -0000 ceri 2005-01-01 21:29:27 UTC FreeBSD doc repository Modified files: en navigation.xml Log: Sort platform names in the left panel. Revision Changes Path 1.15 +3 -3 www/en/navigation.xml From owner-cvs-all@FreeBSD.ORG Sat Jan 1 21:35:21 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88C9F16A4CF; Sat, 1 Jan 2005 21:35:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F97443D3F; Sat, 1 Jan 2005 21:35:21 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01LZL5q054582; Sat, 1 Jan 2005 21:35:21 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01LZLPu054581; Sat, 1 Jan 2005 21:35:21 GMT (envelope-from brueffer) Message-Id: <200501012135.j01LZLPu054581@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 1 Jan 2005 21:35: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/eresources chapter.sgml doc/en_US.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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jan 2005 21:35:21 -0000 brueffer 2005-01-01 21:35:21 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/eresources chapter.sgml en_US.ISO8859-1/share/sgml mailing-lists.ent Log: We don't have a freebsd-config mailing list (anymore?), remove pointers to it. PR: 75709 Submitted by: Anthony Ginepro Revision Changes Path 1.162 +0 -5 doc/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml 1.40 +0 -4 doc/en_US.ISO8859-1/share/sgml/mailing-lists.ent From owner-cvs-all@FreeBSD.ORG Sat Jan 1 21:43:52 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A46AF16A4CE; Sat, 1 Jan 2005 21:43:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EE3643D2D; Sat, 1 Jan 2005 21:43:52 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01Lhq3K054875; Sat, 1 Jan 2005 21:43:52 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01LhqmO054874; Sat, 1 Jan 2005 21:43:52 GMT (envelope-from erwin) Message-Id: <200501012143.j01LhqmO054874@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 1 Jan 2005 21:43:52 +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: Sat, 01 Jan 2005 21:43:52 -0000 erwin 2005-01-01 21:43:52 UTC FreeBSD ports repository Modified files: . modules Log: Also remove xblast-beta from here after the port was removed from the tree Forgotten by: se and myself Approved by: portmgr (kris) Revision Changes Path 1.11700 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jan 1 21:47:52 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8995716A4D3; Sat, 1 Jan 2005 21:47:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6450A43D31; Sat, 1 Jan 2005 21:47:52 +0000 (GMT) (envelope-from archie@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01LlqoR055054; Sat, 1 Jan 2005 21:47:52 GMT (envelope-from archie@repoman.freebsd.org) Received: (from archie@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01LlqMQ055053; Sat, 1 Jan 2005 21:47:52 GMT (envelope-from archie) Message-Id: <200501012147.j01LlqMQ055053@repoman.freebsd.org> From: Archie Cobbs Date: Sat, 1 Jan 2005 21:47: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/java/jc 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: Sat, 01 Jan 2005 21:47:52 -0000 archie 2005-01-01 21:47:52 UTC FreeBSD ports repository Modified files: java/jc pkg-plist Log: Add missing file. Approved by: portmgr Revision Changes Path 1.8 +1 -0 ports/java/jc/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jan 1 21:49:20 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6034F16A4CE; Sat, 1 Jan 2005 21:49:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A59A43D31; Sat, 1 Jan 2005 21:49:20 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01LnKmH055105; Sat, 1 Jan 2005 21:49:20 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01LnKFm055104; Sat, 1 Jan 2005 21:49:20 GMT (envelope-from obrien) Message-Id: <200501012149.j01LnKFm055104@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 1 Jan 2005 21:49: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/sys msgbuf.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: Sat, 01 Jan 2005 21:49:20 -0000 obrien 2005-01-01 21:49:20 UTC FreeBSD src repository Modified files: sys/sys msgbuf.h Log: Increase the message buffer size on AMD64. Such machines can have a lot of devices in them, and aren't run with only 64MB of RAM. Revision Changes Path 1.26 +4 -0 src/sys/sys/msgbuf.h From owner-cvs-all@FreeBSD.ORG Sat Jan 1 21:52:36 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C54DB16A4CE; Sat, 1 Jan 2005 21:52:36 +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 3F00043D46; Sat, 1 Jan 2005 21:52:36 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 1952F11D79; Sat, 1 Jan 2005 22:52:35 +0100 (CET) Date: Sat, 1 Jan 2005 22:52:35 +0100 From: "Simon L. Nielsen" To: Ceri Davies Message-ID: <20050101215234.GO761@zaphod.nitro.dk> References: <200501012115.j01LF8tZ053864@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="z9sQuz+HmDh2hVO4" Content-Disposition: inline In-Reply-To: <200501012115.j01LF8tZ053864@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: www/en index.xsl www/share/sgml includes.misc.sgml includes.misc.xsl 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: Sat, 01 Jan 2005 21:52:36 -0000 --z9sQuz+HmDh2hVO4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2005.01.01 21:15:08 +0000, Ceri Davies wrote: > ceri 2005-01-01 21:15:08 UTC >=20 > FreeBSD doc repository >=20 > Modified files: > en index.xsl=20 > share/sgml includes.misc.sgml includes.misc.xsl=20 > Log: > Add a really big link that says "Download", along with some smaller ones > for each platform. I don't really like this, mainly because there is no link to the mirror list, so the main ftp site(s) will likely get hammered more. If we want to make it simpler for people to find the download area, I would rather have the link to where.html is made more prominet (and perhaps even being called "Download"), and then perhaps improved where.html. --=20 Simon L. Nielsen --z9sQuz+HmDh2hVO4 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFB1xuih9pcDSc1mlERAmMuAJoDV4GIutQ9njj8ubOOcLqbXjNcAACeOr3y +mF9GLXkH/uJHcnhmDOx8nI= =XZX+ -----END PGP SIGNATURE----- --z9sQuz+HmDh2hVO4-- From owner-cvs-all@FreeBSD.ORG Sat Jan 1 21:55:49 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2639716A4CE; Sat, 1 Jan 2005 21:55:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3CC843D53; Sat, 1 Jan 2005 21:55:48 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01LtmwA055389; Sat, 1 Jan 2005 21:55:48 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01LtmlZ055388; Sat, 1 Jan 2005 21:55:48 GMT (envelope-from marcus) Message-Id: <200501012155.j01LtmlZ055388@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 1 Jan 2005 21:55: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/security/seahorse 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: Sat, 01 Jan 2005 21:55:49 -0000 marcus 2005-01-01 21:55:48 UTC FreeBSD ports repository Modified files: security/seahorse Makefile Log: Add --disable-gpg-check to CONFIGURE_ARGS to avoid breakage with gpg-1.4.0. This has been fixed in seahorse CVS, but the ports system makes this check superfluous anyway so temporarily removing it shouldn't hurt. Reported by: pointyhat via kris Approved by: portmgr (implicit) Revision Changes Path 1.32 +1 -0 ports/security/seahorse/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jan 1 21:57:45 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5D6816A4CE; Sat, 1 Jan 2005 21:57:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF9D643D2F; Sat, 1 Jan 2005 21:57:45 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01Lvjv0055479; Sat, 1 Jan 2005 21:57:45 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01LvjfE055478; Sat, 1 Jan 2005 21:57:45 GMT (envelope-from mezz) Message-Id: <200501012157.j01LvjfE055478@repoman.freebsd.org> From: Jeremy Messenger Date: Sat, 1 Jan 2005 21:57: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/deskutils/mcatalog/files patch-src::Conf.cs 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: Sat, 01 Jan 2005 21:57:46 -0000 mezz 2005-01-01 21:57:45 UTC FreeBSD ports repository Removed files: deskutils/mcatalog/files patch-src::Conf.cs Log: Remove a patch that I have missed in the previous commit to fix the build. Reported by: pointyhat via kris Approved by: portmgr (krion) Revision Changes Path 1.2 +0 -38 ports/deskutils/mcatalog/files/patch-src::Conf.cs (dead) From owner-cvs-all@FreeBSD.ORG Sat Jan 1 21:57:51 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDB7116A4CF; Sat, 1 Jan 2005 21:57:51 +0000 (GMT) Received: from shrike.submonkey.net (cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com [81.103.67.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82FFF43D31; Sat, 1 Jan 2005 21:57:51 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.43 (FreeBSD)) id 1CkrFu-000CVc-SR; Sat, 01 Jan 2005 21:57:50 +0000 Date: Sat, 1 Jan 2005 21:57:50 +0000 From: Ceri Davies To: "Simon L. Nielsen" Message-ID: <20050101215750.GH50770@submonkey.net> Mail-Followup-To: Ceri Davies , "Simon L. Nielsen" , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org References: <200501012115.j01LF8tZ053864@repoman.freebsd.org> <20050101215234.GO761@zaphod.nitro.dk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PaC+lnGZu4KSIdY4" Content-Disposition: inline In-Reply-To: <20050101215234.GO761@zaphod.nitro.dk> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.6i Sender: Ceri Davies cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en index.xsl www/share/sgml includes.misc.sgml includes.misc.xsl 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: Sat, 01 Jan 2005 21:57:52 -0000 --PaC+lnGZu4KSIdY4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jan 01, 2005 at 10:52:35PM +0100, Simon L. Nielsen wrote: > On 2005.01.01 21:15:08 +0000, Ceri Davies wrote: > > ceri 2005-01-01 21:15:08 UTC > >=20 > > FreeBSD doc repository > >=20 > > Modified files: > > en index.xsl=20 > > share/sgml includes.misc.sgml includes.misc.xsl=20 > > Log: > > Add a really big link that says "Download", along with some smaller o= nes > > for each platform. >=20 > I don't really like this, mainly because there is no link to the > mirror list, so the main ftp site(s) will likely get hammered more. > If we want to make it simpler for people to find the download area, I > would rather have the link to where.html is made more prominet (and > perhaps even being called "Download"), and then perhaps improved > where.html. I had considered that, but I really really want something that I can just click on without having to read anything first. I think that ISC can take the beating, but if they say otherwise... Since this commit it has been suggested to me that we have a method of automatically determining a user's closest mirror, and I'm looking at ways of doing that right now. If you insist then I can back out until that is done, but I'd rather not. Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --PaC+lnGZu4KSIdY4 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFB1xzeocfcwTS3JF8RAkcNAJ44nhSSjZrfOlvTYsYjOpodvgvSUwCaA2rT bePhFmr+H4MLic3zm32tYew= =IPaW -----END PGP SIGNATURE----- --PaC+lnGZu4KSIdY4-- From owner-cvs-all@FreeBSD.ORG Sat Jan 1 21:59:38 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B21E16A4CE; Sat, 1 Jan 2005 21:59:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35A3743D3F; Sat, 1 Jan 2005 21:59:38 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01LxcOx055600; Sat, 1 Jan 2005 21:59:38 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01LxccY055599; Sat, 1 Jan 2005 21:59:38 GMT (envelope-from brueffer) Message-Id: <200501012159.j01LxccY055599@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 1 Jan 2005 21:59: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/platforms sparc.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: Sat, 01 Jan 2005 21:59:38 -0000 brueffer 2005-01-01 21:59:38 UTC FreeBSD doc repository Modified files: en/platforms sparc.sgml Log: Include developers.sgml and replace names of developers with their respective entities. Revision Changes Path 1.21 +5 -4 www/en/platforms/sparc.sgml From owner-cvs-all@FreeBSD.ORG Sat Jan 1 22:04:04 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 070DA16A4CE; Sat, 1 Jan 2005 22:04:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3E4343D39; Sat, 1 Jan 2005 22:04:03 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01M43DX055763; Sat, 1 Jan 2005 22:04:03 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01M433g055762; Sat, 1 Jan 2005 22:04:03 GMT (envelope-from rwatson) Message-Id: <200501012204.j01M433g055762@repoman.freebsd.org> From: Robert Watson Date: Sat, 1 Jan 2005 22:04: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/netipx ipx_input.c ipx_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: Sat, 01 Jan 2005 22:04:04 -0000 rwatson 2005-01-01 22:04:03 UTC FreeBSD src repository Modified files: sys/netipx ipx_input.c ipx_pcb.c Log: Move the definition of ipxpcb_lport_cache from ipx_input.c to ipx_pcb.c, the only source file where it is actually used. Revision Changes Path 1.39 +0 -1 src/sys/netipx/ipx_input.c 1.34 +1 -0 src/sys/netipx/ipx_pcb.c From owner-cvs-all@FreeBSD.ORG Sat Jan 1 22:07:06 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94B0716A4CE; Sat, 1 Jan 2005 22:07:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F90C43D2D; Sat, 1 Jan 2005 22:07:06 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01M76S8055979; Sat, 1 Jan 2005 22:07:06 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01M76LN055978; Sat, 1 Jan 2005 22:07:06 GMT (envelope-from maxim) Message-Id: <200501012207.j01M76LN055978@repoman.freebsd.org> From: Maxim Konovalov Date: Sat, 1 Jan 2005 22:07: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/usr.sbin/apm apm.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: Sat, 01 Jan 2005 22:07:06 -0000 maxim 2005-01-01 22:07:06 UTC FreeBSD src repository Modified files: usr.sbin/apm apm.c Log: o Remove duplicate includes. PR: bin/75712 Submitted by: brueffer Obtained from: Dragonfly BSD Revision Changes Path 1.37 +0 -2 src/usr.sbin/apm/apm.c From owner-cvs-all@FreeBSD.ORG Sat Jan 1 22:08:35 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6B2616A4CE; Sat, 1 Jan 2005 22:08:35 +0000 (GMT) Received: from smtp-vbr10.xs4all.nl (smtp-vbr10.xs4all.nl [194.109.24.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10D9443D2D; Sat, 1 Jan 2005 22:08:35 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) j01M8XiS005081; Sat, 1 Jan 2005 23:08:33 +0100 (CET) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.1/8.12.9) with ESMTP id j01M8X1A006033; Sat, 1 Jan 2005 23:08:33 +0100 (CET) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.1/8.13.1/Submit) id j01M8X3P006032; Sat, 1 Jan 2005 23:08:33 +0100 (CET) (envelope-from wb) Date: Sat, 1 Jan 2005 23:08:33 +0100 From: Wilko Bulte To: "David E. O'Brien" Message-ID: <20050101220833.GA6007@freebie.xs4all.nl> References: <200501012149.j01LnKFm055104@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200501012149.j01LnKFm055104@repoman.freebsd.org> X-OS: FreeBSD 4.11-RC1 X-PGP: finger wilko@freebsd.org User-Agent: Mutt/1.5.6i X-Virus-Scanned: by XS4ALL Virus Scanner cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys msgbuf.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: Sat, 01 Jan 2005 22:08:35 -0000 On Sat, Jan 01, 2005 at 09:49:20PM +0000, David E. O'Brien wrote.. > obrien 2005-01-01 21:49:20 UTC > > FreeBSD src repository > > Modified files: > sys/sys msgbuf.h > Log: > Increase the message buffer size on AMD64. Such machines can have a lot > of devices in them, and aren't run with only 64MB of RAM. Heh... Most likely the smallest possible memory module they support is >> 64 MB ;) -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Sat Jan 1 22:12:12 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFF1216A4CE; Sat, 1 Jan 2005 22:12:12 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B99043D2F; Sat, 1 Jan 2005 22:12:12 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id j01MC2F8038522; Sat, 1 Jan 2005 14:12:02 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id j01MC2e8038521; Sat, 1 Jan 2005 14:12:02 -0800 (PST) (envelope-from obrien) Date: Sat, 1 Jan 2005 14:12:02 -0800 From: "David O'Brien" To: Wilko Bulte Message-ID: <20050101221202.GA38487@dragon.nuxi.com> References: <200501012149.j01LnKFm055104@repoman.freebsd.org> <20050101220833.GA6007@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050101220833.GA6007@freebie.xs4all.nl> 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/sys msgbuf.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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jan 2005 22:12:12 -0000 On Sat, Jan 01, 2005 at 11:08:33PM +0100, Wilko Bulte wrote: > On Sat, Jan 01, 2005 at 09:49:20PM +0000, David E. O'Brien wrote.. > > obrien 2005-01-01 21:49:20 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/sys msgbuf.h > > Log: > > Increase the message buffer size on AMD64. Such machines can have a lot > > of devices in them, and aren't run with only 64MB of RAM. > > Heh... Most likely the smallest possible memory module they support is > >> 64 MB ;) Actually the smallest DDR I've seen is 128MB. The smallest Registered DDR I've seen is 256MB (and you'd use 2x in an Opteron for 512MB). -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Sat Jan 1 22:16:28 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9756216A4CE; Sat, 1 Jan 2005 22:16:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EF9543D2F; Sat, 1 Jan 2005 22:16:28 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01MGSnl056426; Sat, 1 Jan 2005 22:16:28 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01MGSuk056425; Sat, 1 Jan 2005 22:16:28 GMT (envelope-from kris) Message-Id: <200501012216.j01MGSuk056425@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 1 Jan 2005 22:16: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/ftp/ftpcube Makefile ports/games/qix Makefile ports/graphics/diacanvas2 Makefile ports/java/forte Makefile ports/x11-toolkits/itk Makefile ports/x11/xgrab 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: Sat, 01 Jan 2005 22:16:28 -0000 kris 2005-01-01 22:16:28 UTC FreeBSD ports repository Modified files: ftp/ftpcube Makefile games/qix Makefile graphics/diacanvas2 Makefile java/forte Makefile x11-toolkits/itk Makefile x11/xgrab Makefile Log: Fix package building by adding a dependency on Xvfb in the PACKAGE_BUILDING case. The package build scripts then DTRT and ensure this is running at build-time so a DISPLAY is available. Approved by: portmgr (self) Revision Changes Path 1.16 +3 -0 ports/ftp/ftpcube/Makefile 1.11 +5 -2 ports/games/qix/Makefile 1.14 +1 -22 ports/graphics/diacanvas2/Makefile 1.11 +4 -0 ports/java/forte/Makefile 1.16 +3 -0 ports/x11-toolkits/itk/Makefile 1.23 +3 -0 ports/x11/xgrab/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jan 1 22:17:33 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1FBD16A4CE; Sat, 1 Jan 2005 22:17:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD0FB43D3F; Sat, 1 Jan 2005 22:17:33 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01MHXi4056489; Sat, 1 Jan 2005 22:17:33 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01MHXIe056488; Sat, 1 Jan 2005 22:17:33 GMT (envelope-from kris) Message-Id: <200501012217.j01MHXIe056488@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 1 Jan 2005 22:17: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/x11/emu 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: Sat, 01 Jan 2005 22:17:34 -0000 kris 2005-01-01 22:17:33 UTC FreeBSD ports repository Modified files: x11/emu Makefile Log: Partially fix package building by adding a dependency on Xvfb in the PACKAGE_BUILDING case. Mark BROKEN because this package is still missing a dependency. Approved by: portmgr (self) Revision Changes Path 1.26 +8 -2 ports/x11/emu/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jan 1 22:18:36 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC0C116A4CE; Sat, 1 Jan 2005 22:18:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7A8A43D1F; Sat, 1 Jan 2005 22:18:36 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01MIacx056532; Sat, 1 Jan 2005 22:18:36 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01MIaAv056531; Sat, 1 Jan 2005 22:18:36 GMT (envelope-from kris) Message-Id: <200501012218.j01MIaAv056531@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 1 Jan 2005 22:18: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/py-matplotlib 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: Sat, 01 Jan 2005 22:18:36 -0000 kris 2005-01-01 22:18:36 UTC FreeBSD ports repository Modified files: math/py-matplotlib Makefile Log: Partially fix package building by adding a dependency on Xvfb in the PACKAGE_BUILDING case. Mark BROKEN because this package is still missing a dependency. Approved by: portmgr (self) Revision Changes Path 1.3 +5 -0 ports/math/py-matplotlib/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jan 1 22:19:37 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F087516A4CE; Sat, 1 Jan 2005 22:19:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8C9943D4C; Sat, 1 Jan 2005 22:19:36 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01MJaXA056575; Sat, 1 Jan 2005 22:19:36 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01MJaW3056574; Sat, 1 Jan 2005 22:19:36 GMT (envelope-from kris) Message-Id: <200501012219.j01MJaW3056574@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 1 Jan 2005 22:19: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-toolkits/erlgtk 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: Sat, 01 Jan 2005 22:19:37 -0000 kris 2005-01-01 22:19:36 UTC FreeBSD ports repository Modified files: x11-toolkits/erlgtk Makefile Log: Partially fix package building by adding a dependency on Xvfb in the PACKAGE_BUILDING case. Mark BROKEN because this package is still missing a dependency. Approved by: portmgr (self) Revision Changes Path 1.7 +7 -2 ports/x11-toolkits/erlgtk/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jan 1 22:21:27 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F40B716A4CE; Sat, 1 Jan 2005 22:21:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE9BD43D1F; Sat, 1 Jan 2005 22:21:26 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01MLQ9D056746; Sat, 1 Jan 2005 22:21:26 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01MLQdf056745; Sat, 1 Jan 2005 22:21:26 GMT (envelope-from kris) Message-Id: <200501012221.j01MLQdf056745@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 1 Jan 2005 22:21: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/devel/gaphor 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: Sat, 01 Jan 2005 22:21:27 -0000 kris 2005-01-01 22:21:26 UTC FreeBSD ports repository Modified files: devel/gaphor Makefile Log: Partially fix package building by adding a dependency on Xvfb in the PACKAGE_BUILDING case. Mark BROKEN because this package does not build with python 2.4. Approved by: portmgr (self) Revision Changes Path 1.5 +4 -20 ports/devel/gaphor/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jan 1 22:22:40 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B86C16A4CE; Sat, 1 Jan 2005 22:22:40 +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 38EC643D39; Sat, 1 Jan 2005 22:22:40 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 12DAC11D79; Sat, 1 Jan 2005 23:22:39 +0100 (CET) Date: Sat, 1 Jan 2005 23:22:38 +0100 From: "Simon L. Nielsen" To: Ceri Davies Message-ID: <20050101222238.GP761@zaphod.nitro.dk> References: <200501012115.j01LF8tZ053864@repoman.freebsd.org> <20050101215234.GO761@zaphod.nitro.dk> <20050101215750.GH50770@submonkey.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Cqq5NadOW2RfLMJ/" Content-Disposition: inline In-Reply-To: <20050101215750.GH50770@submonkey.net> 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: www/en index.xsl www/share/sgml includes.misc.sgml includes.misc.xsl 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: Sat, 01 Jan 2005 22:22:40 -0000 --Cqq5NadOW2RfLMJ/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2005.01.01 21:57:50 +0000, Ceri Davies wrote: > On Sat, Jan 01, 2005 at 10:52:35PM +0100, Simon L. Nielsen wrote: > > On 2005.01.01 21:15:08 +0000, Ceri Davies wrote: > > > ceri 2005-01-01 21:15:08 UTC > > >=20 > > > FreeBSD doc repository > > >=20 > > > Modified files: > > > en index.xsl=20 > > > share/sgml includes.misc.sgml includes.misc.xsl=20 > > > Log: > > > Add a really big link that says "Download", along with some smaller= ones > > > for each platform. > >=20 > > I don't really like this, mainly because there is no link to the > > mirror list, so the main ftp site(s) will likely get hammered more. > > If we want to make it simpler for people to find the download area, I > > would rather have the link to where.html is made more prominet (and > > perhaps even being called "Download"), and then perhaps improved > > where.html. >=20 > I had considered that, but I really really want something that I can > just click on without having to read anything first. _Personally_ I think the list in the "Distribution Sites" section of where.html is fine for that purpose, of course it's one click away, but you can still just get to the files rather quickly without the need to read the rest of the page. > I think that ISC can take the beating, but if they say otherwise... I don't actually know about the ISC mirror, but I know that the TDC(/Danish) part of the mirror get a pretty hefty beating around release time. > Since this commit it has been suggested to me that we have a method of > automatically determining a user's closest mirror, and I'm looking at > ways of doing that right now. If you insist then I can back out until > that is done, but I'd rather not. No, I very intentionally did not say the words "back out" in my last mail :-). The load of the mirrors is most likely only really relevant around release time, so there is no big rush in that regard. I still think the change is a regression, but if the popular opinion is otherwise, it's not something I'm going to bitch more about :-). --=20 Simon L. Nielsen --Cqq5NadOW2RfLMJ/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFB1yKuh9pcDSc1mlERAp7kAJsF1G39Kk+HpQLbXCT4H4uf7X8XGgCeN7qs zsGlSDAjRYvNWSuFoSvLZY4= =jcxg -----END PGP SIGNATURE----- --Cqq5NadOW2RfLMJ/-- From owner-cvs-all@FreeBSD.ORG Sat Jan 1 22:26:23 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61BDF16A4CE; Sat, 1 Jan 2005 22:26:23 +0000 (GMT) Received: from shrike.submonkey.net (cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com [81.103.67.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD64243D2D; Sat, 1 Jan 2005 22:26:22 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.43 (FreeBSD)) id 1CkrhW-00010g-3Y; Sat, 01 Jan 2005 22:26:22 +0000 Date: Sat, 1 Jan 2005 22:26:22 +0000 From: Ceri Davies To: "Simon L. Nielsen" Message-ID: <20050101222621.GI50770@submonkey.net> Mail-Followup-To: Ceri Davies , "Simon L. Nielsen" , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org References: <200501012115.j01LF8tZ053864@repoman.freebsd.org> <20050101215234.GO761@zaphod.nitro.dk> <20050101215750.GH50770@submonkey.net> <20050101222238.GP761@zaphod.nitro.dk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="A1+ljxmNgwU2bK8G" Content-Disposition: inline In-Reply-To: <20050101222238.GP761@zaphod.nitro.dk> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.6i Sender: Ceri Davies cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en index.xsl www/share/sgml includes.misc.sgml includes.misc.xsl 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: Sat, 01 Jan 2005 22:26:23 -0000 --A1+ljxmNgwU2bK8G Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jan 01, 2005 at 11:22:38PM +0100, Simon L. Nielsen wrote: > On 2005.01.01 21:57:50 +0000, Ceri Davies wrote: > > On Sat, Jan 01, 2005 at 10:52:35PM +0100, Simon L. Nielsen wrote: > > > On 2005.01.01 21:15:08 +0000, Ceri Davies wrote: > > > > ceri 2005-01-01 21:15:08 UTC > > > >=20 > > > > FreeBSD doc repository > > > >=20 > > > > Modified files: > > > > en index.xsl=20 > > > > share/sgml includes.misc.sgml includes.misc.xsl=20 > > > > Log: > > > > Add a really big link that says "Download", along with some small= er ones > > > > for each platform. > > >=20 > > > I don't really like this, mainly because there is no link to the > > > mirror list, so the main ftp site(s) will likely get hammered more. > > > If we want to make it simpler for people to find the download area, I > > > would rather have the link to where.html is made more prominet (and > > > perhaps even being called "Download"), and then perhaps improved > > > where.html. > >=20 > > I had considered that, but I really really want something that I can > > just click on without having to read anything first. >=20 > _Personally_ I think the list in the "Distribution Sites" section of > where.html is fine for that purpose, of course it's one click away, > but you can still just get to the files rather quickly without the > need to read the rest of the page. >=20 > > I think that ISC can take the beating, but if they say otherwise... >=20 > I don't actually know about the ISC mirror, but I know that the > TDC(/Danish) part of the mirror get a pretty hefty beating around > release time. >=20 > > Since this commit it has been suggested to me that we have a method of > > automatically determining a user's closest mirror, and I'm looking at > > ways of doing that right now. If you insist then I can back out until > > that is done, but I'd rather not. >=20 > No, I very intentionally did not say the words "back out" in my last > mail :-). The load of the mirrors is most likely only really relevant > around release time, so there is no big rush in that regard. >=20 > I still think the change is a regression, but if the popular opinion > is otherwise, it's not something I'm going to bitch more about :-). OK, well let's wait for some popular opinion then ;-) I'll continue looking in to the closest mirror business in the meantime. Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --A1+ljxmNgwU2bK8G Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFB1yONocfcwTS3JF8RAo3SAKC+6Sn8G23sfyi/oNMz6azhOnTvLQCgjvuV sDgFRS0hrdQCRp7HiXA/1Io= =8f88 -----END PGP SIGNATURE----- --A1+ljxmNgwU2bK8G-- From owner-cvs-all@FreeBSD.ORG Sat Jan 1 22:30:38 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9781B16A4CE; Sat, 1 Jan 2005 22:30:38 +0000 (GMT) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37D0A43D1F; Sat, 1 Jan 2005 22:30:38 +0000 (GMT) (envelope-from erwin@mail.droso.net) Received: by mail.droso.net (Postfix, from userid 1001) id 018AF2282C; Sat, 1 Jan 2005 23:30:36 +0100 (CET) Date: Sat, 1 Jan 2005 23:30:36 +0100 From: Erwin Lansing To: cvs-doc@FreeBSD.org, doc-committers@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20050101223036.GA66136@droso.net> Mail-Followup-To: cvs-doc@FreeBSD.org, doc-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200501012115.j01LF8tZ053864@repoman.freebsd.org> <20050101215234.GO761@zaphod.nitro.dk> <20050101215750.GH50770@submonkey.net> <20050101222238.GP761@zaphod.nitro.dk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="osDK9TLjxFScVI/L" Content-Disposition: inline In-Reply-To: <20050101222238.GP761@zaphod.nitro.dk> X-Operating-System: FreeBSD/i386 5.2.1-RELEASE-p1 User-Agent: Mutt/1.5.6i Subject: Re: cvs commit: www/en index.xsl www/share/sgml includes.misc.sgml includes.misc.xsl 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: Sat, 01 Jan 2005 22:30:38 -0000 --osDK9TLjxFScVI/L Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jan 01, 2005 at 11:22:38PM +0100, Simon L. Nielsen wrote: > >=20 > > I had considered that, but I really really want something that I can > > just click on without having to read anything first. >=20 > _Personally_ I think the list in the "Distribution Sites" section of > where.html is fine for that purpose, of course it's one click away, > but you can still just get to the files rather quickly without the > need to read the rest of the page. >=20 > > I think that ISC can take the beating, but if they say otherwise... >=20 > I don't actually know about the ISC mirror, but I know that the > TDC(/Danish) part of the mirror get a pretty hefty beating around > release time. >=20 It wasn't actually so bad here for the last release and we can handle a beating, I can't speak for ISC though, but AFAIK they can handle quite some traffic as well. But on principle, I have to agree with Simon that we need to distribute the load as much as possible over the geographical mirrors. The only technical solutions that do work that I know of are (expensive) commercial services like Akamai. Of course there are middleways like using top level domains, but they don't really work in practice. So the best solution that I see is for the users themselves to choose a mirror closest to them, and if that's only one click more, that sounds like a good deal to me. -erwin --=20 _._ _,-'""`-._ Erwin Lansing (,-.`._,'( |\`-/| erwin@lansing.dk http://droso.org `-.-' \ )-`( , o o) erwin@FreeBSD.org -bf- `- \`_`"'- --osDK9TLjxFScVI/L Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFB1ySMqy9aWxUlaZARAnOXAJ48fQ/x/rF7vanvkWWGH0ZQ4/TjFwCg1pkC JsVNV8HYao0pSHDk0F+mT9E= =DYsZ -----END PGP SIGNATURE----- --osDK9TLjxFScVI/L-- From owner-cvs-all@FreeBSD.ORG Sat Jan 1 22:59:55 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C90616A4CE; Sat, 1 Jan 2005 22:59:55 +0000 (GMT) Received: from av7-2-sn1.fre.skanova.net (av7-2-sn1.fre.skanova.net [81.228.11.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55FAE43D41; Sat, 1 Jan 2005 22:59:54 +0000 (GMT) (envelope-from lothrandil@n00b.apagnu.se) Received: by av7-2-sn1.fre.skanova.net (Postfix, from userid 502) id AE92637E5D; Sat, 1 Jan 2005 23:59:53 +0100 (CET) Received: from smtp3-1-sn1.fre.skanova.net (smtp3-1-sn1.fre.skanova.net [81.228.11.163]) by av7-2-sn1.fre.skanova.net (Postfix) with ESMTP id 9BE0437E42; Sat, 1 Jan 2005 23:59:53 +0100 (CET) Received: from [217.208.32.45] (h45n2fls31o926.telia.com [217.208.32.45]) by smtp3-1-sn1.fre.skanova.net (Postfix) with ESMTP id 4F77737E45; Sat, 1 Jan 2005 23:59:52 +0100 (CET) Message-ID: <41D72B6C.3080109@n00b.apagnu.se> Date: Sat, 01 Jan 2005 23:59:56 +0100 From: Niclas Zeising User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ceri Davies References: <200501012115.j01LF8tZ053864@repoman.freebsd.org> <20050101215234.GO761@zaphod.nitro.dk> <20050101215750.GH50770@submonkey.net> <20050101222238.GP761@zaphod.nitro.dk> <20050101222621.GI50770@submonkey.net> In-Reply-To: <20050101222621.GI50770@submonkey.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-all@FreeBSD.org cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: "Simon L. Nielsen" Subject: Re: cvs commit: www/en index.xsl www/share/sgml includes.misc.sgml includes.misc.xsl 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: Sat, 01 Jan 2005 22:59:55 -0000 Ceri Davies wrote: > On Sat, Jan 01, 2005 at 11:22:38PM +0100, Simon L. Nielsen wrote: > >>On 2005.01.01 21:57:50 +0000, Ceri Davies wrote: >> >>>On Sat, Jan 01, 2005 at 10:52:35PM +0100, Simon L. Nielsen wrote: >>> >>>>On 2005.01.01 21:15:08 +0000, Ceri Davies wrote: >>>> [snip out commit message] >>>> >>>>I don't really like this, mainly because there is no link to the >>>>mirror list, so the main ftp site(s) will likely get hammered more. >>>>If we want to make it simpler for people to find the download area, I >>>>would rather have the link to where.html is made more prominet (and >>>>perhaps even being called "Download"), and then perhaps improved >>>>where.html. >>> >>>I had considered that, but I really really want something that I can >>>just click on without having to read anything first. >> >>_Personally_ I think the list in the "Distribution Sites" section of >>where.html is fine for that purpose, of course it's one click away, >>but you can still just get to the files rather quickly without the >>need to read the rest of the page. >> >> >>>I think that ISC can take the beating, but if they say otherwise... >> >>I don't actually know about the ISC mirror, but I know that the >>TDC(/Danish) part of the mirror get a pretty hefty beating around >>release time. >> >> >>>Since this commit it has been suggested to me that we have a method of >>>automatically determining a user's closest mirror, and I'm looking at >>>ways of doing that right now. If you insist then I can back out until >>>that is done, but I'd rather not. >> >>No, I very intentionally did not say the words "back out" in my last >>mail :-). The load of the mirrors is most likely only really relevant >>around release time, so there is no big rush in that regard. >> >>I still think the change is a regression, but if the popular opinion >>is otherwise, it's not something I'm going to bitch more about :-). > > > OK, well let's wait for some popular opinion then ;-) > I'll continue looking in to the closest mirror business in the meantime. > Just a suggestion: Why not make a big "download" button, and then prompt the user to select either country or mirror from a drop-down list or something to the like. It is good that it is easy to find the bits, you shouldn't need to look around too much (people are lazy by nature ;) ). But if you have clicked the download button and then only need to select mirror/country, it's not so much extra looking to do, I think. Just my oppinion as a "normal" user. Cheers! //Niclas -- From owner-cvs-all@FreeBSD.ORG Sat Jan 1 23:24:05 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50AD616A4CE; Sat, 1 Jan 2005 23:24:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BE0343D31; Sat, 1 Jan 2005 23:24:05 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01NO5if058585; Sat, 1 Jan 2005 23:24:05 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01NO5YQ058584; Sat, 1 Jan 2005 23:24:05 GMT (envelope-from sobomax) Message-Id: <200501012324.j01NO5YQ058584@repoman.freebsd.org> From: Maxim Sobolev Date: Sat, 1 Jan 2005 23:24:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_11 Subject: cvs commit: src COPYRIGHT 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: Sat, 01 Jan 2005 23:24:05 -0000 sobomax 2005-01-01 23:24:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_4_11) . COPYRIGHT Log: Complete 2005 transition. Approved by: re Revision Changes Path 1.4.2.1.2.1 +1 -1 src/COPYRIGHT From owner-cvs-all@FreeBSD.ORG Sat Jan 1 23:28:33 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B714E16A4CE; Sat, 1 Jan 2005 23:28:33 +0000 (GMT) Received: from mail.elvandar.org (redqueen.elvandar.org [217.148.169.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id C22EA43D2F; Sat, 1 Jan 2005 23:28:32 +0000 (GMT) (envelope-from remko@elvandar.org) Received: from localhost (localhost [127.0.0.1]) by mail.elvandar.org (Postfix) with ESMTP id 764BE29545E; Sun, 2 Jan 2005 00:28:31 +0100 (CET) Received: from mail.elvandar.org ([127.0.0.1]) by localhost (redqueen.elvandar.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 11664-20; Sun, 2 Jan 2005 00:28:30 +0100 (CET) Message-ID: <41D73221.1040702@elvandar.org> Date: Sun, 02 Jan 2005 00:28:33 +0100 From: Remko Lodder User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Niclas Zeising References: <200501012115.j01LF8tZ053864@repoman.freebsd.org> <20050101215234.GO761@zaphod.nitro.dk> <20050101215750.GH50770@submonkey.net> <20050101222238.GP761@zaphod.nitro.dk> <20050101222621.GI50770@submonkey.net> <41D72B6C.3080109@n00b.apagnu.se> In-Reply-To: <41D72B6C.3080109@n00b.apagnu.se> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at elvandar.org cc: cvs-all@FreeBSD.org cc: Ceri Davies cc: cvs-doc@FreeBSD.org cc: "Simon L. Nielsen" cc: doc-committers@FreeBSD.org Subject: Re: cvs commit: www/en index.xsl www/share/sgml includes.misc.sgml includes.misc.xsl 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: Sat, 01 Jan 2005 23:28:34 -0000 Niclas Zeising wrote: > Ceri Davies wrote: > >> On Sat, Jan 01, 2005 at 11:22:38PM +0100, Simon L. Nielsen wrote: >> >>> On 2005.01.01 21:57:50 +0000, Ceri Davies wrote: >>> >>>> On Sat, Jan 01, 2005 at 10:52:35PM +0100, Simon L. Nielsen wrote: >>>> >>>>> On 2005.01.01 21:15:08 +0000, Ceri Davies wrote: >>>>> > > [snip out commit message] > >>>>> >>>>> I don't really like this, mainly because there is no link to the >>>>> mirror list, so the main ftp site(s) will likely get hammered more. >>>>> If we want to make it simpler for people to find the download area, I >>>>> would rather have the link to where.html is made more prominet (and >>>>> perhaps even being called "Download"), and then perhaps improved >>>>> where.html. >>>> >>>> >>>> I had considered that, but I really really want something that I can >>>> just click on without having to read anything first. >>> >>> >>> _Personally_ I think the list in the "Distribution Sites" section of >>> where.html is fine for that purpose, of course it's one click away, >>> but you can still just get to the files rather quickly without the >>> need to read the rest of the page. >>> >>> >>>> I think that ISC can take the beating, but if they say otherwise... >>> >>> >>> I don't actually know about the ISC mirror, but I know that the >>> TDC(/Danish) part of the mirror get a pretty hefty beating around >>> release time. >>> >>> >>>> Since this commit it has been suggested to me that we have a method of >>>> automatically determining a user's closest mirror, and I'm looking at >>>> ways of doing that right now. If you insist then I can back out until >>>> that is done, but I'd rather not. >>> >>> >>> No, I very intentionally did not say the words "back out" in my last >>> mail :-). The load of the mirrors is most likely only really relevant >>> around release time, so there is no big rush in that regard. >>> >>> I still think the change is a regression, but if the popular opinion >>> is otherwise, it's not something I'm going to bitch more about :-). >> >> >> >> OK, well let's wait for some popular opinion then ;-) >> I'll continue looking in to the closest mirror business in the meantime. >> > > Just a suggestion: Why not make a big "download" button, and then prompt > the user to select either country or mirror from a drop-down list or > something to the like. It is good that it is easy to find the bits, you > shouldn't need to look around too much (people are lazy by nature ;) ). > But if you have clicked the download button and then only need to select > mirror/country, it's not so much extra looking to do, I think. > Just my oppinion as a "normal" user. > Cheers! > //Niclas I think i need to agree with this: Personally i would like to see something like that or some anchors to the location (with a short name for your country like UK,US,NL,BE,DE,SE,DK,LI and whatever country's there are ;)) which you can click on and then get an overview for the sites that can be used for your location (since there might be more servers in the target country) and perhaps an alternative or so. Cheers, -- Kind regards, Remko Lodder ** remko@elvandar.org Reporter DSINET ** remko@DSINet.org Founder Tienervaders ** remko@tienervaders.org FreeBSD Documentation Project ** remko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Sat Jan 1 23:50:51 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD3ED16A4CE; Sat, 1 Jan 2005 23:50:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A478A43D2F; Sat, 1 Jan 2005 23:50:51 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01NopPr059407; Sat, 1 Jan 2005 23:50:51 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01NopvY059406; Sat, 1 Jan 2005 23:50:51 GMT (envelope-from kris) Message-Id: <200501012350.j01NopvY059406@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 1 Jan 2005 23: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/net/azureus Makefile ports/java/eclipse-uml 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: Sat, 01 Jan 2005 23:50:52 -0000 kris 2005-01-01 23:50:51 UTC FreeBSD ports repository Modified files: net/azureus Makefile java/eclipse-uml Makefile Log: Reset bouncing maintainer address: : Host or domain name not found. Name service error for name=gldis.ca type=MX: Host not found, try again Approved by: portmgr (self) Revision Changes Path 1.4 +1 -1 ports/java/eclipse-uml/Makefile 1.5 +1 -1 ports/net/azureus/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jan 1 23:52:21 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 838E116A4CE; Sat, 1 Jan 2005 23:52:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54FD643D1D; Sat, 1 Jan 2005 23:52:21 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01NqLaP059457; Sat, 1 Jan 2005 23:52:21 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01NqLXJ059456; Sat, 1 Jan 2005 23:52:21 GMT (envelope-from kris) Message-Id: <200501012352.j01NqLXJ059456@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 1 Jan 2005 23:52: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/lang/kawa 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: Sat, 01 Jan 2005 23:52:21 -0000 kris 2005-01-01 23:52:21 UTC FreeBSD ports repository Modified files: lang/kawa Makefile Log: Reset bouncing maintainer address: : Host or domain name not found. Name service error for name=neurosoft.org type=A: Host not found Approved by: portmgr (self) Revision Changes Path 1.10 +1 -1 ports/lang/kawa/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jan 1 23:56:41 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64BF616A4CE; Sat, 1 Jan 2005 23:56:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EB9D43D31; Sat, 1 Jan 2005 23:56:41 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j01Nuf13059610; Sat, 1 Jan 2005 23:56:41 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j01NufvS059609; Sat, 1 Jan 2005 23:56:41 GMT (envelope-from kris) Message-Id: <200501012356.j01NufvS059609@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 1 Jan 2005 23:56: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/audio/cd2mp3 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: Sat, 01 Jan 2005 23:56:41 -0000 kris 2005-01-01 23:56:41 UTC FreeBSD ports repository Modified files: audio/cd2mp3 Makefile Log: Reset bouncing maintainer address: (connect to resalehost.networksolutions.com[216.168.224.53]: Connection refused) jamie@blackh0le.net Approved by: portmgr (self) Revision Changes Path 1.11 +1 -1 ports/audio/cd2mp3/Makefile